/*Theme Name: KUST Hotell
Author: Joel @ In The Cold
Author URI: http://www.inthecold.se*/

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

@font-face {
	font-family: "Big Caslon Bd";
	src: url("fonts/BigCaslonFB-Regular.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Big Caslon Bd";
	src: url("fonts/BigCaslonFB-Bold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.booking-list,
.navigation-area .dropdown ul,
.top-list,
#nav,
.address-list,
.social-networks,
.breadcrumb ul,
.socials-list,
.accordion,
.post .btn-list,
.map-section .data-list,
#content .download-list,
.item .btn-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
.booking-list:after,
.header-content:after,
.header-content .nav-content:after,
.header-content .nav-holder:after,
.navigation-area:after,
.top-list:after,
#nav:after,
.address-list:after,
.social-networks:after,
.container:after,
.info-block:after,
.info-block .row:after,
.post-block:after,
.post-block .posts-holder:after,
.post-detail:after,
.date-box:after,
.article-block:after,
.article:after,
.intro .content:after,
.breadcrumb ul:after,
.socials-list:after,
.accordion:after,
.accordion li:after,
.two-columns:after,
.hotels-detail:after,
.hotels-detail .widget:after,
.post-section:after,
.post .btn-list:after,
.map-section .data-list:after,
.event-section:after,
.reserve-form .cols-holder:after,
.items-holder:after,
.item .btn-list:after {
    content: "";
    display: block;
    clear: both;
}


/*CLEARFIX*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 !important;
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
    text-rendering: auto;
}

body {
    color: #1e1e1e;
    background: #fff;
    font: 14px/1.2 "Roboto", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #999;
}

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

.fancybox-lock .fancybox-overlay {
    z-index: 9999;
}

.narrow {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.76);
}

.popup-inner {
    background-color: #fff;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-width: 300px;
}

.popup-inner h1 {
    line-height: 1.2;
}

.popup-inner p {
    margin: 0;
}

.popup-inner a {
    display: inline-block;
    padding: 17px 23px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #000;
    text-decoration: none;
    -webkit-transition: all .30s linear;
    transition: all .30s linear;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.visual .container {
    padding-left: 0;
    padding-right: 0;
}

.visual .container .caption {
    padding-left: 20px;
    padding-right: 20px;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**       * Remove all paddings around the image on small screen       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#header {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 60px;
}

.logo {
    float: left;
}

.logo img {
    display: block;
}

.logo img.desktop {
    display: none;
}

.logo img.devices {
    max-width: 30px;
    margin: 9px 0px 0px 0px;
}

.booking-list {
    font-size: 0;
    line-height: 0;
}

.booking-list li {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #343434;
}

.booking-list a {
    text-align: center;
    text-decoration: none;
    color: #bf885d;
    padding: 20px;
    display: block;
}

.booking-list a:hover {}

.booking-list a:hover span {
    text-decoration: underline;
}

.booking-list a span {
    display: block;
  padding: 0px 0px;
}

.booking-list .icon {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}

.header-content {
    padding: 20px 0 0;
}

.nav-opener {
    color: #bf885d;
    float: right;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
}

.nav-opener span {
    display: block;
    padding: 0 49px 0 0;
    position: relative;
}

.nav-opener span:after {
    color: #fff;
    content: "\e806";
    font-family: "fontello";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}

.navigation-area a {
    text-decoration: none;
    color: #bf885d;
}

.navigation-area .dropdown .back,
.navigation-area .dropdown .second-back {
    color: #bf885d;
}

.navigation-area .dropdown .back span,
.navigation-area .dropdown .second-back span {
    display: block;
    padding: 0 0 0 34px;
    position: relative;
}

.navigation-area .dropdown .back span:before,
.navigation-area .dropdown .second-back span:before {
    font-size: 29px;
    line-height: 29px;
    content: "\e802";
    font-family: "fontello";
    position: absolute;
    left: 3px;
    top: -3px;
    color: #fff;
}

.top-list li.active a {
    color: #fff;
}

#nav > li:last-of-type {
    margin-right: 0px;
}

#nav > li.active > a {
    color: #fff;
}

.resize-active .header-content .nav-content {
    -webkit-transition: none;
    transition: none;
}

.sticky-header #header {
    position: fixed;
    max-width: 2000px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

#footer {
    color: #bf885d;
    background: #000;
    text-align: center;
    padding: 0px 30px;
}

.footer-content {
    text-align: left;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 230px;
}

#footer .container {
    position: relative;
}

.footer-content.left {
    left: 0%;
}

.footer-content.right {
    right: 0%;
}

#footer .container {
    max-width: 1000px;
    padding: 40px 0px;
}

.footer-logo {
    text-align: center;
    display: inline-block;
}

.footer-logo a {
    display: inline-block;
    vertical-align: top;
}

.footer-logo img {
    display: block;
}

footer .white-guide {
    display: inline-block;
    margin-right: 80px;
}

footer .wha {
    display: inline-block;
}

.address-list {}

.address-list li {
    margin: 0 0 4px;
}

.address-list a {
    color: #bf885d;
}

.address-list a.tel {
    text-decoration: none;
}

.address-list a:hover {
    color: #fff;
}

.address-list a.email:hover {
    text-decoration: underline;
}

.address-list address {
    font-style: normal;
}

.social-networks li {
    padding: 0 0 20px;
}

.social-networks a {
    color: #bf885d;
    text-decoration: none;
    padding: 5px 0 5px 45px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.social-networks a:hover {
    color: #fff;
}

.social-networks a:before {
    color: #fff;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 33px;
    line-height: 33px;
}

.social-networks a span {
    text-decoration: underline;
}

.social-networks a.map:before {
    font-size: 38px;
    line-height: 38px;
    content: "\e805";
    top: -4px;
    font-family: "fontello";
}

.social-networks a.facebook:before {
    content: "\f230";
}

.social-networks a.instagram:before {
    content: "\f16d";
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-book:before {
    content: "\e800";
}


/* '' */

.icon-reserve:before {
    content: "\e801";
}

.icon-waves:before {
    content: "\e809";
}

.icon-circlecross:before {
    content: "\e80A";
}


/* '' */

.icon-arrow-left:before {
    content: "\e802";
}


/* '' */

.icon-arrow-right:before {
    content: "\e803";
}


/* '' */

.icon-calendar:before {
    content: "\e804";
}


/* '' */

.icon-map:before {
    content: "\e805";
}


/* '' */

.icon-menu:before {
    content: "\e806";
}


/* '' */

.icon-arrow-down:before {
    content: "\e807";
}


/* '' */

.icon-arrow-down2:before {
    content: "\e808";
}


/* '' */

body {
    min-width: 320px;
    line-height: 20px;
    background-color: #242424;
}

main {
    max-width: 2000px;
    margin: 0 auto;
}

.btn-default {
    display: inline-block;
    vertical-align: top;
    padding: 17px 23px;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background: #000;
    text-decoration: none;
    -webkit-transition: all .30s linear;
    transition: all .30s linear;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4ecbcb;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #1e1e1e;
}

.btn-default:hover:before,
.btn-default:focus:before,
.btn-default:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.btn-default.brown {
    background: #bf885d;
    color: #000;
}

.btn-primary {
    display: inline-block;
    vertical-align: top;
    padding: 16px 20px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all .30s linear;
    transition: all .30s linear;
    text-transform: uppercase;
    border: 1px solid #000;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.btn-primary:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4ecbcb !important;
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #000;
    border: 1px solid #4ecbcb;
}

.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.post-detail .btn-primary {
    color: #fff;
    border-color: #fff;
}

.post-detail .btn-primary:before {
    border-color: #fff;
    background: #4ecbcb !important;
}

.post-detail .btn-primary:hover {
    color: #000;
    border: 1px solid #4ecbcb;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 2000px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.two-cols.container {
    padding: 0;
}

.slick-slider {
    position: relative;
    text-align: center;
    background: #f0f0f0;
}

.slick-slider h1 {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin: 0 0 20px;
    font-family: "Big Caslon Bd";
}

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

.slick-slider .slick-track {
    width: 100%;
    height: 100%;
    float: left;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
}

.slick-slider .slick-slide {
    width: 100%;
    white-space: normal;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.home .slick-slider .img-holder img {
  margin: 0;
}
.slick-slider .img-holder img {
    display: block;
    width: 150%;
    height: auto;
    max-width: 1000%;
    margin: 0px 0px 0px -25%;
}


.slick-slider .caption .container {
    padding-top: 27px;
    padding-bottom: 32px;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    border: 0;
    background: none;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    left: 10px;
    top: 50%;
    padding: 0;
    z-index: 999;
    margin: -24px 0 0;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    color: #bf885d;
}

.slick-slider .slick-prev i:before,
.slick-slider .slick-next i:before {
    margin: 0;
}

.slick-slider .slick-next {
    left: auto;
    right: 10px;
}

.booked-area {
    background: #1e1e1e;
}

.booked-area .container {
    padding: 0;
}

.booked-area .field {
    position: relative;
    overflow: hidden;
}

.booked-area .field + .field {
    border-top: 1px solid #343434;
}

.booked-area .calendar {
    float: right;
    font-size: 33px;
    line-height: 33px;
    color: #bf885d;
    text-decoration: none;
    margin: 8px 15px 0 0;
    pointer-events: none;
}

.booked-area .calendar:hover {
    opacity: .80;
}

.booked-area .ui-datepicker-trigger {
    background: none;
    border: 0;
    width: 46px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 8px;
}

.booked-area .input-holder {
    overflow: hidden;
}

.booked-area input[type="text"] {
    width: 100%;
    background: none;
    border: 0;
    color: #bf885d;
    font-size: 15px;
    line-height: 18px;
    padding: 16px 55px 12px 21px;
    outline: none;
    height: 50px;
}

.booked-area input[type="text"]::-webkit-input-placeholder {
    color: #bf885d;
}

.booked-area input[type="text"]:-moz-placeholder {
    color: #bf885d;
}

.booked-area input[type="text"]::-moz-placeholder {
    color: #bf885d;
    opacity: 1;
}

.booked-area input[type="text"]:-ms-input-placeholder {
    color: #bf885d;
}

.booked-area input[type="submit"] {
    color: #171717;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    background: #bf885d;
    border: 0;
    display: block;
    width: 100%;
    padding: 17px;
}

.booked-area input[type="submit"]:hover {
    background: #a76e42;
}

.booked-area .booked-holder {
    position: relative;
}

.info-block {
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    height: 1000px;
    width: 100%;
}

.info-block .row {
    height: 62.5%;
}

.info-block .row + .row {
    height: 37.5%;
}

.info-col {
    opacity: 0;
    color: #fff;
    text-align: center;
    position: relative;
    width: 100%;
    min-height: 100%;
    background-size: cover !important;
}

.info-col.half-height {
    min-height: 100%;
}

.info-col.black {
    color: #1e1e1e;
}

.info-col .img-holder img {
    width: 100%;
    height: auto;
    display: block;
    max-width: inherit;
}

.info-col .caption {
    padding: 20px 30px;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.info-col .caption:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}

.info-col .caption > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

.info-col .caption-holder {
    font-size: 25px;
    line-height: 32px;
    font-family: "Big Caslon Bd";
}

.info-col h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Big Caslon Bd";
    margin: 0 0 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.info-col p {
    margin: 0 0 3px;
    letter-spacing: 0em;
    line-height: 1.1;
}

.info-col .icon {
    margin: 0 0 32px;
}

.info-col .icon img {
    display: block;
    margin: 0 auto;
}

.info-col.content .caption-holder {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
}

.info-col.content .col-holder {
    padding: 0 20px;
}

.info-col.content.blue .img-holder {
    display: none;
}

.info-col.content.blue .caption {
    padding: 31px 0;
    position: static;
}

.info-col.content.blue p {
  margin: 0 0 15px;
  line-height: 1.5;
}

.two-cols {
      background-color: #fff;
}

.visual {
    position: relative;
    text-align: center;
}

.visual .img-holder img {
    width: 100%;
    height: auto;
    display: block;
}

.visual h2 {
    color: #1e1e1e;
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 11px;
}

.visual .caption {
    padding: 22px 0 30px;
    background: #fff;
}

.visual .caption p {
    margin: 0 0 25px;
}

.visual .btn-default {
    /*min-width: 230px;*/
}

.post-detail {
    color: #fff;
    position: relative;
    padding: 22px 0 29px;
}

.post-detail:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    width: 9999px;
    z-index: -1;
}

.post-detail.black {
    background: #1e1e1e;
}

.post-detail.black:before {
    background: #1e1e1e;
}

.post-detail.gray {
    background: #2b2b2b;
}

.post-detail.gray:before {
    background: #2b2b2b;
}

.post-detail h2 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 9px;
    font-family: "Big Caslon Bd";
}

.post-detail .detail {
    line-height: 22px;
}

.post-detail .detail h2 {
    text-align: left;
}

.post-detail .detail p {
    margin: 0;
}

.post-detail .detail .text {
    margin: 0 0 25px;
}

.date-box {
    font-size: 20px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 13px;
}

.date-box p {
    margin: 0;
}

.date-box .date {
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
    float: left;
    margin: 0 10px 0 0;
}

.date-box .month {
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
}

.article-block {
    background: #f0f0f0;
}

.article-block.even {
    background: #ffffff;
}

.article-block.odd {
    background: #f0f0f0;
}

.article {
    position: relative;
}

.article .img-holder {
    margin: 0 -40px;
}

.article .img-holder.small {
    padding-top: 20px;
}

.article .img-holder img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.article .detail {
    padding: 26px 0 30px;
}

.article .detail p {
    margin: 0 0 12px;
}

.article .sub-heading {
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.article h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 9px;
}

.article h2 sup {
    top: -8px;
    left: -8px;
    font-size: 67%;
}

.article .amount {
    display: block;
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
    margin: 0 0 18px;
}

.article .btn-default {
    min-width: 77px;
}

.article + .article:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4500px;
    right: -4500px;
    height: 1px;
    background: #d8d8d8;
}

#content .content-holder img.wp-post-image {
    margin: 0px 0px 20px 0px;
}

