/*
	Theme Name: Cottages 4 Canines
	Description: Cottages 4 Canines WordPress Theme
	Version: 1
	Author: Dave Playford
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing: border-box;
	vertical-align: baseline;
	transition: all 0.5s ease-in-out;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol {
list-style: none;
}

ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;	
}

ul li {
color: #777777; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

p + p { 
margin-top: 0.5em;
}

a {
color: inherit;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
margin: 0;
transition: all 0.5s ease-in-out;
}

a:focus {
outline:0;
}

a:hover{
color: #a8d0e6;
}

p { 
color: #777777; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 1.7em;
}

strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*    Blue:       #24305e         */
/*    Light Blue: #a8d0e6         */
/*    Red:        #f76c6c         */
/*    Yellow:     #f8e9a1         */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: "Montserrat", sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#header {
position: relative;
background-color: #24305e;
border-top: 3px solid #a8d0e6;
width: 100%;
}

#logo {
display: block;
float: left;
width: 220px;
margin: 0;
padding: 0;
}

#header-contact {
position: absolute;
top: 20px;
right: 10px;
}

#menu {
position: absolute;
bottom: 10px;
right: 10px;
height: 50px;
z-index: 999;
}

#destmnu {
display: block;
}

#mobile-destmnu {
display: none;
}

#destmnu-single {
display: none;
}

.submenu-title {
display: block;
float: left;
padding: 13px 15px 0 0;
}

.navbar-wrapper {
display: block;
float: left;
}

.main-content-video {
position: relative;
display: flex;
width: 100%;
height: 750px;
padding: 0;
margin: 0;
overflow: hidden;
z-index: 100;
}

.video-container {
position: relative;
height: 750px;
width: 100%;
max-width: 100%;
overflow: hidden;
}

.video-container:before {
content: '';
position: absolute;
background: rgba(0, 0, 0, 0.2);
border-radius: 5px;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

video {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 100%;
min-width: 100%;
}

#banner-short {
position: relative;
background: url("images/banner-01.jpg") right center no-repeat;
background-size: cover;
margin: 0;
padding: 0;
height: 300px;
width: 100%;
z-index: 50;
}

.banner-content {
position: absolute;
top: 25%;
left: 20px;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.red {
background: #f76c6c;
border-top: 3px solid #f8e9a1;
}

.main-content.blue {
background: #24305e;
}

.main-content.lightblue {
background: #d2e1ed;
}

.top-swoosh {
background: url("images/top-swoosh.png") top left no-repeat;
height: 140px;
width: 100%;
}

.top-swoosh-white {
background: url("images/top-swoosh-white.jpg") top left no-repeat;
height: 140px;
width: 100%;
}

.top-swoosh-02 {
background: url("images/top-swoosh-02.png") top right no-repeat;
height: 140px;
width: 100%;
}

.top-swoosh-white-02 {
background: url("images/top-swoosh-white-02.jpg") top right no-repeat;
height: 140px;
width: 100%;
}

.sticky {
top: 0;
width: 100%;
max-width: 1380px;
}

.cottage-header {
min-height: 55px;
}

#footer {
background: #24305e;
border-top: 3px solid #a8d0e6;
width: 100%;
padding: 60px 0;
margin: 0;
}

#baseline {
background: #f76c6c;
border-top: 3px solid #f8e9a1;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 130px;
padding: 20px 10px;
margin: 0 auto;
}

#banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-small-wrapper {
width: 100%;
max-width: 1400px;
padding: 20px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-top-wrapper {
width: 100%;
max-width: 1400px;
padding: 60px 10px 20px;
margin: 0 auto;
overflow: hidden;
}

.main-content-bottom-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px 0;
margin: 0 auto;
overflow: hidden;
}

.project-gallery-wrapper {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: block;
float: left;
width: 23%;
height: 300px;
padding: 0;
margin: 10px;
}

.testimonial-wrapper {
background: url("images/quotes.png") top right no-repeat;
width: 100%;
min-height: 300px;
padding: 50px 40px 0;
}

.accommodation-gallery-wrapper {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
border: 25px solid #d2e1ed;
display: block;
width: 75%;
height: 600px;
padding: 0;
margin: 0 auto;
}

.flex-wrapper {
display: flex;
flex-wrap: wrap;
align-items: stretch;
gap: 20px;
}

.flex-column {
flex: 0 0 calc(33.333% - 20px);
}

.text-container {
padding: 0;
margin: 0;
}

#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.promo-image {
display: block;
float: left;
width: 20%;
padding: 0;
margin: 0;
overflow: hidden;
text-align: center;
}

.promo-text {
display: block;
float: left;
width: 80%;
margin: 0;
padding: 0 0 0 20px;
overflow: hidden;
text-align: left;
}

.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0;
overflow: hidden;
}

.two-column.chat {
width: 50%;
}

.two-column.destmnuimg {
width: 50%;
}

.two-column.destmnu {
width: 50%;
}

.two-column.mnu {
width: 50%;
}

.three-column {
position: relative;
display: block;
float: left;
width: 33.333%;
padding: 10px;
margin: 0;
overflow: hidden;
}

.three-column.mnu {
width: 33.333%;
}

.inner-column {
padding: 0;
margin: 0;
}

