@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,600,800,700,500);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #888888;
  font: 400 13px/25px "Raleway", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: none;
}
p {
  line-height: 25px;
}
img {
  max-width: 100%;
  height: auto;
}
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
	.container{
		text-align:justify !important;
	}
@media (max-width: 767px) {
	.container{
		padding-left:5px !important;
		padding-right:5px !important;
		text-align:justify !important;
	}
	.navbar-brand{
		width:auto !important;
	}
	.navbar-brand h1{
		font-size:26px !important;
		text-align:center;
		width:auto !important;
	}
	*{
		line-height:normal !important;
	}
	.border-t .container .copyright{
		 text-align:center;
	}
	.thumbnail_box{
/*		border:solid 1px gray;*/
		margin-bottom:10px;
		border-radius:6px;
	}
	.thumbnail_box img{
		width:auto;
		float:left !important;
	}
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}
.center {
  text-align: center;
}

.txt-clr1 {
  color: #fff;
}
.clr-primary {
  color: #f7682c;
}
.ttu {
  text-transform: uppercase;
}
.p-null {
  padding-right: 0;
}
.border-t {
  border-top: 1px solid #484646;
}
.mg-add {
  margin-top: 13px;
}
/*=======================================================
                       Main Layout
=========================================================*/
h3 + h4 {
  margin-top: 13px;
}
h4 + p {
  margin-top: 5px;
}
* + .row {
  margin-top: 20px;
}
h3 + .offset {
  margin-top: 2px;
}
.row + .row {
  margin-top: 5px;
}
.row + .offset {
  margin-top: 31px;
}
* + .offset2 {
  margin-top: 11px;
}
p + p {
  margin-top: 25px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================   Blocks     =======================*/
.block-1 {
  position: relative;
}
.block-1 h3 {
  padding-left: 85px;
}
.block-1 .icon {
  position: absolute;
  font: 400 60px/38px 'FontAwesome';
  color: #fff;
  left: 0px;
  top: 4px;
}
/*==================   Copyright     ====================*/
.copyright {
  font-size: 12px;
  line-height: 18px;
}

/*==================  Stuck menu  ======================*/
.stuck_container {
  background: #f7682c;
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 20%;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  background: transparent;
}
.thumb_overlay:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background: url(../images/play.png) no-repeat;
  top: 50%;
  left: 50%;
  right: 0;
  font-weight: 300;
  margin-top: -36px;
  margin-left: -36px;
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay:after {
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/thumb.png) no-repeat;
  top: 50%;
  left: 50%;
  right: 0;
  font-weight: 300;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
}
.lt-ie9 .thumb_overlay:after {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: #f7682c;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thumb .thumb_cnt_stat {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.thumb .thumb_cnt_din {
  position: absolute;
  top: 0;
  left: 0;
}
.thumb_overl1:hover .thumb_overlay:before {
  display: none;
}
.thumb_overl1:hover .thumb_overlay:after {
  opacity: 1;
}