.animated {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s; 
}

@-webkit-keyframes bounce-2 {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(-50%, -30px, 0);
            transform: translate3d(-50%, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(-50%, -15px, 0);
            transform: translate3d(-50%, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, -4px, 0);
            transform: translate3d(-50%, -4px, 0);
  }
}

@keyframes bounce-2 {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(-50%, -30px, 0);
            transform: translate3d(-50%, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translate3d(-50%, -15px, 0);
            transform: translate3d(-50%, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(-50%, -4px, 0);
            transform: translate3d(-50%, -4px, 0);
  }
}

.bounce-2 {
  -webkit-animation-name: bounce-2;
          animation-name: bounce-2;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.blog--post {
  min-height: 100vh;
}

.blog--post .__hero {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 900px) {
  .blog--post .__hero {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .blog--post .__hero {
    height: 260px;
  }
}

.blog--post .__content {
  margin-top: 30px;
  background: #fff;
  margin-bottom: 50px;
  padding: 0px 5%;
}

.blog--post .__content p {
  color: #7e828c;
  font: 16px/25px "open_sans", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

.blog--post .__content p img{
    width: 100%;
    max-width: 1000px;
    /* text-align: center; */
    display: block;
    margin: 10px auto;
}

.blog--post .__content h1,
.blog--post .__content h2,
.blog--post .__content h3,
.blog--post .__content h4,
.blog--post .__content h5,
.blog--post .__content h6 {
  color: #7e828c;
}

.blog--post .__content .__extra .__categories .__category {
  background: #efefef;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}

.blog--post .__content .__extra .__categories .__category a {
  color: #7e828c;
  text-decoration: none;
}

.blog--post .__content .__extra .__categories .__category:hover {
  background: white;
  cursor: pointer;
}

@media (max-width: 900px) {
  .blog--post .__content .__extra .__categories .__category 
    margin: 5px;
  }
}

@media (max-width: 900px) {
  .blog--post .__content {
    padding: 20px;
  }
}

.blog--post .__published {
  text-align: center;
  padding:30px 10px 10px;
}

.nav-first .__active a {
/*  color: #2d5c88;
*/  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-first .__active a:before {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
/*  content: "-";
*/  color: #7e828c;
  font-size: 30px;
  line-height: 30px;
}

#header {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

.section-style01 {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

.section-style02 {
  padding: 39px 0px 0px;
}

.section-style02 .post {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-top: 20px;
}

.section-style02 .post:hover {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.14);
}

.section-style02 .post p {
  text-align: left;
  margin-bottom: 11px;
}

.btn-plus {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.btn-plus:hover {
  cursor: pointer;
}

.btn-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.btn-arrow .icon-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}

.btn-arrow:hover .icon {
  left: 25px;
}

.content-section {
  padding: 0px;
}

.content-section .post {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.content-section .post:hover {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.14);
}

.content-section .post p {
  text-align: left;
}

@media (max-width: 900px) {
  .content-section {
    padding: 10px;
  }
}

.slideshow .btn-prev {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.slideshow .btn-next {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.row-book {
  
}

.row-book button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.row-book button .icon-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row-book button:hover .icon {
  right: -5px;
}

.fixed-position {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

.fixed-position .row-book {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-section01 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.title-section02 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.title-sectiontsn {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
}

.featured ul {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

.featured ul .big {
  max-height: 375px;
}

.promotions .description {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

.block-links ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-links ul li a .icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block-links ul li a:hover .icon {
  right: 5px;
}

.section-social {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

.section-bottom {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 2px #a39375;
}

#footer {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
}

#booking .modal-content {
  border-radius: 2px;
  padding: 20px;
}

#booking .modal-content .modal-body .form .field {
  margin: 0 0 2em !important;
}

#booking .modal-content .modal-body .form .field input {
  text-align: left !important;
  font-weight: 400 !important;
  border-radius: 3px !important;
}

#booking .modal-content .modal-body .form .field.__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5px 15px;
}

#booking .modal-content .modal-body .form .field.__switch .__label {
  font-size: 1.2rem;
  color: #858992;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 6px;
  font-family: sans-serif;
}

#booking .modal-content .modal-body .form .field.__switch .__toggle {
  width: 200px;
}

#booking .modal-content .modal-body .form .fields {
  padding: 0 20px;
}

#booking .modal-content .modal-body .form .booking-dropdown {
  width: 100%;
  position: relative;
}

#booking .modal-content .modal-body .form .booking-dropdown .jcf-select-sites {
  width: 100%;
  margin-left: 0;
  border-radius: 3px;
}

#booking .modal-content .modal-body .form .booking-dropdown .jcf-select-text {
  color: #3d3d3f;
  text-align: left;
  font-size: 10px;
}

#booking .modal-content .modal-body .form .booking-dropdown .jcf-select-text .jcf-option-hidden {
  color: #c7c7c9;
}

