* {
	box-sizing: border-box;
}
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, ol, ul, li, 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;
	vertical-align: baseline;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	overflow-x: hidden !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
cite {
	font-size: 12px;
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 30px;
	color: #444;
	margin: 40px 0 20px;
	text-align: center;
	font-family: 'Signika', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 19px;
	margin: 0 0 20px;
	font-family: 'Signika', sans-serif;
	text-align: center;
	color: #846B5E
}
h3 {
	font-size: 18px;
	margin: 15px 0;
}
h4 {
	font-size: 14px;
	margin-top: 12px;
}
p {
	color: #555;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}
.clear {
	clear: both;
}
a {
	color: #846B5E;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
header {
	position: relative;
	z-index: 9999
}
nav {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,0.8);
	width: 100%;
	z-index: 50;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
}
nav:hover {
	background: rgba(255,255,255,1);
}
.nav a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Signika', sans-serif;
	text-transform: uppercase;
	outline: none;
}
.navbar-logo {
	float: left;
	font-size: 24px;
	line-height: 30px;
	padding: 17px 0 0 17px;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 66;
}
.navbar-logo h2 {
	font-family: 'Signika', sans-serif;
	font-size: 30px;
	padding: 0;
	margin: 0;
	color: #333;
	text-transform: uppercase
}
.navbar-logo h2 span.and {
	font-family: "Great Vibes", cursive;
	font-size: 25px;
	font-weight: normal;
	padding-right: 6px;
	vertical-align: middle;
}
.navbar-logo h2 span.legend {
	display: block;
	letter-spacing: 12px;
	margin: -10px 0 0 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter
}
.navbar-logo h3 {
	color: #555;
	font-family: "Great Vibes", cursive;
	font-size: 20px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	position: absolute;
	right: -45px;
	top: 40px;
}
header.smaller .navbar-logo h3 {
	top: 27px
}
.nav {
	list-style: outside none none;
	margin: 0;
	padding-right: 30px;
	float: right;
	height: 92px;
}
.nav.small {
	list-style: outside none none;
	margin: 0;
	padding-right: 30px;
	float: right;
	height: 52px;
}
.nav > li {
	display: block;
	position: relative;
	float: left;
	margin-right: 20px;
}
.nav > li:last-child {
	margin-right: 0;
}
.nav > li > a {
	display: block;
	padding: 35px 0 5px;
	position: relative;
	text-decoration: none;
}
/*Menu Item Underline*/
.nav > li a:hover::after {
	left: 0;
	width: 100%;
}
.nav > li a::after {
	background-color: #846B5E;
	bottom: 0;
	content: " ";
	height: 2px;
	position: absolute;
	right: 0;
	transition: width 0.3s ease 0s;
	width: 0;
	margin: -2px 0;
}
.current {
	border-bottom: 2px solid #846B5E
}
/*SubMenu*/
.subMenu {
	display: none;
	position: absolute;
	border-top: 2px solid transparent;
	padding: 0;
	-webkit-transition: background-color ease 1s;
	-moz-transition: background-color ease 1s;
	-o-transition: background-color ease 1s;
	transition: background-color ease 1s;
	width: 100%
}
.parent:hover .subMenu {
	display: block
}
.subMenu li {
	list-style: none;
	float: none;
	margin: 0;
}
.subMenu li a {
	display: block;
	width: 100%;
	padding: 7px;
	background-color: #eee;
	box-sizing: border-box;
	border-bottom: 1px solid #C9B5AB
}
.subMenu li a:hover {
	background: #F4EFEC;
}
.subMenu > li a::after {
	background: none !important;
	height: 0 !important
}
/***RESIZING MENU***/
/* Sizes for the bigger menu */
nav.large {
	height: 92px;
}
nav.small {
	height: 52px;
	background: #F4EFEC;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
}
header.smaller h1 {
	font-size: 26px;
	line-height: 1em;
	margin-top: -10px;
}
header.smaller .navbar-logo {
	padding-left: 17px
}
header.small a {
	padding: 14px 0 3px;
	margin-top: 70px;
}
header.smaller h2 {
	font-size: 26px;
	line-height: 1em;
	margin-top: -10px;
}
header.smaller h3 {
	font-size: 16px;
	line-height: 1em;
}
#nav.small ul.nav > li > a {
	padding: 15px 0 5px;
}
#check-availability {
	background: none repeat scroll 0 0 #fff;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	float: right;
	height: 90px;
	margin-top: 17%;
	outline: medium none;
	padding: 10px;
	position: fixed;
	right: -160px;
	text-decoration: none;
	width: 240px;
	z-index: 99;
}
#check-availability:hover {
	position: fixed;
	right: 0;
}
#check-availability, #check-availability img {
	transition: right 0.5s ease 0s;
}
#check-availability img {
	float: left;
	margin-right: 10px;
}
h3.check {
	font-size: 1.2em;
	margin-top: 11px;
	text-align: center;
	font-family: "Signika", sans-serif;
	color: #A38361
}
/*COLUMNS*/
.threeCol {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: auto;
	text-align: center;
	overflow: hidden;
	margin-top: 40px
}
.threeCol div {
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
}
.threeCol div:nth-of-type(3) {
	margin-right: 0
}
.threeCol div:hover {
	background: #F4EFEC;
}
.threeCol div img {
	display: block;
	height: inherit;
	width: 100%;
	max-width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
}
.threeCol div:hover img {
	opacity: 0.9;
}
.threeCol div h3 {
	font-family: 'Signika', Arial, sans-serif;
	font-weight: normal;
	color: #eee;
	text-transform: uppercase;
	width: 100%;
	font-size: 20px;
	position: absolute;
	bottom: 25%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-shadow: 1px 1px 4px #141414
}
.threeCol div p {
	text-align: center;
	color: #888;
}
.threeCol div p:nth-last-of-type(1) {
	margin-bottom: 0 !important
}
.threeCol div a {
	text-decoration: none;
}
.threeCol div a:hover {
	text-decoration: none;
}
.threeCol div:hover h3 {
	opacity: 1;
	bottom: 35%;
}
.readmore {
	font-family: 'Signika', sans-serif;
	font-size: 13px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #846B5E !important;
	padding: 8px 15px;
	display: inline-block;
	margin: 20px 0;
	border: 1px solid #846B5E;
	text-transform: uppercase;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.readmore:hover {
	background: #846B5E !important;
	cursor: pointer;
	color: #FFF !important
}
.hr {
	border: 0;
	border-bottom: 1px dotted #ccc;
	margin-top: 20px;
}
section#video {
	background: #f4efec;
	padding: 40px 0;
}
.video {
	float: left;
	width: 65%;
	margin-right: 2%
}
.activities img {
	width: 100%;
	max-width: 300px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	float: right;
	margin: 0 0 20px 20px
}
.iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
	height: 100%;
}
.iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
iframe {
	border: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	box-shadow: 0px 0px 5px 0px rgba(170,170,170,1);
	background: #ccc;
}
.g-recaptcha iframe {
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
.map-overlay {
	position: absolute;
	width: 100%; /* Width of your map iframe */
	height: 100%;
	z-index: 3; /*Make sure the overlay is above the iframe with z-index*/
	cursor: zoom-in;
	top: 0;
}
.map-overlay-remove {
	display: none;
}
.activate-map {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #376a9b;
	display: none;
	font-family: inherit;
	height: 50px;
	left: 50%;
	margin-left: -75px;
	position: relative;
	top: 80%;
	width: 150px;
}
.map-overlay:hover .activate-map {
	display: block;
	cursor: pointer
}
.activate-map:hover {
	background: #376A9B;
	color: #FFF
}
/* Parallax ================================================
  SECTIONS
============================================================ */
section.module.parallax-1 {
	background-image: url(../img/pages/accommodation.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
section.module.parallax-2 {
	background-image: url(../img/pages/golf.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
section.module.parallax-3 {
	background-image: url(../img/pages/safari-wildlife.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
section.module.parallax-4 {
	background-image: url(../img/pages/LGSR_-_Heli_Flight.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
section.module.parallax-5 {
	background-image: url(../img/pages/contact-us.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
section.module.parallax-6 {
	background-image: url(../img/pages/sitemap.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
section.module:last-child {
	margin-bottom: 0;
}
section.module p:last-child {
	margin-bottom: 0;
}
section.module.content {
	padding: 40px 0;
}
section.module.parallax {
	padding: 200px 0 630px;
	background-position: 0 0;
	height: 400px;
}
section.module.parallax h1 {
	color: #fff;
	line-height: 1;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0;
	margin: auto;
	padding-top: 150px;
	max-width: 1000px;
	text-align: center;
	font-family: "Signika", sans-serif;
	font-size: 4em;
	text-shadow: 0 0 10px #141414;
}
section.module h2.cta {
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px #000;
	max-width: 800px;
	text-align: center;
	margin: auto;
	padding: 20px;
}
.container {
	text-align: center;
}
/*GOLF*/
.holes * {
	box-sizing: border-box
}
.holes h3 {
	text-align: center;
}
.holes p {
	text-align: center;
	width: 49%;
	float: left;
	padding: 10px;
	border: 1px solid #eee;
	margin-right: 2%;
	background: #eee
}
.holes p:nth-of-type(2n) {
	margin-right: 0 !important
}
.extreme {
	background: #F4EFEC;
	padding: 20px 0 !important
}
.col-2-1 {
	width: 68%;
	float: left;
}
.col-2-2 {
	width: 30%;
	float: right;
}
.col-2-2 img {
	max-width: 100%;
}
.extreme iframe {
	width: 100%;
	max-width: 560px;
	height: 300px;
	float: left;
	margin: 0 20px 20px 0
}
.load {
	height: 457px;
	width: 100%;
	transition: none!important;
	margin: -999px;
}
a.book-now-fade {
	display: inline-block;
	margin: auto;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Signika', sans-serif;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #fff;
	border: 0;
	margin-top: 5px;
	border: 2px solid #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.8);
	background: rgba(255,255,255,0.2)
}
a.book-now-fade:hover {
	background: #846B5E;
	cursor: pointer;
}
a.book-now {
	display: inline-block;
	margin: auto;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	padding: 15px;
	background: #4987d4;
	color: #FFF;
	border: 0;
	margin-top: 5px;
}
a.book-now:hover {
	background: #236cc6;
	cursor: pointer;
}
.breadcrumbs {
	float: right;
	margin: 5px 10px 0 0;
	padding: 0;
	font-family: 'Signika', sans-serif;
	color: #666;
	font-size: 13px;
}
/*Transitions*/
nav, nav a, nav h1, nav h2, header a, header h2, header h3, #nav > ul {
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.content {
	z-index: 999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(133,114,105,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(133,114,105,0.2);
	box-shadow: 0px 0px 5px 0px rgba(133,114,105,0.2);
	position: relative;
	z-index: 2;
	padding: 0 0 40px;
}
.module {
	padding-top: 40px
}
.main {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin-top: 10px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.intro p {
	text-align: center;
	font-size: 16px
}
ul.accommodationMenu {
	display: table;
	margin: 20px auto
}
ul.accommodationMenu li {
	display: inline;
	text-align: center;
}
.accommodationMenu a {
	padding: 10px;
	background: #F4EFEC;
	color: #846B5E
}
.accommodationMenu a:hover {
	background: #846B5E;
	color: #FFF;
}
.main-left h2, main-right h2 {
	line-height: normal
}
.main-left {
	width: 50%;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	line-height: 1.6em;
}
.main-right {
	width: 50%;
	padding-left: 20px;
	float: right;
	box-sizing: border-box;
	line-height: 1.6em;
}
.main-left p, .main-rig ht p, .main-left button, .main-right button {
	margin-bottom: 20px;
}
.main-left h2, .main-left img, .main-right h2, .main-right img, .main-left btn, .main-right btn, .main-left iframe, .main-right iframe {
	margin-top: 20px;
}
.main-left img, .main-right img {
	box-shadow: 0px 0px 5px #aaa;
	width: 100%;
}
.main-right iframe {
	margin-top: 0;
}
.article-wrap {
	background: #e8e8e8;
	overflow: hidden;
	padding: 0 40px 20px;
}
/*Form*/
form * {
	box-sizing: border-box
}
input, select {
	background: #fff;
	border: none;
	width: 100%;
	font-size: 12px;
	font-weight: normal !important;
	color: #846B5E;
	display: block;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #846B5E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
textarea {
	margin-bottom: 10px;
	border: 1px solid #846B5E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	background: #fff;
	padding: 10px;
	font-family: "Open Sans", sans-serif;
	color: #846B5E;
	font-size: 13px;
}
input:focus, select:focus, textarea:focus {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(180,147,128,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(180,147,128,1);
	box-shadow: 0px 0px 3px 0px rgba(180,147,128,1);
}
.g-recaptcha iframe {
	border: 1px solid #846B5E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.g-recaptcha {
	transform: scale(0.99);
	-webkit-transform: scale(0.99);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
#quickMenu {
	background: #fff url("../img/icons/down_arrow_select.png") no-repeat scroll right center;
	cursor: pointer;
	overflow: hidden;
	width: 50%;
	height: 40px;
	margin-bottom: 10px;
	border: 2px solid #846B5E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
#quickMenu select {
	background: transparent none repeat scroll 0 0;
	cursor: pointer;
	min-width: 183px;
	width: 50%;
	border: none !important
}
button.readmore {
	display: block;
	margin: 10px auto 0;
}
footer {
	overflow: hidden;
	background: #F5F5F5;
	position: relative;
	z-index: 1;
	background: url(../img/icons/main-bg.png) repeat;
}
.contact-details {
	width: 100%;
	max-width: 1000px;
	margin: 10px auto 0;
	padding: 30px 20px;
	font-family: 'Signika', arial, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
}
.contact-details ul {
	width: 100%;
	max-width: 1000px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: auto;
	display: block;
}
.contact-details li {
	display: inline;
}
.contact-details > ul > li:after {
	content: "•";
	color: #333;
	padding: 0 8px;
	font-size: 20px
}
.contact-details > ul > li:last-child:after {
	display: none;
}
.spacer {
	margin-bottom: 190px !important
}
.copyrite {
	font-family: 'Signika', arial, sans-serif;
	text-align: center;
	font-size: 12px;
	padding: 30px 20px;
	border-top: 1px dashed #333;
	max-width: 1000px;
	margin: auto;
	width: 100%;
}
.header-image img {
	width: 100%;
}
.scrollup {
	outline: none;
	width: 50px;
	height: 50px;
	opacity: 0.6;
	position: fixed;
	bottom: 1%;
	right: 2%;
	display: none;
	text-indent: -9999px;
	background: url(../img/icons/scroll-to-top.png) no-repeat;
	z-index: 3;
}
.scrollup:hover {
	opacity: 1;
	outline: none;
}
.royalSlider-rooms {
	width: 100%;
	height: 233px;
}
#accommodationType {
	border-bottom: 1px solid #846B5E
}
#accommodationType h2 {
	font-weight: normal;
	font-size: 22px;
}
/* TABS */
#accommodationType * {
	box-sizing: border-box
}
ul.resp-tabs-list {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list.hor_1 {
	display: table;
	margin: auto;
}
.resp-tabs-list li {
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color: #A5938A;
	text-transform: uppercase;
	font-family: "Signika", sans-serif;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
}
.resp-tab-active {
	border: 1px solid #9A857A !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #9A857A !important;
	border-bottom: 0px #fff solid !important;
}
.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border-top: 1px solid #9A857A;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0 0 4px;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active {
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;/* !important;*/
}
/*Form*/
.quickContactHome {
	float: left;
	width: 33%;
}
form * {
	box-sizing: border-box;
}
#booking-form {
	float: left;
	height: inherit;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
#booking-form h3 {
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	margin: 0;
	color: #333
}
input {
	margin: 10px 0;
	padding: 12px;
	width: 100%;
	color: #212121 !important;
	background: #F9F9F9;
	border-radius: 3px;
	border: 1px solid #685E3A !important;
}
select::-ms-expand {
 display: none;
}
input, select, textarea {
	border: none;
}
.form-field-left {
	float: left;
	width: 50%;
	padding-right: 10px
}
.form-field-right {
	float: left;
	width: 50%;
}
.form-field-left p, .form-field-right p {
	display: inline-block
}
form#booking-form #datepicker-arrival, form#booking-form #datepicker-departure {
	background: #F4EFEC url(../img/icons/calendar.png) no-repeat 96% 50%;
	cursor: pointer
}
textarea {
	border: 1px solid #685E3A !important;
	border-radius: 3px;
	color: #444;
	font-family: 'Signika', sans-serif;
	font-size: 14px !important;
	height: 135px;
	width: 100%;
	border: none;
	color: #212121 !important;
	background: #F9F9F9
}
input[placeholder], [placeholder], *[placeholder] {
	color: #999;
	letter-spacing: 1px;
	font-style:normal;
}
textarea[placeholder], [placeholder], *[placeholder] {
	color: #999;
	letter-spacing: 1px;
	font-style:normal;
	font-size: 12px
}
button.submit {
	width: 50%;
	float: right;
	margin-top: 10px;
	border: 1px solid #685E3A;
	background: #FFF;
	color: #685E3A;
	padding: 7px;
	transition: background-color ease 0.3s;
}
button.submit:hover {
	background-color: #846B5E;
	color: #FFF;
	cursor: pointer
}
.captcha input {
	width: 100px!important;
}
.captcha-img {
	margin-left: 10px;
	max-width: 61px;
	text-shadow: none !important;
	display: inline !important
}
#booking-form-wrap {
	float: left;
	width: 64%
}
.leftCol {
	width: 33%;
	float: left;
	margin: 40px 2% 0 0;
}
.contactForm {
	text-align: center;
	border: 1px solid #E8DED5;
	background: #F7F3EF;
	overflow: hidden;
	padding: 15px;
}
.contactForm h2 {
	text-align: center
}
.rightCol {
	width: 65%;
	float: right;
	margin: 40px 0 0 0
}
.rightCol iframe {
	width: 100%;
	border: none
}
.rightCol p span {
	font-weight: normal;
	color: #846B5E
}
.bookOnline {
	font-family: "Open Sans", sans-serif;
	border: 1px solid #555555;
	display: inline-block;
	color: #555555 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	padding: 5px 15px;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	margin: 0 0 20px
}
.bookOnline:hover {
	color: #eee !important;
	text-decoration: none !important;
	background: #555555;
}
ul.contactDetails {
	display: table;
	line-height: 28px;
	margin: 0 auto 30px;
	padding-left: 0;
}
.telephone {
	background: url(../img/icons/telephone.png) no-repeat 0% 50%;
	display: block;
	padding-left: 40px;
}
.cell {
	background: url(../img/icons/cell.png) no-repeat 0% 50%;
	display: block;
	padding-left: 40px;
}
.fax {
	background: url(../img/icons/fax.png) no-repeat 0% 50%;
	display: block;
	padding-left: 40px;
}
.email {
	background: url(../img/icons/email.png) no-repeat 0% 50%;
	display: block;
	padding-left: 40px;
	text-decoration: none !important;
	margin: 0 !important
}
.email:hover {
	text-decoration: none !important;
}
/* Z-INDEX */
.formError {
	z-index: 990;
}
.formError .formErrorContent {
	z-index: 991;
}
.formError .formErrorArrow {
	z-index: 996;
}
.ui-dialog .formError {
	z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
.slider-caption {
	display: block;
}
.show-hide-nav {
	display: none;
}

/*PARALLAX MEDIA QUERIES*/
@media all and (max-width: 1600px) {
section.module.parallax {
	padding: 400px 0;
	background-position: 0 0;
	height: 300px;
}
section.module.parallax h1 {
	font-size: 80px;
}
section.module h2.cta {
	font-size: 30px;
}
}
@media all and (max-width: 1500px) {
section.module.parallax {
	padding: 150px 0 500px;
	background-position: 0 0;
	height: 250px;
}
section.module.parallax h1 {
	font-size: 70px;
}
section.module h2.cta {
	font-size: 25px;
}
}
@media all and (max-width: 1250px) {
section.module.parallax {
	padding: 100px 0 400px;
	background-position: 0 0;
	height: 250px;
}
section.module.parallax h1 {
	padding-top: 55px;
	font-size: 70px;
}
section.module h2.cta {
	font-size: 20px;
	padding-top: 5px;
}
#nav {
	position: fixed;
}
#nav li a {
	padding: 15px;
	background: #F4EFEC;
	border-bottom: 1px solid #FFF;
	text-align: center;
}
#nav li a:hover {
	background: #A6948B;
	color: #FFF;
}
#nav.small ul.nav > li > a #nav > a {
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
	background-image: url('../img/icons/nav.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin-top: 20px;
	right: 20px;
	padding: 0!important;
	z-index: 111;
}
nav.small:not(:target) > a:first-of-type, nav.small:target > a:last-of-type {
	margin-top: 0 !important;
}
/* first level */
 
#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	margin-top: 80px;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
/* second level */
 
#nav li ul {
	position: static;
	padding-top: 15px;
}
.nav > li a::after {
	background: none;
}
#nav.small ul.nav > li > a {
	padding: 15px;
}
#nav.small ul.nav {
	margin: 52px 0 0;
	border-top: 4px solid #fff
}
div.content {
	margin: 92px 0 0
}
nav {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
}
@media all and (max-width: 1020px) {
.formError .formErrorContent {
	right: 90% !important
}
#Container {
	margin-top: 0 !important
}
td {
	width: 100%;
}
td, th {
	display: block
}
input {
	width: 98%;
}
textarea {
	width: 98%;
}
input {
	width: 98%
}
textarea {
	width: 98%;
}
a#refresh {
	bottom: 0;
	left: -40px;
	top: 8px;
}
.main-left, .main-right, .accommodation-full-width {
	float: none;
	padding: 0;
	width: 95%;
	margin: auto
}
.main-left h2, .main-left img {
	margin-top: 0;
}
.spacer {
	margin: 0 !important
}
.navbar-logo {
	padding: 17px;
}
.main, .threeCol {
	padding: 0 20px
}
#rc-imageselect, .g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
}
@media all and (max-width: 1000px) {
section.module.parallax {
	padding: 100px 0 300px 0;
	background-position: 0 0;
	height: 120px;
}
section.module.parallax h1 {
	padding-top: 50px;
	font-size: 50px;
}
section.module h2.cta {
	font-size: 20px;
	padding-top: 5px;
}
.col-2-2 iframe {
	width: 100%;
	height: inherit;
}
}
@media all and (max-width: 940px) {
.main-left, .main-right {
	float: none;
	padding: 0;
	width: 80%;
	margin: auto
}
#check-availability img {
	height: 40px;
	width: 35px;
}
#check-availability {
	height: 60px;
	margin-top: 25%;
	padding: 10px;
	position: fixed;
	right: -170px;
	text-decoration: none;
	width: 220px;
	border-bottom-left-radius: 15px;
	border-top-left-radius: 15px;
}
#check-availability h3 {
	margin: 0;
	font-size: 1.1em
}
footer {
	margin-bottom: 40px;
}
}
@media only screen and (max-width: 768px) {
.threeCol div {
	float: none;
	margin: 0 auto 20px;
	position: relative;
	max-width: 320px;
	width: 100%;
}
.threeCol div:nth-of-type(3) {
	margin: 0 auto;
}
.video {
	float: none;
	margin: 0 auto;
	width: 65%;
}
.quickContactHome {
	float: none;
	margin: 20px auto;
	width: 80%;
}
button.readmore {
	display: block;
	margin: 10px 0;
}
.g-recaptcha {
	transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.threeCol div h3 {
	bottom: 30%;
	opacity: 1;
}
.extreme iframe {
	display: block;
	float: none;
	margin: 0 auto 20px;
}
.col-2-1, .col-2-2 {
	width: 100%;
	float: none
}
.col-2-2 iframe {
	display: block;
	height: 168px;
	margin: 20px auto;
	width: 300px;
}
.col-2-2 img {
	max-width: 100%;
	display: block;
	margin: auto
}
.holes p:nth-of-type(2n) {
	margin-right: 0 !important;
}
.holes p {
	width: 100%;
}
.leftCol, .rightCol {
	float: none;
	width: 100%
}
}
@media all and (max-width: 700px) {
section.module.parallax {
	padding: 100px 0 200px;
	background-position: 0 0;
	height: 100px;
}
section.module.parallax h1 {
	padding-top: 10px;
	font-size: 30px;
}
section.module h2.cta {
	font-size: 20px;
	padding-top: 5px;
}
}
@media all and (max-width: 600px) {
.rsGCaption h2 {
	font-size: 24px!important;
	line-height: 1.2em;
}
#full-width-slider {
	padding-top: 92px!important;
}
#check-availability {
	margin-top: 30%;
}
footer {
	margin-bottom: 40px;
}
.slider-caption {
	display: none;
}
ul.resp-tabs-list, .resp-tab-content h2 {
	display: none !important;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
.resp-tab-content {
	background: #F4EFEC;
	border: 1px solid #9a857a
}
.g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
}
@media all and (max-width: 500px) {
section.module.parallax {
	padding: 50px 0 160px;
	background-position: 0 0;
	height: 80px;
}
section.module.parallax h1 {
	padding-top: 10px;
	font-size: 30px;
}
section.module h2.cta {
	font-size: 18px;
	padding-top: 5px;
}
.quickContactHome {
	float: none;
	margin: 20px auto;
	width: 100%;
}
.video {
	width: 100%;
}
.main h3 {
	text-align: center
}
.activities img {
	float: none;
	margin: 0 auto 20px;
	display: block;
}
nav.large {
	height: 165px;
	background: #F4EFEC;
	position: relative !important
}
#nav > ul {
	margin-top: 165px;
	border-top: 1px solid #fefefe
}
div.content {
	margin: 0
}
.navbar-logo {
	position: absolute;
	display: block;
	width: 100%;
	margin: 70px auto 0
}
header h2 {
	font-size: 22px !important;
	line-height: 1em !important;
	margin-top: -10px !important;
}
.navbar-logo h2 span.legend {
	margin-top: -6px !important;
}
header h3 {
	font-size: 16px !important;
	line-height: 1em !important;
}
.navbar-logo h3 {
	position: relative;
	right: auto;
	top: auto;
	transform: none;
	width: 100%;
	text-align: center;
	margin-top: 5px !important;
}
#nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type {
	position: fixed
}
.cycle-overlay div:nth-of-type(1) {
	font-size: 1.5em !important
}
.cycle-overlay div:nth-of-type(2) {
	font-size: 0.8em !important
}
a.book-now-fade {
	font-size: 10px;
	padding: 7px
}
}
@media all and (max-width: 400px) {
section.module.parallax {
	padding: 40px 0 160px;
	background-position: 0 0;
	height: 90px;
}
section.module.parallax h1 {
	padding-top: 10px;
	font-size: 30px;
}
section.module h2.cta {
	font-size: 16px;
	padding: 5px 0 5px 0;
}
#check-availability {
	display: none
}
}
@media all and (max-width: 380px) {
.main-left, .main-right {
	width: 68%;
}
#check-availability {
	margin-top: 100%;
}
.rsGCaption h2 {
	font-size: 20px!important;
	line-height: 1.2em;
}
}