.slider-block .detail {
    color: #fff;
    background-size: cover;
    font-family: "Big Caslon Bd";
    font-size: 0;
    line-height: 0;
    background-color: #000;
}

.slider-block .detail h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    margin: 0 0 7px;
    letter-spacing: 1px;
}

.slider-block .detail p {
    margin: 0 0 78px;
    font-family: "Big Caslon Bd";
    font-size: 20px;
    line-height: 1.5;
}

.slider-block .detail .detail-holder {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: static;
    background-size: cover;
}

.slider-block .detail .detail-holder:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}

.slider-block .detail .detail-holder > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

.slider-block .detail .description {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 74px 17px 30px;
}

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

.image-slider-thumbnails {
    width: 100%;
}

.image-slider-thumbnails a {
    float: left;
    width: 25%;
}

.image-slider-thumbnails a img {
    width: 100%;
    height: auto;
}

.image-slider .image-mask {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.image-slider .image-slideset {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    height: 100%;
}

.image-slider .image-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}

.image-slider .image-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-width: inherit;
}

.image-slider .bg-stretch {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-slider .btn-prev,
.image-slider .btn-next {
    border: 0;
    background: none;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    left: 19px;
    top: 50%;
    padding: 0;
    z-index: 999;
    margin: -24px 0 0;
    text-decoration: none;
}

.image-slider .btn-prev:hover,
.image-slider .btn-next:hover {
    color: #bf885d;
}

.image-slider .btn-prev i:before,
.image-slider .btn-next i:before {
    margin: 0;
}

.image-slider .btn-next {
    left: auto;
    right: 19px;
}

.intro {
    background: #f0f0f0;
}

.intro .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.intro .content {
    font-size: 0;
    line-height: 0;
}

.intro h1 {
    color: #1e1e1e;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin: 0 0 20px;
}

.intro .text {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: "Big Caslon Bd";
    margin: 0 0 15px;
}

.intro .text p {
    margin: 0;
}

.intro .date-box {
    color: #171717;
}

.breadcrumb {
    font-size: 0;
    line-height: 0;
    margin: 0 0 12px;
}

.breadcrumb ul {
    color: #000;
}

.breadcrumb ul li {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px;
}

.breadcrumb ul li + li:before {}

.breadcrumb ul a {
    color: #000;
}

.two-columns {
    background-color: #fff;
}

.socials-area {
    text-align: right;
    display: none;
}

.socials-list {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}

.socials-list li {
    margin: 0 0 8px;
}

.socials-list a {
    color: #000;
    text-decoration: none;
    padding: 5px 0 5px 45px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.socials-list a span {
    text-decoration: underline;
}

.socials-list a:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 33px;
    line-height: 33px;
    text-decoration: none;
}

.socials-list a.facebook:before {
    content: "\f230";
}

.socials-list a.facebook:hover:before {
    color: #395a97;
}

.socials-list a.twitter:before {
    content: "\f099";
}

.socials-list a.twitter:hover:before {
    color: #54abed;
}

.accordion li {
    position: relative;
}

.accordion .opener {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-backface-visibility: hidden;
    background-color: #1E1E1E;
}

.accordion .opener .img-holder {
    position: relative;
    left: 50%;
    min-width: 1440px;
    width: 100%;
}

.accordion .opener .img-holder img {
    position: relative;
    left: -50%;
    min-width: 1440px;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-backface-visibility: hidden;
}

.accordion .opener .num {
    white-space: nowrap;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    /*padding: 15px;*/
}

.accordion .opener .num:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}

