/*
Theme Name: Kuramathi 2016
Theme URI: none
Description: Custom theme for Kuramathi Island
Author: http://www.dhevi.net (aliriyaz@gmail.com)
Version: version 2 (9th August 2016)
License: Rights Reserved

*/
@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700);
html, body {
	height: 100%;
  min-height: 100%;
}
html {-webkit-text-size-adjust: none;}
body {
	width: 100%;
	background: #f9f6ea;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
  font-family: 'Lato', sans-serif;
  margin: 0;
	font-size: 14px;
	color: #666666;
	overflow-y: auto!important;
	overflow-x: hidden!important;
}
nav#tablet, a#menu-tablet { display: none; }
.heroimage {
	display: block;
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	visibility: collapse;
}
/* Main Element Styles, Links and Headings etc */
a {
	text-decoration: none;
	color: rgba(59, 176, 203, 1);
	font-weight: bold;
}
a:hover {
	color: #555555;
}
h1 {
	margin: 20px 0 5px 0;
}
p {
	line-height: 140%;
	margin: 10px 0;
}
h3, h4, h5 {
	color: #3AB0C8;
}
/* Main Container */
header {
  display: block;
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0;
  background: rgba(0, 94, 133, 0.8);
  margin: 0;
  z-index: 10;
	-webkit-transition: height 400ms ease-out 0s;
	-moz-transition: height 400ms ease-out 0s;
	-o-transition: height 400ms ease-out 0s;
	transition: height 400ms ease-out 0s;
}
header:hover {
	background: rgba(0, 94, 133, 1);
}
/* Header */
a#logo {
	display: block;
  position: absolute;
	width: 220px;
	height: 100%;
  left: 30px;
	top: 10px;
	background: url(ui/logo-2016.png) no-repeat 0 0;
	background-size: contain;
	-webkit-transition: margin-top 400ms ease-out 0s;
	-moz-transition: margin-top 400ms ease-out 0s;
	-o-transition: margin-top 400ms ease-out 0s;
	transition: margin-top 400ms ease-out 0s;
	z-index: 40;
}
a#logo:hover {

}
a#logo img { display: block; width: 100%; height: auto;}
a#logo-shell-top {
	display: none;
	position: absolute;
	width: 50px; height: 100%;
	background: url(ui/logo-icon-2016.png) no-repeat 0 0;
	background-size: contain;
	left: 90px;
	top: 20px;
	z-index: 40;
}
div.menu-main {
	display: block;
	position: absolute;
	width: 100%;
	height: 62px;
  /* border-bottom: solid 3px #ffffff; */
	bottom: 10px;
  right: 0;
	z-index: 30;
	text-align: right;
}
div.menu-main > ul {
  display: block;
  position: relative;
  width: 100%; height: 45px;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
div.menu-main > ul > li {
  display: inline-block;
	position: relative;
  text-align: center;
	height: 80px;
}
div.menu-main > ul > li > a {
	font-size: 1.1em;
  display: block;
  color: #ffffff;
	margin: 0;
	line-height: 270%;
	height: 60px;
	overflow: hidden;;
  padding: 13px 15px 0 15px;
	font-weight: normal;
}
div.menu-main > ul > li > a:hover {
	color: #3ab0c8;
}
div.menu-main > ul > li.current_page_item > a {
	color: #ffffff;
}
div.menu-main > ul > li > ul > li a:hover {
	color: #ffffff;
}
div.menu-main > ul > li > ul > li.current_page_item > a {
	color: #3ab0c8;
	background-color: rgba(0, 94, 133, 0.8);
}

div.menu-secondary {
	display: block;
	position: absolute;
	width: 100%;
	right: 775px;
	text-align: right;
}

div.menu-secondary > ul {
  display: block;
  list-style: none;
  position: absolute;
  right: 0;
	width: 100%;
	margin: 0!important;
	padding: 0!important;
  top: 0;
  list-style: none;
	background: transparent;
}
div.menu-secondary > ul > li {
  display: inline-block;
  padding: 7px 4px;
}
div.menu-secondary > ul > li > a {
	font-size: 0.8em;
	color: #ffffff;
	font-weight: normal;
    text-transform: uppercase;
}
div.menu-secondary > ul > li:hover {
		background: #3ab0c8;
}
div.menu-secondary > ul > li.current_page_item {
	background: #3ab0c8; }
div.menu-secondary > ul > li.current_page_item a {
	color: #005d85;
}
/* Submenu */
ul.sub-menu {
	display: none;
	position: absolute;
	width: 250px;
	top: 55px;
	padding:0;
	list-style: none;
	overflow: visible;
	text-align: left;
	line-height: 100%;
	z-index: 20;
}
ul.sub-menu > li {
	display: block;
	width: 100%;
	line-height: 100%;
}
ul.sub-menu > li > a {
	display: block;
	width: auto;
	height: 100%;
	padding: 10px 15px;
	background: rgba(59,176,203,.8);
	color: #ffffff;
}
ul.sub-menu > li > a:hover {
	background-color: #005d85;
	color: #3ab0c8;
}
li.menu-last ul.sub-menu {
    right: 0!important;
}
/* Booking */
div#booking {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
	height: 31px;
	background: rgba(102,102,102,0.6); /* rgba(255,255,255,0.8); */
	z-index: 99999;
}
/* Booking Form */
form.booking {
	display: block;
	position: relative;
    width: 100%;
	padding:  0 0 0 15px;
	margin: 0 auto;
}

form.booking p {
	display: inline-block;
	font-size: 0.8em;
	color: #ffffff;
	padding: 0 0 0 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

form.booking input {
	display: inline-block;
	background: transparent;
	border: 0;
	height: 31px;
	padding: 0 5px;
	font-size: 0.8em;
	color: #e6e6e6;
}

form.booking input#promocode {
    width: 100px;
}

form.booking input::placeholder {
    color: #e6e6e6;
}

input#datepicker {
	width: 90px;
	margin-right: 5px;
	background: url(ui/calendar.png) no-repeat 80px 6px;
	background-size: 18px 18px
}
#ui-datepicker-div {
	margin-top: 4px;
	border: solid 0px #ffffff;
}

