@font-face {
    font-family: 'SweetSansProRegular';
    src: url('/fonts/SweetSansProRegular.eot');
    src: url('/fonts/SweetSansProRegular.eot') format('embedded-opentype'), url('/fonts/SweetSansProRegular.woff2') format('woff2'), url('/fonts/SweetSansProRegular.woff') format('woff'), url('/fonts/SweetSansProRegular.ttf') format('truetype'), url('/fonts/SweetSansProRegular.svg#SweetSansProRegular') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'SweetSansProMedium';
    src: url('/fonts/SweetSansProMedium.eot');
    src: url('/fonts/SweetSansProMedium.eot') format('embedded-opentype'), url('/fonts/SweetSansProMedium.woff2') format('woff2'), url('/fonts/SweetSansProMedium.woff') format('woff'), url('/fonts/SweetSansProMedium.ttf') format('truetype'), url('/fonts/SweetSansProMedium.svg#SweetSansProMedium') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'baskvl';
    src: url('/fonts/baskvl.eot');
    src: url('/fonts/baskvl.eot') format('embedded-opentype'), url('/fonts/baskvl.woff2') format('woff2'), url('/fonts/baskvl.woff') format('woff'), url('/fonts/baskvl.ttf') format('truetype'), url('/fonts/baskvl.svg#baskvl') format('svg');
}

.container {
    width: calc(100% - 100px);
    margin: 0 auto;
    clear: both;
    display: block;
    position: relative;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.grid_4 {
    width: calc(33.33% - 60px);
    margin-right: 60px;
    float: left;
}

.grid_8 {
    width: 66.66%;
    margin-right: 60px;
    float: left;
}

.grid_6 {
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
    position: relative;
    z-index: 1;
}

.half {
    width: calc(50% - 30px);
    margin-right: 60px;
    float: left;
    position: relative;
    z-index: 1;
}

*.last {
    margin-right: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3f3f3f;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}
/* General */
body {
    font-family: 'SweetSansProRegular';
    font-size: 16px;
    background: #fff;
    color: #3f3f3f;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.fullheight {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}
.credit
{
    font-size:12px;
    margin-bottom:40px;
}
/* Headings */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
                            
}

p {
    text-align: center;
    margin: 0;
}

.max540 {
    width: 545px;
    margin: 0 auto 45px auto;
    max-width: 100%;
}

.max600 {
    width: 600px;
    margin: 0 auto 45px auto;
    max-width: 100%;
}

h1 {
    font-size: 60px;
}

h1, h2, h4 {
    font-family: 'baskvl';
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 45px;
    margin: 0 0 25px 0;
    text-align: center;
    letter-spacing: 3px;
}

h3 {
    font-family: 'SweetSansProMedium';
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
                            Letter-spacing: 1px
}

h4 {
    font-size: 40px;
    color: #2A3851;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .list li {
        border-bottom: 1px solid #3f3f3f;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

        .list li:last-child {
            margin-bottom: 0;
        }
/* Navigation */
header {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: fixed;
    background: #fff;
    text-align: center;
    height: 60px;
    z-index: 7;
    top: 0;
}

    header.fixed {
        position: fixed;
        top: 0;
        z-index: 17;
    }

#mainnav {
    width: calc(100% - 100px);
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    z-index: 2;
}

.view {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 120px;
    font-family: 'SweetSansProMedium';
    text-transform: uppercase;
    z-index: 3;
    font-size: 14px;
letter-spacing: 1px;


    text-align: right;
}

.book {
    position: fixed;
    background: #2c5472;
    padding: 35px 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 50px;
    text-align: center;
    z-index: 8;
    color: #fff;
    transition: background 0.3s;
}


#Reservations {
    z-index: 9;
    background: #fff;
}

.book span {
    display: block;
}

section {
    position: relative;
}

.bar {
    position: absolute;
    background: #fff;
    padding: 7px 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 5;
    font-size:14px;
	
	

	
}

    .bar span {
        color: #5b82a0;
        display: inline-block;
        margin: 0 10px;
        font-size: 14px;
        font-family: 'SweetSansProMedium';
        text-transform: uppercase;
		

    letter-spacing: 1px;
    font-family: 'SweetSansProMedium';
    text-transform: uppercase;
    transition: color 0.3s;
    }

.logo {
    width: 860px;
    max-width: calc(100% - 80px);
	fill: #ffffff;
}

.smalllogo {
    position: absolute;
    left: 50px;
    transform: translateY(-50%);
    top: 50%;
    top: 54%;
    display: block;
    width: 184px;
    transition: opacity 0.6s;
    opacity: 0;
}

header.fixed .smalllogo {
    opacity: 1;
}

.smalllogo svg {
    width: 184px;
    height: 22px;
}

nav {
    margin: 0 auto;
    padding: 0;
}

#nav li {
    list-style: none;
    display: inline-block;
    margin: 0 12.5px;
    position: relative;
}

    #nav li a {
font-size: 14px;
letter-spacing: 1px;

        font-family: 'SweetSansProMedium';
        text-transform: uppercase;
        transition: color 0.3s;
    }

        #nav li a:hover {
            color: #5b82a0;
        }

    #nav li.active a {
        color: #5b82a0;
    }
/* nav-toggle */

#nav-toggle, #nav-toggle::after, #nav-toggle::before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


#nav-toggle {
    position: absolute;
    right: 20px;
    z-index: 300;
    cursor: pointer;
    width: 25px;
    height: 14px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: none;
}



    #nav-toggle:after {
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
        height: 3px;
        background: #2c5472;
        display: block;
        transition: 0.5s all;
    }

    #nav-toggle:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 10;
        height: 3px;
        background: #2c5472;
        display: block;
        transition: 0.5s all;
    }




    #nav-toggle.active:after {
        transform: translateY(5px);
    }

    #nav-toggle.active:before {
        transform: translateY(-5px);
    }