.accordion .opener .num > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    padding: 0px 20px;
}

.accordion .opener .num img {
    display: block;
    margin: 0 auto;
}

.accordion .opener .num p {
    display: none;
    font-family: "Big Caslon Bd";
    color: #fff;
    font-size: 60px;
    margin: 0;
    top: 50%;
    right: 30px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .opener:hover .img-holder img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.accordion .opener:hover .img-holder img {
    opacity: 0;
}

.accordion li.active .opener .img-holder img {
    opacity: 0;
}

.accordion .slide {
    width: 100%;
}

.hotels-detail .holder {
    /*max-width: 690px;*/
    padding: 25px 30px;
    float: right;
    width: 100%;
    background-color: #fff;
}

.hotels-detail .widget {
    margin: 0 0 20px;
}

.hotels-detail h2 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 12px;
}

.hotels-detail .name {
    display: block;
    margin: 0 0 5px;
    font-weight: 700;
}

.hotels-detail .name a {
    color: #1e1e1e;
    text-decoration: none;
}

.hotels-detail .name a:hover {
    opacity: .80;
}

.hotels-detail .title {
    display: block;
    margin: 0 0 5px;
}

.hotels-detail .tel-hold {
    display: block;
    margin: 0 0 5px;
}

.hotels-detail .tel-hold .tel {
    text-decoration: none;
}

.hotels-detail .mail {
    display: block;
}

.hotels-detail .mail a {
    color: #1e1e1e;
}

.hotels-detail .mail a:hover {
    opacity: .80;
}

.map-block {
    background: #f0f0f0;
}

.map-block .map img {
    width: 100%;
    display: block;
    height: auto;
}

.map-block .location-detail {
    max-width: 690px;
    width: 100%;
    padding: 24px 20px;
    float: left;
    background-color: #f0f0f0;
}

.map-block .location-detail h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 17px;
}

.map-block .address-area {
    color: #171717;
    margin: 0 0 22px;
}

.map-block .address-area address {
    font-style: normal;
    line-height: 25px;
    display: block;
    margin: 0 0 4px;
    display: block;
}

.map-block .address-area .tel {
    text-decoration: none;
    color: #171717;
}

.map-block .address-area .tel:hover {
    opacity: .80;
}

.map-block .widget {
    color: #171717;
    margin: 0 0 9px;
    overflow: hidden;
}

.map-block .widget h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 6px;
}

.map-block .widget p {
    margin: 0 0 10px;
}

.post {
    overflow: hidden;
}

.post .img-holder {
    overflow: hidden;
    min-height: 220px;
}

.post .img-holder img {
    display: block;
    width: 100%;
    height: auto;
    max-width: inherit;
}

.post .detail {
    color: #000;
    background-color: #fff;
}

.post h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Big Caslon Bd";
    margin: 0 0 9px;
}

.post .sub-heading {
    color: #1e1e1e;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin: 0 0 11px;
}

.post .description {
    margin: 0 0 25px;
}

.post .description p {
    margin: 0;
}

.post .detail-holder {
    overflow: hidden;
    padding: 24px 20px 14px;
}

.post .btn-list {
    margin: 0 -20px 0 0;
}

.post .btn-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 15px 0;
}

.post .send {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    background: #bf885d;
    border: 0;
    display: block;
    width: 100%;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.post .send:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.post .send:hover,
.post .send:focus,
.post .send:active {
    color: white;
}

.post .send:hover:before,
.post .send:focus:before,
.post .send:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.map-section {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.map-section .map {
    float: none;
    width: 100%;
    position: relative;
    height: 400px;
}

.map-section .map img {
    width: 100%;
    height: auto;
    display: block;
    max-width: inherit;
}

.map-section .detail {
    color: #fff;
    padding: 20px;
}

.map-section .detail h2 {
    font-size: 39px;
    line-height: 45px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 2px;
}

.map-section .detail p {
    margin: 0;
}

.map-section .detail h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 5px;
}

.map-section .data-list li {
    margin: 0 0 15px;
}

.map-section .detail-holder {}

#content {
    padding: 25px 30px;
    background-color: #fff;
}

#content h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

#content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 8px;
}

#content ul li,
#sidebar ul li {
  margin: 5px 0px;
}

#content p {
    margin: 0 0 18px;
}

#content .download-list li {
    margin: 0 0 11px;
}

#content .download-list a {
    color: #343434;
}

#content .reserve-form p {
    margin: 0 0 26px;
}

#sidebar {
    background: #f7f7f7;
    position: relative;
    padding: 25px 30px;
}

#sidebar:after {
    content: "";
    position: absolute;
    left: -4500px;
    top: 0;
    bottom: 0;
    width: 9999px;
    height: 9999px;
    z-index: -1;
    background: #f7f7f7;
}

#sidebar h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

#sidebar .name a {
    text-decoration: none;
}

#sidebar .name a:hover {
    opacity: .80;
}

#sidebar .tel {
    text-decoration: none;
}

#sidebar .tel:hover {
    opacity: .80;
}

#sidebar .widget span {
    display: block;
    margin: 0 0 5px;
}

#sidebar .widget .img-holder {
    margin: 16px 0 21px;
}

#sidebar .widget .img-holder img {
    display: block;
}

.event {
    overflow: hidden;
    background-color: #fff;
}

.event .img-holder {
    overflow: hidden;
}

.event .img-holder img {
    display: block;
    max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
}

.event h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 9px;
}

.event .detail .text p {
    margin: 0 0 15px;
    line-height: 1.5;
}

.event .detail-holder {
    padding: 30px 30px;
}

.event .btn-holder {
    margin: 0 0 24px;
}

.event .btn-default {
    padding: 17px;
}

.select-form {
    margin: 22px -21px 0;
}

.select-form .jcf-select {
    width: 100%;
}

.select-form .jcf-select .jcf-select-text {
    text-transform: uppercase;
}

.select-form .jcf-list .jcf-list-content {
    text-transform: uppercase;
}

.more-related-events {
    background-color: #f3f3f3;
    padding-top: 118px;
}

.more-related-events h2 {
    text-align: center;
    margin-bottom: 66px;
}

.more-related-events .event-article {
    margin-top: 23px;
		overflow: visible;
}

.more-related-events .event-article:first-child {
    margin-top: 0px;
}

