/*---------------------------
	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', 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;
}

/*------------------------
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
------------------------*/
.first_bg {
	background-image: url(../img/bg_girl.jpg);
	background-repeat: no-repeat;
	background-position: auto;
	background-size: 100% auto;
	background-color: #0f0f05;
	width: 100%;
	height: 100%;
	position: fixed;
}
.second_bg {
	background-image: url(../img/bg_lines.png);
	background-repeat: repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: fixed;
}
.all_content {
	position: relative;
	z-index: 10;
	padding-top: 20px;
}
.wrap {
	width: 550px;
	margin: 0 auto;
	text-align: center;
}
header, footer {
	background-image: url(../img/black.png);
	background-repeat: repeat;
	background-position: center center;
	overflow: visible;
	position: relative;
	margin-bottom: 18px;
}
/* HEADER */
header {
	height: 77px;
}
header>h1 {
	text-align: left;
	position: absolute;
	left: 9px;
	top: 16px;
}
header>p {
	text-align: right;
	position: absolute;
	right: 9px;
	top: 8px;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
}
header>p a {
	font-size: 18px;
	text-align: right;
	background-color: #ee008d;
	color: #fff;
	text-decoration: none;
	padding: 1px 9px;
	width: 75px;
	float: right;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 31px;
}
header>p a:hover {
	background-color: rgb(233, 34, 74);
}

.hidden { display:none; }

/* CONTENT */
.content {
	background-image: url(../img/purple.png);
	background-repeat: repeat;
	background-position: center center;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 18px;
}
h2{
	padding-left: 15px;
	padding-right: 15px;
}
h2,
h2 span {
	font-family: 'bebas_neueregular';
	text-transform: uppercase;
	font-size: 42px;
	text-align: center;
}
h2 .one{
	color: #09ba82;
}
h2 .two {
	color: #FF5EC9;
}
.content>p {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 24px;
}
.girl_images {
	width: 100%;
	overflow: hidden;
}
.girl_images img {
	width: 30%;
	height: auto;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 3px;
	border: 3px solid #fff;
}
form {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}
form>div>select,
.input_holder input {
	width: 100%;
	border: 0;
	padding: 5px;
	font-size: 18px;
	color: #09ba82;
	position: relative;
	opacity: 0.8;
	margin-bottom: 10px;
	box-shadow: 1px 2px 2px #7E2654;
	/*text-indent: 10px;*/
}
.input_holder input {
	padding: 5px 0;
	text-indent: 5px;
}
form .monthdayear{
	width: 100%;
	margin-bottom: 15px;
}
form label {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
}
.monthdayear select {
	border: 0;
	padding: 5px;
	font-size: 18px;
	color: #d20e91;
	position: relative;
	opacity: 0.8;
	box-shadow: 1px 2px 2px #7E2654;
}
.month{
	width: 30%;
	float: left;
}
.day{
	width: 30%;
	float: none;
}
.year{
	width: 37%;
	float: right;
}
form .submit {
	width: 100%;
	color: #fff;
	background-color: #ee008d;
	border: 0;
	font-size: 24px;
	padding: 5px;
	cursor: pointer;
	box-shadow: 1px 2px 2px #7E2654;
}
form .submit:hover {
	background-color: rgb(233, 34, 74);
}
/* FOOTER */
footer {
	padding: 20px 15px;
}
footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
footer p:last-child {
	font-weight: 700;
	margin-top: 10px;
}

/* RESPONSIVE */

@media only screen and (min-width: 671px) and (max-width: 1500px){
	.first_bg {background-size: auto auto;}
}


@media only screen and (min-width: 501px) and (max-width: 670px){
	.first_bg {background-size: auto auto;}
	.wrap {width: 90%;}
}

@media (max-width: 500px) {
	.first_bg {background-size: auto auto;}
	.wrap {width: 90%;}
	header {height: 100px;}
	header>h1 {position: relative; text-align: center; left: 0; top: 25px;}
	header>p {position: relative; text-align: center; top: -52px; right: 0;}
	header>p a {display: inline; float: none; position: relative; top: 0;}
	.girl_images img {width: 29%;}
	.content>p {font-size: 18px;margin-top: 25px;margin-bottom: 30px;}
}

