
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

/* Style Begin */
body{ margin: 0px auto; padding:0px; background-color:#ffffff; }
img{ max-width:100%; }
.tcenter{ text-align:center; }
.mtop40{ margin-top:40px; }
.mtop15{ margin-top:15px; }
.clear{ clear:both; }
.left{ width:70%; float:left; position:relative; }
.right{ width:25%; height:100%; top:0px; right:0px; padding:0px 2%; background-color:#fe2e00; position:fixed; }

	.page1{ width:100%; height:100vh; float:left; background-image:url(../img/bg.jpg); background-repeat:no-repeat; background-size:cover; position:relative; }
	.page1 .slogan{ width:50%; position:absolute; top:50px; left:2%; text-align:center; }
	.page1 .company{ max-width:20%; position:absolute; top:50px; right:2%; }
	.page1 .girl{ width:20%; position:absolute; left:0px; bottom:0px; }

	.page2{ width:100%; height:100vh; float:left; position:relative; padding-top:20px; }

	.form{ width:100%; float:left; }
	.form .logo{ width:100%; float:left; text-align:center; margin-top:20px; }
	.form .logo img{ max-width:40%; }
	.form .title{ width:100%; float:left; text-align:center; margin:20px 0px 20px 0px; }
	.form .title img{ max-width:90%; }
	.form-wrapper{ width:100%; float:left; }
	.form ul li{ width:100%; float:left; margin-bottom:8px; }
	.form input[type=text], .form input[type=tel], .form input[type=email]{ width:92%; height:28px; float:left; border:0px; padding:2px 4%; font-family:Tahoma;  font-size:13px; font-weight:600; }
	.form select{ width:100%; height:28px; float:left; border:0px; padding:2px 4%;  font-family:Tahoma;  font-size:13px; font-weight:600; }
	.form textarea{ width:92%; height:40px; float:left; border:0px; padding:8px 4%;  font-family:Tahoma;  font-size:13px; font-weight:600; }
	.form input[type=submit]{ width:80%; height:44px; background-color:#f4e283; background-image:url("../img/submit.png"); background-repeat:no-repeat; background-position:center; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; border:0px; }

	::-webkit-input-placeholder{ color:#000; font-weight:600; }
	::-moz-placeholder{ color:#000; font-weight:600; }
	:-ms-input-placeholder{ color:#000; font-weight:600; }
	:-moz-placeholder{ color:#000; font-weight:600; }

	.place-holder-active::-webkit-input-placeholder {
	    color: #fff;
			font-weight:600;
	}

	.place-holder-passive::-webkit-input-placeholder {
	    color: #000;
			font-weight:600;
	}

	.validation-input {
	    border: 1px solid #ff0000!important;
	    background-color: #ff0000!important
	}

	.validation-select {
	    border: 1px solid #ff0000!important;
	    background-color: #ff0000!important;
	    color: #fff
	}
