﻿/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end of CSS reset */
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-BoldItalic.eot');
    src: url('../fonts/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-BoldItalic.woff') format('woff'),
        url('../fonts/CenturyGothic-BoldItalic.ttf') format('truetype'),
        url('../fonts/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype'),
        url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Forum';
    src: url('../fonts/Forum.eot');
    src: url('../fonts/Forum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Forum.woff2') format('woff2'),
        url('../fonts/Forum.woff') format('woff'),
        url('../fonts/Forum.ttf') format('truetype'),
        url('../fonts/Forum.svg#Forum') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff'),
        url('../fonts/CenturyGothic-Italic.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Italic.svg#CenturyGothic-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
* {
    box-sizing: border-box;
    line-height: 1;
}
html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body{
    font-family: "Century Gothic";
    font-size: 13px;
    font-weight: normal;
}
p {
    color: inherit;
    margin-bottom: 10px;
}
a,
a:link,
a:visited,
a:hover {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: inherit;
}
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}
a, i, span {
    display: inline-block;
}
img a, img a:link, img a:visited, img a:hover, img a:active {
    color: inherit;
}
img {
    max-width: 100%;
}
strong, .bold {
    font-weight: 700;
}
em, .italic {
    font-style: italic;
}

.product_body table {
    width: 100% !important;
    margin-top: 25px;
}
.product_body table * {
    border-color: #e3e4bc !important;
}
table .concierge_icon {
    margin-bottom: 15px;
}
.product_body .table-capacity-title {
    border-bottom: none !important;
    margin-bottom: 0;
    margin-top: 30px;
    padding-bottom: 0;
}
.product_body .table-um-cap {
    font-size: 13px;
    font-style: normal;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.product_body .table-nr-cap {
    margin-bottom: 0;
    font-size: 24px;
    font-family: "Forum";
    text-align: center;
}
.product_body table td {
    font-size: 24px;
    font-family: "Forum";
    text-align: center;
    border-top: none !important;
    border-bottom: 1px solid #e3e4bc;
}
.product_body table th {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.5px;
    text-align: center;
    border-bottom: none !important;
    margin-bottom: 25px;
}
.product_body .table_venue_name {
    font-size: 24px;
    font-family: "Forum";
    text-align: right;
    font-style: italic;
    padding-right: 20px;
    margin-bottom: 0;
}
.product_body .table_venue_cap {
    font-size: 13px;
    text-transform: uppercase;
    font-style: normal;
    text-align: right;
    letter-spacing: 2px;
    padding-right: 20px;
}
center {
    overflow-x: auto;
}

.screen_servicii, .home_main_slider, .screen_magazine {
    width: 100%;
    overflow: hidden !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.owl-carousel .img_travel_cont img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#contact_header #contact_link, #events_header #events_link, #offers_header #offers_link, #restaurants_header #restaurants_link,
#rooms_header #rooms_link, #spas_header #spa_link, #services_header #services_link, #gallery #gallery_link {
    text-shadow: 1px 0 0 #f2e2c1;
}
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 1000000;
    right: 20px;
    bottom: 200px;
    background: url("../images/inapoi-sus.png") no-repeat center center;
    background-size: contain;
    
}
.cookie_bar {
    display: none;
    position: fixed;
    text-transform: uppercase;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    z-index: 10000000;
    color: #dbd8b4;
    background: rgba(32,35,44,0.9);
}
.cookie_bar p {
    line-height: 1;
    margin-bottom: 0;
}

.buttons_container a {
    display: inline-block;
    padding: 10px;

}
.p_container, .buttons_container {
    display: inline-block;
}
.p_container {
    float: left;
    padding: 10px;
}

.buttons_container {
    float: right;
}

