@import 'bootstrap.min.css';
@import 'style.css';
@import 'vendors.min.css';
@import 'custom.css';

@font-face {
    font-family: HelveticaNeueLTGEO-75Bold;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Linotype-HelveticaNeueLTGEO55Roman.ttf') format("truetype");
}
header {
    background-color: #fff;
}
header.fixed_header nav ul li a {
    color: #333!important;
}
.logo_normal img {
    object-fit: contain;
}
.logo_sticky img{
    object-fit: contain;
}
.header-sub-menu ul {
    display: flex;
    margin-block-start: 0!important;
    margin-bottom: 0px;
    
}
.header-sub-menu ul li {
    list-style: none;
    margin-right: 20px;
}
.header-sub-menu ul li a {
    color:#333;
    font-size: 12px;

}
.sub-header {
    background-color: #faf8f5;
    padding-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
header {
    padding-bottom: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.color-whites {
    color:#fff!!important;
}

.hero .wrapper small {
    font-size: 15px;
    margin-bottom: 50px ;
    margin-top:110px;
}
.hero .wrapper h1, .hero .wrapper h3 {
    margin-bottom: 50px ; 
}

.hero.full-height {
    height: 90vh;
} 
.sub-header-right a {
margin-right: 20px;
color:#333;
font-size: 12px;
}
.sub-header-right {
    text-align: right;
}
.main-menu {
    float: left;
}
.languages {
    margin-top: 3px;
    float: left;

    margin-right: 20px;
  
}
.languages button{
    font-size: 13px;
}
.header-hotels {
    float: left;
}

.header-hotels button {
    font-size: 14px;
}

header.fixed_header nav ul li a {
    color: #333 !important;
    font-feature-settings: 'case' on;
} 
a.box_cat_rooms  {
    height: 400px;
}

.title h2, .title h3 {
    font-feature-settings: 'case' on; 
}

.title h2, .title h3 {
    font-weight: 700;
    font-size: 38px;
    font-size: 1.575rem;
    margin-bottom: 15px;
}

a.box_cat_rooms .info h3 {
    font-size: 1.375rem; 
}
a.box_cat_rooms .info span {
    font-size: 15px;
    font-size: 0.86375rem;
}
a.btn_1, .btn_1 {
    font-size: 12px;
}
.hero .wrapper h1, .hero .wrapper h3 {
    letter-spacing: 15px;
}
.mobile-hide {
    display: block;
  
}
.mobile-show {
    display: none;
}
   .fl-lefts {
    float:left;
}
.search-button {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    font-size: 0.9375rem;
    border: 0;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #831d2c;
    margin-right: 5px;
    width: 100%;
    display: block;
    padding-top: 10px;
}
@media only screen and (max-width: 600px) {
    .header-sub-menu {
        display: none;
    }
    .hamburger_2 .hamburger__inner, .hamburger_2 .hamburger__inner::before, .hamburger_2 .hamburger__inner::after {
        background-color:#333!important;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
      
    }
    .hero .wrapper small{
    margin-top: 160px;}
        .hero.small-height {
        min-height: auto!important;
    }
 
  }