/* enquiry */
label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}

.inputholder {
    margin-bottom: 12px;
}

input, select {
    font-size: 16px;
    font-family: 'SweetSansProRegular';
    padding: 0 0 12px 0;
    width: 100%;
    color: #3f3f3f;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #3f3f3f;
    text-align: left;
    margin-bottom: 0;
}

    input.b_submit {
        border: none;
    }

select {
    padding: 2px 0;
    text-align-last: left;
    text-align: left;
    -ms-text-align-last: left;
}

    select option {
        padding: 2px;
        text-align-last: left;
        text-align: left;
        -ms-text-align-last: left;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #c2e8e5 inset;
    -webkit-text-fill-color: #3f3f3f !important;
}


textarea:focus, input:focus {
    outline: none;
}

.privacy {
    display: block;
    margin-top: 25px;
    text-align: left;
    text-decoration: underline;
    /* font-size: 0.67vw; */
}

.chk_holder {
    margin: 10px auto 0 auto;
    color: #3f3f3f;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #3f3f3f;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #3f3f3f;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #3f3f3f;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #3f3f3f;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #3f3f3f;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #3f3f3f;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #3f3f3f;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #3f3f3f;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #3f3f3f;
}

input.b_submit {
    color: #3f3f3f;
    border: 1px solid #3f3f3f;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin-top: 25px;
    padding: 13px 0;
    width: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    text-decoration: none;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
    font-size: 10px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    top: 0;
}

    ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
        padding: 0;
        text-align: left;
        color: #F00D0D;
    }

* {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.address, .direction {
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'SweetSansProMedium';
    Letter-spacing: 1px
}

.direction {
    text-decoration: underline;
    display: block;
    text-align: center;
}

*.padding-t-55 {
    padding-top: 55px;
}

*.padding-t-80 {
    padding-top: 80px;
}

*.padding-t-160 {
    padding-top: 160px;
}

*.padding-t-130 {
    padding-top: 130px;
}

.leftalign, .leftalign * {
    text-align: left;
}

.padding-b-120 {
    padding-bottom: 120px;
}

.margin-b-15 {
    display: block;
    margin-bottom: 15px;
}

#map, #map_canvas {
    min-height: 300px;
    height: 80vh;
}

.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.airbnb{
	display: block;
	max-width: 200px;
	margin: 25px 0;
}

.ui-widget.ui-widget-content {
    z-index: 999 !important;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100%;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100%;
    }
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 1000px) {
    .grid_4, .grid_8, .grid_6, .half {
        margin-right: 0;
        width: 100%;
    }

	
    .container {
        width: calc(100% - 40px);
    }

    .list li:first-child {
        margin-top: 12px;
    }

    *.padding-t-160 {
        padding-top: 80px;
    }

    *.padding-t-130 {
        padding-top: 65px;
    }

    *.padding-t-80 {
        padding-top: 40px;
    }

    h2 {
        font-size: 32px;
        margin: 0 0 15px 0;
        letter-spacing: 1.5px;
        line-height:1
    }

    .book {
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        transform: translate(0,0);
        width: 100%;
        padding: 12px 0;
    }

        .book span {
            display: inline-block;
        }

    .max540, .max600 {
        width: 545px;
        margin: 0 auto 25px auto;
        max-width: 100%;
    }

    #ExternalOl {
        display: none;
    }

    h3 {
        font-size: 20px;
    }

    .margin-t-m {
        margin-top: 30px;
    }

    *.padding-t-55 {
        padding-top: 25px;
    }

   #map, #map_canvas {
        height: 100vw;
    }

    .inputholder {
        margin-bottom: 0;
    }

    input, select {
        margin-bottom: 15px;
    }

    #Reservations .grid_8 {
        padding-top: 30px;
    }

    #nav-toggle {
        display: block;
    }

    ul#nav {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 100%;
        display: block;
    }

        ul#nav li {
            display: block;
            margin: 10px 0;
            width: 100%;
            text-align: center;
            padding: 0;
        }

            ul#nav li a {
                margin: 0;
                text-align: center;
                width: 100%;
                line-height: normal;
                color: #fff;
                padding: 10px 0;
                font-size: 16px;
            }

    #mainnav {
        left: 0;
        top: 0;
        height: 100vh;
        background: #2c5472;
        transform: translateX(-100%);
        z-index: 1;
        transition: transform 0.5s;
        width: 100%;
    }

        #mainnav.active {
            transform: translateX(-0%);
        }

    header {
        position: fixed;
        top: 0;
        background: none;
        height: 40px;
        background: #fff;
    }

        header.fixed {
            background: #fff;
        }

            header.fixed #nav-toggle:before, header.fixed #nav-toggle:after {
                background: #2c5472;
            }

    #nav-toggle.active:before, #nav-toggle.active:after {
        background: #fff !important;
    }

    .view {
        display: none;
    }

    .smalllogo {
        text-align: left;
        left: 20px;
    }

        .smalllogo svg {
            width: 133px;
            height: 16px;
        }
.mw100{
    width:100% !important;
    max-width:100% !important
}

    body {
        font-family: 'SweetSansProRegular';
        font-size: 15px;
        background: #fff;
        color: #3f3f3f;
        margin: 0;
        padding: 0;
        line-height: 1.4;
    }
}

@media screen and (max-width : 720px) {
	.logo {
  
    max-width: calc(100% - 20px);
  
}
    
 
    .bar span {
     
        margin: 0 5px;
        font-size: 12px;

    }

}

@media screen and (max-width : 420px) {
    h2 br {
        display: none;
    }

    h2 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
