/*
Theme Name: Saint Paul's
Theme URI: http://ipoint.com.mt/
Author: Ipoint Int.
Author URI: http://ipoint.com.mt/
Description: Custom theme for the "66 Saint Paul's" website
Version: latest
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Custom, Gray, Black, White, Responsive, Fullwidth
Text Domain: themedomain
*/
@font-face {
    font-family: "DINbek";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/dinbek-regular/dinbek-regular.eot") format("embedded-opentype"),
    url("fonts/dinbek-regular/dinbek-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/dinbek-regular/dinbek-regular.woff2") format("woff2"),
    url("fonts/dinbek-regular/dinbek-regular.woff") format("woff"),
    url("fonts/dinbek-regular/dinbek-regular.ttf") format("truetype"),
    url("fonts/dinbek-regular/dinbek-regular.svg#dinbek-regular") format("svg");
}

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

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

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

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

input, textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 18px;
    letter-spacing: 1px;
    background-color: rgb(231, 231, 230);
    overflow-x:hidden;
}

img {
    border: 0;
}

h1, h2, h3, h4, p, ul, li, button, input, textarea {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-weight: normal;
}

a, button, input, textarea {
    border: 0;
    outline: 0;
}

button, input, textarea {
    box-shadow: none;
    text-shadow: none;
}

button, input {
    border-radius: 0;
}

a {
    text-decoration: none;
}

nav ul {
    list-style-type: none;
}

