/*========================================================
                      Owl Carousel
=========================================================*/
.owl-carousel {
  background: #888;
  top: 50%;
  position: absolute;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1; }
  .owl-carousel .item {
    padding: 15px 42px 32px 30px;
    border-left: 2px solid rgba(255, 255, 255, 0.2); }
    .owl-carousel .item h3 {
      padding-left: 0px;}
    .owl-carousel .item .icon1, .owl-carousel .item .icon2, .owl-carousel .item .icon3 {
      position: relative; }
      .owl-carousel .item .icon1:before, .owl-carousel .item .icon2:before, .owl-carousel .item .icon3:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #f1911f;
        font: 400 40px/23px "FontAwesome"; }
    .owl-carousel .item .icon1:before {
      content: "\f206"; }
    .owl-carousel .item .icon2:before {
      content: "\f0e4"; }
    .owl-carousel .item .icon3:before {
      content: "\f085"; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 20%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .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;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  overflow: hidden;
  width: 90px;
  height: 90px;
  background: #888;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: -2;
  top: 50%;
  margin-top: -45px; }
  .owl-nav .owl-next:before, .owl-nav .owl-prev:before {
    color: #fff;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99; }
  .owl-nav .owl-next:hover:before, .owl-nav .owl-prev:hover:before {
    color: #f1911f; }
.owl-nav .owl-prev {
  left: -20px; }
  .owl-nav .owl-prev:before {
    content: '\f053';
    bottom: 47px;
    left: 17px;
    top: 11px; }
.owl-nav .owl-next {
  right: -20px; }
  .owl-nav .owl-next:before {
    content: '\f054';
    bottom: 30px;
    right: 13px;
    top: 54px; }

@media (max-width: 1299px) {
  .owl-nav {
    position: absolute;
    z-index: 5;
    bottom: -20px;
    left: 50%;
    margin-left: -18px; }
    .owl-nav .owl-next, .owl-nav .owl-prev {
      width: 36px;
      height: 36px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
    .owl-nav .owl-next {
      right: -170px; }
      .owl-nav .owl-next:before {
        bottom: 15px;
        right: 12px;
        top: 12px; }
    .owl-nav .owl-prev {
      left: -170px; }
      .owl-nav .owl-prev:before {
        bottom: 19px;
        right: -6px;
        top: 18px; } }
@media (max-width: 767px) {
  .owl-carousel {
    margin: 0 auto; }
    .owl-carousel .item {
      padding: 20px; }

  .owl-nav {
    display: none; } }
@media (max-width: 479px) {
  .owl-carousel {
    width: 90%; } }
.owl-dots .owl-dot + .owl-dot {
  margin-left: 0; }

/*# sourceMappingURL=owl-carousel.css.map */
