/* ==========================================================================
    Landing Page Global Section 
   ========================================================================== */

img.divide_icon {
	display: block;
	height: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
    filter: grayscale(100%);
}

section h1 {
	margin-top: -25px;
	margin-bottom: 25px;
}

section h5 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#background_block_content {
	position: relative;
	z-index: 400;
	top: 70px;
	width: 90%;
	margin: 0 auto;
	height: 830px;
    margin-bottom: 120px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#background_block {
	z-index: 500;
	top: 0px;
	width: 100%;
	opacity: 0.3;
	height: 840px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#background_block_content span.copy p {
	font-family: 'EB Garamond', serif;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 140%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

#background_block_content span.copy p strong {
	font-family: freight-big-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 3px;
    text-align: center;
}



@media only screen and (min-width: 800px) {

    section h5 {
        width: 700px;
    }

}

@media only screen and (min-width: 1100px) {

    #background_block {
        height: 480px;
    }


    #background_block_content {
        width: 1000px;
        height: 520px;
    }

}

@media only screen and (min-width: 1200px) {
    
}

/* ==========================================================================
    Slider section 
   ========================================================================== */

section.slider {
	position: relative;
	margin-top: 100px;
	margin-bottom: 20px;
}

section.slider div.white_line {
    border-bottom: 1px solid #dfdfdf;
    height: 1px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: -20px;
}

.slider_slider img {
    height: 200px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

section.slider nav {
    display: none;
}

section.slider nav .left {
    cursor: url('../img/cursor_arrow_left.png'), auto;
    position: absolute;
    left:0;
    top:0;
    width: 20%;
    height: 100%;
    z-index: 10000;
}

section.slider nav .right {
    cursor: url('../img/cursor_arrow_right.png'), auto;
    position: absolute;
    left:80%;
    top:0;
    width: 20%;
    height: 100%;
    z-index: 10000;
}

section.slider div.slick-slide {
	opacity: 0.8;
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.slider div.slick-current {
	opacity: 1;
}

section.slider div.slick-current h6, section.slider div.slick-current button {
	opacity: 1;
}


@media only screen and (min-width: 800px) {

	section.slider nav {
	    display: block;
	}

    .slider_slider img {
        height: 500px;
    }

}

@media only screen and (min-width: 1200px) {
    
}

/* ==========================================================================
    box section
   ========================================================================== */


#box_images, div.box_images {
	position: absolute;
	height: 400px;
	width: calc(100% - 40px);
	top: 20px;
	margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#box_images div.slide, div.box_images div.slide {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#box_images div.slide div.image, div.box_images div.slide div.image {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#box_images div.slide div.image img, div.box_images div.slide div.image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.box_copy {
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	top: 420px;
}

#box_buttons, span.box_buttons {
    bottom: 20px;
    position: absolute;
    width: 100%;
}

#box_buttons ul, span.box_buttons ul {
    text-align: center;
}

#box_buttons ul li, span.box_buttons ul li {
    display: inline-block;
    border: 1px solid #FFF;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #FFF;
    opacity: 0.7;
}

#box_buttons ul li:last-child, span.box_buttons ul li:last-child {
    margin-right: 0px;
}

#box_buttons ul li.active, span.box_buttons ul li.active{
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

@media only screen and (min-width: 1100px) {

    #box_images, div.box_images {
        height: 400px;
        width: 500px;
        top: 40px;
        margin-left: 40px;
    }

    div.box_copy {
        position: absolute;
        width: 340px;
        left: 600px;
        top: 20px;
    }

}

@media only screen and (min-width: 1200px) {
    
}

/* ==========================================================================
    Image navigation
   ========================================================================== */

section.image_nav {
    margin-top: 100px;
    margin-bottom: 100px;
}

