/*
/* Base styles
*/
html,
body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

@font-face {
    font-family: 'UmbrellaCyr';
    src: url('/fonts/umbrella_cyr.ttf');
}

button {
    cursor: pointer;
}
button:focus {
    outline: none;
}

a {color:#AD8B57;}
a:hover {text-decoration: none;}

.btn-default {
    display: inline-block;

    padding: 4px 6px;
    border: 2px solid #3b452c;

    text-align: center;
    color: #3b452c;
    background-color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.btn-default:hover {
    background-color: #3b452c;
    color: #fff;
}

.bg-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;

    text-align: center;
}
.bg {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100%;

    background-image: url(../img/bg_1.jpg);
    background-size: 100% auto;
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}

.content-z-index {
    position: relative;
    z-index: 1;
}
.blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    /*filter: url(blur.svg#blur); old ie support */
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
}

.light-border-2px {
    border: 2px solid #edd3a1;
}
.light-border-3px {
    border: 3px solid #edd3a1;
}
.dark-border-2px {
    border: 2px solid #3b452c;
}
.dark-border-3px {
    border: 3px solid #3b452c;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.on-bg-shadow {
    width: 1255px;

    margin-left: auto;
    margin-right: auto;

    box-shadow: 12px 0 40px -4px rgba(7, 7, 7, 0.8), -12px 0 40px -4px rgba(7, 7, 7, 0.8);
}
.hide {
    display: none;
}



/*
/* Sticky footer styles
*/
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    //margin-bottom: 234px;
}
.footer {
    position: relative;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: auto;
}



