﻿@import url(//fonts.googleapis.com/css?family=EB+Garamond&subset=latin,cyrillic-ext);
@import url(//fonts.googleapis.com/css?family=Marck+Script&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,cyrillic);

@import "animate.css";

@font-face {
    font-family: MajesticSemi; /* имя шрифта для CSS правил */
    src: local("Majestic"), /* проверяем наличие шрифта в ОС пользователя */
    url(5ayNbXDi.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

* {
    margin: 0 auto;
    padding: 0;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    outline: none;
    font-family: 'Bookman Old Style';
}

html{

}

body{
    background: url(images/bg.jpg);
    overflow-x: hidden;
}

.Left{
    text-align: left !important;
}

.Padding{
    padding: 20px !important;
}

.clear{
    clear: both;
}

.hr-content{
    height: 2px;
    background: url(images/hr-content.png);
    margin: 0 9px;
}

#topLine{
    height: 5px;
    background: #925d3c;
}

header {
    height: 100px;
    background: url(images/header_bg.jpg) bottom;
    position: relative;
}

#logotype{
    width: 259px;
    height: 126px;
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -130px;
    background: url(images/logotype.png) no-repeat;
    z-index: 50;
}

#lang{
    position: absolute;
    width: 96px;
    left: 50%;
    top: 98px;
    margin-left: -48px;
    z-index: 51;
}

#lang a{
    display: inline-block;
    font-size: 13px;
    color: #925d3c;
    cursor: pointer;
    opacity: .5;
}

#lang a:hover{
    opacity: 1;
}

#lang a.current{
    opacity: 1;
}

#lang .lang_Ru{
    float: left;
}

#lang .lang_Eng{
    float: right;
}

#cty{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 18px;
    background: url(images/ctye.png) repeat-x 50% 50%;
    z-index: 14;
}

header .headerText{
    font-size: 28px;
    font-weight: 200;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 400px;
    font-style: italic;
    color: #7f553b;
    font-family: 'Arial', cursive;
    line-height: 28px;
}

#leftText{
    left: 50%;
    margin-left: -580px;
    text-align: right;
}

#rightText{
    left: 50%;
    margin-left: 180px;
}

nav {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -280px;
    height: 50px;
    background: rgba(126,76,45,1);
    background: -moz-linear-gradient(top, rgba(126,76,45,1) 0%, rgba(92,50,24,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(126,76,45,1)), color-stop(100%, rgba(92,50,24,1)));
    background: -webkit-linear-gradient(top, rgba(126,76,45,1) 0%, rgba(92,50,24,1) 100%);
    background: -o-linear-gradient(top, rgba(126,76,45,1) 0%, rgba(92,50,24,1) 100%);
    background: -ms-linear-gradient(top, rgba(126,76,45,1) 0%, rgba(92,50,24,1) 100%);
    background: linear-gradient(to bottom, rgba(126,76,45,1) 0%, rgba(92,50,24,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e4c2d', endColorstr='#5c3218', GradientType=0 );
    border-radius: 0 0 4px 4px;
    border: 1px solid #371f02;
    z-index: 13;
}

#topMenu{
    list-style: none;
    padding: 0 20px;
    width: 100%;
    margin-top: 18px;
    display: block;
}

#topMenu > li{
    float: left;
    width: 160px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}

@media screen and (max-width: 650px){
    #topMenu > li{
        float: left;
        width: 160px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
    }
}


#topMenu > li a{
    color: #c99271;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    text-decoration: none;
}

#topMenu > li a:hover{
    color: #fcb995;
}

#topMenu .current{
    color: #fff;
}

#topMenu li:hover .subMenu{
    display: block;
}

#topMenu .subMenu{
    position: absolute;
    list-style: none;
    width: 150px;
    left: 50%;
    top: 32px;
    margin-left: -75px;
    border: 1px solid #371f02;
    border-radius: 0 0 5px 5px;
    padding: 24px 0;
    background: url(images/sub-menu-decor-top.png) no-repeat center 8px, url(images/sub-menu-decor-bottom.png) no-repeat center bottom 8px, #62371c;
    display: none;
    z-index: 10000;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

#topMenu .subMenu li{
    padding: 5px 0;
    color: #ffffff;
}

#topMenu .subMenu li a{
    padding: 0;
}

