/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
 
}

.owl-theme .owl-nav [class*=owl-] {
    color: #4c4949;
    font-size: 40px;
    padding: 0px 17px;
    background: rgba(255, 255, 255, 0.46);
    display: inline-block;
    cursor: pointer;
    /* border-radius: 3px; */
    font-weight: bold;
    height: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity:0.4;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
#banner-slider .owl-nav{display:none;}
#banner-slider .owl-dots{position: absolute;bottom: 15px;left: 50%;}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.50);
    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: transparent;border: 2px solid #fff;}
.owl-prev{float:left;}
.owl-next{float:right}
.owl-nav {
    float: left;
    width: 100%;
    position: absolute;
    top: 45%;
    font-size: 22px;
}

#demos .owl-nav { float: left; width: 100%; position: absolute; bottom: 45.6%; font-size: 22px; }

#owl-demo2 .owl-nav { float: left; width: 100%; position: absolute; bottom: 38.4%; font-size: 22px; }



@media (max-width:568px) {
    
    
} 
@media (max-width:480px) {
  #demos .owl-nav { float: left; width: 100%; position: absolute; bottom:30.6%; font-size: 22px; }  
    
}

@media (max-width:414px) {
    
    
}


@media (max-width:375px) {
 #demos .owl-nav { float: left; width: 100%; position: absolute; bottom: 25.6%; font-size: 22px; }   
    
}
@media (max-width:320px) {
    
    
}


    
    
#home-page-slider .owl-nav {bottom: 170px;}


#home-page-slider .owl-dots {text-align: right; position: absolute; right: 10px; bottom: 5px;}	

#owl-demo1 .owl-dots {text-align: right; position: absolute; right: 10px; bottom: 5px;}	

@media (max-width:768px) {
#home-page-slider .owl-dots {text-align: right; position: absolute; right: 10px; bottom: 15px;}    
  .owl-nav {
    width: auto;
    position: absolute;
    bottom:0px !important;
    font-size: 22px;
	left:0; 
	display:none;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #4c4949;
    font-size: 26px;
    padding: 0px 7px;
    background: rgba(255, 255, 255, 0.46);
    display: inline-block;
    cursor: pointer;
    /* border-radius: 3px; */
    font-weight: bold;
    height: 25px;
    border-right: 1px solid #605f63;
}
.owl-theme .owl-nav [class*=owl-]:last-child {
    border-right:0px;
}  
    
}    


