.carousel{
	position:relative;
	-ms-touch-action:pan-y
}
.carousel .owl-wrapper{
	display:none;
	position:relative;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0)
}
.carousel .owl-wrapper:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.carousel .owl-wrapper-outer{
	overflow:hidden;
	position:relative;
	width:100%
}
.carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out;
	-ms-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}
.carousel .owl-item{
	float:left;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0)
}
.carousel .owl-controls{
	text-align:center;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.carousel .owl-controls .owl-page{
	width:12px;
	height:12px;
	margin-right:10px;
	display:inline-block;
	zoom:1;
	*display:inline;
	cursor:pointer;
	background:#fff;
	-webkit-border-radius:20px;
	border-radius:20px;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
.carousel .owl-controls .owl-page:hover,.carousel .owl-controls .owl-page.active{
	background:#143b65
}
.carousel .owl-controls .owl-page .owl-numbers{
	display:none
}
.carousel .owl-controls .owl-buttons div{
	cursor:pointer
}

.locations .owl-controls .owl-buttons div {
    width: 10px;
    height: 22px;
    padding: 10px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    color:#000;
    opacity: 0.5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.locations .owl-controls .owl-buttons div:before {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 25px;
    text-decoration: inherit;
}
.locations .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.locations:hover .owl-controls .owl-buttons div,
.thumbs .owl-controls .owl-buttons div {
    opacity: 1;
}
.locations .owl-controls .owl-buttons div.owl-next:before {
    content: '\f054';
}
.locations .owl-controls .owl-buttons div.owl-prev:before {
    content: '\f053';
}
.locations .thumbs .owl-controls .owl-buttons div {
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0 10px;
}
.locations .thumbs .owl-item {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.locations .thumbs .owl-item:hover {
    opacity:1
}

.page-cards .owl-controls .owl-buttons div {
    width: 10px;
    height: 22px;
    padding: 10px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    color:#000;
    opacity: 0.5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page-cards .owl-controls .owl-buttons div:before {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left:-10px;
    font-family: FontAwesome;
    font-style: normal;
    line-height: 25px;
    text-decoration: inherit;
}
.page-cards .owl-controls .owl-buttons .owl-next {
    right:-40px;
}
.page-cards:hover .owl-controls .owl-buttons div,
.thumbs .owl-controls .owl-buttons div {
    opacity: 1;
}
.page-cards .owl-controls .owl-buttons div.owl-next:before {
    content: '\f054';
}
.page-cards .owl-controls .owl-buttons div.owl-prev:before {
    content: '\f053';
}
.page-cards .thumbs .owl-controls .owl-buttons div {
    height: 100%;
    top: 0;
    margin: 0;
    padding: 0 10px;
}
.page-cards .thumbs .owl-item {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page-cards .thumbs .owl-item:hover {
    opacity:1
}

.owl-origin {
	-webkit-perspective:1200px;
	-webkit-perspective-origin-x:50%;
	-webkit-perspective-origin-y:50%;
	-moz-perspective:1200px;
	-moz-perspective-origin-x:50%;
	-moz-perspective-origin-y:50%;
	perspective:1200px;
}
/* fade */
.owl-fade-out {
  z-index:10;
  -webkit-animation:fadeOut .7s both ease;
  -moz-animation:fadeOut .7s both ease;
  animation:fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation:fadeIn .7s both ease;
  -moz-animation:fadeIn .7s both ease;
  animation:fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation:backSlideOut 1s both ease;
  -moz-animation:backSlideOut 1s both ease;
  animation:backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation:backSlideIn 1s both ease;
  -moz-animation:backSlideIn 1s both ease;
  animation:backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation:scaleToFade .7s ease both;
  -moz-animation:scaleToFade .7s ease both;
  animation:scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation:goDown .6s ease both;
  -moz-animation:goDown .6s ease both;
  animation:goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation:scaleUpFrom .5s ease both;
  -moz-animation:scaleUpFrom .5s ease both;
  animation:scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation:scaleUpTo .5s ease both;
  -moz-animation:scaleUpTo .5s ease both;
  animation:scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  0% {opacity:1}
}
@-moz-keyframes empty {
  0% {opacity:1}
}
@keyframes empty {
  0% {opacity:1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}