/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -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-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }




.owl-carousel-suggest {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-suggest .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-suggest .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-suggest .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-suggest .owl-wrapper,
  .owl-carousel-suggest .owl-item {
    -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-carousel-suggest .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-suggest .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-suggest .owl-nav.disabled,
  .owl-carousel-suggest .owl-dots.disabled {
    display: none; }



  .owl-carousel-suggest .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-suggest button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }


  .owl-carousel-suggest .owl-nav .owl-prev {
    top: calc(50% - 30px);
    margin: 0;
    position: absolute;
    left: 0px;
    display: flex;
    background-color:white;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  /*
  .owl-carousel-suggest .owl-nav .owl-prev {
    margin-right: 5px !important;
  }
  */

  .owl-carousel-suggest .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-suggest .owl-nav .owl-next {
    top: calc(50% - 30px);
    margin: 0;
    position: absolute;
    right: 0px;
    display: flex;
    background-color:white;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  /*
  .owl-carousel-suggest .owl-nav .owl-next {
    margin-left: 5px !important;
  }
  */

  .owl-carousel-suggest .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }




  .owl-carousel-suggest.owl-loaded {
    display: block; }
  .owl-carousel-suggest.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-suggest.owl-hidden {
    opacity: 0; }
  .owl-carousel-suggest.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-suggest.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-suggest.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-suggest.owl-rtl {
    direction: rtl; }
  .owl-carousel-suggest.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-suggest {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-suggest .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-suggest .owl-animated-in {
  z-index: 0; }

.owl-carousel-suggest .owl-animated-out {
  z-index: 1; }

.owl-carousel-suggest .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-suggest .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-suggest .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-suggest .owl-item .owl-lazy[src^=""], .owl-carousel-suggest .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-suggest .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-suggest .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-suggest .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 100ms ease; }

.owl-carousel-suggest .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-suggest .owl-video-playing .owl-video-tn,
.owl-carousel-suggest .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-suggest .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-suggest .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }






.owl-carousel-hotel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-hotel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-hotel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-hotel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-hotel .owl-wrapper,
  .owl-carousel-hotel .owl-item {
    -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-carousel-hotel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-hotel .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-hotel .owl-nav.disabled,
  .owl-carousel-hotel .owl-dots.disabled {
    display: none; }



  .owl-carousel-hotel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-hotel .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    display: flex;
    background-color:white;
    top: 15%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-hotel .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    display: flex;
    background-color:white;
    top: 15%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    outline: unset;
    padding: 0 !important;
    font: inherit; }




  .owl-carousel-hotel.owl-loaded {
    display: block; }
  .owl-carousel-hotel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-hotel.owl-hidden {
    opacity: 0; }
  .owl-carousel-hotel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-hotel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-hotel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-hotel.owl-rtl {
    direction: rtl; }
  .owl-carousel-hotel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-hotel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-hotel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-hotel .owl-animated-in {
  z-index: 0; }

.owl-carousel-hotel .owl-animated-out {
  z-index: 1; }

.owl-carousel-hotel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-hotel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-hotel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-hotel .owl-item .owl-lazy[src^=""], .owl-carousel-hotel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-hotel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-hotel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-hotel .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 100ms ease; }

.owl-carousel-hotel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-hotel .owl-video-playing .owl-video-tn,
.owl-carousel-hotel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-hotel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-hotel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


.owl-carousel-hotel-modal {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-hotel-modal .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-hotel-modal .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-hotel-modal .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-hotel-modal .owl-wrapper,
  .owl-carousel-hotel-modal .owl-item {
    -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-carousel-hotel-modal .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-hotel-modal .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-hotel-modal .owl-nav.disabled,
  .owl-carousel-hotel-modal .owl-dots.disabled {
    display: none; }



  .owl-carousel-hotel-modal .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-modal button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-hotel-modal .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    display: flex;
    background-color:white;
    top: 15%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-modal .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    outline: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-hotel-modal .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    display: flex;
    background-color:white;
    top: 15%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-modal .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    outline: unset;
    padding: 0 !important;
    font: inherit; }




  .owl-carousel-hotel-modal.owl-loaded {
    display: block; }
  .owl-carousel-hotel-modal.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-hotel-modal.owl-hidden {
    opacity: 0; }
  .owl-carousel-hotel-modal.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-hotel-modal.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-hotel-modal.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-hotel-modal.owl-rtl {
    direction: rtl; }
  .owl-carousel-hotel-modal.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-hotel-modal {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-hotel-modal .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-hotel-modal .owl-animated-in {
  z-index: 0; }

.owl-carousel-hotel-modal .owl-animated-out {
  z-index: 1; }

.owl-carousel-hotel-modal .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-hotel-modal .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-hotel-modal .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-hotel-modal .owl-item .owl-lazy[src^=""], .owl-carousel-hotel-modal .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-hotel-modal .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-hotel-modal .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-hotel-modal .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 100ms ease; }

.owl-carousel-hotel-modal .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-hotel-modal .owl-video-playing .owl-video-tn,
.owl-carousel-hotel-modal .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-hotel-modal .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-hotel-modal .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }




.owl-carousel-hotel-img {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-hotel-img .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-hotel-img .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-hotel-img .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-hotel-img .owl-wrapper,
  .owl-carousel-hotel-img .owl-item {
    -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-carousel-hotel-img .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-hotel-img .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-hotel-img .owl-nav.disabled,
  .owl-carousel-hotel-img .owl-dots.disabled {
    display: none; }


  .owl-carousel-hotel-img .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-hotel-img .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    display: flex;
    background-color:white;
    bottom: 0px;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-hotel-img .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    display: flex;
    background-color:white;
    bottom: 0px;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-hotel-img.owl-loaded {
    display: block; }
  .owl-carousel-hotel-img.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-hotel-img.owl-hidden {
    opacity: 0; }
  .owl-carousel-hotel-img.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-hotel-img.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-hotel-img.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-hotel-img.owl-rtl {
    direction: rtl; }
  .owl-carousel-hotel-img.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-hotel-img {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-hotel-img .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-hotel-img .owl-animated-in {
  z-index: 0; }

.owl-carousel-hotel-img .owl-animated-out {
  z-index: 1; }

.owl-carousel-hotel-img .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-hotel-img .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-hotel-img .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-hotel-img .owl-item .owl-lazy[src^=""], .owl-carousel-hotel-img .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-hotel-img .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-hotel-img .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-hotel-img .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 100ms ease; }

.owl-carousel-hotel-img .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-hotel-img .owl-video-playing .owl-video-tn,
.owl-carousel-hotel-img .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-hotel-img .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-hotel-img .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



.owl-carousel-hotel-img-modal {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-hotel-img-modal .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-hotel-img-modal .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-hotel-img-modal .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-hotel-img-modal .owl-wrapper,
  .owl-carousel-hotel-img-modal .owl-item {
    -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-carousel-hotel-img-modal .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-hotel-img-modal .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-hotel-img-modal .owl-nav.disabled,
  .owl-carousel-hotel-img-modal .owl-dots.disabled {
    display: none; }


  .owl-carousel-hotel-img-modal .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img-modal button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-hotel-img-modal .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img-modal .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-hotel-img-modal .owl-nav .owl-next {
    position: absolute;
    right: -4px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img-modal .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-hotel-img-modal.owl-loaded {
    display: block; }
  .owl-carousel-hotel-img-modal.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-hotel-img-modal.owl-hidden {
    opacity: 0; }
  .owl-carousel-hotel-img-modal.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-hotel-img-modal.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-hotel-img-modal.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-hotel-img-modal.owl-rtl {
    direction: rtl; }
  .owl-carousel-hotel-img-modal.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-hotel-img-modal {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-hotel-img-modal .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-hotel-img-modal .owl-animated-in {
  z-index: 0; }

.owl-carousel-hotel-img-modal .owl-animated-out {
  z-index: 1; }

.owl-carousel-hotel-img-modal .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-hotel-img-modal .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-hotel-img-modal .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-hotel-img-modal .owl-item .owl-lazy[src^=""], .owl-carousel-hotel-img-modal .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-hotel-img-modal .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-hotel-img-modal .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-hotel-img-modal .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 100ms ease; }

.owl-carousel-hotel-img-modal .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-hotel-img-modal .owl-video-playing .owl-video-tn,
.owl-carousel-hotel-img-modal .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-hotel-img-modal .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-hotel-img-modal .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }





/*carousel tour*/

.owl-carousel-tour-img {
  display: none;
  width: 100%;
  border:1px solid #cdcdcd;
  border-radius: 5px;
  background: aliceblue;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-tour-img .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-tour-img .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-tour-img .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-tour-img .owl-wrapper,
  .owl-carousel-tour-img .owl-item {
    -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-carousel-tour-img .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    margin-bottom: 15px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-tour-img .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-tour-img .owl-nav.disabled,
  .owl-carousel-tour-img .owl-dots.disabled {
    display: none; }


  .owl-carousel-tour-img .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-tour-img button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }


  .owl-carousel-tour-img .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  /*
  .owl-carousel-tour-img .owl-nav button.owl-prev {
    margin-right:5px;
  }
  */

  .owl-carousel-tour-img .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-tour-img .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  /*
  .owl-carousel-tour-img .owl-nav button.owl-next {
    margin-left:5px;
  }
  */

  .owl-carousel-tour-img .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-tour-img.owl-loaded {
    display: block; }
  .owl-carousel-tour-img.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-tour-img.owl-hidden {
    opacity: 0; }
  .owl-carousel-tour-img.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-tour-img.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-tour-img.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-tour-img.owl-rtl {
    direction: rtl; }
  .owl-carousel-tour-img.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-tour-img {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-tour-img .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-tour-img .owl-animated-in {
  z-index: 0; }

.owl-carousel-tour-img .owl-animated-out {
  z-index: 1; }

.owl-carousel-tour-img .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-tour-img .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-tour-img .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-tour-img .owl-item .owl-lazy[src^=""], .owl-carousel-tour-img .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-tour-img .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-tour-img .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-tour-img .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 100ms ease; }

.owl-carousel-tour-img .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-tour-img .owl-video-playing .owl-video-tn,
.owl-carousel-tour-img .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-tour-img .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-tour-img .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*carousel activity*/

.owl-carousel-activity-img {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-activity-img .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-activity-img .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-activity-img .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-activity-img .owl-wrapper,
  .owl-carousel-activity-img .owl-item {
    -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-carousel-activity-img .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-activity-img .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-activity-img .owl-nav.disabled,
  .owl-carousel-activity-img .owl-dots.disabled {
    display: none; }


  .owl-carousel-activity-img .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity-img button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-activity-img .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }


  .owl-carousel-activity-img .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-activity-img .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity-img .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-activity-img.owl-loaded {
    display: block; }
  .owl-carousel-activity-img.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-activity-img.owl-hidden {
    opacity: 0; }
  .owl-carousel-activity-img.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-activity-img.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-activity-img.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-activity-img.owl-rtl {
    direction: rtl; }
  .owl-carousel-activity-img.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-activity-img {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-activity-img .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-activity-img .owl-animated-in {
  z-index: 0; }

.owl-carousel-activity-img .owl-animated-out {
  z-index: 1; }

.owl-carousel-activity-img .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-activity-img .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-activity-img .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-activity-img .owl-item .owl-lazy[src^=""], .owl-carousel-activity-img .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-activity-img .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-activity-img .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-activity-img .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 100ms ease; }

.owl-carousel-activity-img .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-activity-img .owl-video-playing .owl-video-tn,
.owl-carousel-activity-img .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-activity-img .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-activity-img .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }




.owl-carousel-activity {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-activity .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-activity .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-activity .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-activity .owl-wrapper,
  .owl-carousel-activity .owl-item {
    -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-carousel-activity .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-activity .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-activity .owl-nav.disabled,
  .owl-carousel-activity .owl-dots.disabled {
    display: none; }


  .owl-carousel-activity .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-activity .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-activity .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-activity.owl-loaded {
    display: block; }
  .owl-carousel-activity.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-activity.owl-hidden {
    opacity: 0; }
  .owl-carousel-activity.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-activity.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-activity.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-activity.owl-rtl {
    direction: rtl; }
  .owl-carousel-activity.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-activity {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-activity .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-activity .owl-animated-in {
  z-index: 0; }

.owl-carousel-activity .owl-animated-out {
  z-index: 1; }

.owl-carousel-activity .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-activity .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-activity .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-activity .owl-item .owl-lazy[src^=""], .owl-carousel-activity .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-activity .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-activity .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-activity .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 100ms ease; }

.owl-carousel-activity .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-activity .owl-video-playing .owl-video-tn,
.owl-carousel-activity .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-activity .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-activity .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



/*carousel activity video*/

.owl-carousel-activity-vid {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-activity-vid .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-activity-vid .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-activity-vid .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-activity-vid .owl-wrapper,
  .owl-carousel-activity-vid .owl-item {
    -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-carousel-activity-vid .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-activity-vid .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-activity-vid .owl-nav.disabled,
  .owl-carousel-activity-vid .owl-dots.disabled {
    display: none; }


  .owl-carousel-activity-vid .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity-vid button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-activity-vid .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity-vid .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-activity-vid .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-activity-vid .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-activity-vid.owl-loaded {
    display: block; }
  .owl-carousel-activity-vid.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-activity-vid.owl-hidden {
    opacity: 0; }
  .owl-carousel-activity-vid.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-activity-vid.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-activity-vid.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-activity-vid.owl-rtl {
    direction: rtl; }
  .owl-carousel-activity-vid.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-activity-vid {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-activity-vid .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-activity-vid .owl-animated-in {
  z-index: 0; }

.owl-carousel-activity-vid .owl-animated-out {
  z-index: 1; }

.owl-carousel-activity-vid .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-activity-vid .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-activity-vid .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-activity-vid .owl-item .owl-lazy[src^=""], .owl-carousel-activity-vid .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-activity-vid .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-activity-vid .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-activity-vid .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 100ms ease; }

.owl-carousel-activity-vid .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-activity-vid .owl-video-playing .owl-video-tn,
.owl-carousel-activity-vid .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-activity-vid .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-activity-vid .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


.owl-carousel-hotel-img {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-hotel-img .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-hotel-img .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-hotel-img .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-hotel-img .owl-wrapper,
  .owl-carousel-hotel-img .owl-item {
    -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-carousel-hotel-img .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-hotel-img .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-hotel-img .owl-nav.disabled,
  .owl-carousel-hotel-img .owl-dots.disabled {
    display: none; }


  .owl-carousel-hotel-img .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-hotel-img .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    display: flex;
    background-color:white;
    top: 35%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-hotel-img .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    display: flex;
    background-color:white;
    top: 35%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-hotel-img .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-hotel-img.owl-loaded {
    display: block; }
  .owl-carousel-hotel-img.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-hotel-img.owl-hidden {
    opacity: 0; }
  .owl-carousel-hotel-img.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-hotel-img.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-hotel-img.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-hotel-img.owl-rtl {
    direction: rtl; }
  .owl-carousel-hotel-img.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-hotel-img {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-hotel-img .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-hotel-img .owl-animated-in {
  z-index: 0; }

.owl-carousel-hotel-img .owl-animated-out {
  z-index: 1; }

.owl-carousel-hotel-img .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-hotel-img .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-hotel-img .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-hotel-img .owl-item .owl-lazy[src^=""], .owl-carousel-hotel-img .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-hotel-img .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-hotel-img .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-hotel-img .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 100ms ease; }

.owl-carousel-hotel-img .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-hotel-img .owl-video-playing .owl-video-tn,
.owl-carousel-hotel-img .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-hotel-img .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-hotel-img .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



.owl-carousel-banner {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 100; }

  .owl-carousel-banner .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-banner .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-banner .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-banner .owl-wrapper,
  .owl-carousel-banner .owl-item {
    -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-carousel-banner .owl-item {
    position: relative;
    min-height: 1px;
    /*transform: scale(0.8);*/
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-banner .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-banner .owl-nav.disabled,
  .owl-carousel-banner .owl-dots.disabled {
    display: none; }


  .owl-carousel-banner .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-banner button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }


  .owl-carousel-banner .owl-nav .owl-prev {
    top: calc(50% - 30px);
    margin: 0;
    position: absolute;
    left: 0px;
    display: flex;
    background-color:white;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-banner .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-banner .owl-nav .owl-next {
    top: calc(50% - 30px);
    margin: 0;
    position: absolute;
    right: 0px;
    display: flex;
    background-color:white;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-banner .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-banner.owl-loaded {
    display: block; }
  .owl-carousel-banner.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-banner.owl-hidden {
    opacity: 0; }
  .owl-carousel-banner.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-banner.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-banner.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-banner.owl-rtl {
    direction: rtl; }
  .owl-carousel-banner.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-banner {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-banner .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-banner .owl-animated-in {
  z-index: 0; }

.owl-carousel-banner .owl-animated-out {
  z-index: 1; }

.owl-carousel-banner .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-banner .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-banner .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-banner .owl-item .owl-lazy[src^=""], .owl-carousel-banner .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-banner .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-banner .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-banner .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 100ms ease; }

.owl-carousel-banner .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-banner .owl-video-playing .owl-video-tn,
.owl-carousel-banner .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-banner .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-banner .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel-banner .owl-item.center{
    transform: scale(1); box-shadow: 0px 0px 150px #000000;
}

.owl-carousel-banner .owl-item.center .dark-img::before{
    background: unset;
}

@media (max-width: 999px) {
    .owl-carousel-banner .owl-item.active .dark-img::before{
        background: unset;
    }
}

@media (max-width: 991px) {
  /*
  .owl-carousel-banner .owl-nav .owl-prev {
    top: 0%;
  }
  .owl-carousel-banner .owl-nav .owl-next {
    top: 0%;
  }
  */

  .owl-carousel-activity .owl-nav .owl-prev {
    top: 30%;
  }
  .owl-carousel-activity .owl-nav .owl-next {
    top: 30%;
  }
  .owl-theme .owl-nav [class*=owl-]{
    font-size:18px !important;
  }
}

@media (max-width: 767px) {
  /*
  .owl-carousel-banner .owl-nav .owl-prev {
    top: 0%;
  }
  .owl-carousel-banner .owl-nav .owl-next {
    top: 0%;
  }
  */

  .owl-carousel-activity .owl-nav .owl-prev {
    top: 25%;
  }
  .owl-carousel-activity .owl-nav .owl-next {
    top: 25%;
  }
  .owl-theme .owl-nav [class*=owl-]{
    font-size:16px !important;
  }
}
@media (max-width: 425px) {
  /*
  .owl-carousel-banner .owl-nav .owl-prev {
    top: 0%;
  }
  .owl-carousel-banner .owl-nav .owl-next {
    top: 0%;
  }
  */
  .owl-carousel-activity .owl-nav .owl-prev {
    top: 20%;
  }
  .owl-carousel-activity .owl-nav .owl-next {
    top: 20%;
  }
  .owl-theme .owl-nav [class*=owl-]{
    font-size:14px !important;
  }
}




.owl-carousel-promotion {
  display: none;
  width: 100%;
  background: #f7f7f7;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-promotion .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-promotion .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-promotion .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-promotion .owl-wrapper,
  .owl-carousel-promotion .owl-item {
    -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-carousel-promotion .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-promotion .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel-promotion .owl-nav.disabled,
  .owl-carousel-promotion .owl-dots.disabled {
    display: none; }



  .owl-carousel-promotion .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-promotion button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-promotion .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    display: flex;
    background-color:white;
    top: 30%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-promotion .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-promotion .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    display: flex;
    background-color:white;
    top: 30%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-promotion .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }




  .owl-carousel-promotion.owl-loaded {
    display: block; }
  .owl-carousel-promotion.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-promotion.owl-hidden {
    opacity: 0; }
  .owl-carousel-promotion.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-promotion.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-promotion.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-promotion.owl-rtl {
    direction: rtl; }
  .owl-carousel-promotion.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-promotion {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-promotion .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-promotion .owl-animated-in {
  z-index: 0; }

.owl-carousel-promotion .owl-animated-out {
  z-index: 1; }

.owl-carousel-promotion .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-promotion .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-promotion .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-promotion .owl-item .owl-lazy[src^=""], .owl-carousel-promotion .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-promotion .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-promotion .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-promotion .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 100ms ease; }

.owl-carousel-promotion .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-promotion .owl-video-playing .owl-video-tn,
.owl-carousel-promotion .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-promotion .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-promotion .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


.owl-carousel-room-img {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-room-img .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-room-img .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-room-img .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-room-img .owl-wrapper,
  .owl-carousel-room-img .owl-item {
    -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-carousel-room-img .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-room-img .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-room-img .owl-nav.disabled,
  .owl-carousel-room-img .owl-dots.disabled {
    display: none; }


  .owl-carousel-room-img .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-room-img button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-room-img .owl-nav .owl-prev {
    position: absolute;
    left: -20px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-room-img .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-room-img .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    display: flex;
    background-color:white;
    top: 40%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-room-img .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }


  .owl-carousel-room-img.owl-loaded {
    display: block; }
  .owl-carousel-room-img.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-room-img.owl-hidden {
    opacity: 0; }
  .owl-carousel-room-img.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-room-img.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-room-img.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-room-img.owl-rtl {
    direction: rtl; }
  .owl-carousel-room-img.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-room-img {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-room-img .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-room-img .owl-animated-in {
  z-index: 0; }

.owl-carousel-room-img .owl-animated-out {
  z-index: 1; }

.owl-carousel-room-img .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-room-img .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-room-img .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-room-img .owl-item .owl-lazy[src^=""], .owl-carousel-room-img .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-room-img .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-room-img .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-room-img .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 100ms ease; }

.owl-carousel-room-img .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-room-img .owl-video-playing .owl-video-tn,
.owl-carousel-room-img .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-room-img .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-room-img .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



.owl-carousel-login {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-login .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-login .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-login .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-login .owl-wrapper,
  .owl-carousel-login .owl-item {
    -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-carousel-login .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-login .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-login .owl-nav.disabled,
  .owl-carousel-login .owl-dots.disabled {
    display: none; }



  .owl-carousel-login .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-login button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  /*
  .owl-carousel-login .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    display: flex;
    background-color:white;
    bottom: 0px;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  */
  .owl-carousel-login .owl-nav .owl-prev {
    margin-right: 5px !important;
  }


  .owl-carousel-login .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    margin:15px;
    padding: 0 !important;
    font: inherit; }

  /*
  .owl-carousel-login .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    display: flex;
    background-color:white;
    bottom: 0px;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  */
  .owl-carousel-login .owl-nav .owl-next {
    margin-right: 5px !important;
  }


  .owl-carousel-login .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    margin:15px;
    padding: 0 !important;
    font: inherit; }




  .owl-carousel-login.owl-loaded {
    display: block; }
  .owl-carousel-login.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-login.owl-hidden {
    opacity: 0; }
  .owl-carousel-login.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-login.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-login.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-login.owl-rtl {
    direction: rtl; }
  .owl-carousel-login.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-login {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-login .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-login .owl-animated-in {
  z-index: 0; }

.owl-carousel-login .owl-animated-out {
  z-index: 1; }

.owl-carousel-login .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-login .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-login .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-login .owl-item .owl-lazy[src^=""], .owl-carousel-login .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-login .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-login .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-login .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 100ms ease; }

.owl-carousel-login .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-login .owl-video-playing .owl-video-tn,
.owl-carousel-login .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-login .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-login .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }





.owl-carousel-routemap {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-routemap .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-routemap .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-routemap .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-routemap .owl-wrapper,
  .owl-carousel-routemap .owl-item {
    -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-carousel-routemap .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-routemap .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-routemap .owl-nav.disabled,
  .owl-carousel-routemap .owl-dots.disabled {
    display: none; }


  .owl-carousel-routemap .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-routemap button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-routemap .owl-nav .owl-prev {
    position: absolute;
    left: -25px;
    display: flex;
    background-color:white;
    top: 0px;
    height: 100%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-routemap .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-routemap .owl-nav .owl-prev.disabled{
    display:none;
  }

  .owl-carousel-routemap .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    display: flex;
    background-color:white;
    top: 0px;
    height: 100%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-routemap .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-routemap .owl-nav .owl-next.disabled{
    display:none;
  }


  .owl-carousel-routemap.owl-loaded {
    display: block; }
  .owl-carousel-routemap.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-routemap.owl-hidden {
    opacity: 0; }
  .owl-carousel-routemap.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-routemap.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-routemap.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-routemap.owl-rtl {
    direction: rtl; }
  .owl-carousel-routemap.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-routemap {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-routemap .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-routemap .owl-animated-in {
  z-index: 0; }

.owl-carousel-routemap .owl-animated-out {
  z-index: 1; }

.owl-carousel-routemap .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-routemap .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-routemap .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-routemap .owl-item .owl-lazy[src^=""], .owl-carousel-routemap .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-routemap .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-routemap .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-routemap .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 100ms ease; }

.owl-carousel-routemap .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-routemap .owl-video-playing .owl-video-tn,
.owl-carousel-routemap .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-routemap .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-routemap .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }




.owl-carousel-seatmap {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel-seatmap .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-seatmap .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-seatmap .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-seatmap .owl-wrapper,
  .owl-carousel-seatmap .owl-item {
    -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-carousel-seatmap .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-seatmap .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-seatmap .owl-nav.disabled,
  .owl-carousel-seatmap .owl-dots.disabled {
    display: none; }


  .owl-carousel-seatmap .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-seatmap button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }

  .owl-carousel-seatmap .owl-nav .owl-prev {
    position: absolute;
    left: -25px;
    display: flex;
    background-color:white;
    top: 25%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-seatmap .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-seatmap .owl-nav .owl-prev.disabled{
    display:none;
  }

  .owl-carousel-seatmap .owl-nav .owl-next {
    position: absolute;
    right: -25px;
    display: flex;
    background-color:white;
    top: 25%;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-seatmap .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

  .owl-carousel-seatmap .owl-nav .owl-next.disabled{
    display:none;
  }


  .owl-carousel-seatmap.owl-loaded {
    display: block; }
  .owl-carousel-seatmap.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-seatmap.owl-hidden {
    opacity: 0; }
  .owl-carousel-seatmap.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-seatmap.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-seatmap.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-seatmap.owl-rtl {
    direction: rtl; }
  .owl-carousel-seatmap.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-seatmap {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-seatmap .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-seatmap .owl-animated-in {
  z-index: 0; }

.owl-carousel-seatmap .owl-animated-out {
  z-index: 1; }

.owl-carousel-seatmap .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-seatmap .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-seatmap .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-seatmap .owl-item .owl-lazy[src^=""], .owl-carousel-seatmap .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-seatmap .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-seatmap .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-seatmap .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 100ms ease; }

.owl-carousel-seatmap .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-seatmap .owl-video-playing .owl-video-tn,
.owl-carousel-seatmap .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-seatmap .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-seatmap .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }




.owl-carousel-change-search {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 100; }

  .owl-carousel-change-search .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel-change-search .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel-change-search .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel-change-search .owl-wrapper,
  .owl-carousel-change-search .owl-item {
    -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-carousel-change-search .owl-item {
    position: relative;
    min-height: 1px;
    /*transform: scale(0.8);*/
    float: left;
    text-align:center;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel-change-search .owl-item img {
    display: block;
    width:auto;
    height:auto;
    max-width:100%; }
  .owl-carousel-change-search .owl-nav.disabled,
  .owl-carousel-change-search .owl-dots.disabled {
    display: none; }


  .owl-carousel-change-search .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-change-search button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin:0px;
    font: inherit; }


  .owl-carousel-change-search .owl-nav .owl-prev {
    bottom: 30%;
    margin: 0;
    position: absolute;
    left: -20px;
    display: flex;

    background-color:white;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-change-search .owl-nav .owl-prev i{
    font-size:18px !important;
  }

  .owl-carousel-change-search .owl-nav button.owl-prev {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel-change-search .owl-nav button.owl-prev.disabled {
    display:none; }

  .owl-carousel-change-search .owl-nav .owl-next {
    bottom: 30%;
    margin: 0;
    position: absolute;
    right: -20px;
    display: flex;
    font-size:18px !important;
    background-color:white;
    border:1px solid #000;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel-change-search .owl-nav .owl-next i{
    font-size:18px !important;
  }

  .owl-carousel-change-search .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel-change-search .owl-nav button.owl-next.disabled {
    display:none; }

  .owl-carousel-change-search.owl-loaded {
    display: block; }
  .owl-carousel-change-search.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel-change-search.owl-hidden {
    opacity: 0; }
  .owl-carousel-change-search.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel-change-search.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel-change-search.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel-change-search.owl-rtl {
    direction: rtl; }
  .owl-carousel-change-search.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel-change-search {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-change-search .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel-change-search .owl-animated-in {
  z-index: 0; }

.owl-carousel-change-search .owl-animated-out {
  z-index: 1; }

.owl-carousel-change-search .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel-change-search .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel-change-search .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel-change-search .owl-item .owl-lazy[src^=""], .owl-carousel-change-search .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel-change-search .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel-change-search .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel-change-search .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 100ms ease; }

.owl-carousel-change-search .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel-change-search .owl-video-playing .owl-video-tn,
.owl-carousel-change-search .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel-change-search .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel-change-search .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-carousel-change-search .owl-item.center{
    transform: scale(1); box-shadow: 0px 0px 150px #000000;
}

.owl-carousel-change-search .owl-item.center .dark-img::before{
    background: unset;
}

@media (max-width: 999px) {
    .owl-carousel-change-search .owl-item.active .dark-img::before{
        background: unset;
    }
}