p {
    font-family: "DinPro";
    /*font-family: "DINBek";*/
    color: rgb(168, 167, 167);
    line-height: 23px;
}
ul.sub-menu a {
    text-transform: capitalize;
}
button {
    cursor: pointer;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fjb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.float_right {
    float: right;
}

.clearfix {
    display: table;
    width: 100%;
}

.inline_space_fix {
    font-size: 0;
    letter-spacing: 0;
}

.main_content {
    box-sizing: border-box;
}

.main_wrapper {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.main_wrapper_small {
    width: 76%;
    margin: 0 auto;
    position: relative;
}

.main_wrapper_wide {
    width: 96%;
    margin: 0 auto;
}

.header_background_wrapper {
    height: 520px;
}
.galleryWrap
{
    padding: .5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}


.gallItem {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: initial;
    margin: .5%;
    flex-basis: 31%;
    border: 1px solid #cecece;
    padding: 0.5%;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 1px #c2c2c2;
    height: 242px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.gallItem a
{
    display: block;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.gallItem img
{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: none;
}


/*.gallItem a:hover > img
{
    transform: scale(1.1);
}*/
.gallItem:hover {
    border-color: #000000;
}
.testimonialsWrap{
    padding: .5vw;
    font-size: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.testimonialItem{
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: initial;
    margin: .5%;
    flex-basis: 100%;
    border: 1px solid #cecece;
    padding: 0.5%;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 1px #c2c2c2;
    height: 242px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.testimonials_section i, .testimonialItem i{
    font-size: 10px;
    margin: 0px 7px;
    padding-top: 2px;
    padding-bottom: 0px;
    line-height: 16px;
    border-left: 2px solid rgb(168, 167, 167);
}
.testimonialItem:hover{
    border-color: #000000;

}
.header_background_home {
    min-height: 565px;
}

.header_content {
    padding-top: 57px;
    text-align: center;
}

.owner_logo_link {
    float: left;
}

.owner_logo img {
    width: 179px;
    height: 130px;
    vertical-align: top;
}

.navbar_scrolled .owner_logo_link {
    margin-left: 5%;
}

.navbar_scrolled .owner_logo img {
    height: 96px;
    width: 134px;
}

.main_button {
    width: 249px;
    height: 117px;
    line-height: 117px;
    background-color: black;
    color: white;
    box-sizing: border-box;
    display: inline-block;
    font-family: "DINBek";
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.important_button {
    text-transform: uppercase;
}

.short_button {
    height: 98px;
    line-height: 98px;
}

.facilities_button {
    margin-top: 27px;
    height: 58px;
    line-height: 58px;
}

.navbar_scrolled {
    font-size: 0;
    letter-spacing: 0;
    position: fixed;
    width: 100%;
    z-index: 111;
    top: -138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar_main_part {
    background-color: black;
    padding: 21px 0;
    -ms-flex-preferred-size: 89%;
    flex-basis: 89%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar_button {
    background-color: white;
    display: inline-block;
    vertical-align: top;
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
    height: 138px;
    text-align: center;
}

.navbar_button a {
    font: 18px "BodoniBT-Book";
    display: block;
    color: black;
    height: 100%;
}

.navbar_button_text {
    display: inline-block;
    margin-top: 71px;
}

.main_menu_unscrolled .decorative_line {
    margin-bottom: 18px;
    width: 139px;
}

.main_menu_unscrolled {
    text-align: left;
    display: inline-block;
}

.main_menu_unscrolled nav > div > ul > li {
    margin-bottom: 8px;
}

.main_menu nav > div > ul > li > a {
    color: white;
    text-transform: uppercase;
    font-family: "BodoniBT-Book";
}

.main_menu ul ul {
    display: none;
}

.main_menu_unscrolled .active_nav_link ul {
    display: block;
}

.main_menu_scrolled ul ul {
    background-color: black;
    position: absolute;
    padding: 26px 29px;
    left: -28px;
    width: 276px;
}

.main_menu_unscrolled ul ul {
    padding: 18px 0 10px;
}

.main_menu ul ul li {
    margin-bottom: 1px;
}

.main_menu ul ul li:last-of-type {
    margin-bottom: 0;
}

.main_menu ul ul a {
    color: rgb(177, 177, 177);
    font-family: "DINbek";
}

.main_menu_unscrolled li.active_nav_link ul {
    display: block;
}

.main_menu nav > div > ul > .active_nav_link > a {
    font-family: "BodoniBT";
    font-weight: bold;
}

.main_menu ul ul .active_nav_link > a {
    color: white;
}

.main_menu_scrolled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    width: 85%;
    margin: 34px 0 0 0;
    vertical-align: top;
    /*float: right;*/
    padding: 0 2%;
}

.main_menu_scrolled .menu-main-menu-container {
    padding-right:35px;
}

.main_menu_scrolled li {
    font-size: 18px;
    letter-spacing: 1px;
}

.main_menu_scrolled nav > div > ul > li {
    display: inline-block;
    margin-right: 2.5vw;
    position: relative;
    padding-top: 16px;
}

.main_menu_scrolled nav > div > ul > li:last-of-type {
    margin-right: 0;
}

.main_menu_scrolled nav > div > ul > .active_nav_link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 70%;
    border-top: 2px solid rgb(177, 177, 177);
}

.availability_section {
    background-color: white;
    width: 64%;
    position: absolute;
    top: -68px;
    right: 0;
}

.availability_fields {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    padding-top: 76px;
}

.availability_field {
    display: inline-block;
    margin-right: 14%;
}

.availability_field:last-of-type {
    margin-right: 0;
}

.availability_field_inner {
    display: inline-block;
}

.availability_label {
    font: 18px "DINBek";
    color: rgb(168, 167, 167);
    letter-spacing: 1px;
}

.availability_input {
    font: 72px "BodoniBT-Book";
    letter-spacing: 3px;
    margin-top: -6px;
}

.availability_section .main_button {
    position: absolute;
    top: 74px;
    right: -170px;
}

.availability_field_inner_guests {
    margin: 0 4px;
}

.availability_section_wrapper {
    height: 250px;
}

.dropdown_arrow_button {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid rgb(177, 177, 177);
    background-color: transparent;
    vertical-align: top;
    margin: 58px 0 0 11px;
}

.guests_plus_minus {
    background-color: transparent;
    color: rgb(168, 167, 167);
    font: 36px "DINBek";
    vertical-align: top;
    margin-top: 39px;
}

.dropdown_arrow_button::-moz-focus-inner, .availability_section .main_button::-moz-focus-inner {
    border: 0;
}

.main_button:hover {
    background-color: rgb(33, 33, 33);
}

.intro_section {
    background: url('images/66-gray.svg') bottom -126px right -6% no-repeat;
    background-size: 19%;
}

.origins_section {
    width: 100%;
    position: relative;
}

.prominent_article_right {
    background-color: white;
    float: right;
    width: 49%;
}

.testimonials_section .prominent_article_left {
    background-color: white;
    float: left;
    width: 100%;
}
.testimonials_section .main_button{
    position: absolute;
    right: 100px;
    width: auto;
    padding: 0 40px;
}
.testimonials_author_details{
    font-family: "DINBek";
    color: rgb(168, 167, 167);
    line-height: 23px;
    margin-top: 50px;
}

.testimonials_author_details .country{
    font-size: 18px;
    height: 20px;
    margin: 0;
    color: rgb(168, 167, 167);;
    line-height: 20px;
    /* vertical-align: middle; */
    font-size: 16px;
    font-weight: normal;
}
.testimonials_author_details strong{

    height: 20px;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
}
.testimonials_author_details strong:first-child{
    color: #000;
}
.testimonials_section .second_article_content{
    font-family: "DinPro";
    font-family: "DINBek";
    color: rgb(168, 167, 167);
    line-height: 23px;
}
.testimonials_section .decorative_line{
    display:none;
}

/* Testimonials page */

.testimonials .testimonialItem{
    flex-basis:100%;
    padding: 40px 50px 40px;
    height:auto;
    opacity: 1;
    transition: all .7s ease;
}
.testimonials .testimonials_author_details {
    margin-top: 20px;
    font-size:16px;
}
.testimonials .testimonialItem .second_article_content{
    font-size: 15px;
    font-family: "DINBek";
    color: rgb(168, 167, 167);
    line-height: 23px;
}
.prominent_article_left {
    background-color: white;
    float: left;
    width: 48%;
}

.prominent_article_right .main_button {
    margin-top: 39px;
}

.prominent_article_left .main_button {
    margin-top: 50px;
}

.prominent_article_right_inner {
    padding: 123px 15% 60px 34%;
}
.testimonials_section .prominent_article_left_inner{
    padding: 80px 70px 100px 70px;
}

.prominent_article_left_inner {
    padding: 171px 48% 106px 12%;
}

.article_heading {
    margin: 24px 0 23px;
    text-transform: uppercase;
    font: 40px "BodoniBT-Book";
    letter-spacing: 3px;
}

.prominent_article_image {
    position: relative;
}

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

.intro_image {
    margin: -110px -50% 0 0;
    width: 60%;
    float: left;
}
.header
{
    position: relative;
}
.headerOverlay
{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.testimonials_section{
    margin-bottom: 150px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.spa_section {
    background: url('images/66-gray.svg') top 0 right 21% no-repeat;
    background-size: 19%;
    position: relative;
}

.spa_image {
    float: right;
    margin: 171px 0 0 -50%;
    width: 70%;
}

.decorative_line {
    width: 190px;
    border-bottom: 2px solid rgb(177, 177, 177);
}

.about_article {
    background: url('images/maltese-cross.png') no-repeat;
    margin-top: 168px;
    padding-bottom: 86px;
}

.medial_article_inner {
    /*padding-left: 30%;*/
    width: 60%;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
}

.medial_article_inner p {
    font-size: 18px;
    letter-spacing: 1px;
}

.medial_article_inner h2 {
    font-size: 48px;
    letter-spacing: 3px;
}

.center_article {
    position: relative;
    margin: 0 auto;
    width: 850px;
}

.center_article_content {
    width: 517px;
}

.center_article p, .center_article a {
    font-size: 18px;
    letter-spacing: 1px;
}

.center_article h2 {
    font-size: 48px;
    letter-spacing: 3px;
}

.center_article .main_button {
    position: absolute;
    bottom: 4px;
    right: 0;
}

.cafe_article .center_article_content {
    width: 575px;
}

.about_content p {
    display: inline-block;
    width: 27%;
    margin-right: 2%;
    vertical-align: top;
}

.intermittent_landscape {
    height: 394px;
    margin-bottom: 97px;
}

.rooms_article {
    margin-bottom: 68px;
}

.room_showcase {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 130px;
}

.showcase_item {
    height: 392px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    position: relative;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.showcase_subtitle {
    font-family: "DINBek";
    color: rgb(168, 167, 167);
    line-height: 23px;
}

.standard_gallery div {
    height: 100%;
}

.standard_gallery a {
    display: block;
    height: 100%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.standard_gallery figure {
    height: 564px;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0 0;
}

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

.standard_gallery figure:last-of-type {
    margin-right: 0;
}

.standard_gallery a:hover {
    opacity: 0.9;
}

.showcase_item:nth-of-type(3n+3) {
    margin-right: 0;
}

.showcase_caption_box {
    position: absolute;
    width: 85%;

    display: inline-block;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
}

.showcase_item_description {
    /*width: 75%;*/
    width: 100%;

    text-align: left;
    display: inline-block;
    vertical-align: top;
    background-color: black;
    font-size: 18px;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 25px 5% 18px;
}

.showcase_item_description h3 {
    font: 18px "DINBek";
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 5px;
}

.showcase_item_price {
    width: 25%;
    min-height: 98px;
    display: inline-block;
    vertical-align: top;
    color: black;
}

.price_suffix {
    font: 18px "DINBek";
    letter-spacing: 1px;
    line-height: 23px;
}

.price_entry {
    font: 34px "BodoniBT-Book";
    letter-spacing: 3px;
    margin: 10px 0 0 0;
    line-height: 42px;
}

.cafe_article {
    margin: 120px 0 73px;
}

.cafe_section {
    padding-bottom: 166px;
}

.footer {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    background-color: rgb(13, 13, 16);
    padding: 75px 0 61px;
}

.footer_item, .footer_social_section {
    display: inline-block;
    vertical-align: top;
}

.footer_item {
    text-align: left;
    letter-spacing: 1px;
    margin-right: 7%;
}

/*.ipoint_section {
    margin-right: 0;
}*/

.footer, .footer_item a, .footer_contact_info {
    color: white;
}

.footer_item h2 {
    font: 24px "BodoniBT-Book";
    text-transform: uppercase;
    margin-top: 25px;
}

.footer_contact_info, .ipoint_section h2 {
    font: 12px "DINBek";
    font-weight: bold;
}

.ipoint_section h2 {
    margin-top: 27px;
    text-transform: none;
}

.social_link {
    display: inline-block;
    margin: 0 26px 26px 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.tripadvisor_link{
	display:none;
}

.twitter_link {
    position: relative;
    left: 8px;
}

.social_link:hover {
    opacity: 0.5;
}

.footer_social_section {
    max-width: 185px;
    margin-top: 24px;
    /*float: right;*/
}

.ipoint_logo_box {
    margin-top: 27px;
}

a.ftIpointLogo {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background-size: 100%;
    position: relative;
}

a.ftIpointLogo:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.ipointLogoSpriteAnimation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('images/ipoint-white-logo.svg') no-repeat 0 0%;
    background-size: 100%;
}

a.ftIpointLogo:hover .ipointLogoSpriteAnimation {
    background: url('images/ipoint-logo-sprite.png') no-repeat 0 0%;
    background-size: 100%;
    -webkit-animation: sprite 3.5s steps(72) infinite;
    -moz-animation: sprite 3.5s steps(72) infinite;
    -ms-animation: sprite 3.5s steps(72) infinite;
    -o-animation: sprite 3.5s steps(72) infinite;
    animation: sprite 3.5s steps(72) infinite;
}

img.preloadSpriteAnimImage {
    display: none;
}

@keyframes sprite {
    from {
        background-position: 0 0%;
    }
    to {
        background-position: 0 100%;
    }
}

.ie9 a.ftIpointLogo:hover {
    background: url('images/ipoint-white-logo.svg') no-repeat 0 0%;
    background-size: 100%;
}

.facilities_standard_row {
    position: relative;
    margin-top: 55px;
    font-size: 0;
    letter-spacing: 0;
}

.facilities_standard_row:last-of-type {
    padding-bottom: 200px;
}
.page-template-page-our-rooms .standard_left_column
{
    width: 76%
}
.page-template-page-our-rooms .page_main_article_location_inner
{
    padding: 96px 10% 87px 14%;
}
.standard_left_column {
    display: inline-block;
    width: 48%;

}
.page-template-page-location .standard_left_column
{
    max-width: 710px;
    width:100%;
}
.facilities_standard_right_column {
    width: 485px;
    float: right;
}
.home .intro_section
{
    padding-bottom: 97px;
}
.facilities_standard_article {
    background-color: white;
    font-size: 18px;
    letter-spacing: 1px;
}

.facilities_standard_article_inner {
    box-sizing: border-box;
    padding: 63px 5% 60px 12%;
}
.room_page .page_main_article,.page-template-page-facilities-standard .page_main_article
{
    margin-top: 0;
}
.page_main_article {
    margin-top: -35px;
    background-color: white;
    font-size: 18px;
    letter-spacing: 1px;
}

.page_main_article_inner {
    padding: 96px 43% 87px 16%;
    box-sizing: border-box;
    min-height: 455px;
}
.page-template-page-meeting-room .page_main_article_inner{
    padding: 96px 22% 37px 16%;
}
.page_main_article_inner p {
    margin-bottom: 45px;
}

.page_main_article_inner p:last-of-type {
    margin-bottom: 0;
}

.other_services_first_row .page_main_article_inner {
    padding-right: 20%;
}

.other_services_first_row .page_main_article_inner p {
    padding-right: 23%;
}

.page_main_article_facilities_standard_inner {
    padding: 96px 16% 87px;
}

.page_main_article_location_inner {
    padding-right: 29%;
}

.page-template-page-facilities-standard .facilities_standard_image {
    height: 364px;
}

.facilities_info_inner {
    /*height: 364px;*/
}

.page_landscape {
    height: 100%;
}

.facilities_standard_landscape {
    height: 397px;
    padding-bottom: 187px;
}

.excursions_landscape {
    height: 400px;
    padding-bottom: 176px;
}

.location_upper_landscape {
    height: 597px;
    padding-bottom: 142px;
}

.location_lower_landscape {
    height: 516px;
    padding-bottom: 196px;
}

.other_services_landscape {
    height: 398px;
}

.background_66_facilities_standard {
    background: url("images/66-gray.svg") no-repeat right 0 bottom -116px;
    background-size: 28%;
}

.background_66_excursions {
    background: url("images/66-gray.svg") no-repeat right 14% bottom 430px;
    background-size: 21%;
}

.background_66_other_services {
    background: url("images/66-gray.svg") no-repeat left 0 bottom -146px;
    background-size: 28%;
    height: 251px;
}

.background_66_our_rooms {
    background: url("images/66-gray.svg") no-repeat right 4% top 0;
    background-size: 21%;
    height: 115px;
}

.background_66_meeting_room {
    background: url("images/66-gray.svg") no-repeat left 4% top 0;
    background-size: 21%;
    height: 90px;
    margin-top: 35px;
}

.excursions_first_row {
    position: relative;
    margin-bottom: 82px;
}

.main_image {
    float: right;
    margin: 161px 0 0 -50%;
    position: relative;
}

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

.main_image_location {
    width: 63%;
}

.main_image_excursions {
    width: 56%;
}

.main_image_meeting_room {
    width: 53%;
}

.main_image_other_services {
    width: 60%;
}

.excursions_article_wrapper {
    margin: 0 22% 64px 18%;
}

.page-template-page-spaa .excursions_article_wrapper {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    margin-bottom: 64px;
}

.tours_showcase {
    text-align: center;
}

.tours_showcase .showcase_item {
    margin-bottom: 144px;
}

.showcase_item:hover {
    opacity: 0.9;
}

.page-template-page-spaa .showcase_item:hover {
	opacity:1;
}

.tours_showcase .price_entry {
    margin: 24px 0 0 0;
}

.spa_items .price_entry {
    margin-top: 10px;
}

.spa_items .duration {
    font-family: 'DINbek';
    font-size: 18px;
}

.tours_section {
    padding-bottom: 142px;
}

.location_first_row {
    position: relative;
    margin-bottom: 64px;
}

.location_about_article {
    margin-bottom: 95px;
}

.location_about_article .medial_article_inner {
    width: auto;
    /*padding-left: 37%;*/
}

.location_about_article .about_content p {
    width: 31%;
}

.location_about_article_lower {
    margin-bottom: 114px;
}

.other_services_first_row {
    position: relative;
    margin-bottom: 83px;
}

.other_services_articles {
    font-size: 0;
    letter-spacing: 0;
}

.inline_article {
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width: 29%;
    margin: 0 5% 123px 0;
}

.inline_article:nth-of-type(3n+3) {
    margin-right: 0;
}

.inline_article h3 {
    font-size: 30px;
}

.inline_article p {
    font-size: 18px;
    letter-spacing: 1px;
}

.our_rooms_first_row {
    padding-bottom: 167px;
}

.showcase_rich .showcase_item {
    margin-bottom: 146px;
}

.our_rooms_showcase {
    padding-bottom: 34px;
    margin-bottom: 0;
}

.room_info_article {
    min-height: 364px;
}

.room_featuring_inner {
    /*height: 535px;*/
}

.room_page p {
    font-family: "DINPro";
}
.room_page .image_slider
{
    /*height: 486px;*/
}
.image_slider {
    /*height: 535px;*/
    font-size: 0;
    letter-spacing: 0;
    position: relative;
}

.image_slider a, .image_slider img {
    display: block;
}

.image_slider figure {
    margin: 0;
}

.image_slider figure, .image_slider a, .image_slider img {
    height: 100%;
    width: 100%;
}

.image_slider_arrow {
    height: 81px;
    width: 94px;
    position: absolute;
    top: 0;
    display: inline-block;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.image_slider_arrow_left {
    left: 0;
    background: url("images/arrow-left.png") transparent center no-repeat;
    z-index: 100;
}

.image_slider_arrow_right {
    right: 0;
    background: url("images/arrow-right.png") transparent center no-repeat;
}

.image_slider_arrow:hover {
    background-color: rgba(22, 22, 23, 0.2);
}

.image_slider .bx-wrapper {
    border: 0;
    box-shadow: none;
}

.image_slider .bx-pager {
    bottom: 36px;
}

.image_slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: white;
}

.image_slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.image_slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.image_slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: rgb(200, 199, 198);
}

.frame_container {
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
    margin-bottom: 176px;
}

.frame_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
}

.meeting_room_first_row {
    position: relative;
}

.meeting_room_proposal_section {
    margin-bottom: 159px;
}

.collapse_control {
    height: 122px;
    background-color: black;
    color: white;
    text-align: center;
    font: 18px "DINBek";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 122px;
    cursor: pointer;
}

.collapse_arrow {
    display: inline-block;
    margin: 54px 0 0 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.collapse_arrow.rot {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.request_for_proposal_form_box {
    background-color: white;
    display: none;
}

#request_for_proposal_form, #contact-form {
    position: relative;
}

form .thankyou {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000;
}

#request_for_proposal_form > .thankyou p {
    color: #000000;
}

.form_item {
    width: 45%;
    margin-bottom: 32px;
    display: inline-block;
    vertical-align: top;
}

.form_item_full {
    width: 100%;
}

span.required {
    color: #ff0000;
}

.form_item_full textarea {
    background-color: rgb(200, 199, 198);
    line-height: 55px;
    margin-top: 15px;
    font-size: 18px;
    font-family: "DINBek";
    font-weight: bold;
    color: #fff;
    text-indent: 8px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    resize: none;
}

.form_item_full textarea.invalid {
    border: 1px solid #000;
}

.form_item:nth-of-type(odd), .form_item.empty {
    margin-right: 10%;
}

.form_field {
    background-color: rgb(200, 199, 198);
    height: 55px;
    line-height: 55px;
    margin-top: 15px;
    font-size: 18px;
    font-family: "DINBek";
    font-weight: bold;
    color: white;
    text-indent: 8px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

p.fields-alert {
    background: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.events-dropdown {
    box-sizing: border-box;
}

.form_field.invalid, .events-dropdown.invalid {
    border: 1px solid #ff0000;
}

.form_item.submit_form {
    padding-top: 37px;
    text-align: right;
}

.submit_form.nomargin {
    margin-right: 0;
}

.form_item.submit_form > button {
    font-family: "DINbek";
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 35px 90px;
}

.form_label {
    font: 18px "DINBek";
    letter-spacing: 1px;
    color: rgb(168, 167, 167);
}

form[name="request_for_proposal_form"] {
    width: 83%;
    margin: 0 auto;
    padding-top: 64px;
}

.form_field_with_dropdown {
    cursor: pointer;
}

.request_for_proposal_field_controls {
    float: right;
    margin: 10px 15px 0 0;
}

.request_for_proposal_field_arrow_up {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid white;
    background-color: transparent;
    margin-bottom: 5px;
}

.request_for_proposal_field_arrow_down {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 14px solid white;
    background-color: transparent;
}

.form_dropdown {
    position: absolute;
    left: 0;
    top: 58px;
    border: 1px solid rgb(200, 199, 198);
    width: 100%;
    background-color: white;
    color: black;
    display: none;
    z-index: 99;
}

.dropdown_option {
    cursor: pointer;
}

.dropdown_option:hover {
    background-color: rgb(200, 199, 198);
}

.spa_gallery_row .image-video-slider-wrapper {
    margin-top:0;
    margin-bottom:110px;
}

@media screen and (max-width: 1900px) {
    .article_heading {
        font-size: 40px;
    }
}

@-moz-document url-prefix() {
    .price_entry {
        margin: 11px 0 1px;
    }
}
.page-template-page-contact .wrapper-full
{
    padding: 95px 125px 45px;
}
.wrapper-full {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 95px 125px;
    margin-top: -35px;
    z-index: 1;
    position: relative;
}

.row {
    width: 100%;
    max-width: 1470px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.two-across .side {
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
    box-sizing: border-box;
}

.two-across .side:nth-child(2) {
    padding-left: 25px;
}

ul.contact-socials > li {
    display: inline-block;
}

#map {
    height: 350px;
}

section.map {
    margin: 75px 0;
}

#contact-form {
    padding: 110px 125px;
    background-color: #ffffff;
    padding-bottom: 85px;
    margin-bottom: 260px;
}

footer .main_wrapper {
    position: relative;
    text-align: left;
}

.page-template-page-contact footer .main_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 393px;
    height: 279px;
    background-image: url(images/66-gray.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    right: 8%;
    top: -230px;
}

.origins-content > .org-text {
    flex-basis: 735px;
    padding: 95px 10%;
    background-color: #ffffff;
    padding-right: 200px;
    box-sizing: border-box;
    margin-top: -50px;
    z-index: 1;
}

.origins-content > .org-text p{
   margin:0 0 10px 0;
}
.origins-content > .org-text p:last-child{
   margin: 0;
}

.origins-content {
    /*position: relative;*/
    padding-bottom: 140px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.page-template-page-spaa .origins-content {
    padding-bottom: 75px;
}

.origins-content > .org-img {
    flex-basis: 870px;
    /*position: absolute;*/
    right: 0;
    margin-top: 150px;
    margin-left: -10%;
    z-index: 10;
}

.origins-content > .org-img > img {
    width: 100%;
    height: auto;
    max-height: 600px;
}

.page-template-page-origins footer .main_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 340px;
    height: 220px;
    background-image: url(images/66-gray.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    left: 18%;
    top: -200px;
}

.page-template-page-meeting-room {
    overflow-x: hidden;
}

.spa_items {
    position: relative;
}

.spa_items:before {
    content: '';
    position: absolute;
    display: block;
    width: 310px;
    height: 210px;
    background-image: url(images/66-gray.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    left: 5%;
    top: -108px;
}

.exspa_info_article {
    padding-bottom: 90px;
}

.exspa-slider.image_slider {
    width: 100%;
    margin-top: 65px;
}

.exspa-two-across .page_main_article {
    margin-top: -107px;
}

.single-spa .background_66_facilities_standard,
.single-excursions .background_66_facilities_standard {
    background: url("images/66-gray.svg") no-repeat right 0 bottom -145px;
    background-size: 28%;
}

.exspa-price, .exspa-duration {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}

.page-content-text {
    background-color: #ffffff;
    padding: 98px 125px;
    margin-top: -40px;
    padding-right: 220px;

}

.page-content-text p {
    font-family: DinPro;
}

.page-content-text p strong {
    display: inline-block;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
}

.main_wrapper_only_text {
    padding-bottom: 227px;
}

.main_wrapper_only_text.background_66_facilities_standard {
    background: url("images/66-gray.svg") no-repeat right 13% bottom -145px;
    background-size: 380px;
}

.exspa-two-across .standard_left_column {
    flex-basis: 735px;
}

.exspa-two-across .facilities_standard_right_column {
    flex-basis: 440px;
    float: none;
}


/* Booking Widget Styles */
#BE_Widget label.label-title{
    font: 16px "DINBek";
    color: rgb(168, 167, 167);
    letter-spacing: 1px;
}
#BE_Widget .CheckInDiv input, #BE_Widget .CheckOutDiv Input{
    font: 14px "DinPro";
    letter-spacing: 2px;
}
#BE_Widget .guestPickerDivWrap .guestPickerInput{
    font: 14px "DINBek";
    letter-spacing: 2px;
}
#BE_Widget .checkBoxWrap .checkLbl{
    font-size: 12px !important;
    font-family: "DINBek" !important;
}
#BE_Widget .BookNow{
    background: #000 !important;
    font-family: "DINBek" !important;
    margin: 24px 0px 0px 0px !important;
    padding: 8px 24px 8px 24px !important;
    font-weight: bold !important;
}
#BE_Widget{
    padding:30px !important;
}




/*new changes*/
.hidded
{
    display: none;
    visibility: hidden;
    opacity: 0
}
p.note {
    font-size: 18px;
    margin-top: 45px;
    font-family: "DINbek";
    font-weight: bold;
}
/*mobile*/
.mobile_nav {
    width: 45px;
    height: 45px;
    position: fixed;
    top: 35px;
    right: 2%;
    /*background: #000000;*/
    display: none;
    z-index: 9999;
    /*box-shadow: 0 0 3px #ffffff inset;*/
    /*border-radius: 4px;*/
}
.mobile_nav > a.toggleMobileMenu
{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
aside#slideNav {
    height: calc(100% - 35px);
    width: 250px;
    left: -250px;
    position: fixed;
    z-index: 9999;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background: linear-gradient(to bottom, #151414 0%, rgba(21, 20, 20, 0.94) 48%, rgba(21, 20, 20, 0.95) 49%);
    padding-top: 35px;
}
#slideNav .menu li {
    position: relative;
    border-bottom: 1px solid #000;
    list-style: none;
}
#slideNav .menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "DINbek";
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #222;
    width: calc(100% - 30px);
}
.menuOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#slideNav .menu li .sub-menu
{
    padding: 0 0 0 23px;
    display: none;
}
#slideNav .menu li .sub-menu li a
{
    font-size: 13px
}
#slideNav .menu li.menu-item-has-children:after
{
    content: '+';
    position: absolute;
    right: 1px;
    font-size: 16px;
    color: #fff;
    top: 0px;
    pointer-events: none;
    padding: 11px 0;
    width: 35px;
    background: #000;
    text-align: center;
}

#slideNav .menu li.menu-item-has-children.ok:after {

    content: '-';
    font-size: 16px;
    font-weight: 300;
    top: 0;
}
.header_background_wrapper{
    background-position: center!important;
}
.facilities_standard_row:first-of-type .standard_left_column {
    margin-top: -90px
}
.swiper-container {
    height: calc(100vh - 30vh);
    margin: 20vh auto;
    width: 100%;

}

.swiper-slide {
    overflow: hidden;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.swiper-pagination-bullet
{
    width: 10px!important;
    height: 10px!important;
    background: #fff!important;
}
.swiper-pagination-bullet-active {
    background: #e7e7e6!important;
    box-shadow: 0 0 2px #000 inset!important;
}
.main_wrapper_wide.fullWd
{
    width: 100%;
}
.location_about_article
{
    background-image: none!important;
}

/* Spa page */

.action-button-block .short_button {
    height:90px;
    line-height: 90px;
}

.enquire_button {
    width:320px;
    height:90px;
    padding-top:0;
    padding-left: 0;
    line-height: 90px;
    margin-right:25px;
}


.page-template-page-testimonials .testimonialsWrap {
    padding: .5vw 0;
}
.page-template-page-testimonials .testimonialsWrap .testimonialItem {
    margin: 10px 0;
}



/* Spa section - homepage */
body.home .spa_section {
    padding-bottom:130px;
}

/* Spa section - home page */
body.home .spa_section .prominent_article_image.spa_image {
    margin-top:300px;
}

.spa_gallery_row {
    margin-top:0;
    margin-bottom:30px;
}

body.page-template-page-spaa .tours_section {
    padding-bottom:100px;
}

/* Spa page */

.action-button-block .short_button {
    height:90px;
    line-height: 90px;
    width:320px;
}

.enquire_button {
    width:320px;
    height:90px;
    padding-top:0;
    padding-left: 0;
    line-height: 90px;
    margin-right:25px;
}

/* Spa section - homepage */
body.home .spa_section {
    padding-bottom:50px;
}

/* Spa section - home page */
body.home .spa_section .prominent_article_image.spa_image {
    margin-top:300px;
}

.spa_gallery_row {
    margin-top:0;
    margin-bottom:30px;
}


body.page-template-page-spaa .tours_section {
    padding-bottom:100px;
}
@keyframes rolling-loader {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes rolling-loader {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.notShown{
    display: none!important;
    transition:all .4s ease;

}
.rolling-loader {
    position: absolute;
    width: 60px !important;
    height: 60px !important;
    transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
    margin: auto;
    transition: all .2s ease;
    right: 50%;
    bottom: 60px;

}
.rolling-loader div,
.rolling-loader div:after {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 6px solid rgba(92, 92, 92, 0.95);
    border-top-color: transparent;
    border-radius: 50%;
}
.rolling-loader div {
    animation: rolling-loader 1s linear infinite;
    top: 50px;
    left: 50px;
}
.rolling-loader div:after {
    transform: rotate(90deg);
}

.page-template-page-testimonials  .wrapper-full {
    padding:95px 125px 125px 125px
}
.page-template-page-home-new .spa_section{
    display: none;
}
.dotted_divider {
    width:100%;
    text-align:center;
    margin: auto;
    font-size:10px;
    margin-bottom: 20px ;
    display:none;
}
@media (max-width: 1600px) {
    .main_menu_scrolled .menu-main-menu-container {
        padding-right:0;
    }
    .main_button {
        width: 220px;
        height: 90px;
        line-height: 90px;
    }
    .main_menu_scrolled nav > div > ul > li {
        display: inline-block;
        margin-right: 2.2vw;
        position: relative;
        padding-top: 0;
    }

    .navbar_button {
        flex-basis: 9%;
        flex-grow: 0;
    }

    .navbar_button_text {
        margin-top: 55px;
    }

    .navbar_main_part {
        flex-grow: 1;
    }

    .standard_left_column {
        width: 52%;
    }

    .facilities_standard_right_column {
        width: 40%;
    }

    .exspa-two-across .standard_left_column {
        flex-basis: 52%;
        flex-grow: 0;
    }

    .exspa-two-across .facilities_standard_right_column {
        flex-basis: 40%;
        flex-grow: 0;
    }

    .showcase_caption_box {
        width: 90%;
    }

    /* Page Spa */
    .enquire_button {
        width:320px;
        margin-right:25px;
    }
    .main_menu_scrolled nav > div > ul > .active_nav_link::before { /* 18.12 */
        top:-16px;
    }
}
@media (min-width: 1024px) and (max-width: 1440px){
    .availability_section
    {
        width: 80%;
    }
    .prominent_article_right_inner {
        padding: 102px 15% 60px 24%;
    }
    .page-template-page-our-rooms .showcase_item
    {
        height: 320px;
        margin-bottom: 96px;
    }
    .page-template-page-our-rooms .background_66_our_rooms
    {
        height: 85px;
        background-position: right 7% top 0!important;
    }
    .page-template-page-room .background_66_facilities_standard
    {
        background-position: right 0 bottom -86px!important;
    }
    .page-template-page-meeting-room .page_main_article_inner
    {
        padding: 58px 12% 37px 12%;
    }
    #booking_widget
    {
        display: table;
        width: 100%;
    }
    #booking_btn
    {
        float: right;
    }
    /*

        body.home .testimonials_section .prominent_article_left_inner {
            padding:102px 10% 60px 10%;
        }
        Spa section - home page */
    body.home .spa_section .prominent_article_left_inner {
        padding:102px 43% 60px 10%;
    }
	
}
@media screen and (max-width: 1400px) {
    .gallItem {
        height: 200px;
    }
    .main_menu_scrolled li,
    .navbar_button a {
        font-size: 16px;
    }
}
@media (max-width: 1365px) {
    .navbar_scrolled .owner_logo img {
        width: 100px;
        height: auto;
    }

    .navbar_scrolled .owner_logo_link {
        align-self: center;
        margin-left: 3%;
    }

    .main_menu_scrolled li,
    .navbar_button a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .main_menu_scrolled nav > div > ul > li {
        padding-top:16px;
    }
    .page-template-page-gallery .wrapper-full
    {
        padding: 60px 60px;
    }
    .main_menu_scrolled li,
    .navbar_button a {
        font-size: 13px;
    }

    .navbar_button {
        height: 115px;
    }

    .origins-content > .org-text {
        margin-top: 55px;
    }

    .main_menu_scrolled {
        margin-top: 18px;
    }

    .main_menu_scrolled nav > div > ul > li {
        margin-right: 1.8vw;
    }

    .origins-content > .org-img {
        margin-left: -4%;
    }

    .origins-content > .org-text {
        padding-left: 6%;
        padding-right: 7%;
    }
}
@media (max-width: 1030px){
    .page-template-page-testimonials .wrapper-full {
        padding: 95px 75px 125px 75px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #booking_widget
    {
        display: table;
        width: 100%;
    }
    #booking_btn
    {
        float: right;
    }
    .main_wrapper_small
    {
        width: 86%;
    }
    .main_image_location {
        width: 100%;
    }
    .main_image {
        float: none;
        margin: 0;
        position: relative;
    }
    .location_about_article {
        background-size: 40%!important;
        background-position: center 90px!important;
        background-image: none!important
    }
    .location_about_article {
        margin-bottom: 45px;
    }
    .medial_article_inner h2 {
        font-size: 40px;
    }
    /*.location_about_article .about_content {
        margin-top: 330px;
    }*/
    .location_about_article .about_content p {
        /*width: 100%;*/
        font-size: 16px;
        /*margin-right: 0%;
        margin-bottom: 2%;*/
    }
    .location_about_article .medial_article_inner {
        padding-left: 0;
    }
    .location_lower_landscape {
        height: 360px;
        padding-bottom: 40px;
    }
    .location_upper_landscape {
        height: 360px;
        padding-bottom: 40px;
    }
    /*.origins-content > .org-text
    {
        padding: 36px 9% 27px;
        margin-top: -50px;
    }*/
    /*.origins-content > .org-img
    {
        margin-left: 0;
        margin-top: 35px;
    }*/
    .origins-content > .org-img > img
    {
        max-height: 400px;
    }
    .page-template-page-origins footer .main_wrapper:before {

        width: 265px;
        height: 190px;
        left: 8%;
        top: -175px;
    }
    .origins-content
    {
        padding-bottom: 130px;
    }
    .header_background_home
    {
        height: 470px!important;
        min-height: 450px;
    }
    .availability_section
    {
        top: -50px;
        width: 100%
    }
    .prominent_article_image.intro_image {
        margin: -80px -50% 0 0;
        width: 100%;
        float: none;
    }
    .prominent_article_image img
    {
        max-height: 400px;
    }
    .prominent_article_right
    {
        background-color: white;
        float: none;
        width: 100%;
    }
    .prominent_article_right_inner {
        padding: 46px 12% 35px;
        margin-top: 35px;
    }
    .home .intro_section {
        padding-bottom: 35px;
    }
    .intermittent_landscape {
        height: 350px;
        margin-bottom: 60px;
    }
    .center_article h2 {
        font-size: 33px;
        letter-spacing: 3px;
    }
    .prominent_article_right_inner {
        padding: 46px 10% 35px;
    }
    .center_article {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }
    .center_article_content {
        width: 100%;
    }
    .center_article p, .center_article a {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .center_article .main_button {
        position: initial;
        margin-top: 25px;
    }
    .swiper-container
    {
        margin: 5vh auto;
        max-height: 350px;
    }
    .home .rooms_article {
        margin-bottom: 35px;
        padding: 0 8%;
    }
    .room_showcase
    {
        margin-bottom: 40px
    }
    .page-template-page-spaa .origins-content
    {
        padding-bottom: 60px;
    }
    .page-template-page-spaa .excursions_article_wrapper
    {
        max-width: 90%
    }
    .showcase_item
    {
        height: 400px;
        width: 100%;
        margin-right: 0;
    }
    .showcase_rich .showcase_item
    {
        margin-bottom: 55px
    }
    .showcase_rich .showcase_item:first-child
    {
        margin-top: 80px
    }
    .spa_items:before
    {
        width: 280px;
        height: 190px;
        left: 28%;
        top: -20px;
        display: block;
    }
    .showcase_item_description h3
    {
        text-align: center
    }
    .main_image_meeting_room
    {
        width: 100%
    }
    .main_image img
    {
        max-height: 350px;
    }
    .background_66_meeting_room {
        background: url(images/66-gray.svg) no-repeat left 48% top 42px;
        background-size: 21%;
        height: 95px;
    }
    .meeting_room_proposal_section {
        margin-bottom: 45px;
    }
    .collapse_control
    {
        height: 92px;
        line-height: 92px;
    }
    .collapse_arrow
    {
        margin: 38px 0 0 20px;
    }
    .page-template-page-our-rooms .showcase_item {
        height: 275px;
        width: 46%;
        margin-right: 2%;
    }
    .page-template-page-our-rooms .showcase_item:nth-of-type(3n+3) {
        margin-right: 2%;
    }
    .page-template-page-our-rooms .background_66_our_rooms {
        background: url(images/66-gray.svg) no-repeat right 11% top 0;
        height: 65px;
    }
    .page-template-page-our-rooms .showcase_rich .showcase_item:first-child
    {
        margin-top: 0;
    }
    .page-template-page-room .facilities_standard_row:last-of-type
    {
        padding-bottom: 80px;
    }
    .page-template-page-room .background_66_facilities_standard
    {
        background: url(images/66-gray.svg) no-repeat right 0 bottom -70px;
    }
    .page-template-page-facilities-standard .facilities_standard_row:nth-child(2){
        margin-top: 0
    }
    .page-template-page-facilities-standard .background_66_facilities_standard {
        background: url(images/66-gray.svg) no-repeat right 0 bottom -66px;
        padding-bottom: 65px;
    }
    .page-template-page-contact #contact-form
    {
        margin-bottom: 78px;
    }
    .page-template-page-contact footer .main_wrapper:before
    {

        width: 180px;
        height: 85px;
        right: 8%;
        top: -140px;
    }
    .page-template-page-gallery .gallItem
    {
        /*flex-basis: 222px;*/
    }
    .standard_left_column
    {
        width: 100%;
        margin-bottom: 35px;

    }
    .facilities_standard_right_column
    {
        width: 100%;
    }
    .page-template-page-location .standard_left_column
    {
        max-width: 100%
    }
    .page_main_article_inner
    {
        padding: 36px 12% 36px;
        min-height: auto;
    }
    .facilities_standard_row.btn
    {
        margin-top: 0;
    }
    .page-template-page-facilities-standard .facilities_standard_row:last-of-type {
        padding-bottom: 50px;
        margin-top: 0;
    }
    .page-template-page-facilities-standard .facilities_standard_landscape
    {
        padding-bottom: 85px;
    }

    /* Page spa */
    .page-template-page-spaa .showcase_rich .showcase_item:first-child
    {
        margin-top: 3px
    }

    .page-template-page-spaa .bx-wrapper {
        margin-bottom:25px;
    }
}

@media screen and (max-width:1024px) {
    .image_slider {
        margin-bottom: 50px!important;
    }
    .testimonials_section .decorative_line{
        display:block;
    }
    /*
    body.home .testimonials_section .prominent_article_left {
        width:100%;
        float:none;
    }
     Spa section - homepage */
    body.home .spa_section .prominent_article_left,body.page-template-page-home-new .spa_section .prominent_article_left {
        width:100%;
        float:none;
    }
     body.page-template-page-home-new .spa_section .prominent_article_left_inner {
        width:100%;
        float:none;
    }
   /* body.home .testimonials_section .prominent_article_left_inner, */body.page-template-page-home-new .spa_section .prominent_article_left_inner  {
        padding:46px 10% 35px;
    }

    body.home .spa_section .prominent_article_left_inner {
         padding:46px 10% 35px;
    }

    body.home .spa_section .prominent_article_image.spa_image  {
        float:none;
        width:100%;
        margin:0;
        margin-top:35px;
        margin-bottom:35px;
    }


  /*  body.home .testimonials_section{
        padding-bottom:0;
    }*/
    body.home .spa_section {
        padding-bottom:0;
    }

    .spa_gallery_row {
        margin-top:0;
        margin-bottom:0;
    }
    
    body.page-template-page-spaa .tours_section {
        padding-bottom:60px;
    }
    .spa_gallery_row .image-video-slider-wrapper {
        margin-bottom:50px;
    }
}
@media screen and (max-width: 999px) {
    .testimonials_section .prominent_article_left_inner {
        padding: 50px 70px 80px 70px;
    }
    .rolling-loader div {
        top: 30px;
        left: 30px;
    }
    .rolling-loader div, .rolling-loader div:after {
        width: 30px;
        height: 30px;
    }
    .rolling-loader {
        width: 30px !important;
        height: 30px !important;
        bottom: 35px;
    }
    .page-template-page-testimonials  .wrapper-full {
        padding: 95px 60px 60px;
    }
    .testimonials_section .main_button{
        bottom: -35px;
        right: 50px
    }
    .testimonials .testimonialItem {
        flex-basis: 100%;
        padding: 30px ;
        text-align: left;
        height: auto;
        margin-bottom: 30px;
    }
     
    .gallItem {
        height: 160px;
    }
    .main_button {
        width: 165px;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        margin-right: 50px;
        margin-top: 5px;
    }

    /* Spa page */
    .action-button-block .short_button {
        height:70px;
        line-height: 70px;
    }
    
    .enquire_button {
        width:320px;
        height:70px;
        line-height: 70px;
    }

    .page-template-page-spaa .tours_section {
        padding-bottom:60px;
    }
    .mobile_nav
    {
        display: block
    }
    .main_menu
    {
        display: none;
    }
    .navbar_button
    {
        display: none;
    }
    .header_content
    {
        padding-top: 20px
    }

    .header_background_wrapper {
        height: 250px;
    }
}
@media (max-width: 850px){
    .page-template-page-testimonials .testimonialsWrap .testimonialItem{
        border:none;
        box-shadow:none;
        border-radius:0;
    }
    .dotted_divider {
        display: block;
    }
    .page-template-page-testimonials .testimonialsWrap .testimonialItem {
        margin: 0;
    }
    .testimonials .testimonialItem {
        flex-basis: 100%;
        padding:0 0 20px;
        text-align: left;
        height: auto;
        margin-bottom: 30px;
    }
    .testimonials .testimonials_author_details {
        margin-top: 15px;
        font-size: 14px;
        text-align: left;
}
}
@media (max-width: 768px) {
.testimonials_section .testimonials_author_details {
margin-top: 30px;
}
.testimonials_section .prominent_article_left_inner {
padding: 20px 10% 60px 10%;
}
.page-template-page-testimonials .testimonialsWrap .testimonialItem {
margin: 0;
}
.testimonials_section .main_button {
bottom: -25px;
right: 25px;
}
.mobile_nav {
top: 27px;
}


.owner_logo img
{
width: 140px;
height: 85px;
}

.navbar_scrolled .owner_logo img
{
width: 80px;
}
.standard_left_column {
width: 100%;
margin-bottom: 35px;
}
.facilities_standard_row:first-of-type .standard_left_column {
margin-top: -70px;
}
.facilities_standard_row
{
margin-top: 35px;
}
.facilities_standard_right_column {
width: 100%;
}
.room_page .image_slider {
height: 478px;
overflow: hidden;
}
.facilities_standard_row:last-of-type
{
margin-top: 25px;
padding-bottom: 30px;
}
.main_button {
width: 146px;
height: 50px;
line-height: 50px;
font-size: 15px;
margin-right: 50px;
margin-top: 5px;
}
.facilities_standard_landscape {
height: 250px;
padding-bottom: 45px;
}
.page-template-page-facilities-standard .article_heading
{
font-size: 30px;
}
.page-template-page-facilities-standard .page_main_article_inner
{
min-height: auto;
}
.page-template-page-facilities-standard .facilities_standard_article,
.page-template-page-facilities-standard .page_main_article
{
font-size: 17px;
}
.page-template-page-facilities-standard .facilities_standard_row:last-of-type
{
margin-top: 0;
padding-bottom: 50px;
}
.page-template-page-contact .wrapper-full {
padding: 36px 12% 27px;
height: auto;
}
.page-template-page-contact .wrapper-full {
padding: 36px 11% 27px;
height: auto;
}
.page-template-page-contact .two-across .side
{
font-size: 14px;
}
.page-template-page-contact .two-across .side:nth-child(2)
{
padding-left: 0;
margin-top: 35px
}
p.note
{
font-size: 14px;
margin-top: 0;
line-height: 20px
}
section.map
{
margin: 35px 0
}
.footer .main_wrapper
{
width: 92%
}

#contact-form
{
padding: 36px 11% 27px;
margin-bottom: 18px;
}
.form_item
{
width: 100%;
margin-bottom: 15px;
}
.form_item:nth-of-type(odd), .form_item.empty
{
margin-right: 0;
}
.form_item.submit_form
{
padding-top: 15px
}
.form_item.submit_form > button
{
padding: 15px 0px;
width: 100%;
}
.form_label
{
font: 16px "DINBek";
}
.form_field
{
height: 55px;
line-height: 55px;
}
.flex
{
flex-wrap: wrap;
}
.main_wrapper_small {
width: 90%;
}
.page_main_article_inner,.facilities_standard_article_inner {
padding: 40px 10% 30px;
min-height: auto;
}
.page-template-page-our-rooms .standard_left_column
{
width: 100%;
}
.page-template-page-spaa .origins-content
{
padding-bottom: 55px;
}
.tours_section
{
padding-bottom: 5px;
}
.page-template-page-spaa .excursions_article_wrapper
{
max-width: 88%;
margin-bottom: 35px;
}
.spa_items:before
{
display: none;
}
.showcase_item
{
width: 100%;
height: 350px;
}
.showcase_rich .showcase_item
{
margin-bottom: 55px;
}
.header_background_home {
height: 250px!important;
min-height: 0;
}
.availability_section {
top: -35px;
width: 100%;
}
.home .intro_section {
padding-bottom: 35px;
}
.prominent_article_image.intro_image {
margin: 85px -50% 0 0;
width: 100%;
float: none;
}
.prominent_article_right {
background-color: white;
float: none;
width: 100%;
}
.prominent_article_right_inner {
padding: 46px 10% 35px;
margin-top: 35px;
}
.intermittent_landscape {
height: 300px;
margin-bottom: 60px;
}
.home .rooms_article {
margin-bottom: 35px;
padding: 0 8%;
}
.center_article {
position: relative;
margin: 0 auto;
width: 100%;
}
.center_article h2 {
font-size: 33px;
letter-spacing: 3px;
}
.center_article_content {
width: 100%;
}
.center_article .main_button {
position: initial;
margin-top: 25px;
}
.room_showcase {
margin-bottom: 40px;
}
.main_image {
float: none;
margin: 0;
position: relative;
}
.main_image_meeting_room
{
width: 100%
}
.main_image img
{
max-height: 350px;
}
.background_66_meeting_room {
background: url(images/66-gray.svg) no-repeat left 48% top 32px;
background-size: 21%;
height: 65px;
}
.meeting_room_proposal_section {
margin-bottom: 45px;
}
.collapse_control
{
height: 92px;
line-height: 92px;
}
.collapse_arrow
{
margin: 38px 0 0 20px;
}
.page-template-page-origins .origins-content > .org-text
{
padding: 36px 9%;
margin-top: -50px;
}
.page-template-page-origins .origins-content > .org-img
{
margin-left: 0;
margin-top: 45px;
}
.page-template-page-origins .origins-content > .org-img img
{
max-height: 400px;
}
.page-template-page-origins footer .main_wrapper:before
{
left: 23%;
}
.main_image_location
{
width: 100%;
}
.location_about_article .medial_article_inner
{
padding-left: 0;
}
.location_about_article .about_content p {
width: 100%;
font-size: 16px;
margin-right: 0%;
margin-bottom: 2%;
}
.location_about_article
{
margin-bottom: 45px;
}
.page-template-page-location .location_upper_landscape {
max-height: 300px;
padding-bottom: 45px;
}
.main_wrapper_wide {
width: 90%;
}
.page-template-page-our-rooms .background_66_our_rooms
{
background-size: 30%;
height: 75px;
background-position: center top 0!important;
}
.page-template-page-room .background_66_facilities_standard
{
background-position: right 0 bottom -66px!important;
}
.page-template-page-facilities-standard .facilities_standard_row:nth-child(2) {
margin-top: 0;
}
.page-template-page-facilities-standard .background_66_facilities_standard {
background-position: right 0 bottom -66px!important;
padding-bottom: 35px;
}
.page-template-page-gallery .wrapper-full
{
padding: 60px 30px;
}
.page-template-page-gallery .gallItem
{
flex-basis: 47%;
}

/* Spa page */
    .action-button-block .short_button {
        height:50px;
        line-height: 50px;
        width:260px;
    }
    
    .enquire_button {
        width:260px;
        height:50px;
        padding-top:0;
        padding-bottom: 0;
        line-height: 50px;
        margin-right:25px;
    }

    .page-template-page-spaa .showcase_rich .showcase_item {
        margin-bottom:62px;
    }

    .page-template-page-spaa .facilities_standard_row {
        margin-top:0;
    }

    .page-template-page-spaa .origins-content > .org-text {
        padding: 36px 12% 27px;
        min-height: auto;
        margin-top:25px;
    }

    .page-template-page-spaa .origins-content > .org-img {
        margin-left:0;
        margin-top:30px;
    }

    .page-template-page-spaa .origins-content {
        padding-bottom:30px;
    }

    .page-template-page-spaa .excursions_article_wrapper {
        margin-bottom:23px;
    }

    .action-button-block .short_button {
        margin-right:0;
        margin-bottom:35px;
    }

    .page-template-page-spaa .bx-wrapper {
        margin-bottom:0;
    } 
    
    body.page-template-page-spaa .tours_section {
        padding-bottom:5px;
    }
}
@media screen and (max-width: 650px) {

    .gallItem {
        height: 130px;
    }
	
	.enquire_button {
        margin-bottom:25px;
    }
}
@media (max-width :590px){

}
@media (max-width: 500px){


    .page-template-page-testimonials  .wrapper-full {
        padding:36px 30px;
    }
    .page-template-page-testimonials .testimonialsWrap .testimonialItem {
        margin: 0;
    }
    .page-template-page-gallery .gallItem
    {
        flex-basis: 100%;
        margin: 5px 0;
        padding: 5px;
    }
    .page-template-page-our-rooms .standard_left_column {
        width: 100%;
    }
    .page-template-page-our-rooms .page_main_article_location_inner
    {
        padding: 36px 12% 27px;
        min-height: auto;
    }
    .page-template-page-our-rooms .main_wrapper_wide {
        width: 90%;
    }
    .page-template-page-our-rooms .background_66_our_rooms {
        background: url(images/66-gray.svg) no-repeat center top 0;
        background-size: 25%;
        height: 38px;
    }
    .page-template-page-our-rooms .our_rooms_showcase
    {
        padding-bottom: 0
    }
    .background_66_meeting_room {
        background: url(images/66-gray.svg) no-repeat left 48% top 22px;
        background-size: 21%;
        height: 58px;
    }
    .collapse_control
    {
        height: 52px;
        line-height: 52px;
        font-size: 15px;
    }
    .collapse_arrow
    {
        margin: 21px 0 0 15px;
    }
    .dropdown_arrow_button
    {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid rgb(177, 177, 177);
    }
    .showcase_item_description h3
    {
        text-align: center;
    }
    .swiper-container {
        max-height: 250px;
    }
    .center_article h2 {
        font-size: 28px;
        letter-spacing: 3px;
    }
    body,.center_article p, .center_article a{
        font-size: 16px;
    }
    .intermittent_landscape {
        height: 250px;
        margin-bottom: 50px;
    }
    .header_background_home {
        height: 250px!important;
        min-height: 200px;
    }
    .header_content
    {
        padding-top: 25px;
    }
    .owner_logo img {
        width: 130px;
        height: 80px;
    }
    .article_heading {
        font-size: 28px;
    }
    .page_main_article,.facilities_standard_article
    {
        font-size: 16px;
    }
    .header_background_wrapper {
        height: 190px;
        background-position: center!important;
    }
    .main_wrapper_small {
        width: 90%;
    }
    .page_main_article_inner,.facilities_standard_article_inner {
        padding: 36px 12% 27px;
        min-height: auto;
    }
    .room_page .image_slider {
        height: 300px;
    }
    .page-template-page-facilities-standard .facilities_standard_image {
        height: 270px;
    }
    .page-template-page-facilities-standard .article_heading {
        font-size: 24px;
    }
    .page-template-page-contact .wrapper-full {
        padding: 36px 12% 27px;
        height: auto;
    }
    .page-template-page-contact .wrapper-full {
        padding: 36px 11% 27px;
        height: auto;
    }
    .page-template-page-contact .two-across .side
    {
        font-size: 14px;
    }
    .page-template-page-contact .two-across .side:nth-child(2)
    {
        padding-left: 0;
        margin-top: 35px
    }
    p.note
    {
        font-size: 14px;
        margin-top: 0;
        line-height: 20px
    }
    section.map
    {
        margin: 35px 0
    }
    .footer .main_wrapper
    {
        width: 92%
    }
    .footer .footer_item
    {
        margin-right: 0;
        width: 100%;
    }
    .footer .footer_item:nth-child(2){
        margin-top: 15px
    }
    #contact-form
    {
        padding: 36px 11% 27px;
        margin-bottom: 18px;
    }
    .form_item
    {
        width: 100%;
        margin-bottom: 15px;
    }
    .form_item:nth-of-type(odd), .form_item.empty
    {
        margin-right: 0;
    }
    .form_item.submit_form
    {
        padding-top: 15px
    }
    .form_item.submit_form > button
    {
        padding: 15px 0px;
        width: 100%;
    }
    .form_label
    {
        font: 16px "DINBek";
    }
    .form_field
    {
        height: 45px;
        line-height: 45px;
    }
    .navbar_main_part
    {
        padding: 16px 3px 14px;
    }
    .page-template-page-origins .origins-content > .org-text
    {
        margin-top: -35px;
        padding: 36px 11% 27px;
        font-size: 16px;
    }
    .page-template-page-origins .origins-content > .org-img
    {
        margin-left: 0;
        margin-top: 20px;
    }
    .page-template-page-origins .origins-content
    {
        padding-bottom: 15px
    }
    .flex
    {
        flex-wrap: wrap;
    }
    .page-template-page-facilities-standard .page_main_article
    {
        margin-bottom: 0;
    }
    .footer
    {
        padding: 50px 0 5px;
    }
    .page-template-page-room .background_66_facilities_standard
    {
        background-position: right 0 bottom -36px!important;
    }
    .page-template-page-facilities-standard .background_66_facilities_standard {
        background-position: center bottom -36px!important;
        padding-bottom: 15px;
    }
    .medial_article_inner h2
    {
        font-size: 35px;
    }
    .showcase_item {
        height: 300px;
    }
    .standard_left_column.facilities_standard_image.image_slider {
        margin-bottom: 0;
    }
    .page-template-page-facilities-standard .facilities_standard_row:nth-child(2)
    {
        margin-top: 40px;
    }
    .page-template-page-facilities-standard .facilities_standard_row:last-of-type
    {
        margin-top: 0;
        padding-bottom: 0;
    }
    .page-template-page-meeting-room .page_main_article_inner {
        padding: 36px 12% 27px;
    }

    .action-button-block .short_button {
        width:100%;
        margin-bottom:25px;
    }
    
    .enquire_button {
        width:100%;
        margin-bottom:25px;
    }

    .page-template-page-spaa .bx-wrapper {
        margin-bottom:30px;
    }

    .main_button {
        margin-top:0;
    }
}
@media (max-width: 479px){
    .testimonials_author_details strong {
        color: #000;
        display: block;
    }
    .testimonials_section i, .testimonialItem i {
        border-left: 0;
    }
    .testimonials_author_details .country:first-child {
        margin-top: 35px;
        padding-left: 0;
    }
    .testimonials_section i, .testimonialItem i{
        display:none;
    }
    .page-template-page-testimonials .testimonialsWrap .testimonialItem{
        border:none;
        box-shadow:none;
        border-radius:0;
    }
    .dotted_divider {
        display: block;
    }
    .page-template-page-testimonials .testimonialsWrap .testimonialItem {
        margin: 0;
    }
    .testimonials .testimonialItem {
        flex-basis: 100%;
        padding:0 0 20px;
        text-align: left;
        height: auto;
        margin-bottom: 30px;
    }
    .testimonials .testimonials_author_details {
        margin-top: 15px;
        font-size: 16px;
    }



}
@media (max-width:420px){
    .page-template-page-testimonials .wrapper-full {
        padding: 36px 30px 65px;
    }
    .rolling-loader {
        bottom: 45px;
    }
}
@media (max-width:405px){
    .main_button
    {
        margin-right: 10px;
        margin-top: 45px;
    }
}
@media (max-width: 400px){
    .page_main_article_facilities_standard_inner,.facilities_standard_article_inner {
        padding: 36px 12% 27px;
    }
    .room_page .image_slider {
        height: 200px;
    }
    .facilities_standard_row:last-of-type {
        margin-top: 25px;
        padding-bottom: 40px
    }


    .testimonials_section .main_wrapper_small{
        width:90%;
    }
    .main_wrapper_small
    {
        width: 90%
    }
    .footer
    {
        padding: 50px 0 5px;
    }
    .article_heading
    {
        font-size: 26px;
        margin: 24px 0 15px;
    }
    .page_main_article
    {
        font-size: 16px;
    }
    .owner_logo img
    {
        width: 140px;
        height: 85px;
    }
    .header_background_wrapper {
        height: 250px;
        background-position: center!important;
    }
    .navbar_scrolled .owner_logo img {
        width: 65px;
    }
    .mobile_nav
    {
        top: 16px;
        right: 4%;
    }
    .standard_left_column
    {
        margin-bottom: 40px;
    }
    .page-template-page-facilities-standard .facilities_standard_row
    {
        margin-top: 40px;
    }
    .header_content
    {
        padding-top: 20px
    }
    .image_slider .bx-wrapper .bx-pager.bx-default-pager a
    {
        width: 12px;
        height: 12px;
    }
    .page-template-page-origins .origins-content {
        padding-bottom: 75px;
    }
    .page-template-page-origins footer .main_wrapper:before
    {
        width: 180px;
        height: 90px;
        left: 22%;
        top: -119px;
    }
    .flex
    {
        flex-wrap: wrap;
    }
    .page_main_article_inner
    {
        padding: 36px 12% 27px;
        min-height: auto;
    }
    .main_image_location {
        width: 100%;
        float: none;
        margin: 0;
    }
    .location_about_article
    {
        background-size: 50%!important;
        background-position: center 90px!important;
        background-image: none!important
    }
    .location_about_article .medial_article_inner
    {
        padding-left: 0
    }
    .medial_article_inner h2
    {
        font-size: 34px;
    }
    /*.location_about_article .about_content
    {
        margin-top: 230px;
    }*/
    .location_about_article .about_content p
    {
        width: 100%;
        font-size: 16px;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .location_about_article
    {
        margin-bottom: 25px;
    }
    .location_upper_landscape,.location_lower_landscape
    {
        height: 280px;
        padding-bottom: 25px;
    }
    .page-template-page-gallery .wrapper-full
    {
        padding: 36px 12% 27px;
        min-height: auto;
    }
    .facilities_standard_article
    {
        font-size: 16px;
    }
    .location_first_row
    {
        margin-bottom: 34px;
    }
    .page-template-page-our-rooms .background_66_our_rooms {

        height: 28px;
    }
}
@media screen and (max-width: 350px) {
    .main_button {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    /* Spa page */
    .action-button-block .short_button {
        height:50px;
        line-height: 50px;
        width:100%;
        margin-top:0;
        margin-bottom:25px;
    }
    
    .enquire_button {
        width:100%;
        height:50px;
        padding-top:0;
        padding-bottom: 0;
        line-height: 50px;
        margin-right:0;
        margin-top:0;
        margin-bottom:25px;
    }

    .page-template-page-spaa .bx-wrapper {
        margin-bottom:30px;
    }
}
@media screen and (max-device-width: 800px) and (min-device-width: 480px) {
    .page-template-page-room .room_page .image_slider {
        height: 410px;
        overflow: hidden;
    }
}

/* Spa */
/* body.home .spa_section .standard_left_column {
    width:100%;
    max-width:640px;
}

body.home .spa_section .standard_left_column figure.gallery-item {
    width:100%;
    max-width:640px;
} */

body.home .spa_gallery_row {
    width:52%;
    max-width:800px;
    float:left;
    margin-top:-300px;
    margin-left:44%;
}

body.home .spa_gallery_row .image_slider .bx-wrapper {
    margin-bottom:0;
}

body.home .spa_gallery_row figure {
    max-width:52%;
}

/*body.home .testimonials_section .prominent_article_left_inner {
    padding: 102px 15% 60px 10%;
}*/


body.home .spa_section .prominent_article_left_inner {
    padding: 102px 15% 60px 10%;
}


@media screen and (max-width:2000px) {
    body.home .spa_gallery_row {
        width:800px;
    }
    body.home .spa_gallery_row figure {
        max-width:800px !important;
    }
   /* body.home .testimonials_section .prominent_article_left_inner {
        padding: 102px 25% 60px 10%;
    }*/
    body.home .spa_section .prominent_article_left_inner {
         padding: 102px 25% 60px 10%;
    }
}

@media screen and (max-width:1600px) {
    body.home .spa_gallery_row {
        width:634px;
    }

    body.home .spa_gallery_row figure {
        max-width:634px !important;
    }

    /*body.home .testimonials_section .prominent_article_left_inner {
        padding: 102px 10% 60px 10%;
    }*/
    body.home .spa_section .prominent_article_left_inner {
        padding: 102px 25% 60px 10%;
    }

}

@media screen and (max-width:1440px) {


   /* body.home .testimonials_section .prominent_article_left_inner {
        padding: 102px 10% 60px 10%;
    }*/
    body.home .spa_section .prominent_article_left_inner {
        padding: 102px 25% 60px 10%;
    }

  /*  body.home .testimonials_section {
        padding-bottom:80px;
    }*/
    body.home .spa_section {
        padding-bottom:20px;
    }


    .room_showcase {
        margin-bottom:90px;
    }
}

@media screen and (max-width:1200px) {

    /* body.home .spa_gallery_row {
        width:100%;
        max-width:475px;
    } */

    body.home .spa_gallery_row {
        width:475px;
    }

    body.home .spa_gallery_row figure {
        max-width:475px !important;
    }


  /*  body.home .testimonials_section .prominent_article_left_inner {
        padding: 102px 10% 60px 10%;
    }*/
    body.home .spa_section .prominent_article_left_inner {
        padding: 102px 25% 60px 10%;
    }
}

.page-template-page-spaa .image_slider .bx-wrapper .bx-pager.bx-default-pager a {
		margin-bottom:5px;
	}
	
	.page-template-page-spaa .image_slider .bx-pager {
		bottom:10px;
	}

@media screen and (max-width:1024px) {

    .testimonials_section{
        margin-bottom:50px;
    }
    .testimonials_section .main_button{
        position:relative;
        right:unset;
        bottom:unset;
    }
    .testimonials_author_details{
        margin-top:25px;

    }
    .testimonials_section .prominent_article_left .main_button{
        margin-top:35px;
    }
    .testimonials_section .prominent_article_left_inner {
        padding: 46px 10% 35px;
    }
    body.home .spa_gallery_row, body.page-template-page-home-new .spa_gallery_row {
        width:100%;
        max-width:100%;
        float:none;
        margin-top:0;
        margin-left:0;
    }

    body.home .spa_gallery_row figure {
        max-width:100% !important;
    }
    
    body.home .spa_gallery_row .image_slider .bx-wrapper {
        margin-bottom:40px;
    }


    body.home .spa_section .prominent_article_left_inner {
        padding: 46px 10% 35px
    }

 /*   body.home .testimonials_section {
        padding-bottom:0;
    }*/
    body.home .spa_section {
        padding-bottom:0;
    }
    .room_showcase {
        margin-bottom:40px;
    }
}
@media screen and (max-width:900px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width:760px) {
    .footer {
        padding-bottom: 25px;
    }
}
@media screen and (max-width:550px) {
	.page-template-page-spaa .image_slider .bx-wrapper .bx-pager.bx-default-pager a {
		width:15px;
		height:15px;
		margin-bottom:5px;
	}
	
	.page-template-page-spaa .image_slider .bx-pager {
		bottom:10px;
	}
}

@media screen and (max-width:534px) {
    .footer {
        padding-bottom:5px;
    }
}

@media screen and (max-width:500px) {
    .mobile_nav {
        top:22px;
    }
}

@media screen and (max-width:400px) {
	.page-template-page-spaa .action-button-block .main_button {
		margin-top:0;
    }
    
    .clearfix {
        display: block;
        width: 100%;
    }

    .mobile_nav {
        top: 18px;
    }
    .testimonials_section .prominent_article_left .main_button {
        margin-top: 35px;
        display: block;
        height: auto;
        /* line-height: 25px; */
        padding: 2px;
    }
}
@media screen and (max-width: 320px){
    .rolling-loader {
        bottom: 40px;
    }
    .page-template-page-testimonials .wrapper-full {
        padding: 36px 30px 50px;
    }

}
#availability .note {
    margin-top:-20px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:15px;
    font: 14px "DINBek";
    line-height: 20px;
    color:#2b2b2b;
}

#availability .note a {
    color:#2b2b2b;
}

/* 5.12 */

body {
    overflow-x:hidden;
}
#availability .note {
    margin-top:-20px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:15px;
    font: 14px "DINBek";
    line-height: 20px;
    color:#2b2b2b;
}

#availability .note a {
    color:#2b2b2b;
}

#menu-main-menu-2 .special-deals-menu-item {
    display:none;
}

.special-deals-menu-item:before {
    display:none !important;
}

.popup_box {
    display:block;
    background:#fff;
    width:580px;
    max-width:calc(100% - 100px);
    /* height:50vh; */
    position: relative;
    /* left:50%;
    transform:translate(-50%,0);
    top:100px; */
    padding:35px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(102,102,102,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(102,102,102,0.5);
    box-shadow: 0px 0px 3px 0px rgba(102,102,102,0.5);
    z-index:10000;
    background:url('images/floral-img.jpg');
    box-sizing: border-box;
}

.popup_box.has-image {
    padding:120px 35px 35px;
}

.popup_box .photo-wrapper {
    position: absolute;
    top:30px;
    left:50%;
    transform:translate(-50%,0);
    z-index: 1001;
}

.popup_box .photo-wrapper .photo {
    width:200px;
    height:200px;
    display:block;
    border-radius:50%;
    border:2px solid #f0c954;
}

.popup_box .popup-wrapper {
    border:2px solid #f0c954;
    background:#fff;
    padding-top:20px;
    /* height:calc(50vh - 2 * 93px); */
    position: relative;
}

.popup_box.has-image .popup-wrapper {
    padding-top:118px;
}

.popup_box .popup-wrapper .popup-content {
    /* overflow-y: scroll; */
    /* height:calc(100% - 65px); */
    padding-bottom:25px;
}

.popup_box p {
    font-size:14px;
}

.popup_box .promo-code {
    font-weight: bold;
    margin-top:10px;
}

.popup_box .close-icon {
    width:21px;
    height:21px;
    background:#000;
    border:3px solid #fff;
    border-radius:50%;
    position: absolute;
    right:-10px;
    top:-10px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    cursor: pointer;
}

.popup_box .close-icon:before {
    content:'';
    height:13px;
    transform:rotate(-45deg);
    width:3px;
    border-radius:2px;
    background:#fff;
    display:block;
    position: absolute;
    left: 9px;
    top: 4px;
}

.popup_box .close-icon:after {
    content:'';
    height:13px;
    width:3px;
    transform:rotate(45deg);
    border-radius:2px;
    background:#fff;
    display:block;
    position: absolute;
    left: 9px;
    top: 4px;
}

.popup_box .popup-wrapper .headline {
    text-align:center;
    font-family: "BodoniBT-Book";
    font-size: 30px;
    text-transform: uppercase;
}

.popup_box .popup-wrapper .subheadline {
    text-align:center;
    font-size:12px;
    color:#616161;
    line-height: 23px;
    font-family: "DinPro"; 
    margin-bottom:20px;   
}

.popup_box .popup-wrapper ul {
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom:20px;
}

.popup_box .price-promo {
    display:flex;
    padding-left:41px;
    padding-right:41px;
    justify-content: space-between;
}

.popup_box .promo,
.popup_box .price-promo .price {
    font-size:20px;
    letter-spacing: -1px;
}
.popup_box .promo span.small,
.popup_box .price-promo .price span.small {
    font-size:13px;
    color:#616161;
    line-height: 23px;
    font-family: "DinPro"; 
    letter-spacing: 0;
}

.popup_box .popup-wrapper ul li {
    font-size:12px;
    color:#616161;
    line-height: 23px;
    font-family: "DinPro";  
}

.popup-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.popup-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(153,153,153,.5);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
}

.popup_box .popup-wrapper .popup-note {
    padding-left:40px;
    font-size:13px;
    color:#000;
    line-height: 23px;
    font-family: "DinPro"; 
    letter-spacing: 1px;
    margin-top:15px;
}

.popup_box .popup-wrapper .call-to-action-text {
    padding-left:40px;
    padding-right:35px;
    font-size:12.5px;
    color:#616161;
    line-height: 23px;
    font-family: "DinPro"; 
    letter-spacing: 1px;
    margin-top:15px;
}

.popup-overlay {
    display: none;
    z-index: 10000;
    background:rgba(0,0,0,.5);
    position: fixed;
    height: calc(100vh - 100px);
    width:100%;
    top:0;
    padding-top:50px;
    padding-bottom:50px;
}

.popup-overlay-content {
    display:flex;
    justify-content: center;
    align-items:center;
    min-height: 100%;
}

#menu-main-menu-1 li.special-deals-menu-item {
    background:#fff;
    padding:0;
    margin-top:-16px;
}

#menu-main-menu-1 li.special-deals-menu-item a {
    color:#000;
    padding:16px;
    display:inline-block;
    font-family: "BodoniBT-Book";
    font-weight: normal;
}

#menu-main-menu li.special-deals-menu-item {
    background:#fff;
}

#menu-main-menu li.special-deals-menu-item a {
    color:#000;
}

@media screen and (max-width:650px) {
    .popup_box .price-promo {
        flex-direction: column;
    }

    .popup_box .popup-wrapper .popup-note,
    .popup_box .popup-wrapper .call-to-action-text,
    .popup_box .price-promo > div {
        text-align: center;
    }

    .popup_box .popup-wrapper .subheadline {
        margin-bottom:15px;
    }

    .popup_box .popup-wrapper ul {
        margin-bottom:15px;
    }

    .popup_box .popup-wrapper .popup-note {
        margin-top:13px;
    }

    .popup_box .popup-wrapper .popup-content {
        padding-bottom:21px;
    }

    .popup_box .popup-wrapper .popup-note {
        padding-left:0;
    }
}

@media screen and (max-width:550px) {
    .popup_box {
        /* top:25%;
        height:50vh; */
        /* padding-right:0; */
    }

    .popup-wrapper {
        /* overflow-y: scroll; */
        height:100%;
        padding-right:0;
    }
    .popup_box .photo-wrapper .photo {
        width:150px;
        height:150px;
    }

    .popup_box {
        max-width:calc(100% - 30px);
        padding:15px;
    }

    .popup_box.has-image {
        padding:100px 15px 15px;
    }

    .popup_box .popup-wrapper {
        padding-top:15px;
        padding-left:15px;
        padding-right: 15px;
    }

    .popup_box.has-image .popup-wrapper {
        padding-top:100px;
    }

    .popup_box .popup-wrapper .headline {
        font-size:21px;
    }

    .popup_box .popup-wrapper ul {
        padding-left: 20px;
        padding-right: 0;
    }

    .popup_box .price-promo {
        padding-left:0;
        padding-right:0;
    }

    .popup_box .promo, .popup_box .price-promo .price {
        font-size:17px;
    }

    .popup_box .promo span.small,
    .popup_box .price-promo .price span.small {
        display:inline;
    }

    .popup_box .popup-wrapper .popup-note {
        padding-left:0;
    }

    .popup_box .popup-wrapper .call-to-action-text {
        padding-left:0;
        padding-right:0;
    }
}

@media screen and (max-width:450px) {
    .popup_box .popup-wrapper .call-to-action-text {
        font-size:12px;
    }
}

@media screen and (max-width:340px) {
    .popup_box .popup-wrapper .call-to-action-text {
        font-size:11.5px;
    }
    .testimonials_section .main_button {
        width: 100%;
}
}

/* Header special deals */

.special-deals {
    margin-top:0;
    position: absolute;
    width: 100%;
    margin-top: 0;
    bottom:100px;
    text-align: center;
}
.special-deals span.headline {
    color:#fff;
    text-transform: uppercase;
    display:block;
    font-size:27px;
    margin-bottom:20px;
}

.special-deals .discover_btn {
    height:50px;
    line-height: 50px;
    width:340px;
}

#showSpecialDeals {
    margin:0;
}

@media screen and (max-width:1100px) {
    .special-deals span.headline {
        font-size:20px;
        margin-bottom:15px;
    }

    .special-deals {
        margin-top:0;
        position: absolute;
        width: 100%;
        margin-top: 0;
        bottom:100px;
    }
}

@media screen and (max-width:1023px) {
    .special-deals {
        bottom:70px;
    }
}

@media screen and (max-width:999px) {
    .special-deals {
        margin-top:0;
        position: absolute;
        width: 100%;
        margin-top: 0;
        top: 50%;
        bottom:auto;
        transform: translate(0,-50%);
    }
}

@media screen and (max-width:768px) {
    .special-deals {
        margin-top:130px !important;
        position: relative;
        transform: none;
        top:auto;
    }

    .special-deals span.headline {
        font-size:17px;
        margin-bottom:10px;
    }

    .special-deals .discover_btn {
        width:90%;
        max-width:340px;
        margin:0 auto;
        height:40px;
        line-height: 40px;
        margin-top:0;
    }
}

@media screen and (min-width:1000px) and (min-height:1000px) {
    .special-deals {
        position: absolute;
        top:68%;
        transform:translate(0,-50%);
        width:100%;
    }
}

@media screen and (min-width:1000px) and (min-height: 700px) {
    .special-deals {
        position: absolute;
        top:68%;
        transform:translate(0,-50%);
        width:100%;
    }
}

/* 22.03 */

.image-video-slider-wrapper {
    margin-top:55px;
}

.page-template-page-pool .image-video-slider-wrapper {
    padding-bottom:55px;
}

.image_slider {
    margin-bottom:60px;
}

#imageVideoSlider {
    /* max-width:640px; */
    width:100%;
    list-style-type: none;
    margin:0;
    padding:0;
}