section[role="banner"]{
    width: 100%;
    height: 700px;
    text-align: center;
    position: relative;
    -webkit-mask-image: url(index.png);
    -webkit-mask-size: 100% 100%;
    z-index: 12;
    overflow: hidden;
}

#bannerImages li{
    position: relative;
}

#bannerImages li .bannerText{
    position: absolute;
    width: 600px;
    height: 200px;
    top: 60%;
    left: 50%;
    margin-top: -100px;
    margin-left: -300px;
    font-size: 42px;
    color: #fff;
}

#bannerImages li img{
    margin-top: -20px;
    height: 100%;
}

#bannerNavigation{
    position: absolute;
    width: 250px;
    bottom: 6px;
    left: 50%;
    margin-left: -125px;
}

#bannerNavigation ul{
    display: inline-block;
    padding: 0;
    list-style: none;
}

#bannerNavigation li{
    display: inline-block;
    width: 20px;
    text-align: center;
}

#bannerNavigation li span{
    background: #7f4623;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin: 1px;
    display: inline-block;
    cursor: pointer;
}

#bannerNavigation li span.current{
    margin: 0;
    border: 2px solid #eca980;
}

#bannerNavigation li span:hover{
    background: #a65f33;
}

#bannerNavigation a{
    display: inline-block;
    width: 18px;
    height: 15px;
    opacity: .8;
    margin: 0 12px;
    cursor: pointer;
}

#bannerNavigation a:hover{
    opacity: 1;
}

#bannerNavigation a.bannerArrowLeft{
    background: url(images/banner-arrow-left.png) no-repeat center;
}

#bannerNavigation a.bannerArrowRight{
    background: url(images/banner-arrow-right.png) no-repeat center;
}

section[role="content"]{
    width: 1200px;
    margin-top: 30px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .23);
    background: url(images/content_bg.jpg);
    padding: 20px;
    z-index: 2;
    box-sizing: border-box;
    position: relative;
}

section[role="content_not_slider"]{
    width: 1200px;
    margin-top: 55px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .23);
    background: url(images/content_bg.jpg);
    padding: 20px;
    z-index: 2;
    box-sizing: border-box;
    position: relative;
}


section.Margin{
    margin-top: 80px;
}


.PageHeader{
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 0 0 0;
    color: #664533;
}

.PageHeaderInner{
    font-size: 28px;
    text-align: center;
    padding: 16px 0 30px ;
    color: #925d3c;
    background: url(images/header-text-bg.png) no-repeat 50% 80%;
}

#boxSection{
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 12px;
}

#boxSection li{
    width: 25%;
    float: left;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

#boxSection li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

#boxSection li a:hover .boxSectionDescription {
    padding-bottom: 20px;
}

#boxSection .boxSectionDescription{
    width: 100%;
    display: block;
    position: absolute;
    margin: 0;
    background: rgba(0, 0, 0, .6);
    text-align: left;
    padding: 14px 16px;
    font-size: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-in-out;
}

#boxSection .boxSectionImage{
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
}

#boxSection .boxSectionImage img{
    width: 100%;
    height: 100%;
}






#boxSectionRooms{
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 12px;
}

#boxSectionRooms li{
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

#boxSectionRooms li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

#boxSectionRooms li a:hover .boxSectionDescriptionRooms {
    padding-bottom: 20px;
}

#boxSectionRooms .boxSectionDescriptionRooms{
    width: 100%;
    display: block;
    position: absolute;
    margin: 0;
    background: rgba(0, 0, 0, .6);
    text-align: left;
    padding: 14px 16px;
    font-size: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-in-out;
}

#boxSectionRooms .boxSectionShortTextRooms{
    position: absolute;
    top: 25%;
    right: 5%;
    width: 300px;
    text-align:right;
    font-size: 20px;
}
#boxSectionRooms .boxSectionButton{
    position: absolute;
    bottom: 10%;
    left: 3%;
}


#boxSectionRooms .boxSectionImageRooms{
    width: 100%;
    height: 300px;
    -webkit-transition: all .2s ease-in-out;
}

#boxSectionRooms .boxSectionImageRooms img{
    width: 100%;
    height: 100%;
}



#infoSection{
    padding: 20px;
}

#infoSection .SectionHeader{
    color: #925d3c;
    font-size: 32px;
}

#infoSection p{
    padding: 14px 0;
    color: #925d3c;
}

