/*-----------------------------------------------------------------------------
author:    SPD Advertising
-----------------------------------------------------------------------------*/

/* =PEP Contact
-----------------------------------------------------------------------------*/
.success {
	color:#009900;
	}
	
.fail {
	color:#F00;
	}
	
iframe {
	margin:0 0 1.5em 0;
	}
	
input[type="text"], select, textarea {
	background:#d3d3d3;
	padding:3%;
	border:none;
	margin-right:3px;
	border:solid 1px #b5b5b5; 						
	}
	
input[type="text"], select {
	width:94%;
	}
	
/* textarea Styles */
	
textarea {
	width:94%;
	height:12em;
	}
	
/* focus styles */
	
input:focus, textarea:focus, select:focus { 
	border:solid 1px #ff6c00; 
	}
	
/* submit Btn styles */
	
input.submit {
	background:#84001e;
	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 2em 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	}
	
input.submit:hover {
	background:#000000;
	color: #ffffff;
	}
	
@media screen and (max-width: 768px) {
	

input.submit {
	margin:0 auto 1.5em auto;
	}
		
}