#imageVideoSlider li.slide-image,
#imageVideoSlider li.vid,
#imageVideoSlider li.slide-image img,
.slick-slide,
.slick-slide img {
    max-width:100%;

}

#imageVideoSlider li {
    display:none;
}

#imageVideoSlider li:first-of-type {
    display:block;
}

#imageVideoSlider.slick-initialized li {
    display:block;
}

/* .fancybox-slide--iframe .fancybox-content, */
.vid-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
/* .fancybox-slide--iframe .fancybox-content {
    width:100%;
    height:auto;
} */
/* .fancybox-slide--iframe .fancybox-content iframe, */
.vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    border: 0;
}

body.home .vid iframe {
    height:500px;
}

.slider-inner-wrapper {
    width:52%;
}

body.home .slider-inner-wrapper {
    width:100%;
}

body.home .vid-wrapper {
    padding-top:500px;
}

#imageVideoSlider .slide-image {
    /* height:394px; */
    background-size:cover;background-position:center;
}

#imageVideoSlider .slide-image a {
    display:block;width:100%;height:100%;
}

body.home #imageVideoSlider .slide-image {
    height:500px;
}
.fancybox-slide--iframe {
    width: 70%;
    margin-left:15%;
}
.fancybox-slide--iframe .fancybox-content {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width:100%;
    max-width:100%;
    height:auto;
}
.fancybox-slide--iframe .fancybox-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    border: 0;
}