#infoSection a{
    color: #d47940;
}

#BreadCrumbs{
    position: absolute;
    top: 10px;
    left: 20px;
}

#BreadCrumbs li{
    float: left;
    list-style: none;
}

#BreadCrumbs li a{
    font-size: 12px;
    display: inline-block;
    padding: 0 30px 0 0;
    color: #8e8e8e;
    text-decoration: none;
    background: url(images/breadcrumbs-arrow.png) no-repeat right 7px top 4px;
}

#BreadCrumbs li:last-child a{
    background: transparent;
}

#BreadCrumbs li a.current, #BreadCrumbs li a:hover{
    color: #925d3c;
}

/*

    NEWS

*/

#news{
    padding: 10px 0;
}

.newsSection{
    padding: 10px 0;
}

.newsImage{
    padding: 10px;
    float: left;
}

.newsBody{
    padding:  0px 10px 10px 20px;
}

.newsBody .newsHeader{
    text-decoration: none;
}

.newsBody .newsHeader h3{
    font-size: 20px;
    color: #925d3c;
    font-weight: 300;
}

.newsBody .newsDate{
    font-size: 12px;
    color: #925d3c;
}

.newsBody .newsText{
    color: #616161;
    font-size: 14px;
    padding: 5px 0;
}

.Pagination{
    text-align: center;
}

.PaginationHeader{
    font-size: 12px;
}

.Pagination li{
    list-style: none;
    padding: 0;
    display: inline-block;
}

.Pagination li a{
    width: 18px;
    font-size: 14px;
    padding: 2px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.Pagination li a.current, .Pagination li a:hover{
    border: 1px solid #c8a380;
    box-shadow: 0 1px 0px #fff;
}

.Pagination .pagnav:hover{
    border: 1px solid transparent;
    box-shadow: none;
}

.Pagination .prev{
    background: url(images/banner-arrow-left.png) no-repeat 50% 50%;
}

.Pagination .next{
    background: url(images/banner-arrow-right.png) no-repeat 50% 50%;
}

footer{
    width: 1200px;
    background: rgba(147, 94, 61, .5);
}

footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer #footerMenu{
    padding: 20px;
}

footer #footerMenu > li{
    width: 16%;
    float: left;
}

footer #footerMenu > li span{
    color: #805336;
    padding: 4px 0;
    font-size: 16px;
    display: inline-block;
}

footer #footerMenu li a{
    font-size: 12px;
    font-weight: 100;
    color: #ffffff;
    padding: 2px 0;
    text-decoration: none;
}

footer #footerCopy{
    margin-top: 20px;
    height: 50px;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

#footerCopy div{
    float: left;
}

#footerCopy .FooterLeft{
    width: 33%;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    padding-top: 12px;
}

#footerCopy .FooterCenter{
    width: 33%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
}

#footerCopy .FooterRight{
    width: 33%;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    padding-top: 12px;
    text-align: right;
}


.FooterRight a{
    color: #ffffff;
}










/*для страницы меню */
.catName, .varName
{
    width: 100%;
    font-size: 24px;
    color: #925d3c;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menuContainer
{
    display: block;
    float: left;
    width: 50%;
    font-size: 14px;
    color: #616161;
    padding: 8px 0;
    margin-bottom: 15px;
}

.menuPhoto
{
    display: block;
    float: left;
    width: 180px;
}

.menuPhoto img
{
    border: 1px solid #805336;
}

.menuContent
{
    display: block;
    float: left;
    width: 240px;
}

.menuContentNoPhoto
{
    display: block;
    float: left;
    width: 420px;
}
.menuContent strong, .menuContentNoPhoto strong
{

    color: #805336;
}

.menuPrice
{
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding-top: 5px;

}

.nameMenu
{
    width: 70%;
}

























.buttonBig{
    background: #ffedcb;
    padding: 10px 45px;
    color: #663517;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #925d3c;
    font-size: 20px;
    margin: 20px;
}
















































/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 |
*/

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slides {
    height: 100%;

    /* Simple clear fix */
    overflow: hidden;

    /**
     * Prevent blinking issue
     * Not tested. Experimental.
     */
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;

    /**
     * Here is CSS transitions
     * responsible for slider animation in modern broswers
     */
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
    height: 100%;
    float: left;
    clear: none;
}

.slider-arrows {
    background: red;
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
}

.box{
    height: 100%;
}

.slider-arrow--right { bottom: 50%; right: 30px; display: none }
.slider-arrow--left { bottom: 50%; left: 30px; display: none }


.slider-nav {
    position: absolute;
    bottom: 6px;
}

.slider-nav__item {
    background: #7f4623;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    margin: 1px;
    display: inline-block;
    cursor: pointer;
}

.slider-nav__item:hover {
    background: #a65f33;
}

.slider-nav__item--current {
    margin: 0;
    border: 2px solid #eca980;
}



/*

 CONTENT

 */

#contentLeft{
    width: 23%;
    float: left;
}

