/*
  Theme name: Variation34
  Author: BANG! Media
  Template: pa
*/
body {
	background: #eee;
	font: 12px/18px Tahoma, Verdana, sans-serif;
}
#body {
  box-sizing: border-box;
  padding: 20px;
}
.container {
	width: 100%;
  min-width: 600px;
  max-width: 1000px;
}
#body .div {
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
#image_main {
  height: 600px;
  width: 404px;
  border: 10px solid #FFF;
 	-webkit-box-shadow: 0px 0px 7px 0px #999;
	box-shadow: 0px 0px 7px 0px #999;
}
h1 {
	color: #7A7A7A;
	font-size: 30px;
	font-weight: normal;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	color: #2563ce;
}
#city_exclusive {
	display: none;
	background: #333;
	color: #EEE;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}
#city_exclusive .container {
	padding: 20px 0;
}
#country_sticker {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
}
.loader {
	background: url(http://cdn.stuntoffer.com/pa_34/images/loader_white.cf169e33f6ef5d77b64a87489c1961e4.gif) center center no-repeat;	
}
#verify b {
	color: #2563ce;
}
#questions {
	background: #ededed; /* Old browsers */
	background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededed 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededed 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ededed 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ededed 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 40px;
	border: 1px solid #888;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px #CCC;
	box-shadow: 0px 0px 10px 0px #CCC;
	text-align: center;
}
#questions .button {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #444;
	color: #FFF;
	border: 1px solid #444;
	padding: 10px 25px;
}
#questions .button_primary {
	background: #2563ce;
	color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0 0 0;
}
#webmasters_footer {
	background: #FFF;
	border-top: 1px solid #CCC;
	clear: both;
}