/*---------------------------
	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 {
	min-height: 100%;
}
body {
	height: 100%;
	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 {}

/*------------------------
GLOBAL STYLES
------------------------*/

.wrapp {
	width: 330px;
	margin: 0 auto;
	text-align: center;
}
body {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
}
.hidden {
	display: none;
}
.clear_fix {
	clear: both;
	float: none;
}
.red {
	color: #ee4242;
}
/*------------------------
CUSTOM STYLES
------------------------*/

.overflow {
	width: 100%;
	min-height: 100%;
	position: absolute;
	background-image: url(../../img/swipe_template/common/white_90.png);
	background-repeat: repeat;
	z-index: 1000;
	text-align: center;
	display: none;
}
.overflow .overflow_text {
	margin-top: 200px;
}
.overflow_text p {
	font-size: 18px;
	padding-bottom: 5px;
}
.content {
	position: relative;
}
h1 {
	padding-top: 20px;
	position: relative;
	z-index: 100;
}
h1 img {
	max-width: 100%;
}
.loading {
	display: block;
}
.loading img {
	margin-top: 30px;
}
.loading p {
	font-size: 12px;
	text-align: center;
	margin: 5px;
	margin-bottom: 30px;
}
.slider_wrapp {
	display: none;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-image: url(../../img/swipe_template/common/slider_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 366px;
	margin-bottom: 10px;
	position: relative;
}
.slider_wrapp img {
	margin-top: 10px;
	position: absolute;
	left: 10px;
}
.text_wrapp {
	position: absolute;
	z-index: 100;
	text-align: center;
	margin-bottom: 15px;
	min-height: 366px;
	width: 100%;
	top: 0;
}
.text_wrapp p {
	position: absolute;
	display: none;
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	background-image: url(../../img/swipe_template/common/black.png);
	bottom: 10px;
	width: 300px;
	margin-left: 10px;
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.text_wrapp span {
	color: #ff9103;
	font-size: 20px;
}
.previous, .icon, .log_in {
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	height: 44px;
}
.previous, .icon {
	width: 46%;
	margin-left: 3.5%;
	margin-right: 3.5%;
	margin-top: 5px;
	width: 54px;
	margin-top: -74px;
	height: 54px;
	z-index: 120;
	position: relative;
	display: none;
}
.previous {
	background-color: #5a88e2;
	background-image: url(../../img/swipe_template/common/arow_left.png);
	display: none;
}
.previous:hover {
	background-color: #76A1F5;
}
.icon {
	background-image: url(../../img/swipe_template/common/hand.png);
	float: right;
	opacity: 0.8;
}
.next {
	background-image: url(../../img/swipe_template/common/arow_right.png);
}
.icon:hover {
	opacity: 1;
}
.log_in {
	background-color: #60bf13;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 8px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	height: 36px;
	padding-top: 8px;
}
.log_in:hover {
	background-color: #85DB3F;
}

.input_holder {
	width: 100%;
	display: block;
	position: relative;
}

.input_holder input,
.input_holder label,
.input_holder select,
.input_holder .button {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-indent: 6px;
	border: 1px solid #5a88e2;
	margin-bottom: 5px;
}
.form {
	display: none;
}
.progres {
	height: 3px;
	background-color: #BCD0F7;
	width: 96%;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.progres > div {
	height: 3px;
	width: 3%;
	background-color: #5a88e2;
}
.input_holder input {
	width: 95%;
}
.input_holder .button {
	background-color: #60bf13;
	margin-top: 8px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	padding-top: 8px;
	cursor: pointer;
	border: 1px solid #60bf13;
}
.input_holder .button:hover {
	background-color: #85DB3F;
}

footer {
	margin-bottom: 30px;
	color: #333;
	text-align: center;
}
footer p {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
footer a {
	color: #5a88e2;
	text-decoration: none;
}

@media (max-width: 917px) {
	.overflow {display: block;}
	.buttons .next {display: none !important;}
	.icon {margin-top: -70px; height: 50px; display: block;}
}

@media (max-width: 350px) {
	.wrapp {width: 95%;}
	.slider_wrapp img {max-width: 93%; bottom: 10px;}
	.slider_wrapp {background-size: 100% auto; background-position: bottom; margin-top: -40px;}
	.text_wrapp {font-size: 14px; }
	.text_wrapp span {font-size: 16px;}
	.text_wrapp p {width: 90%; font-size: 14px;}
	.alert_box {}
}

@media (max-width: 300px) {
	.slider_wrapp,
	.text_wrapp {min-height: 325px;}
}
@media (max-width: 250px) {
	.slider_wrapp,
	.text_wrapp {min-height: 280px;}
}
@media (max-width: 200px) {
	.slider_wrapp,
	.text_wrapp {min-height: 225px;}
}