.buttons_container a:hover {
    background-color: #dbd8b4;
    color: #20232c;
}
.footer_select_box {
    position: relative;
}
.my404_cont {
    background: #20232c;
    padding: 200px 0 250px 0;
}
.my404_cont p {
    font-size: 40px;
    letter-spacing: 3px;
    color: #dbd8b4;
    text-transform: uppercase;
}
.my404_select {
    position: relative;
}
/********* HOMEPAGE *************/
.sm_button span {
    width: 30px;
    height: 27px;
    background-image: url("../images/icons_sprite.png");
    background-repeat: no-repeat;
}
.sm_facebook span {
    background-position: center -87px;
    margin-right: 30px;
}
.sm_youtube span {
    background-position: center -122px;
    margin-right: 30px;
}
.sm_instagram span {
    background-position: center -158px;
}
.top_bar_container {
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}
.top_bar_1 {
    color: #20232c;
    background: #dbd8b4;
}
.top_bar_2 {
    color: #f2e2c1;
    background: rgba(32,35,44,0.93);
    position: relative;
    font-size: 12px;
    letter-spacing: 4.5px;
}
.main_nav ul, .main_nav li {
    display: inline-block;
}
.lang_switch_cont {
    float: left;
}
.sm_buttons_cont {
    float: right;
    padding: 6px 0;
}
.lang_switch_cont * {
    letter-spacing: 3px;
    font-weight: bold;
}
.lang_switch_cont a, .lang_switch_cont span {
    padding: 14px 0;
    float: left;
}
.lang_switch_cont a:hover, .lang_switch_cont a.selected {
    text-decoration: underline;
}
.lang_switch_cont a.selected {
    cursor: pointer;
    pointer-events: none;
}
.sm_buttons_cont a span:hover {
    transform: scale(1.05);
}
.lang_switch_cont .separator {
    margin: 0 12px;
}
.logo_wrapper, .logo_elliptic_bkg {
    position: absolute;
    left: 0;
    right: 0;
    width: 14%;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
.logo_elliptic_bkg {
    top: 81px;
}
.logo_wrapper {
    top:0;
    padding-top: 17px;
    z-index: 5;
}
.mob_nav {
    display: none;
}
.main_nav .nav_left {
    float: left;
    width: 43%;
}
.main_nav .nav_right {
    float: right;
    width: 43%;
    text-align: right;
}
.main_nav a {
    padding: 35px;
    padding-left: 5px;
    padding-right:20px;
    transition: text-shadow 0.3s;
}
.main_nav a:hover {
    text-shadow: 1px 0 0 #f2e2c1;
}
.nav_left li:first-child a {
    padding-left :0;
}
.nav_left li:first-child a:hover {

}
.nav_right li:last-child a {
    padding-right :0;

}
.nav_right li:last-child a:hover {

}
.home_header {
    min-height: 87%;
    height: auto;
    width: 100%;
    /*background: url("../images/hotel_epoque.jpg") no-repeat center center;
    background-size: cover;*/
    position: relative;
}
.home_header .half_bkg {
    z-index: 1;
}
.half_bkg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/cornered_bkg.png") no-repeat right bottom;
    background-size: 55% 100%;
}
.half_bkg_left, .half_bkg_left_int, .half_bkg_left_blog {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.half_bkg_left_int {
    background: url("../images/cornered_bkg_left_int.png") no-repeat center center;
    background-size: cover;
}
.half_bkg_left {
    background: url("../images/cornered_bkg_left.png") no-repeat center center;
    background-size: cover;
}
.half_bkg_left_blog {
    background: url("../images/cornered_bkg_left_blog.png") no-repeat center center;
    background-size: cover;
}
.half_bkg_right, .half_bkg_right_int, .half_bkg_right_blog, .half_bkg_right_product {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.half_bkg_right_int {
    background: url("../images/cornered_bkg_right_int.png") no-repeat center center;
    background-size: cover;
}
.half_bkg_right {
    background: url("../images/cornered_bkg_right.png") no-repeat center center;
    background-size: cover;
}
.half_bkg_right_blog {
    background: url("../images/cornered_bkg_right_blog.png") no-repeat center center;
    background-size: cover;
}
.half_bkg_right_product {
    background: url("../images/cornered_bkg_right_product.png") no-repeat center center;
    background-size: cover;
}
.halfs_texts_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
.half_text_left, .half_text_right {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    height: 100%;
}
.vertical_center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
}
.half_text_left .vertical_center {
    left: 0;
}
.half_text_right .vertical_center {
    right: 0;
}
.half_text_left {
    left: 15px;
}
.half_text_right {
    right: 15px;
    text-align: right;
}
.header_caption {
    max-width: 70%;
    margin-left: auto;
}
.body_caption_left {
    max-width: 53%;
}
.int_body_caption_left {
    width: 53%;
}
.body_caption_right {
    width: 100%;
}
.int_body_caption_right {
    width: 74%;
    margin-right: 80px;
}
.body_caption p {
    text-align: justify;
    font-size: 13px;
    letter-spacing: 2px;
}
.body_caption_left, .int_body_caption_left {
    margin-right: auto;
}
.body_caption_right, .int_body_caption_right {
    margin-left: auto;
}
.header_caption .epoque_subtitle, .body_caption .epoque_subtitle, .epoque_subtitle_dark, .rooms_top_caption .epoque_subtitle {
    margin-bottom: 30px;
}
.body_caption .epoque_subtitle {
    border-bottom: 1px solid #e3e4bc;
    padding-bottom: 30px;
}
.button_light, .button_dark {
    width: 188px;
    height: 73px;
    border: none;
    outline: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.button_light {
    color: #20232c;
    background: #dbd8b4;
}
.button_dark {
    color: #dbd8b4;
    background: #20232c;
}
.button_transparent, .button_transparent_black {
    height: 47px;
    outline: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: transparent;
    margin-bottom: 10px;
}
.button_transparent {
    border: 1px solid #dbd8b4;
    color: #20232c;
    background: #dbd8b4;
    width: 179px;
    letter-spacing: 4px;
}
.button_transparent:hover {
    background: transparent;
    color: #dbd8b4;
    border: 1px solid #dbd8b4;
}
.button_transparent.active {
    background: transparent;
    color: #dbd8b4;
    border: 1px solid #dbd8b4;
}
.button_transparent_black {
    border: 1px solid #20232c;
    background: #20232c;
    width: 210px;
    letter-spacing: 3px;
    color: #dbd8b4;
}
.button_transparent_black:hover {
    color: #20232c;
    background: transparent;
}
.epoque_subtitle, .epoque_subtitle_dark {
    font-family: "Forum";
    font-style: italic;
    font-size: 37px;
    color: #dbd8b4;
}
.epoque_subtitle {
    color: #dbd8b4;
}
.epoque_subtitle_dark {
    color: #24262e;
}
.section {
    position: relative;
}
.screen_testimoniale {
    background: #20232c;
    color: #e3e4bc;
    text-align: center;
    padding: 180px 0 35px 0;
}
.striped_screen {
    position: relative;
}
.striped_screen:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    background: #e3e4bc;
    top: 43px;
    left: 0;
    z-index: 2;
}
.striped_screen_bottom:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 18px;
    background: #e3e4bc;
    bottom: 43px;
    left: 0;
    z-index: 2;
}
.testimonials_carousel_cont {
    width: 100%;
    max-width: 420px;
    min-height: 550px;
    border: 1px solid #e3e4bc;
    margin-bottom: 20px;
    position: relative;
}
.testimonials_carousel_cont:after {
    content: "";
    width: 60%;
    height: 1px;
    background: #e3e4bc;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.testimonial_carousels_margins {
    margin-top: 68px;
    margin-bottom: 35px;
}
.carousel-right .testimonials_carousel_cont {
    margin-left:auto;
}
.img_travel_cont {
    padding: 50px 0 30px 0;
}
.testimonials_title {
    font-family: "Forum";
    font-style: italic;
    font-size: 31px;
    color: #dbd8b4;
    margin-bottom: 25px;
    padding: 0 15px;
    position: relative;
    padding-top: 20px;
}
.testimonials_carousel p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 0 50px;
}
.testimonials_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.testimonials_carousel .owl-prev, .testimonials_carousel .owl-next {
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("../images/icons_sprite.png");
    background-repeat: no-repeat;
}
.testimonials_carousel .owl-prev {
    background-position: center -216px;
    top: 0;
    left: -30px;
}
.testimonials_carousel .owl-next {
    background-position: center -194px;
    top: 0;
    right: -30px;
}
.testimonials_title:before {
    content: "";
    width: 60%;
    height: 1px;
    background: #e3e4bc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.testimonials_carousel .item {
    padding-bottom: 70px;
}
.screen_servicii {
    background: #20232c;
    color: #e3e4bc;
    padding: 100px 0 45px 0;
    width: 100%;
}
.servicii_home_slider .item, .item_magazine {
    min-height: 752px;
    width: 100%;
}
.servicii_home_slider {
    margin-top: 70px;
}
.body_caption .body_cont {
    margin-bottom: 48px;
}
.body_caption .body_cont {
    line-height: 18px;
}
.screen_magazine {
    background: #20232c;
    color: #e3e4bc;
    padding: 45px 0 10px 0;
}
.item_magazine {
    position: relative;
    margin-top: 40px;
}
#map {
    width: 100%;
    height: 580px;
}
.footer {
    background: #20232c;
    color: #e3e4bc;
    padding: 113px 0 43px 0;
    font-size: 12px;
}
.footer_business_details {
    margin-top: 20px;
    padding-top: 20px;
    /*border-top: 1px solid #e3e4bc;*/
    font-size: 10px;
    letter-spacing: 2px;
}
#ui-datepicker-div {
    z-index: 300003 !important;
}
.hidden-md .contact_page_contacts {
    padding: 20px 0;
}
.footer_with_sticky_box .sticky_box_buffer_footer {
    padding-top: 160px;
}
.footer_nav {
    letter-spacing: 4.5px;
    text-transform: uppercase;
    padding-top: 20px;
}
.footer_nav li a {
    padding: 10px 0;
    transition: all 0.3s;
}
.footer_nav li a:hover {
    text-shadow: 1px 0 0 #f2e2c1;
}
.footer_nav_right {
    text-align: left;
}
.footer_nav_left {
    text-align: right;
}
.footer_icon {
    width: 30px;
    height: 25px;
    background-image: url("../images/icons_sprite.png");
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
}
.footer_group_center {
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.footer_logo_cont {
    margin-bottom: 20px;
}
.email_icon {
    background-position: center 4px;
}
.tel_icon {
    background-position: center -57px;
}
.pin_icon {
    background-position: center -29px;
}
.footer_address {
    margin-top: 10px;
}
.bottom_bordered {
    border-bottom: 3px solid #e3e4bc;
    padding-top: 47px;
}
.select_dates_box {
    left: 0;
    right: 0;
    background: #dbd8b4;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -68px;
    color: #20232c;
    text-align: left;
    z-index: 10;
    width: 1140px;
    transition: all 0.5s;
}
.submenu_category {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.select_dates_col {
    width: 25%;
    float: left;
    padding: 10px 7px 0 7px;
}
.top_separator_dates {
    padding-top: 11px;
    border-bottom: 1px solid #20232c;
}
.bottom_separator_dates {
    padding-bottom: 11px;
    border-top: 1px solid #20232c;
}
.datepicker_title {
    font-size: 13px;
    font-weight: bold;
    color: #20232c;
    padding: 0 0 0 10px;
    letter-spacing: 4.5px;
    text-transform: uppercase;
}
.check_icon {
    width: 30px;
    height: 15px;
    background: url("../images/icons_sprite.png");
    background-repeat: no-repeat;
    background-position: center -239px;
}
.best_rate {
    padding-bottom: 10px;
    font-family: "Forum";
    font-size: 20px;
}
.input_box {
    position: relative;
    border-right: 2px solid #20232c;
}
.input_box input {
    font-family: "Forum";
    font-size: 91px;
    letter-spacing: -2.5px;
    max-width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-style: italic;
    color: #20232c;
    height: 98px;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}
.select_dates_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    
    margin: 0;
    padding: 0;
}
.select_dates_box .btn-default {
    font-family: "Forum";
    font-size: 98px;
    letter-spacing: -2.5px;
    border: none;
    outline: none;
    background: transparent;
    font-style: italic;
    color: #20232c;
    height: 110px;
    webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, 
.btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, 
.open>.dropdown-toggle.btn-default:hover,
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #20232c;
    background: transparent;
    border: none;
    outline: none;
    webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;

}
.bootstrap-select.btn-group .dropdown-toggle .filter-option, .bootstrap-select.btn-group .dropdown-toggle .filter-option:focus, .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    float: none;
    
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    border-right: 2px solid #20232c;
}
.bootstrap-select:focus {
    outline: none;
}
.select_dates_box .filter-option {
    vertical-align: text-top;
    line-height: 1;
}
.bootstrap-select {
    height: 110px;
    vertical-align: text-top;
    line-height: 1;
}
.month_name {
    font-family: "Forum";
    font-size: 30px;
    font-style: italic;
    position: absolute;
    bottom: 15px;
    left: 90px;

}
.input_box .datepicker_checkin, .input_box .datepicker_checkout {
    opacity: 0;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.input_box:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: none;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.select_dates_col .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 68%;
    right: 15px;
    margin-top: 0;
    border-bottom: none;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.padd_0 {
    padding-left: 0;
    padding-right: 0;
}
.owl-thumbs-servicii {
    top: -40px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.owl-thumb-item-servicii {
    width: 20%;
    height: 66px;
    text-align: center;
    color: #20232c;
    background: #dbd8b4;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    outline: none;
    font-weight: bold;
    letter-spacing: 4.5px;
    position: relative;
    float:left;
    padding: 0;
}
.owl-thumb-item-servicii span {
    padding: 7px 0;
    width: 100%;
    border-right: 1px solid #20232c;
}
.owl-thumb-item-servicii:last-child span {
    border-right: none;
}
.owl-thumb-item-servicii.active:after, .owl-thumb-item-servicii:hover:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 14px;
    background: url("../images/thumbnail_corner.png") no-repeat center bottom;
    background-size: 100%;
    left:0;
    bottom: -11px;
}
.oblique_text p {
    padding: 0;
    text-align: justify;
}
.oblique_text_right p {
    letter-spacing: 1px;
}
.oblique_text_left p {
    letter-spacing: 2px;
}
.oblique_text_right p {
    margin: 0 0 -18px auto;
}
.oblique_text_left p {
    margin: 0 auto -18px 0;
}

.oblique_text p:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.oblique_text p.last_line:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0px;
    line-height: 0px;
}
.oblique_text_right .row1 {
    width: 71%;
}
.oblique_text_right .row2 {
    width: 72%;
}
.oblique_text_right .row3 {
    width: 73%;
}
.oblique_text_right .row4 {
    width: 74%;
}
.oblique_text_right .row5 {
    width: 75%;
}
.oblique_text_right .row6 {
    width: 76%;
}
.oblique_text_right .row7 {
    width: 77%;
}
.oblique_text_right .row8 {
    width: 78%;
}
.oblique_text_right .row9 {
    width: 80%;
}
.oblique_text_right .row10 {
    width: 81%;
}
.oblique_text_right .row11 {
    width: 82%;
}
.oblique_text_right .row12 {
    width: 83%;
}
.oblique_text_right .row13 {
    width: 84%;
}
.oblique_text_right .row14 {
    width: 85%;
}
.oblique_text_right .row15 {
    width: 86%;
}
.oblique_text_right .row16 {
    width: 87%;
}
.body_caption_right .epoque_subtitle {
    width: 69%;
    margin-left: auto;
}
.int_body_caption_right .epoque_subtitle {
    width: 70%;
    margin-left: auto;
}
.oblique_text_left .row1 {
    width: 98%;
}
.oblique_text_left .row2 {
    width: 96%;
}
.oblique_text_left .row3 {
    width: 94%;
}
.oblique_text_left .row4 {
    width: 92%;
}
.oblique_text_left .row5 {
    width: 90%;
}
.oblique_text_left .row6 {
    width: 88%;
}
.oblique_text_left .row7 {
    width: 86%;
}
.oblique_text_left .row8 {
    width: 84%;
}
.oblique_text_left .row9 {
    width: 82%;
}
.oblique_text_left .row10 {
    width: 80%;
}
.oblique_text_left .row11 {
    width: 78%;
}
.oblique_text_left .row12 {
    width: 76%;
}
.oblique_text_left .row13 {
    width: 74%;
}
.oblique_text_left .row14 {
    width: 72%;
}
.oblique_text_left .row15 {
    width: 70%;
}