#hotelMenu{
    padding: 16px 20px;
    list-style: none;
    text-decoration: none;
}

#hotelMenu a{
    color: #777777;
    padding: 10px 0 8px 0;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}

#hotelMenu a.current{
    color: #925d3c;
}

#hotelMenu a:hover{
    color: #925d3c;
}

#hotelMenu ul{
    list-style: none;
}

#hotelMenu ul li a{
    color: #777777;
    font-size: 14px;
    padding: 6px 0 6px 20px;
}

#hotelMenu ul li a.current{
    color: #925d3c;
}

.hr-alpha{
    height: 1px;
    width: 100%;
    background: url(images/hr-to-alpha.png) no-repeat left;
}

#contentRight{
    width: 77%;
    float: right;
    box-sizing: border-box;
    padding-right: 30px;
}

.ContentHeaderInner{
    font-size: 26px;
    padding: 16px 0 8px 0;
    color: #925d3c;
    text-align: left;
    width: 100%;
}

#contentRight .RoomDescription{
    color: #616161;
    padding: 6px 40px 16px 0;
}

#contentRight .RoomList{
    padding: 10px 0;
}

#contentRight .RoomList span{
    font-size: 14px;
    color: #767676;
}

#contentRight .RoomList a{
    font-size: 14px;
    color: #767676;
    text-decoration: none;
    padding: 0 8px;
    display: inline-block;
}

#contentRight .RoomList a.current{
    color: #925d3c
}

#contentRight .RoomPreview{
    background: rgba(146, 93, 60, .1);
    padding: 8px 0 8px 8px;
}

#contentRight .RoomPreviewDisabled{
    display: none;
}

#contentRight .RoomHeader{
    font-size: 18px;
    color: #925d3c;
}

#contentRight .RoomPreviewImage{
    padding: 9px 0;
}

.RoomPreviewImage img{
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .2s ease-in-out;
}

.RoomPreviewImage img:hover{
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 1;
}

.RoomPreviewImage .a360{
    width: 160px;
    height: 113px;
    display: inline-block;
    background: url(images/360.png) no-repeat 50% 50%;
}

.RoomPreview .RoomCost{
}

.RoomPreview .RoomCost div{
    display: inline-block;
    padding: 10px;
    text-align: center;
}

.RoomCost div.disabled{
    opacity: .6;
}

.RoomCost span{
    display: inline-block;
    padding: 4px 12px;
    font-size: 18px;
    color: #925d3c;
}

.RoomCost p{
    padding: 7px 12px;
    background: rgba(146, 93, 60, .13);
    color: #925d3c;
    border-radius: 3px;
}

#contentCenter{
    width: 100%;
    box-sizing: border-box;
}

#contentCenter p{
    font-size: 14px;
    color: #616161;
    padding: 8px 0;
}

@media screen and (max-width: 650px) {
    #contentCenter p{
        font-size: 20px;
        color: #616161;
        padding: 8px 0;
    }
}

#contentCenter a{
    font-size: 14px;
    color: #d47940;
}

#contentCenter ul{
    font-size: 14px;
    padding-left: 20px;
    color: #616161;
}

#MakeYourStay{
    width: 100%;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 50px;
    position: relative;
}

#MakeYourStay .YouStaySection{
    display: inline-block;
    background: #282828;
}

#MakeYourStay .YouStaySection .YouStaySectionText{
    display: none;
}

#MakeYourStay .YouStaySection div{
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding: 10px 0 10px 10px;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

#MakeYourStay .YouStaySection img{
    opacity: .7;
    cursor: pointer;
}

#MakeYourStay .YouStaySection img:hover{
    opacity: 1;
}

