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

html, body {
	width:100%;
	min-height:100%;
	margin: 0;
}

@font-face
{
font-family: myFont;
src: url(font/AlphaBlack.ttf);
}

#main {
	width:100%;
	height:100%;
	margin:0 auto 0 auto;
}

#wrapper {
	width: 70%;
	direction: ltr;
	height: auto;
	overflow: auto;
	margin:0 auto 0 auto;
	padding: 10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
	font-family: Arial, Helvetica, sans-serif;

}

#header {
    width: 100%;	
}

#logo {
	width: 15%; 
	float: right;
	margin-bottom: 1%;
}

#logoimage {
    float: right;
	/*width: 100%;*/	
}


#topmenu {
    width: 85%;
	float: left;
}

#topmenu p {
	font-size: 22px;
	font-weight: bold;
	width: 95%;
	margin: 0 auto 0 auto;
	color: rgb(0,54,101);
	text-align: left !important;
}

#flagsmenu {
float: left;
width: 65%;
display: inline;
margin: 3% 0 0 5%;
padding: 0;
padding-bottom: 1%;
border-bottom: 1px solid;
display: none !important;
}

#flagsmenu p {
  width: auto;
  text-align: left;	
  color: #000;
  float: right;
}

.flags {
display: inline;
margin: 0 7% 0 0;
float: left;
}

#content {

}

#ghost {
	
}

#Rightcolumn {
float: left;
height: 714px;
width: 68%;
background: url(images/david.jpg)no-repeat bottom right;
}

#Rightcolumn h1 {
color: rgb(0,54,101);
font-size:73px;
padding-right: 1%;
margin-top: 5%;
margin-bottom: 0;
}

#Rightcolumn h2 {
color: rgb(0,54,101);
padding-right: 1%;
font-size: 28px;
margin-top: 1%;
margin-bottom: 0;
}

#pheader {
background: rgb(0,54,101);
width: 65%;
font-size: 28px;
color: #fff;
padding:2% 0 1.5% 3%;
padding-right: 3%;
margin-top: 3%;
margin-bottom: 0;
text-align: right;
-webkit-border-radius: 0 40px 40px 0;
border-radius:  0 40px 40px 0;
}

#infoarea {
padding-right: 5%;
list-style-type: none;	
}

#infoarea li:before {
content: "■";
color:rgb(159,182,205);
padding-right: 10px;
}

.info {
font-size: 18px;
font-weight: bold;
line-height: 30px;
font-family: Tahoma, Geneva, sans-serif;
}

#bottomtext {
margin-left: 5%;
margin-top: 5%;
width: 60%;
color:rgb(0,54,101);	
}

#bottomtext h3 { font-size: 35px; margin: 0; }

#bottomtext p { margin: 0; font-size: 20px; }

#Leftcolumn {
float: right;
height: 100%;
width: 32%;	
}

#Leftcolumn h1{
text-align: center;
font-size: 64px;
color: rgb(8,49,93);
margin-top: 8%;
margin-bottom: 0;
}

#form {
width: 100%;
height: auto;
background:rgb(240,241,240);
	
}

#formInfo {
padding-top: 5%;	
}

#form p {
text-align: center;
margin-bottom: 2%;
font-size: 30px;
line-height: 8px;
font-weight: bold;
color: rgb(0,54,101);
	
}

.buttoninput {
width: 83%;
background:rgb(0,54,101);
height: 90px;
font-size: 50px;
font-weight: bold;
text-align: center;
color: #fff;
padding-left: 0;
margin:  8%;
-webkit-border-radius: 8px;
border-radius: 8px;
border-top-style: solid;	
border: 1px solid #E7F1F0;
font-family: Arial, Helvetica, sans-serif;
cursor:pointer;
transition:1s;
}

.buttoninput:hover {
background:#06F;
transition:1s;
}

.forminput {
width: 76%;
background:rgb(159,182,205);
height: 55px;
font-size: 25px;
padding-left: 5%;
margin: 8%;
-webkit-box-shadow:inset 0 0 8px 0 rgba(0,0,0,0.2);
box-shadow:inset 0 0 8px 0 rgba(0,0,0,0.2);
-webkit-border-radius: 10px;
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
}


input::-webkit-input-placeholder {
  color: rgb(239,250,255);
  font-weight: bold;
}

#formimage {
width: 82%;
height: 60px;
-webkit-border-radius: 10px;
border-radius: 10px;	
padding-right: 3%;
margin: 0 3%;
padding-bottom: 2.9%;
padding-top: 2%;
}