form.booking select {
	display: inline-block;
	background: transparent;
	border: 0;
	color: #e6e6e6;
	width: 28px;
	text-align: center;
	margin-right: 5px;
	padding: 2px 0 2px 8px;
	font-size: 0.8em;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0px;
	text-overflow: '';
}
form.booking select option {
    background-color: #005e85;
}
form.booking select::-ms-expand {
    display: none;
}
form.booking input[type=submit] {
	display: inline-block;
color: #ffffff;
font-weight: bold;
background: #3ab0c8;
padding: 7px 10px;
cursor: pointer;
text-transform: uppercase;
}

form.booking input[type=submit]:hover {
	background: #005d85;
	color: #ffffff;
}
/* Fullpage Slides */
div#fullpage {
  position: relative;
	width: 100%!important;
	height: 100%!important;
  z-index: 0;
}
div.section, div.slide {
	position: relative;
	height: 100%!important;
	background-size: cover!important;
	background-attachment:fixed;
	background-repeat: no-repeat!important;
	background-position: center!important;
}
div.section span.overlay {
  display: block;
  position: absolute;
	width: 60%;
  bottom: 70px;
  left: 30px;
  z-index: 100;
}
div.section span.overlay h1 {
  display: inline-block;
  color: #ffffff;
  font-size: 2.2em;
	font-weight: 100;
  text-transform: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  padding-bottom: 5px;
  margin: 0;
}
div.section span.overlay a {
  display: block;
  clear: both;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
}
div.section span.overlay p {
  display: inline;
  width: 60%;
  margin: 0;
  padding: 4px 8px 4px 8px;
  color: #ffffff;
  font-size: 1.4em;
	background: rgba(59,176,203,0.6);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  font-style: italic;
}
#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: #ffffff; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
	}
