html {
    position: relative;
    min-height: 100%;
    height: auto;
}

body {
    height: auto;
    display:block;
    margin-bottom: 500px;
}

.row {
    width: 92%;
}

.template2 {
    margin-bottom:0;
}

p, li, h1, h2, h3, h4, h5 {
    color:#4d6674;
    line-height: 1.45;
}

p, li {
    font-size:16px;
    font-family:'Montserrat';
}

p.caption {
    font-size:13px;
    margin-top:10px;
    margin-bottom:30px;
}

a {
    color:#4d6674;
    font-weight:600;
    transition:all 0.2s;
    -webkit-transition:all 0.2s;
}

a:hover {
    color:#282e35;
}

h1 {
    font-size:23px;
    font-family:'Sanchez';
    margin-bottom:18px;
    line-height: 1.3;
}

.template3 h1 {
    margin-bottom:0;
}

h2 {
    font-size:23px;
    font-family:'Sanchez';
    margin-bottom:0px;
    line-height: 1.3;
}

.template4 h2 {
    font-weight:700;
    font-family:'Montserrat';
    font-size:16px;
}

h3 {
    font-size:19px;
    font-family:'Sanchez';
    margin-bottom:0px;
    line-height: 1.3;
    margin-bottom:0;
}



.header {
    background-color: #d4eaf7;
    height: 108px;
    padding-top: 15px;
}

.header p {
    font-size:12px;
}

.header p a {
    font-weight:400;
}

.header-logo {
    width: 264px;
    margin-left: 0px;
    margin-top: -76px;
    float:left;
}

.navigation {
    margin-bottom:60px;
}

.navigation ul {
    margin:5px 0;
    list-style-type:none;
}

.navigation ul li {
    display:inline-block;
}

.navigation ul li a {
    text-transform:uppercase;
    font-weight:500;
    font-size:12px;
    margin-left: 22px;
}

.navigation ul li.active a {
    font-weight:700;
}

.navigation ul li.active a:hover {
    color:#4d6674;
    cursor:default;
}

.footer-area {
    position:absolute;
    bottom:0;
    width:100%;
}

.template2 .footer-area {
    position:relative;
}

.footer {
    background-color: #d4eaf7;
    padding: 10px 0 115px;
    position: relative;
}

.footer p {
    font-size:12px;
}

.footer .navigation {
    margin-bottom: 40px;
}

.footer .navigation ul li a {
    margin-left: 11px;
    margin-right: 11px;
}

p.footer-contact {
    font-family:'Sanchez';
    font-size:19px;
    margin-bottom:0;
}

p.footer-email {
    font-size:19px;
}

.footer-logo-area {
    position: absolute;
    width: 100%;
    bottom: -68px;
    text-align: center;
}

.footer .header-logo {
    margin: 0;
    float: none;
}

.sub-footer {
    margin-bottom:20px;
    margin-top: 110px;
}

.sub-footer p {
    font-size: 14px;
    margin-bottom:0;
}

.sub-footer p a {
    font-weight:300;
}

.sub-footer .divider {
    margin-left:10px;
    margin-right:10px;
}

.home-text-area {
    margin-bottom:70px;
}

.home-image {
    padding-left:35px;
    margin-bottom:15px;
}

.button {
    background-color:#9cbfbb;
    text-transform:uppercase;
    font-size:13px;
    font-weight:500;
    letter-spacing: 0.7px;
    font-family: 'Montserrat';
    padding: 10px 22px;
    color:white;
    margin-bottom:20px;
}

.button:hover, .button:focus {
    background-color:#4d6674;
    color:white;
}

.gallery-thumbnails {
    margin-top:25px;
    margin-bottom:50px;
}

.lb-data .lb-caption {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Montserrat';
    color: white;
}

.lb-data .lb-number {
    color: #909090;
    font-family: 'Montserrat';
    font-weight: 600;
}

.contact-form, .booking-form {
    background-color:#efefef;
    padding:24px;
}

.contact-form p {
    max-width: 325px;
}

input::placeholder, textarea::placeholder {
    color:#708491;
    font-size: 15px;
    font-family: 'Montserrat';
}

.map {
    margin-top: 10px;
    margin-bottom: 25px;
}

.related-panels-row {
    margin-top:70px;
    margin-bottom:50px;
}

.home-facilities-panel, .home-location-panel, .home-gallery-panel {
    height:280px;
    background-size:cover;
    background-position:center center;
    position:relative;
    margin-top:12px;
}