#booking .modal-content .modal-body .form .booking-dropdown .jcf-select-opener:after {
  border-color: #c6c7c8 transparent transparent transparent;
}

#booking .modal-content .modal-body .form .book-btn {
  padding-bottom: 10px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

#booking .modal-content .modal-body .title-modal, #contact-us h4 {
  font-size: 2.5rem;
}

#booking .modal-content .close {
  -webkit-transform: translate3d(20px, -20px, 0);
          transform: translate3d(20px, -20px, 0);
  font-weight: lighter;
}

#booking .modal-content .switch6-light span {
  color: #cacbcd;
}

#contact-us .modal-dialog {
  width: 300px;
  margin: 30px auto;
}

.legacy-gallery, .section {
  padding: 25px 0;
}

.legacy-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.legacy-gallery ul li div {
  width: 100%;
  height: 350px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.legacy-gallery ul li div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

@media (max-width: 900px) {
  .legacy-gallery ul li div {
    height: 300px;
  }
}

@media (max-width: 900px) {
  .legacy-gallery ul li {
    width: 95%;
    margin-right: 0;
  }
}

.__blog {
  padding: 40px;
}

.__blog .__pager {
  text-align: center;
}

.__blog .__pager ul li a {
  color: #7e828c;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.__blog .__pager ul li a:hover {
  opacity: 0.7;
}

.__blog .__pager .book-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 0;
}

.__blog .__pager .book-btn .btn-arrow {
  height: 50px;
  position: absolute;
}

@media (max-width: 900px) {
  .__blog {
    padding: 40px 10px;
  }
}

.experience--list {
  padding: 50px 0;
  display: block;
}

.experience--list .__experiences {
  padding: 2px 0;
  position: relative;
  width: 100%;
}

.experience--list .__experiences ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 700px;
  position: relative;
  width: 100%;
}

.experience--list .__experiences ul li div {
  width: 100%;
  height: 350px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.14);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.experience--list .__experiences ul li div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

@media (max-width: 900px) {
  .experience--list .__experiences ul li div {
    height: 300px;
  }
}

@media (max-width: 900px) {
  .experience--list .__experiences ul li {
    width: 95%;
    margin-right: 0;
  }
}

.experience--list .__experiences ul li:nth-of-type(1) {
  width: 50%;
  height: 700px;
  padding-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.experience--list .__experiences ul li:nth-of-type(1) div {
  height: 700px;
}

.experience--list .__experiences ul li:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 350px;
  width: 50%;
  padding-right: 0;
}

.experience--list .__experiences ul li:nth-of-type(2) div {
  height: 340px;
}

.experience--list .__experiences ul li:nth-of-type(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 350px;
  width: 50%;
  padding-right: 0;
}

.experience--list .__experiences ul li:nth-of-type(3) div {
  margin-top: 5px;
  height: 345px;
}

.experience--list .__experiences:nth-child(2) ul {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.experience--list .__experiences:nth-child(2) ul li:nth-of-type(1) {
  width: 50%;
  height: 700px;
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.experience--list .__experiences:nth-child(2) ul li:nth-of-type(2) {
  padding-right: 0;
}

.experience--list .__experiences:nth-child(2) ul li:nth-of-type(2) div {
  height: 340px;
}

.experience--list .__experiences:nth-child(2) ul li:nth-of-type(3) {
  padding-right: 0;
}

.experience--list .__experiences:nth-child(2) ul li:nth-of-type(3) div {
  margin-top: 5px;
  height: 345px;
}

@media (max-width: 900px) {
  .experience--list {
    visibility: hidden;
    display: none;
  }
}

.experience--list--mobile {
  display: none;
}

.experience--list--mobile .__experiences ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.experience--list--mobile .__experiences ul li {
  width: 100%;
  margin-bottom: 10px;
}

.experience--list--mobile .__experiences ul li div {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 900px) {
  .experience--list--mobile {
    display: block;
  }
}

.__ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.__ads .__left {
  width: 65%;
  padding: 10px;
}

@media (max-width: 1500px) {
  .__ads .__left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.__ads .__right {
  width: 35%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 650px) {
  .__ads .__right img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1500px) {
  .__ads .__right {
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.floating_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.floating_button .hotel-price {
  margin: 0 0 10px;
}

@media (max-width: 900px) {
  .seq .seq-next {
    right: 0;
  }
}

body .jcf-select-drop {
  width: 400px !important;
}

@media (max-width: 700px) {
  body .jcf-select-drop {
    width: auto !important;
  }
}

@media (max-width: 900px) {
  .section-style04 .wrap-btn {
    display: none;
  }
}