/* Flexslider */
.flexslider-container,
.flexslider .slides,
.flex-viewport {
    height: 100%;
}
.flexslider {
	height: 100%;
	overflow: hidden;
}
.flexslider .slides,
.flexslider .slides > li
{
    height: 100%;
}
.flexslider > ul.slides {

}
.flexslider > ul.slides > li {
  position: relative;
	height: 100%;
  width: 100%;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
  overflow: hidden;
}
.flex-control-nav {
  bottom: 60px!important;
  position: absolute;
  right: 20px;
  text-align: center;
  width: auto;
  z-index: 3;
}
.flex-control-paging li a {
	background: rgba(255, 255, 255, 1)!important;
}
.flex-control-paging li a.flex-active {
	background: #3AB0C8!important;
}
/* Sub Content Slider */
.sub-content-slider {
	display: block;
	width: 100%;
	min-height: 170px;
	margin: 10px 0 40px 0;
	background: #efefef;
	clear: both;
	overflow: hidden;
}
.flexslider-carousel {
	overflow: hidden;
}
.sub-content-slider ul.slides > li > a {
	display: block;
	position: relative;
}
.sub-content-slider ul.slides > li > a > span {
	display: block;
	position: absolute;
	bottom: 10px; left: 0;
	padding: 5px 15px;
	font-size: 1em;
	background: rgba(59, 176, 203, 0.8);
	color: #ffffff;
}
/* Sub Pages Menu */
div#subpages {
 position: relative;;
	width: 90%;
	height: auto;
	float: left;
	clear: both;
	padding: 0 52px;
	margin: 0 0 10px 0;
}

div#subpages ul {
 list-style: none;
 width: 100%;
 padding-left: 0;
}
div#subpages ul li {
 display: block;
 position: relative;
float: left;
 width: auto;
 margin-right: 3px;
 margin-bottom: 3px;
}

div#subpages ul li a {
 display: inline-block;
 width: auto;
 padding: 5px 12px;
 background: #3AB0C8;
 text-align: center;
 font-weight: normal;
	font-size: 0.9em;
 color: #ffffff;
}

 div#subpages ul li a:hover {
 background: #005d85;
 color: #ffffff;
}
				 div#subpages ul li.current_page_item > a {
						 color: #ffffff;
						 background: #666666;
				 }

ul.children {
		margin-left: 4px;
		display: none!important;
}
div#subpages ul li.current_page_item > ul.children {
	display: block!important;
}
ul.children a {
	background: #6bdcfa!important;
	color: #333333!important;
}
ul.children a:hover {
	background: #999999!important;
	color: #ffffff!important;
}
div#subpages ul li ul {
	 	display: block;
 		float: right;
		width: auto;
}

