/*
* The Good Place
* by Mihovil Radaus http://mihovilradaus.com/
*/

/* CSS Reset*/
html { margin:0;padding:0;border:0; }
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; list-style: none; }


/* Body setup*/
body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    color: #313133;
    -webkit-font-smoothing:antialiased;
}

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    color: #00aeef;
}

.animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

b,
strong { font-weight: 800; }

i,
em { font-style: italic; }

:focus { outline: none; }

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.main-container {
    overflow-x: hidden;
}

.container {
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.flex {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
}

.full       { width: 100%;   }
.half       { width: 49.99%  }
.third      { width: 33.32%; }
.two-thirds { width: 66.65%; }
.fourth     { width: 24.99%; }
.fifth      { width: 19.99%; }

h1 {
    font-family: 'PT Serif', serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.001em;
    margin-bottom: 15px;
}

h2 {
    font-weight: bold;
    font-size: 24px;
}

h2 a {
    color: lightseagreen;
}

h2 a:hover {
    text-decoration: underline;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}

p {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

section {
    position: relative;
}

.section-container {
    padding: 60px 80px;
    padding-left: 300px;
    max-width: 1100px;
}

/* MENU */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 9999;
}

header .sidebar {
    width: 100%;
    justify-content:flex-end;
}

.logo-area {
    width: 240px;
    padding: 30px;
}

header #gp-logo {
    width: 100%;
}

header .menu {
    padding: 30px 30px;
    font-size: 20px;
    font-weight: bold;
}

header .menu li a {
    padding: 5px 10px;
    display: block;
    color: white;
}

header .menu.dark li a {
    color: black;
}

section {
    width: 100%;
    position: relative;
    z-index: 1;
}

#floorplan {
    transform: rotate(5deg);
    position: relative;
    left: -30px;
    bottom: -15px;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    z-index: 980;
}

.hero-text #big-logo {
    width: 240px;
    height: auto;
    background: rgba(1,1,1,0.8);
    padding: 30px;
}

.hero {
    font-size: 82px;

    font-family: 'PT Serif', serif;
}

.hero span {
    border-bottom: 5px solid white;
}

.btn {
    text-transform: uppercase;
    padding: 35px 12px;
    background: lightseagreen;
    border-radius: 3px;
}

.btn:hover {
    background: mediumseagreen;
}

#decail {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: -1;
    opacity:0.5;
}

.section-container h1:before {
    width: 100px;
    height: 3px;
    background: #eee;
}

.logo-area {
    position: absolute;
    top: 40px;
    left: 0;
}

.gallery img {
    width: 100%;
    height: auto;
}

.gallery-container {
    margin-right: -200px;
}

.slick-arw {
    width: 70px;
    height: 70px;
    background: rgba(1,1,1,0.7);
    position: absolute;
    z-index: 9999999;
    padding: 15px;
    bottom: 10px;
    right: 10px;
}

.slick-arw img {
    width: auto;
    height: 40px;
    margin: 0 auto;
}

.slick-arw.prev {
    margin-right: 80px;
}

.slick-arw:hover {
    background: rgba(1,1,1,0.9);
}

.gray-container {
    border-top: 1px solid #eee;
}

.facilities p,
.facilities li {
    font-size: 16px;
}

.facilities li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    padding-right: 5px;
    color: darkseagreen;
    font-size: 14px;
}

.col {
    padding: 0 20px 0 0;
}

#mapEmbed {
    width: 100%;
    height: 600px;
}

.places {
    background: white;
    padding: 10px 30px 20px;
    position: absolute;
    top: 100px;
    left: 10px;
    z-index: 990;
    box-shadow: 0 0 5px rgba(1,1,1,0.1);
    border-radius: 1px;
}

.places li:before {
    content: "\f041";
    font-family: "FontAwesome";
    color: indianred;
}

.places li {
    padding-bottom: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.places li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(1,1,1,0.8);
    display: none;
}

.overlay .contact-popup {
    background: white;
    width: 420px;
    margin: 80px auto;
    padding: 30px;
   text-align: center;

}

.overlay .contact-popup > div:first-child {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #eee;
}

.overlay .contact-popup > div img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto 10px;
    padding: 10px 0 0;
}

.overlay .contact-popup > div img.booking-com {
    height: 50px;
}

.overlay .contact-popup input,
.overlay .contact-popup textarea {
    display: block;
    width:100%;
    padding: 10px 15px;
    border: none;
    background: #eee;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    margin: 0 0 10px;
}

.overlay .contact-popup input[type="submit"] {
    background: lightseagreen;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

.overlay .contact-popup small:hover {
    color: darkred;
    cursor: pointer;
}

.overlay .contact-popup input[type="submit"]:hover {
    background: mediumseagreen;
}

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

    video {
        width: 200%;
        margin-left: -35%;
    }

    .hero-text #big-logo {
        display: none;
    }

    .gallery-container {
        margin-right: 0;
    }

    .menu li a:not(.btn) {
        display: none;
    }

    .logo-area {
        width: 130px;
        padding: 15px 25px 15px 15px;
        top: 20px;
    }

    .section-container {
        padding: 30px 20px;
        padding-left: 130px;
    }

    .facilities-container {
        display: block;
    }

    header {
        top: auto;
        bottom: 0;
        background: white;
        text-align: center;
        height: 70px;
        border-top: 1px solid #eee;
    }

    header .sidebar {
        justify-content: center;
    }

    header .menu {
        padding: 13px 0;
    }

    header .menu li a {
        padding: 8px 20px;
    }

    .places {
        padding: 0 10px;
        top: 10px;
    }

    .places li {
        font-size: 14px;
    }

    .places h3 {
        font-size: 14px;
    }

}