.more-related-events .button-wrapper {
    text-align: center;
    padding-top: 63px;
    padding-bottom: 98px;
}

.more-related-events .button-wrapper .btn-all-events {
    margin-top: 0px;
}

.event-button-wrapper {
    text-align: center;
    padding-top: 117px;
    padding-bottom: 81px;
}

.event-button-wrapper .btn-all-events {
    margin-top: 25px;
}

.event-button-wrapper h3 {
    color: #fff;
    font-family: "Big Caslon Bd";
    font-size: 30px;
    margin-bottom: 0px;
}

.info-block-events .info-col {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.info-block-events .info-col:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
}

.info-block-events .info-col .preheading {
    font-size: 16px;
    margin: 0px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.info-block-events .info-col h2 {
    margin: 20px 0px 24px 0px;
    text-transform: initial;
}

.info-block-events .info-col .text {
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.info-block-events .info-col .btn-chosen-event-link {
    margin: 25px 0px 0px 0px;
    font-weight: 500;
}

.event-article {
    overflow: hidden;
}

.event-article .img-holder {
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 0 !important;
}

.event-article .img-holder img {
    width: 100%;
    height: auto;
    display: block;
    max-width: inherit;
}

.event-article .event-detail {
    background: #1e1e1e;
    padding: 0 20px;
}

.event-article .event-detail.black {
    background: #1e1e1e;
}

.event-article .event-detail.gray {
    background: #2b2b2b;
}

.page-template-template-evenemang .select-form .jcf-select .jcf-select-text {
    text-transform: initial;
}

body.single-evenemang nav.breadcrumb {
    margin-top: 23px;
    display: none;
}

body.single-evenemang .socials-area {
    width: 100%;
    margin-top: 100px;
    text-align: left;
}

body.single-evenemang .socials-area li {
    display: inline-block;
    margin-left: 66px;
}

body.single-evenemang .socials-area li:first-child {
    margin-left: 0px;
}


body.single-evenemang .event-info h1 {
    color: #1e1e1e;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    margin: 0 0 25px;
    font-family: "Big Caslon Bd";
}

@media (min-width: 768px) {
    body.single-evenemang nav.breadcrumb {
        display: block;
    }
    
    body.single-evenemang .event-info h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 14px;
        letter-spacing: 1px;
    }
}

@media (max-width: 768px) {
    .event-section .event-article a {
        text-decoration: none;
    }

    .event .detail-holder {
        padding: 45px 30px;
    }

    .date-box .date {
        font-size: 65px;
        line-height: 65px;
    }

    .date-box .month {
        font-size: 30px;
        line-height: 40px;
    }

    .date-box p {
        font-size: 15px;
    }

    body.single-evenemang .event-info h1 {
        font-size: 28px;
    }

    .more-related-events {
        padding-top: 65px;
    }

    .more-related-events h2 {
        margin-bottom: 40px;
        line-height: 21px;
        font-size: 21px;
    }

    /* .event-article .img-holder {
        height: 150px !important;
    } */

    .post-detail .detail h2 {
        margin-bottom: 0px;
        font-size: 19px;
        line-height: 19px;
    }

    .post-detail .detail .text, .post-detail .btn-primary {
        display: none;
    }

    .post-detail .date-box .date {
        font-size: 52px;
        line-height: 52px;
    }

    .post-detail .date-box .month {
        font-size: 24px;
        line-height: 30px;
    }

    .post-detail .date-box p {
        font-size: 12px;
    }

    .more-related-events .button-wrapper {
        padding-top: 30px;
        padding-bottom: 37px;
    }

    .event-section .info-block.info-block-events {
        height: auto !important;
    }

    .event-section .info-block-events .row {
        float: left;
        width: 100%;
        height: auto;
    }
    
    .event-section .info-block-events .row .info-col,
    .event-section .info-block-events .row .info-col.half {
        width: 100%;
        float: left;
    }

    .event-section .info-block-events .row .info-col.align-right {
        position: unset;
        height: auto;
    }

    .event-section .info-block-events .row .info-col .caption {
        position: relative;
        z-index: 99;
        padding: 100px 30px;
    }

    .event-button-wrapper.list {
        width: 100%;
        float: left;
    }

    body.single-evenemang .socials-area {
        display: inline-block;
        margin-top: 50px;
    }

    body.single-evenemang .socials-area li {
        margin-left: 16px;
    }

    footer {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1380px) {
    body.single-evenemang .event-info h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 25px;
    }
}

.reserve-form {
    color: #fff;
    background: #2d2d2d;
    padding: 27px 20px 32px;
    margin: 25px -20px 23px;
    font-family: "Roboto", sans-serif;
    max-width: 630px;
}

.reserve-form label {
    display: block;
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 8px;
}

.reserve-form label span,
.newsletter-form label span {
    color: #ff5d52;
}

.reserve-form label span.required,
.newsletter-form label span.required {
    display: none;
}

.reserve-form .row {
    margin: 0 0 32px;
}

.reserve-form .row.error label span {
    color: #ff5d52;
}

.reserve-form textarea,
.reserve-form input[type="tel"],
.reserve-form input[type="email"],
.reserve-form input[type="text"] {
    color: #2d2d2d;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 10px;
    outline: none;
}

.reserve-form textarea.num,
.reserve-form input[type="tel"].num,
.reserve-form input[type="email"].num,
.reserve-form input[type="text"].num {
    color: #fff;
    width: 60px;
    text-align: center;
    background: none;
}

.reserve-form textarea.num::-webkit-input-placeholder,
.reserve-form input[type="tel"].num::-webkit-input-placeholder,
.reserve-form input[type="email"].num::-webkit-input-placeholder,
.reserve-form input[type="text"].num::-webkit-input-placeholder {
    color: #fff;
}

.reserve-form textarea.num:-moz-placeholder,
.reserve-form input[type="tel"].num:-moz-placeholder,
.reserve-form input[type="email"].num:-moz-placeholder,
.reserve-form input[type="text"].num:-moz-placeholder {
    color: #fff;
}

.reserve-form textarea.num::-moz-placeholder,
.reserve-form input[type="tel"].num::-moz-placeholder,
.reserve-form input[type="email"].num::-moz-placeholder,
.reserve-form input[type="text"].num::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.reserve-form textarea.num:-ms-input-placeholder,
.reserve-form input[type="tel"].num:-ms-input-placeholder,
.reserve-form input[type="email"].num:-ms-input-placeholder,
.reserve-form input[type="text"].num:-ms-input-placeholder {
    color: #fff;
}

.reserve-form textarea {
    resize: none;
    height: 100px;
}

.reserve-form .jcf-select {
    width: 100%;
    background: none;
    height: 50px;
    border: 1px solid white;
}

.reserve-form .jcf-select .jcf-select-text {
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
}

.reserve-form .cols-holder .col {
    margin: 0 0 32px;
}

.reserve-form .field {
    padding: 0 15px 0 0;
    height: 50px;
    position: relative;
    border: 1px solid #fff;
}

.reserve-form .field .input-holder {
    overflow: hidden;
}

.reserve-form .field input[type="text"] {
    background: none;
    border: 0;
    height: 48px;
    padding: 14px 5px 14px 20px;
    color: #fff;
}

.reserve-form .field input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.reserve-form .field input[type="text"]:-moz-placeholder {
    color: #fff;
}

.reserve-form .field input[type="text"]::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.reserve-form .field input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.reserve-form .calendar {
    float: right;
    font-size: 33px;
    line-height: 33px;
    color: #fff;
    margin: 7px 0 0;
    pointer-events: none;
    text-decoration: none;
}

.reserve-form .calendar:hover {
    opacity: .80;
}

.reserve-form .ui-datepicker-trigger {
    background: none;
    border: 0;
    width: 46px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 7px;
    color: transparent;
}

.reserve-form .btn-default {
    background: #2d2d2d;
    border: 1px solid #fff;
}

.reserve-form .btn-default:hover {
    background: #fff;
}

.promo img {
    display: block;
    width: 100%;
    height: auto;
}

.items-holder {
    font-size: 0;
    line-height: 0;
}

.item {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    padding: 24px 0 20px;
    position: relative;
}

.item h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    margin: 0 0 10px;
}

