/* 
 * 	Default theme - Owl Carousel CSS File
 *	v2.0.0
 */

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div{
	color: #FFF;
	display: inline-block;

	height: 50px;
	width:50px;
	font-size: 12px;
	text-indent: 100px;	
	cursor: pointer;
	overflow: hidden;
	margin: 75px 5px 0 5px;
	 -webkit-transition: all .3s ease;
	 border-bottom: 1px solid #ccc;;
}
.owl-theme .owl-controls .owl-nav .owl-prev{
	background: url(../images/icon.png) no-repeat 10px -243px;background-color: rgba(255, 255, 255, 0.15);
	
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover{
	background:#BCA267 url(../images/icon.png) no-repeat 10px -278px;
	
}
.owl-theme .owl-controls .owl-nav .owl-next{
	background: url(../images/icon.png) no-repeat -37px -243px;background-color: rgba(255, 255, 255, 0.15);
	
}
.owl-theme .owl-controls .owl-nav .owl-next:hover{
	background:#BCA267 url(../images/icon.png) no-repeat -37px -278px;
	
}

.yqlink_div .owl-theme .owl-controls .owl-nav .owl-next{
	right: 5px;
	margin: 0;
	top: 0;
	background: url(../images/icon.png) no-repeat -37px -243px;
	
	
}
.yqlink_div .owl-theme .owl-controls .owl-nav .owl-prev{
	left: -10px;
	margin: 0;
	top: 0;
	background:  url(../images/icon.png) no-repeat 10px -243px;
	
}
.yqlink_div .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background:#BCA267 url(../images/icon.png) no-repeat -37px -278px;
	
	
}
.yqlink_div .owl-theme .owl-controls .owl-nav .owl-prev:hover{
	background:#BCA267 url(../images/icon.png) no-repeat 10px -278px;
	
}
@media (max-width: 1200px) {

	.owl-theme .owl-controls .owl-nav .owl-next{right: -40px;}
	.owl-theme .owl-controls .owl-nav .owl-prev{left: -40px;}
	.solution_div .owl-carousel{margin-top: 25px;}
}
/*.owl-theme .owl-controls .owl-nav .owl-next:hover{
	background: url(../../images/icon_prev02.png) no-repeat center center;
	
}*/
.owl-theme .owl-controls .owl-nav .disabled{
	opacity: 0.5;
	cursor: default;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: none;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible;
	display: block;
	width: 10px;
	height: 10px;
	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;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.nestedItem{text-align: center;}