.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 0;
  font-family: "Century Gothic";
  font-size: 9pt;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
}
.ui-datepicker * {
    box-sizing: border-box;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-header {
  background: #dbd8b4;
  color: #20232c;
  font-weight: bold;
  -webkit-box-shadow:0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  text-shadow: 0;
  line-height: 30px;
  border:none;
  text-transform: uppercase;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker thead {
  background-color: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 9px;
  padding: 5px 0;
  color: #666666;
  text-shadow: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: none;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #fff;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #666666;
  text-shadow: none;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #cccccc;
    margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #dbd8b4;
  color: #20232c;
  border: 1px solid #20232c;
  position: relative;
  margin: -1px;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .90;
    filter: Alpha(Opacity=90);
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
    background: transparent;
    border: none;
}
.home_main_slider, .rooms_main_slider {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
.owl-item-home-main {
    width: 100%;
    height: 100%;
}
.home_main_slider .owl-stage-outer, .home_main_slider .owl-stage, .home_main_slider .owl-item {
    height: 100%;
}
.rooms_main_slider .owl-stage-outer, .rooms_main_slider .owl-stage, .rooms_main_slider .owl-item {
    height: 100%;
}
.owl-item.active {
    visibility: visible !important;
}
.sr .owl-item .reveal_corner_right, .sr .owl-item .reveal_corner_left {
    z-index: -1;
    height: 0px !important;
}
.sr .owl-item .left_animated {
    height: 100% !important; visibility: visible !important;  -webkit-transform: translateX(0) scale(1) !important; opacity: 1 !important;transform: translateX(0) scale(1) !important; opacity: 1 !important;-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 0.9s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s !important; transition: transform 0.9s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 0.9s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s !important; z-index: 1 !important; 
}
.sr .text_animated {
    visibility: visible !important;  -webkit-transform: scale(1) !important; opacity: 1 !important;transform: scale(1) !important; opacity: 1 !important;-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.6, 0.2, 0.1, 1) 1.5s, opacity 0.2s cubic-bezier(0.6, 0.2, 0.1, 1) 1.5s !important; transition: transform 0.2s cubic-bezier(0.6, 0.2, 0.1, 1) 1.5s, opacity 0.2s cubic-bezier(0.6, 0.2, 0.1, 1) 1.5s !important; 
}

.error {
    color: #ff0000;
    margin-bottom: 30px;
    width: 100%;
}
.form_messages_cont {
    position: fixed;
    color: #20232c;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 2000;
}
#form_messages {
    width: 100%;
    background: #e3e4bc;
    color: #20232c;
    text-align: center;
    width: 100%;
    max-width: 500px;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2000;
}
.close_form_messages {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    font-size: 20px;
}
.reveal_slide_1_home {
    display: none;
}



.screen_awards_home {
    position: relative;
    background: #20232c;
    color: #dbd8b4;
    text-align: center;
    padding: 145px 0 45px 0;
}
.award_item_home {
    display: inline-block;
    width: 100%;
    padding: 15px 10px 25px 10px;
    border: 1px solid #dbd8b4;
    /*border-top: 1px solid #dbd8b4;
    border-bottom: 1px solid #dbd8b4;*/
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}
.award_item_home .award_line_one {
    min-height: 36px;
}
.home_awards_carousel .owl-item img {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.home_awards_carousel {
    margin-top: 30px;
}
.home_awards_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.home_awards_carousel .owl-prev, .home_awards_carousel .owl-next {
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url("../images/icons_sprite.png");
    background-repeat: no-repeat;
}
.home_awards_carousel .owl-prev {
    background-position: center -216px;
    top: 0;
    left: -15px;
}
.home_awards_carousel .owl-next {
    background-position: center -194px;
    top: 0;
    right: -15px;
}
.home_awards_carousel .owl-item {
    padding: 0 3px;
}

.csr_body {
    background: #20232c;
    color: #e3e4bc;
    padding: 10px 0 30px 0;
}
.csr_body p, .csr_body ul {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: justify;

}

/********* END HOMEPAGE *************/

/******** ROOMS ******/
.rooms_header {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 46%;
    min-height: 720px;
}
.rooms_top_caption {
    color: #e3e4bc;
    font-size: 13px;
    width: 100%;
    max-width: 365px;
    margin-right: 0;
}
.rooms_top_caption p {
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: justify;
}
.rooms_top_caption .epoque_subtitle_dark {
    text-align: center;
}
.rooms_top_caption .single_action_button {
    text-align: center;
    margin-top: 25px;
}
.rooms_screen {
    background: #20232c;
    color: #e3e4bc;
    padding: 45px 0 10px 0;
    position: relative;
}
.item_rooms {
    height: 0;
    margin-top: 63px;
    position: relative;
    padding-bottom: 46%;
    min-height: 620px;
}
.int_body_caption_left .epoque_subtitle, .int_body_caption_right .epoque_subtitle {
    padding-bottom: 20px;
}
.submenu_category_wrap {
    color: #f2e2c1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}
.submenu_category ul {
    text-align: center;
    background: #20232c;
}
.submenu_category li {
    display: inline-block;
    padding: 25px 15px 18px 15px;
    cursor: pointer;
    position: relative;
}
.submenu_category .selected:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 8px solid #f2e2c1;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -7px;
}
.owl-thumbs-categ {
    text-align: center;
    background: #20232c;
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    color: #f2e2c1;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    bottom: 80px;
    z-index: 10;
    transition: bottom 0.5s;
}
.scrolled_past_bar .owl-thumbs-categ {
    bottom: 10px;
}

.owl-thumb-item-categ {
    display: inline-block;
    padding: 25px 8px 18px 8px;
    cursor: pointer;
    position: relative;
    background: transparent;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}
.owl-thumb-item-categ.active:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 8px solid #f2e2c1;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -7px;
}
.is_sticky {
    transition: all 0.5s;
    bottom: 0;
    position: static;
}
.scrolled_past_bar .is_sticky {
    position: fixed;
    bottom: 0;
    z-index: 300000;
    width: 100%;
    transition: all 0.5s;
}
.scrolled_past_bar .is_sticky .select_dates_box {
    bottom: 0;
    top: 0;
    position: relative;
    transition: all 0.5s;
}

/***** END ROOMS ******/

/**** ROOM / PRODUCT ****/
.product_header {
    width: 100%;
    height: 0;
    padding-bottom: 47%;
    min-height: 620px;
    position: relative;
}
.product_gallery {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
.owl-item-product {
    width: 100%;
    height: 100%;
}
.product_gallery .owl-stage-outer, .product_gallery .owl-stage, .product_gallery .owl-item {
    height: 100%;
}
.owl-thumbs-room {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 138px;
    overflow: hidden;
}
.owl-thumb-item-room {
    width: 16.6%;
    height: 138px;
    border-left: none;
    border-right: none;
    border-top: 8px solid #20232c;
    border-bottom: 8px solid #dbd8b4;
    background: transparent;
    outline: none;
    padding: 0;
    position: relative;
}

.owl-thumb-item-room div {
    width: 99%;
    height: 108px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
}

.owl-thumb-item-room.active:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 15px solid #20232c;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}


.epoque_subtitle_product {
    font-size: 54px;
    font-family: "Forum";
    font-style: italic;
    color: #dbd8b4;
    max-width: 260px;
    margin-bottom: 35px;
}
.product_body {
    background: #20232c;
    color: #e3e4bc;
    padding: 100px 0 50px 0;
}
.product_body h3, .product_body h4 {
    font-family: "Forum";
    font-size: 30px;
    font-style: italic;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e4bc;
    
}
.product_body h6 {
    font-family: "Forum";
    font-size: 20px;
    font-style: italic;
    padding-bottom: 15px;
    padding-top: 10px;;
}
.title-right h3, .title-right h4 {
    text-align: right;
    margin-left: auto;
}
.title-left h3, .title-left h4 {
    text-align: left;
    margin-right: auto;
}
.title-center h3, .title-center h4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.title-left, .title-right {
    margin-bottom: 40px;
}
.product_body .title-right {
    padding-right: 30px;
}
.product_body .title-left {
    padding-left: 30px;
}
.product_body p, .product_body ul {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.product_body p {
    text-align: justify;
}
.product_facilities_wrap {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #e3e4bc;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.4;
}
.margin_top_custom {
    padding-top: 30px;
}
.item_facility {
    margin-bottom: 20px;
}
.facility_icon {
    width: 45px;
    height: 45px;
    background-image: url("../images/facilities_sprite.png");
    background-repeat: no-repeat;
}
.icon_wrap, .icon_name_wrap {
    display: inline-block;
    vertical-align: middle;
}
.icon_name_wrap {
    width: 85%;
    padding-left: 15px;
}
.breakfast_icon {
    background-position: center 2px;
}
.laptop_icon {
    background-position: center -44px;
}
.coffee_icon {
    background-position: center -855px;
}
.kichinette_icon {
    background-position: center -89px;
}
.bottle_icon {
    background-position: center -135px;
}
.satellite_icon {
    background-position: center -178px;
}
.terrace_icon {
    background-position: center -225px;
}
.wifi_icon {
    background-position: center -268px;
}
.plasma_icon {
    background-position: center -313px;
}
.evening_icon {
    background-position: center -358px;
}
.nosmoke_icon {
    background-position: center -406px;
}
.central_icon {
    background-position: center -449px;
}
.pillow_icon {
    background-position: center -496px;
}
.spa_icon {
    background-position: center -541px;
}
.minibar_icon {
    background-position: center -585px;
}
.umbrella_icon {
    background-position: center -630px;
}
.bed_icon {
    background-position: center -675px;
}
.desk_icon {
    background-position: center -720px;
}
.hairdryer_icon {
    background-position: center -764px;
}
.bedbreakfast_icon {
    background-position: center -809px;
}
.luxury_icon, .bathrobe_icon {
    background-position: center -900px;
}
.round_the_clock_icon {
    background-position: center -1440px;
}
.free_handy_icon {
    background-position: center -1530px;
}
.book_now_room {
    text-align: center;
    margin-top: 60px;
}
.product_body .footer_address {
    text-align: center;
}
.product_body .regular_body h3 {
    border-bottom: none;
    margin-bottom: 0;
}
.regular_body h2 {
    font-size: 37px;
    font-family: "Forum";
    font-style: italic;
    padding: 30px 0;
}
/***** ROOM REVIEWS SECTION ******/
.testimonials_carousel_room_cont {
    width: 100%;
    max-width: 545px;
    padding: 50px 60px 45px 60px;
    background: rgba(32,35,44,0.81);
    margin-left: auto;
    margin-right: auto;
    color: #dbd8b4;
}
.testimonials_carousel_room_cont .testimonials_carousel {
    border: 1px solid #dbd8b4;
    text-align: center;
    padding-top: 30px;
}
.room_reviews_screen {
    padding: 120px 0 100px 0;
    text-align: center;
}
.room_reviews_screen h4 {
    font-family: "Forum";
    font-size: 30px;
    font-style: italic;
    margin-bottom: 30px;
}
.room_testimonial_button_cont {
    padding: 35px 20px 0 20px;
    margin-top: 25px;
    border-top: 1px solid #dbd8b4;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.room_stars {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    background: url("../images/icons_stars.png") no-repeat left center;
    margin-bottom: 10px;
}
.stars1 {
    width: 30px;
}
.stars2 {
    width: 82px;
}
.stars3 {
    width: 127px;
}
.stars4 {
    width: 175px;
}
.stars5 {
    width: 219px;
}
/***** END ROOM REVIEWS SECTION ******/


/**** END ROOM / PRODUCT ****/

/**** CONTACT *****/
.interior_page_header {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 46%;
    min-height: 620px;
}
.contact_header {
    background: url("../images/hotel_epoque_contact_header.jpg") no-repeat center center;
    background-size: cover;
}
.screen_contact_tabs {
    background: #20232c;
    color: #e3e4bc;
    text-align: center;
    padding: 150px 0 0 0;
}
#map_contact {
    width: 100%;
    height: 635px;
}
.map_contact_wrap:before, .map_contact_wrap:after {
    z-index: 5;
}
.screen_contact_form {
    padding: 62px 0 90px 0;
    background: #20232c;
    color: #f2e2c1;
    text-align: center;
    font-size: 13px;
    letter-spacing: 2px;
}
.contact-nav-tabs li {
    width: 33.33%;
    height: 66px;
    text-align: center;
    color: #20232c;
    background: #dbd8b4;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    outline: none;
    font-weight: bold;
    letter-spacing: 4.5px;
    position: relative;
    float: left;
    padding: 0;

}
.contact-nav-tabs>li.active>a, .contact-nav-tabs>li.active>a:focus, .contact-nav-tabs>li.active>a:hover {
    border: none;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.contact-nav-tabs li a, .contact-nav-tabs li a:focus, .contact-nav-tabs li a:hover, .contact-nav-tabs li a:active {
    vertical-align: middle;
    line-height: 1.2;
    color: #20232c;
    background: transparent;
    width: 100%;
    border-right: 1px solid #20232c;
    border-bottom: none;
    border-top: none;
    padding: 7px 0;
    margin: 0;
    border-radius: 0;
    display: inline-block;
}
.contact-nav-tabs>li.active>a, .contact-nav-tabs>li.active>a:focus, .contact-nav-tabs>li.active>a:hover {
    vertical-align: middle;
    line-height: 1.2;
    color: #20232c;
    background: transparent;
    width: 100%;
    border-right: 1px solid #20232c;
    border-bottom: none;
    border-top: none;
    padding: 7px 0;
    margin: 0;
    border-radius: 0;
    display: inline-block;
}
.contact-nav-tabs li:last-child a, .contact-nav-tabs li.active:last-child a {
    border-right-color: transparent;
}
.contact-nav-tabs li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background: url(../images/thumbnail_corner_larger.png) no-repeat center bottom;
    background-size: 100%;
    left: 0;
    bottom: -14px;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tab-content-contact {
    padding: 40px 0;
    text-align: justify;
}
.contact-nav-tabs {
    margin-top: 50px;
}
.tab-content-contact p, .tab-content-contact ul {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.38;
}
.screen_contact_form .footer_icon {
    width: 32px;
    height: 50px;
}
.screen_contact_form .pin_icon {
    background-position: center -260px;
}
.screen_contact_form .tel_icon {
    background-position: center -307px;
}
.screen_contact_form .email_icon {
    background-position: center -349px;
}
.contact_page_contacts a {
    position: relative;
    bottom: 12px;
}
.contact_page_contacts a, .contact_page_contacts span {
    margin: 0 5px;
}
.inputs_cont input, .inputs_cont textarea {
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
    color: #f2e2c1;
    text-transform: uppercase;
    border: 1px solid #dbd8b4;
    outline: none;
    font-size: 13px;
    letter-spacing: 2px;
}
.inputs_cont input {
    height: 39px;
    padding: 0 15px;
}
.inputs_cont textarea {
    height: 98px;
    padding: 13px 15px;
    max-width: 100%;
}
.contact_form {
    margin-top: 40px;
}
.contact_form .button_transparent {
    width: auto;
    padding: 0 15px;
    max-width: 100%;
    margin-top: 25px;
}
.style_placeholder::-webkit-input-placeholder {
    color: #f2e2c1 !important;
    font-style: italic !important;
}
 
.style_placeholder:-moz-placeholder { /* Firefox 18- */
    color: #f2e2c1 !important;
    font-style: italic !important;  
}
 
.style_placeholder::-moz-placeholder {  /* Firefox 19+ */
    color: #f2e2c1 !important;
    font-style: italic !important;  
}
 
.style_placeholder:-ms-input-placeholder {  
    color: #f2e2c1 !important;
    font-style: italic !important;  
}
.contact_dates_group {
    display: inline-block;
}
.nl_text {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: bold;
}
.subscribe_nl {
    margin-top: 20px;
}
.subscribe_nl .inputs_cont input {
    max-width: 500px;
}
.newsletter_stripe {
    margin-top: 0;
}
.display_on_scroll .submenu_category_wrap, .display_on_scroll .select_dates_box {
    opacity: 0;
    z-index: -5;
}
.display_on_scroll_after .submenu_category_wrap, .display_on_scroll_after .select_dates_box {
    opacity: 1;
    z-index: 10;
}


/**** END CONTACT ****/

/***** BLOG *****/
.blog_header {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 39%;
    min-height: 620px;
}
.blog_tabs_header {
    width: 100%;
    position: relative;
    background: #20232c;
}
.toggle_buttons_cont a {
    vertical-align: middle;
}
.blog_rest {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 38%;
    min-height: 620px;
}
.item_blog .epoque_subtitle {
    font-size: 54px;
    max-width: 250px;
}
.blog_list_details_wrap, .about_us_details_wrap {
    background: #20232c;
    color: #e3e4bc;
    padding: 50px 0 20px 0;
}
.blog_item_details_title, .about_us_details_title {
    font-family: "Forum";
    font-size: 30px;
    line-height: 1.2;
    font-style: italic;
    max-width: 300px;
    margin-bottom: 20px;
}
.blog_item_details_title {
    text-align: right;
    margin-left: auto;
}
.blog_details_col1, .about_details_col1 {
    padding-right: 30px;
}
.blog_details_col2, .about_details_col2 {
    padding-left: 30px;
}
.blog_list_details_wrap p, .blog_list_details_wrap ul, .blog_list_details_wrap img {
    margin-bottom: 20px;
}
.blog_list_details_wrap img {
    width: 100%;
    height: auto;
}
.blog_list_details_wrap p, .blog_list_details_wrap ul {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.5;
}
.blog_list_details_wrap p {
    text-align: justify;
}

.see_more_line {
    text-align: right;
    position: relative;
}
.see_more_line_left {
    text-align: left;
    position: relative;
}
.see_more_line:before, .see_more_line_left:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e3e4bc;
    top: 50%;
    z-index: 0;
}
.see_more_after_line, .see_more_after_line_left {
    background: #20232c;
    position: relative;
    z-index:1;
    display: inline-block;
}
.see_more_after_line {
    padding-left: 77px;
}
.see_more_after_line_left {
    padding-right: 77px;
}
.full_view {
    display: none;
}
/**** END BLOG *****/

/***** ABOUT US *****/

.about_header {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 39%;
    min-height: 620px;
}
.about_us_details_wrap p, .about_us_details_wrap ul, .about_us_details_wrap img {
    margin-bottom: 20px;
}
.about_us_details_wrap img {
    width: 100%;
    height: auto;
}
.about_us_details_wrap p, .about_us_details_wrap ul, .about_us_details_wrap h4 {
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.5;
}
.about_us_details_wrap p {
    text-align: justify;
}
.about_details_col1 .about_us_details_title, .about_details_col1 .highlight {
    text-align: right;
    margin-left: auto;
}
.about_details_col2 .about_us_details_title, .about_details_col2 .highlight {
    text-align: left;
    margin-right: auto;
}
.about_us_details_wrap .highlight {
    font-size: 24px;
    color: #dbd8b4;
    font-style: italic;
    font-family: "Forum";
    letter-spacing: 1px;
    line-height: 1.2;
}
.about_us_page_subtitle {
    text-align: center;
    font-family: "Forum";
    font-size: 30px;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 20px;
}
.screen_awards {
    background: #20232c;
    color: #dbd8b4;
    padding: 100px 0 80px 0;
    text-align: center;
}
.screen_awards_testimonials {
    padding-top: 30px;
}
.award_item {
    display: inline-block;
    width: 24.5%;
    padding: 15px 10px 25px 10px;
    border: 1px solid #dbd8b4;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 15px;
}
.award_item img {
    margin-bottom: 20px;
}
.award_line_one {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1.4;
    margin-bottom: 0;
}
.award_line_two {
    font-size: 26px;
    font-family: "Forum";
    font-style: italic;
}
.awards_container {
    margin-top: 50px;
}
/***** END ABOUT US *****/

/***** OUR SERVICES ****/
.services_body {
    color: #dbd8b4;
    background: #20232c;
    padding: 100px 0 0 0;
    position: relative;
}
.services_details_title {
    text-transform: uppercase;
    font-family: "Forum";
    font-style: italic;
    font-size: 30px;
    margin-bottom: 35px;
}
.about_details_col1 .services_details_title {
    text-align: left;
}
.about_details_col2 .services_details_title {
    text-align: right;
}
.services_item {
    padding: 40px 0;
    border-bottom: 1px solid #dbd8b4;
}
.services_body .col-md-6 {
    vertical-align: middle;
}
.about_us_details_wrap .services_item:last-child {
    border-bottom: none;
}
.services_body .about_details_col2 p {
    -ms-text-align-last: right;
  -moz-text-align-last: right;
  text-align-last: right;
}
.concierge_icon {
    width: 45px;
    height: 45px;
    background-image: url(../images/facilities_sprite.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.concierge_icon_title {
    vertical-align: middle;
    width: 85%;
}
.limousine_icon {
    background-position: center -945px;
}
.parking_icon {
    background-position: center -1168px;
}
.luggage_icon {
    background-position: center -988px;
}
.airport_transfer_icon {
    background-position: center -1485px;
}
.business_icon {
    background-position: center -1215px;
}
.disabled_icon {
    background-position: center -1260px;
}
.wakeup_icon {
    background-position: center -1034px;
}
.expressin_icon {
    background-position: center -1080px;
}
.expressout_icon {
    background-position: center -1124px;
}
.babycot_icon {
    background-position: center -1304px;
}
.dryclean_icon {
    background-position: center -1350px;
}
.welcomedrink_icon {
    background-position: center -1396px;
}
.sightseing_icon {
    background-position: center -1755px;
}


.theatre_icon {
    background-position: center -1800px;
}
.ushape_icon {
    background-position: center -1845px;
}
.classroom_icon {
    background-position: center -1890px;
}
.cabaret_icon {
    background-position: center -1935px;
}
.ballroom_icon {
    background-position: center -1980px;
}
.cocktail_room_icon {
    background-position: center -2026px;
}
.boardroom_icon {
    background-position: center -2071px;
}

.we_are_at_disposal_icon {
    background-position: center -2115px;
}

.about_details_col1 .concierge_icon_title {
    padding-left: 15px;
}
.about_details_col2 .concierge_icon_title {
    padding-right: 15px;
}
.menu_food_icon:before, .menu_drinks_icon:before, .menu_desserts_icon:before, .menu_wines_icon:before {
	content: "";
	display: inline-block;
	width: 45px;
    height: 45px;
    background-image: url(../images/facilities_sprite.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -16px;
}
.menu_food_icon, .menu_drinks_icon, .menu_desserts_icon, .menu_wines_icon {
	position: relative;
	padding-left: 50px;
	margin-bottom: 23px;
    /*min-width: 165px;*/
}
.menu_food_icon:before {
    background-position: center -1575px;
}
.menu_drinks_icon:before {
    background-position: center -1710px;
}
.menu_desserts_icon:before {
    background-position: center -1620px;
}
.menu_wines_icon:before {
    background-position: center -1665px;
}

/**** END OUR SERVICES ****/

/***** TESTIMONIALS *****/

.testimonials_header {
    background: #20232c;

}
.testimonials_header .epoque_subtitle {
    text-align: center;
    padding: 90px 8%;
    display: inline-block;
    background: #20232c;
    position: relative;
}
.screen_awards_testimonials .epoque_subtitle {
    text-align: center;
    padding: 90px 8%;
    display: inline-block;
    background: #20232c;
    position: relative;
}
.title_lined {
    text-align: center;
    position: relative;
}
.title_lined:before {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background: #e3e4bc;
    top: 53%;
    z-index: 0;
}
.testimonial_grade {
    padding: 0;
    text-align: right;
}
.testimonials_body_details {
    background: #20232c;
    color: #e3e4bc;
}
.grades_cont {
    font-family: "Forum";
    font-style: italic;
}
.grades_cont .grade {
    font-size: 98px;
    line-height: 0.7;
    letter-spacing: -2.5px;
}
.grades_cont .out_of {
    font-size: 31px;
    line-height: 1;
}
.testimonial_provider {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonial_text {
    border-right: 1px solid #e3e4bc;
    border-left: 1px solid #e3e4bc;
    padding: 5px 25px 15px 25px;
}
.testimonial_text h3 {
    font-family: "Forum";
    font-style: italic;
    font-size: 30px;
    margin-bottom: 10px;
}
.testimonial_text p {
    letter-spacing: 2px;
    line-height: 1.4;
}
.testimonial_info .date {
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
}
.testimonial_info .name {
    font-family: "Forum";
    font-style: italic;
    font-size: 30px;
    margin-bottom: 10px;
}
.testimonial_details_item {
    border-bottom: 1px solid #e3e4bc;
    padding: 25px 0;
}
.testimonial_info {
    padding-top: 5px;
    text-align: center;
}
.ranking_title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1.4;
}
.ranking_text {
    font-family: "Forum";
    font-size: 22px;
    font-style: italic;
}
#iframe {
    width: 100%;
    height: 850px;
}

/**** CUSTOM WIDGETS ****/

#CDSWIDSSP .widSSPData {
    background-color: transparent !important;
}
#CDSWIDSSP {
    margin: 30px auto !important;
    font: normal 16px "Century Gothic",Arial,Helvetica,sans-serif !important;
    color: #e3e4bc !important;
    text-align: center !important;
    width: 100% !important;
}
#CDSWIDSSP * {
    color: #e3e4bc !important;
    font-family: "Century Gothic",Arial,Helvetica,sans-serif !important;
    letter-spacing: 1px !important;
}
#CDSWIDSSP div {
    font: normal 16px "Century Gothic",Arial,Helvetica,sans-serif !important;
}
#CDSWIDSSP .widSSPData {
    border: 1px solid #e3e4bc !important;
    padding-bottom: 30px !important;
}
#CDSWIDSSP img {
    background-color: transparent !important;
    display: none !important;

}
#CDSWIDSSP dl, #CDSWIDSSP dt, #CDSWIDSSP dd, #CDSWIDSSP ol, #CDSWIDSSP ul, #CDSWIDSSP li, #CDSWIDSSP p {
    color: #e3e4bc !important;
}
.ui_bubble_rating:before {
    color: #000 !important;
}
#CDSWIDSSP .widSSPData .widSSPLegal {
    font-size: 12px !important;
}
#CDSWIDSSP .widSSPData .widSSPInformation .widSSPPopIdx b {
    font-size: 16px !important;
    font-weight: bold;
}
#CDSWIDSSP .widSSPData .widSSPH18, #CDSWIDSSP.widSSPnarrow .widSSPData .widSSPH11 {
    font: bold 15px "Century Gothic",Arial,Helvetica,sans-serif !important;
}
#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPAll {
    margin: 0 auto !important;
    max-width: 200px !important;
}
#CDSWIDSSP .widSSPData .widSSPTrvlRtng .widSSPOverall div {
    font-size: 13px !important;
}
#CDSWIDSSP .widSSPData .widSSPBranding dt.widSSPTagline {
    margin: 0 auto 9px auto !important;
    font-size: 16px !important;
    height: auto !important;
}
#CDSWIDSSP .widSSPData .widSSPBranding dt {
    height: 0 !important;
}

