/*====================FONTS===============================================*/
@font-face {
    font-family: BebasNeue;
    src: url(fonts/BebasNeue-webfont.woff);
}
.fontbebas {
    font-family: BebasNeue;
	font-size: 25px;
}
@font-face {
    font-family: MetroBold;
    src: url(fonts/Metropolis-ExtraBold.otf);
}
@font-face {
    font-family: HazelDean;
    src: url(fonts/Metropolis-Thin.otf);
}
@font-face {
    font-family: HazelDeanfont;
    src: url(fonts/Metropolis-Regular.otf);
}
/* abel-regular - latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/abel-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/abel-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/abel-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/abel-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/abel-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/abel-v12-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
}
/* bai-jamjuree-regular - latin */
@font-face {
  font-family: 'Bai Jamjuree';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bai-jamjuree-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/bai-jamjuree-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/bai-jamjuree-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/bai-jamjuree-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/bai-jamjuree-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/bai-jamjuree-v4-latin-regular.svg#BaiJamjuree') format('svg'); /* Legacy iOS */
}

/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/caveat-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/caveat-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v10-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}
/*====================FONTS===============================================*/

body {	
	clear: both;	
	margin: 0 auto;
	width: 100%;
	text-align: center;
	overflow-x: hidden;	
	font-family: HazelDeanfont;		
}
/*=======================to top section============================*/
div#page{
	max-width: 100%;
	padding: 0px;
}
.back-to-top{
	/*width: 100%;*/
	position: fixed;
	right: 30px;	
	bottom: 110px;	
	text-decoration: none;
	color: #ffffff;
	background: rgba(50, 50, 50, 0.5);	
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 5px 10px;	
	display: none;
	line-height: 30px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border: solid 4px rgba(255,255,255, 0.4);
}
.back-to-top:link{	
	color: #ffffff;
	text-decoration: none;
}
.back-to-top:hover{	
	color: #ffffff;
	background: #fa8200;
	text-decoration: none;
}
/*====================top level elements====================*/
.topbanner{
	width: 100%;	
	border-top: solid 2px #f0f0f0;
}

.topbannerparralax {	
	background: linear-gradient(rgba(0,0,0, 0.3), transparent);
	width: 100%; 
	height: 30vh; 
	padding: 0px 0px 0px 0px;
	
}
.parrallaxtextsection {
	width: 90%; 
	padding: 0% 3% 0% 3%;
	text-align: center;	
}
.parralaxbartop {  
	position: relative; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left; 
	width: 100%;	
	background-image: url("img/plot152vleikop.jpg");
	height: 40vh;		
}
.parralaxbar {  
	position: relative; 
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left; 
	width: 100%;	
	background-image: url("img/plot152vleikop.jpg");
	height: 60vh;		
}
.parrallaxlargetext {
	font-family: 'Bai Jamjuree';
	width: 100%; 
	font-size: 45pt;	
	color: #ffffff;
	line-height: 47pt;
	font-weight: bold;
	word-spacing: 5px;
	letter-spacing: 1px;
	text-transform: none;		
	text-shadow: 4px 4px 4px rgba(0,0,0, 0.2);
	padding: 30px 0px 30px 0px;
}
.parrallaxsmalltext {
	width: 100%; 
	display: block; 
	font-size: 25px; 
	word-spacing: 1px; 
	letter-spacing: 0px; 
	color: #ffffff;
	line-height: 30px;
	font-family: HazelDeanfont;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);	
}

/*=====================PAGE CONTAINER STYLES===================*/
.maincontentcontainer {	
	float: left;
	position: relative;
	width: 100%;
	background: #ffffff;			
	z-index: 0;	
}
.contentsection {
	background: #ffffff;
	width: 1366px;	
	margin: 0% 0% 0% 0%;
	z-index: 1;
	font-family: HazelDean;
}
.otherpagescontent {	
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #ffffff;
	margin: 2% 0% 5% 0%;
}
.googlemap { 
		width: 100%;
		height: auto;
}
/*=====================PAGE TEXT STYLES===================*/
.pagemainheaderdiv {
	font-family: HazelDeanfont;
	float: left;
	width: 100%;
	font-size: 27pt;
	font-weight: bold;	
	color: #0091ab;
	line-height: 30pt;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 20px 0px;
	word-spacing: 2px;	
}
.pageheaderdiv {	
	font-family: HazelDeanfont;
	float: left;
	width: 100%;
	font-size: 14pt;	
	color: #222222;
	line-height: 15pt;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 30px 0px 5px 0px;
	word-spacing: 0px;
	letter-spacing: 0px;	
}

.pagetextdiv {	
	font-family: HazelDeanfont;
	float: left;
	width: 100%;
	font-size: 12pt;
	color: #666666;
	line-height: 22px;
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	
}
.pagetextdiv img {	
	width: 160px;
	margin-right: 10px;
}
.inputcorrect {
	display: block;
	width: 96%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to right, transparent,#009c43,transparent);
	padding: 1% 2% 1% 2%;
	margin: 2% 0% 1% 0%;
}
.inputwrong {
	display: block;
	width: 96%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to right, transparent,#d90000,transparent);
	padding: 1% 2% 1% 2%;
	margin: 2% 0% 1% 0%;
}
.errortext_on_dark {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffd900;
	font-size: 11pt;

}
	
