@-webkit-keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes moveFromLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.ot-heading h2 {
  letter-spacing: 1px;
  font: 700 36px 'Montserrat';
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ot-heading .sub {
  font: 300 16px 'Hind';
  margin-bottom: 5px;
  color: white;
}
.img-hover-box .img {
  overflow: hidden;
}
.img-hover-box .img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-hover-box .img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-medium {
  height: 40px;
  line-height: 40px !important;
  padding: 0 30px !important;
}

/* ======================== HEADER =========================*/
#header.header-v3 {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
#header.header-v3 .header_top {
  font-family: 'Hind', sans-serif;
  padding: 11px 0 11px 0;
}
 
#header.header-v3 .header_top .header_left,
#header.header-v3 .header_top .header_right {
  line-height: 57px;
  position: relative;
  top: 14px;
}
#header.header-v3 .header_top .dropdown ul {
  top: 42px;
}
#header.header-v3 .header_top .dropdown ul li {
  line-height: 20px;
}
#header.header-v3 .header_top .dropdown ul li:hover a {
  color: #fff !important;
}
#header.header-v3 .header_top .socials a {
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
}
#header.header-v3 .header_top .socials a:hover,
#header.header-v3 .header_top .socials a.active {
  background-color: #fff;
  color: #333;
}
#header.header-v3 .header_content {
  text-align: center;
}
#header.header-v3 .header_content .header_logo {
  display: none;
}
#header.header-v3 .header_content .header_menu .menu > li a {
  background-color: transparent;
  color: #fff;
  line-height: 64px;
  position: relative;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
#header.header-v3 .header_content .header_menu .menu > li > a:hover:after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  width: auto;
  background-color: #e1bd85;
  -webkit-animation: moveFromLeft 400ms ease;
  animation: moveFromLeft 400ms ease;
}
#header.header-v3 .header_content .header_menu .menu .sub-menu {
  background-color: #0e171e;
  border: none;
}
#header.header-v3 .header_content .header_menu .menu .sub-menu li a {
  line-height: 20px;
  font-weight: inherit;
}
#header.header-v3 .header_content .header_menu .menu .sub-menu li a:hover {
  color: #fff;
  background-color: #e1bd85;
}
#header.header-v3
  .header_content
  .header_menu
  .menu
  .sub-menu
  li.current-menu-item
  a {
  background-color: #e1bd85 !important;
}
#header.header-v3 .header_content:after {
  background: rgba(0, 0, 0, 0.9);
}

/* =============================  BANNER SLIDER =========================*/
.section-slider.slider-style-2 .tparrows {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
}
.section-slider.slider-style-2 .tparrows.tp-leftarrow {
  left: 50px;
}
.section-slider.slider-style-2 .tparrows.tp-leftarrow:before {
  content: '\e61c';
  font-family: 'Lotus Icon', sans-serif;
  color: #fff;
  z-index: 100;
  font-size: 13px;
}
.section-slider.slider-style-2 .tparrows.tp-rightarrow {
  right: 50px;
}
.section-slider.slider-style-2 .tparrows.tp-rightarrow:before {
  content: '\e61d';
  font-family: 'Lotus Icon', sans-serif;
  color: #fff;
  z-index: 100;
  font-size: 13px;
}

