/* 
 * 	Default theme - Owl Carousel CSS File
 */
 .owl-theme .owl-nav {
	margin-top: 5px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 1.2em;
	margin: 0px;
	padding: 2px 3px;
    /*background-color:rgba(255,255,255,0.2);*/
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
   /*background-color:rgba(0,0,0,0.4); */
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 5px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top:-30px;
    position: absolute;
    width:100%;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 10px 0px 5px 0px;
    background-color:rgba(255,255,255,0.4); 
    display: block;
    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:hover span {
    background-color:rgba(255,255,255,0.6); 
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color:rgba(255,255,255,0.8); 
}

.owl-theme .owl-controls {position:relative; width:100%; z-index:20000; height:50px;}
.owl-theme .owl-controls #customDots {position:absolute; width:100%;}
.owl-theme .owl-nav {
    display: flex;
    align-items: center;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next { 
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
} 
.owl-theme .owl-nav .owl-prev {left:40px;}
.owl-theme .owl-nav .owl-next { right:40px; }
.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {line-height:100%;} 

.owl-theme .owl-dots .owl-dot:hover span { cursor:pointer;}
.owl-carousel .owl-item img {/*width:auto;*/ margin:0px auto;}


.owl-nav button span {
    display: block;
    padding: 10px;
    font-size:1.2em;
}

/* reset default */
.owl-theme button {
    border-style: none;
    background: none;
}

div.owl-carousel,
div.owl-carousel > div {
    height:100%;
}
div.controlContainer {
    width:74vw;
    padding:0;
    margin: 10px auto 0 auto;
    height: 50px;
}
#owl-controls {
    display: flex;
    align-items: center;
}


div.oSlide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

div.owl-stage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.owl-carousel .owl-item,
.owl-theme-slider .owl-item,
.owl-theme-slider1 .owl-item {
    /* prevent flashing on infinite loop */
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.0, 1.0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-theme-slider,
.owl-theme-slider1 {
    position: relative;
}
.owl-theme-slider1 {
    padding-bottom:35px;
}
.owl-theme-slider .owl-stage-outer,
.owl-theme-slider1 .owl-stage-outer {
    overflow: hidden;
    z-index: 1;
}
.owl-theme-slider .owl-nav,
.owl-theme-slider1 .owl-nav {
    margin-top: 0;
}
.owl-theme-slider1 .owl-dots {
    margin-top:5px;
}
.owl-theme-slider .owl-nav .owl-prev {
    left:2vw;
    top:45%;
    padding-left:1px;
    /* background-color: rgba(0,0,0,0.05);*/
 }
 .owl-theme-slider .owl-nav .owl-next { 
    right:2vw;
    top:45%;
    padding-right:1px;
    /* background-color: rgba(0,0,0,0.05);*/
}


.owl-theme-slider1 .owl-nav .owl-prev  {
    left:-2.5vw;
    top:45%;
    padding-left:1px;
 }

 .owl-theme-slider1 .owl-nav .owl-next { 
    right:-3vw;
    top:45%;
    padding-right:1px;
}

.owl-theme-slider .owl-nav .owl-prev i, .owl-theme-slider .owl-nav .owl-next i,
.owl-theme-slider1 .owl-nav .owl-prev i, .owl-theme-slider1 .owl-nav .owl-next i 
    {line-height:100%;} 
/*    
.owl-theme-slider .owl-nav .owl-prev:hover {
    box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}
.owl-theme-slider .owl-nav .owl-next:hover { 
    box-shadow: -4px 4px 4px rgba(0,0,0,0.2);
}
*/

@media screen and (max-width:1000px) {
    #customNav {
       display: none;
    }

    .owl-theme-slider .owl-nav {
        display: none;
    }
}


@media screen and (min-width:1000px) {
}