#YouStay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
}

    #YouStay .img{
        float: left;
        /*height: 100%;*/
        width: 20%;
        padding: 45px 0;

        height: 300px;
        box-sizing: border-box;
    }

    #YouStay .desc{
        float: left;
        height: 100%;
        width: 80%;
        padding: 45px 20px;
        box-sizing: border-box;
        text-align: left;
    }

    #YouStay .YouStayText{
        float: left;
        color: #ffffff;
        font-weight: 200;
        overflow-wrap: break-word;
        white-space: normal;
        box-sizing: border-box;
        font-size: 14px;
        padding: 10px 0;
    }

    #YouStay .desc h2{
        padding: 0;
        font-weight: 200;
        color: #ffffff;
    }

    #YouStay .YouStayClose{
        width: 20px;
        height: 20px;
        background: url(images/you-modal-close.png);
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    #YouStay:before, #YouStay:after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, .8);
        top: 0;
        bottom: 0;
        width: 2000px;
    }

    #YouStay:before {
        right: 100%;
    }

    #YouStay:after {
        left: 100%;
    }


.ContentButton{
    background: #925d3c;
    padding: 8px 25px;
    display: inline-block;
    color: #ffffff !important;
    font-size: 16px;
    border-radius: 3px;
    text-decoration: none;
}


section, footer{
    width: 1000px !important;
}


@media screen and (min-width: 10px) and (max-width: 1200px){
    section, footer{
        width: 1000px !important;
    }
    section[role="banner"]{
        width: 100% !important;
    }
    header{
        min-width: 1000px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 2800px){
    section, footer{
        width: 1200px !important;
    }
    section[role="banner"]{
        width: 100% !important;
    }
    header{
        min-width: 1200px;
    }

    .YouStaySection img{
        width: 227px;
    }
}

h3
{
    font-size: 24px;
    color: #925d3c;
    font-weight: 300;
    margin-top: 10px;
}

.menuTable, .reservationTable
{
    width: 100%;
}

.menuTable td, .menuTable th, .reservationTable td, .reservationTable th
{
    text-align: center;
    padding: 5px;
    border: 1px solid #925d3c;
}

.reservationTable td, .reservationTable th
{
    width: 16%;
}

.menuTable tr, .menuTable td, .menuTable th
{
    margin: 0;
    color: #616161;
    padding: 8px 0;
    font-size: 14px;
}

.menuTable th, .reservationTable th
{
    font-size: 16px;
    color: #616161;
    padding: 8px 0;
    font-weight: 100;
    background: url('images/bg_contentLight.png') repeat top left transparent;
}

.nameMenu
{
    font-size: 16px;
    color: #616161;
    padding: 8px 0;
    background: url('images/bg_contentLight.png') repeat top left transparent;
}

.search-form-inner {
    position: absolute;
    bottom: 20%;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 9999;
}

.search-form {
    height: 85px;
    margin-top: 65px;
    margin-bottom: -35px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .23);
}

@media (min-width: 10px) and (max-width: 1200px) {
    .search-form {
        width: 1000px;
    }
}

@media (min-width: 1200px) and (max-width: 2800px) {
    .search-form {
        width: 1201px;
    }
}

.boxSectionShortTextRooms {
    top: 10px !important;
    right: 255px !important;
}
.room-link {
    position: absolute !important;
    top: 17px !important;
    right: 44px !important;
    text-decoration: none !important;
    font-family: Bookman Old Style, Georgia !important;
    font-size: 17px !important;
    line-height: 31px !important;
    background-color: #a25c37 !important;
    width: 187px !important;
    height: 31px !important;
}
.header-container {
    color: #925d3c;
    font-family: 'Bookman Old Style';
    padding: 0 0 0 33px;
}
.header-container h1{
    margin-bottom: 10px;
}
.header-container p{
    margin-bottom: 10px;
}
body > section:nth-child(4) > div.PageHeader {
    display: none;
}
.header-container a {
    color: #a25c37;
    font-style: italic;
}

.link-mobile {
  position: absolute;
  top: 13px;
  right: 0;
  padding-left: 30px;
  font: italic 12px/16px Arial;
  color: #6a3d21;
}

.link-mobile:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 19px;
  height: 29px;
  background: url('/images/icon-mobile.png') 0 0 no-repeat;
}

.link-mobile:hover {
  text-decoration: none;
}