@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext');

html {
  font-size: 10px;
  overflow-y: scroll;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #444;
  background: #fff;
  line-height: 1;
}

/* Variables */

img {
  display: block;
  border: 0;
}

.full-width {
  width: 100%;
}

select.form-control {
  width: 100%;
  height: 40px;
  padding-right: 43px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

.form-control,
.form-control:focus {
  border-radius: 0 !important;
  outline: none;
  box-shadow: none;
  height: 40px;
  color: #666;
  font-size: 14px;
}

.btn {
  border: 0;
  border-radius: 2px;
  font-weight: 600;
  line-height: 23px;
}

.btn-dark {
  background: #0c242e;
  color: #fff !important;
}

.btn-orange {
  background: #ed553b;
  color: #fff !important;
}

.btn-yellow {
  background: #efb02b;
  color: #fff !important;
}

.btn-gray {
  background: #999;
  color: #fff !important;
}

b,
strong {
  font-weight: bold;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.relative {
  position: relative;
}

label.block {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.label-block {
  display: block;
}

.form-control-icon {
  position: relative;
}

.form-control-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
  color: #777;
}

.form-control-icon .icon .flaticon-down-arrow {
  font-size: 15px;
}

.form-control-icon .form-control {
  padding-right: 40px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: 700;
  font-family: 'PT Sans', sans-serif;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.bg-primary,
.btn-primary {
  background: #0c242e;
}

.close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-widget-header {
  background: #0c242e url(images/ui-bg_dots-small_35_35414f_2x2.png) 50% 50% repeat;
}

.ui-widget-header {
  color: #efb02b;
}

select.ui-datepicker-month {
  color: #555;
}

.pad-top-50 {
  padding-top: 50px !important;
}

.lh-15 {
  line-height: 1.5;
}

p+p {
  margin-top: 20px;
}

.shadow {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.shadow.top {
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.1);
}

/* Owl */

.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dots .owl-dot {
  display: inline-block;
  border: 2px solid #bbb;
  border-radius: 100%;
  margin-right: 10px;
}

.owl-dots .owl-dot>span {
  display: block;
  background: #bbb;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.owl-dots .owl-dot.active {
  border-color: #efb02b !important;
}

.owl-dots .owl-dot.active>span {
  background: #0c242e !important;
}

/* Header */

.header .top {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.header .top .social-links {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .top .social-links li {
  float: left;
  margin-right: 10px;
}

.header .top .social-links li a {
  font-size: 20px;
  color: #0c242e;
}

.header .top .phone {
  float: right;
  color: #666;
  font-size: 1.1rem;
  line-height: 24px;
  padding-top: 6px;
}

.header .top .phone i {
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
}

.header .top .phone a {
  font-weight: bold;
  font-size: 1.8rem;
  color: #000;
}

.header .navigation {
  background: #f5f5f5;
  position: relative;
}

.header .navigation .logo {
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  border: 1px solid #f5f5f5;
  width: 190px;
  height: 160px;
  padding: 10px;
  z-index: 20;
  top: -41px;
}

.header .navigation .logo img {
  width: 100%;
  max-height: 140px;
}

.header .navigation .menu {
  float: left;
}

.header .navigation .menu+ul {
  float: right;
}

.header .navigation .menu>li {
  float: left;
  position: relative;
}

.header .navigation .menu>li>a {
  display: block;
  font-weight: 600;
  color: #0c242e;
  font-size: 1.4rem;
  padding: 25px;
  line-height: 27px;
}

.header .navigation .menu>li>a>i {
  font-size: 11px;
  margin-left: 5px;
  vertical-align: top;
}

.header .navigation .menu>li .submenu {
  background: #f0f0f0;
  display: none;
}

.header .navigation .menu>li .submenu>li>a {
  padding: 12px 25px;
  color: #0c242e;
  white-space: nowrap;
  display: block;
}

.header .navigation .menu>li .submenu>li.active>a {
  background: #0c242e;
  color: #fff;
}

.header .navigation .menu>li.active>a {
  background: #0c242e !important;
  color: #fff !important;
}

/* Main Slider */

.main-slider {
  position: relative;
}

.main-slider-item>a {
  display: block;
  position: relative;
}

.main-slider-item>a .text-container {
  position: absolute;
  left: 0;
  z-index: 10;
  top: 40%;
}

.main-slider-item>a h2,
.main-slider-item>a h3 {
  padding: 10px 25px;
  color: #fff;
  display: inline-block;
}

.main-slider-item>a h2 {
  font-weight: 800;
  font-size: 2rem;
  background: rgba(12, 36, 46, .8);
  line-height: 40px;
}

.main-slider-item>a h3 {
  font-weight: 600;
  background: rgba(34, 177, 190, .8);
  font-size: 1.6rem;
}

.main-slider .call-us-button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -132px;
  width: 264px;
  background: #efb02b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
  padding: 5px 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 1;
  text-align: center;
}

.main-slider .call-us-button i {
  margin-left: 10px;
}

/* Main Search */

.main-search {
  background: #0c242e;
  padding-top: 15px;
  border-bottom: 3px solid #efb02b;
}

.main-search .item {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.main-search .item .btn {
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

section.content {
  background: #fff;
}

h2.section-title {
  color: #0c242e;
  font-size: 2.4rem;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
}

.seperator {
  background: url(../img/sep-icon.png) no-repeat center;
  height: 12px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.seperator:before,
.seperator:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  background: #eee;
  width: calc(50% - 50px);
}

.seperator:before {
  left: 0;
}

.seperator:after {
  right: 0;
}

.seperator.small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-rooms {
  background: #f5f5f5;
  padding: 15px 0;
}

.room-item {
  background: #fff;
  margin-bottom: 10px;
}

.subpage .room-item {
  background: #f9f9f9;
  margin-bottom: 30px;
}

.room-item .inner-content {
  padding: 15px !important;
}

.room-item .inner-content .room-name,
.room-item .inner-content .room-name a {
  color: #0c242e;
  font-size: 1.8rem;
}

.room-item .inner-content .room-name {
  margin-bottom: 10px;
}

.room-item .inner-content .summary {
  line-height: 1.3;
  margin-bottom: 15px;
}

.room-item .inner-content .price {
  color: #777;
  font-size: 1.2rem;
  line-height: 1.2;
}

.room-item .inner-content .price strong {
  font-weight: bold;
  font-size: 1.8rem;
  color: #db2626;
}

.main-campaign-item {
  padding: 10px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  background: #f9f9f9;
}

.main-campaign-item h4 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.main-campaign-item .summary {
  line-height: 1.3;
}

.main-campaign-item .summary a {
  color: #0c242e;
  text-decoration: underline;
  font-weight: 600;
}

.main-campaign-item h4 a {
  color: #0c242e;
}

/* Footer */

.footer {
  border-top: 3px solid #efb02b;
  background: #f9f9f9;
}

.footer .top {
  background: #f0f0f0;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .call-center-text {
  font-size: 1.2rem;
  text-align: right;
}

.footer .call-center-text strong {
  color: #ed553b
}

.footer .footer-phone .phone-number {
  display: inline-block;
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
}

.footer .footer-phone .phone-number i {
  font-size: 24px;
  color: #999;
  vertical-align: top;
  margin-right: 10px;
}

.footer .footer-phone .btn {
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer .links {
  padding: 20px 0;
}

.footer .links h6 {
  color: #0c242e;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: 400;
}

.footer .links li {
  margin-bottom: 10px;
}

.footer .links li a {
  font-size: 1.3rem;
  color: #666;
}

.footer .copyright {
  background: #fff;
  font-size: 1.2rem;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .copyright,
.footer .copyright a {
  color: #555;
}

.footer .copyright a {
  text-decoration: underline;
}

.contact-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 20px;
  min-height: 30px;
}

.contact-item i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
  color: #999;
}

.footer .footer-cards {
  padding-top: 10px;
}

.itera-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.itera-logo img {
  margin-left: auto;
  margin-right: auto;
}

/* Subpage */
.subpage .inner-content {
  padding: 50px 0;
}

.page-title {
  font-size: 3rem;
  margin-bottom: 30px;
  font-weight: 400;
}

.page-subtitle {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.checked-list {
  overflow: hidden;
  margin-left: 0 !important;
}

.checked-list li {
  width: 25%;
  float: left;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 10px;
  position: relative;
  line-height: 20px;
  list-style: none !important;
}

.checked-list li:before {
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #eee;
  left: 0;
  top: 0;
  position: absolute;
}

.checked-list li:after {
  content: "\2713";
  position: absolute;
  left: 6px;
  text-align: center;
  font-size: 12px;
  top: 0;
}

.subpage ul {
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subpage ul li {
  list-style: disc;
}

.mobile-phone-whatsapp {
  position: fixed;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #f9f9f9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 99;
}

.mobile-phone-whatsapp a {
  display: block;
  color: #0c242e;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 25px;
}

.mobile-phone-whatsapp a i {
  font-size: 16px;
  margin-right: 5px;
}

.mobile-phone-whatsapp a.border-right {
  border-right: 1px solid #ddd;
}

/* Responsive */

@media (max-width: 1199px) {}

@media (max-width: 991px) {
  .header .mobile-nav {
    text-align: right;
    padding-top: 10px;
  }

  .header .menu-toggle {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
  }

  .header .menu-toggle span {
    display: block;
    height: 3px;
    background: #0c242e;
  }

  .header .menu-toggle span+span {
    margin-top: 8px;
  }

  .header .navigation {
    display: none;
  }

  .header .navigation .menu {
    float: none !important;
  }

  .header .navigation .menu>li {
    display: block;
    float: none;
  }

  .header .navigation .menu>li>a {
    padding: 10px;
  }

  .header .navigation .menu>li>a>i {
    position: absolute;
    right: 10px;
  }

  .header .navigation .menu>li .submenu {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .header .top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header .top .logo {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0;
    z-index: 2;
    background: #fff;
  }

  .header .top .logo img {
    position: absolute;
    width: 70px;
    max-height: 70px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
  }

  .header .top .phone span {
    display: none;
  }

  .header .top .phone {
    float: left;
    text-align: left;
  }

  .header .top .phone a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .header .top .phone i {
    font-size: 30px;
    margin: 0;
  }

  .main-search .item {
    width: 50%;
  }

  .main-search .item.last {
    width: 100% !important;
  }

  .footer,
  .footer .call-center-text {
    text-align: center;
  }

  .footer .footer-cards {
    margin-left: auto;
    margin-right: auto;
  }

  .footer .call-center-text {
    padding-top: 10px;
  }

  .main-campaign-item h4 {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .xs-mb15 {
    margin-bottom: 15px;
  }

  .xs-mb30 {
    margin-bottom: 30px;
  }

  .xs-pad-top-20 {
    padding-top: 20px !important;
  }

  .seperator {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs-nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xs-no-float {
    float: none !important;
  }

  .main-slider .call-us-button {
    position: relative;
    left: auto;
    margin-left: 0;
    width: 100%;
    border-radius: 0;
  }

  #MainBannerSlider {
    background: #f9f9f9;
    padding-bottom: 15px;
  }

  .main-slider-item>a .text-container {
    position: relative;
  }

  .main-slider-item>a h2,
  .main-slider-item>a h3 {
    display: block;
    line-height: 1.2;
  }

  .checked-list li {
    width: 100%;
  }

  h2.section-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .main-slider .owl-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }

  .main-slider .owl-dots .owl-dot {
    float: left;
    display: block;
    border-color: #fff;
  }

  .main-slider .owl-dots .owl-dot>span {
    background: #fff;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .checked-list li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .header .navigation .menu>li:hover>a {
    background: #f0f0f0;
  }

  .header .navigation .menu>li:hover .submenu {
    display: block !important;
  }

  .header .navigation .menu>li .submenu>li>a:hover {
    background: #0c242e;
    color: #fff;
  }

  .header .navigation .menu>li .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
  }

  .footer .footer-cards {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .navigation .logo {
    width: 166px;
    height: 140px;
  }

  .header .navigation .menu>li>a {
    padding: 15px;
  }
}

@media (min-width: 1200px) {}