.fancybox-navigation {
    display:block !important;
}

@media screen and (max-width:1200px) {
    .image_slider_arrow_left,
    .image_slider_arrow_right {
        background-size: 15px;
        width: 40px;
        height: 50px;
    }
}
@media screen and (max-width:1024px) {
    .fancybox-slide--iframe {
        width:88%;
        margin-left:6%;
    }
}
@media screen and (max-width:1023px) {
    .slider-inner-wrapper {
        width:100%;
    }

    .image-video-slider-wrapper {
        margin-bottom:55px;
    }

    .image_slider_arrow_left,
    .image_slider_arrow_right {
        background-size: auto;
        width: 94px;
        height: 81px;
    }
}

@media screen and (max-width:999px) {
    .image-video-slider-wrapper + .facilities_standard_row .main_button {
        margin-top:0;
        width:180px;
    }

    body.home .vid iframe {
        height:350px;
    }
    
    body.home .vid-wrapper {
        padding-top:350px;
    }
    
    body.home .slide-image {
        height:350px;
    }

    .page-template-page-pool .standard_left_column {
        margin-bottom:0;
    }
}

@media screen and (max-width:769px) {
    .image-video-slider-wrapper {
        margin-bottom:35px;
        margin-top:35px;
    }

    .facilities_standard_row:last-of-type {
        padding-bottom:35px;
    }
    body.home .vid-wrapper {
        padding-top:56.25%;
    }
    
    body.home .vid iframe {
        height:100%;
    }
    
    body.home .slide-image {
        height:auto;
        background-size:cover;background-position:center;
    }

    .page-template-page-pool .image-video-slider-wrapper {
        margin-top:0;
        margin-bottom:35px;
    }

    .page-template-page-pool .standard_left_column {
        margin-bottom:35px;
    }
}

@media screen and (max-width:600px) {
    .image_slider_arrow_left,
    .image_slider_arrow_right {
        background-size: 15px;
        width: 40px;
        height: 50px;
    }
}