/* 18. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
position: static;
}


/* 18.1. Owl Carousel navigation */
.owl-prev,
.owl-next {
position: absolute;
display: block;
top: 60%;
margin-top: -60px;
width: 60px;
height: 60px;
line-height:45px;
font-size: 18px;
padding-top: 23px;
color: #111;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: visible;

}

.owl-prev { left: 0px; padding-left: 21px;  }
.owl-next { right:0px; padding-right: 21px;  }


.owl-prev:before,
.owl-next:before {
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
content: "";
display: block;
width: 66%;
height: 66%;
position: absolute;
background: #fff;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

}

.owl-prev, .owl-next { font-family: 'FontAwesome'; }
.owl-prev:before{ content: "\f053"; }
.owl-next:before{ content: "\f054"; }


.owl-prev:before { left: 50px; top: 9px; }

@media only screen and (max-width: 1200px) {
  .owl-prev:before {
    left: 20px;
  }
}

.owl-next:before { right: 50px; top: 9px; }

@media only screen and (max-width: 1200px) {
  .owl-next:before {
    right: 20px;
  }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
position: relative;
}

.owl-prev .owl-custom {
position: relative;
left: 64px;
}

@media only screen and (max-width: 1200px) {
  .owl-prev .owl-custom {
    left: 39px;
  }
}

.owl-next .owl-custom {
position: relative;
right: 64px;
}

@media only screen and (max-width: 1200px) {
  .owl-next .owl-custom {
    right: 39px;
  }
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
}

.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
left: 0px;
}

.owl-carousel:hover .owl-next {
right: 0px;
}



.owl-theme .owl-dots { text-align:center; -webkit-tap-highlight-color:transparent }
.owl-theme .owl-dots {
	z-index: 99;
	margin-top: 15px;
}

.owl-theme .owl-dot {
	width: 15px;
	height: 15px;
	background: #d0cccc;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.owl-theme .owl-dot:hover {
	width: 30px;
	height: 15px;
	border-radius: 2px;
	background: #000b6b;
}

.owl-dot.active {
	width: 30px;
	height: 15px;
	border-radius: 2px;
	background: #000b6b;
}
