@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Playfair+Display:400,700);
/* * {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
} */

body {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #5a5a5a;
}
div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    /* line-height: 2; */
    font-weight: 500;
    color: #8d8d8d;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a {
    display: inline;
    position: relative;
    color: inherit;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
p:last-of-type {
    margin-bottom: 0;
}
/* a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
} */
p a:active {
    position: relative;
    color: tomato;
}
p a:hover {
    color: #fff;
    background: rgb(254, 161, 22);
}
p a:hover::after {
    opacity: 0.2;
}
::selection {
    background: rgb(211, 139, 71);
    color: #fff;
}
/* h1 {
    font-size: 72px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #333;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
} */
.form-control {
    color: #db5246;
}
section {
    display: block;
    position: relative;
    box-sizing: border-box;
}
.clear {
    clear: both;
}
.clearfix::after,
.clearfix::before {
    content: '';
    display: table;
}
.clearfix::after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.trans_200 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.trans_300 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.trans_400 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.trans_500 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fill_height {
    height: 100%;
}
.super_container {
    width: 100%;
    overflow: hidden;
}
.prlx_parent {
    overflow: hidden;
}
.prlx {
    height: 130% !important;
}
.parallax-window {
    min-height: 400px;
    background: 0 0;
}
.parallax_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nopadding {
    padding: 0 !important;
}
.button_container {
    display: inline-block;
}
/* .button {
    width: 250px;
    height: 50px;
    background: #50592d;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.button:hover {
    background: #e7974c;
} */
.button span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 50px;
}
/* .button span::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #d6baa0;
    content: '';
} */
.section_subtitle {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7e7e7e;
    line-height: 0.75;
}
.section_title {
    margin-top: 10px;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #081123;
    z-index: 100;
}
.header_content {
    width: 100%;
    height: 100%;
}
.logo_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 265px;
    height: 100%;
    background: #50592d;
    z-index: 1;
}
.logo {
    margin-top: 6px;
}
.logo a {
    display: block;
}
.logo_subtitle {
    font-size: 11px;
    font-weight: 500;
    color: #d6baa0;
    line-height: 0.75;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.logo_title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 0.75;
    margin-top: 0;
}
.logo_title img {
    width: 190px;
}
.logo_stars {
    display: inline-block;
    margin-top: 11px;
}
.logo_stars ul li {
    line-height: 0.75;
}
.logo_stars ul li:not(:last-child) {
    margin-right: 4px;
}
.logo_stars ul li i {
    font-size: 9px;
    color: #d6baa0;
}
.header_inner {
    width: 100%;
    height: 93px;
    padding-left: 97px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.header.scrolled .header_inner {
    height: 80px;
}
.main_nav {
    height: 100%;
}
.main_nav ul {
    height: 100%;
}
.main_nav ul li {
    height: 100%;
    padding-left: 34px;
    padding-right: 32px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main_nav ul li.active,
.main_nav ul li:hover {
    background: #50592d;
}
.main_nav ul li a {
    display: inline-block;
    height: 100%;
}
.main_nav ul li a div {
    height: 100%;
}
.main_nav ul li a div span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}
.main_nav ul li a div span::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #d6baa0;
    content: '';
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main_nav ul li.active a div span::after,
.main_nav ul li:hover a div span::after {
    visibility: visible;
    opacity: 1;
}
.header_review {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(100% + 40px);
}
.header_review a {
    white-space: nowrap;
    line-height: 1.1;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header_review a:hover {
    color: #d6baa0;
}
.hamburger {
    display: none;
    cursor: pointer;
    margin-top: 5px;
}
.hamburger i {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hamburger i:hover {
    color: #d6baa0;
}
.menu {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100vw;
    height: 100vh;
    background: #0b1423;
    z-index: 99;
    -webkit-transition: all 0.8s cubic-bezier(0.88, 0.31, 0.65, 0.91);
    -moz-transition: all 0.8s cubic-bezier(0.88, 0.31, 0.65, 0.91);
    -ms-transition: all 0.8s cubic-bezier(0.88, 0.31, 0.65, 0.91);
    -o-transition: all 0.8s cubic-bezier(0.88, 0.31, 0.65, 0.91);
    transition: all 0.8s cubic-bezier(0.88, 0.31, 0.65, 0.91);
}
.menu.active {
    top: 0;
}
.menu_content {
    width: 100%;
    height: 100%;
}
.menu_nav_list li {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.menu_nav_list li:first-child {
    transition-delay: 0.4s;
}
.menu_nav_list li:nth-child(2) {
    transition-delay: 0.5s;
}
.menu_nav_list li:nth-child(3) {
    transition-delay: 0.6s;
}
.menu_nav_list li:nth-child(4) {
    transition-delay: 0.7s;
}
.menu_nav_list li:nth-child(5) {
    transition-delay: 0.8s;
}
.menu_nav_list li:nth-child(6) {
    transition-delay: 0.9s;
}
.menu_nav_list li:nth-child(7) {
    transition-delay: 1s;
}
.menu_nav_list li:nth-child(8) {
    transition-delay: 1.1s;
}
.menu_nav_list li:nth-child(9) {
    transition-delay: 1.2s;
}
.menu.active .menu_nav_list li {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.menu_nav_list li a {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu_nav_list li a::after {
    display: block;
    position: absolute;
    top: 63%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
    width: 0%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu_nav_list li a:hover {
    color: #d6baa0;
}
.menu_nav_list li a:hover::after {
    width: calc(100% + 30px);
}
.menu_review {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
}
.menu_review a {
    white-space: nowrap;
    line-height: 1.1;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.menu_review a:hover {
    color: #d6baa0;
}
.home {
    width: 100%;
    height: 948px;
    background: #010918;
}
.home_slider_container {
    width: 100%;
    height: 100%;
}
.home_content_container {
    position: absolute;
    left: 0;
    top: calc((100% + 123px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.home_subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 0.75;
}
.home_title {
    font-family: 'Playfair Display', serif;
    font-size: 75px;
    line-height: 1.1;
    color: #fff;
    margin-top: 9px;
}
.home_button {
    margin-top: 60px;
}
.home_slider_dots {
    position: absolute;
    top: calc((100% + 123px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 173px;
    z-index: 10;
}
.home_slider_custom_dot {
    width: 35px;
    height: 35px;
    text-align: center;
    background: 0 0;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.home_slider_custom_dot:not(:last-child) {
    margin-bottom: 11px;
}
.home_slider_custom_dot.active,
.home_slider_custom_dot:hover {
    background: #50592d;
}
#index {
    margin-top: -100px;
}
.intro {
    width: 100%;
    background: #fff;
    padding-top: 86px;
    padding-bottom: 114px;
}
.intro_container {
    height: 100%;
}
.intro_text {
    margin-top: 27px;
}
.intro_link {
    margin-top: 38px;
}
.intro_link a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #50592d;
}
.intro_link a::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #50592d;
    content: '';
}
.intro_button {
    margin-top: 53px;
}
.intro_images {
    width: 100%;
    height: 588px;
}
.intro_img {
    position: absolute;
}
.intro_img img {
    max-width: 100%;
}
.intro_1 {
    top: 0;
    right: 0;
}
.intro_2 {
    bottom: 0;
    right: 98px;
    box-shadow: 0 23px 35px rgba(4, 4, 4, 0.54);
}
.intro_3 {
    top: 51px;
    left: 0;
    box-shadow: 0 23px 35px rgba(4, 4, 4, 0.54);
}
.big_room {
    width: 100%;
}
.big_room .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.big_room .container-fluid .row > div {
    padding-left: 0;
    padding-right: 0;
}
.big_room_content {
    width: 100%;
    background: #141214;
    padding-left: 99px;
    padding-top: 153px;
    padding-right: 99px;
    padding-bottom: 139px;
}
.big_room_content .section_title_container {
    max-width: 460px;
}
.big_room_content .section_title h2 {
    color: #fff;
}
.big_room_content_inner {
    width: 100%;
    height: 100%;
}
.big_room_text {
    width: 100%;
    margin-top: 37px;
}
.big_room_text p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.testimonial {
    margin-top: 63px;
}
.testimonial_stars ul li:not(:last-child) {
    margin-right: 4px;
}
.testimonial_stars ul li i {
    font-size: 9px;
    color: #fbd05e;
}
.testimonial_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    font-style: italic;
    color: #fff;
    margin-top: 16px;
}
.testimonial_author {
    margin-top: 28px;
}
.testimonial_author_image {
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial_author_image img {
    max-width: 100%;
}
.testimonial_author_name {
    margin-left: 40px;
}
.testimonial_author_name a {
    font-size: 14px;
    font-weight: 500;
    color: #8e3f97;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.testimonial_author_name a:hover {
    color: #d6baa0;
}
.testimonial_author_name span {
    font-size: 14px;
    font-weight: 500;
}
.big_room_slider_container {
    height: 100%;
}
.big_room_slider_nav_container {
    position: absolute;
    right: 44px;
    bottom: 38px;
    z-index: 1;
}
.big_room_slider_nav {
    width: 44px;
    height: 44px;
    text-align: center;
    background: #1f3a2c;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.big_room_slider_nav i {
    line-height: 44px;
    font-size: 18px;
    color: #fff;
}
.big_room_slider_nav:hover {
    background: #50592d;
}
.rooms {
    width: 100%;
    background: #fff;
    padding-top: 140px;
    padding-bottom: 20px;
}
/* .room_row {
    margin-top: 82px;
} */
.room {
    box-shadow: 0 23px 35px rgba(4, 4, 4, 0.18);
}
.room_image {
    width: 100%;
}
.room_image img {
    max-width: 100%;
}
.room_content {
    padding-top: 18px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 12px;
}
.room_type {
    font-size: 12px;
    font-weight: 600;
    color: #7e7e7e;
    text-transform: uppercase;
    line-height: 0.75;
}
.room_title {
    margin-top: 20px !important;
}
.room_title a {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.25;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.room_title a:hover {
    color: #d6baa0;
}
.room_text {
    margin-top: 27px;
}
.room_price {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -27px;
    width: 185px;
    height: 47px;
    background: #fff;
    line-height: 47px;
    font-size: 14px;
    color: #50592d;
    font-weight: 500;
}
.room_price span {
    color: #8d8d8d;
}
.room_button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -32px;
}
.gallery {
    width: 100%;
    background: #282428;
    padding-top: 132px;
    padding-bottom: 135px;
}
.gallery_slider_container {
    width: calc(100vw + 270px);
    left: -135px;
}
.gallery_select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #d6baa0;
    background: rgba(0, 0, 0, 0.62);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gallery_select > div {
    width: 48px;
    height: 48px;
    background: #50592d;
    font-size: 36px;
    font-weight: 500;
    color: #d6baa0;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}
.gallery_item:hover .gallery_select {
    visibility: visible;
    opacity: 1;
}
.gallery_slider_nav_container {
    position: absolute;
    bottom: 64px;
    right: 0;
    width: 100%;
    z-index: 1;
}
.gallery_slider_nav_content {
    float: right;
}
.gallery_slider_nav {
    width: 44px;
    height: 44px;
    text-align: center;
    background: #1f3a2c;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gallery_slider_nav i {
    line-height: 44px;
    font-size: 18px;
    color: #fff;
}
.gallery_slider_nav:hover {
    background: #50592d;
}
.newsletter {
    width: 100%;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 72px;
}
.newsletter_container {
    padding-bottom: 82px;
    border-bottom: solid 2px #e8e8e8;
}
.newsletter_content {
    padding-right: 20px;
}
.newsletter_text {
    margin-top: 28px;
}
.newsletter_form_container {
    width: 100%;
    margin-top: 97px;
}
.newsletter_form {
    display: block;
}
.newsletter_input {
    width: 100%;
    height: 50px;
    border: solid 2px #c8c8c8;
    background: #fff;
    padding-left: 28px;
    outline: 0;
}
.newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 181px;
    height: 50px;
    background: #50592d;
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.newsletter_button span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
}
.newsletter_button span::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #d6baa0;
    content: '';
}
.newsletter_button:hover {
    background: #d6baa0;
}
.newsletter_input::-webkit-input-placeholder {
    font-size: 12px !important;
    font-weight: 500 !important;
    font-style: italic;
    color: #7e7e7e !important;
}
.newsletter_input:-moz-placeholder {
    font-size: 12px !important;
    font-weight: 500 !important;
    font-style: italic;
    color: #7e7e7e !important;
}
.newsletter_input::-moz-placeholder {
    font-size: 12px !important;
    font-weight: 500 !important;
    font-style: italic;
    color: #7e7e7e !important;
}
.newsletter_input:-ms-input-placeholder {
    font-size: 12px !important;
    font-weight: 500 !important;
    font-style: italic;
    color: #7e7e7e !important;
}
.newsletter_input::input-placeholder {
    font-size: 12px !important;
    font-weight: 500 !important;
    font-style: italic;
    color: #7e7e7e !important;
}
.newsletter_border_container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.newsetter_border {
    width: 100%;
    border-bottom: solid 2px #e8e8e8;
}
.footer {
    width: 100%;
    background: #fff;
    padding-top: 91px;
    padding-bottom: 56px;
}
.footer_logo a {
    display: inline-block;
}
.footer_logo_subtitle {
    font-size: 11px;
    font-weight: 500;
    color: #333;
    line-height: 0.75;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.footer_logo_title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 0.75;
    margin-top: 8px;
}
.footer_logo_stars {
    display: inline-block;
    margin-top: 11px;
}
.footer_logo_stars ul li {
    line-height: 0.75;
}
.footer_logo_stars ul li:not(:last-child) {
    margin-right: 4px;
}
.footer_logo_stars ul li i {
    font-size: 9px;
    color: #333;
}
.copyright {
    font-size: 11px;
    font-weight: 500;
    color: #8d8d8d;
    margin-top: 11px;
}
.footer_menu ul li {
    line-height: 0.75;
}
.footer_menu ul li:not(:last-child) {
    margin-right: 45px;
}
.footer_menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer_menu ul li a:hover {
    color: #d6baa0;
}
.footer_menu_text {
    margin-top: 21px;
}
.footer_contact {
    margin-top: -5px;
}
.footer_contact_content ul li {
    font-size: 14px;
    font-weight: 500;
    color: #8d8d8d;
}
.footer_contact_content ul li span {
    color: #333;
    margin-left: 2px;
}
.footer_contact_content ul li:not(:last-child) {
    margin-bottom: 14px;
}
.intro {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 114px;
}
.intro_container {
    height: 100%;
    padding-right: 20px;
}
.intro_text {
    margin-top: 27px;
}
.intro_link {
    margin-top: 38px;
}
.intro_link a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #5a2360;
}
.intro_link a::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #5a2360;
    content: '';
}
.intro_button {
    margin-top: 50px;
}
.intro_image {
    width: 100%;
}
.intro_image img {
    max-width: 100%;
}
.milestones {
    width: 100%;
    padding-top: 86px;
    padding-bottom: 40px;
}
.milestones_background_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 3, 32, 0.87);
}
.milestones_title h2 {
    color: #fff;
}
.milestones_text {
    margin-top: 40px;
}
.milestones_text p {
    color: #fff;
}
.milestones_row {
    margin-top: 85px;
}
.milestone_col {
    margin-bottom: 60px;
}
.milestone {
    width: 100%;
}
.milestone_counter {
    font-family: 'Playfair Display', serif;
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    line-height: 0.75;
}
.milestone_text {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 34px;
    line-height: 0.75;
}
.presentation_video {
    width: 100%;
    background: #fff;
    padding-top: 100px;
}
.video_container {
    width: 100%;
    height: 485px;
}
.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 13, 38, 0.46);
}
.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: solid 2px #d6baa0;
    background: #fff;
}
.video_play a {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
}
.video_play:hover a i {
    color: #d6baa0;
}
.video_play a i {
    font-size: 36px;
    color: #5a2360;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.video_text {
    margin-top: 27px;
}
.testimonial {
    margin-top: 40px;
}
.testimonial_stars ul li:not(:last-child) {
    margin-right: 4px;
}
.testimonial_stars ul li i {
    font-size: 9px;
    color: #fbd05e;
}
.testimonial_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    font-style: italic;
    color: #333;
    margin-top: 16px;
}
.testimonial_author {
    margin-top: 28px;
}
.testimonial_author_image {
    width: 37px;
    height: 37px;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial_author_image img {
    max-width: 100%;
}
.testimonial_author_name {
    margin-left: 40px;
}
.testimonial_author_name a {
    font-size: 14px;
    font-weight: 500;
    color: #8e3f97;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.testimonial_author_name a:hover {
    color: #d6baa0;
}
.testimonial_author_name span {
    font-size: 14px;
    font-weight: 500;
}

header .button {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.logo_title {
    margin: -3px 0 7px 0;
}

.pg .form-control {
    margin-bottom: 6px;
    padding: 10px;
    height: 60px !important;
    border-radius: 0;
    background: #fff;
}

.milestones_background_overlay {
    background: rgba(80, 89, 45, 0.87);
}

.form-control {
    color: #50592d;
}
.dropdown-menu {
    font-size: 15px;
}

.ui-datepicker,
.ui-hospedes {
    background-color: #f1f1f1;
    border-color: #ebebeb;
    border-width: 2px;
    border-style: solid;
    padding: 8px;
    display: none;
}
.ui-datepicker table tr td a:hover,
.ui-datepicker table tr td a.ui-state-active,
.ui-datepicker table tr td.tourmaster-highlight a,
.ui-datepicker table tr td.tourmaster-highlight span {
    color: #ffffff;
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
    width: 48%;
    margin: 0px 1%;
    border: none;
    height: 36px;
    padding: 0px 8px;
    font-weight: 700;
    background: #fff;
}
.ui-datepicker .ui-datepicker-year {
    height: 40px;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    background: auto;
    color: auto;
}
.ui-datepicker .ui-datepicker-title {
    padding-left: 38px;
    padding-right: 38px;
}
.ui-datepicker select:focus {
    outline: none;
}
.ui-datepicker table {
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 10px;
    width: 100%;
}
.ui-datepicker table tr {
    background: transparent;
}
.ui-datepicker table tr th {
    background: transparent;
    font-size: 13px;
    padding: 16px 0px 10px;
}
.ui-datepicker table tr td {
    padding: 0px 0px 5px;
    line-height: 1;
    text-align: center;
}
.ui-datepicker table tr td span,
.ui-datepicker table tr td a {
    width: 28px;
    font-size: 13px;
    line-height: 15px;
    padding: 8px 0px 4px 0px;
    text-align: center;
    display: inline-block;
    border: 0 !important;
    margin-left: -3px;
}
.ui-datepicker table tr td a {
    background: #fff;
}
.ui-datepicker table tr td a:hover,
.ui-datepicker table tr td a.ui-state-active,
.ui-datepicker-prev:hover,
.ui-hospedes .controles a:hover,
.ui-datepicker-next:hover {
    background: #50592d;
    color: #fff;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 48%;
    margin-left: 15px;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
    width: calc(50% - 10px);
    margin-left: 10px;
}
.ui-datepicker-multi .ui-datepicker-group-first {
    margin-right: 10px;
    margin-left: 0;
}
.ui-datepicker-header {
    position: relative;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 0px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
}
.ui-datepicker-prev {
    left: 0px;
}
.ui-datepicker-prev span {
    display: none;
}
.ui-datepicker-next {
    right: 0px;
}
.ui-datepicker-next span {
    display: none;
}
.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    background: transparent;
}
.ui-widget.ui-widget-content {
    border: none !important;
    padding: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
.ui-widget-header {
    background: none !important;
    border: none !important;
}
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-widget {
    font-family: Poppins, Arial, sans-serif !important;
}
.ui-autocomplete-category {
    padding: 10px;
    font-family: Poppins, Arial, sans-serif;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 5px 10px !important;
    font-family: Poppins, Arial, sans-serif;
}
.ui-state-hover,
.ui-state-active {
    background-color: #50592d;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #50592d !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border: none !important;
}

.pg .home {
    height: 550px;
}

@media (max-width: 992px) {
    .logo_title img {
        width: 150px;
    }
    h1 {
        font-size: 22px;
    }
}
