/**/
.overlay,
.loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.8);
}
.overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.loading-img {
  z-index: 1020;
  background: transparent url('../images/general/ajax-loader.gif') 50% 50% no-repeat;
}
/**/

.blackoverlay{
	background-color:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	padding:20px;
}

/*font styles*/
.bigblackdin{
	font-size:30px;
	font-weight:bold;
}
.biggreendin{
	font-size:24px;
	color:#33b72d;
}
.greendin{
	color:#33b72d;
	font-weight:bold;
}
.whitebolddin{
	color:#fff;
	font-weight:bold;
	font-size:26px;
}

/*home banner*/
.bannertext{
	position:absolute;
	bottom:0;	
	width:100%;
}
.kwicks{
	height:100%;
}
/*home about*/
.homeabout{
	background:url(../images/general/homeaboutbg.jpg) #fff center bottom no-repeat;
}
/*home small banner*/
.homesmallbanner{
	background-color:#333;
}
@media (max-width: 768px) {
	.slidebrand{
		font-size:10px;
	}
	.slidemodel{
		font-size:14px;
	}
	.marginsub{
		margin-top:40px;
	}
	.slideproducttxt{
		margin-left:4px; 
		font-size:12px;
	}
}
@media (min-width: 767px) and (max-width: 990px)  {
	.slidebrand{
		font-size:16px;
	}
	.slidemodel{
		font-size:34px;
	}
	.marginsub{
		margin-top:120px;
	}
	.slideproducttxt{
		margin-left:8px; 
		font-size:20px;
	}
	.banner-container{
		margin-top:-112px;
	}
}
@media (min-width: 991px) and (max-width: 1197px) {
	.slidebrand{
		font-size:16px;
	}
	.slidemodel{
		font-size:40px;
	}	
	.marginsub{
		margin-top:180px;
	}
	.slideproducttxt{
		margin-left:8px; 
		font-size:24px;
	}
}
@media (min-width: 1198px) {
	.slidebrand{
		font-size:20px;
	}
	.slidemodel{
		font-size:44px;
	}
	.marginsub{
		margin-top:150px;
	}
	.slideproducttxt{
		margin-left:8px; 
		font-size:28px;
	}
}

.homesmallblog{
	margin:30px 0;
}
.blogwrap{
	border-bottom: 2px solid #f6f6f6;
	padding:0 0 30px 0;
	margin-bottom:5px;
}
.blogtitle{
	font-size:26px;
	line-height:28px;
	height:60px;
	overflow:hidden;
}
.bigblogtitle{
	font-size:26px;
	line-height:35px;
}
.smallblogtitle{
	font-size:26px;
	line-height:28px;
	height:30px;
	overflow:hidden;
}
.blogtxt{
	margin-top:15px;
}
.blogmore{
	margin-top:30px;
	font-size:12px;
	line-height:20px;
	color:#888 !important;
	text-decoration:none;
}
.bloglink:hover{
	text-decoration:underline !important;
	color: #33b72d;
}
a{
	text-decoration:none !important;
}
.green{
	color:#33b72d;
}
.navbar-header{
	/*height:100px;*/
}