Your IP : 18.191.147.77


Current Path : /proc/self/root/home/sudancam/.trash/js.3/owl-carousel/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/js.3/owl-carousel/owl.theme.default.min.css

.owl-theme .owl-controls {	
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav .owl-prev {	
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 40%;
}
.owl-theme .owl-controls .owl-nav .owl-next {	
	position: absolute;
	z-index: 10;
	left: 15px;
	top: 40%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #000;
	display: inline-block;
	cursor: pointer;
	padding-top:5px;
	width: 45px;
    height: 45px;
    line-height: 35px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 21px;
    color: rgba(255, 255, 255, 0.5);
	content:'';
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color:#1086df;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	margin-top:40px;
	display: inline-block;
	zoom: 1;
	*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 6px 6px;
	background: #ccc;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #039be5
}