.home-facilities-panel .button, .home-location-panel .button, .home-gallery-panel .button {
    border: 1px solid white;
    position: absolute;
    bottom: 0;
    width: 48%;
    left: 27%;
}

.home-facilities-panel {
    background-color:#e7f3fb;
    padding-top: 40px;
}

.home-facilities-panel img {
    height: 32px;
    margin-right: 10px;
}

.home-facilities-panel-inner {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.home-facilities-panel-inner p {
    margin-bottom: 8px;
}

.calendar-panel {
    background-size:cover;
    background-position:center center;
    padding: 45px 0;
}

.calendar-area {
    background-color:rgba(255,255,255,0.4);
    padding: 25px 90px;
}

.calendar-area .button {
    border:1px solid white;
    margin-bottom:0;
}

.calendar-inner {
    background-color: rgba(255,255,255,0.75);
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 25px;
}

.availability-key {
    padding: 0px 0px 10px;
}

.availability-key-square {
	background-color: #c4cedb;
    border: 1px solid #4d6674;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    display: inline-block;
}

.availability-key-text {
    display: inline;
	vertical-align: top;
	font-size:14px;
	font-family:'Montserrat';
	color:#4d6674;
}

.price-panel {
    padding:18px 18px 0;
    display:inline-block;
    max-width: 177px;
    width:31%;
    margin-top:-10px;
    vertical-align:top;
}

.price-panel h2 {
    font-size:18px;
    margin-bottom:20px;
}

.price-panel p strong {
    font-size:30px;
    font-weight:600;
}

.peak p:first-of-type {
    margin-bottom: 30px;
}

.peak p:first-of-type strong {
    font-size:20px;
}

.off-peak {
    background-color:#ebf6fb;
    margin-right:2%;
}
.peak {
    background-color:#dfe9e8;
    margin-right:2%;
}
.festive {
    background-color:#dfe2e9;
}

.prices-notes {
    margin-top: 45px;
    margin-bottom: 25px;
}

.prices-calendar {
    background-color:#eff3f3;
    padding:20px;
    margin-top:-20px;
}

.prices-calendar h2 {
    margin-bottom:15px;
}

.prices-calendar .button {
    border:1px solid white;
    margin-bottom:0;
    margin-top:20px;
    min-width:200px;
}

label {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #4d6674;
}

.check-in-date, .check-out-date {
    width: 36%;
    display: inline-block;
    margin-right: 14px;
}

.number-in-party {
    width:22%;
    display:inline-block;
}

[type=button], [type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #9cbfbb;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.7px;
    font-family: 'Montserrat';
    color: white;
    outline:none;
    border: 1px solid white;
    margin-bottom: 0;
    padding: 10px 70px;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
}

[type=button]:hover, [type=submit]:hover {
    background-color: #4d6674;
    color: white;
}

.parallax-window {
  min-height: 200px;
  background: transparent;
 }

table {
    width: 70%;
}
 
table tbody td, table tbody th {
    font-family: 'Montserrat';
    color: #4d6674;
    padding: 8px 8px 6px 8px;
}

table tbody tr:nth-child(odd) {
    background-color: #eff3f3;
}

table tbody tr:nth-child(even) {
    background-color: #eff3f3;
}

.ac-calendar-container {
	background-color:transparent;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	padding:0px;
}


.ac-title {
	color: #203857;
	font-size: 22px;
	text-align:center;
}

.ac-calendar-container table.ac-table {
    border: 0 !important;
	padding:0 !important;
	height:auto;
	background-color: transparent;
}

.ac-calendar-container .ac-pad {
    background-color: transparent;
}

.ac-calendar-legend-box span.ac-legend-color {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(108,133,164);
    margin-bottom: 5px;
}

.ac-calendar-legend-box {
    padding: 0px 10px;
    background-color: #ffffff;
	border:0px;
}

.ac-calendar-legend-box span.ac-legend-item {
    font-size: 13px;
}

.ac-calendar-container table.ac-table td {
    font-size: 13px;
}

.ac-calendar-container table.ac-table {
    margin:0px;
}

.ac-calendar-container th.ac-heading {
    background-color: transparent;
}

.template5 .ac-calendar-container {
    width: 100% !important;
    margin-left: 0;
    margin-right:0;
    padding: 0;
}

.review-row0 {
    background-color:#d4eaf7;
}

.review-row0, .review-row1 {
    padding: 2rem 0;
}

.review-area p {
    font-size: 23px;
    font-family: 'Sanchez';
    margin-bottom: 18px;
    line-height: 1.3;
}

.quotemarks {
    width: 2.8rem;
    margin-bottom: 0.5rem;
}














 
 
 
 
 
 
 
 
 
 
 /* OVERLAY STUFF ======================================================================================== */


#trigger-overlay {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 21px;
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-right: 4%;
}

