@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'texgyreadventorbold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff2') format('woff2'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), 
  	   url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), 
	   url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), 
	   url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-home:before {
  content: "\f015";
}

.logo
{
	margin:3% 0px;
}
body
{
	font-family: 'texgyreadventorregular';
}
.foverlay
{
	/*background-color:#d9a699;*/
	padding:5% 0;
}
.formnbody
{
	
	position:relative;
}
.about_head
{
	background-color:rgba(0,0,0,0.5);
	width:85%;
	padding:25px 20px 20px;
	margin-top:25%;
	
}
.about_head ul
{

}
.payment_plan
{
	margin-top:4%;
}
.about_head ul li
{
	
}

.about_para p
{
	font-family:latosemibold;
	font-size:14px;
	color:#fff;
	line-height:140%;
	margin-top:3%;
}
.enquire_text h5
{
	color:#642899;
	background-color:rgba(255,255,255,0.7);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	padding:1.5% 0 1.5% 14%;
	font-family: 'texgyreadventorbold';
	font-size:19px;
}
.number p
{
	
	color:#fff;
	font-size:15px;
	margin-top:5%;
	margin-bottom:0px;
	text-align:center;
	
}
.number p span
{
	color:#fff;
	font-size:16px;
	font-family: 'texgyreadventorbold';
}

.clear
{
	clear:both;
}
.pdf_icon
{
	float:right;
	padding-top:2px;
}