/**** END CUSTOM WIDGETS ****/

/**** END TESTIMONIALS ****/

/*** OFFERS *****/
.button_toggle {
    width: 185px;
    height: 72px;
    color: #dbd8b4;
    background: transparent;
    border: 1px solid #dbd8b4;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 10px 10px 10px;
    outline: none;
    line-height: 1.2;
}
.button_toggle:hover, .button_toggle.active, span .button_toggle {
    background: #dbd8b4;
    color: #20232c;
}
.offers_header {
    background: #20232c;
}
.title_lined_buttons {
    padding: 70px 0 40px 0;
    background: #20232c;
}
.toggle_buttons_cont {
    display: inline-block;
    background: #20232c;
    padding: 20px 4%;
    position: relative;
}
.archived_offers {
    display: none;
}
.offers_list_item {
    padding-bottom: 40px;
}
.offers_image_cont img {
    width: 100%;
    height: auto;
}
.offer_title {
    font-family: "Forum";
    font-size: 30px;
    font-style: italic;
    margin-bottom: 30px;
}
.offer_text_right .offers_text_holder {
    text-align: right;
}
.offer_text_left .offers_text_holder {
    text-align: left;
}
.offers_text_holder {
    padding-top: 85px;
}
.offer_period {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.offers_body {
    background: #20232c;
    color: #dbd8b4;
    padding: 30px 0;
}
.offers_image_cont {
    margin-bottom: 20px;
}
.offer_detail_title {
    width: 90%;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 100px 20px 60px 20px;
    background: #20232c;
}
.offer_body {
    background: #20232c;
    color: #dbd8b4;
}
.offer_body * {
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: justify;
}
.offer_body ul {
    list-style-type: square;
    padding-left: 15px;
}
.offer_body h3 {
    text-align: left;
    font-family: "Forum";
    font-style: italic;
    font-size: 30px;
    margin-top: 20px;
}
.offer_body h4 {
    text-align: left;
    font-family: "Forum";
    font-style: italic;
    font-size: 26px;
    margin-top: 20px;
}
.offer_body img {
    display: block;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.offer_body button {
    text-align: center;
}
/**** END OFFERS ****/

/**** PRESS ****/
.press_body {
    background: #20232c;
    color: #dbd8b4;
    letter-spacing: 3px;
}
.sites_to_visit_body {
    background: #20232c;
    color: #dbd8b4;
    letter-spacing: 3px;
}
.press_body .press_heading {
    line-height: 1;
    font-size: 20px;
    font-family: "Forum";
    font-style: italic;
}
.press_item {
    padding: 0 0 0 15px;
    border-left: 3px solid #dbd8b4;
    margin-bottom: 30px;
}
/**** END PRESS ****/

/**** GALLERY *****/
.gallery_header {
    background: #20232c;
    color: #dbd8b4;
    position: relative;
}
.owl-item-gallery {
    text-align: center;
}
.gallery_header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #e3e4bc;
    bottom: 101px;
    left: 0;
    z-index: 2;
}
.main_gallery_slider {
    position: relative;
    top: -82px;
}
.gallery_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 3px;
}
.gallery_nav ul {
    border-top: 1px solid #e3e4bc;
}
.gallery_nav li {
    display: inline-block;
}
.gallery_nav li.selected span {
    padding: 3px 0 3px 3px;
    border-bottom: 1px solid #e3e4bc;
}
.gallery_nav li a {
    padding: 17px 15px 7px 15px;
}
.thumbnail_item {
    width: 32.8%;
    float: left;
    margin: 3px;
    height: 0;
    padding-bottom: 16%;
    cursor: pointer;
}
.thumbnails_cont {
    background: #20232c;
    padding: 30px 0 80px 0;
}
.thumbnails_slider {
    width: 100%;
}
.thumbnails_slider .owl-item {
    width: 100%;
}
.thumbnails_slider .owl-dots, .thumbnails_slider .owl-nav {
    padding-top: 20px;
    text-align: center;
    color: #e3e4bc;
    font-size: 10px;
}
.thumbnails_slider .owl-dots {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.thumbnails_slider .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 21px;
}
.thumbnails_slider .owl-prev {
    position: absolute;
    left: 255px;
    top: 0;
    font-size: 16px;
    font-weight: bold;
}
.thumbnails_slider .owl-next {
    position: absolute;
    right: 255px;
    top: 0;
    font-size: 16px;
    font-weight: bold;
}
.thumbnails_slider .owl-dots div, .thumbnails_slider .owl-nav div {
    display: inline-block;
    padding: 15px;
}
.thumbnails_slider .owl-dot {
    position: relative;
}
.thumbnails_slider .owl-dots .active:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #e3e4bc;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -10px;
}
.thumbnails_slider .owl-dots .active:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #e3e4bc;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -10px;
}
.main_gallery_slider .owl-prev:before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url("../images/prev_gallery.png") no-repeat center center;
    background-size: contain;
}
.main_gallery_slider .owl-next:before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url("../images/next_gallery.png") no-repeat center center;
    background-size: contain;
}
.main_gallery_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.main_gallery_slider .owl-next, .main_gallery_slider .owl-prev {
    position: absolute;
}
.main_gallery_slider .owl-prev {
    left: 30px;
}
.main_gallery_slider .owl-next {
    right: 30px;
}
/**** END GALLERY ****/

