/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel2,
.owl-carousel2 .owl-item { -webkit-tap-highlight-color: transparent; position: relative }
.owl-carousel2 { display: none; width: 100%; z-index: 1 }
.owl-carousel2 .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden }
.owl-carousel2 .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 }
.owl-carousel2 .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0) }
.owl-carousel2 .owl-item,
.owl-carousel2 .owl-wrapper { -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) }
.owl-carousel2 .owl-item { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none }
.owl-carousel2 .owl-item img { display: block; width: 100% }
.owl-carousel2 .owl-dots.disabled,
.owl-carousel2 .owl-nav.disabled { display: none }
.no-js .owl-carousel2,
.owl-carousel2.owl-loaded { display: block }
.owl-carousel2 .owl-dot,
.owl-carousel2 .owl-nav .owl-next,
.owl-carousel2 .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel2.owl-loading { opacity: 0; display: block }
.owl-carousel2.owl-hidden { opacity: 0 }
.owl-carousel2.owl-refresh .owl-item { visibility: hidden }
.owl-carousel2.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none }
.owl-carousel2.owl-grab { cursor: move; cursor: grab }
.owl-carousel2.owl-rtl { direction: rtl }
.owl-carousel2.owl-rtl .owl-item { float: right }
.owl-carousel2 .animated { animation-duration: 1s; animation-fill-mode: both }
.owl-carousel2 .owl-animated-in { z-index: 0 }
.owl-carousel2 .owl-animated-out { z-index: 1 }
.owl-carousel2 .fadeOut { animation-name: fadeOut }
@keyframes fadeOut {
	0% { opacity: 1 }
	100% { opacity: 0 }
}
.owl-height { transition: height .5s ease-in-out }
.owl-carousel2 .owl-item .owl-lazy { opacity: 0; transition: opacity .4s ease }
.owl-carousel2 .owl-item img.owl-lazy { transform-style: preserve-3d }
.owl-carousel2 .owl-video-wrapper { position: relative; height: 100%; background: #000 }
.owl-carousel2 .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; /*background: url(owl.video.play.png) no-repeat;*/ cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition: transform .1s ease }
.owl-carousel2 .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3) }
.owl-carousel2 .owl-video-playing .owl-video-play-icon,
.owl-carousel2 .owl-video-playing .owl-video-tn { display: none }
.owl-carousel2 .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; transition: opacity .4s ease }
.owl-carousel2 .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% }

.owl-carousel2 .owl-item img { width: auto; }
.owl-carousel2 .owl-nav {  cursor: pointer; z-index: 999; width: 100%; }
.owl-carousel2 .owl-nav .owl-prev,
.owl-carousel2 .owl-nav .owl-next{ display: block; position: absolute; text-indent: inherit; width: auto; cursor: pointer; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out;}
.owl-carousel2 .owl-nav .owl-prev { left:10px;  display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);   }
.owl-carousel2 .owl-nav .owl-next { right:10px; display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%);  }
.owl-carousel2 .owl-nav i{ font-size: 20px; width:36px; height:36px; line-height:36px; display: inline-block; color:#ffffff; border-radius: 3px; background:#84ba3f; border:0px solid #3d3d3d; font-weight:normal; text-align: center; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.owl-carousel2 .owl-nav i:hover{background:#333; color:#ffffff;}
.bottom-nav .owl-nav { bottom: 0; top: inherit; }
.bottom-nav .owl-nav .owl-next { right: 46%; bottom: -20px; top: inherit; transform: inherit; }
.bottom-nav .owl-nav .owl-prev { left: 46%; bottom: -20px; top: inherit; transform: inherit; }
 .owl-carousel2 .owl-nav .owl-next, .owl-carousel2 .owl-nav .owl-prev { margin: 0 !important; }

/* Dots */
.owl-carousel2 .owl-controls .owl-dot { margin: 0; display: inline-block; }
.owl-carousel2 .owl-dots { display: inline-block;  /*position: absolute; bottom: -35px; */ margin-top: 20px; text-indent: inherit; width: 100%; cursor: pointer; text-align: center; }
.owl-carousel2 .owl-dots .owl-dot span { background: #ddd; display: inline-block; width: 12px; min-height: 12px; margin-top: 5px; border-radius: 3px; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel2 .owl-dots .owl-dot:hover span, .owl-carousel2 .owl-dots .owl-dot.active span { background:#f5af02; min-height: 17px; margin-top: 0; }
.owl-carousel2 .owl-dot, .owl-carousel2 .owl-nav .owl-next, .owl-carousel2 .owl-nav .owl-prev { display: inline-block; margin: 14px 2px 0; }
.bottom-center-dots .owl-dots { bottom: 30px !important; position: absolute;  }
.bottom-center-dots .owl-dots .owl-dot span  { background: #ffffff; }
.bottom-right-dots .owl-dots { bottom: 30px !important; position: absolute; right: 30px; width: auto; }
.bottom-right-dots .owl-dots .owl-dot span  { background: #ffffff; }