/*
/* paginate
*/
.paginate {
    height: 100px;

    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.paginate a {
    padding: 4px 8px;

    text-decoration: none;
    color: #3b452c;
}
.paginate a:hover {
    color: #fff;
    background-color: #3b452c;
}
.paginate .fa-long-arrow-left {
    margin-right: 5px;
}
.paginate .fa-long-arrow-right {
    margin-left: 5px;
}


/*
/* header
*/
.header {
    width: 1255px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    overflow:visible;
    background-color: #fff;
    text-align: left;
}
.logo {
    display: inline-block;
    margin-top: 5px;
    margin-left: 60px;
    position:relative;
    z-index:9999;
}
.header-menu-wrap {
    display: inline-block;
    vertical-align: top;
	text-align:center;
    margin-left: 55px;
	width:1005px;
}
.header-menu-top {
    margin-top: 12px;
    padding-left: 15px;

    font-size: 14px;
}
.header-menu-top i {
    padding-right: 4px;

    font-size: 18px;
}
.header-menu-top .phone-small {
    font-size: 12px;
}
.header-menu-top .phone-numbers {
    display: inline-block;

    font-size: 16px;
}
.header-menu-top .email {
    display: inline-block;

    padding-left: 10px;
}
.header-menu-bottom a {
    display: inline-block;

    margin-top: 4px;
    padding: 2px 30px;
    outline: 2px solid #fff;

    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    transition: outline 0.5s ease,
                color 0.5s ease;
}
.header-menu-bottom a.active {
    font-weight: 400;
}
.header-menu-bottom a:hover {
    outline: 2px solid #3b452c;
}

.header .vertical-divider {
    display: inline-block;
    width: 1px;
    height: 15px;
    margin-right:25px;
    margin-bottom: -2px;
    margin-left: 40px;
    border-left: 1px solid #000;
}
.header-divider-1,
.header-divider-2 {
    display: none;
    width: 83px;
	float:left; 
    margin-bottom: 5px;
    border-bottom: 1px dashed #3b452c;
}
.header-divider-1 {
    margin-left: 123px;
}
.header-divider-2 {
    margin-left: 270px;
}



/*
/* image header
*/
.header-bg {
    width: 1255px;
    height: 237px;

    margin-left: auto;
    margin-right: auto;

    background: url(../img/header_bg.jpg) no-repeat;
    text-align: left;
}



/*
/* header with only big logo
*/
.header-with-logo-only {
    padding-top: 20px;

    background-color: #fff;
}



/*
/* slider
*/
.slider {
    position: relative;
    width: 1255px;
    height: 540px;

    margin-left: auto;
    margin-right: auto;

    background-color: #fff;
}
.slider-bottom {
    position: absolute;
    z-index: 9998;
    bottom: 0;
    width: 100%;
    height: 45px;

    padding-top: 5px;
    padding-bottom: 5px;

    background: rgba(89, 64, 56, .8);
    text-align: left;
}
.slider-room-check {
    position: relative;
    display:none;
    z-index: 9998;
    float:right;
    width: 380px;
    padding:10px;
    margin-top: 65px;
    margin-right: 15px;

    background: rgba(89, 64, 56, .8);
    text-align: center;
}
.slider-room-check .caption {
    width: 100%;
    border-bottom: 1px dashed #fff;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.slider-room-check .date-buttons {
    padding-bottom: 20px;
    display:inline-block;
    text-align: left;
}
.slider-room-check .btn-date-from {
    margin-left: 2px;
}
.slider-room-check .btn-date-to {
    margin-left: 14px;
}
.slider-room-check .date-captions {
    padding-top: 15px;

    text-align: left;
    font-size: 10px;
    color: #fff;
}
.slider-room-check .date-from-caption {
    display: inline-block;

    margin-left: 35px;
}
.slider-room-check .date-to-caption {
    display: inline-block;

    margin-left: 82px;
}
.slider-room-check .btn-date {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 25px;

    border: none;
    border-top: 1px solid #4D5B3D;

    background-color: #3B452C;
    color: #ccc;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease,
    color 0.3s ease;
}
.slider-room-check .btn-date:hover {
    background-color: #4D5B3D;
    color: white;
}
.slider-room-check .date-to-wrap {
    margin-left: 30px;
}
.slider-room-check input{
    width: 65px;
    height: 20px;

    padding-left: 10px;
    padding-right: 10px;
    margin-left: -5px;

    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
}
.slider-room-check input:focus {
    outline: none;
    border: 2px solid #22a86c;
}
.slider-room-check .btn-room-check {
    padding: 6px 15px;
    border: 1px solid #3b452c;

    cursor: pointer;
    color: #3b452c;
    background-color: #fff;
}

.slide .text-1,
.slide .text-2 {
    display: none !important;
}
.slider-bottom .bottom-text-1 {
    font-weight: 700;
}
.slider-bottom .bottom-text-1,
.slider-bottom .bottom-text-2 {
    margin: 0 20px;

    color: #fff;
    line-height: 22px;
    font-size: 14px;
}
.slider-thumb {
    position: absolute;
    z-index: 9999;
    width: 85px;
    top: -71px;

    padding-left: 10px;
    padding-right: 10px;

    text-align: center;
    font-weight: 400;
    font-size: 12px;
    text-decoration: underline;
    color: #000;
    transition: color 0.3s ease;
}
.slider-thumb:hover {
    color: #7dbc1f;
}
.slider-thumb-1 {
    right: 5px;
}
.slider-thumb-2 {
    right: 105px;
}
.slider-thumb-3 {
    right: 205px;
}
.slider-thumb-4 {
    right: 305px;
}

/* fraction slider */
.fraction-slider .active-slide {
    z-index: 9000;
}
.fraction-slider .prev,
.fraction-slider .next {
    display: none;
    position: absolute;
    width: 10px;
    height: 15px;
    z-index: 9999;
}
.fraction-slider .prev {
    left: 20px;
    top: 50%;

    background: url(../img/fraction_slider/arrow-prev.png) no-repeat transparent;
}
.fraction-slider .prev:hover {
    background: url(../img/fraction_slider/arrow-prev-hover.png) no-repeat transparent;
}
.fraction-slider .next {
    right: 20px;
    top: 50%;

    background: url(../img/fraction_slider/arrow-next.png) no-repeat transparent;
}
.fraction-slider .next:hover {
    background: url(../img/fraction_slider/arrow-next-hover.png) no-repeat transparent;
}
.fraction-slider:hover .prev,
.fraction-slider:hover .next {
    display: block;
}



/*
/* block under slider
*/
.under-slider-wrap {
    width: 100%;

    background-color: #fff;
    text-align: center;
}
.under-slider {
    position: relative;
    width: 1255px;
    margin-left: auto;
    margin-right: auto;

    text-align: left;
}
.under-slider .left-side {
    float: left;
    width: 800px;
    padding-left:15px;
    text-align: center;
}
.under-slider .caption {
    padding-top:10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.under-slider .description {
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.under-slider .bottom-caption {
    padding-top: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
}
.under-slider .buttons {
    padding-bottom: 20px;
}
.under-slider .buttons a {
    text-transform: uppercase;

    margin-left: 8px;

    font-weight: 700;
    font-size: 12px;
}
.under-slider .specials {
    display:block;
    position: relative;
    float: right;
    width: 380px;
    margin-top: 65px;
    margin-right: 10px;
    margin-bottom:0;
    padding: 10px;

    background-color: #341D13;
    color: #fff;
}
.under-slider .specials-content {
    width: 270px;

    font-family: 'Trebuchet MS', Arial, sans-serif;
}
.specials-content .specials-caption {
    border-bottom: 1px dashed #fff;

    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.specials-content .specials-item-caption-1 {
    padding-top: 6px;
    font-weight: 700;
    font-size: 14px;
}
.specials-content .specials-item-caption-2 {
    padding-top: 2px;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
}
.specials-content .specials-item-description {
    padding-top: 2px;
    font-weight: 400;
    font-size: 12px;
}
.specials-content .all-specials {
    display: block;
    margin-top: 12px;
    color: #fff;
    text-decoration: underline;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    transition: color 0.3s ease;
}
.specials-content .all-specials:hover {
    color: #91d523;
}
.specials .specials-img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}



/*
/* footer
*/
.footer-first-wrap {
    width: 100%;
    text-align: center;
}
.footer-first {
    width: 1225px;
    padding-left:15px;
    padding-right:15px;
    background-color: #3b452c;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #fff;
}
.footer-top {
    padding-top: 15px;
}
.footer-top .map-caption {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.footer-top .map-link {
    display: inline-block;
    margin-left: 42px;
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline;
    color: #fff;
    transition: color 0.3s ease;
}
.footer-top .map-link:hover {
    color: #91d523;
}
.footer-bottom .map {
    float: left;
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-bottom .address {
    float: left;
    width: 500px;
    margin-left: 25px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 14px;
}

.footer-bottom .address-caption {
    margin-top: 5px;
    font-weight: 700;
}
.footer-bottom .address-description {
    margin-top: 2px;
    font-weight: 400;
}

.footer-bottom .contacts {
    float: left;
    width: 420px;
    margin-top: 5px;
    padding-left: 15px;
    padding-top:7px;
    padding-bottom:7px;
    border-left: 1px dashed #fff;
    
}
.phone-numbers-wrap {width:190px;float:left;margin-right:10px;}
.email-wrap {width:190px;float:left;margin-left:30px;}


.footer-bottom .contacts i,
.footer-bottom .contacts .email,
.footer-bottom .contacts .phone-numbers {
    display: inline-block;
    vertical-align: top;
}
.footer-bottom .contacts i {
    width: 20px;
    font-size: 18px;
}
.footer-bottom .contacts p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.footer-bottom .payment-systems {
    width: 190px;
    margin-top: 5px;
    padding-left: 15px;
    border-left: 1px dashed #fff;
}
.payment-systems img {height:18px;}
.footer-bottom .payment-systems .caption {
    margin-bottom: 5px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
}
.footer-bottom .payment-systems {
    float: left;
}

.footer-second-wrap {
    width: 100%;
    text-align: center;
}
.footer-second {
    width: 1225px;
    height: 28px;
    background-color: #121908;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    color: #fff;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
}
.footer-second .left {
    float: left;
    width: 200px;
    text-align: left;
    line-height: 31px;
}
.footer-second .center {
    float: left;
    width: 520px;
}
.footer-second .center img,
.footer-second .center .icon-links {
    display: inline-block;
    vertical-align: top;
}
.footer-second .center .icon-links {
    margin-top: 6px;
    margin-left: 15px;
}
.footer-second .center .icon-links a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.footer-second .center .icon-links img {
    margin-top: 3px;
}
.footer-second .center .divider {
    display: inline-block;
    height: 16px;
    margin: 0 4px -2px 4px;
    border-left: 1px solid #fff;
}

.footer-second .right {
    float: right;
    width: 200px;
    text-align: left;
    font-size: 12px;
}
.footer-second .right .developed-by {
    display: block;
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.footer-second .right .developed-by:hover {
    color: #91d523;
}



/*
/* page content wrap
*/
.page-content-wrap {
    width: 1255px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    text-align: left;
}

/*
/* left sidebar
*/
.left-sidebar {
    width: 240px;
    float: left;
    padding: 30px 0;
    text-align: center;
}
.left-sidebar .special-offer {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 110px;
}
.left-sidebar .btn-offer {
    width: 118px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 10px;
}
.left-sidebar .btn-sidebar {
    width: 140px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}
.left-sidebar .banner-long {
    display: block;
    position: relative;
    width: 120px;
    height: 366px;
    margin-top: 15px;
    color: #3b452c;
}
.left-sidebar .price {
    position: absolute;
    top: 45%;
    left: 10px;
    width: 94px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
}

.left-sidebar .price p {padding: 0;margin:0;}



/*
/* page content - with left sidebar
*/
.page-content {
    position: relative;
    width: 1014px;
    min-height: 400px;
    float: right;

    padding-bottom: 20px;
}
.page-content p {
    max-width: 994px;
    font-weight: 400;
    font-size: 14px;
}
.page-content .room {
    margin-top: 5px;
    margin-bottom: 5px;
    display:none;
}
.page-content .room-img {
    display: inline-block;
    vertical-align: middle;
}
.page-content .room-descr {
    display: inline-block;
    position: relative;
    width: 400px;

    padding-left: 10px;

    vertical-align: top;
}
.room-descr.long {width:620px;}
.room-descr.long .vertical-divider {left:460px;}
.room-conf {width:400px;font-size:12px;float:left;}
.page-content .room .room-caption {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.page-content .room .descr-list {
    padding-left: 16px;
    margin-top: 8px;
    margin-bottom: 3px;

    font-weight: 400;
    font-size: 14px;
}
.page-content .room .link-full-descr {
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    color: #ad8b57;
    transition: color 0.3s ease;
}
.page-content .room .link-full-descr:hover {
    color: #7dbc1f;
}
.page-content .room .checkboxes {
    max-width: 230px;

    margin-top: 6px;

    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
}
.page-content .checkbox-item input {
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.page-content .vertical-divider {
    position: absolute;
    left: 250px;
    top: 0;
    width: 2px;
    height: 100%;

    background: url(../img/vertical_divider.png) repeat-y;
}
.room-price {position:relative;float:right;width:120px;margin-right:15px;text-align:center;}
.page-content .btn-room-select-relative {display:block;width:120px;height:22px;text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background-color: #3b452c;
    transition: background-color 0.3s ease,
                color 0.3s ease;}
.page-content .btn-room-select {
    position: absolute;
    top: 40%;
    right: 0;
    width: 120px;
    height: 22px;

    padding: 0 6px;

    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background-color: #3b452c;
    transition: background-color 0.3s ease,
                color 0.3s ease;
}
.page-content .btn-room-select:hover {
    background-color: #edd3a1;
    color: #3b452c;
}
.page-content .horizontal-divider {
    width: 620px;
    height: 2px;

    background: url(../img/horizontal_divider.png) repeat-x;
}
.page-content .horizontal-divider-long {
    width: 100%;
    height: 2px;
    margin:20px 0 10px 0;
    background: url(../img/horizontal_divider.png) repeat-x;
}

.page-divider {
    position: absolute;
    width: 994px;
    top: -7px;
    right:20px;
    margin-bottom:10px;
    border-top: 2px solid #3b452c;
}

/* room filter by date */
.page-content .room-filter-by-dates {
    position: relative;
    top: -6px;
    left: 0;
    margin-top:5px;
    text-align:center;
    width:994px;
}
.room-filter-by-dates .caption {
    display: inline-block;

    font-weight: 400;
    font-size: 10px;
}
.room-filter-by-dates .btn-date {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 25px;

    border: none;
    border-top: 1px solid #4D5B3D;

    background-color: #3B452C;
    color: #ccc;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease,
                color 0.3s ease;
}
.room-filter-by-dates .btn-date:hover {
    background-color: #4D5B3D;
    color: white;
}
.room-filter-by-dates .date-to-wrap {
    margin-left: 30px;
}
.room-filter-by-dates input{
    width: 65px;
    height: 20px;

    padding-left: 10px;
    padding-right: 10px;
    margin-left: -5px;

    background-color: #f0f0f0;
    border: 2px solid #f0f0f0;
}
.room-filter-by-dates input:focus {
    outline: none;
    border: 2px solid #22a86c;
}



/*
/* thumbnails slider
*/
#slideshow-wrap {
    position: relative;
    width: 904px;
    margin:0 auto;
    text-align: center;
}
#slideshow-wrap .nav-left,
#slideshow-wrap .nav-right {
    position: absolute;
    top: 120px;
    width: 20px;
    height: 20px;
    display:none;
    cursor: pointer;
}
#slideshow-wrap .nav-left {
    left: 62px;

    background: url(../img/thumb_slider/arrow_left.png) no-repeat;
}
#slideshow-wrap .nav-right {
    right: 58px;
    background: url(../img/thumb_slider/arrow_right.png) no-repeat;
}
#slideshow-wrap .nav-left:hover {
    background: url(../img/thumb_slider/arrow_left_hover.png) no-repeat;
}
#slideshow-wrap .nav-right:hover {
    background: url(../img/thumb_slider/arrow_right_hover.png) no-repeat;
}
#slideshow {
    width: 700px;

    margin-left: auto;
    margin-right: auto;
}
.long #slideshow {width:700px;}
#slideshow img {
    max-width: 700px;
}
#slideshow-thumbs {
    width: 700px;

    margin-left: auto;
    margin-right: auto;
}
#slideshow-thumbs img {
    max-width: 96px;
}
#slideshow-thumbs a {
    text-decoration: none;
}



