/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	padding:0 15px
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*------------------------------------*/
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/*------============-----*/
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left:  -15px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: -15px;
	top: 50%;
}
.owl-controls .owl-buttons .fa{ font-size:70px;font-weight:400}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----intro-slider-----*/
#intro-top .owl-carousel .owl-buttons div{background-color:transparent;display:block;height:80px;width:42px;margin:-16px 0 0;opacity:0;font-size:0;padding:0;
-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;}
#intro-top .owl-carousel .owl-buttons .owl-next{background:url(../images/owl-next.png) no-repeat;margin:-50px 100px 0 0;}
#intro-top .owl-carousel .owl-buttons .owl-prev{background:url(../images/owl-prev.png) no-repeat;margin:-50px 0 0 100px;}
.owl-carousel:hover .owl-buttons div {
	opacity: 0.7;}
#intro-top .owl-carousel:hover .owl-buttons div{opacity: 1;}
#intro-top .owl-carousel .owl-buttons div i{color: #000;display: block;font-size:0;margin: -1px 0 0 -1px;padding: 5px;text-align: center;}
#intro-top .owl-carousel .owl-buttons div i{color:#000;}
.owl-theme .owl-controls{}


/*----blog-slider-----*/
@media (min-width:1300px){
.advertisment .container{padding:0}
.advertisment .owl-carousel{width:100%}
}
.advertisment .owl-carousel{width:97%; margin:0 auto}
#blog .item img{display: block; max-width: 100%; height: auto; /*margin: 0 auto;*/}
.advertisment .owl-item{opacity:0;-webkit-transition: all 1s .1s ease-in-out;-moz-transition: all 1s .1s ease-in-out;transition: all 1s .1s ease-in-out;z-index:10;}
.advertisment{margin-bottom: 90px;}
.advertisment .owl-item li{background:#37aee1;color:#fff;margin-right: 30px;padding: 27px 20px 0;min-height:270px}
.advertisment .owl-item li .author-fig{float: left;padding-right: 15px;}
.advertisment .owl-item li .author-name h3{font-size:22px;text-transform:uppercase;padding-top: 10px;}
.advertisment .owl-item li p{color:#fff;display:inline-block;border-top: 1px solid #5fbee7;margin-top:15px}
.advertisment .owl-item.active{opacity:1;}
.advertisment .owl-item .zoom{opacity:1;transition: all 0.8s ease-in-out;-webkit-transform:scale(0.9);-moz-transform:scale(0.9);transform:scale(0.9)}
.advertisment .owl-item.active .zoom{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
.advertisment .owl-controls{position: absolute;right: 0;top: 50%;height: 40px;text-align: right;left: 0;width: auto;margin-top: -64px;}
/*.advertisment .owl-carousel .owl-buttons .owl-next{background: #fff;color: #202424;font-size: 34px;box-shadow: 1px 1px 3px #aaaaaa;opacity: 1;display: inline-block;margin-left: 5px;height: 52px;width: 52px;padding: 0;text-align: center;border-radius: 4px;color: #aaaaaa;right:-5px;}
.advertisment .owl-carousel .owl-buttons .owl-prev{background:#fff;color:#202424; font-size:34px;box-shadow: 1px 1px 3px #aaaaaa;opacity:1;display:inline-block;margin-left:5px;height:52px;width:52px;padding:0;text-align:center;border-radius: 4px;color: #aaaaaa;left:-8px;}*/

.advertisment .owl-controls .owl-buttons div i{display:block;margin-top:-3px;}
.advertisment .owl-controls .owl-buttons div i.fa-angle-right{line-height: 52px;}
.advertisment .owl-controls .owl-buttons div i.fa-angle-left{line-height: 52px;}
/*.advertisment .owl-controls .owl-buttons div:hover{background-color:#ff4800;border-color:#ddd}*/ 
.advertisment .img-slider .owl-wrapper-outer{border:none;border-radius:0;box-shadow:none;}
.advertisment .owl-carousel{background:none;}
.advertisment .owl-carousel .owl-item{overflow:inherit;}

#advertisment .owl-controls .owl-buttons .owl-prev {color: #3b4884;font-size: 56px;bottom: 0;top: 22px;left: -40px;vertical-align: middle;margin: 0 auto;text-align: center;}
#advertisment .owl-controls .owl-buttons .owl-next {color: #3b4884;font-size: 56px;	bottom: 0;top: 22px;right: -40px;vertical-align: middle;margin: 0 auto;}

@media (max-width:991px){
			.advertisment {margin-bottom: 40px;}.advertisment .owl-item li{padding-bottom:10px}
			.advertisment .owl-item li{min-height:280px}
}

@media (max-width:767px){
						.advertisment .owl-item li .author-fig {float: none;padding-right: 0;} .advertisment .owl-item li .author-fig img{margin:0 auto}
						.advertisment .owl-item li .author-name h3 {text-align: center;}
						.advertisment .owl-item li{min-height:250px}
			
}

@media (max-width:575px){
	#advertisment .owl-controls .owl-buttons .owl-prev,#advertisment .owl-controls .owl-buttons .owl-next{display:none}

}

@media (max-width:320px){

					.advertisment .owl-item li {min-height: 370px;}

}