.item p {
    margin: 0 0 15px;
}

.item .btn-list {
    margin: 0 -10px;
    font-size: 0;
    line-height: 0;
}

.item .btn-list li {
    padding: 0 10px 10px;
    display: inline-block;
    vertical-align: top;
}

.item .btn-list .btn-primary {
    padding: 17px 23px;
}

.item .btn-list .btn-default {
    padding: 17px 20px;
}


/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #000;
    margin: 0;
    min-width: 150px;
    height: 52px;
    cursor: pointer;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 13px;
    line-height: 50px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin: 0 60px 0 19px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
    color: #fff;
}

.jcf-select .jcf-select-opener:after {
    content: "\e808";
    font-family: "fontello";
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 19px;
    line-height: 19px;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {}


/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}


/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 16px;
    font-size: 13px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

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

.jcf-list ul li {
    overflow: hidden;
    display: block;
    margin: 1px 0 0;
}

.jcf-list ul li:first-child {
    margin: 0;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 17px 18px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    background: #000;
    height: 1%;
    text-transform: uppercase;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #4ecbcb;
    color: #171717;
    cursor: pointer;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}


/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: 0 0 0 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ui-widget-content {
    border: 0;
    max-width: 320px;
    background: #282828;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    min-width: 300px;
}

.ui-widget-header {
    background: none;
    color: #bf885d;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 8px;
    border: 0;
    border-radius: 0;
}

.ui-datepicker th {
    text-align: center;
    font-weight: 400;
    color: #bf885d;
    font-size: 14px;
    line-height: 16px;
    padding: 9px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    padding: 9px 7px;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #bf885d;
    background: #000;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    left: 16px;
    top: 10px;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
    content: "\e802";
    font-family: "fontello";
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 25px;
    line-height: 30px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    margin: 0;
    width: 0;
    height: 0;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    color: #bf885d;
}

.ui-datepicker .ui-datepicker-next {
    left: auto;
    right: 19px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e803";
    left: 10px;
}

.ui-datepicker .ui-datepicker-header {
    padding: 11px 10px 9px;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 30px;
}

.ui-datepicker table {
    margin: 0;
    border-top: 2px solid #2e2e2e;
}

.ui-datepicker td {
    font-size: 14px;
    line-height: 16px;
}

.jcf-file{white-space:nowrap;position:relative;overflow:hidden;display:block;border:1px solid #fff;height:50px;text-align:right;padding:0;box-sizing:border-box}
.jcf-file .jcf-real-element{position:absolute;font-size:200px;height:200px;margin:0;right:0;top:0;cursor:pointer}
.jcf-file .jcf-fake-input{text-align:left;color:#fff;float:left;line-height:51px;height:50px;padding-left:15px}
.jcf-file .jcf-upload-button{display:block;float:right;vertical-align:top;white-space:nowrap;overflow:hidden;line-height:51px;height:50px;box-sizing:border-box;padding:0 20px;text-align:center;border-radius:0;color:#fff;border-left:1px solid #fff;background:transparent;margin-top:0}


@media (min-width: 768px) {
    .booking-list a span {
        padding: 0px 30px;
    }
    .booking-list li:last-child {
        /*border-right: 1px solid #343434;*/
    }
    .nav-opener span {
        padding: 0 55px 0 0;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-content {
        overflow: hidden;
    }
    .address-list li {
        margin: 0 0 7px;
    }
    .social-networks {
        margin: 0 -15px;
    }
    .social-networks li {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px 26px;
    }
    .footer-content.right .social-networks li {
        padding: 0px 0px 3px 0px;
    }
    .social-networks li.first {
        width: 100%;
    }
    .social-networks a {
        padding-left: 43px;
    }
    .social-networks a.map:before {
        font-size: 35px;
        line-height: 35px;
    }
    .slick-slider h1 {
        color: #fff;
        font-size: 45px;
        line-height: 55px;
    }
    .slick-slider .caption {
        white-space: nowrap;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .slick-slider .caption:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }
    .slick-slider .caption > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .booked-area .field {
        width: 50%;
        float: left;
    }
    .booked-area .field + .field {
        border-top: 0;
        border-left: 1px solid #343434;
    }
    .booked-area .calendar {
        margin: 6px 25px 0 0;
    }
    .booked-area .ui-datepicker-trigger {
        right: 25px;
        top: 6px;
    }
    .booked-area input[type="text"] {
        font-size: 18px;
        line-height: 20px;
        height: 47px;
        padding: 14px 6px 14px 30px;
    }
    .booked-area input[type="submit"] {
        width: 74px;
        position: absolute;
        right: 0;
        top: 0;
        height: 47px;
        padding: 12px;
    }
    .booked-area .booked-holder {
        padding-right: 74px;
    }
    .info-col.half-height.extra {
        min-height: 60%;
    }
    .info-col.align-right {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 62.5%;
        min-height: inherit;
    }
    .info-col {
        width: 36.05%;
        float: left;
    }
    .info-col.half {
        width: 27.9%;
    }
    .info-col .caption.tablet-heading h2 {
        font-size: 25px;
    }
    .info-col .caption-holder.font {
        font-size: 22px;
    }
    .info-col .icon {
        margin: 0 0 22px;
    }
    .info-col.content .col-holder {
        padding: 0;
    }
    .info-col.content.blue .img-holder {
        display: block;
    }
    .info-col.content.blue .caption {
        position: absolute;
        padding: 20px 20px 20px 20px;
        white-space: nowrap;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .info-col.content.blue .caption:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }
    .info-col.content.blue .caption > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .info-col.content .text {
        /*display: none;*/
    }
    .visual h2 {
        margin: 0 0 19px;
    }
    .visual .caption-holder {
        white-space: nowrap;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .visual .caption-holder:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }
    .visual .caption-holder > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .visual .caption {
        max-width: 630px;
        margin: 0 auto;
        padding: 40px 50px 29px;
    }
    .post-block .post-detail {
        float: left;
        width: 50%;
    }
    .post-block .posts-holder {
        margin: 0 -30px;
    }
    .post-block .post-detail {
        padding-left: 30px;
        padding-right: 30px;
    }
    .post-detail {
        padding: 24px 20px 29px;
    }
    .post-detail h2 {
        font-size: 30px;
        line-height: 33px;
        margin: 0 0 10px;
    }
    .post-detail .detail {
        line-height: 20px;
    }
    .post-detail .detail .text {
        margin: 0 0 27px;
    }
    .date-box .month {
        display: block;
        margin: 0 0 5px;
    }
    .article {
        padding: 24px 0;
    }
    .article .img-holder {
        float: left;
        width: 50%;
        margin: 3px 0 0;
    }
    .article .img-holder.small {
        padding-top: 0;
    }
    .article.image-right .img-holder {
        float: right;
        width: 50%;
    }
    .article.image-left .img-holder {
        float: left;
        width: 50%;
    }
    .article .detail {
        overflow: hidden;
        padding: 0 0 10px 30px;
    }
    .article-block.even .article .detail {
        padding: 0px 30px 0px 0px;
    }
    .article-block.odd .article .detail {
        padding: 0px 0px 0px 30px;
    }
    .article .detail p {
        margin: 0 0 9px;
    }
    .article .sub-heading {
        margin: 0 0 3px;
    }
    .article h2 {
        margin: 0 0 14px;
    }
    .article .amount {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 14px;
    }
    .slider-block .detail {
        width: 50%;
        letter-spacing: 1px;
        float: left;
    }
    .slider-block .detail h2 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 2px;
    }
    .slider-block .detail p {
        margin: 0 0 27px;
    }
    .slider-block .detail .description {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 80px 20px 30px;
        /*max-width: 690px;*/
        width: 100%;
        float: right;
    }
    .intro h1 {
        font-size: 50px;
        line-height: 55px;
        margin: 0 0 14px;
        letter-spacing: 1px;
    }
    .intro .text {
        width: 70%;
        margin: 0 0 8px;
        display: inline-block;
        vertical-align: bottom;
    }
    .socials-area {
        width: 30%;
        display: inline-block;
        vertical-align: bottom;
    }
    .socials-list a {
        padding-left: 43px;
    }
    .accordion .opener .num img {
        margin: 0;
    }
    .accordion .opener .num p {
        opacity: 0;
        display: block;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
    }
    .accordion li:hover .opener .num p,
    .accordion li.active .opener .num p {
        opacity: 1;
    }
    .hotels-detail {
        width: 50%;
        float: left;
    }
    .hotels-detail h2 {
        margin: 0 0 20px;
    }
    .map-block {
        overflow: hidden;
    }
    .map-block .location-detail {
        padding: 25px 20px 30px 30px;
    }
    .map-block .location-detail h2 {
        margin: 0 0 19px;
    }
    .map-block .address-area {
        margin: 0 0 19px;
    }
    .map-block .address-area address {
        line-height: 20px;
        margin: 0;
    }
    .map-block .widget h3 {
        margin: 0 0 5px;
    }
    .post {
        border-bottom: 1px solid #d0d0d0;
    }
    .post:last-child {
        border: 0;
    }
    .post .img-holder {
        float: left;
        width: 50%;
    }
    .post .detail {
        float: right;
        width: 50%;
    }
    .post h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 6px;
        letter-spacing: 1px;
    }
    .post .sub-heading {
        margin: 0 0 10px;
    }
    .post .description {
        margin: 0 0 27px;
    }
    .post .detail-holder {
        width: 100%;
        max-width: 690px;
        padding: 24px 20px 14px 28px;
        min-height: 430px;
    }
    .post .btn-list {
        display: table-footer-group;
        height: 1%;
        margin: 0;
    }
    .map-section .map {
        float: none;
        width: 100%;
        position: relative;
        height: 400px;
    }
    .map-section .detail {
        overflow: hidden;
        padding: 30px 30px;
    }
    .map-section .detail-holder {
        /*max-width: 935px;*/
        float: right;
        width: 100%;
    }
    .map-section .data-list li {
        margin: 0;
        padding: 0 30px 19px 0;
        width: 49.5%;
        display: inline-block;
        vertical-align: top;
    }
    #content {
        float: left;
        width: 67.6%;
        padding: 40px 30px;
    }
    #sidebar {
        float: left;
        width: 32.4%;
    padding: 40px 30px;
    }
    #sidebar:after {
        left: 0;
    }
    #sidebar .widget.add h2 {
        font-size: 23px;
    }
    #sidebar .widget span {
        margin: 0 0 2px;
    }
    #sidebar .widget .img-holder {
        margin: 13px 0 15px;
    }
    .event .img-holder {
        float: right;
        width: 50%;
    }
    .event .detail {
        overflow: hidden;
    }
    .event .detail-holder {
        max-width: 690px;
        /*float: right;*/
        padding: 29px 30px;
        width: 100%;
    }
    .event .btn-holder {
        margin: 0 0 22px;
    }
    .select-form {
        margin: 22px 0 0;
    }
    .select-form .jcf-select {
        width: 201px;
    }
    .event-article .img-holder {
        float: right;
        width: 50%;
    }
    .event-article.image-right .img-holder {
        float: right;
        width: 50%;
    }
    .event-article.image-right .post-detail {
        float: left;
    }
    .event-article.image-left .img-holder {
        float: left;
        width: 50%;
    }
    .event-article.image-left .post-detail {
        float: left;
    }
    
    .event-article:nth-child(odd) .img-holder {
        float: left;
    }
    .event-article:nth-child(odd) .event-detail {
        float:right;
    }

    .event-article .event-detail {
        float: right;
        width: 50%;
        padding: 0;
        white-space: nowrap;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: static;
        text-align: left;
    }
    .event-article .event-detail:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 100%;
    }
    .event-article .event-detail > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
    }
    .event-article .post-detail {
        max-width: 690px;
        float: left;
    }
    .reserve-form {
        margin: 24px 0 23px;
        padding: 27px 30px 32px;
    }
    .items-holder {
        padding: 30px 0px;
    }
    .item {
        line-height: 18px;
        width: 50%;
        padding: 0 8px 26px;
        display: inline-block;
        vertical-align: top;
    }
    .item p {
        margin: 0 0 27px;
    }
    .ui-widget-content {
        width: 370px;
        padding: 0 14px 18px;
    }
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        left: 10px;
        top: 8px;
    }
    .ui-datepicker .ui-datepicker-next {
        left: auto;
        right: 13px;
    }
    .ui-datepicker .ui-datepicker-header {
        padding: 9px;
    }
}

