/*---------------------------
	INFO
--------------------------
DEVELOPED BY: First Beat Media
DATE: 

/*------------------------
RESET
------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Open Sans Condensed', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear_fix {
	clear: both;
	float: none;
}
/*------------------------
FONTS
------------------------*/
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------
GLOBAL STYLES
------------------------*/
body {
	background-color: #fff;
}
.wrap {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}
header,
.content,
.random_images,
.title,
footer {
	width: 100%;
}
header {
	padding-top: 20px;
	padding-bottom: 20px;
}
header > a {
	display: inline;
	float: right;
	padding: 10px 15px;
	background-color: #39b54a;
	color: #fff;
	text-decoration: none;
	margin-top: 2px;
	font-size: 18px;
}
header > h1 {
	display: inline;
	float: left;
}
.random_images img {
	display: inline;
	text-align: center;
	margin: 5px;
	position: relative;
	opacity: 0.6;
}
.random_images img:hover {
	opacity: 1;
}
.title h2 {
	color: #5a4a42;
	font-size: 57px;
	letter-spacing: 1px;
	padding-top: 17px;
	padding-bottom: 20px;
	font-family: 'bebas_neueregular' , sans-serif;
}
.body_form {
	background-color: #e6e6e6;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 3px solid #39b54a;
	border-bottom: 3px solid #39b54a;
	margin-bottom: 20px;
}
.left,
.right {
	width: 50%;
	float: left;
}
.left > img {
	border: 3px solid #39b54a;
}
.right {
	width: 48%;
}
.right h2 {
	color: #5a4a42;
	font-family: 'bebas_neueregular' , sans-serif;
	font-size: 40px;
	border-top: 2px solid #39b54a;
	border-bottom: 2px solid #39b54a;
	display: block;
	position: relative;
	top: 5px;
}
form {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	padding-right: 10px;
}
.input_holder {
	text-align: left;
}
.input_holder label,
.input_holder select,
.input_holder input {
	width: 100%;
	display: block;
	padding: 5px 0;
	border: 0;
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.input_holder label {
	margin-top: 5px;
	color: #39b54a;
}
.input_holder select,
.input_holder input {
	box-shadow: 1px 1px 3px #a5a5a5;
}
.monthdayear .month {
	width: 35%;
	float: left;
	margin-right: 4%;
}
.monthdayear .day {
	width: 24%;
	float: left;
	margin-right: 4%;
}
.monthdayear .year {
	width: 33%;
	float: left;
}
.step_two p{
	font-size: 14px;
	padding-top: 20px;
	font-family: arial , sans-serif;
	color: #535353;
}
.submit_button input {
	border: 0;
	color: #fff;
	background-color: #39b54a;
	font-family: 'bebas_neueregular' , sans-serif;
	font-size: 37px;
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
	box-shadow: 1px 1px 3px #a5a5a5;
}
footer {
	border-top: 3px solid #39b54a;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
footer p {
	font-size: 14px;
	color: #989898;
	line-height: 18px;
	font-family: arial , sans-serif;
}

.footer a {color:#323232; font-size:16px;}

#errors {
	color: red;
}

/* RESPONSIVE */

@media (max-width: 900px){
	.wrap {width: 90%;}
	.random_images img {width: 17%; margin: 1%;}
	.title h2 {font-size: 47px;}
	.left img {width: 90%; max-width: 340px; height: auto;}
	.input_holder label,
	.input_holder select,
	.input_holder input {font-size: 18px;}
	.step_two p {font-size: 12px;}
	.random_images img {opacity: 1;}
	.right h2 {font-size: 35px;}
}
@media (max-width: 700px) {
	.random_images img {width: 19%; margin: 0;}
	.left,
	.right { width: 100%;float: none;}
	.title h2 {font-size: 37px;}
	.right {padding-top: 20px;}
	.right h2 {font-size: 30px;}
	form {padding-right: 0;}
	footer p {font-size: 12px;}
}
@media (max-width: 450px) {
	.title h2 {font-size: 27px;}
	header > h1,
	header > a {float: none;}
	header > a {padding: 3px 15px;}
	header > h1 {padding-top: 15px; display: block;}
}