/* Content Area Styles */
p#breadcrumbs {
    display: block;
    position: relative;
    margin: 10px 0 0 52px!important;
    font-size: 0.9em;
    color: #6C3D4B;
    float: left;
    clear: left;
}
article {
	display: block;
	padding: 20px 52px 0 52px;
	font-size: 1.1em;
	background-color: #f9f6ea;
}
article h1 {
	font-weight: normal;
	color: #3AB0C8;
}
h1#maptitle {
	display: block;
	position: fixed;
	top: 110px;
	left: 30px;
	color: #005d85;
}
div.section-article {
	height: inherit;
	background: #f9f6ea;
}
span.notice {
	display: block;
	width: 80%;
	font-style: italic;
	font-size: 0.9em;
	line-height: 130%;
	/* background: #f2efe5; */
}
img.alignright {
	display: block;
	float: right;
	padding: 0 0 10px 10px;
	margin-top: -40px;
}
a.villas-floor-plan {
	display: block;
	float: right;
	clear: both;
	margin: 20px 0 15px 15px!important;
}
a.villas-floor-plan img {
	display: block;
	border: solid 4px #cccccc;
}
a.booking-link {
	display: inline-block;
	text-transform: uppercase;
	clear: right;
	background: #3AB0C8;
	color: #ffffff;
	padding: 5px 20px;
	margin-left: 0 0 0 10px;
}
/* PDF List */
ul.pdf-list {
	display: block;
	margin: 20px 0 0 0; padding: 0;
	list-style: none;
}
ul.pdf-list li {
	display: inline-block;
	width: 100%;
	margin-right: 40px;
	margin-bottom: 15px;
	padding-left: 25px;
	background: url(ui/pdf.png) no-repeat 0 0;
	background-size: 19px 18px;
}
ul.pdf-list-twocolumn li {
	width: 40%!important;
}
.spamenu-booklet {
	display: inline-block;
	height: 40px;
	margin-bottom: -20px;
	padding: 6px 0 0 35px;
	background: url(ui/booklet.png) no-repeat 0 0;
	background-size: 30px 30px;
}
.video-link {
	display: inline-block;
	height: 40px;
	margin-bottom: -20px;
	padding: 6px 0 0 30px;
	background: url(ui/video.png) no-repeat 0 0;
	background-size: 30px 30px;
}
/* Accordion */
div.common_divider {
	border-bottom: solid 1px #dddddd;
}
div.common_divider h4 {
	cursor: pointer;
	margin: 8px 0;
}
div.common_divider h5 {
	cursor: pointer;
}
div.common_divider p {
	margin: 5px 0 15px 0;
}
div.common_indent {
	display: none;
}
/* Resort Map */
div.resortmap {
  position: relative;
	height: inherit;
	min-height: 900px;
  width: 100%;
	margin: 0 0 40px 0;
	background-color: #79d1e9;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
  overflow: visible;
}
/* Gallery */
article.gallery  {
	padding: 120px 52px 0 240px;
}
ul.gallery-thumbs {
	list-style: none;
	padding: 0; margin: 0;
}
ul.gallery-thumbs li {
	display: inline-block;
	position: relative;
}
ul.gallery-thumbs li p {
	display: block;
	position: absolute;
	width: 230px;
	bottom: -6px;
	padding: 5px 10px;
	left: 0;
	font-size: 0.7em;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.3);
}

ul.video-list {
	list-style: none;
	padding: 0; margin: 20px 0 50px 0;
	overflow: visible;
}
ul.video-list li {
	display: inline-block;
	position: relative;
	height: 150px;
}
ul.video-list li p {
	display: block;
	position: absolute;
	width: 125px;
	bottom: -6px;
	padding: 5px 10px;
	left: 0;
	top: 90px;
	font-size: 0.7em;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.3);
}
/* Site Map */
div#sitemap {
	position: relative;
	width: 100%;
}
div#sitemap > div {
	position: relative;
	float: left;
	width: 40%;
}
div#sitemap > div:nth-child(1) {
	margin-right: 50px;
}
div#sitemap > div ul {
	list-style: square;
}
div#sitemap > div ul li > ul {
	list-style: circle;
}
div#sitemap a {
	display: inline-block;
	color: #555555;
	font-weight: normal;
	padding-left: 0;
	-webkit-transition: padding-left 400ms ease-out 0s;
	-moz-transition: padding-left 400ms ease-out 0s;
	-o-transition: padding-left 400ms ease-out 0s;
	transition: padding-left 400ms ease-out 0s;
}
div#sitemap a:hover {
	color:#3AB0C8;
	padding-left: 10px;
	font-weight: bold;
}
/* Footer */
div.section-footer {
    position: relative;
	background-position: 0 450px;
	background: #f9f6ea;
  background-size: 100%;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
footer {
	display: block;
	width: 100%;
	text-align: center;
    padding-top: 200px;
}
footer h2 {
	color: #3AB0C8;
}
div#awards {
	margin-bottom: 30px;
}
div#awards > ul {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
div#awards > ul > li {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}
img#logo-ur{
	display: block;
	margin: 0 auto;
	width: 120px;
	height: auto;
}
ul#contact-address {
	display: block;
	list-style: none;
	width: 80%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
