/*---------------------------
	INFO
--------------------------
DEVELOPED BY: 
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;

}
/* 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;
}
/*------------------------
GLOBAL STYLES
------------------------*/

body {
	background-color: black;
	font-family: 'arial';
	font-size: 12px;
	color: #636363;
}

.container {
	max-width: 800px;
	margin: 0 auto;
	box-shadow: -85px 0 385px -85px #E83B1A,
             	85px 0 385px -85px #E83B1A;
}

h2 {
	font-size: 48px;
	color: #FF3939;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

h3, h5 {
	color: #da0f0f;
}

h4, h5 {
	font-size: 30px;
}

h2, h3, h4 ,h5 {
	font-weight: bold;
}

a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #da0f0f;
}

a:hover {
	text-decoration: underline;
}

.hidden { display:none; }

/*------------------------
SPECIFIC STYLES
------------------------*/

.pattern {
	width: 100%;
	height: 100%;
	position: fixed;
}

/* Header */

header {
	position: relative;
	height: 205px;
	margin-bottom: 30px;
}

h1, h2, .member {
	position: absolute;
}

h1, .member {
	top: 10px;
}

h1, h2 {
	left: 10px;
}

.member {
	right: 10px;
	top: 35px;
	text-align: center;
}

.member p {
	margin-bottom: 10px;
}

.member a {
	background-color: #c96ccc;
	padding: 5px 20px;
	border-radius: 3px;
	border: 1px solid black;
	font-size: 18px;
	color: white;
}

h2 {
	top: 95px;
}

/* Content */

.content ul {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.content ul li {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0 5px 10px;
}

.content ul li img {
	width: 100%;
	height: auto;
}

/* Footer */

footer {
	padding: 0 50px;
}

/* Fix Div*/

.fix {
	max-width: 700px;
	position: absolute;
    top: 180px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #f0e8e8;
    box-shadow: 5px 5px 5px #171718;
}

.left, .right {
	display: inline-block;
	float: left;
	overflow: hidden;
}

.left {
	width: 33.5%;
	margin: 30px 20px 20px 30px;
}

.left img {
	margin-bottom: 10px;
}

.left p {
	font-size: 14px;
	margin-bottom: 20px;
}

.left p span {
	font-size: 18px;
	font-weight: bold;
}

.left a {
	font-weight: bold;
}

.right {
	width: 55%;
	margin-top: 30px;
}

h5 {
	margin-bottom: 30px;
}

.right form {
	background-color: #f6ded7;
	text-align: center;
	box-shadow: inset 0 0 5px #4c4c4b;
}

.input_holder label, .second-step label {
	display: block;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 5px;
}

.submit {
	font-size: 26px;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #7e2f2f;
	width: 60%;
	margin: 10px auto;
	padding: 5px 0;
	background-color: #d11010;
}

.submit:hover {
	opacity: 0.7;
	cursor: pointer;
}

.input_holder select, .input_holder input, .monthdayear select {
	width: 70%;
	padding: 7px 0;
	font-size: 14px;
	color: #7d7d7d;
	border-radius: 5px;
	border: 1px solid #0f0f10;
}

.monthdayear select {
	width: 20%;
}

.third_step {
	padding-top: 5px;
}

.input_holder select, .submit, .pages, .second-step input, .monthdayear select {
	margin-bottom: 5px;
}

.second-step input {
	padding-left: 10px;
}



.pages {
	width: 67%;
	margin: 20px auto;
}

.pages span {
	color: #fff;
	background-color: #fd8042;
	padding: 9px 15px;
	border-radius: 24px;
	font-size: 20px;
	margin-left: 10px;
}

.pages span:first-child {
	margin-left: 0;
}

.pages .active {
	background-color: #da0f0f;
}

.first-step small, .first-step small a {
	font-size: 11px;
}

.right form  {
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.loading {
	position: relative;
	background: url("../img/indicator.gif") no-repeat scroll right center transparent;
	width: 16px;
	height: 16px;
	top: -27px;
	left: -35px;
	/* left: 370px; */
	left: 93%;
}
.ok_icon {
	position: relative;
	background: url("../img/icon_ok_small.png") no-repeat scroll right center transparent;
	top: -27px;
	left: -35px;
	margin: 3px;
}
.error_icon {
	position: relative;	
	background: url("../img/icon_error_small.png") no-repeat scroll right center transparent;
	top: -27px;
	left: -35px;
	margin: 3px;
}

/* Responsive */

@media only screen and (min-width: 540px) and (max-width: 720px) {

	h2 {
		font-size: 40px;
	}

	header {
		height: 150px;
	}

	h4, h5 {
		font-size: 26px;
	}

}

@media only screen and (min-width: 490px) and (max-width: 539px) {

	h2 {
		font-size: 36px;
	}

	header {
		height: 150px;

	}

	h4, h5 {
		font-size: 25px;
	}
}

@media only screen and (min-width: 460px) and (max-width: 489px) {

	h2 {
		font-size: 30px;
	}

	header {
		height: 130px;
	}

	h4, h5 {
		font-size: 24px;
	}
}

@media only screen and (min-width: 420px) and (max-width: 459px) {

	h1 img {
		width: 90%;
		height: auto;
	}

	h2 {
		font-size: 30px;
	}

	header {
		height: 130px;
	}

	.member {
		right: 10px;
		top: 25px;
	}

	h4, h5 {
		font-size: 23px;
	}
}

@media only screen and (min-width: 400px) and (max-width: 419px) {

	h1 img {
		width: 80%;
		height: auto;
	}

	h2 {
		font-size: 28px;
	}

	header {
		height: 130px;
	}

	.member {
		right: 10px;
		top: 25px;
	}

	h4, h5 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 240px) and (max-width: 399px) {

	h1 img {
		width: 70%;
		height: auto;
	}

	h1 {
		top: 20px;
	}

	h2 {
		font-size: 24px;
	}

	header {
		height: 120px;
	}

	.member {
		right: 10px;
		top: 25px;
	}

	h4, h5 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 720px) {

	.fix {
		width: 85%;
		margin: 10% auto;
	}

	.fix form {
		width: 90%;
		margin: 0 auto;
	}

	.right {
		display: block;
		width: 100%;
		text-align: center;
		margin: 10px auto;
	}

	.left {
		display: none;
	}

	h5 {
		margin-bottom: 10px;
	}

}

@media only screen and (min-width: 320px) and (max-width: 400px) {

	.pages span {
		padding: 6px 12px;
		font-size: 18px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 359px) {

	h1 img {
		width: 60%;
		height: auto;
	}
	
	h1 {
		top: 30px;
	}

	.pages span {
		padding: 8px 12px;
		font-size: 14px;
	}

	.input_holder select, .second-step input, .monthdayear select {
		font-size: 12px;
	}

	.content ul li {
	 	width: 25%;
	}
}



@media only screen and (min-height: 320px) and (max-height: 360px) {

	.fix {
    	top: 15px;
	}
}


@media only screen and (min-height: 320px) and (max-height: 720px) {

	.input_holder label, .second-step label {
		padding: 10px 0 7px;
	}
}


.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');
}
.shield_alert p
{
	font-size:14px;
}	
.small { font-size:10px; line-height:14px; padding-bottom: 5px;}