#trigger-overlay svg {
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    fill:#4d6674;
}

#trigger-overlay:hover svg {
    fill:#282e35;
}

#trigger-overlay svg:focus, #trigger-overlay:focus {
    outline:none;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #4d6674;
	z-index:9999;
	padding-top:20px;
}

.overlay .overlay-close {
    float: right;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    margin-top: 17px;
    background-color: transparent;
    padding: 0;
}

.overlay .overlay-close svg {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    fill:white;
    width:20px;
    height:20px;
}

.overlay .overlay-close:hover svg {
    fill:#9cbfbb;
}

.overlay-main-content-area {
    height: 85%;
    display: table;
    width: 100%;
}

.overlay-main-content {
    display: table-cell;
    vertical-align: middle;
}

.overlay-main-content ul li {
    margin-bottom:16px;
}

.overlay-main-content ul li a {
    color:white;
    font-size:20px;
    text-transform:uppercase;
    font-weight: 500;
}

.overlay-main-content ul li.active a {
    font-weight:700;
}

.overlay-main-content ul li a:hover {
    color:#9cbfbb;
}

.overlay-smallprint {
    position:absolute;
    bottom:30px;
    width:100%;
}

.overlay-smallprint p, .overlay-smallprint p a {
    color:white;
    font-size:10px;
    font-weight:300;
    margin-bottom:0;
}

.overlay-smallprint p a:hover {
    color:#9cbfbb;
}

.overlay-smallprint .divider {
    margin-left: 10px;
    margin-right: 10px;
}



/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
	transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}




    














/*Error Styles
========================================================================== */
#browserupgrade{
color: #ffffff; 
display: block;  
z-index: 9999999999; 
background-color: rgb(242, 86, 72);
text-align:center;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
}

#browserupgrade h6{
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#browserupgrade p{
	margin-bottom: 20px;
}

.button.hollow.white {
    border: 1px solid #fff;
    color: #fff;
}
.button.hollow.white:hover{
	background-color: #fff;
	color: rgb(242, 86, 72);
}

/*Form Styles
========================================================================= */

.form-error{
  color: #f25648;  
}

.callout.warning {
    background-color: #ec5840;
    color: #fff;
}

.callout {
    margin: 0 0 1rem;
    padding: 0.875rem;
    border: 1px solid hsla(0, 84%, 23%, 0.25);
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    background-color: #fff;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    padding: 11px .75em .6875em;
    margin: 0 0 1rem;
    font-family: inherit;
    color: #0a0a0a;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
 -webkit-transition: -webkit-box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    border: 1px solid white;
    color: #4d6674;
    font-size: 15px;
    font-family:'Montserrat';
}

select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #88898c;
    font-size: .9375em;
    height: 3em;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}

.submit-button {
    border:1px solid white;
    margin-bottom:0;
    padding: 10px 70px;
}

.is-invalid-input:not(:focus) {
    border: 1px solid red;
    background-color: white;
}


/* Cookie policy
========================================================================== */

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1.5rem;
    background-color: #e7f3fb;
}
.freeprivacypolicy-com---palette-light .cc-nb-text {
    color: #4d6674;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}
.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: #4d6674;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none !important;
    width:auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.7px;
    padding: 10px 15px;
    color: white;
    background-color: #9cbfbb;
    text-decoration: none;
    border-radius: 0;
    border:1px solid white;
    line-height: 1;
    margin-right: 0.5rem !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none !important;
    width:auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color:#4d6674;
    padding: 10px 15px;
    background-color: white;
    text-decoration: none;
    border-radius: 0;
    border:1px solid white;
    line-height: 1;
    margin-right: 0.5rem !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-light .cc-nb-reject:focus, .freeprivacypolicy-com---palette-light .cc-nb-changep:focus, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-light .cc-nb-reject:hover, .freeprivacypolicy-com---palette-light .cc-nb-changep:hover, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
    background-color: #4d6674;
    color:white;
}

.freeprivacypolicy-com---palette-light .cc-pc-container {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
    box-shadow: none;
    border: none;
}

.footer .update-preferences li {
    margin-right:0;
}

.update-preferences li:after {
    display:none;
}