.mudon_form input[type="submit"]
{
	background:linear-gradient(to right, #3f3029 0%,#957755 100%);
	color:#fff;
	border-radius:3px;
	width:100%;
	text-align:center;
	padding:15px 10px;
	border:none;
	font-size:15px;
	font-family: 'texgyreadventorregular';
	transition:all 0.8s ease;
	margin-top:12px;
	cursor:pointer;
}

.mudon_form input[type="text"]
{
	border:none;
	/*border-radius:2px;*/
	height:32px;
	/*box-shadow:0.5px 0.5px 1px 0.5px #b5b5b5;*/
	background-color:#fff;
}
.mudon_form label
{
	color:#fff;
	font-size:12px;
}
.mudon_form label span
{
	padding-left:2.5%;
	margin-top:-0.5%;
}
/*.mudon_form form
{
	padding:20px 20px 0;
}*/
.checkBoxes
{
	margin:1.2rem 0 1rem;
}
.rt_pad
{
	padding-right:0px !important;
}
.lt_pad
{
	padding-left:0px;
}
.formHeader
{
	background:rgba(0,0,0,0.5);
	padding:5px 20px;
}
.formHeader p
{
	color:#ffffff;
	font-size:18px;
	text-align:center;
	line-height:125%;
	margin-bottom:0.7rem;
	margin-top:1rem;
	padding: 10px 0;
}
.formHeader h4
{
	font-family: 'texgyreadventorbold';
	font-size:20px;
	color:#ffffff;
	text-align:center;
	margin-top:10px;
	
}

.form_container
{
	background:rgba(0,0,0,0.5);
	position:relative;
	padding: 20px 20px;
}
.reg_text p span a
{
	color:#fff;
	
	font-size:15px;
	font-family:latobold;
}
.reg_text p 
{
	color:#c8a470;
	font-size:15px;
	margin-bottom:0px;
	font-family:latobold;
	
}

.mudon_form
{
	padding:0;
}

.fpl_tabs
{
	
	background-color:#e8e9ee;
	  margin-top: 7px;
}
.fpl_tabs dl
{
	display:table;
	margin:0 auto;
}
.tabs a:hover {
	
  position: relative;
}
.tabs a[data-title]:hover:after 
{
  content: attr(data-title);
  padding: 4px 8px;
  color: #fff;
  position: absolute;
  left: -3px;
  top:-40px;
  z-index: 20;
  white-space: nowrap;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /*-moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;*/
  border:1px solid #fff;
  background-color:none;
}

.tabs dd
{
	
	border-bottom:none;
	width:70px;
	text-align:center;
	font-family:latoregular;
	margin: -33px 2px;
}

.footer
{
	background-image:url('../img/bgcc.jpg');
	background-size:cover;
	background-position:center;
}
.footer_overlay
{
	padding:5% 3% 2%;
}
.footer h6
{
	font-size:20px;
	color:#ffffff;
	font-family: 'texgyreadventorregular';
	text-align:center;
}
.footer h2
{
	font-family: 'texgyreadventorregular';
	font-size:83px;
	color:#fff;
	text-align:center;
	line-height:1;
	margin-top: 5%;
}
.footer h4
{
	font-family: 'texgyreadventorregular';
	font-size:50px;
	color:#fff;
	text-align:center;
	line-height:1;
}
.footer img
{
	display:table;
	margin:0 auto 20px;
}
.callback img:hover{box-shadow:0 0 10px #dedede;border-radius:5px}
.callback span a
{
	color:white;
}
.callback span
{
	text-align:center;
	font-size:20px;
	border:1px solid #fff;
	border-radius:5px;
	padding: 12px 45px;
	transition:all 0.8s ease;
}
.callback span:hover
{
	box-shadow:0 0 15px #999;
}
.callback
{
	display:table;
	/*margin:8% auto 5%;*/
	margin:8% auto 1%;
}
.footer p
{
	font-size:12px;
	text-align:center;
	color:#fcfcfc;
	margin-bottom:0.75rem;
	line-height:130%;
}



.footer
{
	margin-top:4%;
}
.fpl_tabs i
{
	font-size:22px;
}
.map img
{
	display:table;
	margin:0 auto;
}
.top_head
{
	background-color:#fff;
	padding: 0.6% 0;

}
.home_active
{
	color:#b89158 !important;
	border-bottom:3px solid #b89158;
	padding-bottom:5px;
}
.to_top
{
	position:fixed;
	bottom:0;
	right:0;
	padding:20px;
}
.thanku h4
{
	color:#fff;
	font-family:'texgyreadventorbold';
	text-align:center;
}
.thanku p
{
	color:#fff;
	text-align:center;
}
.thanku a
{
	color:#fff;
	padding:0 9%;
	text-decoration:underline;
	font-size:12px;

}
.thanku
{
	margin:5% 0;
}
.thank_margin
{
	margin-top:25%;
	background-color:rgba(137,99,36,0.7);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    black;
	opacity:1;
	font-size:12px;
	
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:1;
   font-size:12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:1;
   font-size:12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:   #000;
   opacity:1;
   font-size:12px;
}
.pe_logo
{
	display:table;
	margin:1% auto 0;
}


.dummy_text
{
	color:white;
	opacity:0;
}

@media only screen and (min-width : 1900px)
{
	.enquire_text h5
	{
		padding:1.5% 0 1.5% 24.5%;
	}
	
}
@media only screen and (max-width : 641px)
{
	.top_menu ul
	{
		float:none !important;
		display:table !important;
		margin:0 auto !important;
		width:150px;
	}
	.about ul
	{
		padding-left:3%;
	}
	.sec_ul
	{
		margin-bottom:0;
	}
	.dukes_intro h1
	{
		font-size:25px !important;
	}
	.footer
	{
		margin-top:40px !important;
	}
	.dummy
	{
		display:none;
	}
	.footer h2
	{
		font-size:40px;
	}
	.footer h4
	{
		font-size:25px;
	}
	.about_head p
	{
		font-size:28px;
		margin-top:10% !important;
	}
	.animate_arrow
	{
		bottom:6%;
		left:-5%;
	}
	.logo
	{
		display:table;
		margin:2% auto;
	}
	.top_menu
	{
		margin:2% 0;
	}
	.top_menu ul li
	{
		width:100%;
	}
	.top_menu ul li a
	{
		text-align:center;
		
	}
	.tabs dd
	{
		width:70px;
	}
	.registerr
	{
		width:50%;
		padding:2.6%;
	}
	
	.pad_rt
	{
		padding-right:0.9375rem !important;
	}
	.pad_lt
	{
		padding-left:0.9375rem !important;
	}
	.slide-left
	{
		opacity:1 !important;
		visibility:visible !important;
		position:relative !important;
		right:0 !important;
	}
	.slide-right
	{
		
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    left: 0px !important;

	}
	.slide-top
	{
		
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    bottom: 0px !important;

	}
	.slide-bottom
	{
		
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    top: 0px !important;

	}
	
}
@media only screen and (min-width:450px) and (max-width:641px)
{
	.input_image
	{
		width:60% !important;
		display:table;
		margin:0 auto;
	}
}
@media only screen and (min-width:641px) and (max-width:1025px)
{
	.mudon_form
	{
		width: 60%;
		display: table;
		margin: 0 auto;
	}
	.input_image
	{
		width:70% !important;
		display:table;
		margin:0 auto;
	}
	.about_head ul li
	{
		text-align:center;
		list-style-position:inside;
	}
}

/* Thank you style */
#thank_you
{
	background-image:url('../img/thank.jpg');
	background-size:cover;
	background-position:center;
}
.thank_text
{
	color:white;
	font-size:18px;
	text-align:center;
	width:100%;
}
.thank_text
{
	background-color:rgba(0,0,0,0.8);
	padding:5% 0;
}
.thank_text span
{
	font-size:25px;
	font-family:'texgyreadventorbold';
}
#thank_you p
{
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	margin:55% 0 0;
	line-height:100%;
	color:white;
	font-size:14px;
	padding:20px;
}
#thank_you p span
{
	font-size:20px;
	font-family:'texgyreadventorbold';
}
/* End of Thank you style */

.thumb
{
	text-align:center;
	position:relative;
	background-color:#e8e9ee;
}
.overlayed
{
	
position: absolute;
background: #000;
opacity: 0;
height: 100%;
width: 100%;
z-index: 2;
transition: opacity .5s ease 0s;
}
.thumb:hover .overlayed
{
	opacity:0.5;
	
}
.thumb:hover .overlayed:after
{
	content: '';
	color: #ffffff;
	font-size: 30px;
	font-family: 'FontAwesome';
	width: auto;
	height: auto;
	top: 50%;
	margin-top: -14px;
	margin-left: -15px;
	left: 50%;
	position: absolute;
}

.pad_rt
{
	padding-right:3%;
}
.pad_lt
{
	padding-left:3%;
}
.row
{
	max-width:61rem;
}
.input_image
{
	width:100%;
}
/* dukes */
.introduction
{
	margin:4% 0 3%;
}
.dukes_intro h1
{
	font-family: 'texgyreadventorbold';
	font-size:38px;
	color:#755d45;
	text-align:center;
	line-height:120%;
	margin-bottom:40px;
}
.dukes_intro p
{
	font-size:13px;
	color:#686c83;
	margin:2% 0 0;
}
.dukes_intro img
{
	display:table;
	margin:1% auto;
}
.about
{
	padding:5% 0;
	background:linear-gradient(to right, #3f3029 0%,#957755 100%);
}
.about h2
{
	font-family: 'texgyreadventorbold';
	font-size:38px;
	color:#fff;
	text-align:center;
	margin-bottom:30px;
}
.about h6
{
	color:#fff;
	font-size:20px;
	text-align:center;
	margin:3% 0 3%;
	font-family: 'texgyreadventorregular';
}
.about p
{
	color:white;
	font-size:13px;
	text-align:center;
}



@media only screen and (max-width : 1025px)
{
	.logo
	{
		display:table;
		margin:2% auto;
	}
	.menubar
	{
		margin-top:0;
		margin-bottom:1%;
	}
	.top-bar-section ul
	{
		float:none !important;
		display:table !important;
		margin:0 auto !important;
	}
	.payment_plan
	{
		margin-top:50px;
	}
	.to_top
	{
		padding:0px;
	}
	.about_head
	{
		margin:7% 0;
	}
	.about_head p
	{
		margin-top:5%;
		text-align:center;
	}
	.about_head h3
	{
		text-align:center;
	}
	.about_para p
	{
		text-align:center;
	}
	.about_head ul 
	{
		margin-top:5%;
	}
	.about_head
	{
		width:100%;
	}
	.lux-features img
	{
		margin-bottom:40px;
	}
}
.top-bar-section li.active:not(.has-form) a:not(.button) 
{
	color: #642898;
}
.about_head h3
{
	color: white;
    font-family: texgyreadventorregular;
    font-size: 27px;
    margin-bottom: 20px;
    text-align: center;
}
.about_head ul li
{
	color: white;
    font-family: texgyreadventorregular;
    font-size: 15px;
    text-align: center;
	list-style:none;
}
.about_head p
{
	color:white;
	font-size:18px;
	line-height:1.4;
}
.formHeader img
{
	display:table;
	margin:0 auto;
}
@media only screen and (max-width : 1300px)
{
	.enquire_text
	{
		display:none !important;
	}
}
.lagoon_features
{
	background-image:url('../img/bgc.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding:15% 0 10%;
}

.about ul li
{
	color:#ffffff;
	font-size:13px;
	padding:2px 0;
}
.content3 img
{
	display:table;
	margin:2% auto;
}
.row-full
{
	max-width:100%;
}
.about_head h2
{
	color:white;
	text-align:center;
	
}
.fpl_tabs h3
{
    color: #a6855d;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
	margin:30px 0;
}
.brochure h3
{
	color: #a6855d;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0;
}
.thumb1 img {
    transition: all 0.8s ease 0s;
    border-radius: 50%;
}
.contentz h3 {
    color: #755d45;
    font-family: texgyreadventorregular;
    font-size: 23px;
    text-align: center;
    margin: 20px 0 5px;
    text-transform: uppercase;
}
.itext img {
    display: table;
    margin: 0 auto;
}
.tabs_container
{
	padding:2% 0 3%;
}
.lux-features
{
	margin-bottom:5%;
}
.lux-features h3
{
	font-family: 'texgyreadventorregular';
    font-size: 25px;
    color: #755d45;
	margin-bottom:30px;
    
}
.lux-features ul li
{
	font-size: 14px;
    line-height: 1.4;
    padding: 4px 0;
	list-style-image:url('../img/tick.png');
}
.lux-features ul li span
{
	color:#888888;
}
.thumb1 img
{
	display:table;
	margin:0 auto;
}
.number p
{
	padding-bottom:20px;
}
.fpl_tabs
{
	background-image:url('../img/all-bg.jpg');
	background-size:cover;
	background-position:center;
}
.fpl-overlay
{
	background-color:rgba(0,0,0,0.7);
	padding:3% 0;
}
.register-now
{
	width:300px;
	padding:20px;
	color:white;
	text-align:center;
	display:table;
	margin:0 auto;
	border:1px solid white;
	border-radius:3px;
}
.fpl_tabs p
{
	color:white;
	text-align:center;
	font-size:23px;
	margin-bottom:30px;
}
.fpl_tabs h4
{
	color:white;
	text-align:center;
	font-size:30px;
	margin-bottom:30px;
}
.footer-overlayed
{
	background-color:rgba(0,0,0,0.4);
}
.newp
{
	font-size:16px !important;
	margin-top:60px;
	margin-bottom:30px !important;
}

.callback {
    width: 100%;
    padding: 17px;
    background:linear-gradient(to right, #3f3029 0%,#957755 100%);
    cursor: pointer;
    color: #fff;
    display: table;
    margin: 5% auto 3%;
	text-align:center;
	border-radius:3px;
	font-size:15px;
}

.mobile-call
{
	display:none;
}
@media only screen and (max-width : 641px)
{
	.mobile-call
	{
		display:block;
	}
	.desktop-call
	{
		display:none;
	}
}

@media only screen and (max-width:400px){.callback{width:250px}}
.or
{
	color:white;
	text-align:center;
	margin-top: 18px;
}

.captchaImageBox{
	margin-bottom: 10px;
	color: #ccbbaa;
	height: 30px;
	font-size: 13px;
	background:#ffffff;
	padding:1px;
}
.captchaImageBox img{ height:100%; width:60%; display: table; margin:0 auto;  }

.captchaReloadBox{ 
	margin-bottom: 10px;
	color: #ccbbaa;
	height: 30px;
	font-size: 13px;
	background:#ffffff;
	padding:5px;
}
.captchaReloadBox img{ height:100%; display: table; margin:0 auto; }
.error-message {
	position: relative;
	display: none;
	font-size: 13px;
	background: #C40505;
	/* border-bottom: 2px solid #2D2D2D; */
	color: #ffffff;
	position: relative;
	top: -12px;
	margin: 0 0px;
	padding: 3px;
	text-align: right;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