/*====================ANCHORS/LINKS====================*/
span.text {	
	color: #eb7d00;
	text-decoration: underline;	
}
a:link { text-decoration: underline; color: #eb7d00;}
a:hover { text-decoration: underline; color: #eb7d00;}
a:visited { text-decoration: underline; color: #eb7d00; }
a.text{
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0px;
	text-decoration: none;
}
a:link.text, a:visited.text{	
	color: #eb7d00;
	padding: 0 0px;
	font-size: 15px;
	text-decoration: none;
	margin: 0px 0px;
}
a:hover.text, a:active.text{
	background-color: transparent;	
	color: #eb7d00;
	text-decoration: underline;
}
a:link.textdark, a:visited.textdark{
	color:  #91b0b5;
	padding: 0 0px;
	font-size: 11pt;
	text-decoration: none;
	margin: 0px 0px;
}
a:hover.textdark, a:active.textdark {
	background-color: transparent;
	color:  #91b0b5;
	text-decoration: none;
}
.formbut{
	font-family: HazelDeanfont;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	padding: 10px 20px;
	background: #fa8200;	
	letter-spacing: 1px;	
	text-transform: uppercase;	
	border: solid 1px rgba(255,255,255, 0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);	
	border-radius: 20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
a.fakebut {
	font-family: HazelDeanfont;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin: 0px 1px;
	padding: 15px 20px 15px 20px;
	height: 35px;
	line-height: 30px;
	background: #fa8200;
	border: solid 2px rgba(255,255,255, 0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);	
	text-decoration: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;	
}
a:hover.fakebut {
	font-family: HazelDeanfont;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin: 0px 1px;
	padding: 15px 20px 15px 20px;
	height: 35px;
	line-height: 30px;
	background: #fa8200;
	border: solid 2px rgba(255,255,255, 0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);	
	text-decoration: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;	
}
/*====================FOOTER CSS===================*/
.mainFooter{
	width: 100%;
	float: left;
	padding: 2% 0% 2% 0%;
	margin: 0% 0% 0% 0%;
	background: #222222;	
}
.footertext {
	width: 1366px;
	text-align: center;
	color: #888888;	
	font-weight: normal;
	font-size: 11pt;
	padding: 0% 0% 0% 0%;	
}

input.text{
	font-family: HazelDean;
	font-size: 11pt;
	color: #505050;
	background-color: #ffffff;
	text-align: left;
	border: solid 2px rgba(255,255,255, 0.5);
	height: 25px;
	width: auto;
	max-width: 180px;
	padding: 4px 15px;
	border-radius: 20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
input.textff{
	font-family: HazelDean;
	font-size: 11pt;
	color: #505050;
	background-color: #ffffff;
	text-align: left;
	border: solid 2px rgba(0,0,0, 0.5);
	height: 25px;
	width: auto;
	max-width: 180px;
	padding: 4px 15px;
	border-radius: 20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
textarea.text{
	font-family: HazelDean;
	font-size: 11pt;
	color: #505050;
	text-align: left;
	border: solid 2px rgba(255,255,255, 0.5);
	background-color: #ffffff;
	height: auto;
	width: 180px;
	resize: none;
	padding: 4px 15px;
	border-radius: 20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}

/*============================================================MEDIA 1024 STYLES==================================================================*/

@media only screen and (min-width : 769px) and (max-width : 1280px) {

body{
	background-color: transparent;
	width: 100%;
	font-size: 100%;	
}

/*==========to top section======================*/
.back-to-top{
	right: 30px;
}

/*================top level elements===============*/
.parrallaxtextsection {
	width: 96%; 
	padding: 4% 2% 9% 2%;		
}
.parrallaxlargetext {
	font-size: 35pt;
	line-height: 37pt;
	padding: 25px 0px 25px 0px;
}
.parrallaxsmalltext {
	font-size: 17px;
	line-height: 22px;
}



/*==========PAGE CONTAINER STYLES===========*/
.contentsection {
	width: 1024px;
}
.otherpagescontent {
	width: 100%;
	margin: 2% 0% 3% 0%;
}
/*=====================PAGE TEXT STYLES===================*/
.pagemainheaderdiv {
	font-size: 25pt;
	line-height: 27pt;
}

.pagetextdiv img {	
	width: 120px;
	margin-right: 5px;
}

/*====================FOOTER CSS===================*/
.footertext {
	width: 1024px; 
}
.footerblock1 img {
	width: 20px;
	margin: 1% 5% 0% 0%;	
}
}

/*============================================================MEDIA 768 STYLES==================================================================*/


@media only screen and (min-width : 100px) and (max-width : 768px) 
{
body{
	background-color: transparent;
	width: 100%;
	font-size: 85%;	
}

/*=======================to top section============================*/
.back-to-top{
	right: 30px;
}
/*====================top level elements====================*/
.topbannersection {
	height: 0px;	
}
.topbannerparralax {
	height: 1px; 	
}
.parrallaxtextsection {
	width: 96%; 
	padding: 2% 2% 3% 2%;	
}
.parrallaxlargetext {
	font-size: 35pt;
	line-height: 37pt;	
	padding: 0px 0px 10px 0px;
}
.parrallaxsmalltext {	
	font-size: 25px;
	line-height: 30px;	
	padding: 0px 0px 50px 0px;
}


/*=====================PAGE CONTAINER STYLES===================*/
.contentsection {
	width: 96%;
	margin: 0% 2% 0% 2%;	
}
/*=====================PAGE TEXT STYLES===================*/
.pagemainheaderdiv {
	font-size: 25pt;
	line-height: 27pt;
}

.pagetextdiv img {	
	width: 160px;
	margin-right: 0px;
}
/*====================FOOTER CSS===================*/
.mainFooter{
	width: 100%;
	float: left;
	padding: 3% 0% 4% 0%;
	margin: 0% 0% 0% 0%;
		
}
.footertext {
	width: 96%;
	text-align: left;	
	font-weight: normal;
	font-size: 11px;
	margin: 2% 2% 0% 2%;	
}

}