@media (min-width: 1140px) {
    .sub-menu-open {
        display: none;
    }
    #header {
        height: auto;
        position: relative;
    }
    #header .container {
        padding: 0px 0px 0px 30px;
    }
    .sticky-header #header {
        opacity: 0;
        -webkit-animation: fadeIn ease-in 1;
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.3s;
        -moz-animation-duration: 0.3s;
        animation-duration: 0.3s;
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-moz-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .logo {
        margin: 18px 0 0;
    }
    .logo img.desktop {
        display: block;
        width: 60px;
    }
    .logo img.devices {
        display: none;
    }
    .slick-slider .img-holder img {
        margin: 0;
        width: 100%;
    }
    .booking-list {
        float: right;
    }
    .booking-list a {
        padding: 22px 0px;
    }
    .booking-list .icon {
        margin: 0 0 27px;
    }
    .header-content {
        padding: 0;
    }
    .nav-opener {
        display: none;
    }
    .navigation-area {
        padding: 20px 15px 0px 20px;
        display: table;
    }
    .navigation-area a:hover {
        text-decoration: underline;
    }
    .navigation-area .dropdown .back,
    .navigation-area .dropdown .second-back {
        display: none;
    }
    .top-list {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 48px;
    }
    .top-list > li {
        float: left;
        margin: 0 10px 0 0;
    }
    #nav {
        font-size: 15px;
        line-height: 20px;
        display: table-footer-group;
        height: 1%;
    }
    #nav > li {
        margin: 0 30px 15px 0;
        float: left;
        position: relative;
    }
    .top-list > li {
        position: relative;
    }
    #nav > li:hover {
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    #nav > li:hover > .dropdown,
    .top-list > li:hover > .dropdown {
        display: block;
    }
    #nav > li > .dropdown {
        width: 275px;
        background: #000;
        position: absolute;
        left: -37px;
        top: 100%;
        display: none;
        padding: 0 35px 2px;
    }
    .top-list > li > .dropdown {
        background: #000;
        position: absolute;
        top: 100%;
        display: none;
        padding: 20px 20px;
        left: -20px;
    }
    #nav > li > .dropdown li {
        margin: 0 0 15px;
    }
    .top-list > li > .dropdown li {
        margin: 10px 0px;
    }
    #nav > li > .dropdown .dropdown {
        font-size: 14px;
        line-height: 18px;
        padding: 20px 2px 0;
    }
    .top-list > li > .dropdown .dropdown {
        font-size: 12px;
        padding: 0px 0px 0px 10px;
    }
    .top-list > li > .dropdown .dropdown a {}
    #nav > li > .dropdown .dropdown li {
        margin: 0 0 14px;
    }
    .sticky-header .top-list {
        display: none;
    }
    .sticky-header .logo {
        max-width: 46px;
        margin: 11px 0 0;
    }
    .sticky-header .booking-list a {
        padding: 16px 0px;
    }
    .sticky-header .booking-list .icon {
        font-size: 33px;
        line-height: 33px;
        margin: 0 0 10px;
        height: 33px;
    }
    .sticky-header .booking-list .icon .icon-circlecross {
        font-size: 33px;
        line-height: 33px;
        margin: 0 0 10px;
        height: 33px;
    }
    .sticky-header .booking-list .icon .icon-reserve {
        font-size: 38px;
        line-height: 38px;
    }
    .sticky-header #nav > li {
    }
    .sticky-header #nav > li:hover {
        margin-bottom: 0;
        padding-bottom: 37px;
    }
    .sticky-header .navigation-area {
        padding: 32px 15px 0 20px;
    }
    .address-list li {
        margin: 0 21px 7px 0;
    }
    .social-networks {
        margin: 0;
        font-size: 15px;
    }
    .social-networks li {
        display: block;
        padding: 0;
        margin: 0 0 15px;
    }
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .slick-slider h1 {
        font-size: 50px;
        line-height: 70px;
        letter-spacing: 1px;
        margin: 0 0 32px;
    }
    .booked-area {
        text-align: center;
    }
    .booked-area .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .booked-area .field {
        width: 203px;
        border-left: 1px solid #343434;
    }
    .booked-area .calendar {
        font-size: 24px;
        line-height: 24px;
        margin: 12px 25px 0 0;
    }
    .booked-area .ui-datepicker-trigger {
        top: 12px;
    }
    .booked-area input[type="text"] {
        font-size: 15px;
        line-height: 18px;
        height: 50px;
        padding: 15px 6px 15px 30px;
    }
    .booked-area input[type="submit"] {
        height: 50px;
    }
    .booked-area .booked-holder {
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }
    .info-col {
        letter-spacing: 2px;
    }
    .info-col .caption.tablet-heading h2 {
        font-size: 35px;
    }
    .info-col .caption-holder {
        font-size: 30px;
        line-height: 45px;
    }
    .info-col h2 {
        font-size: 30px;
        margin: 0px 0px 4px 0px;
    }
    .info-col p {
        margin: 0px 0px 11px 0px
    }
    .info-col .icon {
        margin: 0 0 27px;
    }
    .info-col.content.blue .caption {
        padding: 10px 15px;
    }
    .visual h2 {
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 26px;
    }
    .visual .caption {
        max-width: 780px;
        padding: 50px 50px !important;
    }
    .visual .caption p {
        margin: 0 0 32px;
    }
    .post-detail {
        padding: 43px 30px 51px;
    }
    .post-detail h2 {
        font-size: 35px;
        line-height: 44px;
        margin: 0 0 16px;
    }
    .post-detail .detail {
        line-height: 22px;
    }
    .post-detail .detail .text {
        margin: 0 0 24px;
    }
    .date-box {
        margin: 0 0 6px;
    }
    .date-box .date {
        font-size: 87px;
        line-height: 90px;
        margin: 2px 12px 0 0;
    }
    .date-box .sub-detail {
        overflow: hidden;
        padding: 10px 0 0;
    }
    .date-box .month {
        margin: 0 0 7px;
    }
    .article {
        padding: 43px 0;
    }
    .article .img-holder {
        margin: 0;
        padding: 2px 38px 0 0;
    }
    .article.image-right .img-holder {
        padding: 2px 0 0 38px;
    }
    .article.image-left .img-holder {
        padding: 2px 38px 0 0;
    }
    .article .detail {
        padding: 0 60px 7px 0;
    }
    .article h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .article .amount {
        font-size: 40px;
        line-height: 44px;
    }
    .slider-block .detail h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 1px;
        margin: 0 0 19px;
    }
    .slider-block .detail p {
        margin: 0 0 22px;
    }
    .slider-block .detail .description {
        font-size: 20px;
        line-height: 29px;
    }
    .accordion .slider-block .detail h2 {
        font-size: 60px;
    }
    .hotels-detail .name {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }
    .post h2 {
        font-size: 45px;
        line-height: 52px;
    }
    #sidebar .widget.add h2 {
        font-size: 25px;
    }
    #sidebar .widget .img-holder {
        margin: 22px 0 16px;
    }
    .reserve-form label {
        margin: 0 0 11px;
    }
    .reserve-form .row {
        margin: 0 0 25px;
    }
    .reserve-form textarea {
        height: 131px;
    }
    .reserve-form .cols-holder {
        margin: 0 -12px 9px;
    }
    .reserve-form .cols-holder .col {
        margin: 0;
        padding: 0 12px 12px;
        float: right;
        width: 50%;
    }
    .reserve-form .cols-holder .col.small {
        width: 30%;
    }
    .reserve-form .cols-holder .col.wide {
        width: 70%;
    }
    .item {
        font-size: 16px;
        line-height: 22px;
    }
    .ui-widget-content {
        width: 406px;
        padding: 0 22px;
    }
    .ui-datepicker th {
        padding: 16px 9px 8px;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        padding: 13px 11px;
    }
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        top: 17px;
        height: 2.5em;
    }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
        font-size: 29px;
    }
    .ui-datepicker .ui-datepicker-next {
        right: 18px;
    }
    .ui-datepicker .ui-datepicker-header {
        padding: 17px 9px 13px;
    }
}

