/*
Theme Name: Blue Shades of Santorini
Theme URI: https://blueshadesofsantorini.com
Version: 1.0
Author: WebOlution
Author URI: http://www.webolution.gr
Tags: santorini, greece, travel, responsive
*/
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #3e4b5b;
}
body {
    margin: 0;
    min-width: 320px;
}
html, body {
    height: 100%;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
    display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    border: 0;
    margin: 0;
    padding: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em;
}
.wow {
    visibility: hidden;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: none;
    color: #333;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b, strong {
    font-weight: 600;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
h1 sup, h2 sup {
    font-size: 55%;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #555;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input[type=text], input[type=email], input[type=tel], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
option {
    margin: 5px;
}
button {
    cursor: pointer;
}
button, input {
    overflow: visible;
    outline: 0;
    border: none;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::placeholder {
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #fff;
}
::-ms-input-placeholder {
    color: #fff;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
[hidden] {
    display: none;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
p {
    margin: 0 0 1em;
}
.uppercase {
    text-transform: uppercase
}
.left, .row, .alignleft, .column, .border-box {
    float: left
}
.right {
    float: right;
}
.social li a, a#webolution {
    text-indent: -9999px;
    overflow: hidden;
}
.align-center {
    text-align: center
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none
}
::selection {
    background: #0f0e9f;
    color: #fff
}
::-moz-selection {
    background: #0f0e9f;
    color: #fff
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}
.row {
    width: 100%
}
.maximum {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
    float: none;
    clear: both;
}
.center-both, .center-x, .center-y, .absolute {
    position: absolute
}
.border-box, .row, .maximum, .minimum {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.center-x {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}
.center-y {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.center-both {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}
.flex, ul#menu-main-navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.half {
    width: 50%;
    float: left;
}
.right, .alignright {
    float: right
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
.relative {
    position: relative
}
.smooth, footer a, header a, header, .slick-arrow {
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}
.smooth.slow, ul.sub-menu, .posts .post h3 a, .scroll-down, .social-fixed {
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}
h2.larger {
    font-size: 35px;
}
.white {
    color: #fff;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, Times, serif;
    font-weight: normal;
    letter-spacing: normal;
    color: #0f0e9f;
}
/* =Header
-----------------------------------------------------------------------------*/
header.row {
    position: fixed;
    z-index: 100;
    padding-top: 35px;
    height: 138px;
    background: #fff;
    top: 0;
}
header.inner {
    height: 100px;
}
header a.btn {
    padding: 0 18px;
    margin-top: 0;
    background: none;
    color: #0f0e9f;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
}
header a.btn.book {
    padding: 0 20px;
    font-weight: bold;
    letter-spacing: 0.7px;
    margin-right: 12.2%;
    background: #2e3192;
    color: #fff;
}
header a.btn:hover {
    background: #f7f7f4;
    color: #0f0e9f;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
header a.btn.tel {
    padding-left: 34px;
    background-image: url(images/phone.svg);
    background-position: 10px 4px;
    background-repeat: no-repeat;
    background-size: 18px auto;
}
header a.btn.tel:hover {
    background-position: 10px -27px;
}
header.scroll {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    height: 88px;
    padding-top: 22px;
}
.btn-close + header {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
}
header.scroll #logo {
    margin-top: 14px;
}
header.scroll ul#menu-main-navigation {
    margin-top: -5px;
}
#logo {
    margin: 18px 0 0 12.2%;
    height: 20px;
    width: 210px;
    text-indent: -9999px;
    background: url(images/logo.svg) center center no-repeat;
    background-size: 100% auto;
    display: block;
    float: left;
}
.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: auto;
    z-index: 10;
    padding: 100px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
}
@media only screen and (min-width: 1240px) {
    .menu-button, ul#menu-main-navigation li.hide-l {
        display: none;
    }
    .nav-overlay {
        display: none !important;
    }
    ul#menu-main-navigation {
        position: absolute;
        white-space: nowrap;
        text-transform: uppercase;
        left: 48%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        border-bottom: 2px solid #e4e7ea;
        width: 33%;
        flex-wrap: nowrap;
    }
    ul#menu-main-navigation li {
        display: inline-block;
    }
    ul#menu-main-navigation li:last-child {
        margin-right: 0;
    }
    ul#menu-main-navigation li a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 20px 0 14px;
        position: relative;
        color: #0f0e9f;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    ul#menu-main-navigation > li:hover > a:before, ul#menu-main-navigation > li.current-menu-item > a:before {
        width: 100%;
    }
    ul#menu-main-navigation > li.current-menu-item a {
        font-weight: bold;
    }
    ul#menu-main-navigation > li > a:before {
        content: "";
        position: absolute;
        bottom: -3px;
        width: 0;
        height: 4px;
        background: #0f0e9f;
        left: 0;
        transition: width .8s cubic-bezier(.19, 1, .22, 1);
    }
    ul#menu-main-navigation .sub-menu li a {
        white-space: nowrap;
        width: 100%;
        display: block;
        padding: 4px 15px;
        font-size: 0.929em;
        box-sizing: border-box;
    }
    ul#menu-main-navigation > li.menu-item-has-children > a:before {
        display: none;
    }
    ul#menu-main-navigation > li.menu-item-has-children {
        position: relative;
        padding-bottom: 21px;
        margin-bottom: -21px;
    }
    .sub-menu li a:hover {
        background-color: rgba(255, 255, 255, 0.75);
    }
    .scroll ul > li.menu-item-has-children > a {
        padding-bottom: 28px;
        background-image: url(images/down-arrow.svg);
        background-size: 12px auto;
        background-position: right 15px;
    }
    .scroll ul > li.menu-item-has-children > a:before {
        bottom: 14px;
    }
    ul.sub-menu {
        text-align: left;
        position: absolute;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        left: -10px;
        top: 100%;
        z-index: 1000;
        background: rgba(255, 255, 255, 0.88);
        min-width: 220px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }
    .sub-menu li {
        display: block;
        width: 100%;
        float: left;
    }
    .sub-menu li a:hover {
        color: #a18589;
    }
    ul > li.menu-item-has-children:hover > a {
        position: relative;
    }
    li.menu-item-has-children:hover ul.sub-menu {
        display: block;
    }
    ul > li.menu-item-has-children > a {
        background: url(images/down-arrow.svg) right center no-repeat;
        background-size: 12px auto;
        padding-right: 27px;
    }
}
/* =Hero
-----------------------------------------------------------------------------*/
.hero {
    width: 100%;
    overflow: hidden;
}
.hero {
    margin-top: 138px;
}
#top-box {
    margin-top: 110px;
    margin-bottom: 0;
}
#top-box.btm-space {
    margin-bottom: 25px;
}
.hero .left {
    width: 40.69767441860465%;
    background: 44% 10% url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    background-size: auto, cover; /*position:relative;*/
}
/*.hero .left:after{
	position:absolute;
	right:-50%;
	top:0;
	bottom:0;
	left:50%;
	background:url(images/diagonal-repeat.png);
	content:"";
	 transform: rotate(45deg);
	 transform: skewX(-45deg);
}*/
.hero .left .center-y {
    width: 100%;
    text-align: center;
    padding: 26% 22.7% 0 14.7%;
}
.hero .right {
    width: 59.30232558139535%;
}
.hero.inner {
    height: 600px;
}
.hero h1 {
    font-size: 36px;
    margin-bottom: 22px;
    margin-left: 65px;
    text-align: left;
}
.hero p {
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 54px;
    text-align: left;
    letter-spacing: 0.5px;
}
@media only screen and (max-height: 850px) {
    .hero p {
        margin-bottom: 30px;
    }
}
@media only screen and (max-height: 780px) {
    .hero p {
        margin-bottom: 15px;
    }
}
.hero, .hero .left, .hero .right, #slider, .slide {
    height: calc(100vh - 200px);
    max-height: 745px;
    min-height: 570px !important;
}
#slider, #slider .slide {
    width: 100%;
}
.slide {
    background-size: cover !important;
}
.slick-arrow {
    position: absolute;
    background: #fff;
    color: #00239a;
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.slick-arrow.slick-prev {
    background: #00239a;
    color: #fff;
    display: none;
}
.slick-arrow:hover {
    background: #00239a;
    color: #fff;
}
.press .slick-arrow:hover {
    opacity: 0.6;
}
.press .slick-arrow {
    width: 25px;
    height: 40px;
    background: url("images/arrow.svg") center center no-repeat;
    background-size: 16px auto;
    text-indent: -9999px;
    right: 0;
    bottom: 15px;
}
.press .slick-arrow.slick-prev {
    display: block;
    left: 0;
    transform: rotate(-180deg);
}
/* =Button
-----------------------------------------------------------------------------*/
a.btn, .cform input.sendbutton {
    background: #2e3192;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 1em auto 0;
    white-space: nowrap;
    padding: 0 50px;
    font-size: 16px;
    transition: 0.3s all ease;
}
a.btn:hover, .cform input.sendbutton:hover, .cform input.wpcf7-submit:hover {
    background: #13c0d7;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
a.btn.bordered {
    background: none;
    border: 2px solid #2e3192;
    color: #2828a5;
    font-weight: bold;
    font-size: 14px;
    padding: 0 36px;
    line-height: 48px;
    height: 48px;
    margin: 0
}
a.btn.bordered:hover {
    background: #2e3192;
    color: #fff;
}
a.btn.grey {
    background: #f7f7f4;
    color: #08079b;
    font-size: 14px;
    font-weight: bold;
}
a.btn.grey:hover {
    background: #2e3192;
    color: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
/* =Home Rows
-----------------------------------------------------------------------------*/
.intro {
    margin: 72px auto;
}
.intro .maximum {
    max-width: 1700px;
}
.intro h1, .intro h2 {
    font-size: 30px;
    letter-spacing: 2.5px;
    margin-bottom: 15px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.intro p, .awards p {
    letter-spacing: 0.3px;
    max-width: 820px;
    line-height: 1.7;
    margin: 0 auto 60px;
    font-weight: 400;
}
.row.posts {
    margin-bottom: 55px;
}
.inner .row.posts {
    margin-bottom: 0;
}
.inner .row.posts.blog {
    display: flex;
    flex-wrap: wrap;
}
.intro.less-btm {
    margin-bottom: 45px;
}
.inner.less-btm .row.posts {
    margin-bottom: -2em;
}
.posts .post {
    width: 32.5%;
}
a.image-wrap {
    display: block;
    overflow: hidden;
}
a.image-wrap:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}
a.image-wrap:hover img {
    transform: scale(1.04);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04)
}
a.image-wrap img {
    display: block;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    width: 100%;
}
.post-content {
    position: relative;
    margin-top: -53px;
    padding: 0 36px;
}
.post-content p {
    text-align: left;
    font-size: 0.875em;
    margin-bottom: 45px;
    font-weight: 500;
}
.posts .post h3 a {
    color: #2a7de2;
    font-size: 23px;
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 19px 20px;
}
.posts .post h3 a:hover {
    color: #0f0e9f;
}
.metadata {
    margin-bottom: 15px;
}
.metadata.lined {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.metadata span {
    display: block;
    padding-left: 20px;
    line-height: 20px;
    font-size: 0.929em;
    font-weight: 300;
}
span.persons {
    background: url(images/person.svg) left center no-repeat;
    background-size: 14px auto;
    margin-left: 20px;
}
span.days {
    background: url(images/clock.svg) left center no-repeat;
    background-size: 16px auto;
    padding-left: 22px;
}
span.price {
    font-family: 'Playfair Display', Georgia, Times, serif;
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    color: #2828a5;
    font-weight: 900;
    background: url(images/diagonal-repeat.png);
    width: 160px;
    height: 50px;
    line-height: 46px;
    position: relative;
}
.row.awards .maximum {
    max-width: 1720px;
    padding: 85px 100px;
    background: url(images/left-diagonal.png) left top no-repeat, url(images/right-diagonal.jpg) right top no-repeat;
}
.row.awards .maximum h2 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 40px;
}
.row.awards .column.middle p {
    max-width: 830px;
    margin: 40px auto 0;
}
.column.last, .row.awards .column.last h2 {
    text-align: right;
}
.row.awards .column.middle {
    width: 40%;
}
.row.awards .column.middle h2 {
    text-align: center;
}
/* =Inner Pages
-----------------------------------------------------------------------------*/
.flex-center-v {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner .posts .post {
    margin-bottom: 5em;
    margin-right: 1%;
    margin-left: -3px;
    display: inline-block;
    float: none;
}
.inner .posts .post:nth-child(3n) {
    margin-right: 0;
}
.inner .posts .post:nth-child(3n+1) {
    clear: left;
}
/* =Pagination
-----------------------------------------------------------------------------*/
.pagination {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: left;
    font-weight: 600;
    border-top: 1px solid #eee;
    padding-top: 40px;
    margin-top: -60px;
}
.pagination a, .pagination span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pagination span {
    background: #2828a5;
    color: #fff;
}
.pagination a:hover {
    background-color: #2828a5;
    color: #fff;
}
/* =Tour post
-----------------------------------------------------------------------------*/
.inner.intro p {
    margin-bottom: 40px;
}
.tour-top .maximum {
    max-width: 1520px;
}
.tour-content.new, .tour-top img.size-wide{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.tour-content .texts p{
   max-width: 100%; 
}
.tour-top img.size-wide{
    width: 100%;
    display: block;
}
.tour-content.new > .left {
    width: 100%;
    padding-right: 0;
}
.tour-content > .left {
    width: 66.5%;
    position: relative;
    padding-right: 2.5em;
}
.tour-content.new a.btn.bordered.book-now{
    position: static;
    width: auto;
    margin: 1.5em auto 0.5em;
    display: table;
    border: 2px solid #2e3192;
}
.tour-content > .left .slick-arrow {
    width: 110px;
    height: 40px;
    line-height: 40px;
}
.tour-content .column.right {
    width: 33.5%;
}
.tour-content .texts {
    text-align: left;
    padding: 2em 2.5em;
    background: #f0f4f7;
    margin-bottom: 2.5em;
}
.tour-content .texts h2 {
    max-width: none;
}
.tour-content .texts .price {
    right: 0;
    top: 2em;
    position: absolute;
    margin-right: 0;
}
.tour-content .texts .metadata span {
    font-weight: bold;
}
.tour-content .texts p {
    margin-bottom: 1.25em;
    letter-spacing: 0.2px;
    line-height: 1.7;
}
.tour-content .texts hr {
    margin: 1em auto 1.25em;
    width: 100%;
    float: left;
    border: none;
    height: 1px;
    background: #dadfe3;
}
.tour-content .texts h2, .tour-content .row h2 {
    font-size: 23px;
    letter-spacing: 1.5px;
    margin-left: 0;
}
.tour-content .texts a {
    border-bottom: 1px solid #9dc0d7;
    font-weight: 500;
}
.tour-content .texts strong {
    font-weight: 500;
}
.tour-content .texts a:hover {
    color: #0f0e9f;
}
.tour-content .texts ul {
    margin-bottom: 20px;
}
.tour-content .texts li {
    letter-spacing: 0.2px;
    margin-bottom: 12px;
    line-height: 1.7;
    position: relative;
    padding-left: 25px;
}
.tour-gallery .slick-slide img{
    width: 100%;
}
.tour-content .texts li:before {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    content: "";
    background: #0f0e9f;
    border: 2px solid #9dc0d7;
}
.tour-content .column.right {
    background: url(images/form-bg-03.jpg) center top no-repeat;
    background-size: cover;
    padding: 40px 2em 0;
}
.tour-content .column.right.btm-margin {
    position: relative;
    top: 75px;
}
.tour-content .column.right p.cf-sb {
    margin-bottom: 30px;
}
.tour-content .column.right input.sendbutton {
    margin: -25px auto 0;
    float: none;
}
a.btn.bordered.book-now {
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    background: #2e3192;
    color: #fff;
}
a.btn.bordered.book-now:hover {
    background: none;
    border: 2px solid #2e3192;
    color: #2828a5;
}
.tour-gallery {
    text-align: left;
    overflow: hidden;
}
.book-a-tour.cform ol li {
    width: 100%;
}
.cf_hidden {
    display: none;
}
/* =Contact Forms
-----------------------------------------------------------------------------*/
.row.bottom-form {
    margin-top: 60px;
}
.row.bottom-form h2 {
    padding-bottom: 25px;
    position: relative;
}
.row.bottom-form h2:after {
    position: absolute;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    background: #fff;
    height: 1px;
    content: "";
    bottom: 0;
}
.row.bottom-form .maximum > p {
    margin: 25px auto;
    line-height: 1.7;
    max-width: 740px;
    color: #fff;
}
.row.bottom-form .maximum, .form-bg {
    background: url(images/form-bg-03.jpg) center top no-repeat;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 115px;
    max-width: 1720px;
}
.cform {
    max-width: 840px;
    margin: 2em auto 0;
    clear: both;
}
.cform ol li, .wpcf7-form .cform p {
    width: 48.4%;
    float: left;
    margin-bottom: 25px;
}
.wpcf7-form .cform p.full {
    width: 100%;
}
.wpcf7-form .cform p.even {
    float: right;
}
.cform ol li#li--3, .cform ol li#li-2-5 {
    width: 100%;
}
.cform ol li#li-2-5 {
    margin-bottom: 5px;
}
.cform ul li.submit {
    margin-bottom: 0;
    text-align: center;
}
.cform label {
    display: none;
}
.cform ol li:nth-child(even) {
    float: right;
}
.cform input, .cform textarea {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    outline: 0;
    transition: 0.3s;
    height: 54px;
    padding: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
    background: rgba(0, 0, 0, 0.1);
}
.white .cform input, .white .cform textarea {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.white .cform .cf_li_err input, .white .cform .cf_li_err textarea, form.wpcf7-form input.wpcf7-not-valid, form.wpcf7-form select.wpcf7-not-valid, form.wpcf7-form textarea.wpcf7-not-valid {
    border: 1px solid rgba(31, 194, 222, 0.95);
}
.cform textarea {
    height: 12em;
    resize: none;
}
.cform input.sendbutton, .cform input.wpcf7-submit {
    cursor: pointer;
    border: none;
    height: 50px;
    float: none;
    padding: 0 75px !important;
    width: 100%;
    background: #fff;
    color: #2828a5;
    text-transform: uppercase;
    font-size: 12px;
}
li.cf_hidden {
    display: none;
}
.cf_info.success, .cf_info.failure {
    padding: 17px 0;
    background: rgba(31, 194, 222, 0.85);
    font-weight: bold;
    color: #fff;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #FFF;
    background-image: inherit;
    color: rgb(0, 0, 0);
}
.cform input:focus {
    border-color: #fff;
}
.wpcf7-not-valid-tip, .screen-reader-response {
    display: none !important;
}
.wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    transition: opacity 0.2s;
    font-weight: 500;
    color: #921013;
    margin-top: -45px;
    box-sizing: border-box;
    float: left;
}
.invalid .wpcf7-response-output, .spam .wpcf7-response-output {
    background: #921013;
    color: #fff;
}
/* =Contact Form 7 CSS
------------------------------------------------------*/
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    opacity: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    opacity: 1;
    background: rgba(31, 194, 222, 0.85);
    font-weight: bold;
    color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    opacity: 1;
    background: rgba(255, 0, 36, 0.85);
    font-weight: bold;
    color: #fff;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #ccc;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    position: relative;
    top: -39px;
    left: 55px;
    z-index: 100;
}
#reserve .wpcf7-spinner {
    top: -50px;
    left: 100px;
}
#reserve .pagein .wpcf7-spinner {
    top: -40px;
}
form.submitting .wpcf7-spinner {
    visibility: visible;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fff; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes blink {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
#map {
    height: 690px;
    background: url(images/gold-loader.gif) center center no-repeat;
    -webkit-filter: grayscale(84%);
    filter: grayscale(84%);
    border: 0;
    margin-top: 72px;
    margin-bottom: 50px;
}
.full-gallery {
    padding: 0 10%;
    padding-bottom: 8px;
}
.full-gallery.max-1000 {
    max-width: 1000px;
    padding: 0;
    float: none;
    margin: 2em auto 0;
}
.full-gallery.max-1000 .ngg-galleryoverview {
    float: left;
    padding: 20px;
    background: url(images/diagonal-repeat.png);
}
.full-gallery .ngg-gallery-thumbnail-box {
    width: 50%;
    float: left;
    height: 480px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 8px;
}
.full-gallery .ngg-gallery-thumbnail {
    height: 100%;
}
.full-gallery .ngg-gallery-thumbnail-box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.full-gallery .ngg-gallery-thumbnail-box:nth-child(1), .full-gallery .ngg-gallery-thumbnail-box:nth-child(2), .full-gallery .ngg-gallery-thumbnail-box:nth-child(4), .full-gallery .ngg-gallery-thumbnail-box:nth-child(5), .full-gallery .ngg-gallery-thumbnail-box:nth-child(13), .full-gallery .ngg-gallery-thumbnail-box:nth-child(14), .full-gallery .ngg-gallery-thumbnail-box:nth-child(16), .full-gallery .ngg-gallery-thumbnail-box:nth-child(17), .full-gallery .ngg-gallery-thumbnail-box:nth-child(25), .full-gallery .ngg-gallery-thumbnail-box:nth-child(26), .full-gallery .ngg-gallery-thumbnail-box:nth-child(27), .full-gallery .ngg-gallery-thumbnail-box:nth-child(28), .full-gallery .ngg-gallery-thumbnail-box:nth-child(29), .full-gallery .ngg-gallery-thumbnail-box:nth-child(30), .full-gallery .ngg-gallery-thumbnail-box:nth-child(31), .full-gallery .ngg-gallery-thumbnail-box:nth-child(32) {
    width: 25%;
    height: 240px;
}
.full-gallery .ngg-gallery-thumbnail-box:nth-child(7), .full-gallery .ngg-gallery-thumbnail-box:nth-child(8), .full-gallery .ngg-gallery-thumbnail-box:nth-child(9), .full-gallery .ngg-gallery-thumbnail-box:nth-child(10), .full-gallery .ngg-gallery-thumbnail-box:nth-child(19), .full-gallery .ngg-gallery-thumbnail-box:nth-child(20), .full-gallery .ngg-gallery-thumbnail-box:nth-child(21), .full-gallery .ngg-gallery-thumbnail-box:nth-child(22) {
    width: 25%;
    height: 480px;
}
.full-gallery .ngg-gallery-thumbnail-box:nth-child(3), .full-gallery .ngg-gallery-thumbnail-box:nth-child(15) {
    float: right;
}
.blog.posts .post h3 a {
    background: none;
    padding: 19px 0;
}
.inner .posts.blog .post, .posts.blog .post {
    margin-bottom: 14px;
    background: #FBFAF9;
}
.blog .post-content {
    padding: 5px 35px 35px;
    margin-top: 0;
    background: #FBFAF9;
}
.blog-post.intro h1 {
    max-width: 680px;
}
.blog-post img.attachment-large {
    padding: 28px;
    margin-bottom: 25px;
    background: url(images/diagonal-repeat.png);
    width: 996px;
    box-sizing: border-box;
}
.intro .entry-content {
    max-width: 940px;
    margin: 0 auto;
    float: none;
}
.intro .entry-content p {
    margin-bottom: 1.25em;
    text-align: left;
}
.blog-post .entry-content {
    columns: 2;
    text-align: left;
    column-gap: 3em;
}
.entry-content strong {
    font-weight: 500;
    color: #222;
}
.entry-content blockquote {
    font-style: italic;
    font-size: 22px;
    font-family: 'Playfair Display', Georgia, Times, serif;
    color: #0f0e9f;
    padding: 0 1em;
}
.entry-content blockquote p {
    line-height: 1.3;
}
.blog-post .entry-content > p:first-child:first-letter {
    font-family: 'Playfair Display', Georgia, Times, serif;
    color: #0f0e9f;
    float: left;
    line-height: 56px;
    font-weight: bold;
    font-size: 58px;
    padding-right: 7px;
    margin-top: -4px;
}
.posts.blog .post a.btn.bordered {
    width: 57%;
    max-width: 90px;
}
.intro .inner.row.posts.blog {
    margin-bottom: -30px;
}
.press .maximum {
    max-width: 1840px;
    padding: 0 60px;
}
.press-logos a {
    display: inline-block;
    padding: 0 14px;
}
.press-logos a img {
    margin: 0 auto;
}
/* =Contact page
-----------------------------------------------------------------------------*/
.hero.contact p, .hero.contact h2, .hero.contact h1 {
    text-align: center;
}
.hero.contact h1 {
    margin-left: 0;
}
.hero.contact .right h2 {
    margin-bottom: 20px;
}
/* =Fixed socials
-----------------------------------------------------------------------------*/
.scroll-down, .social-fixed {
    position: fixed;
    right: 36px;
    z-index: 1000;
    opacity: 1;
}
.social-fixed {
    margin-top: -4%;
}
@media only screen and (max-height: 750px) {
    .social-fixed {
        margin-top: -7%;
    }
}
@media only screen and (max-height: 810px) {
    .form-bg {
        padding-top: 70px;
    }
}
.scroll-down {
    bottom: 65px;
    color: #9ec0d7;
    transform: rotate(90deg);
    transform-origin: right top 0;
    float: left;
    right: 40px;
    padding-right: 125px;
}
.scroll-down.hide, .social-fixed.hide {
    opacity: 0;
    bottom: 20px;
}
.social-fixed.hide {
    margin-top: 0;
}
.scroll-down:after {
    width: 90px;
    height: 1px;
    background: #f0ebe3;
    content: "";
    right: 0;
    top: 8px;
    position: absolute;
}
.social-fixed li {
    display: block;
}
.social-fixed li a {
    display: block;
    float: left;
    text-indent: -9999px;
    margin-bottom: 35px;
    float: left;
    width: 27px;
    height: 25px;
    background-image: url(images/social-light.svg);
    background-repeat: no-repeat;
    background-position: center top;
}
.social-fixed li a.instagram {
    background-position: center -168px;
}
.social-fixed li a.youtube {
    background-position: center -68px;
}
.social-fixed li a.twitter {
    background-position: center -33px;
}
.social-fixed li a.tripadvisor {
    background-position: center -93px;
    background-size: 25px auto;
}
/* =Footer
-----------------------------------------------------------------------------*/
footer {
    padding: 34px 0;
    font-weight: 300;
}
footer.inner {
    border-top: 1px solid #eee;
    margin-top: 34px;
}
footer .social {
    margin: 0 auto;
}
.nav-overlay .social {
    padding-top: 20px;
    clear: both;
}
.social li {
    display: inline-block;
    margin-left: 9px;
}
.social li a {
    display: block;
    width: 25px;
    margin-right: 5px;
    height: 23px;
    text-indent: -9999px;
    background-image: url(images/social.svg);
    background-repeat: no-repeat;
}
.social li a.facebook {
    width: 15px;
    background-position: -20px -10px;
}
.social li a.instagram {
    width: 25px;
    background-position: -233px -10px;
}
.social li a.tripadvisor {
    width: 28px;
    background-position: -187px -10px;
}
.social li a.twitter {
    background-position: -56px -10px;
}
.social li a.pinterest {
    background-position: -144px -11px;
}
.social li a.youtube {
    width: 28px;
    background-position: -97px -10px;
}
.social li a:hover {
    opacity: 0.6;
}
/* =Copyright
-----------------------------------------------------------------------------*/
footer {
    font-size: 0.857em;
    font-weight: 300;
}
footer .right {
    text-align: right;
}
footer span {
    display: inline-block;
}
footer .half {
    line-height: 23px;
    max-width: 34%;
}
footer .half.left {
    text-align: left;
}
footer span.web-design {
    text-align: right;
    float: right;
    color: #5b5b5b;
    font-size: 12px;
}
footer .menu li, footer span.copyright {
    display: inline-block;
    color: #5b5b5b;
    margin-right: 4px;
}
footer .menu li {
    position: relative;
    margin-top: 4px;
}
footer .menu li:after {
    content: " / ";
    position: relative;
    top: 2px;
    left: 2px;
}
footer .menu li a {
    color: #5b5b5b;
    font-weight: bold;
    color: #0f0e9f;
    font-size: 13px;
}
footer .menu li:last-child {
    margin-right: 0;
}
footer .menu li:last-child:after {
    display: none;
}
footer .menu li a:hover {
    color: #9dc0d7;
}
.web-design span {
    float: left;
}
a#webolution {
    background: url(images/webolution-logo.svg) no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: 0.5em;
    text-indent: 9999px;
    width: 82px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
a#webolution:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.logos.row img {
    height: 50px;
    width: auto;
    margin: 0 1em 2em;
}
/* =WordPress Code
-----------------------------------------------------------------------------*/
a.post-edit-link {
    background: #F00;
    color: #fff !important;
    font-size: 14px;
    float: right;
    padding: 8px 15px;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
@media only screen and (max-width: 1820px) {
    .hero .left .center-y {
        padding: 26% 21.7% 0 12.7%;
    }
}
@media only screen and (max-width: 1680px) {
    .maximum {
        padding: 0 60px;
    }
    .social-fixed {
        right: 16px;
    }
    .scroll-down {
        right: 21px;
    }
    #logo {
        margin-left: 9%;
    }
    header a.btn.book {
        margin-right: 9%;
    }
    .hero .left .center-y {
        padding: 26% 16% 0 7.5%;
    }
    .hero .left .center-y a.btn {
        position: relative;
        left: -9%;
    }
    .hero .left {
        background: 36% 6% url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    }
    .contact.hero .left .center-y {
        padding: 26% 27% 0 5.5%;
    }
}
@media only screen and (max-width: 1480px) {
    .hero .left {
        background: 36% 5% url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    }
    .hero h1 {
        font-size: 34px;
        margin-left: 38px;
    }
    .post-content {
        padding: 0 18px;
    }
    .posts .post h3 a {
        font-size: 21px;
        padding: 15px 15px 18px;
    }
    .posts .post a.btn.bordered {
        padding: 0;
        width: 46%;
        max-width: 150px;
    }
    .posts .post .price a.btn.bordered {
        width: 100%;
    }
    .posts.blog .post a.btn.bordered {
        width: 130px;
        max-width: none;
    }
    .maximum {
        padding: 0 40px;
    }
    .social-fixed, .scroll-down {
        display: none;
    }
    #logo {
        margin-left: 3%;
    }
    header a.btn.book {
        margin-right: 3%;
    }
    .hero .left .center-y {
        padding: 26% 9% 0 9%;
    }
    .hero .left .center-y a.btn {
        left: 0%;
    }
    .hero .left {
        background: 48% 2% url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    }
    .contact.hero .left .center-y {
        padding: 24% 11% 0 5.5%;
    }
    .row.awards .maximum {
        padding: 70px 50px;
    }
    .full-gallery {
        padding: 0 7%;
    }
    #map {
        margin-top: 40px;
    }
    ul#menu-main-navigation {
        width: 40%;
    }
}
@media only screen and (max-width: 1239px) {
    header.row {
        height: 88px;
        padding-top: 22px;
    }
    .hero, .hero .left, .hero .right, #slider, .slide {
        height: calc(100vh - 130px);
    }
    header #logo {
        margin-top: 14px;
    }
    .hero {
        margin-top: 88px;
    }
    header a.btn.book {
        margin-right: 0;
    }
    .hero h1 {
        font-size: 32px;
    }
    .hero .left {
        background: 48% 0% url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
        width: 44%;
    }
    .hero.contact .left {
        background: 48% 7% url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    }
    .hero .right {
        width: 56%;
    }
    /* =Main Navigation
-----------------------------------------------------------------------------*/
    ul#menu-main-navigation {
        display: none;
    }
    .menu-button {
        display: block;
        width: 75px;
        height: 19px;
        position: fixed;
        left: 40px;
        top: 30px;
        z-index: 10001;
    }
    /* =Responsive Overlay Menu
-----------------------------------------------------*/
    .menu-button a {
        cursor: pointer;
        display: block;
        width: 22px;
        height: 22px;
        background: url(images/menu.svg) left center no-repeat;
        padding-left: 35px;
        line-height: 22px;
        color: #0f0e9f;
        font-weight: bold;
    }
    .menu-button.btn-close a {
        background: url(images/close.svg) left center no-repeat;
    }
    .nav-overlay .quick-links a {
        display: inline-block;
        margin-right: 0.5em;
        background: url(images/pin.svg) center center no-repeat;
        background-size: auto 100%;
        padding-top: 35px;
        font-size: 0.857em;
    }
    #menu-responsive-navigation .sub-menu {
        display: none;
    }
    #menu-responsive-navigation {
        width: 100%;
        float: left;
    }
    #menu-responsive-navigation li {
        width: 100%;
        float: left;
    }
    #menu-responsive-navigation a {
        color: #333;
        border-bottom: 4px solid #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 14px 20px;
        display: block;
    }
    #menu-responsive-navigation li ul li a {
        font-size: 0.929em;
        opacity: 0.7;
    }
    #menu-responsive-navigation li.current-menu-item a {
        font-weight: bold;
        font-size: 15px;
        position: relative;
        color: #0f0e9f;
    }
    #menu-responsive-navigation li.current-menu-item a:after {
        content: "";
        background: #0f0e9f;
        height: 2px;
        width: 50px;
        left: 50%;
        margin-left: -25px;
        bottom: -2px;
        position: absolute;
    }
    #menu-responsive-navigation .sub-menu {
        display: none;
    }
    header .row.menu {
        height: 60px;
    }
    #logo {
        position: absolute;
        margin-left: 30px;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        margin-left: 0;
    }
    .row.awards .maximum {
        background: url(images/left-diagonal.png) left top no-repeat, url(images/right-diagonal.jpg) 400px top no-repeat;
    }
    .row.awards .maximum {
        padding: 50px 40px;
    }
    .full-gallery {
        padding: 0 2%;
    }
    span.price, .posts .post a.btn.bordered {
        max-width: 114px;
    }
    .press-logos {
        box-sizing: border-box;
        padding: 0 35px;
    }
    .row.awards .column.middle, .row.awards .column, .row.awards .column.last {
        width: 100%;
        text-align: center;
        float: none;
    }
    .row.awards .column.middle {
        margin-top: 3em;
        margin-bottom: 3em
    }
    .row.awards .column.last h2, .row.awards .maximum h2 {
        text-align: center;
        width: 100%;
    }
    .row.awards .maximum {
        background: url(images/left-diagonal.png) left bottom no-repeat, url(images/right-diagonal.jpg) 360px top no-repeat;
    }
    .awards .column.last p {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1080px) {
    .inner .posts .post, .inner .posts .post:nth-child(3n) {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 4em;
    }
    .inner .posts .post:nth-child(2n) {
        margin-right: 0;
    }
    .inner .posts .post:nth-child(2n+1) {
        clear: left;
    }
    .inner .posts .post:nth-child(3n+1) {
        clear: none;
    }
    .full-gallery .ngg-gallery-thumbnail-box:nth-child(1), .full-gallery .ngg-gallery-thumbnail-box:nth-child(2), .full-gallery .ngg-gallery-thumbnail-box:nth-child(4), .full-gallery .ngg-gallery-thumbnail-box:nth-child(5), .full-gallery .ngg-gallery-thumbnail-box:nth-child(13), .full-gallery .ngg-gallery-thumbnail-box:nth-child(14), .full-gallery .ngg-gallery-thumbnail-box:nth-child(16), .full-gallery .ngg-gallery-thumbnail-box:nth-child(17), .full-gallery .ngg-gallery-thumbnail-box:nth-child(25), .full-gallery .ngg-gallery-thumbnail-box:nth-child(26), .full-gallery .ngg-gallery-thumbnail-box:nth-child(27), .full-gallery .ngg-gallery-thumbnail-box:nth-child(28), .full-gallery .ngg-gallery-thumbnail-box:nth-child(29), .full-gallery .ngg-gallery-thumbnail-box:nth-child(30), .full-gallery .ngg-gallery-thumbnail-box:nth-child(31), .full-gallery .ngg-gallery-thumbnail-box:nth-child(32) {
        height: 200px;
    }
    .full-gallery .ngg-gallery-thumbnail-box, .full-gallery .ngg-gallery-thumbnail-box:nth-child(7), .full-gallery .ngg-gallery-thumbnail-box:nth-child(8), .full-gallery .ngg-gallery-thumbnail-box:nth-child(9), .full-gallery .ngg-gallery-thumbnail-box:nth-child(10), .full-gallery .ngg-gallery-thumbnail-box:nth-child(12), .full-gallery .ngg-gallery-thumbnail-box:nth-child(19), .full-gallery .ngg-gallery-thumbnail-box:nth-child(20), .full-gallery .ngg-gallery-thumbnail-box:nth-child(21), .full-gallery .ngg-gallery-thumbnail-box:nth-child(22) {
        height: 400px;
    }
    .full-gallery .ngg-gallery-thumbnail-box {
        padding: 6px;
    }
    span.price, .posts .post a.btn.bordered {
        max-width: 110px;
    }
}
@media only screen and (max-width: 940px) {
    header a.btn.tel {
        text-indent: -9999px;
        padding-left: 0;
        width: 20px;
        margin-right: 5px;
    }
    header a.btn.book {
        padding: 0 14px;
        letter-spacing: 0.2px;
    }
    .hero .left, .hero .right {
        width: 100%;
    }
    .hero.contact .right {
        min-height: auto !important;
        padding-top: 80px;
        padding-bottom: 35px;
    }
    .hero, .hero .left, .hero .right, #slider, .slide {
        height: auto;
        max-height: none;
    }
    .hero, .hero .left {
        min-height: auto !important;
    }
    .row.bottom-form .maximum {
        padding-top: 60px;
        padding-bottom: 55px;
    }
    .hero .left {
        background: center 40px url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    }
    .hero.contact .left {
        background: center 7% url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    }
    .contact.hero .left .center-y {
        padding: 200px 0 2em;
    }
    .hero h1 {
        margin-left: 0;
        text-align: center;
    }
    .hero .left .center-y {
        padding: 225px 10% 4.5em 10%;
        height: auto;
        position: static;
        top: auto;
        left: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
    }
    footer .half, footer .half.left {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    footer .half.left {
        margin-top: 35px;
    }
    footer .half.right {
        max-width: 422px;
        margin: 0 auto;
        float: none;
    }
    footer .center-x {
        width: 80%;
    }
    footer span.web-design {
        margin-top: 5px;
    }
    footer span.copyright, footer span.web-design {
        float: none;
    }
    footer {
        padding: 34px 0 20px;
    }
    .press .maximum {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 860px) {
    .posts .post {
        width: 100%;
        margin-bottom: 3em;
    }
    .posts .post:last-child {
        margin-bottom: 0;
    }
    .post-content {
        padding: 0 30px;
    }
    .posts.blog .post a.btn.bordered {
        width: 150px;
    }
    .post-content p {
        font-size: 0.929em;
        padding: 0 2em;
        margin-bottom: 25px;
    }
    .blog .post-content p {
        padding: 0 1em;
        margin-bottom: 25px;
    }
    .post-content .metadata {
        padding-left: 2em;
    }
    .blog .post-content .metadata {
        padding-left: 0;
    }
    .posts .post h3 a {
        font-size: 22px;
        padding: 25px 15px 25px;
    }
    footer .social li a {
        width: 24px;
        margin-right: 2px;
    }
    .inner .posts .post, .inner .posts .post:nth-child(3n) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3em;
    }
    .inner .posts .post:nth-child(2n+1) {
        clear: none;
    }
    .full-gallery {
        padding: 0;
    }
    .full-gallery .ngg-gallery-thumbnail-box:nth-child(1), .full-gallery .ngg-gallery-thumbnail-box:nth-child(2), .full-gallery .ngg-gallery-thumbnail-box:nth-child(4), .full-gallery .ngg-gallery-thumbnail-box:nth-child(5), .full-gallery .ngg-gallery-thumbnail-box:nth-child(13), .full-gallery .ngg-gallery-thumbnail-box:nth-child(14), .full-gallery .ngg-gallery-thumbnail-box:nth-child(16), .full-gallery .ngg-gallery-thumbnail-box:nth-child(17), .full-gallery .ngg-gallery-thumbnail-box:nth-child(25), .full-gallery .ngg-gallery-thumbnail-box:nth-child(26), .full-gallery .ngg-gallery-thumbnail-box:nth-child(27), .full-gallery .ngg-gallery-thumbnail-box:nth-child(28), .full-gallery .ngg-gallery-thumbnail-box:nth-child(29), .full-gallery .ngg-gallery-thumbnail-box:nth-child(30), .full-gallery .ngg-gallery-thumbnail-box:nth-child(31), .full-gallery .ngg-gallery-thumbnail-box:nth-child(32) {
        height: 170px;
    }
    .full-gallery .ngg-gallery-thumbnail-box, .full-gallery .ngg-gallery-thumbnail-box:nth-child(7), .full-gallery .ngg-gallery-thumbnail-box:nth-child(8), .full-gallery .ngg-gallery-thumbnail-box:nth-child(9), .full-gallery .ngg-gallery-thumbnail-box:nth-child(10), .full-gallery .ngg-gallery-thumbnail-box:nth-child(12), .full-gallery .ngg-gallery-thumbnail-box:nth-child(19), .full-gallery .ngg-gallery-thumbnail-box:nth-child(20), .full-gallery .ngg-gallery-thumbnail-box:nth-child(21), .full-gallery .ngg-gallery-thumbnail-box:nth-child(22) {
        height: 340px;
    }
    .tour-content > .left, .tour-content .column.right {
        width: 100%;
    }
    .tour-content .column.right.btm-margin {
        margin-bottom: 4em;
    }
    .tour-content > .left {
        padding-right: 0;
    }
    .tour-content .column.right {
        margin-top: 40px;
    }
    #top-box.btm-space {
        margin-bottom: 0
    }
    #map {
        margin-bottom: 4px;
    }
}
@media only screen and (max-width: 750px) {
    #slider, #slider .slide, .hero .right {
        min-height: 470px !important;
    }
    a.btn {
        padding: 0 45px;
        font-size: 15px;
    }
    .full-gallery .ngg-gallery-thumbnail-box:nth-child(1), .full-gallery .ngg-gallery-thumbnail-box:nth-child(2), .full-gallery .ngg-gallery-thumbnail-box:nth-child(4), .full-gallery .ngg-gallery-thumbnail-box:nth-child(5), .full-gallery .ngg-gallery-thumbnail-box:nth-child(13), .full-gallery .ngg-gallery-thumbnail-box:nth-child(14), .full-gallery .ngg-gallery-thumbnail-box:nth-child(16), .full-gallery .ngg-gallery-thumbnail-box:nth-child(17), .full-gallery .ngg-gallery-thumbnail-box:nth-child(25), .full-gallery .ngg-gallery-thumbnail-box:nth-child(26), .full-gallery .ngg-gallery-thumbnail-box:nth-child(27), .full-gallery .ngg-gallery-thumbnail-box:nth-child(28), .full-gallery .ngg-gallery-thumbnail-box:nth-child(29), .full-gallery .ngg-gallery-thumbnail-box:nth-child(30), .full-gallery .ngg-gallery-thumbnail-box:nth-child(31), .full-gallery .ngg-gallery-thumbnail-box:nth-child(32) {
        height: 120px;
    }
    .full-gallery .ngg-gallery-thumbnail-box, .full-gallery .ngg-gallery-thumbnail-box:nth-child(7), .full-gallery .ngg-gallery-thumbnail-box:nth-child(8), .full-gallery .ngg-gallery-thumbnail-box:nth-child(9), .full-gallery .ngg-gallery-thumbnail-box:nth-child(10), .full-gallery .ngg-gallery-thumbnail-box:nth-child(12), .full-gallery .ngg-gallery-thumbnail-box:nth-child(19), .full-gallery .ngg-gallery-thumbnail-box:nth-child(20), .full-gallery .ngg-gallery-thumbnail-box:nth-child(21), .full-gallery .ngg-gallery-thumbnail-box:nth-child(22) {
        height: 240px;
    }
}
@media only screen and (max-width: 670px) {
    #logo {
        left: 80px;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
    }
    .menu-button a {
        text-indent: -9999px;
    }
    .hero {
        margin-top: 66px;
    }
    #top-box {
        margin-top: 70px;
    }
    #slider, #slider .slide, .hero .right {
        min-height: 400px !important;
    }
    header a.btn.book {
        padding: 0 19px;
    }
    .hero h1 {
        font-size: 28px;
    }
    .intro h1, .intro h2 {
        font-size: 27px;
    }
    header.row, header.scroll {
        height: 66px;
        padding-top: 12px;
    }
    .nav-overlay {
        padding: 70px 0 0;
    }
    .menu-button {
        top: 20px;
    }
    .post-content {
        padding: 0 22px;
    }
    .intro {
        margin: 40px auto;
    }
    .hero.contact .right {
        padding-top: 60px;
        padding-bottom: 15px;
    }
    .blog-post .entry-content {
        columns: 1;
        padding: 0 14px;
    }
    .blog-post img.attachment-large, .full-gallery.max-1000 .ngg-galleryoverview {
        padding: 14px;
    }
}
@media only screen and (max-width: 530px) {
    .hero.contact .right .cform ol li {
        width: 100%;
    }
}
@media only screen and (max-width: 510px) {
    #logo {
        width: 184px;
    }
    .hide-m {
        display: none;
    }
    footer span.web-design {
        float: none;
    }
    footer .half.right {
        max-width: 330px;
    }
    footer .social {
        width: 100%;
    }
    .full-gallery .ngg-gallery-thumbnail-box:nth-child(1), .full-gallery .ngg-gallery-thumbnail-box:nth-child(2), .full-gallery .ngg-gallery-thumbnail-box:nth-child(4), .full-gallery .ngg-gallery-thumbnail-box:nth-child(5), .full-gallery .ngg-gallery-thumbnail-box:nth-child(13), .full-gallery .ngg-gallery-thumbnail-box:nth-child(14), .full-gallery .ngg-gallery-thumbnail-box:nth-child(16), .full-gallery .ngg-gallery-thumbnail-box:nth-child(17), .full-gallery .ngg-gallery-thumbnail-box:nth-child(25), .full-gallery .ngg-gallery-thumbnail-box:nth-child(26), .full-gallery .ngg-gallery-thumbnail-box:nth-child(27), .full-gallery .ngg-gallery-thumbnail-box:nth-child(28), .full-gallery .ngg-gallery-thumbnail-box:nth-child(29), .full-gallery .ngg-gallery-thumbnail-box:nth-child(30), .full-gallery .ngg-gallery-thumbnail-box:nth-child(31), .full-gallery .ngg-gallery-thumbnail-box:nth-child(32) {
        height: 100px;
    }
    .full-gallery .ngg-gallery-thumbnail-box, .full-gallery .ngg-gallery-thumbnail-box:nth-child(7), .full-gallery .ngg-gallery-thumbnail-box:nth-child(8), .full-gallery .ngg-gallery-thumbnail-box:nth-child(9), .full-gallery .ngg-gallery-thumbnail-box:nth-child(10), .full-gallery .ngg-gallery-thumbnail-box:nth-child(12), .full-gallery .ngg-gallery-thumbnail-box:nth-child(19), .full-gallery .ngg-gallery-thumbnail-box:nth-child(20), .full-gallery .ngg-gallery-thumbnail-box:nth-child(21), .full-gallery .ngg-gallery-thumbnail-box:nth-child(22) {
        height: 200px;
    }
    .full-gallery .ngg-gallery-thumbnail-box {
        padding: 4px;
    }
    .tour-content .texts {
        padding: 1em 1.5em;
    }
    .tour-content.new a.btn.bordered.book-now{
        margin-bottom: 1em auto;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .tour-content .texts .price {
        width: 110px;
        top: 1em;
    }
    footer .half.left {
        margin-top: 65px;
    }
    footer .center-x {
        width: 264px;
    }
    .press-logos a {
        padding: 0 8px;
    }
}
@media only screen and (max-width: 420px) {
    header #logo {
        left: 50px;
        margin-top: 12px;
    }
    header a.btn.tel {
        margin-right: 2px;
    }
    .cform ol li {
        width: 100%;
    }
    .intro h1, .intro h2 {
        font-size: 25px;
        margin-bottom: 12px;
        letter-spacing: 1.5px;
    }
    .inner.intro p {
        margin-bottom: 14px;
    }
    .maximum {
        padding: 0 12px;
    }
    .menu-button {
        left: 14px;
    }
    #slider, #slider .slide, .hero .right {
        min-height: 350px !important;
    }
    .post-content {
        padding: 0 18px;
    }
    .posts .post h3 a {
        font-size: 21px;
        padding: 18px 15px;
    }
    .post-content p, .blog .post-content p {
        padding: 0;
    }
    .blog .post-content {
        padding: 5px 18px 25px;
    }
    .intro {
        margin: 30px auto;
    }
    .intro p {
        margin-bottom: 30px;
    }
    span.price {
        margin-right: 15px;
        max-width: 45%;
    }
    .hero p {
        margin-bottom: 15px;
    }
    .hero .left {
        background: center 30px url(images/logo.png) no-repeat, url(images/diagonal.jpg) right top no-repeat;
    }
    .hero .left .center-y {
        padding: 210px 1.25em 3em;
    }
    .row.awards .maximum h2 {
        font-size: 26px;
    }
    h2.larger {
        font-size: 30px;
    }
    .slick-arrow {
        width: 160px;
    }
    .cf_hidden {
        display: none;
    }
    .cform ol li {
        margin-bottom: 15px;
    }
    .row.bottom-form .maximum {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .full-gallery .ngg-gallery-thumbnail-box {
        width: 50% !important;
        height: 130px !important;
        padding: 2px;
    }
    #map {
        margin-top: 12px;
        height: 400px;
    }
    .hero.contact .right {
        padding-top: 30px;
        padding-bottom: 5px;
    }
    .menu-button a {
        padding-left: 30px;
    }
    .blog-post .entry-content {
        padding: 0 12px;
    }
    .blog-post img.attachment-large, .full-gallery.max-1000 .ngg-galleryoverview {
        padding: 12px;
    }
    a.btn.bordered {
        line-height: 44px;
        height: 44px;
    }
    ul#menu-footer-navigation {
        line-height: 1.2;
    }
    .tour-content .texts .price {
        width: 80px;
        top: 14px;
        height: 36px;
        line-height: 36px;
    }
    span.persons {
        margin-left: 12px;
    }
    .tour-content .texts {
        margin-bottom: 14px;
    }
    .tour-content .column.right {
        margin-top: 14px;
    }
    footer.inner {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 360px) {
    #logo {
        width: 165px;
    }
}
/* =Cookies Popup
-----------------------------------------------*/
#cookie-law-info-bar {
    box-sizing: border-box;
    max-width: 385px !important;
    width: calc(100% - 24px) !important;
    bottom: 12px !important;
    left: 12px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px !important;
}
a#wt-cli-accept-all-btn {
    background: #000 !important;
}
#cookie-law-info-again {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
    box-shadow: #ddd 2px 2px 10px 2px !important;
}
table.cookielawinfo-classic {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    font-size: 15px !important;
    text-align: left;
    margin-bottom: 1em;
}
.cli-modal .cli-modal-dialog {
    font-size: 13px !important;
}
.cli-modal-body * {
    font-size: 13px !important;
}
#cookie-law-info-bar a {
    font-weight: 600 !important;
}
#cookie-law-info-bar a:hover {
    opacity: 0.8;
}
.wt-cli-cookie-bar-container * {
    font-size: 12px !important;
}
.cli_cookie_category_single h5 {
    font-size: 16px;
    margin-bottom: 0.75em;
}
.cli-tab-container h4 {
    font-size: 15px !important;
}
.cli-bar-popup .cli-preference-btn-wrapper a {
    border: none !important;
}
.cookielawinfo-column-1 {
    width: 18% !important;
}
.cookielawinfo-column-5 {
    width: 35% !important;
}
.cli-preference-btn-wrapper {
    align-items: normal !important;
}
.wt-cli-cookie-bar-container[data-banner-version="3.0"] #wt-cli-cookie-banner .cli_settings_button{
        padding: 0 !important;
        margin: 0 !important; width: auto !important;
    }

@media screen and (min-width:985px) {
        .cli-bar-message {
        width: calc(100% - 280px) !important;
    }
}
@media screen and (max-width:985px) {
    .cli-bar-message {
        margin-bottom: 12px !important;
    }
}
@media screen and (max-width:768px) {
#cookie-law-info-bar .cli-plugin-button, #cookie-law-info-bar .cli-plugin-main-button{
    width: 47% !important;
}
}

@media screen and (max-width:560px) {
    table.wt-cli-element.cookielawinfo-classic.cookielawinfo-row-cat-table td {
        line-height: 1.15 !important;
    }
    table.cookielawinfo-classic th {
        font-size: 12px !important;
    }
    table.cookielawinfo-classic td, table.cookielawinfo-classic th {
        padding: 4px 5px !important;
    }
    .cookielawinfo-column-1 {
        width: 25% !important;
    }
    .cookielawinfo-column-3 {
        width: 25% !important;
    }
    .cookielawinfo-column-4 {
        width: 50% !important;
    }
}