/*
 Theme Name: Brain Station
 Theme URI: www.sprdh.com
 Author: SPRDH
 Author URI: sprdh.com
 Description: Brain Station
 Version: 1.0
 Tags: brainstation
 */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	position: relative;
	background: url(images/body.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
input,textarea,select{
	font-family: Arial, Helvetica, sans-serif;
}
p{
	font-family: 'open_sanslight';
}
a{
	color: #111111;
}
a:hover,.submit:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
}
p{
	line-height:1.6em;
}
.hidden{
	display:none;
}
.left {
	float: left;
}
.right {
	float: right;
}
br.clear {
	clear: both;
	line-height: 0;
}
.wrapper {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    margin: 50px auto;
    max-width: 1200px;
    padding: 30px 3% 0;
    width: 70%;
}
img{
	width: 100%;
	height: auto;
	display: block;
}
div#button {
    margin: 0 auto;
    padding: 60px 1% 30px;
    width: 98%;
}
#button span{
	width: 49.5%;
}
div#button a{
	padding: 10px 2%;
	display: block;
    background: #4a4a4a;
	color: #fff;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 10px;
}
@media all and (max-width: 980px) {
	div#button a{
		font-size: 20px;
	}
}
@media all and (max-width: 640px) {
	div#button a{
		height: 50px;
	}
	div#button span.left a{
		line-height: 54px;
	}
}
@media all and (max-width: 480px) {
	div#button a{
		height: auto;
	}
	div#button span.left a{
		line-height: 27px;
	}
	#button span{
		width: 100%;
		padding: 7px 0 ;
	}
}
@media all and (max-width: 360px) {
	.wrapper{
		width: 100%;
	}
		
	div#button a{
		font-size: 18px;
	}
}