@media (max-width: 1024px) {
    .info-block {
        height: 1400px !important;
    }

    .info-block-events .info-col h2 {
        font-size: 17px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (min-width: 1380px) {
    .logo img.desktop {
        width: auto;
    }
    .logo {
        margin: 29px 0 0;
    }
    .booking-list a {
        padding: 30px 0px 30px 0px;
    }
    .booking-list .icon {
        margin: 0 0 23px;
        height: 60px;
        font-size: 44px;
        line-height: 60px;
    }
    .booking-list .icon .icon-circlecross {
        font-size: 59px;
        margin: 0px 0px 0px 9px;
    }
    .booking-list .icon i:before {
        margin-right: .4em;
    }
    .booking-list .icon .icon-reserve {
        font-size: 60px;
        line-height: 60px;
    }
    .booking-list .icon .icon-reserve:before {
        margin-right: .2em;
    }
    .navigation-area {
        padding: 38px 15px 0 49px;
    }
    .top-list {
        margin: 0 0 53px;
    }
    .top-list li {
        margin: 0 31px 0 0;
    }
    #nav {
        font-size: 17px;
        line-height: 20px;
    }
    #nav > li {
        margin: 0 48px 27px 0;
    }
    #nav > li:hover {
        margin-bottom: 0;
        padding-bottom: 27px;
    }
    .sticky-header .booking-list a {
    }
    .sticky-header #nav > li {
        margin: 0 42px 37px 0;
    }
    .sticky-header .navigation-area {
        padding: 32px 15px 0 51px;
    }
    .footer-logo {}
    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        font-size: 75px;
        line-height: 75px;
        margin: -38px 0 0;
        left: 32px;
    }
    .slick-slider .slick-next {
        left: auto;
        right: 32px;
    }
    .info-col .caption.tablet-heading h2 {
        font-size: 45px;
    }
    .info-col .caption-holder.font {
        font-size: 35px;
        line-height: 45px;
    }
    .info-col h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .info-col.content .caption-holder {
        font-size: 16px;
        line-height: 22px;
    }
    .info-col.content.blue .caption {
        padding: 10px 36px;
    }
    .info-col.content.blue p {
        margin: 0 0 15px;
    line-height: 1.5;
    }
    .info-col.content .text {
        display: block;
    }
    .post-block .posts-holder {
        margin: 0 -50px;
    }
    .post-block .post-detail {
        padding-left: 50px;
        padding-right: 50px;
    }
    .article .detail p {
        margin: 0 0 17px;
    }
    .article h2 {
        margin: 0 0 17px;
    }
    .article h2 sup {
        left: -10px;
    }
    .article .amount {
        margin: 0 0 19px;
    }
    .intro h1 {
        font-size: 60px;
        line-height: 75px;
        margin: 0 0 17px;
    }
    .intro .text {
        width: 64%;
        font-size: 20px;
        line-height: 29px;
        margin: 0 0 22px;
    }
    .breadcrumb {
        margin: 0 0 15px;
    }
    .socials-area {
        width: 36%;
    }
    .socials-list li {
        margin: 0 0 22px;
    }
    .socials-list a:before {
        font-size: 40px;
        line-height: 29px;
        left: -6px;
        text-decoration: none;
    }
    .accordion .opener .num {
        /*padding: 20px 46px;*/
    }
    .hotels-detail .holder {
        padding: 37px 30px;
    }
    .hotels-detail .widget {
        margin: 0 0 30px;
    }
    .hotels-detail h2 {
        margin: 0 0 22px;
    }
    .hotels-detail .name {
        margin: 0 0 9px;
    }
    .hotels-detail .title {
        margin: 0 0 7px;
    }
    .hotels-detail .tel-hold {
        margin: 0 0 9px;
    }
    .map-block .location-detail {
        padding: 44px 20px 30px 49px;
    }
    .map-block .location-detail h2 {
        margin: 0 0 15px;
    }
    .map-block .address-area {
        margin: 0 0 25px;
    }
    .map-block .address-area address {
        line-height: 25px;
        margin: 0 0 2px;
    }
    .map-block .widget h3 {
        margin: 0 0 9px;
    }
    .post h2 {
        margin: 0 0 17px;
    }
    .post .sub-heading {
        margin: 0 0 20px;
    }
    .post .detail-holder {
        padding: 37px 20px 28px 49px;
    }
    .post .send {}
    .map-section .map {
        width: 35.9%;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0px;
        height: auto;
    }
    .map-section .detail h2 {
        margin: 0 0 19px;
    }
    .map-section .detail h3 {
        margin: 0 0 9px;
    }
    .map-section .detail-holder {
        padding: 40px 0px 40px 0px;
    }
    .map-section .detail {
        width: 64%;
    }
    #content {
        width: 63.95%;
        padding: 45px 50px 64px 30px;
        line-height: 24px;
    }
    #content h2 {
        margin: 0 0 19px;
    }
    #content .content-holder {
        max-width: 600px;
    }
    #sidebar {
        width: 36.05%;
        padding: 46px 30px 20px 50px;
    }
    #sidebar .widget span {
        margin: 0 0 8px;
    }
    .event h2 {
        margin: 0 0 19px;
    }
    .event .detail-holder {
        padding: 107px 77px;
    }
    .event .btn-holder {
        margin: 0 0 44px;
    }
    .event .btn-default {
        padding: 17px 21px;
    }
    .reserve-form {
        padding: 44px 48px 54px;
        margin: 24px 0 43px;
    }
    .reserve-form .holder {
        max-width: 537px;
    }
    .items-holder {
        margin: 0;
        padding: 43px 0 18px;
    }
    .item {
        padding: 0 75px 33px 0;
    }
    .item h2 {
        margin: 0 0 9px;
    }
    .item p {
        margin: 0 0 46px;
    }
}

