/* 
 * 	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;
	margin: 5px;
	padding: 4px 7px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	cursor: pointer
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	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;
	transition-property: opacity;
  	transition-duration: 200ms;
	background-color:#CDCDCD;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	width: 14px;
	height: 14px;
	margin:7px 7px 3px !important;
	background-color:#33B6E1;
}
body.nightmode .owl-theme .owl-dots .owl-dot span{
	
	background-color:#bbb !important;
}


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

/* Styling Next and Prev buttons */
.study_books .owl-controls .owl-buttons div{
	color: #33b6e1;
	display: inline-block;
	margin: 5px;
	padding: 5px 5px; 
	font-weight: bold;
	-webkit-border-radius: 0;
	position: absolute !important;
	top: 30%;
	-moz-border-radius: 0;
	border-radius: 0;
	width:20px;
	cursor: pointer;
	background: transparent !important;
	background-color: transparent !important;
	font-size: 50px;
}

.study_books .owl-theme .owl-controls .owl-buttons .owl-next, .study_books .owl-theme .owl-controls .owl-buttons .owl-prev{overflow: hidden;padding: 0 5px;margin: 0 20px}
.study_books .owl-theme .owl-controls .owl-buttons .owl-next::before{
	font:normal normal normal 25px/1 FontAwesome;
	content: "\f054"!important;
	color: #5F5F5F;
	padding: 4px;
	
}
.study_books .owl-theme .owl-controls .owl-buttons .owl-prev::before{
	font:normal normal normal 25px/1 FontAwesome;
	content: "\f053"!important;
	color: #5F5F5F;
	padding: 4px
}
.study_books .owl-controls .owl-buttons div{top: 40% !important}
.study_books .owl-prev{
	left: 25px;
}
.study_books .owl-next{
	right: 25px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.study_books .owl-controls .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}