/* ======================= CHECK AVAILABILITY  ==================== */
.section-check-availability.availability-style-2 {
  float: none;
}
.section-check-availability.availability-style-2 .check-availability {
  margin-top: 115px;
  padding: 0;
  text-align: center;
}
.section-check-availability.availability-style-2 .check-availability h2 {
  color: #040404;
  font: 700 36px 'Montserrat';
  padding-left: 0;
}
.section-check-availability.availability-style-2 .check-availability h2:before {
  top: -65px;
  right: 0;
  margin: 0 auto;
}
.section-check-availability.availability-style-2 .check-availability:before {
  background: none;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form {
  text-align: center;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-calendar-wrapper
  .awe-calendar {
  border-color: #000;
  color: #0e171e;
  font-size: 14px;
  font-family: 'Hind', sans-serif;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-calendar-wrapper
  .awe-calendar::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-calendar-wrapper
  .awe-calendar::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-calendar-wrapper
  .awe-calendar:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-calendar-wrapper
  .awe-calendar:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-calendar-wrapper
  .lotus-icon-calendar {
  color: #000;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-select
  .dropdown-toggle {
  border-color: #000;
  padding: 0 15px 0 20px !important;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-select
  .dropdown-toggle
  span {
  color: #0e171e;
  font-size: 14px;
  font-family: 'Hind', sans-serif;
}
.section-check-availability.availability-style-2
  .check-availability
  .availability-form
  .awe-select
  .dropdown-toggle
  span.caret {
  background: url('../images/home-3/icon-dropdow.png') !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 13px;
  line-height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
}
.section-check-availability.availability-style-2
  .check-availability
  .vailability-submit
  .awe-btn {
  height: 40px;
  position: relative;
  z-index: 1;
}

/*=== ======================== ACCOMMODATIONS ========================*/
.item.room-item {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 30px;
  border-color: #e1e1e1;
}
.item.room-item .title {
  padding: 15px 0 5px 0;
}
.item.room-item .title a {
  font: 400 28px 'Montserrat';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
.item.room-item .title a:hover,
.item.room-item .title a:focus {
  color: #e1bd85;
}
.item.room-item .price {
  font: 600 16px 'Montserrat';
  color: #e1bd85;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.item.room-item .info p {
  display: inline-block;
  max-width: 80px;
  margin: 0 20px;
}
.item.room-item .info p .number {
  font: 300 24px 'Montserrat';
}
.item.room-item .info p span {
  font: 300 12px 'Montserrat';
  display: block;
}
.item.room-item .awe-btn {
  margin: 25px 0 20px 0;
}

.item.room-item-style-2 .outer {
  position: relative;
}
.item.room-item-style-2 .outer .bgr {
  position: absolute;
  top: 75%;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.item.room-item-style-2 .outer .bgr .details .title a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.item.room-item-style-2 .outer .bgr .details .title a:hover,
.item.room-item-style-2 .outer .bgr .details .title a:focus {
  color: #e1bd85;
}
.item.room-item-style-2 .outer .bgr .details .info {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item.room-item-style-2:hover .bgr {
  top: 0;
  bottom: 0;
  margin-top: 0;
}
.item.room-item-style-2:hover .bgr .details {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
  padding: 0 45px;
}
.item.room-item-style-2:hover .bgr .details .info {
  display: block;
}

.ot-accomd-modations .content .ot-accomd-modations-content .owl-buttons {
  display: none;
}
.ot-accomd-modations .content .ot-accomd-modations-content .owl-pagination {
  display: none;
}

/*======================== ABOUT ============================*/
.ot-about .content .featured {
  padding: 0 195px;
}

/*======================== ABOUT ============================*/
.section-our-best.our-best-style-2 .img-hover-box {
  padding-left: 35px;
}

.section-our-best.our-best-style-2 .item {
  text-align: center;
  margin-bottom: 25px;
}
.section-our-best.our-best-style-2 .item img {
  margin: 0 auto;
}

.section-our-best.our-best-style-2 .owl-controls .owl-pagination {
  text-align: center;
}
.section-our-best.our-best-style-2 .owl-controls .owl-pagination .owl-page {
  border-color: #232323;
}
.section-our-best.our-best-style-2
  .owl-controls
  .owl-pagination
  .owl-page.active {
  background-color: #232323;
}

.section-our-best.our-best-style-2 .owl-buttons {
  display: none;
}

/* ===============================  HOME ABOUT ================================ */
.section-home-about.style-2 .home-about .img-hover-box {
  padding-right: 35px;
}

/* ===============================  OUR BEST ================================ */
.ot-out-best .content .item {
  width: 165px;
  height: 160px;
  background-color: #fbfbfb;
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
}
.ot-out-best .content .item img {
  max-height: 60px;
  margin: 0 auto;
}
.ot-out-best .content .item span {
  font-size: 16.31px;
  color: #000;
  font-weight: 500;
}

.ot-out-best .owl-controls .owl-prev,
.ot-out-best .owl-controls .owl-next {
  border-color: #bcbcbc !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 36px !important;
}
.ot-out-best .owl-controls .owl-prev:hover,
.ot-out-best .owl-controls .owl-next:hover {
  border-color: #0e171e !important;
}
.ot-out-best .owl-controls .owl-prev:hover i:before,
.ot-out-best .owl-controls .owl-next:hover i:before {
  color: #0e171e !important;
}
.ot-out-best .owl-controls .owl-prev i:before,
.ot-out-best .owl-controls .owl-next i:before {
  color: #bcbcbc !important;
}

.ot-out-best .owl-controls .owl-prev {
  left: -50px;
}

.ot-out-best .owl-controls .owl-next {
  right: -50px;
}

/* ============================ HOME GUEST ============================ */
.section-home-guestbook.home-guestbook-style-2.bg-22 {
  background: url('../images/bg-image.png');
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.section-home-guestbook.home-guestbook-style-2 .home-guestbook {
  color: #fff;
  z-index: 2;
}
.section-home-guestbook.home-guestbook-style-2 .home-guestbook .ot-heading h2 {
  color: #fff;
}
.section-home-guestbook.home-guestbook-style-2 .home-guestbook .guestbook-item {
  padding: 0 200px;
}
.section-home-guestbook.home-guestbook-style-2
  .home-guestbook
  .guestbook-item
  .text
  p {
  padding-top: 35px;
}
.section-home-guestbook.home-guestbook-style-2
  .home-guestbook
  .guestbook-item
  .text
  p:before {
  content: '';
  background: url('../images/before-testimonial.png');
  width: 30px;
  height: 19px;
  right: 0;
  left: -30px;
  top: -10px;
  margin: 0 auto;
}
.section-home-guestbook.home-guestbook-style-2
  .home-guestbook
  .guestbook-item
  .text
  p:after {
  content: '';
}
.section-home-guestbook.home-guestbook-style-2
  .home-guestbook
  .guestbook-item
  .img {
  width: 80px;
  height: 80px;
  margin: 20px auto 15px auto;
}

/* ======================================= DETAILS ================================== */
.section-deals .item-deal {
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  color: #fff;
}
.section-deals .item-deal img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-deals .item-deal .info {
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  opacity: 1;
}
.section-deals .item-deal .info .title {
  color: #fff;
}
.section-deals .item-deal .info .awe-btn {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-deals .item-deal:before {
  content: '';
  position: absolute;
  left: -10%;
  top: -40%;
  width: 60%;
  height: 200%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -webkit-transition: left 0.4s 0.3s;
  -o-transition: left 0.4s 0.3s;
  transition: left 0.4s 0.3s;
}
.section-deals .item-deal:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*===================================== NEWS ============================*/
.section-news .item {
  margin-bottom: 20px;
  overflow: hidden;
}
.section-news .item .info {
  padding: 15px 30px;
}
.section-news .item .info .date,
.section-news .item .info .more {
  color: #898989;
}
.section-news .item .title {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-news .item .title:hover {
  color: #e1bd85;
}
.section-news .item .img {
  overflow: hidden;
}
.section-news .item .img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-news .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*================================= MAP ===================================== */
.section-map.style-2 {
  position: relative;
}
.section-map.style-2 .contact-map {
  height: 600px;
}
.section-map.style-2 .contact-map .contact {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-map.style-2 .contact-map .contact:after {
  content: '\f041';
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  background-color: #e1bd85;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
}

/*================================= VIDEO ===================================== */
.section-video {
  position: relative;
}
.section-video.bg-23 {
  background: url('../images/home-3/bgr-video.png');
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
}
.section-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: url('../images/home-3/icon/player-1.png');
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-video .modal-video {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.section-video .modal-video iframe {
  position: relative;
  top: 150px;
  width: 700px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.section-video .modal-video iframe .ytp-autohide .ytp-watermark {
  display: none !important;
}
.section-video .modal-video.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section-video:hover .btn-play {
  width: 70px;
  height: 70px;
  background: url('../images/home-3/icon/player-2-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

/*================================= FOOTER ===================================== */
footer.footer-style-2 {
  background-color: transparent !important;
  color: #fff;
}
footer.footer-style-2 a {
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer.footer-style-2 a:hover {
  color: #e1bd85 !important;
}
footer.footer-style-2 .footer_top {
  padding: 20px 40px !important;
  margin: 100px 0;
  background: url(../images/home-3/footer/news.png) no-repeat !important;
  position: relative;
  z-index: 2;
}
footer.footer-style-2 .footer_top .img-mail {
  max-width: 50px;
  height: auto;
  display: inline-block;
}
footer.footer-style-2 .footer_top .desc {
  vertical-align: bottom;
}
footer.footer-style-2
  .footer_top
  .mailchimp-form
  .input-text::-webkit-input-placeholder {
  color: red;
}
footer.footer-style-2
  .footer_top
  .mailchimp-form
  .input-text::-moz-placeholder {
  color: red;
}
footer.footer-style-2
  .footer_top
  .mailchimp-form
  .input-text:-ms-input-placeholder {
  color: red;
}
footer.footer-style-2 .footer_top .mailchimp-form .input-text::placeholder {
  color: red;
}
footer.footer-style-2 .footer_top .content {
  position: relative;
  z-index: 2;
}
footer.footer-style-2 .footer_top .content h4 {
  color: #fff;
}
footer.footer-style-2 .footer_center {
  color: #fff !important;
  position: relative;
  z-index: 2;
  padding-bottom: 0 !important;
  padding-top: 10px;
}
footer.footer-style-2 .footer_center .content {
  position: relative;
  z-index: 1;
}
footer.footer-style-2 .footer_center .widget .widget-logo {
  padding-top: 0 !important;
}
footer.footer-style-2 .footer_center .widget .widget-logo .img {
  margin-right: 0 !important;
  max-width: 200px !important;
}
footer.footer-style-2 .footer_center .widget .widget-logo .img img {
  display: block;
  margin: 0 auto;
}

footer.footer-style-3 {
  color: #fff;
}
footer.footer-style-3 a {
  color: #fff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer.footer-style-3 a:hover {
  color: #e1bd85 !important;
}
footer.footer-style-3 .footer_top {
  background: transparent !important;
  position: relative;
  z-index: 1;
}
footer.footer-style-3 .footer_top .ot-heading {
  z-index: 1;
}
footer.footer-style-3 .footer_top .ot-heading h2 {
  color: #fff;
}

footer .copyright {
  padding: 14px 0;
  position: relative;
  z-index: 2;
  background-color: black;
}
footer .copyright .social a i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .copyright .social a:hover i {
  color: #e1bd85;
}
footer .copyright p {
  margin-bottom: 0;
  color: white;
}
.img.mt-0 {
  margin: 80px 0;
}
.section-home-guestbook.home-guestbook-style-2.awe-parallax.bg-22 {
  padding: 50px 0;
}
.wp-call-button {
  display: block;
  position: fixed;
  text-decoration: none;
  z-index: 9999999999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* transform: scale(0.8); */
  left: 20px;
  bottom: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU5cHgiIGhlaWdodD0iNDU5cHgiIHZpZXdCb3g9IjAgMCA0NTkgNDU5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTkgNDU5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNhbGwiPjxwYXRoIHN0eWxlPSJmaWxsOiB3aGl0ZTsiIGQ9Ik05MS44LDE5OC45YzM1LjcsNzEuNCw5Ni45LDEzMC4wNSwxNjguMywxNjguM0wzMTYuMiwzMTEuMWM3LjY0OS03LjY0OSwxNy44NS0xMC4xOTksMjUuNS01LjFjMjguMDUsMTAuMiw1OC42NDksMTUuMyw5MS44LDE1LjNjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjV2ODYuN2MwLDE1LjMtMTAuMiwyNS41LTI1LjUsMjUuNUMxOTMuOCw0NTksMCwyNjUuMiwwLDI1LjVDMCwxMC4yLDEwLjIsMCwyNS41LDBoODkuMjVjMTUuMywwLDI1LjUsMTAuMiwyNS41LDI1LjVjMCwzMC42LDUuMSw2MS4yLDE1LjMsOTEuOGMyLjU1LDcuNjUsMCwxNy44NS01LjEsMjUuNUw5MS44LDE5OC45eiIvPjwvZz48L2c+PC9zdmc+)
    center/30px 30px no-repeat #269041 !important;
}
.can {
  position: fixed;
  bottom: 4%;
  right: 1%;
  z-index: 99999999;
}
.tub {
  margin-right: -8px;
}
