@charset "UTF-8";
.ani {
  animation-duration: 0.5s;
}

.in {
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.995);
  }
}
@keyframes left {
  0% {
    transform: translateX(-300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes right {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes up {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateX(0px);
  }
}
a {
  color: #539ec0;
}

a:hover,
a:focus {
  color: #3480a2;
}

.owl-nav .icon-wrapper:hover .svg-icon svg {
  fill: #539ec0;
}

.shareparent .list-group-item.active {
  background: #539ec0;
}

/* Header Styles */
header .fixed-header .nav-wrapper ul li a:hover, header .fixed-header .nav-wrapper ul li a:focus {
  color: #539ec0;
}

.booking-container .input-field.hotel-dropdown .options-container ul li a:hover {
  color: #539ec0;
}

#left-navbar .sm-simple a.selected,
#left-navbar .sm-simple span.nolink.selected {
  background-color: #539ec0;
}
#left-navbar .sm-simple a.selected:hover,
#left-navbar .sm-simple span.nolink.selected:hover {
  color: #ffffff;
}

#left-navbar .sm-simple a:hover,
#left-navbar .sm-simple span.nolink:hover {
  color: #539ec0;
}

/* ––––––––––– media Queries ––––––––––– */
/* custom, iphone retina */
/* extra small devices, phones */
@media only screen and (max-width: 480px) {
  header .header .inner-container .book-now-wrapper .btn {
    background-color: #539ec0;
    border-color: #539ec0;
  }
}
/* medium devices, desktops */
@media only screen and (min-width: 992px) {
  .hotel-d-down-container .inner-wrapper .col .c-block .m-title,
.hotel-d-down-container .inner-wrapper .col .c-block .m-title a {
    color: #539ec0;
  }
  .hotel-d-down-container .inner-wrapper .col .c-block .item ul li a.corp .icon svg {
    fill: #e71d73;
  }
  .hotel-d-down-container .inner-wrapper .col .c-block .item ul li a.hotel .icon svg {
    fill: #84ac30;
  }
  .hotel-d-down-container .inner-wrapper .col .c-block .item ul li a.resort .icon svg {
    fill: #569dbe;
  }
  .hotel-d-down-container .inner-wrapper .col .c-block .item ul li a:hover .text, .hotel-d-down-container .inner-wrapper .col .c-block .item ul li a:focus .text {
    color: #539ec0;
  }
}
/* large devices, wide screens */
@media only screen and (min-width: 1200px) {
  /* main menu */
  .desktop-menu-container .col:nth-child(1) {
    background-color: #539ec0;
  }
  .desktop-menu-container .col:nth-child(2) .top .d-navigation ul {
    padding: 0;
  }
  .desktop-menu-container .col:nth-child(2) .top .d-navigation ul li a .svg-icon {
    background-color: rgba(83, 158, 192, 0.2);
  }
  .desktop-menu-container .col:nth-child(2) .top .d-navigation ul li a .svg-icon svg {
    fill: #539ec0;
  }
  .desktop-menu-container .col:nth-child(2) .top .d-navigation ul li a:hover, .desktop-menu-container .col:nth-child(2) .top .d-navigation ul li a:focus {
    color: #539ec0;
  }
  .desktop-menu-container .col:nth-child(2) .middle .menu-wrapper .sm li a:after {
    background-color: #539ec0;
  }
  .desktop-menu-container .col:nth-child(2) .middle .menu-wrapper .sm li a:hover, .desktop-menu-container .col:nth-child(2) .middle .menu-wrapper .sm li a:focus {
    color: #539ec0;
  }
  .desktop-menu-container .col:nth-child(2) .middle .menu-wrapper .sm .sub-menu li a:after {
    background-color: #539ec0;
  }
  .desktop-menu-container .col:nth-child(2) .middle .menu-wrapper .sm .sub-menu li a:hover, .desktop-menu-container .col:nth-child(2) .middle .menu-wrapper .sm .sub-menu li a:focus {
    color: #539ec0;
  }
}
/*  Date Picker Styles  */
.date-picker-wrapper .month-wrapper table .day:hover {
  background-color: #539ec0;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #539ec0;
}
.date-picker-wrapper .month-wrapper table .day.first-date-selected, .date-picker-wrapper .month-wrapper table .day.last-date-selected {
  background-color: #539ec0 !important;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgba(83, 158, 192, 0.3);
}