@media (min-width: 1230px) {
    #nav {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (min-width: 1410px) {
    #nav {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1500px) {
    #nav {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (min-width: 1800px) {
    .info-block {
        height: 1200px;
    }
}

@media (max-width: 1140px) {
    .fake-header {
        display: none !important;
    }
    .booking-list li {
        border-left: none;
        border-right: 1px solid #343434;
    }
    .booking-list a {
        padding: 15px;
    }
    .booking-list .icon {
        display: none;
    }
    .header-content .nav-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
    }
    .header-content .nav-holder {
        background: #000;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        border-top: 1px solid #343434;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        height: calc(100vh - 60px);
        overflow: auto;
    }
    .nav-active .header-content .nav-content {
        max-height: 4000px;
        opacity: 1;
    }
    .nav-active .header-content .nav-holder {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .navigation-area {
        position: relative;
    }
    .navigation-area li {
        border-top: 1px solid #343434;
        position: relative;
    }
    .navigation-area li.active > .sub-menu-open span.close {
        display: block;
    }
    .navigation-area li.active > .sub-menu-open span.open {
        display: none;
    }
    .navigation-area li > .sub-menu-open span.close {
        display: none;
    }
    .navigation-area li > .sub-menu-open span.open {
        display: block;
    }
    .navigation-area li.active .dropdown ul li.second-active > .sub-menu-open span.close {
        display: block;
    }
    .navigation-area li.active .dropdown ul li.second-active > .sub-menu-open span.open {
        display: none;
    }
    .navigation-area li.active .dropdown ul li > .sub-menu-open span.close {
        display: none;
    }
    .navigation-area li.active .dropdown ul li > .sub-menu-open span.open {
        display: block;
    }
    .navigation-area li .sub-menu-open {
        color: #bf885d;
        position: absolute;
        right: 0px;
        top: 0;
        width: 45px;
        padding: 13px;
        text-align: center;
        font-size: 20px;
        z-index: 999;
        cursor: pointer;
        cursor: hand;
    }
    .navigation-area li.active .dropdown ul li .sub-menu-open {

    }
    .navigation-area li.active > .dropdown,
    .navigation-area li .second-active > .dropdown {
        display: block;
    }
    .navigation-area a {
        display: block;
        padding: 11px 20px 12px;
        font-size: 18px;
        line-height: 22px;
    }
    .navigation-area a:hover {
        opacity: .80;
    }
    .navigation-area .dropdown {
        background: #000;
        width: 100%;
        -webkit-transition: all .25s linear;
        transition: all .25s linear;
        display: none;
    }
    .navigation-area .dropdown .dropdown ul {
        background-color: #2B2B2B;
    }
    .navigation-area .dropdown .dropdown ul li a {
        margin: 0px 0px 0px 20px;
    }
    .navigation-area .dropdown ul {
        background: #2b2b2b;
    }
    .navigation-area .dropdown ul li {
        border-top: 1px solid #cacaca;
    }
    .navigation-area .dropdown ul a {
        color: #fff;
    }
    #wrapper {
        padding-top: 60px;
    }
    .info-block {
        height: 800px;
    }
    #sidebar .widget .img-holder img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .booking-list li {
        border: 0;
        width: 50%;
    }
    .booking-list li:first-child {
        border-right: 1px solid #343434;
    }
    .nav-opener {
        font-size: 16px;
        line-height: 20px;
    }
    .slick-slider .slick-prev,
    .slick-slider .slick-next {
        display: none !important;
    }
    .info-block {
        height: inherit;
    }
    .info-col {
        min-height: 360px;
    }
    .info-col.hide-on-mobile {
        display: none;
    }
    .info-col.half-height {
        min-height: 185px;
    }
    .slider-block .detail .detail-holder {
        height: auto !important;
    }
    .image-slider .btn-prev,
    .image-slider .btn-next {
        display: none;
    }
    .hotels-detail {
        height: auto !important;
    }
    .map-block {
        height: auto !important;
    }
    .item:after {
        content: "";
        position: absolute;
        left: -4500px;
        right: -4500px;
        bottom: 0;
        background: #d1d1d1;
        height: 1px;
    }
    .footer-content {
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: auto;
        display: block;
        text-align: center;
    }
    .footer-logo {
        margin: 40px 0px;
    }

    .select-form {
        margin: 22px 0px 0;
    }

    .info-block-events .info-col .text {
        display: none;
    }

    .page-template-template-evenemang .info-block-events .info-col h2 {
        font-size: 34px;
        margin: 10px 0 5px 0;
        line-height: 38px;
    
    }

    .info-block-events .info-col .btn-chosen-event-link {
        margin: 20px 0px 0px 0px;
        font-weight: 500;
    }
}

.caspeco-wrapper {
    height: 550px;
    padding: 10px;
    background-color: #EEEEEE;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 499px) {
    #front-wdgt .bv-widget .bv-section-inner > .bv-item {
        width: 100% !important;
    }
    .bv-widget .bv-datepicker .bv-picker-title .bv-close,
    .bv-widget .bv-guestpicker .bv-picker-title .bv-close {
        padding: 0 !important;
        border-radius: 0px !important;
        display: block;
        overflow: hidden;
    }
    #front-wdgt .bv-widget .bv-section-inner > .bv-item .bv-gui-btn {
        height: 51px !important;
        line-height: 49px !important;
    }

  .image-slider .image-slide img {
    max-height: 100vh;
  }

    .caspeco-wrapper {
        height: 450px;
    }
}