section.image_nav ul {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

section.image_nav ul a {
    font-size: 0;
}

section.image_nav ul a li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

section.image_nav ul a li:hover div.image_nav_background {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

section.image_nav a:last-child li {
    margin-right: 0;
}

section.image_nav a li div.image_nav_background {
    width: 100%;
    height: 400px;
    display: block;
    z-index: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section.image_nav a li div.image_nav_background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.image_nav li div.image_nav_overlay_bg {
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 1000;
    bottom: 20px;
    background-color: #FFF;
    opacity: 0.6;
}

section.image_nav li div.image_nav_overlay_text {
    width: 100%;
    position: absolute;
    z-index: 1050;
    bottom: 38px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 800px) {

    section.image_nav ul a li {
        display: block;
        float: left;
        width: 30%; 
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 0;
        margin-bottom: 40px;
    }

    section.image_nav.wellbeing ul a li {
        display: inline-block;
        float: none;
    }

    section.image_nav ul.max_4 a:nth-child(4) li {
        margin-left: 34.5%;
    }

    section.image_nav ul.max_5 a:nth-child(4) li {
        margin-left: 18%;
    }

    section.image_nav.events a:nth-child(1) li div.image_nav_overlay_text {
        bottom: 38px;
    }

    section.image_nav.events a:nth-child(2) li div.image_nav_overlay_text {
        bottom: 38px;
    }

    section.image_nav.events a:nth-child(3) li div.image_nav_overlay_text {
        bottom: 38px;
    }

}

@media only screen and (min-width: 1200px) {
    
    section.image_nav ul {
        width: 900px;
    }

    section.image_nav.wellbeing ul {
        text-align: center;
    }
}

/* ==========================================================================
    accommodation section
   ========================================================================== */

.accommodation_slider img {
    height: 200px;
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

section.accommodation div.white_line {
	border-bottom: 1px solid #dfdfdf;
	height: 1px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	top: 20px;
}

section.accommodation nav {
    display: none;
}

section.accommodation nav .left {
    cursor: url('../img/cursor_arrow_left.png'), auto;
    position: absolute;
    left:0;
    top:0;
    width: 20%;
    height: 100%;
    z-index: 10000;
}

section.accommodation nav .right {
    cursor: url('../img/cursor_arrow_right.png'), auto;
    position: absolute;
    left:80%;
    top:0;
    width: 20%;
    height: 100%;
    z-index: 10000;
}

section.accommodation {
	margin-left: 0px;
	margin-top: 50px;
	position: relative;
}

section.accommodation h3 {
	margin-top: 80px;
}

section.accommodation h6 {
	font-family: 'Raleway', sans-serif;
    font-weight: medium;
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
}

.accommodation h6, .accommodation button {
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.accommodation div.slick-slide {
	opacity: 0.3;
	-webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.accommodation div.slick-current {
	opacity: 1;
}

section.accommodation div.slick-current h6, section.accommodation div.slick-current button {
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	section.accommodation nav {
	    display: block;
	}

    section.accommodation {
        margin-left: 100px;
    }

    .accommodation_slider img {
        height: 300px;
        margin-left: 50px;
        margin-right: 50px;
    }

}

@media only screen and (min-width: 1200px) {
    
}

/* ==========================================================================
    food section
   ========================================================================== */

section.food {
	margin-top: 50px;
	position: relative;
}

#food_content {
	position: relative;
	z-index: 400;
	top: 130px;
	width: 90%;
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 280px;
    height: 540px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#food_bg {
	position: absolute;
	z-index: 500;
	top: 80px;
	width: 100%;
	opacity: 0.3;
	height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.food h3 {
    color: #000;
    margin-top: 30px;
   	margin-bottom: 30px;
}

div.food_body_content {
	position: relative;
	z-index: 550;
	width: 100%;
	height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.food div p {
	font-family: 'EB Garamond', serif;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 140%;
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    color: #000;
}

section.food div p strong {
	font-family: freight-big-pro, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 3px;
    text-align: center;
}

#food_img_container {
	position: relative;
	z-index: 700;
	width: 90%;
	margin-top: -100px;
	margin-right: auto;
    margin-left: auto;
}

#food_img_container img {
    max-width: 480px;
	width: 100%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div.food div.copy {
	margin-bottom: 35px;
}

section.gallery_list {
	margin-top: 60px;
}

#food_img_container img:last-child {
    display: none;
}

@media only screen and (min-width: 1100px) {

    section.food {
        margin-left: 100px;
    }

    #food_bg {
        width: 1000px;
    }

    #food_content {
        width: 1000px;
        height: 370px;
    }

    #food_img_container {
        width: 625px;
    }

    #food_img_container img {
        width: 300px;
        display: inline-block;
        margin-left: none;
        margin-right: none;
    }

    #food_img_container img:first-child {
        margin-right: 20px;
    }

    #food_img_container img:last-child {
        display: inline-block;
    }

    section.food div p {
        width: 580px;
    }

}