/* EXTRA SMALL DEVICES */
@media (max-width: 370px) {
	header, footer {margin-bottom: 12px;}
	form {padding-top: 15px;}
	form label {font-size: 14px;}
	form>div>select, .input_holder input {font-size: 14px;}
	.monthdayear select {font-size: 14px;}
	.first_bg {background-size: auto auto;}
	h2, h2 span {font-size: 30px;}
	.girl_images img {width: 27%;}
	form .submit {font-size: 18px;}
	header>p {font-size: 12px; top: 3px; position: absolute; text-align: center; left: 0; right: 0;}
	header>p a {margin-left: 10px; font-size: 14px;}
	.content>p {font-size: 14px; margin-top: 10px; margin-bottom: 15px;}
	.content {padding-top: 12px; margin-bottom: 12px;}
	.month, .day, .year {float: none; width: 100%;}
}

.loading {
	position: relative;
	background: url("../img/indicator.gif") no-repeat scroll right center transparent;
	width: 16px;
	height: 16px;
	top: -38px;
	/* left: 370px; */
	left: 93%;
}
.ok_icon {
	position: relative;
	background: url("../img/icon_ok_small.png") no-repeat scroll right center transparent;
	top: -37px;
	height: 10px;
	margin: 3px;
}
.error_icon {
	position: relative;	
	background: url("../img/icon_error_small.png") no-repeat scroll right center transparent;
	top: -37px;
	height: 10px;
	margin: 3px;
}
.error_msg
{
	color: red; font: normal 12px Georgia,serif; margin-top: -15px;
}

.error_field
{
	border:1px solid #FF0000 !important;
}
.ok_field
{
	border:1px solid #221C1A !important;
}

#modal_block
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	z-index: 9999;
	padding: 0px;
	margin: 0px;
	background: transparent url('../img/transparent.png');
	overflow: hidden;
	display: none;
}
#modal_block div
{
	width: 150px;
	height: 55px;
	margin: 10% auto;
	text-align: center;
	overflow: hidden;
	background: white;
	position: relative;
}
#modal_block div img
{
	width: 35px;
	height: 35px;
	margin-top: 10px;
	float: left;
}
#modal_block div p
{
	margin: 0;
	margin-top: 20px;
	padding: 0px;

}


.errorBox {
  

    height: 100%;
  
}

.shield_shadow_block {
    background-image: url('../img/shield.png');
    height: 120%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}
.shield_spinner { position: absolute; z-index: 25; width: 64px; height: 64px; overflow: hidden; margin: 0; top: 50%; left: 47%;}

.shield_success { position: relative; z-index: 35; width: 90%; height: auto; margin-left: 2%; border: 10px solid #FFFFFF; background-color: #1B6992; padding: 10px; font-size: 0.9em; bottom: 17%;
color: #ffffff; font-weight: bold;
	border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-icab-border-radius:6px;
	-khtml-border-radius:6px;
	behavior: url('../css/pie.htc');
}
.shield_alert { position: relative; z-index: 35; width: 90%; height: auto; margin-left: 2%; border: 10px solid #FFFFFF; background-color: #960001; padding: 8px 3px; font-size: 0.9em; bottom: 10%;
color: #ffffff; font-weight: bold;
text-shadow: none !important;
	border-radius:6px;
	-o-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-icab-border-radius:6px;
	-khtml-border-radius:6px;
	behavior: url('../css/pie.htc');
}
.shield_alert div.alert_ln { padding: 0px; border-top: 3px solid #780000; width: 70%; margin: 10px auto 0; height: 10px; }

.shield_alert p.error_ok a:link,
.shield_alert p.error_ok a:visited,
.shield_alert p.error_ok a:active
{
    text-decoration: none;
	font-size:19px;
	line-height:19px;
	font-weight:bold;
	color:#fff;
	background-color: #FFFFFF;
	color: #960001;
	padding: 5px 20px;
	border:0;
	cursor:pointer;
	display:inline-block;

	border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-icab-border-radius:3px;
	-khtml-border-radius: 3px;
	behavior: url('../css/pie.htc');
}
	
.small { font-size:10px; line-height:14px; padding-bottom: 5px;}