/*-----------------------------------------------------------------------------
author:    www.blackwaspdigital.com
-----------------------------------------------------------------------------*/


/* =cypher-surveying Contact page
-----------------------------------------------------------------------------*/
#leftCol {
	margin:0;
	width:47.5%;
	float:left;
	}
	
#rightCol {
	margin:0;
	width:47.5%;
	float:right;
	}
	
.thanks {
	background: #009900;
	padding:1em;
	text-align:center;
	}
	
#done {
	text-align:center;
	}
	
iframe {
	margin:0 0 1.5em 0;
	}
	
#rightCol p {
	font-weight:bold;
	}
	
input[type="text"], select, textarea {
	background:rgba(255,255,255,0.45);
	padding:3%;
	border:none;
	margin-right:3px;
	border:solid 1px #333333; 						
	}
	
input[type="text"], select {
	width:94%;
	}
	
/* textarea Styles */
	
textarea {
	width:94%;
	height:12em;
	}
	
/* focus styles */
	
input:focus, textarea:focus, select:focus { 
	border:solid 1px #ff9600; 
	}
	
/* submit Btn styles */
	
input.submit {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006fbe+0,003d73+100 */
	background: #006fbe; /* Old browsers */
	background: -moz-linear-gradient(top,  #006fbe 0%, #003d73 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #006fbe 0%,#003d73 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #006fbe 0%,#003d73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fbe', endColorstr='#003d73',GradientType=0 ); /* IE6-9 */
	padding:.55em;
	color:#ffffff;
	border:none;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
	width:75%;
	font-size:1.25em;
	margin:0 0 1.5em 0;
	font-family: 'eurostileregular', sans-serif;
	}
	
input.submit:hover {
	background:#333333;
	}
	
@media screen and (max-width: 768px) {
	
#leftCol {
	margin:0;
	width:100%;
	float:none;
	}
	
#rightCol {
	margin:0;
	width:100%;
	float:none;
	}
	
input.submit {
	margin:0 auto 1.5em auto;
	}
		
}