@media only screen and (min-width: 1200px) {
    
}

/* ==========================================================================
    gallery section 
   ========================================================================== */

#gallery_list li {
    cursor: pointer;
}

section.gallery_list ul {
    width: 90%;
    max-width: 1000px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

section.gallery_list ul li:nth-child(6n+1) {
    display: block;
    height: 150px;
    width: 33%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 10px;
}

section.gallery_list ul li:nth-child(6n+2) {
    display: block;
    width: 65.5%;
    height: 150px;
    float: left;
    margin-bottom: 10px;
}

section.gallery_list ul li:nth-child(6n+3) {
    display: block;
    width: 33%;
    height: 150px;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 10px;
}

section.gallery_list ul li:nth-child(6n+4) {
    display: block;
    width: 33%;
    height: 150px;
    margin-right: 1.5%;
    float: left;
    margin-bottom: 10px;
}

section.gallery_list ul li:nth-child(6n+5) {
    display: block;
    height: 310px;
    width: 31%;
    float: right;
    margin-bottom: 10px;
}

section.gallery_list ul li:nth-child(6n+6) {
    display: block;
    height: 150px;
    width: 67.5%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 10px;
}


@media only screen and (min-width: 800px) {

    section.gallery_list ul li:nth-child(6n+1) {
        height: 205px;
    }

    section.gallery_list ul li:nth-child(6n+2) {
        height: 205px;
    }

    section.gallery_list ul li:nth-child(6n+3) {
        height: 205px;
    }

    section.gallery_list ul li:nth-child(6n+4) {
        height: 205px;
    }

    section.gallery_list ul li:nth-child(6n+5) {
        height: 420px;
    }

    section.gallery_list ul li:nth-child(6n+6) {
        height: 205px;
    }
    
}

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

    section.gallery_list ul li:nth-child(6n+1) {
        height: 300px;
        width: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    section.gallery_list ul li:nth-child(6n+2) {
        height: 300px;
        width: 680px;
        margin-bottom: 20px;
    }

    section.gallery_list ul li:nth-child(6n+3) {
        height: 300px;
        width: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    section.gallery_list ul li:nth-child(6n+4) {
        height: 300px;
        width: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    section.gallery_list ul li:nth-child(6n+5) {
        height: 620px;
        width: 360px;
        margin-bottom: 20px;
    }

    section.gallery_list ul li:nth-child(6n+6) {
        height: 300px;
        width: 620px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

}

/* ==========================================================================
    form fields 
   ========================================================================== */

section.form_section {
    margin-top: 60px;
}

section.form_section form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


section.form_section form label {
    color: #000;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

section.form_section form label a {
    font-size: 14px;
}

select.request_field {
    background-color: #e5e2d8; 
    color: #000;
    width: calc(100% - 10px);
    height: 30px;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 5px;
    border: 0;
    margin-bottom: 30px;
}

input.request_field {
    background-color: #e5e2d8; 
    color: #000;
    width: calc(100% - 10px);
    height: 30px;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 20px;
    border: 0;
}

input.request_field:placeholder {
    color: #000;
}

textarea.request_field {
    background-color: #e5e2d8; 
    color: #000;
    width: calc(100% - 10px);
    height: 200px;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 20px;
    border: 0;
}

.form_checkbox_container {
    top: 20px;
    position: relative;
    width: calc(100% - 10px);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.form_checkbox_label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    font-size: 14px;
}

.form_checkbox_label a {
    color: #8e8e8e;
    text-decoration: underline;
}

.form_checkbox_label a:hover {
    opacity: 0.7;
}

/* Hide the browser's default checkbox */
.form_checkbox_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form_checkbox_label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form_checkbox_label input:checked ~ .checkmark {
  background-color: #e5e2d8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form_checkbox_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form_checkbox_label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#form_message {
    font-family: 'EB Garamond', serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    width: 100%;
    height: 30px;
    padding-top: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 600px) {

    section.form_section form {
        width: 500px;
    }

}

@media only screen and (min-width: 1200px) {
    
}

/* ==========================================================================
    map  
   ========================================================================== */

#contant_map, #contact_map_img {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
    display: none !important;
}
.gm-bundled-control .gmnoprint {
    display: block;
}
.gmnoprint:not(.gm-bundled-control) {
    display: none;
}

#map-repor > div { 
  height: 105% !important;
}