/*
/* room reservation form
*/
.page-content .room-short-descr {
    margin-top: -4px;
    margin-bottom: 10px;
    padding-left: 0;
}
.room-short-descr li {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.room-short-descr li a {color:#000;text-decoration:none;}
.room-short-descr li a:hover, .room-short-descr li.active a {color:#000;text-decoration:underline;}
.room-short-descr li.active {
    text-decoration: underline;
}
.room-short-descr li:not(:first-child) {
    margin-left: 20px;
}
.page-content .room-reserve-wrap {
    width: 610px;
}

.page-content .room-reserve-form {
    width: 300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 20px 20px;

    background-color: #3b452c;
}
.room-reserve-form input,
.room-reserve-form select {
    width: 120px;
    height: 23px;
}
.room-reserve-form input {
    padding-left: 10px;
    padding-right: 10px;
}
.room-reserve-form select {
    padding-left: 2px;
    padding-right: 2px;
}
.room-reserve-form input:focus,
.room-reserve-form select:focus {
    outline: none;
    border: 2px solid #22a86c;
}
.room-reserve-form select {
    width: 115px;

    cursor: pointer;
}
.room-reserve-form .caption {
    width: 100%;

    border-bottom: 1px dashed #fff;
    margin-bottom: 15px;

    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
}
.room-reserve-form .tel {
    margin: 15px auto;
}
.room-reserve-form .date-from-field {
    position: relative;
}
.room-reserve-form .btn-date-from,
.room-reserve-form .btn-date-to {
    position: absolute;

    top: 5px;
    right: 5px;

    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}
.room-reserve-form .btn-date-from:hover,
.room-reserve-form .btn-date-to:hover {
    color: #91d523;
}
.room-reserve-form .date-to-field {
    position: relative;
}
.room-reserve-form .select-type {
    width: 146px;
    height: 26px;

    margin: 15px 0;
}
.room-reserve-form .btn-reserve {
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    border: none;

    text-transform: uppercase;
    background-color: #edd3a1;
    color: #4e5741;
    font-weight: 700;
    font-size: 12px;
    transition: background-color 0.3s ease;
}
.room-reserve-form .btn-reserve:hover {
    background-color: #fff;
}



/*
/* page content - without sidebars
*/
.page-content.full-width {
    width: 100%;
    box-sizing: border-box;
    float:none;
    padding: 20px;
    padding-top:80px;
}

.room-spin {font-size:30px;text-align:center;width:620px;}

/*
/* feedback form, messages form
*/
.page-content .contact-form {
    width: 260px;

    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;

    background-color: #3e1c12;
    color: #fff;
}
.contact-form .caption {
    margin-bottom: 10px;

    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.contact-form input {
    height: 40px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;

    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;

    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    border: 2px solid #fff;
}
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border: 2px solid #22a86c;
}
.contact-form .field-caption {
    position: relative;

    margin-bottom: 3px;

    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.contact-form .error {
    position: absolute;
    left: 150px;
    bottom: -5px;
    min-width: 120px;
    max-width: 250px;

    padding-bottom: 10px;

    border-radius: 5px;
    background-color: rgba(220, 81, 58, .3);
    text-align: center;
    color: #ff8d7a;
    font-weight: 700;
}
.contact-form .error .error-msg {
    margin-left: 10px;
    margin-right: 10px;
}
.contact-form .error .circle-icon {
    margin-top: 6px;

    font-size: 40px;
}
.contact-form .error .warning {
    position: absolute;
    top: 10px;
    width: 100%;

    text-align: center;
    font-size: 24px;
    font-weight: 900;
}
.contact-form .error .arrow-top-left {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -17px;
    left: 20px;

    border-left: 25px solid rgba(220, 81, 58, .3);
    border-right: 17px solid transparent;
    border-bottom: 17px solid transparent;
}
.contact-form .required {
    margin-bottom: -10px;

    color: red;
}
.contact-form .btn-submit {
    margin-left: auto;
    margin-right: auto;
    padding: 8px 10px;
    border: none;

    text-transform: uppercase;
    background-color: #edd3a1;
    color: #4e5741;
    font-weight: 700;
    font-size: 12px;
    transition: background-color 0.3s ease;
}
.contact-form .btn-submit:hover {
    background-color: #fff;
}

.form-respond-msg {
    width: 280px;

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;

    background-color: #3b452c;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.form-respond-msg .bolder {
    font-size: 20px;
    text-decoration: underline;
}



/*
/* page content - with right sidebar
*/
.page-content.with-right-sidebar {
    float: left;
    width: 914px;
    box-sizing: border-box;
    margin-top:20px;
    padding: 20px;
}
.page-content .reviews {
    padding-right: 20px;
    padding-left: 20px;
}
.page-content .review {
    width: 100%;

    border: 1px solid #d2cbcb;
    margin-bottom: 30px;

    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}
.page-content .review-header {
    position: relative;
    height: 37px;

    padding-left: 10px;

    color: #fff;
    background-color: #3b452c;
    font-style: normal;
    font-size: 12px;
    line-height: 37px;
}
.page-content .review-content {
    padding: 10px;
}
.review-header .review-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;

    font-size: 24px;
    background-color: #22a86c;
    text-align: center;
}
.review-header .review-date {
    position: absolute;
    right: 40px;
    top: 0;
    height: 37px;
    width: 140px;

    line-height: 37px;
}
.review-header .review-date .fa-calendar {
    margin-right: 5px;

    font-size: 24px;
    line-height: 37px;
    vertical-align: top;
    color: #dddddd;
}



/*
/* right sidebar
*/
.page-content-wrap .right-sidebar {
    float: right;
    width: 300px;

    padding: 20px;
}
.right-sidebar .contact-form {
    width: 100%;
    box-sizing: border-box;

    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;

    background-color: #3e1c12;
    color: #fff;
}
.right-sidebar .form-respond-msg {
    width: 240px;

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;

    background-color: #3b452c;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}



/*
/* letter
*/
.page-content-wrap .letter {
    padding: 0 40px 20px 40px;

    text-align: center;
}
.letter .main-caption {
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
}
.letter .data-items {
    text-transform: uppercase;
}
.letter .data-item {
    display: inline-block;

    margin-right: 30px;

    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
}
.letter .data-item .data {
    padding: 4px 10px;
    margin-left: 8px;

    color: #fff;
    background-color: #3b452c;
}
.letter .caption {
    margin-top: 20px;

    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.letter .descr {
    margin-top: 10px;

    text-align: left;
}
.letter .btn-go-to-index {
    padding-left: 15px;
    padding-right: 15px;

    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}



/*
/* error page
*/
.error-page {
    padding-bottom: 20px;

    font-weight: 700;
    text-align: center;
}
.error-page .smile-sad {
    padding-top: 20px;
}
.error-page .error-code {
    font-family: 'UmbrellaCyr';
    font-size: 166px;
    line-height: 180px;
    color: #441c02;
}

.error-page .error-page-btn {
    display: inline-block;

    padding: 4px 15px;
    margin-left: 10px;
    margin-right: 10px;

    font-size: 14px;
    text-transform: uppercase;
}


/*rebit*/
.tab_header {border-bottom:2px solid #edd3a1;width:512px;margin:0 auto;}
    .tab_header div, .tab_header a {padding:3px 5px;font-size:12px;font-weight:normal;text-decoration:none;color:#3b452c;text-transform:uppercase;cursor:pointer;display:inline-block;border-left:2px solid transparent;border-top:2px solid transparent;border-right:2px solid transparent;}
    .tab_header div:hover, .tab_header a:hover, .tab_header div.active {display:inline-block;border-left:2px solid #edd3a1;border-top:2px solid #edd3a1;border-right:2px solid #edd3a1;}
.tab_body {width:512px;margin:0px auto;}
    .tab2, .tab3, .tab4 {display:none;}
    .cont_block h3 {text-align:center;font-weight:normal;font-size:18px;}
    .cont_txt {margin:0 auto;}
        .cont_txt p {padding:0;margin:4px 0;}
    .btn-container {margin-top:10px;margin-bottom:30px;width:150px;margin:0 auto;}
        .btn-sendmess {display:block;color:#3b452c;text-decoration:none;cursor:pointer;text-align:center;padding:5px 0 2px;border:2px solid #edd3a1;font-size:10px;font-weight:normal;text-transform:uppercase;cursor:pointer;}
        .btn-sendmess:hover {background:#3b452c;border-color:#3b452c;color:#FFF;}
        .btn-container .horizontal-divider {width:150px!important;margin-top:20px;}


.showplace {margin-bottom:20px;}
    .showplace>a {display:block;float:left;}
.showplace_short {float:right;width:1030px;}
    .showplace_short h3 {font-size:16px;font-weight:bold;margin:0;padding:0;}
    .showplace_short p {font-size:12px;padding:5px 0;margin:0;}


#main_under {background-color:transparent;}
    #main_under .under-slider {background-color:#FFF;padding-bottom:15px;}
#main_bg_wrap.bg-wrap {overflow:visible;}

.room_about {margin-top:30px;margin-bottom:5px;padding-bottom:1px;border-bottom:2px dotted #edd3a1; font-size:14px;text-transform: uppercase;display:inline-block;}
.room-descr.long .descr-list li {float:left;margin-right:20px;}

#rooms {width:994px;}
.room {width:620px;margin:15px auto;}
#rooms .horizontal-divider {margin:0 auto;}

.popup-youtube {display:inline-block;color:#E62929;text-decoration:none;line-height: 16px;}
.room-descr .popup-youtube {line-height:16px;font-size:12px;margin-top:15px;}
.popup-youtube img {vertical-align: bottom;margin-right:10px;}
.popup-youtube:hover {color:#000;}

.owl-prev {float:left;}
.owl-next {float:right;}
.owl-buttons {height:16px;}
.owl-buttons>div {height:16px;font-size:12px;line-height:16px;color:#AD8B57;text-decoration:underline;}
.owl-buttons>div:hover {text-decoration:none;}
.clearfix {width:100%;float:none;clear:both;}


.additional_param {color:#FFF;font-size:12px;}
.room-reserve-form .additional_param input {width:18px;height:18px;line-height:18px;}