footer {
  border-bottom: 5px solid #539ec0;
}
footer .footer .footer-top .footer-nav ul li a:hover, footer .footer .footer-top .footer-nav ul li a:focus {
  color: #539ec0;
}
footer .footer .footer-top .newsletter-wrapper .social-media-wrapper a:hover .svg-icon svg, footer .footer .footer-top .newsletter-wrapper .social-media-wrapper a:focus .svg-icon svg {
  fill: #539ec0;
}
footer .footer .footer-bottom .more-links ul li a:hover, footer .footer .footer-bottom .more-links ul li a:focus {
  color: #539ec0;
}
footer .footer .footer-bottom .important-links ul li a:hover, footer .footer .footer-bottom .important-links ul li a:focus {
  color: #539ec0;
}

.owl-dots .owl-dot.active span {
  background: #539ec0;
}

.comp-snippet-type-1 .con .link:hover, .comp-snippet-type-1 .con .link:focus {
  color: #3480a2;
}

.comp-snippet-type-2 .content-wrapper .links .link:hover, .comp-snippet-type-2 .content-wrapper .links .link:focus {
  color: #3480a2;
}

.special-notice-wrapper .title-notice {
  background: #539ec0;
}

table.default > thead > tr > th {
  background-color: #539ec0;
}

.btn {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.95px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
  border-radius: 3px;
  border: 2px solid transparent;
  padding: 10px;
  height: 35px;
  min-width: 145px;
  cursor: pointer;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:not(:first-child) {
  margin-left: 10px;
}
.btn.view-on-map {
  min-width: 165px;
}
.btn.view-on-map img {
  margin-top: -3px;
  margin-right: 5px;
}

.btn-default {
  color: #ffffff;
  background-color: #539ec0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-default:hover, .btn-default:focus {
  background-color: rgba(83, 158, 192, 0.8);
  color: #ffffff;
}

.btn-ghost {
  border: 2px solid #e8e8e8;
  color: #1e1c1c;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #e8e8e8;
  color: #ffffff;
}
.btn-ghost.inverse {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-ghost.inverse:hover, .btn-ghost.inverse:focus {
  color: #000000;
  background-color: #ffffff;
}

.link {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.95px;
  font-weight: 900;
  background: transparent;
  border: none;
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #434350;
}

.readmore,
.findoutmore {
  background-color: #539ec0;
}
.readmore:hover, .readmore:focus,
.findoutmore:hover,
.findoutmore:focus {
  background-color: rgba(83, 158, 192, 0.8);
}

.page-offer-inner .offer-content .list-view ul li:before {
  background-color: #539ec0;
}
.page-offer-inner .note ul li:before {
  background-color: #539ec0;
}

.bj-page-offers .offer-category-wrapper .offer-category-list li {
  display: inline-block;
  margin-right: 30px;
}
.bj-page-offers .offer-category-wrapper .offer-category-list li.active a .bj-custom-checkbox {
  background-color: #539ec0;
  border-color: #539ec0;
}
.bj-page-offers .offer-category-wrapper .offer-category-list li.active a .bj-custom-checkbox-text {
  color: #539ec0;
}

.panel-group .panel .panel-collapse .panel-body a {
  color: #539ec0;
}

.tab-section .nav-tabs .active a {
  color: #539ec0;
  border-bottom: 3px solid #539ec0;
}
.tab-section .nav-tabs .active a:before {
  border-top: 5px solid #539ec0;
}

.comp-hotels-and-resorts .item .links a:hover, .comp-hotels-and-resorts .item .links a:focus {
  border: 1px solid #539ec0;
  color: #539ec0;
}

.comp-contact-details-list .panel .panel-heading {
  background: #539ec0;
  color: #333;
}
.comp-contact-details-list .panel .panel-body .contact-itm .contact-itm-nums {
  color: #539ec0;
}

.rp-table-wrap table td {
  color: #539ec0;
}

.rp-table-wrap table td {
  color: #539ec0;
  border-right: 1px solid #539ec0;
}
.rp-table-wrap table td a {
  color: #539ec0;
}
.rp-table-wrap table td a.download-sm-btn {
  background-color: #539ec0;
}
.rp-table-wrap table td a.download-sm-btn:hover, .rp-table-wrap table td a.download-sm-btn:focus {
  background-color: rgba(83, 158, 192, 0.8);
}
.rp-table-wrap table th {
  background-color: #539ec0 !important;
}
.rp-table-wrap table tr {
  border: 1px solid #539ec0;
}

/*# sourceMappingURL=resorts-theme.min.css.map */
