/*  C O M M O N  */

body {
    background: #2c3e28;
    font: 14px/1.3 'Arial';
    color: #2C3E28;
}

h1 {
    color: #333333;
    font-family: 'Lora';
    font-size: 36px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: underline;
}

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

a:hover {
    text-decoration: none;
}

blockquote {
    border-left: 5px solid #d0ce95;
}

.bold {
    font-weight: bold;
}

.pickmeup {
    display: block;
    z-index: 9999;
    margin-left: 13px;
    background: #182315;
}

.pickmeup.pmu-hidden {
    display: none;
}

.ik_select_link {
    background: none;
    border: 1px solid #f0efc3;
    border-radius: 22px;
    height: auto;
    background: url(../img/select.png) center right no-repeat;
}

.ik_select_link_text {
    line-height: 1.2;
    text-indent: 0;
    text-align: center;
    color: #F0EFC3;
    font-size: 16px;
    font-style: italic;
    padding: 16px 38px;
    background: none;
}

.ik_select_link_novalue .ik_select_link_text {
    color: #918f75;
}

.ik_select_dropdown {
    margin-top: -9px;
    overflow: hidden;
}

.ik_select_list li {
    color: #f3f2d3;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    border-color: #888868;
}

.ik_select_list span {
    display: block;
    padding: 8px 10px;
    margin: 5px 0;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.ik_select_list li:first-child + li,
.ik_select_list li:first-child {
    border-top: none;
}

.ik_select_list li:first-child + li span,
.ik_select_list li:first-child span {
    margin-top: 0;
}

.ik_select_list li:last-child span {
    margin-bottom: 0;
}

.ik_select_list {
    background: #182315;
    padding: 18px 22px;
    border-radius: 0 0 16px 16px;
    border-top: none;
}

.ik_select_link.active {
    background: #182315;
    border-radius: 22px 22px 0 0;
    border-color: transparent;
}

.ik_select_link.error {
    background-color: #e3e3b7;
}

.ik_select_hover span {
    background: #283524;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title-float-wrap .child {
    padding: 6px 20px;
    white-space: normal;
    line-height: 1.4;
}

/*  H E A D E R  */

header > .top {
    min-height: 96px;
    padding: 22px 0;
    background: #d6d7ad;
    color: #424242;
    font-size: 15px;
    background: -moz-linear-gradient(left,  #d6d7ad 0%, #efeec0 50%, #d6d7ad 100%);
    background: -webkit-linear-gradient(left,  #d6d7ad 0%,#efeec0 50%,#d6d7ad 100%);
    background: linear-gradient(to right,  #d6d7ad 0%,#efeec0 50%,#d6d7ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d7ad', endColorstr='#d6d7ad',GradientType=1 );
}

header > .top .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header > .top .container::after,
header > .top .container::before {
    display: none;
}

header > .top .container > div,
header > .top .container > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
}

header > .top .container > div {
    margin-left: 10px;
}

header .address span,
header .phone span {
    display: block;
    font-weight: bold;
}

header .phone span {
    white-space: nowrap;
}

header .address span + span,
header .phone span + span {
    font-size: 19px;
    font-style: italic;
    font-weight: normal;
    margin-top: 6px;
}

header .logo {
    text-align: left;
    padding-left: 0;
}

header .social-likes {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

header .social-likes > div {
    display: inline-block;
}

header .social-likes > div + div {
    margin-left: 10px;
}

header .social-likes .social-likes__button {
    display: inline-block;
    vertical-align: middle;
}

header .social-likes .social-likes__counter {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

header .social-likes img:hover {
    opacity: 0.7;
    cursor: pointer;
}

/*  N A V I G A T I O N  */

header .nav ul {
    text-align: center;
    padding: 16px 0;
}

header .nav ul li {
    display: inline-block;
    margin: 7px 16px;
}

header .nav ul li a {
    color: #f4f2ce;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

header .nav ul li a:hover,
header .nav ul li.active a {
    text-decoration: none;
    color: #7A795D;
}

/*  B O O K I N G  */

.booking {
    background-color: #243320;
    padding: 36px 0;
}

.booking .wrap {
    margin: 0;
    overflow: hidden;
    padding: 0 85px 0 155px;
}

.booking .title {
    color: #F0EFC3;
    font-size: 20px;
    font-style: italic;
    float: left;
    padding-top: 12px;
}

.booking .wrap > .title {
    display: none;
}

.booking .col {
    width: 46%;
    padding-right: 18px;
    float: left;
}

.booking .col + .col {
    padding-left: 18px;
    padding-right: 0;
    width: 54%;
}

.booking .count {
    float: left;
    width: 136px;
}

.booking .count input,
.booking .count div {
    display: inline-block;
    vertical-align: middle;
    background: none;
}

.booking .count input {
    text-align: center;
    border: 1px solid #f0efc3;
    background: none;
    font-size: 16px;
    font-style: italic;
    color: #F0EFC3;
    border-radius: 12px;
    width: 34px;
    height: 34px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.booking .count div {
    color: #F0EFC3;
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    width: 26px;
    text-align: center;
}

.booking .count div:hover {
    opacity: 0.7;
}

.booking .controls {
    float: right;
    overflow: hidden;
    margin-top: 67px;
}

.booking .controls .remove,
.booking .controls .add {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../img/add.png) 0 0 no-repeat;
    cursor: pointer;
}

.booking .controls .remove {
    background: url(../img/remove.png) 0 0 no-repeat;
}

.booking .controls .remove:hover,
.booking .controls .add:hover {
    opacity: 0.8;
}

.booking .controls .remove + .add {
    margin-left: 15px;
}

.booking .top {
    display: inline-block;
    width: 100%;
}

.booking .top .col:first-child input {
    float: right;
}

.booking input.date {
    text-align: center;
    border: 1px solid #f0efc3;
    font-size: 16px;
    font-style: italic;
    color: #F0EFC3;
    border-radius: 28px;
    padding: 16px 26px;
    width: 236px;
    background: url(../img/calendar.png) center right no-repeat;
    text-indent: -30px;
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.booking input.date:focus {
    outline: none;
}

.booking input::-webkit-input-placeholder,
.booking textarea::-webkit-input-placeholder, {color: #918f75;}

.booking input::-moz-placeholder,
.booking textarea::-moz-placeholder {color: #918f75;}

.booking input:-ms-input-placeholder,
.booking textarea:-ms-input-placeholder {color: #918f75;}

.booking input:-moz-placeholder,
.booking textarea:-moz-placeholder {color: #918f75;}

.booking input::placeholder,
.booking textarea::placeholder {color: #918f75;}

.booking .dates input + input {
    margin-left: 32px;
}

.booking .bottom {
    clear: both;
    padding-top: 32px;
}

.booking .bottom textarea,
.booking .bottom input[type="text"] {
    width: 100%;
    text-align: center;
    border: 1px solid #f0efc3;
    font-size: 16px;
    font-style: italic;
    color: #F0EFC3;
    border-radius: 28px;
    padding: 16px 10px;
    background: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

.booking .bottom textarea:-webkit-autofill,
.booking .bottom input[type="text"]:-webkit-autofill {
    box-shadow: inset 0 0 0px 1000px #243320;
    -webkit-text-fill-color: #F0EFC3;
}

.booking select {
    width: 100%;
    text-align: center;
    border: 1px solid #f0efc3;
    font-size: 16px;
    font-style: italic;
    color: #F0EFC3;
    border-radius: 28px;
    background: none;
    padding: 16px 10px;
}

.booking .bottom textarea {
    margin-top: 32px;
    height: 128px;
}

.booking .bottom .col + .col textarea {
    display: none;
}

.booking .bottom .col + .col input[type="text"] {
    width: 47.5%;
    float: left;
}

.booking .bottom .col + .col input[type="text"] + input[type="text"] {
    float: right;
}

.booking button[type="submit"] {
    color: #ff652f;
    text-align: center;
    background-color: transparent;
    padding: 0 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin: 32px 0 0;
    display: inline-block;
    height: 56px;
    border: 3px solid #ff652f;
}

.booking button[type="submit"]:hover { 
    background-color: #ff652f;
    color: #3a4f36;
}

.booking .conditions {
    color: #F0EFC3;
    font-size: 16px;
    font-style: italic;
    margin-top: 32px;
}

.booking .conditions a {
    font-weight: bold;
    text-decoration: underline;
    color: #F0EFC3;
}

.booking .conditions a:hover {
    text-decoration: none;
}

.booking .data .caption {
    font-size: 16px;
    line-height: 1.2;
    font-style: italic;
    color: #F0EFC3;
    overflow: hidden;
    display: block;
    min-height: 50px;
}

.booking .data .count .caption {
    min-height: 60px;
    padding-left: 29px;
}

.booking .data {
    clear: both;
    padding-top: 32px;
    position: relative;
}

.booking .data .item {
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.booking .data .item + .item {
    padding-top: 32px;
}

.booking .data .item:first-child .remove {
    display: none;
}

.booking .data .item + .item .caption {
    display: none;
}

.booking .data .item + .item .count {
    margin-top: 9px;
}

.booking .data .item + .item .controls {
    margin-top: 16px;
}

.booking textarea.error,
.booking input[type="text"].error {
    background-color: #e3e3b7;
}

.booking input[name="adults"].error,
.booking input[name="kids"].error {
    background-color: transparent;
    animation: pulse 1s infinite;
}

.booking input[name="kids"].error {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 0.5s;
}

.booking .masked {
    display: none;
    overflow: hidden;
    clear: both;
}

/*  H I S T O R Y B L O C K  */

.historyblock {
    padding: 46px 0 45px;
    overflow: hidden;
}

.historyblock .title {
    color: #f2f1cd;
    font-family: georgia, 'Lora';
    font-size: 40px;
    margin: 5px 0 28px;
}

.historyblock a.more {
    color: #e4e4c1;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    float: right;
    margin: 8px 22px 0 0;
}

.historyblock a.more.active {
    letter-spacing: 1px;
}

.historyblock a.more:hover {
    text-decoration: none;
}

.historyblock .contentbox {
    overflow: hidden;
    height: 355px;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.historyblock .contentbox p:last-child {
    margin-bottom: 15px;
}

.historyblock .slider {
    width: 65%;
    float: right;
    position: relative;
    top: 6px;
    margin: 0 0 25px 25px;
}

/*  S L I D E R  */

.slider li + li {
    display: none;
}

.slider .slick-slider li + li {
    display: block;
}

.slider li {
    position: relative;
}

.slider li .caption {
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    color: #f4f2ce;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-family: arial;
}

.slider li img {
    max-width: 100%;
    height: auto;
}

.slider .controls {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 0;
    width: 100%;
    margin: auto;
}

.slider .slick-next, 
.slider .slick-prev {
    width: 13px;
    height: 22px;
    border: none;
    overflow: hidden;
    position: relative;
    top: -10px;
    text-indent: 999px;
    float: left;
    margin-left: 20px;
}

.slider .slick-next {
    float: right;
    margin-right: 20px;
    margin-left: 0;
    background: url(../img/control_next.png) 0 0 no-repeat;
}

.slider .slick-prev {
    background: url(../img/control_prev.png) 0 0 no-repeat;
}

.slider .slick-next:hover, 
.slider .slick-prev:hover {
    opacity: 0.7;
}

/*  F E A T U R E S  */

.features ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end; 
    align-items: flex-end;
}

.features ul li {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
    min-width: 160px;
    margin: 0 40px;
}

.features ul li span {
    color: #f0efc3;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 14px;
}

/*  B U T T O N S  */

.buttons {
    margin: 58px 0;
    text-align: center;
}

.buttons a {
    color: #f1f0c3;
    text-align: center;
    background-color: transparent;
    width: 260px;
    padding: 0;
    line-height: 52px;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    margin: 14px;
    display: inline-block;
    height: 56px;
    border: 3px solid #f1f0c3;
}

.buttons a.booking,
.contentbox .buttons a.booking {
    border-color: #ff652f;
    color: #ff652f;
}

.buttons a:hover,
.contentbox .buttons a:hover { 
    background-color: #f1f0c3;
    color: #3a4f36;
}

.buttons a.booking:hover,
.contentbox .buttons a.booking:hover { 
    background-color: #ff652f;
}

.contentbox .buttons {
    margin: 24px 0;
}

/*  C O N T E N T B O X  */

.contentbox {
    margin: 0 0 58px;
    color: #e4e4c1;
    font-size: 14px;
    font-family: 'Lora';
    line-height: 1.45;
    letter-spacing: 1px;
}

.contentbox h1,
.contentbox h2,
.contentbox h3,
.contentbox h4 {
    color: #f2f1cd;
    letter-spacing: 0;
    font-family: georgia, 'Lora';
    font-size: 41px;
    margin: 22px 0 24px;
}

.contentbox h2 {font-size: 36px;}
.contentbox h3 {font-size: 32px;}
.contentbox h4 {font-size: 28px;}

.contentbox p {
    margin: 18px 0;
}

.contentbox a {
    color: #efef62;
}

.contentbox ul,
.contentbox ol {
    list-style-type: disc;
    margin: 20px 0;
    padding: 0 0 0 42px;
}

.contentbox ol {
    list-style-type: decimal;
}

.contentbox ol li {
    padding-left: 5px;
}

.contentbox ul li + li,
.contentbox ol li + li {
    margin-top: 5px;
}

.contentbox .img {
    position: relative;
}

.contentbox img,
.contentbox .img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
    display: block;
}

.contentbox img.justifyright,
.contentbox .img.justifyright {
    float: right;
    margin: 5px 0 25px 30px;
}

.contentbox img.justifyfull,
.contentbox .img.justifyfull {
    margin: 25px auto;
}

.contentbox img.justifyleft,
.contentbox .img.justifyleft {
    float: left;
    margin: 5px 30px 25px 0;
}

.contentbox .img img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.contentbox .img .caption {
    background: rgba(0,0,0,0.3);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    color: #f4f2ce;
    letter-spacing: 1.5px;
    font-size: 13px;
    font-family: arial;
}

.contentbox table {
    width: 100%;
    margin: 28px 0;
}

.contentbox .table {
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
    margin: 28px 0;
}

.contentbox .table table {
    margin: 0;
}

.contentbox h1 + table {
    margin-top: 32px;
}

.contentbox table td {
    border: 1px solid #f1f0c3;
    padding: 18px 16px;
}

.contentbox .container > *:first-child,
.contentbox > *:first-child {
    padding-top: 0;
    margin-top: 0;
}

.contentbox .container > *:last-child,
.contentbox > *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.middle > .contentbox,
.popup > .contentbox {
    background-color: #f7f6c7;
    color: #242722;
    padding: 42px 0 54px;
    margin: 0;
}

.popup > .contentbox {
    padding: 40px;
    max-width: 1000px;
}

.middle > .contentbox h1,
.popup > .contentbox h1,
.middle > .contentbox h2,
.popup > .contentbox h2,
.middle > .contentbox h3,
.popup > .contentbox h3,
.middle > .contentbox h4,
.popup > .contentbox h4 {
    color: #424242;
}

.middle > .contentbox table td,
.popup > .contentbox table td {
    border-color: #595a4c;
}

.middle > .contentbox h1,
.popup > .contentbox h1 {
    margin-bottom: 26px;
}

.middle > .contentbox a,
.popup > .contentbox a {
    color: #2d6d1a;
}

/*  P R I C E  */

/*.price table td + td {
    white-space: nowrap;
}*/

.price table td:first-child {
    text-align: center;
}

.price .buttons {
    float: right;
    margin: 0;
}

.price table td {
    padding: 20px 12px;
}

.price .buttons a {
    width: 250px;
    margin: 10px 0 20px 100px;
}

img.ruble {
    height: 11px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px;
}

/*  R E V I E W S  */

.reviews .contentbox h1 {
    color: #3a4f36;
    margin-left: 50px;
}

.reviews ul {
    list-style: none;
    margin: 36px 50px 0;
    padding: 0;
}

.reviews li {
    padding: 0;
    margin: 0;
}

.reviews .review {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}

.reviews li .review:first-child,
.reviews li .review:first-child + .review {
    margin-bottom: 40px;
}

.reviews li .review:first-child,
.reviews li .review:first-child + .review + .review {
    padding-right: 25px;
}

.reviews li .review:first-child + .review,
.reviews li .review:first-child + .review + .review + .review {
    padding-left: 25px;
}

.reviews .review .title {
    color: #3a4f36;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
}

.reviews .review .date {
    color: #3a4f36;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 7px 0 12px;
}

.reviews .review p {
    margin: 0;
}

.reviews .buttons a {
    margin: 0;
}

.reviews .slick-next, 
.reviews .slick-prev {
    width: 13px;
    height: 23px;
    border: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: -48px;
    margin-top: -10px;
    text-indent: 999px;
    background: url(../img/control_next_green.png) 0 0 no-repeat;
}

.reviews .slick-prev {
    left: -48px;
    right: auto;
    background: url(../img/control_prev_green.png) 0 0 no-repeat;
}

.reviews .slick-next:hover, 
.reviews .slick-prev:hover {
    opacity: 0.7;
}

.reviews ul + ul {
    display: none;
}

.reviews ul + ul .review {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.reviews .buttons {
    margin-top: 46px;
}

/*  H I S T O R Y  */

.history .left {
    float: left;
    width: 50%;
    padding-right: 220px;
}

.history .right {
    float: right;
    width: 50%;
    padding-left: 220px;
}

.history .left > *:first-child,
.history .right > *:first-child,
.history .left > *:first-child > *:first-child,
.history .right > *:first-child > *:first-child {
    padding-top: 0;
    margin-top: 0;
}

.history .left > *:last-child,
.history .right > *:last-child,
.history .left > *:last-child > *:last-child,
.history .right > *:last-child > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.history .img {
    width: 184% !important;
    max-width: 184%;
    height: auto;
    margin: 34px 0;
}

.history .right .img {
    float: right;
}

.history p {
    margin: 20px 0;
}

.history .contentbox {
    position: relative;
}

.history .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -135px;
    margin-top: 2px;
}

/*  I N F O  */

.info.contentbox { 
    margin: 40px auto 45px;
    overflow: hidden;
}

.info.contentbox,
.info.contentbox p {
    font-size: 15px;
    line-height: 1.4;
}

.info.contentbox .img,
.info.contentbox > img {
    width: 65% !important;
    float: right;
    position: relative;
    top: 6px;
    margin: 0 0 30px 30px;
}

/*  R O O M S  */

.rooms {
    padding: 0 70px;
    margin-bottom: 50px;
    clear: both;
}

.rooms .item {
    background-color: #f1f0c3;
    padding: 44px 34px 28px;
    overflow: hidden;
}

.rooms .item + .item {
    margin-top: 28px;
}

.rooms .item .left,
.rooms .item .right {
    width: 50%;
    padding-right: 12px;
    float: left;
}

.rooms .item .right {
    padding-left: 12px;
    padding-right: 0;
    text-align: center;
}

.rooms .item .title {
    color: #333333;
    font-family: georgia, 'Lora';
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1;
}

.rooms .item .caption {
    color: #333333;
    font-family: arial, 'Lora';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rooms .item .properties ul {
    font-family: 'Lora';
    font-size: 14px;
    line-height: 1.45;
    color: #40433D;
}

.rooms .item .properties li {
    position: relative;
    padding-left: 30px;
    letter-spacing: 0.5px;
}

.rooms .item .properties li + li {
    margin-top: 4px;
}

.rooms .item .properties li::before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

.rooms .item p {
    font-family: 'Lora';
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: 0.5px;
    color: #40433D;
}

.rooms .item p + p {
    margin-top: 12px;
}

.rooms .item .properties + .description {
    margin-top: 18px;
}

.rooms .item .images {
    width: 100%;
}

.rooms .item .images li + li {
    display: none;
}

.rooms .item .images .slick-slider li + li {
    display: block;
}

.rooms .item .images li {
    position: relative;
}

.rooms .item .images li img {
    max-width: 100%;
    height: auto;
}

.rooms .item .images .slick-next, 
.rooms .item .images .slick-prev {
    width: 11px;
    height: 18px;
    border: none;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -10px;
    text-indent: 999px;
    background: url(../img/control_next_small.png) 0 0 no-repeat;
}

.rooms .item .images .slick-prev {
    left: 18px;
    right: auto;
    background: url(../img/control_prev_small.png) 0 0 no-repeat;
}

.rooms .item .images .slick-next:hover, 
.rooms .item .images .slick-prev:hover {
    opacity: 0.7;
}

.rooms .item .buttons {
    margin: 0;
}

.rooms .item .buttons a {
    width: 250px;
    margin: 0;
}

.rooms .item .images + .buttons a {
    margin: 28px 0 0;
}

.rooms + .buttons {
    margin: 50px 0;
}

.rooms .item .contentbox {
    margin: 0;
    letter-spacing: 0.5px;
}

/*  P R I C E S  */

.contentbox .prices {
    list-style: none;
    padding: 0;
    margin: 30px -10px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.contentbox .prices li {
    min-width: 40%;
    text-align: center;
    margin: 0 10px 20px;
    border: 1px solid #595a4c;
    padding: 20px;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
}

.contentbox .prices li .room {
    font-weight: bold;
    margin-bottom: 18px;
}

.contentbox .prices li .data > div {
    background: #e8e7b6;
    overflow: hidden;
}

.contentbox .prices li .data > div + div {
    margin-top: 8px;
}

.contentbox .prices li .data span {
    float: left;
    width: 50%;
    -webkit-box-shadow: inset -2px 0 0 #f7f6c7;
    box-shadow: inset -2px 0 0 #f7f6c7;
    padding: 10px 10px;
    margin-right: -1px;
    min-width: 120px;
}

.contentbox .prices li .data span + span {
    -webkit-box-shadow: inset 2px 0 0 #f7f6c7;
    box-shadow: inset 2px 0 0 #f7f6c7;
    border-right: none;
    margin-left: -1px;
    margin-right: 0;
}

.contentbox .prices li .data span div {
    float: left;
    overflow: hidden;
}

.contentbox .prices {
    display: none;
}

/*  M A P  */

.map {
    background: #eaeaea;
    height: 500px;
    width: 100%; 
}

/*  F O O T E R  */

footer {
    background-color: #262626;
    text-align: center;
    padding: 50px 0 40px;
    border-top: 1px solid #8d8d74;
}

footer .logo {
    width: 270px;
    height: auto;
    margin: 0 auto 32px;
    display: block;
}

footer .link {
    color: #868686;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}

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

footer .link + p {
    margin-top: 20px;
}

footer p {
    color: #868686;
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

footer p + p {
    margin-top: 10px;
}

/* A N I M A T I O N  */

@-webkit-keyframes pulse {
  0% {
    background-color: transparent;
  }
  50% {
      background-color: #e3e3b7;
  }
  100% {
      background-color: transparent;
  }
}
@keyframes pulse {
  0% {
    background-color: transparent;
  }
  50% {
      background-color: #e3e3b7;
  }
  100% {
      background-color: transparent;
  }
}