ul#contact-address li {
	display: inline-block;
	width: auto;
	margin-right: 40px;
	margin-bottom: 0;
	height: 28px;
	overflow: hidden;
	text-align: center;
}
ul#contact-address li.address {
	display: inline-block;
    height: 16px;
	width: 100%!important;
}
ul#contact-address li.phone, ul#contact-address li.fax, ul#contact-address li.email {
	padding: 5px 0 0 35px;
}
ul#contact-address li.phone { background: url(ui/contact-icons.png) no-repeat 0 0; }
ul#contact-address li.fax { background: url(ui/contact-icons.png) no-repeat 0 -30px; }
ul#contact-address li.email { background: url(ui/contact-icons.png) no-repeat 0 -60px; }
ul#contact-address a {
	font-weight: normal;
	color: #666666;
}
ul#contact-address a:hover {
	font-weight: bold;
	color: #3AB0C8;
}
img#logo-shell {
	display: block;
	margin: 0 auto;
	width: 50px;
	padding: 10px 0 10px 0;
	height: auto;
}
/* Fixed Footer */
div#bottom_menu {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 94, 133, 1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
  z-index: 10;
}
div#bottom_menu:hover {
  background: rgba(0, 94, 133, 1);
}
div#bottom_menu > ul {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px 30px;
  list-style: none;
}
div#bottom_menu > ul > li {
  display: inline-block;;
  width: 32%;
  float: left;
}
div#bottom_menu > ul > li:nth-child(2) { text-align: center; }
div#bottom_menu > ul > li:nth-child(3) { text-align: right; }
div#bottom_menu > ul > li > a {
  display: inline-block;
  font-size: 1.2em;
  color: #ffffff;
}
div#bottom_menu > ul > li > a:hover { color: #3AB0C8; }
div#bottom_menu > ul > li h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
}
/* Social Media */
ul#social-media {
	display: block;
	margin: 0 auto;
	padding: 0;
}
ul#social-media li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	padding: 0;
	background-color: #3AB0C8;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background-color 400ms ease-out 0s;
	-moz-transition: background-color 400ms ease-out 0s;
	-o-transition: background-color 400ms ease-out 0s;
	transition: background-color 400ms ease-out 0s;
}
ul#social-media li a {
	display: block;
	width: 100%;
	height: 100%;
}
ul#social-media li.facebook {
	background-image: url(ui/sm-facebook.png);
}
ul#social-media li.facebook:hover { background-color: #3b5998; }
ul#social-media li.googleplus {
	background-image: url(ui/sm-googleplus.png);
}
ul#social-media li.googleplus:hover { background-color: #dd4b39; }
ul#social-media li.twitter {
	background-image: url(ui/sm-twitter.png);
}
ul#social-media li.twitter:hover { background-color: #55acee; }
ul#social-media li.youtube {
	background-image: url(ui/sm-youtube.png);
}
ul#social-media li.youtube:hover { background-color: #bb0000; }
ul#social-media li.instagram {
	background-image: url(ui/sm-instagram.png);
}
ul#social-media li.instagram:hover { background-color: #125688; }
ul#social-media li.pinterest {
	background-image: url(ui/sm-pinterest.png);
}
ul#social-media li.pinterest:hover { background-color: #cb2027; }
ul#social-media li.flickr {
	background-image: url(ui/sm-flickr.png);
}
ul#social-media li.flickr:hover { background-color: #ff0084; }
/*Mailchimp Form*/
div.mc4wp-form-fields input {
	background: #e1e1e1;
	border: solid 0px #ffffff;
	padding: 7px 15px;
}
div.mc4wp-form-fields input[type=email] { margin-right: -5px; }
div.mc4wp-form-fields input[type=submit] {
	background: #3AB0C8;
	color: #ffffff;
}
div.mc4wp-form-fields input[type=submit]:hover { background: #005d85; }
footer p.copyright {
	display: inline-block;
	margin: 0 auto;
	font-size: 0.9em;
	clear: both;
	text-transform: uppercase;
}
footer a.dhevi {
	display: inline-block;
	float: right;
	color: #4d4d4d;
	font-size: 0.9em;
	margin-top: 5px;
}

footer a.dhevi:hover {
	background: transparent;
	color: #2d2d2d;
}

span.edit-link {
	display: block;
	padding: 5px 15px;
	background: #ffffff;
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 100;
}
span.edit-link a { color: #666666; }

/* For Wider Screen Sizes*/
@media only screen and (min-width: 1400px)  {
	div.menu-main > ul > li > a {

	}
}

@media only screen and (max-width: 1300px)  {
	div.menu-main {
		right: 10px;
        top: 55px;
	}
	div.menu-main > ul > li > a {
		padding: 13px 9px 0 9px;
	}
    
    div.menu-secondary {
        right: 13px;
        top: 43px;
        z-index: 9999;
    }

	div.menu-secondary > ul > li {
	  padding: 4px 7px;
	}

}
/* For Smaller Screen Sizes*/
@media only screen and (max-width: 1200px)  {
	/* Reduce top menu height */
	header {
		height: 60px;
	}
	a#logo { margin-top: -170px; }
	a#logo-shell-top {
		display: block;
		width: 50px; height: 100%;
		left: 30px; top: 8px;
	}
	/*Menu*/
	div.menu-main, div.menu-secondary {
		display: none;
	}

	form.booking p, input#datepicker, form.booking select, input#promocode {
		display: none;
	}
	form.booking input[type=submit] {
	padding: 6px 6px;
	}


nav#tablet {
	display: block;
	margin-top: -900px;
	z-index: 999;
	padding: 0;
	-webkit-transition: margin-top 400ms ease-out 0s;
	-moz-transition: margin-top 400ms ease-out 0s;
	-o-transition: margin-top 400ms ease-out 0s;
	transition: margin-top 400ms ease-out 0s;
	z-index: 0;
}
nav#tablet.visible {
	margin-top: 60px;
}
a#menu-tablet {
	display: block;
	position: absolute;
	text-transform: uppercase;
	font-weight: bold;
	top: 18px;
	left: 100px;
	color:#ffffff;
	font-size: 1.1em;
	z-index: 50;
	padding-left: 30px;
	background: url(ui/menu.png) no-repeat 0 0;
	background-size: 20px;
	cursor: pointer;
}
div.menu-tablet {
	width: 100%;
	background: rgba(59, 176, 203, 0.8);
}
div.menu-tablet ul {
	display: block;
	width: 100%;
	padding: 20px 30px;
	margin: 0;
	list-style: none;
}
div.menu-tablet ul li {
	display: inline-block;
	line-height: 180%;
	width: 30%;
}
div.menu-tablet ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 1.1em;
	padding: 5px 20px;
}
/* Content */
div.section span.overlay h1 { font-size: 1.8em; }
article.gallery  {
	padding: 70px 52px 0 52px;
}
/* Booking Form */
	div#booking { top: 14px; z-index; background: transparent;}
	form.booking input[type=submit] { font-size: 1.1em; padding: 3px 20px;}

	div#bottom_menu > ul {
		padding: 10px 0 0 0; margin: 0;
	}
    
	div#bottom_menu > ul > li:nth-child(2) {
		display: block;
        margin: 0 auto;
		padding: 0;
		width: 100%;
	}
    
    /* moved social media buttons to the left to accomodate livechat */
    ul#social-media {
        text-align: left;
        padding: 0 0 0 30px;
        
    }
    
	div#bottom_menu > ul > li:nth-child(1),
	div#bottom_menu > ul > li:nth-child(3)
	{ display: none; visibility: collapse; }

	div#popup-overlay {
		padding-top: 15vh;
	}

}

@media only screen and (max-width: 800px)  {
	ul.flex-direction-nav { display: none; }
	div.menu-tablet ul {
		width: 100%;
		padding: 20px 10px;
	}
	div.menu-tablet ul li {
		width: 180px;
	}
	div#popup-overlay {
		padding-top: 5vh;
	}
	div#popup-content {
		width: 90vw;
		padding: 10px 15px;
	}
}

#cookie-notice {
    position: relative;
        opacity: 0.9!important;
    z-index: 9999999999!important;
}

.cookie-notice-container {
    text-align: left!important;
    padding: 15px 90px 15px 30px!important;
    line-height: 150%!important;
    box-sizing: border-box;
}

span#cn-notice-text {
    text-align: left!important;
}

.cookie-notice-container p {
    margin-bottom: 5px!important;
}

.cookie-notice-container .button {

}
#livechat-compact-container {
    bottom: 10px!important;
}