@media screen and (max-width: 600px) {
    .freeprivacypolicy-com---nb-simple {
        max-width: 100%;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-text {
        font-size: 11px;
        margin-bottom: 5px;
    }
    .freeprivacypolicy-com---palette-light .cc-nb-title {
        font-size: 11px;
    }
    .freeprivacypolicy-com---nb .cc-nb-main-container {
        padding: 1rem;
    }
    .freeprivacypolicy-com---nb .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-changep {
        display: inline-block;
        font-size:9px;
        padding: 7px 10px;
    }
}







/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    .column, .columns {
        padding-right: 3px;
        padding-left: 3px;
    }
    .column-block {
        margin-bottom:6px;
    }
    body {
        margin-bottom: 415px;
    }
    p, li {
        font-size: 14px;
    }
    h1, h2 {
        font-size: 20px;
    }
    .review-area p {
        font-size: 18px;
    }
    .footer .navigation ul li a {
        margin-left: 4px;
        margin-right: 4px;
    }
    .navigation ul li a {
        font-size: 10px;
    }
    .footer {
        padding: 10px 0 65px;
    }
    p.footer-contact, p.footer-email {
        font-size: 17px;
    }
    .footer-logo-area {
        bottom: -44px;
    }
    .header-logo {
        width: 170px;
        margin: -49px auto 0;
        float: none;
    }
    .sub-footer {
        margin-top: 75px;
    }
    .sub-footer p {
        font-size: 10px;
    }
    .header {
        height:70px;
    }
    .contact-form {
        margin-bottom:40px;
    }
    .navigation {
        margin-bottom: 30px;
    }
    .template8, .template4, .template5 {
        margin-bottom:0;
    }
    .template8 .footer-area, .template4 .footer-area, .template5 .footer-area {
        position: relative;
    }
    .guide-image {
        margin-top:20px;
    }
    .map iframe {
        height:500px;
    }
    .prices-calendar {
        margin-top: 0;
        margin-bottom:30px;
    }
    .price-panel {
        padding: 12px 12px 0;
        width: 100%;
        max-width:inherit;
        margin-top: 0;
        margin-bottom:10px;
    }
    .price-panel p:first-of-type {
        width: 55%;
    }
    .price-panel p {
        width: 42%;
        display:inline-block;
    }
    .peak p:first-of-type {
        margin-bottom: 10px;
    }
    .peak p:first-of-type strong {
        line-height: 2.4;
    }
    .prices-notes {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .prices-notes h2 {
        font-size:19px;
    }
    .booking-form {
        padding: 20px 4% 40px;
        margin-top:20px;
        text-align:center;
        margin-bottom:40px;
    }
    .form-group {
        margin-left:3px;
        margin-right:3px;
        text-align:left;
    }
    .check-in-date, .check-out-date, .number-in-party {
        width:100%;
    }
    .check-in-date input, .check-out-date input {
        width: 70%;
    }
    .number-in-party input {
        width: 50%;
    }
    .home-image {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .home-text-area {
        margin-bottom: 40px;
    }
    .related-panels-row {
        margin-top: 40px;
    }
    .home-facilities-panel, .home-location-panel {
        margin-bottom:40px;
    }
    .home-facilities-panel .button, .home-location-panel .button, .home-gallery-panel .button {
        width: 64%;
        left: 17%;
    }
    .calendar-panel .row {
        width:100%;
    }
    .calendar-panel .row .columns {
        padding:0;
    }
    .calendar-area {
        padding: 25px 11%;
    }
    .availability-key-square {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }
    .availability-key-text {
        font-size: 11px;
        vertical-align: text-top;
    }
    table {
        width: 100%;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 9px;
        padding-left: 9px;
    }
    .column-block {
        margin-bottom: 18px;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .header-logo {
        width: 250px;
        margin: -72px auto 0;
        float: none;
    }
    .home-image {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .home-facilities-panel, .home-location-panel {
        margin-bottom:30px;
    }
    .home-text-area {
        margin-bottom: 40px;
    }
    .home-facilities-panel .button, .home-location-panel .button {
        width: 68%;
        left: 16%;
    }
    .template8, .template4, .template5 {
        margin-bottom:0;
    }
    .template8 .footer-area, .template4 .footer-area, .template5 .footer-area {
        position: relative;
    }
    .contact-form, .booking-form {
        padding: 24px 5%;
    }
    .booking-form {
        margin-top:20px;
        margin-bottom:40px;
    }
    .check-in-date, .check-out-date {
        width: 31%;
        margin-right: 2.5%;
    }
    .number-in-party {
        width: 31%;
    }
    .contact-form {
        margin-bottom:70px;
    }
    .guide-image {
        margin-top:20px;
    }
    .prices-calendar {
        margin-bottom: 30px;
    }
    .review-area p {
        font-size: 20px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
