html,body{width:100%;height:100%;margin:0px;padding:0px; font-family: Magra, sans-serif;}
body{background:url(../images/bg.png) repeat left top;vertical-align:middle; letter-spacing: 1px;}
.main { 
	width:76%;
	margin:auto auto;		
	text-align:center;	
	vertical-align:middle;
	display:block;	
	
}
.logo_section,.contact_form_section {
	display:inline-block;
	text-align:left;		
}
.logo_section {width:42.089%;margin-left:7%;float:left;}
.logo_section img#logo { width: 86%;margin-top:15%;margin-bottom:4%;}
.contact_form_section{
	float:right;
	margin-left:6%;
	margin-right:7%;
	vertical-align:top;
	position:relative;
	height:100%;
	width:32.1289%;	
	margin-bottom:2%;
}
/*Logo*/
#arrow_up{display:inline;width:12%;}
#arrow_down{display:block;width:61%;margin-left:39%;margin-top:4%;}
.description{width:86%;text-align:center;line-height:1px;font-size:1px;}
#description_text {margin:4% 0 4%;width:96%;}
.subtitle_line {display:block;width:100%;}
/*Form*/
.tofes{width:100%;height:auto;position:relative;margin-top:31%;}
.tofes_back{width:100%;height:auto;}
.tofes_back img{width:100%;}
.tofes_content{
	width:80%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	margin:0% 10% 0px 10%;
}
.contact_form{width:100%;height:70.25%;*height:70%;margin-top:29.8%;*display:block;}
.contact_form .input{width:95%;color: #AAAAAA;background-color:#ffffff;
	border:1px solid #414141;
	margin-bottom:3.5%;
	height:14.94%;
	*height:14%;
	font-size:1.2em;
	line-height: 1.5em;
	font-weight:bold;
	display:block;		
	padding-left:0.3em;	
	font-family: Magra, sans-serif;
}
.contact_form textarea.input {height:40.21%;padding-top:0.3em; padding-bottom:0.3em;margin-bottom:0;}
.contact_form #send_button{
	background: url(../images/challenge_but_on.png); 
	background-repeat:no-repeat;
	background-size:100% 100%;		
	margin-top:3.5%;
	cursor:pointer;
	display:block;
	border:none;
	width:99%;
	padding:0px;
	padding-left:0.3em;
	
	}
.contact_form #send_button:hover{background: url(../images/challenge_but_over.png); background-repeat:no-repeat; background-size:100% 100%;}
.button{
	background:url(../images/contact_but_on.png);	
	background-repeat:no-repeat;
	width:100%;
	line-height:100%;
	text-align:center;
	display:block;
	background-size:100% 100%;	
	margin:1% 0 0;
	padding:8.5% 0;
	color:#ffffff;
	font-size: 1.1em;	
	text-decoration:none;
	cursor:pointer;
} 
.button:hover {background:url(../images/contact_but_over.png);background-repeat:no-repeat;background-size:100% 100%;}
.button.mail{margin-top:2%;}
.tofes #result_text{ color: #ffffff; font-size: 1.2em; line-height:1.5em;}
.tofes #result_text #title{ font-size:1.7em; line-height: 2em; display:block;width:100%;text-align:center; margin-top:3%;}
@media screen and (max-width: 240px) {
	.button {font-size:1em;line-height:1.2em;}
}
@media screen and (max-width: 600px) {  
  .main {width:100%;}	
  .logo_section, .contact_form_section{width:94%;margin:5% 3%;}  
  .logo_section img#logo, .logo_section .description{width:100%;}
  .logo_section .description {margin:0px;}
  .tofes{margin:auto auto;}  
  #arrow_up, #arrow_down{display:none;}
}
@media screen and (min-width:601px) and (max-width: 1023px) {
	.main {width:100%;}
	.logo_section {}	
}
	
 .contact_form .myinput{
	width:95%;color: #AAAAAA;background-color:#ffffff;
	border:1px solid #414141;
	margin-bottom:3.5%;
	height:14.94%;
	font-size:1.2em;
	line-height: 1.5em;
	font-weight:bold;
	display:block;		
	padding-left:0.3em;	
	font-family: Magra, sans-serif;
}
 