/*=======================================

      RESPONSIVE

========================================*/
@media screen and (min-width: 1718px) and (max-width: 1920px){
#pheader { width: 58%; }

#formimage { padding-bottom: 5%; height: 85px; }

#wrapper { height: auto; overflow: auto; }

#topmenu p { text-align: left; }

.flags {
-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 10px 1px rgba(0,0,0,0.3); 
}

.info { font-size:18px; }

#bottomtext p { font-size:22px; }

#topmenu p { font-size:22px; }
}

@media screen and (max-width: 1825px){
#Rightcolumn {
height: 718px;
}

#Rightcolumn h1 { font-size: 68px;	}

#Rightcolumn h2 { font-size: 30px;	}

#form p { font-size:22px; }

#Leftcolumn .forminput:first-child { margin-top:5%; }

.forminput {
height:75px;
margin:2% 8% 5% 8%;
}
}

@media screen and (max-width: 1785px){
#Leftcolumn h1 { font-size: 62px; }

#Rightcolumn {
height: 662px;
}

#topmenu p { font-size: 20px; }
}

@media screen and (max-width: 1691px){
#Rightcolumn {
height: 647px;	
}	

#topmenu p { font-size: 18px; }
}

@media screen and (max-width: 1638px){
#Leftcolumn h1 { font-size: 49px; }	

.info { font-size: 18px;}


}


@media screen and (max-width: 1717px){
	
#Rightcolumn h1 { font-size: 62px;	}

#Rightcolumn h2 { font-size: 25px; }

#Leftcolumn h1 { font-size: 58px; }

#pheader  { font-size: 26px; }

}

@media screen and (max-width: 1550px){
#Leftcolumn h1 { font-size: 56px; }	

#Rightcolumn h1 { font-size: 62px; }

#Rightcolumn h2 { font-size: 24px; }

#Rightcolumn {
height: 611px;	
}

#topmenu p { font-size: 18px; }

.info { font-size: 17px; line-height: 30px; }

#bottomtext h3 { font-size: 30px; }

#bottomtext p { font-size: 18px; }

.buttoninput { font-size: 40px; }
}

@media screen and (min-width: 1279px) and (max-width: 1499px){
	
#topmenu p { font-size: 16px; }

#Rightcolumn {
height: 675px;
}

#Rightcolumn h1 { font-size: 52px; }

#Rightcolumn h2 { font-size: 22px; }

#pheader { width: 58%; font-size: 22px; }

#bottomtext { margin-top: 7%; width: 60%; }

#Leftcolumn h1 { margin-top: 8%; font-size: 55px; }

#form p { margin-bottom: 5%; font-size: 20px; }

.forminput { margin: 8% 5%; }

.flags {-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
box-shadow: 0 0 10px 1px rgba(0,0,0,0.3); }

#formimage { margin: 0 3%; }

.buttoninput { margin: 2% 5% 8% 8%; }

}

@media screen and (max-width: 1480px){
#Rightcolumn {
height: 678px;
}

#bottomtext { margin-top: 10%; }
}

@media screen and (max-width: 1450px){
#Leftcolumn h1 { font-size: 50px; }	

#Rightcolumn {
height: 659px;	
}

#topmenu p { font-size: 16px; }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1362px){
#Leftcolumn h1 { font-size: 48px; }	

#Rightcolumn {
height: 648px;
}

#pheader { width: 60%; }

.info { line-height: 28px;}	

}

@media screen and (max-width: 1288px){ 
#Rightcolumn h1 { font-size: 52px; }

#pheader { font-size: 20px; }

}

@media screen and (max-width: 1280px){
.info { line-height: 39px; font-size: 16px;}	

#wrapper { width: 80%; }	

}

@media screen and (max-width: 1278px){
#form p {
padding-top: 0;	
font-size: 18px;
}

#bottomtext { margin-top: 8%; width: 62%; }

#topmenu p {
font-size: 16px;
margin: 0;
}

#Leftcolumn h1 { margin-top: 8%; font-size: 45px; }

#Rightcolumn {
height: 597px;
}


#Rightcolumn h1 { font-size: 50px; }

#Rightcolumn h2 { font-size: 20px; }

#formimage { margin: 0 4%; }

.info { font-size: 15px; line-height: 30px; }

#pheader { width: 60%; font-size: 20px; }

}

@media screen and (max-width: 1220px){

#Rightcolumn {
height: 609px;
}

#pheader { width: 60%; font-size: 20px; }
}

