/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {margin-top:0px; /* margin-top: 10px; */}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0px;
    padding: 4px 7px;
    background-color:transparent /* #D6D6D6 */;
    display: inline-block;
    cursor: pointer;
    border-radius:0%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color:transparent /* #869791 */;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;

    background-color: #527100;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;

}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #e53209;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {color:#FFF !important}
.owl-carousel .owl-theme .owl-dots .owl-dot { background-color:transparent; border:50%; width:18px; height:18px}
.owl-carousel .owl-theme .owl-dots .owl-dot span {margin:0 4px; background-color:transparent;}
.owl-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-carousel .owl-theme .owl-dots .owl-dot:hover span {background-color:orange !important}
.owl-prev {
    width: 40px;
    height: 150px;
    position: absolute;
    top: 0%;
    left:-30px;
    display: block !important;
    border:0px solid black;
	font-size:100px !important;
	
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: center center;
   
}

.owl-next {
	width: 40px;
	height: 150px;
	position: absolute;
	top: 0%;
	right:-15px;
	display: block !important;
	border:0px solid black;
	font-size:100px !important;
	background-image: url(../images/right-do.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}


.owl-demo .owl-carousel .owl-prev, .owl-carousel .owl-next {color:#FFF !important}
.owl-demo .owl-prev {
    width: 40px;
    height: 65px;
    position: absolute;
    top: 30%;
    left:-50px;
    display: block !important;
    border:0px solid black;
	font-size:100px !important;
	
	background-image: url(../images/left2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-demo .owl-next {
	width: 40px;
	height: 65px;
	position: absolute;
	top: 30%;
	right:-50px;
	display: block !important;
	border:0px solid black;
	font-size:100px !important;
	background-image: url(../images/right2.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-demo .owl-prev:hover, .owl-demo .owl-next:hover { filter: grayscale(100%);}

.owl-demo .owl-dots {margin:0; position:absolute; bottom:0; transform:translate(0%, -50%); left:47%;}


@media only screen and (min-width: 150px) and (max-width: 575px){
.owl-demo .owl-dots {margin:0; position:absolute; bottom:0; transform:translate(0%, -50%); left:39%;}
}