.about_details_col2 .visible-md {
    display: inline-block !important;
}

/***** MEDIA QUERIES *****/
@media all and (min-width: 2200px) {
    .body_caption_left {
        max-width: 45%;
    }
    .int_body_caption_left {
        width: 45%;
    }
    .oblique_text_left p {
        letter-spacing: 1px;
    }
}
@media all and (max-width: 1400px) {
    .half_bkg_right {
        background-position: right 62% center;
    }
    .item_blog .epoque_subtitle, .epoque_subtitle_product {
        font-size: 44px;
    }
}
@media all and (max-width: 1199px) {
    .main_nav a {
        /* padding: 35px 16px;*/
        padding-left:2px !important;
        padding-right:2px !important;
    }
    .input_box input {
        font-size: 60px;
        height: 70px;
    }
    .select_dates_box .btn-default {
        font-size: 60px;
        height: 94px;
    }
    .month_name {
        left: 60px;
    }
    .month_name {
        font-size: 22px;
    }
    .select_dates_col .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 48%;
    }
    .bootstrap-select {
        height: auto;
    }
    .logo_elliptic_bkg {
        width: 20%;
    }
    .epoque_subtitle, .epoque_subtitle_dark {
        font-size: 31px;
    }
    .owl-thumb-item-servicii.active:after, .owl-thumb-item-servicii:hover:after {
        bottom: -9px;
    }
    .contact-nav-tabs li.active:after {
        bottom: -11px;
    }
    .body_caption_left {
        max-width: 62%;
    }
    .int_body_caption_left {
        width: 62%;
    }
    .body_caption_right {
        width: 120%;
    }
    .int_body_caption_right {
       width: 89%;
       margin-right: 0;
    }
    .half_bkg_right, .half_bkg_right_int, .half_bkg_right_product {
        background-position: right 50% center;
    }
    .half_bkg_right_blog {
        background-position: right 45% center;
    }
    .half_bkg_left, .half_bkg_left_int, .half_bkg_left_blog {
        background-position: left 43% center;
    }
    .select_dates_box, .submenu_category, .owl-thumbs-categ {
        width: 940px;
    }
    .rooms_top_caption {
        margin-right: 0;
    }
    .icon_name_wrap {
        width: 82%
    }
    .item_blog .epoque_subtitle, .epoque_subtitle_product {
        font-size: 38px;
    }
    .blog_item_details_title {
        font-size: 28px;
    }
    .blog_details_col1, .about_details_col1 {
        padding-right: 0;
    }
    .blog_details_col2, .about_details_col2 {
        padding-left: 0;
    }
    .submenu_category li {
        padding: 25px 7px 18px 7px;
    }
    .owl-thumb-item-categ {
        padding: 25px 7px 18px 7px;
    }
    .services_details_title {
        font-size: 24px;
    }
    .offer_title {
        font-size: 26px;
    }
    .offers_text_holder {
        padding-top: 30px;
    }
    .award_item {
        max-width: 279px;
        width: 100%;
    }
    .grades_cont .grade {
        font-size: 80px;
    }
    .testimonial_text h3, .testimonial_info .name {
        font-size: 26px;
    }
    .thumbnail_item {
        width: 32.5%;
    }
    .thumbnails_slider .owl-prev {
        left: 0;
    }
    .thumbnails_slider .owl-next {
        right: 0;
    }
}
@media all and (max-width: 991px) {

    .product_body .table_venue_name, .product_body .table-nr-cap {
        font-size: 16px;
    }
    .product_body table th {
        font-size: 11px;
    }

    .logo_wrapper {
        position: relative;
        margin-left: 0;
        display: inline-block;
        width: 110px;
        padding: 10px 0;
        float: left;
    }
    .logo_elliptic_bkg {
        display: none;
    }

    .mob_nav {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url("../images/menu_icon.png") no-repeat center center;
        background-size: contain;
        float: right;
        margin-top: 23px;
        cursor: pointer;
    }

    .main_nav {
        display: none; 
        position: absolute;
        top: 86px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 6000;
        float: none;
        padding: 0 0 15px 0;
        background-color: rgba(32,35,44,0.93);
    }
    .main_nav a {
        padding: 15px 0;
        border-bottom: 1px solid #dbd8b4;
    }

    .main_nav ul {
        width: 100%;
    }

    .main_nav li {
        width: 100%;
        text-align: center;
    }
    
    .top_bar_container li:last-child {
        border-bottom: 1px solid transparent;
    }
    
    .main_nav li, .main_nav li a {
        float: none;
    }
    .top_bar_container li, .main_nav {
        height: auto;
    }
    .main_nav .nav_left, .main_nav .nav_right {
        width: 100%
    }
    .footer_group {
        text-align: center;
    }
    .footer_nav_left {
        padding-bottom: 40px;
    }
    .footer {
        padding: 113px 0 30px 0;
    }
    .select_dates_box, .submenu_category, .owl-thumbs-categ {
        width: 100%;
    }
    .epoque_subtitle, .epoque_subtitle_dark {
        font-size: 28px;
    }
    .select_dates_col {
        padding: 10px 5px 0 5px;
    }
    .button_transparent_black {
        width: 200px;
        letter-spacing: 2px;
    }
    .select_dates_box .button_transparent_black {
        width: auto;
        max-width: 100%;
    }
    .testimonials_carousel p {
        padding: 0 20px;
    }
    .testimonials_carousel .owl-prev {
        left: -14px;
    }
    .testimonials_carousel .owl-next {
        right: -14px;
    }
    .owl-thumb-item-servicii.active:after, .owl-thumb-item-servicii:hover:after {
        bottom: -7px;
    }
    .contact-nav-tabs li.active:after {
        bottom: -9px;
    }
    .body_caption_left {
        max-width: 81%;
    }
    .int_body_caption_left {
        width: 81%;
    }
    .half_bkg_left {
        background-position: left 37% center;
    }
    .half_bkg_left_int {
        background-position: left 18% center;
    }
    .body_caption_right {
        width: 156%;
    }
    .int_body_caption_right {
       width: 115%;
    }
    .half_bkg_right {
        background-position: right 41% center;
    }
    .half_bkg_right_int {
        background-position: right 30% center;
    }
    .footer_nav li a {
        padding: 10px 0;
    }
    .half_bkg_right_blog {
        background-position: right 31% center;
    }
    .half_bkg_left_blog {
        background-position: left 37% center;
    }
    .half_bkg_right_product {
        background-position: right 27% center;
    }
    .owl-thumb-item-room {
        width: 20%;
    }
    .blog_item_details_title {
        text-align: center;
        max-width: 100%;
    }
    .blog_list_details_wrap img, .about_us_details_wrap {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .owl-item {
        outline: none;
    }
    .rooms_main_slider .half_bkg_right_int {
        background: rgba(32,35,44,0.56);
    }
    .product_body .title-right {
        padding-right: 0;
    }
    .product_body .title-left {
        padding-left: 0;
    }
    .about_details_col2 .services_details_title, .about_us_details_wrap p, .about_details_col1 .services_details_title {
        text-align: center;
    }
    .services_body .about_details_col2 p {
        -ms-text-align-last: center;
      -moz-text-align-last: center;
      text-align-last: center;
    }
    .services_body {
        padding: 50px 0 0 0;
    }
    .services_item {
        padding: 25px 0;
    }
    .about_us_details_wrap .services_item:last-child {
        border-bottom: 1px solid #dbd8b4;
    }
    .offer_period {
        margin-bottom: 45px;
    }
    .offers_text_holder {
        padding-top: 20px;
    }
    .offer_period, .offers_text_holder, .offer_title {
        text-align: center;
    }
    .offers_body {
        padding: 0 0 30px 0;
    }
    .about_details_col1 .about_us_details_title, .about_details_col1 .highlight, .about_details_col2 .about_us_details_title, .about_details_col2 .highlight,
    .about_us_details_wrap p, .about_us_details_wrap ul, .about_us_details_wrap h4 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial_details_item * {
        text-align: center;
    }
    .testimonial_text {
        border-right: none;
        border-left: none;
        padding: 5px 25px 15px 25px;
    }
    #iframe {
        height: 1600px;
    }
    .month_name {
        font-size: 20px;
        left: 54px;
    }
    .input_box input, .select_dates_box .btn-default {
        font-size: 54px;
    }
    .screen_contact_tabs {
        padding: 124px 0 0 0;
    }
    .about_details_col2 .concierge_icon_title {
        padding-left: 15px;
        padding-right: 0;
    }
    .about_details_col2 .visible-sm {
        display: inline-block !important;
    }
    .about_details_col2 .visible-md {
        display: none !important;
    }

    .award_item_home .award_line_two {
        min-height: 52px;
    }

}
@media all and (max-width: 920px) {
    .submenu_category_wrap {
        top: -178px;
    }
}
@media all and (max-width: 767px) {
    .footer_with_sticky_box .sticky_box_buffer_footer {
        padding-top: 0;
    } 
    .screen_contact_tabs {
        padding-bottom: 0;
    }
    .table-responsive {
        border-color: #e3e4bc !important;
    }
    .screen_contact_tabs .tab-content-contact {
        padding: 10px 0;
    }
    .half_bkg, .half_bkg_left, .half_bkg_right, .half_bkg_left_int, .half_bkg_right_int, .half_bkg_left_blog, .half_bkg_right_blog, .half_bkg_left_product, .half_bkg_right_product {
        background: rgba(32,35,44,0.56);
    }
    .half_text_left .button_dark, .half_text_left .button_light, .half_text_right .button_dark, .half_text_right .button_light {
        width: 100%;
    }
    .half_text_left, .half_text_right {
        width: 100%;
        position: relative;
    }
    .half_text_left {
        left: 0;
    }
    .half_text_right {
        right: 0;
    }
    .half_text_left .vertical_center {
        width: 100%;
        max-width: 100%;
    }
    .half_text_left .vertical_center, .half_text_right .vertical_center {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
            transform: translateY(0);
        text-align: center;
    }
    .header_caption {
        max-width: 100%;
    }
    .half_text_right, .half_text_left {
        height: auto;
    }
    .home_header .halfs_texts_wrapper {
        padding-top: 228px;
    }
    .home_header {
        min-height: 620px;
    }
    .home_screen_button {
        display: inline-block;
        width: 49%;
        margin: 20px 0;

    }
    .select_dates_col {
        width: 50%;
        padding: 10px 15px 0 15px;
    }
    .testimonials_carousel_cont {
        margin-left: auto;
        margin-right: auto;
    }
    .body_caption_left, .body_caption_right, .int_body_caption_left, .int_body_caption_right {
        width: 100%;
    }
    .oblique_text > .oblique_row {
        width:100%;
        text-align: center;
    }
    .body_caption_right .epoque_subtitle {
        width: 100%;
    }
    .int_body_caption_right .epoque_subtitle {
        width: 100%;
    }
    .screen_servicii .halfs_texts_wrapper {
        padding-top: 70px;
    }
    .select_dates_box, .submenu_category_wrap {
        position: relative;
        top: 0;
    }
    .footer {
        padding: 76px 0 30px 0;
    }
    .screen_testimoniale {
        padding: 76px 0 35px 0;
    }
    .screen_testimoniale .epoque_subtitle {
        margin-top: 30px;
    }
    .screen_contact_tabs {
        padding: 76px 0 35px 0;
        margin-top:-520px;
    }
    .screen_contact_tabs .epoque_subtitle {
        margin-top: 30px;
    }
    .testimonial_carousels_margins {
        margin-top: 43px;
    }
    .sm_facebook span {
        margin-right: 5px;
    }
    .sm_youtube span {
        margin-right: 5px;
    }
    .lang_switch_cont .separator {
        margin: 0 8px;
    }
    .lang_switch_cont * {
        letter-spacing: 2px;
    }
    .input_box input {
        font-size: 40px;
        height: 50px;
    }
    .select_dates_box .btn-default {
        font-size: 40px;
        height: 74px;
    }
    .month_name {
        left: 40px;
    }
    .month_name {
        font-size: 19px;
    }
    .select_dates_col .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 48%;
    }
    .select_dates_col {
        padding: 10px 5px 0 5px;
    }
    .best_rate {
        font-size: 15px;

    }
    .datepicker_title {
        padding: 0 0 0 10px;
    }
    .button_transparent_black {
        width: 100%;
    }
    .input_box:after {
        right: 5px;
    }
    .button_transparent_black {
        letter-spacing: 1px;
    }
    .owl-thumb-item-servicii span {
        padding: 7px;
    }
    .owl-thumb-item-servicii {
        width:auto;
        float: none;
        margin-bottom: 6px;
        letter-spacing: 3px;
    }
    .owl-thumbs-servicii {
        text-align: center;
    }
    .owl-thumb-item-servicii.active:after, .owl-thumb-item-servicii:hover:after {
        bottom: -3px;
    }
    .contact-nav-tabs li.active:after {
        bottom: -3px;
    }
    .item_rooms .halfs_texts_wrapper {
        padding-top: 100px;
    }
    .rooms_header .rooms_top_caption {
        margin-left:auto;
        margin-right: auto;
        padding-top: 180px;
    }
    .contact-nav-tabs li {
        letter-spacing: 1.5px;
    }
    .tab-content-contact p, .tab-content-contact ul {
        font-size: 12px;
        text-align: center;
    }
    #map_contact {
        height: 500px;
    }
    .see_more_after_line {
        padding-left: 15px;
    }
    .see_more_after_line_left {
        padding-right: 15px;
    }
    .blog_list_details_wrap p, .about_us_details_wrap p {
        text-align: center;
    }
    .blog_list_details_wrap, .about_us_details_wrap {
        padding: 40px 0 45px 0;
    }
    .item_blog .epoque_subtitle {
        max-width: 100%;
    }
    .item_blog .halfs_texts_wrapper .vertical_center {
        top: 250px;
    }
    .owl-thumbs-categ {
        bottom: 0;
    }
    .owl-thumb-item-categ {
        padding: 25px 7px 0 7px;
    }
    .scrolled_past_bar .is_sticky {
        position: static;
    }
    .scrolled_past_bar .owl-thumbs-categ {
        bottom: 0;
    }
    .input_box:after {
        bottom: 0;
    }
    .select_dates_col .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 57%;
    }
    .servicii_home_slider .item, .item_magazine {
        min-height: 780px;
    }
    .item_magazine .half_text_left {
        padding-top: 70px;
    }
    .product_gallery .vertical_center {
        padding-top: 240px;
    }
    .epoque_subtitle_product {
        max-width: 100%;
    }
    .owl-thumb-item-room {
        width: 143px;
    }
    .title-right h3, .title-right h4, .title-left h3, .title-left h4 {
        text-align: center;
    }
    .icon_wrap, .icon_name_wrap {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .product_body p {
        text-align: center;
    }
    .regular_body * {
        text-align: center;
    }
    .about_header .vertical_center {
        padding-top: 270px;
    }
    .offer_body *, .offer_body h3, .offer_body h4 {
        text-align: center;
    }
    .offer_body h3, .offer_body h4 {
        line-height: 1;
        margin-bottom: 10px;
    }
    #iframe {
        height: 1930px;
    }
    .main_gallery_slider {
        top: 0;
    }
    .gallery_nav {
        position: relative;
        margin-top: 10px;
    }
    .thumbnail_item {
        width: 100%;
        padding-bottom: 42%;
    }
    .gallery_header:after {
        height: 0;
    }
}
@media all and (max-width: 500px) { 
    .item_magazine {
        min-height: 1015px;
    }
    .screen_servicii .halfs_texts_wrapper {
        padding-top: 116px;
    }
    .item_rooms {
        min-height: 685px;
    }

    .home_screen_button button, .home_screen_button > a {
        width: 100%;
    }
    .contact-nav-tabs li {
        height: 97px;
    }
    a.back-to-top {
        width: 50px;
        height: 50px;
        right: 10px;
    }
    .button_transparent, .button_transparent_black {
        font-size: 10px;
    }
    .button_light, .button_dark {
        letter-spacing: 3px;
    }
    .about_details_col1 .concierge_icon_title, .about_details_col2 .concierge_icon_title {
        padding-left: 10px;
    }
}
@media all and (max-width: 350px) { 
    .about_details_col1 .concierge_icon_title, .about_details_col2 .concierge_icon_title {
        padding-left: 0;
        width: 100%;
        margin-top: 5px;
    }
}

/***** END MEDIA QUERIES ******/