.inner-column.cot01 {
background: url("images/cottage-01.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.inner-column.cot02 {
background: url("images/cottage-02.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.inner-column.cot03 {
background: url("images/cottage-03.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.inner-column.cot04 {
background: url("images/cottage-04.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.inner-column.cot05 {
background: url("images/cottage-05.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.inner-column.cot06 {
background: url("images/cottage-06.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.inner-column.destination {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 300px;
}

.cottage-inner {
position: relative;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 300px;
padding: 0;
margin: 0;
}

.image-overlay-vertical {
background: #ffffff;
position: relative;
top: -50px;
width: 90%;
padding: 20px;
margin: 0 auto -50px;
}

.image-overlay-vertical.grey {
background: #eeeeee;	
}

.overlay-vertical-inner {
background: #ffffff;
position: relative;
border: 1px solid #a8d0e6;
padding: 20px;
margin: 0 auto;
min-height: 295px;
}

.overlay-vertical-fixed-inner {
background: #ffffff;
position: relative;
border: 1px solid #a8d0e6;
padding: 20px;
margin: 0 auto;
}

.overlay-vertical-inner.grey {
background: #eeeeee;	
}

.image-overlay-vertical-large {
background: #ffffff;
position: relative;
top: -150px;
width: 85%;
padding: 40px;
margin: 0 auto -150px;
}

.overlay-vertical-large-inner {
background: #ffffff;
position: relative;
border: 1px solid #a8d0e6;
padding: 40px;
margin: 0 auto;
}

.image-overlay-horizontal {
background: #ffffff;
position: relative;
width: 120%;
left: -112px;
padding: 40px;
margin: 0 auto;
}

.overlay-horizontal-inner {
background: #ffffff;
position: relative;
border: 1px solid #a8d0e6;
padding: 40px 20px;
margin: 0 auto;
}

.left-column-60 {
display: block;
float: left;
width: 60%;
padding: 0;
margin: 0;
}

.left-column-60.featured01 {
background: url("images/featured-01.jpg") top center no-repeat;
background-size: cover;
min-height: 480px;	
}

.left-column-60.featured02 {
background: url("images/featured-02.jpg") top center no-repeat;
background-size: cover;
min-height: 480px;	
}

.right-column-40 {
display: block;
float: left;
width: 40%;
padding: 0;
margin: 0;
}

.right-column-40.featured {
padding: 25px 0;	
}

.right-column-40.image {
padding: 0 0 0 50px;
}

#footer-column-01 {
display: block;
float: left;
width: 30%;
padding: 0 25px 0 0;
margin: 0;
}

#footer-column-02 {
display: block;
float: left;
width: 40%;
padding: 0 25px 0 0;
margin: 0;
}

#footer-column-03 {
display: block;
float: left;
width: 30%;
padding: 0;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 80px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: absolute;
margin-right: 2.6em;
color: #ffffff;
font-size: 1.1em;
font-weight: 500;
bottom: 0.6em;
right: 0;
}

nav a {
position: relative;
color: #ffffff;
display: block; 
font-size: 1em;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
line-height: 45px;
padding: 0 35px; 
text-decoration: none; 
}

nav a.last {
padding: 0 0 0 35px;
}

nav a:hover {
color: #a8d0e6;
}

nav a.nocursor {
cursor: context-menu;
}

nav ul,
nav ul li { 
height: 45px;
list-style-type: none; 
padding: 0; 
margin: 0;
text-indent: unset;
}

nav > ul { 
text-align: left; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #24305e;
width: 320px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
text-indent: unset;
margin: 0;
}

.sub-menu li a {
font-size: 0.9em;
line-height: 50px;	
padding: 0 20px;
}

ul.sub-menu li:last-child {
border-radius: 0 0 10px 10px;
border-bottom: none;
}

/*===== Tab menu =====*/
/* Style the tab content */
.submenu_title {
display: none;
position: relative;
float: right;
top: -10px;
margin-right: 3em;
color: #ffffff;
font-size: 1.1em;
font-weight: 600; 
}

#submenu ul {
text-align: center !important;
}

#submenu ul li {
margin: 0;
text-indent: unset;	
}

/* Style the tab */
.tab {
overflow: hidden;
background-color: #24305e;
margin: 20px 0 0;
z-index: 999;
}

/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
color: #ffffff;
border: none;
outline: none;
cursor: pointer;
padding: 14px 35px;
margin: 0 0 0 -4px;
transition: 0.3s;
font-family: "Montserrat", sans-serif;
font-size: 1em;
text-transform: upppercase;
border-right: 1px solid #ffffff;
border-left: none;
}

.tab button.first {
border-left: 1px solid #ffffff;	
}

/* Change background color of buttons on hover */
.tab button:hover {
color: #565655;
background-color: #a8d0e6;
}

/* Create an active/current tablink class */
.tab button.active {
color: #565655;
background-color: #a8d0e6;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 40px 10px;
}

/*===== Mobile Menu =====*/
.menu-bar {
padding-right: 1.25em;
position: relative;
cursor: pointer;
width: 35px;
height: 2px;
background-color: #ffffff;
margin: 9px 0;
}

.nav-bars {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
z-index: 99;
}

.nav-bars span {
font-size: 30px;
cursor: pointer
}

.nav-bars-fixed {
position: absolute;
top: 5px;
right: 20px;
cursor: pointer;
z-index: 99;
}

.nav-bars-fixed span {
font-size: 30px;
cursor:pointer
}

.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(36, 48, 94);
background-color: rgba(36, 48, 94, 0.95);
overflow-x: hidden;
transition: 0.5s;
z-index: 9999;
}

.overlay-content {
position: relative;
top: 5%;
width: 100%;
text-align: center;
margin: 0;
}

.overlay .closebtn {
position: absolute;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-weight: 300;
top: 10px;
right: 31px;
font-size: 55px;
text-decoration: none;
}

nav ul.over-menu {
height: auto;
}

nav ul.over-menu li a {
font-size: 1.2em;
padding: 0;
}

.over-menu li {
display: block;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-weight: 400;
transition: 0.3s;
padding: 0 8px;
text-decoration: none;
text-align: center;
text-indent: unset;
margin: 0;
}

.over-menu li a:hover {
color: #a8d0e6;	
}

.over-menu li a::before {
background: none;
}