@media screen and (max-width: 1179px){
#wrapper { width: 70%; }	
	
#main { overflow: auto; }	
	
#Leftcolumn h1 { font-size: 46px; }

#Rightcolumn { height: 100%; }

#Rightcolumn h1 { font-size: 46px; text-align: center !important; }

#Rightcolumn h2 { font-size: 22px; text-align: center !important; }

#pheader { font-size: 24px; }

#infoarea { padding-right: 3%; padding-left: 3%; }

#bottomtext { width: 65%; }

#flagsmenu { width: 80%; margin: 3% 0 0 7%; }

#topmenu p { font-size: 18px; text-align: center !important; }

#Rightcolumn {
float: right;
height: auto;
width: 100%;
}

#Leftcolumn {
float: right;
height: auto;
width: 100%;
}

#Leftcolumn h1 { background: rgb(159,182,205); }

#formimage { margin: 0 30%; width:auto; }

#logo { float: none; width: 28%; margin-left: 40%; margin-bottom: 2%; }

#logoimage { float: none; }

#topmenu { 
width: 100%;
float: none;

}

#topmenu p { width: 100%; margin-bottom: 3%; font-size: 18px; }

.info { font-size: 20px; line-height: 40px; }

#bottomtext { margin-top: 5%; margin-bottom: 5%; }

.buttoninput { font-size: 50px; }
}

@media screen and (max-width: 1000px){
#Rightcolumn {
float: right;
height: auto;
width: 100%;
}

#Leftcolumn {
float: right;
height: auto;
width: 100%;
}

#logo { float: none; width: 28%; margin-left: 36%; margin-bottom: 2%; }

#logoimage { float: none; }

#topmenu { 
width: 100%;
float: none;

}

#topmenu p { width: 100%; margin-bottom: 3%; font-size: 18px; }

#flagsmenu { width: 100%; margin: 0; }

#flagsmenu p { width:auto; padding-right: 5% }

.flags {
margin: 0 8% 0 0;
float: none;	
}

#wrapper {
width: 96%;
height: auto;
overflow: auto;	
}

#pheader {
width: 59%;	
}

#Rightcolumn h1 { padding-right: 3%; }

#Rightcolumn h2 { padding-right: 3%; }

#form p { font-size: 30px; }

#formimage { margin: 0 33%; }

.info {font-size: 18px;}	
}


@media screen and (max-width: 700px){
#Rightcolumn h1 { font-size: 36px; }

#Rightcolumn h2 { font-size: 17px; }

#pheader { font-size: 20px; }	

.info {
font-size: 16px;
}
}

@media screen and (max-width: 650px){
#Rightcolumn { background: url(images/davidsmall.jpg)no-repeat bottom right; }	
}


@media screen and (max-width: 540px){
#flagsmenu { border: none; }

#flagsmenu p {
width: 100%;
padding-right: 0;	
}

.flags { margin: 0 8%; }
ct
#Rightcolumn { background: none; }

#Rightcolumn h1 { font-size: 35px; }

#Rightcolumn h2 { font-size: 17px; }

#pheader { width: 67%; font-size: 14px; }

#formimage {
margin: 0 30%; }

.info {
font-size: 14px;
}

#logo { margin-left: 22%; }
}

@media screen and (max-width: 515px){
.flags {margin: 0; }

.flags a { padding-right: 13%; }

#infoarea { padding-right: 3%; }

}

@media screen and (max-width: 430px){
#Rightcolumn h1 { font-size: 28px; }
#Rightcolumn h2 { font-size: 16px; }

#formimage {
margin: 0 22%; }

#logo { margin-left: 20%; }
}

@media screen and (max-width: 400px){
#logo { width: 40%; margin-left: 18%; }

#pheader { width: 82%; }

.flags a { padding-right: 10%; }	

#bottomtext { width: 85%; }

#bottomtext p { font-size: 14px; }

#form p { font-size: 22px; }

#bottomtext h3 { font-size: 18px; }

#Rightcolumn h1 { font-size: 22px; }

.buttoninput { font-size: 40px; }


}

@media screen and (max-width: 320px){
#logo { margin-left: 15%; }

.buttoninput { font-size: 48px; }

#Rightcolumn h1 { font-size: 20px; }

#bottomtext h3 { font-size: 22px; }
	
}


/*=======================================

      Internet Explorer

========================================*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
#wrapper { font-family: Arial, Helvetica, sans-serif; }

.forminput { font-family: Arial, Helvetica, sans-serif; color: #E7F1F0;}

.buttoninput { font-family: Arial, Helvetica, sans-serif; }

}

#thank-you {
	width:100%;
	direction:ltr;
}

#thank-you h1 {
	width:100%;
	padding:15px 0;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	color:#FFF;
	background: rgb(0,54,101);
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
}

#thank-you p {
	width:100%;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}