.full-menu {
visibility: hidden; /* hides sub-menu */
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.full-menu li {
height: 50px;
padding: 0 20px 10px 20px;
text-align: center;
position: absolute;
right: 0;
top: 0;
text-indent: unset;
margin: 0;
}

.full-menu li a {
font-size: 1.5em;
height: 50px;
}

nav > ul {
margin: 0;
padding: 0;
}

nav > ul > li {
display: inline-block;
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Spans =====*/
span.numbers {
font-family: 'Montserrat', sans-serif;
}
 
/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

header.short {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #565655;
font-size: 2.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2 {
color: #565655;
font-size: 2.6em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.mnu {
font-size: 2.6em;
}

h2.white {
color: #ffffff;
}

h2.blue {
color: #24305e;
}

h2.lightblue {
color: #a8d0e6;
}

.text-container h2 {
padding: 20px 0;
}

.text-container.white h2 {
color: #ffffff;
}

h3 {
color: #565655;
font-size: 1.8em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.blue {
color: #24305e;
}

h3.lightblue {
color: #a8d0e6;
}

.text-container h3 {
padding: 20px 0;
}
.text-container.white h3 {
color: #ffffff;
}

h4 {
color: #565655;
font-size: 1.3em;
letter-spacing: 0.5px;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h4.blue {
color: #24305e;
}

h4.lightblue {
color: #a8d0e6;
}

.text-container h4 {
padding: 20px 0;
}

.text-container.white h4 {
color: #ffffff;
}

h5 {
color: #565655;
font-size: 1.2em;
letter-spacing: 0.5px;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h5.white {
color: #ffffff;
}

h5.blue {
color: #24305e;
}

h5.lightblue {
color: #a8d0e6;
}

.text-container h5 {
padding: 20px 0;
}

.text-container.white h5 {
color: #ffffff;
}

h6 {
color: #565655;
font-size: 0.9em;
letter-spacing: 0.5px;
margin: 0;
padding: 0;
display: inline-block;
line-height: 1.7em;
}

h6.white {
color: #ffffff;
}

h6.blue {
color: #24305e;
}

h6.lightblue {
color: #a8d0e6;
}

.text-container h6 {
padding: 20px 0;
}

.text-container.white h6 {
color: #ffffff;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #777777; 
font-size: 1em; 
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.small {       
font-size: 0.9em; 
}

p.main-text.large {       
font-size: 1.2em; 
}

.text-container.white p {
color: #ffffff;
line-height: 1.7em;
}

.text-container.small p {
font-size: 0.9em;
}

p.banner-text {
color: #ffffff;
font-size: 4em;
padding: 0;
margin: 0;
line-height: 1.2em;
}

p.banner-text.mid {
font-size: 2em;
}

p.banner-text.small {
font-size: 2em;
}

p.banner-text.blue {
color: #a8d0e6;
}

p.sub-banner-text {
color: #565655;
font-size: 2.1em;
padding: 11px 0 0;
margin: 0;
line-height: 1.2em;
}

p.booking-widget {
color: #cccccc;
font-size: 2em;
padding: 0;
margin: 0;
line-height: 1.2em;
}

p.destination-header {
color: #ffffff;
font-size: 1.1em;
font-weight: 500;
padding: 0;
margin: 0;
line-height: 1em;
}

p.icon-text {
color: #777777;
font-size: 0.9em;
font-weight: 500;
letter-spacing: 0.5px;
margin: 0;
padding: 0 10px 0 0;
display: inline-block;
line-height: 1.7em;
}

p.error-text {       
color: #24305e; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form.cmbform {
position: relative;
width: 100%;
color: #4f4c4c; 
font-family: 'Montserrat', sans-serif;
font-size: 1em;
padding: 0;
}

form.cmbform legend {
padding-left: 0;
}

form.cmbform legend, form.cmbform label {
color: #4f4c4c;
}

form.cmbform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: #transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmbform fieldset fieldset {
background: none;
}

form.cmbform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmbform label.error, label.error {
position: absolute;
bottom: 0;
color: #ffffff;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #777777; 
font-size: 1.1em;
padding: 10px 0 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #777777;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: red;
font-style: italic;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 33%;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

.newsletter-field {
position: relative;
width: 100%;
padding: 2px 185px 2px 20px;
background: #fff;
color: #777777;
font-family: "Montserrat", sans-serif;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
border: 1px solid #eeeeee;
height: 60px;
font-size: 1em;
box-shadow: none;
outline: 0;
}

input.signup {
width: 400px;
padding: 2px 185px 2px 20px;
background: #fff;
color: #777777;
font-family: "Montserrat", sans-serif;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
border: 1px solid #eeeeee;
height: 60px;
font-size: 1em;
box-shadow: none;
outline: 0;
}

button.signup-button {
position: absolute;
width: 200px;
right: 5px;
top: 5px;
height: 50px;
line-height: 50px;
font-size: 1.1em;
letter-spacing: 1px;
background-color: #24305e;
color: #ffffff;
cursor: pointer;
text-transform: uppercase;
border: none;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

button.signup-button:hover {
background: #b1b2b2;
}

/*===== Mailchimp =====*/
input#mce-EMAIL {
border: 1px solid #ffffff !important;
border-radius: 10px;
color: #777777;
font-family: "Montserrat", sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 18px;
margin: 0 auto 10px;
padding: 5px;
width: 95%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
}

input#mc-embedded-subscribe {
position: absolute;
width: 200px;
right: 5px;
top: 5px;
height: 50px;
line-height: 50px;
font-size: 1.1em;
letter-spacing: 1px;
background-color: #24305e;
color: #ffffff;
cursor: pointer;
text-transform: uppercase;
border: none;
border-radius: 0;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

input#mc-embedded-subscribe:hover {
background: #b1b2b2;
}

/*===== Buttons =====*/
a.button-primary {
background: #24305e;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Montserrat", sans-serif;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
padding: 15px 40px 15px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button-primary:hover {
color: #565655;
background: #a8d0e6;
}

a.button-primary.full {
width: 100%;
margin: 0 0 10px 0;
}

a.button {
background: #24305e;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Montserrat", sans-serif;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
padding: 12px 35px 12px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button:hover {
color: #565655;
background: #a8d0e6;
}

a.button-booking {
background: #24305e;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Montserrat", sans-serif;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
padding: 15px 120px 15px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button-booking:hover {
color: #565655;
background: #a8d0e6;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #a8d0e6;
text-decoration: underline;
}

a.link.under:hover {
color: #a8d0e6;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 32px;
width: 32px;
text-decoration: none;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

a.cottagegallery:link, a.cottagegallery:visited, a.cottagegallery:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets.padbot {
margin: 0 0 20px 0;
}

ul.bullets li {
color: #000000; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #777777; 
font-size: 1em; 
line-height: 1.7em;
}

/*===== Social Icons =====*/
ul.contact {
list-style: none outside none;
margin: 0;
padding: 0;
}
	
ul.contact li {
display: block;
float: left;
color: #565655;
font-size: 1.1em; 
font-family: "Montserrat", sans-serif;
font-weight: 500;
letter-spacing: 1px;
cursor: pointer;
height: 32px;
line-height: 32px;
text-align: center;
padding: 0;
margin: 0 0 0 15px;
text-indent: unset;
}

ul.contact li.first {
width: 140px;
padding: 0 15px 0 0;	
}

ul.contact li.last {
border-right: none;	
}

ul.contact li.facebook {
background:url('images/facebook.png') no-repeat 50% 0;
}

ul.contact li.instagram {
background:url('images/instagram.png') no-repeat 50% 0;
}

/*===== List styling =====*/
.featureList, .featureList ul {
padding-left: 2em;
margin: 0;
list-style-type: none;
font-size: 0.875em;
font-weight: 400;
line-height: 1.5em;
color: #ffffff;
text-align: left;
}
.lineF {
padding-left: 4em;
margin-top: 0;
}

.featureList li:before {
position: absolute;
margin-left: -1.3em;
}

.featureList li.gthan:before {
content: "\003E";
color: #a8d0e6;
}

.featureList li {
margin: 0 0 10px 0;
text-indent: unset;
}

.featureList li.gthan a {
color: #ffffff;	
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.icon {
position: relative;
top: 3px;
padding: 0 5px 0 0;
}

img.social {
margin: 0 0 0 10px;
}

/*===== Search & Filter =====*/
.searchandfilter ul li {
display: inline-block !important;
width: 23%;
text-indent: unset;
}

.searchandfilter h4 {
color: #24305e !important;
font-size: 1.1em !important;
font-weight: 600;
letter-spacing: 0;
text-transform: uppercase;
}

.searchandfilter select.sf-input-select {
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 10px;
color: #777777;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 18px;
margin: 0;
padding: 10px;
width: 100%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.searchandfilter ul li input {
background: #24305e;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Montserrat", sans-serif;
font-size: 1em;
font-weight: 600;
text-transform: uppercase;
padding: 10px 40px 10px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

/*===== Animations =====*/

/*=== Fade In  ===*/
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

/*=== Fade In Down ===*/
@keyframes fadeInDown {
  from { opacity: 0; transform: translate3d(0, -100%, 0); }
  to { opacity: 1; transform: none; } }
.fadeInDown { animation-name: fadeInDown; }

/*=== Fade In Up ===*/
@keyframes fadeInUp {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: none; } }
.fadeInUp { animation-name: fadeInUp; }

/*=== Fade In Left ===*/
@keyframes fadeInLeft {
  from { opacity: 0; transform: translate3d(-30px, 0, 0) }
  to { opacity: 1; transform: none; } }
.fadeInLeft { animation-name: fadeInLeft; }

/*=== Fade In Right ===*/
@keyframes fadeInRight {
  from { opacity: 0; transform: translate3d(100%, 0, 0); }
  to { opacity: 1; transform: none; } }
.fadeInRight { animation-name: fadeInRight; }

.animatein.in-view {  
animation: fadeIn;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateleft.in-view {  
animation: fadeInLeft;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateright.in-view {  
animation: fadeInRight;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animatedown.in-view {  
animation: fadeInDown;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

.animateup.in-view {  
animation: fadeInUp;
animation-duration: 1s;
animation-delay: 0s;
animation-fill-mode: both;
backface-visibility: hidden;
}

/*=== Optional Delays  ===*/
.one { animation-delay: 0.2s !important; }
.two { animation-delay: .6s !important; }
.three { animation-delay: 1s !important; }
.four { animation-delay: 1.4s !important; }
.five { animation-delay: 1.8s !important; }

/*===== meanMenu =====*/
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #f5f5f5;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #f5f5f5;
    height: 2px;
    margin-top: 4px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 42px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #24305e;
    position: relative;
    float: left;
    width: 100%;
	box-sizing: border-box;
	text-indent: unset;
	margin: 0;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    color: #f5f5f5;
    border-top: 1px solid #cbcbcb;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: border-box;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    color: #37b6fd;
}

.mean-container .mean-nav ul li li {
background: #384573;	
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 0 0 0 20px;
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	height: 45px;
    border-bottom: 2px solid #37b6fd;
    margin-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 60px;
    height: 45px;
    padding: 0 20px 10px 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 400;
    background: rgba(255, 255, 255, .1);
    border: none!important;
    border-left: 1px solid #cbcbcb!important
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none!important
}

/*===== Sub Menu =====*/
a.Smeanmenu-reveal {
    display: none
}

.Smean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

a.Smeanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

a.Smeanmenu-reveal span {
    display: block;
    background: #ffffff;
    height: 2px;
    margin-top: 4px
}

a.Smeanmenu-reveal span {
    display: block;
    background: #ffffff;
    height: 2px;
    margin-top: 4px
}

.Smean-nav {
    float: left;
    width: 100%;
    margin-top: 24px
}

.Smean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.Smean-nav ul li {
	background: #24305e;
    position: relative;
    float: left;
    width: 100%;
	box-sizing: border-box;
}

.Smean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    color: #ffffff;
    border-top: 1px solid #cbcbcb;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: border-box;
}

.Smean-nav ul li a.Smean-expand:hover,
.Smean-nav ul li a:hover {
    color: #b1d456;
}

.Smean-nav ul li li a {
    width: 100%;
    padding: 0 0 0 20px;
    text-shadow: none!important;
    visibility: visible
}

.Smean-nav ul li a.Smean-expand {
    margin-top: 1px;
    width: 60px;
    height: 50px;
    padding: 0 20px 10px 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 400;
    background: rgba(255, 255, 255, .1);
    border: none!important;
    border-left: 1px solid #cbcbcb!important
}

.Smean-push,
.Smean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.Smean-push {
    float: left;
    clear: both
}

.Smean-bar,
.Smean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.Smean-remove {
    display: none!important
}

/*===== Flexslider =====*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-indent: unset; margin: 0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible; backface-visibility: visible;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/*===== Lightbox ======*/
.nivo-lightbox-content,.nivo-lightbox-overlay{height:100%;width:100%}.nivo-lightbox-overlay{position:fixed;top:0;left:0;z-index:99998;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-overlay.nivo-lightbox-open{visibility:visible;opacity:1}.nivo-lightbox-wrap{position:absolute;top:10%;bottom:10%;left:10%;right:10%}.nivo-lightbox-title-wrap{position:absolute;bottom:0;left:0;width:100%;z-index:99999;text-align:center}.nivo-lightbox-nav{display:none}.nivo-lightbox-prev{position:absolute;top:50%;left:0}.nivo-lightbox-next{position:absolute;top:50%;right:0}.nivo-lightbox-close{position:absolute;top:2%;right:2%}.nivo-lightbox-image{text-align:center}.nivo-lightbox-image img{max-width:100%;max-height:100%;width:auto;height:auto;vertical-align:middle}.nivo-lightbox-content iframe,.nivo-lightbox-error{width:100%;height:100%}.nivo-lightbox-ajax{max-height:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-error{display:table;text-align:center;color:#fff;text-shadow:0 1px 1px #000}.nivo-lightbox-error p{display:table-cell;vertical-align:middle}.nivo-lightbox-effect-fade,.nivo-lightbox-effect-fadeScale,.nivo-lightbox-effect-fall,.nivo-lightbox-effect-slideDown,.nivo-lightbox-effect-slideLeft,.nivo-lightbox-effect-slideRight,.nivo-lightbox-effect-slideUp{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transition:all .3s cubic-bezier(.25, .5, .5, .9);-moz-transition:all .3s cubic-bezier(.25, .5, .5, .9);-ms-transition:all .3s cubic-bezier(.25, .5, .5, .9);-o-transition:all .3s cubic-bezier(.25, .5, .5, .9);transition:all .3s cubic-bezier(.25, .5, .5, .9)}.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap{-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap{-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{-webkit-transform:translateY(-10%);-moz-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transform:translateY(10%);-moz-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall{-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.nivo-lightbox-effect-fall .nivo-lightbox-wrap{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(300px);-moz-transform:translateZ(300px);-ms-transform:translateZ(300px);transform:translateZ(300px)}.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.nivo-lightbox-theme-default.nivo-lightbox-overlay{background:#666;background:rgba(0,0,0,.8)}.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background:url(images/loading.gif) 50% 50% no-repeat}.nivo-lightbox-theme-default .nivo-lightbox-nav{top:10%;width:8%;height:80%;text-indent:-9999px;background-repeat:no-repeat;background-position:50% 50%;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-nav:hover{opacity:1;background-color:rgba(0,0,0,.5)}.nivo-lightbox-theme-default .nivo-lightbox-prev{background-image:url(images/prev.png);border-radius:0 3px 3px 0}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(images/next.png);border-radius:3px 0 0 3px}.nivo-lightbox-theme-default .nivo-lightbox-close{display:block;background-image:url(images/close.png);width:16px;height:16px;text-indent:-9999px;padding:5px;opacity:.5}.nivo-lightbox-theme-default .nivo-lightbox-close:hover{opacity:1}.nivo-lightbox-theme-default .nivo-lightbox-title-wrap{bottom:-7%}.nivo-lightbox-theme-default .nivo-lightbox-title{font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;background:#000;color:#fff;padding:7px 15px;border-radius:30px}.nivo-lightbox-theme-default .nivo-lightbox-image img{background:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);-moz-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}.nivo-lightbox-theme-default .nivo-lightbox-ajax,.nivo-lightbox-theme-default .nivo-lightbox-inline{background:#fff;padding:40px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.4);-moz-box-shadow:0 1px 1px rgba(0,0,0,.4);box-shadow:0 1px 1px rgba(0,0,0,.4)}@media (-webkit-min-device-pixel-ratio:1.3),(-o-min-device-pixel-ratio:2.6/2),(min--moz-device-pixel-ratio:1.3),(min-device-pixel-ratio:1.3),(min-resolution:1.3dppx){.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading{background-image:url(images/loading@2x.gif);background-size:32px 32px}.nivo-lightbox-theme-default .nivo-lightbox-prev{background-image:url(images/prev@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-next{background-image:url(images/next@2x.png);background-size:48px 48px}.nivo-lightbox-theme-default .nivo-lightbox-close{background-image:url(images/close@2x.png);background-size:16px 16px}}

/*===== Wordpress =====*/

/*===== Page Navi Styles =====*/
.wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: 'Montserrat', sans-serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #6c7755; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #6c7755;
color: #ffffff;
border: 1px solid #6c7755;
}

.wp-pagenavi span.current { 
font-weight: bold; 
}

/*===== WP Form =====*/
form.search {
margin: 0 0 30px 0;
}

/*===== Search Box =====*/
input.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
padding: 2px 3px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit {
background-color: transparent;
display: inline-block;
border: none;
padding: 10px 0 0 10px;
position: relative;
cursor: pointer;
color: #6c7755; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

button.search-submit::after {
border-right: 2px solid #6c7755;
border-top: 2px solid #6c7755;
content: "";
display: inline-block;
height: 0.4em;
transform: rotate(45deg);
width: 0.4em;
margin-bottom: 1px;
margin-left: 3px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit:hover::after {
margin-left: 15px;	
}

/*===== WP Widgets =====*/
.newsletter-field input.wpcf7-text {
border: 1px solid #ffffff !important;
}

.two-column.chat .wpcf7-form div.wpcf7-response-output {
margin: 40px 0 0 !important;
}

form.wpcf7-form {
position: relative;
}

input.wpcf7-text {
border: 1px solid #cccccc;
border-radius: 10px;
color: #777777;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 40px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.wpcf7-text:focus {
border: 1px solid #24305e;
}

input.wpcf7-text.error {
border: 1px solid #ffffff;
}

textarea.wpcf7-textarea {
border: 1px solid #cccccc;
border-radius: 10px;
color: #777777;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 400;
height: 300px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 98%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.wpcf7-textarea:focus {
border: 1px solid #24305e;
}

textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}

.wpcf7-list-item-label {
font-size: 1em !important;
}

input.wpcf7-submit {
background: #24305e;
border: 0 none;
border-radius: 5px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: "Montserrat", sans-serif;
font-size: 1.1em;
font-weight: 600;
text-transform: uppercase;
padding: 15px 40px 15px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.wpcf7-submit:hover {
color: #565655;
background: #a8d0e6;
}

div.wpcf7-response-output {
float: left;
width: 100%;
font-size: 1em;
font-weight: 300;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}

span.wpcf7-not-valid-tip {
color: #a40019;
margin: 0 0 20px 0;	
}

/*===== Images =====*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignnone {float:left; margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {float:left; margin:0 1em 1em 0}


/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#header-wrapper {
height: 135px;
padding: 10px 10px 0;
}			  

#logo {
width: 175px;
padding: 25px 0 0;
}

#header-contact {
top: 80px;
right: unset;
left: 10px;
}

ul.contact li {
font-size: 1em;
margin: 0;
}

.main-content-video {
height: 350px;
}	

.video-container {
height: 350px;
}

.accommodation-gallery-wrapper {
width: 95%;
height: 350px;	
border: 15px solid #d2e1ed;
}

#banner-short {
background: url("images/banner-01.jpg") right -100px center no-repeat;
background-size: cover;
height: 200px;
}

.banner-content {
left: 10px;	
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.nav-bars {
display: block;
right: 10px;
}

.submenu_title {
display: block !important;
}

.tab button {
border: none;
width: 100%;
padding: 14px 0;
}

.tab button.first {
border-left: none;
border-right: none;
width: 100%;
padding: 14px 0;
margin: 0;
}

.overlay-content {
top: 5%;
}

.overlay .closebtn {
right: 10px;	
}

.top-swoosh {
height: 105px;
}

.top-swoosh-white {
height: 115px;
}

.top-swoosh-02 {
height: 105px;
}

.top-swoosh-white-02 {
height: 105px;
}

.overlay-vertical-inner {
padding: 20px 10px;
min-height: auto;
}

.image-overlay-horizontal {
width: 90%;
top: -100px;
left: unset;
margin: 0 auto -100px;
padding: 20px;
}

.image-overlay-vertical-large {
width: 90%;
top: -50px;
margin: 0 auto -50px;
padding: 20px;
}

.overlay-vertical-large-inner {
padding: 20px;	
}

.overlay-vertical-large-inner p {
font-size: 0.875em;
}

.cottage-inner {
height: 250px;	
}

.main-content-bottom-wrapper {
padding: 40px 10px 0;
}

.project-gallery-wrapper {
width: 95%;	
height: 275px;
}

.testimonial-wrapper {
padding: 40px 10px 0;
}

.flex-column {
flex: 0 0 calc(100% - 10px);
}

.inner-column.cot01, .inner-column.cot02, .inner-column.cot03, .inner-column.cot04, .inner-column.cot05, .inner-column.cot06 {
height: 250px;	
}

.inner-column.destination {
height: 250px;	
}

.left-column-60 {
width: 100%;
}

.left-column-60.featured01 {
min-height: 400px;	
}

.left-column-60.featured02 {
min-height: 400px;	
}

.right-column-40 {
width: 100%;
padding: 0;
}

.right-column-40.image {
padding: 40px 0 0 0;
}

.two-column {
width: 100%;
padding: 10px;
}

.three-column {
width: 100%;
padding: 10px;
}

.two-column.chat {
width: 100%;
text-align: center;
}

form.cmbform {
padding: 0 0 100px 0;	
}

.newsletter-field {
padding: 2px 20px;
margin: 0 0 80px;
}

input.signup {
width: 90%;
padding: 2px 20px;
}

button.signup-button {
left: 0;
right: 0;
top: 80px;
margin: 0 auto;	
}

input#mc-embedded-subscribe {
left: 0;
right: 0;
top: 80px;
border-radius: 5px;
margin: 0 auto;
}

button.signup-button {
left: 0;
right: 0;
top: 80px;
margin: 0 auto;	
}

#footer-column-01 {
width: 100%;
padding: 0;
text-align: center;	
}

#footer-column-02 {
width: 100%;	
padding: 60px 0 0;
text-align: center;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;	
}

section.large {
padding: 40px 0 0;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1em;
}

h5 {
font-size: 1em;
}

p.banner-text {
font-size: 2em;		  
}

p.banner-text.mid {
font-size: 1.1em;
}

p.banner-text.small {
font-size: 1.2em;
}

p.booking-widget {
font-size: 1.5em;
}

p.error-text { 
font-size: 8em; 
}

.featureList, .featureList ul {
text-align: center;
}

#destmnu {
display: none;
}

#mobile-destmnu {
display: none;
}

#destmnu-single {
display: block;
}

.two-column.destmnuimg {
display: none;
}

.two-column.destmnu {
width: 100%;
}

h2.mnu {
font-size: 1.5em;
}

nav ul.over-menu li a {
font-size: 0.9em;
}

a.button-booking {
font-size: 1em;
padding: 15px 90px 15px;	
}

.searchandfilter ul li.sf-field-category {
width: 100%;
}

.searchandfilter ul li.sf-field-tag {
width: 100%;
}

.searchandfilter ul li.sf-field-submit {
width: 100%;
}

.searchandfilter h4 {
font-size: 0.9em !important;
}

.searchandfilter ul li input {
font-size: 0.9em;	
}	 	

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
height: 135px;
padding: 10px 10px 0;
}			  

#logo {
padding: 0;
}

#header-contact {
top: 80px;
right: unset;
left: 10px;
}

.main-content-video {
height: 400px;
}	

.video-container {
height: 400px;
}

.accommodation-gallery-wrapper {
width: 95%;
height: 400px;	
border: 20px solid #d2e1ed;
}

#banner-short {
background: url("images/banner-01.jpg") right -100px center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 200px;
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.nav-bars {
display: block;
right: 10px;
}

.submenu_title {
display: block !important;
}

.tab button {
border: none;
width: 100%;
padding: 14px 0;
}

.tab button.first {
border-left: none;
border-right: none;
width: 100%;
padding: 14px 0;
margin: 0;
}

.overlay-content {
top: 10%;
}

.overlay-vertical-inner {
padding: 20px 10px;
min-height: auto;
}

.cottage-inner {
height: 250px;	
}

.image-overlay-horizontal {
width: 85%;
top: -100px;
left: unset;
margin: 0 auto -100px;
}

.image-overlay-vertical-large {
width: 90%;
top: -100px;
margin: 0 auto -100px;
}

.overlay-vertical-large-inner {
padding: 40px 20px;	
}

.main-content-bottom-wrapper {
padding: 60px 10px 0;
}

.project-gallery-wrapper {
width: 45%;	
height: 250px;
}

.testimonial-wrapper {
padding: 40px 20px 0;
}

.flex-column {
flex: 0 0 calc(100% - 10px);
}

.inner-column.cot01, .inner-column.cot02, .inner-column.cot03, .inner-column.cot04, .inner-column.cot05, .inner-column.cot06 {
height: 250px;	
}

.inner-column.destination {
height: 250px;	
}

.left-column-60 {
width: 100%;
}

.left-column-60.featured01 {
min-height: 400px;	
}

.left-column-60.featured02 {
min-height: 400px;	
}

.right-column-40 {
width: 100%;
padding: 0;
}

.right-column-40.image {
padding: 40px 0 0 0;
}

.two-column {
padding: 10px;
}

.three-column {
width: 100%;
padding: 10px;
}

.two-column.chat {
width: 100%;
text-align: center;
}

form.cmbform {
padding: 0 0 100px 0;	
}

.newsletter-field {
padding: 2px 20px;
margin: 0 0 80px;
}

input.signup {
width: 90%;
padding: 2px 20px;
}

button.signup-button {
left: 0;
right: 0;
top: 80px;
margin: 0 auto;	
}

#footer-column-01 {
width: 40%;	
}

#footer-column-02 {
width: 60%;	
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;	
}

section.large {
padding: 60px 0 0;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1em;
}

h5 {
font-size: 1em;
}

p.banner-text {
font-size: 2.5em;		  
}

p.banner-text.mid {
font-size: 1.3em;
}

p.banner-text.small {
font-size: 1.5em;
}

p.booking-widget {
font-size: 1.5em;
}

#destmnu {
display: block;
}

#mobile-destmnu {
display: none;
}

.two-column.destmnuimg {
display: none;
}

.two-column.destmnu {
width: 100%;
}

h2.mnu {
font-size: 1.7em;
}

nav ul.over-menu li a {
font-size: 0.9em;
}

.searchandfilter ul li.sf-field-category {
width: 60%;
}

.searchandfilter ul li.sf-field-tag {
width: 40%;
}

.searchandfilter ul li.sf-field-submit {
width: 100%;
}

.searchandfilter h4 {
font-size: 0.9em !important;
}

.searchandfilter ul li input {
font-size: 0.9em;	
}	 
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 839.99px) 
			  and (min-width: 601px) {
			  
#header-wrapper {
height: 135px;
padding: 10px 10px 0;
}			  

#logo {
padding: 0;
}

.main-content-video {
height: 450px;
}	

.video-container {
height: 450px;
}

.accommodation-gallery-wrapper {
width: 95%;
height: 450px;	
}

#banner-short {
background: url("images/banner-01.jpg") right -50px center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 250px;
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.submenu_title {
display: block !important;
}

.tab button {
border: none;
width: 100%;
}

.nav-bars {
display: block;
right: 10px;
}

.overlay-vertical-inner {
padding: 20px 10px;
min-height: auto;
}

.image-overlay-horizontal {
width: 85%;
top: -100px;
left: unset;
margin: 0 auto -100px;
}

.image-overlay-vertical-large {
width: 90%;
top: -100px;
margin: 0 auto -100px;
}

.overlay-vertical-large-inner {
padding: 40px 20px;	
}

.project-gallery-wrapper {
width: 46%;	
}

.flex-column {
flex: 0 0 calc(50% - 20px);
}

.inner-column.cot01, .inner-column.cot02, .inner-column.cot03, .inner-column.cot04, .inner-column.cot05, .inner-column.cot06 {
height: 250px;	
}

.inner-column.destination {
height: 250px;	
}

.left-column-60 {
width: 100%;
}

.left-column-60.featured01 {
min-height: 400px;	
}

.left-column-60.featured02 {
min-height: 400px;	
}

.right-column-40 {
width: 100%;
padding: 0;
}

.right-column-40.image {
padding: 40px 0 0 0;
}

.two-column {
padding: 10px;
}

.three-column {
width: 100%;
padding: 10px;
}

.two-column.chat {
width: 100%;
text-align: center;
}

input.signup {
width: 95%;
padding: 2px 20px;
}

#footer-column-01 {
width: 40%;	
}

#footer-column-02 {
width: 60%;	
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
text-align: center;	
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1em;
}

h5 {
font-size: 1em;
}

p.banner-text {
font-size: 2.8em;		  
}

p.banner-text.mid {
font-size: 1.5em;
}

#destmnu {
display: none;
}

#mobile-destmnu {
display: block;
}

.two-column.destmnuimg {
display: none;
}

.two-column.destmnu {
width: 100%;
}

h2.mnu {
font-size: 2em;
}

nav ul.over-menu li a {
font-size: 0.9em;
}

.searchandfilter ul li {
width: 45%;
}

.searchandfilter ul li.sf-field-submit {
width: 100%;
}

.searchandfilter h4 {
font-size: 1em !important;
}

.searchandfilter ul li input {
font-size: 0.9em;	
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 840px) {

#header-wrapper {
height: 135px;
padding: 10px 10px 0;
}			  

#logo {
padding: 0;
}

.main-content-video {
height: 500px;
}	

.video-container {
height: 500px;
}

.accommodation-gallery-wrapper {
width: 95%;
height: 500px;	
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}

.nav-bars {
display: block;
right: 10px;
}

.submenu_title {
display: block !important;
}

.tab button {
border: none;
width: 100%;
}

.overlay-vertical-inner {
padding: 20px 10px;
min-height: 330px;
}

.image-overlay-horizontal {
width: 125%;	
}

.image-overlay-vertical-large {
width: 85%;
}

.project-gallery-wrapper {
width: 30%;
height: 250px;	
}

.flex-column {
flex: 0 0 calc(50% - 20px);
}

.inner-column.cot01, .inner-column.cot02, .inner-column.cot03, .inner-column.cot04, .inner-column.cot05, .inner-column.cot06, .inner-column.blog01 {
height: 250px;	
}

.left-column-60.featured01 {
min-height: 500px;	
}

.left-column-60.featured02 {
min-height: 525px;	
}

.three-column {
padding: 10px 5px;
}

.two-column.chat {
width: 100%;
text-align: center;
}

input.signup {
width: 95%;
padding: 2px 20px;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

h4 {
font-size: 1em;
}

h5 {
font-size: 1em;
}

p.banner-text {
font-size: 3em;		  
}

p.banner-text.mid {
font-size: 1.6em;
}

#destmnu {
display: none;
}

#mobile-destmnu {
display: block;
}

.two-column.destmnuimg {
display: none;
}

.two-column.destmnu {
width: 100%;
}

h2.mnu {
font-size: 2em;
}

nav ul.over-menu li a {
font-size: 1em;
}

.searchandfilter ul li {
width: 32%;
}	

.searchandfilter h4 {
font-size: 1em !important;
}

.searchandfilter ul li input {
font-size: 0.9em;	
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1100.99px) 
			  and (min-width: 1025px) {

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent { 
background: none;
padding: 0; 
}
				  
.main-content-video {
height: 550px;
}	

.video-container {
height: 550px;
}

.accommodation-gallery-wrapper {
width: 95%;
height: 500px;	
}

.overlay-vertical-inner {
padding: 20px 10px;
min-height: 315px;
}

.inner-column.cot01, .inner-column.cot02, .inner-column.cot03, .inner-column.cot04, .inner-column.cot05, .inner-column.cot06, .inner-column.blog01 {
height: 275px;	
}

.left-column-60.featured01 {
min-height: 500px;	
}

.left-column-60.featured02 {
min-height: 525px;	
}

h4 {
font-size: 1.1em;
}

h5 {
font-size: 1.1em;
}

p.banner-text {
font-size: 3.3em;
}

p.banner-text.mid {
font-size: 1.7em;
}

input.signup {
width: 56%;
}

#destmnu {
display: none;
}

#mobile-destmnu {
display: block;
}

.two-column.destmnuimg {
width: 30%;
padding: 100px 20px 20px;
}

.two-column.destmnu {
width: 70%;
}

h2.mnu {
font-size: 2.3em;
}

nav ul.over-menu li a {
font-size: 1em;
}

.searchandfilter ul li {
width: 28%;
}
				  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1200.99px) 
			  and (min-width: 1101px) {

nav a {
padding: 0 20px;
}
				  
.main-content-video {
height: 550px;
}	

.video-container {
height: 550px;
}

.accommodation-gallery-wrapper {
width: 95%;
height: 550px;	
}

.overlay-vertical-inner {
padding: 20px 10px;
}

.inner-column.cot01, .inner-column.cot02, .inner-column.cot03, .inner-column.cot04, .inner-column.cot05, .inner-column.cot06, .inner-column.blog01 {
height: 275px;	
}

.left-column-60.featured01 {
min-height: 500px;	
}

.left-column-60.featured02 {
min-height: 525px;	
}

h4 {
font-size: 1.1em;
}

h5 {
font-size: 1.1em;
}

p.banner-text {
font-size: 3.3em;
}

p.banner-text.mid {
font-size: 1.7em;
}

input.signup {
width: 56%;
}

#destmnu {
display: none;
}

#mobile-destmnu {
display: block;
}

.two-column.destmnuimg {
width: 30%;
padding: 100px 20px 20px;
}

.two-column.destmnu {
width: 70%;
}

h2.mnu {
font-size: 2.3em;
}

nav ul.over-menu li a {
font-size: 1em;
}

.searchandfilter ul li {
width: 25%;
}
				  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1400.99px) 
			  and (min-width: 1201px) {

nav a {
padding: 0 30px;
}
				  
.main-content-video {
height: 600px;
}	

.video-container {
height: 600px;
}

.accommodation-gallery-wrapper {
width: 90%;
height: 550px;	
}

p.banner-text {
font-size: 3.6em;
}

p.banner-text.mid {
font-size: 1.9em;
}

input.signup {
width: 65%;
}

.two-column.destmnuimg {
width: 35%;
padding: 100px 20px 20px;
}

.two-column.destmnu {
width: 65%;
}

h2.mnu {
font-size: 2.3em;
}

nav ul.over-menu li a {
font-size: 1.1em;
}

}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1600px) 
			  and (min-width: 1401px) {
				  
.main-content-video {
height: 650px;
}	

.video-container {
height: 650px;
}

nav ul.over-menu li a {
font-size: 1.1em;
}
				  
}