@font-face{
	font-family: 'Ubuntu';
	src: url('../fonts/UbuntuRegular.eot');
	src: url('../fonts/UbuntuRegular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/UbuntuRegular.woff') format('woff'),
	url('../fonts/UbuntuRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	}
@font-face{
	font-family: 'Ubuntu';
	src: url('../fonts/UbuntuMedium.eot');
	src: url('../fonts/UbuntuMedium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/UbuntuMedium.woff') format('woff'),
	url('../fonts/UbuntuMedium.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	}
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
strong, b{
	font-weight: bold;
	}
em, i{
	font-style: italic;
	}
sup, sub{
	position: relative;
	top: -0.6em;
	font-size: 75% !important;
	line-height: 1em !important;
	}
sub{
	top: auto;
	bottom: -0.3em;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
	display: block;
	}
/*_____________________________________________*/
html{
	height: 100% !important;
	background: #3b3734;
	}
body{
	height: 100%;
	color: #fff;
	font-family: 'Ubuntu';
	font-size: 21px;
	font-weight: 400;
	line-height: 1.4em;
	min-width: 320px;
	}
/*.no-touch */
body.no-scroll{
	overflow: hidden;
	}
/*Common styles*/
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}
h1, h2, h3, h4, h5{
	position: relative;
	}
h3{
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 2px;
	}
h5{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 8px;
	}
ol, ul{
	list-style: none;
	margin: 12px 0 41px;
	}
ul li, ol li{
	padding: 0 0 0 40px;
	margin-bottom: 12px;
	position: relative;
	}
ol{
	counter-reset: li;
	list-style: none;
	}
ol ol{
	margin: 0 0 3px;
	}
ol li{
	background: none;
	}
ol li:before{
	content: counter(li) '.';
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 2px;
	font-weight: 700;
	}
ul li p, ol li p{
	margin-bottom: 0;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 50px auto 40px;
	overflow: auto;
	position: relative;
	}
table th, table td{
	font-size: 18px;
	line-height: 1.3125em;
	padding: 7px 14px 10px;
	text-align: left;
	border: 1px solid #c8c4c4;
	vertical-align: top;
	}
table th{
	font-weight: 700;
	}
table td{
	font-size: 16px;
	padding: 9px 14px 12px;
	}
a{
	color: #f84541;
	text-decoration: none;
	outline: none !important;
	}
.no-touch a:hover{
	opacity: .7;
	}
p{
	margin: 0;
	}
blockquote{
	font-size: 18px;
	line-height: 1.666666666666667em;
	display: block;
	padding: 0 0 0 40px;
	position: relative;
	margin: 12px 0 40px;
	}
img{
	max-width: 100%;
	display: block;
	margin: 12px 0 40px;
	}
a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
figure{
	margin: 31px auto 27px;
	}
figure img{
	margin: 0;
	}
figcaption{
	position: relative;
	font-size: 12px;
	line-height: 1.2em;
	color: #9a9a9a;
	margin: 17px 0 0;
	display: block;
	}
/*_______*/
span{

	}
small{
	font-size: 0.8em;
	}
.time{
	display: block;
	margin: -8px 0 25px;
	font-size: 14px;
	line-height: 1.2em;
	color: #c1c1c1;
	}
/*___________________________*/
/*Form styles*/
.form{
	display: block;
	position: relative;
	z-index: 2;
	margin: 0 0 30px;
	}
.form:after{
	content: '';
	display: table;
	clear: both;
	}
.form .fields-box{
	margin: 21px -8px 5px;
	font-size: 0;
	}
.form .field-col{
	margin: 0 0 15px;
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	}
.form .field-col.small{
	width: 33.33333%;
	}
.form .field-col.middle{
	width: 66.66666%;
	}
.form .sub-field .text{
	margin: 0 26px 0 0;
	display: inline-block;
	vertical-align: top;
	}
span.err{

	}
.form-control{
	display: block;
	width: 100%;
	background: #9f9e9c;
	outline: none !important;
	margin: 0;
	border: 2px solid #9f9e9c;
	height: 57px;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 19px;
	color: #fff;
	line-height: 53px;
	padding: 0 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	}
.has-error .form-control,
.form-control.parsley-error{
	border-color: #c93528;
	}
.has-error .help-block,
.parsley-errors-list{
	font-size: 14px;
	margin: 8px 0 10px;
	}
.has-error .help-block {
    line-height: 1.3em;
}
.parsley-errors-list li{
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	}
textarea.form-control{
	overflow: auto;
	resize: none;
	height: 123px;
	line-height: 21px;
	padding: 6px 14px;
	}
input:focus, textarea:focus{

	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	opacity: 1;
	color: #fff;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	opacity: 1;
	color: #fff;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	opacity: 1;
	color: #fff;
	}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
.form .submit-box{
	text-align: right;
	margin: 41px 0 30px;
	}
.form .submit-box .more{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 29px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1em;
	padding-right: 14px;
	margin: 0 23px 0 17.2%;
	top: 10px;
	}
.form .submit-box .more:after{
	content: '';
	position: absolute;
	right: -23px;
	top: 1px;
	width: 23px;
	height: 28px;
	background: url("../i/more-arrow.gif") no-repeat 0 0;
	}
/*Btn*/
button{
	border: none;
	cursor: pointer;
	}
.btn{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 29px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 8px 32px 10px;
	margin: 0;
	min-width: 100px;
	background: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none !important;
	}
.no-touch .btn:not(:disabled):hover{
	background: #fff;
	color: #000;
	}
.no-touch .btn:active:not(:disabled){
	-webkit-box-shadow: inset 0 5px 5px 0 rgba(27, 21, 21, 0.75) !important;
	-moz-box-shadow: inset 0 5px 5px 0 rgba(27, 21, 21, 0.75) !important;
	box-shadow: inset 0 5px 5px rgba(0, 0, 0, .15) !important;
	}
.btn:disabled{
	opacity: .3;
	cursor: default;
	}
/*Radio input*/
.radio-item, .checkbox-item{
	display: inline-block;
	vertical-align: top;
	line-height: 1.5em;
	margin-right: 26px;
	}
.radio-item:last-child, .checkbox-item:last-child{
	margin-right: 0;
	}
input[type="radio"], input[type="checkbox"]{
	display: none;
	}
input[type="radio"] + label, input[type="checkbox"] + label{
	padding: 0 0 0 25px;
	margin: 0;
	position: relative;
	cursor: pointer;
	min-height: 16px;
	display: inline-block;
	vertical-align: top;
	width: auto;
	}
input[type="radio"] + label:before, input[type="checkbox"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 11px;
	height: 11px;
	border: 2px solid #9f9e9c;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	}
input[type="radio"]:checked + label:after{
	content: '';
	position: absolute;
	left: 5px;
	top: 14px;
	width: 5px;
	height: 5px;
	background: #9f9e9c;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
input[type="checkbox"] + label:before{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #9f9e9c;
	}
input[type="checkbox"]:checked + label:after{
	content: '';
	position: absolute;
	left: 2px;
	top: 12px;
	width: 11px;
	height: 10px;
	background: url("../i/checked.gif") no-repeat 0 0;
	}
.message-box{
	margin: 30px 0;
	text-align: center;
	display: none;
	}
.message-box p{
	font-size: 24px;
	color: #d97c2f;
	}
/*Independent*/
.container{
	max-width: 1130px;
	padding: 0 25px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}
/*Appearance*/
.lft{
	float: left;
	}
.rght{
	float: right;
	}
.cntr{
	text-align: center;
	}
.clr{
	clear: both;
	}
.uppercase{
	text-transform: uppercase;
	}
.no-indent{
	margin-bottom: 0 !important;
	}
.align-m, .align-b{
	display: table-cell;
	vertical-align: middle;
	}
.align-b{
	vertical-align: bottom;
	}
/*================================================================================
								STRUCTURE
================================================================================*/
#all{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
	}
#top-screen{
	height: 529px;
	background: #000 url("../i/top-screen.jpg") no-repeat 100% 50%;
	}
#top-screen .container{
	padding-top: 286px;
	}
#top-screen h2{
	font-size: 90px;
	line-height: .84em;
	text-transform: uppercase;
	opacity: 0;
	}
#top-screen h2 .sub-text{
	color: #d67b34;
	display: block;
	font-size: 56px;
	}
#limited-box{
	background: #000;
	text-align: center;
	font-size: 0;
	border-top: 2px solid #d97c2f;
	border-bottom: 2px solid #d97c2f;
	margin: 0 0 21px;
	}
#limited-box .container *{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	}
#limited-box .model{
	text-transform: uppercase;
	font-size: 46px;
	font-weight: 600;
	top: 5px;
	}
#limited-box img{
	margin: 0;
	}
#limited-box .text{
	top: 6px;
	font-size: 30px;
	font-weight: 600;
	color: #d97c2f;
	}
/*Resolutions*/
@media screen and (max-width: 1150px){
	#top-screen{
		height: auto;
		padding-bottom: 7.5%;
		min-height: 320px;
		background-size: cover;
		background-position: 50% 0;
		background-repeat: no-repeat;
		}
	#top-screen .container{
		padding-top: 25%;
		}
	}
@media screen and (max-width: 940px){
	.form .submit-box{
		overflow: hidden;
		margin: 41px 0 30px;
		}
	.form .submit-box .more{
		float: right;
		margin: 10px 23px 0 0;
		top: 0;
		}
	.form .submit-box .btn{
		float: left;
		}
	}
@media screen and (max-width: 860px){
	.form .field-col.large-tablet{
		width: 100%;
		}
	.form .field-col.half-tablet{
		width: 50%;
		}
	}
@media screen and (max-width: 800px){
	.container{
		padding: 0 15px;
		}
	}
@media screen and (max-width: 740px){
	.form .field-col.small{
		width: 40%;
		}
	.form .field-col.middle{
		width: 60%;
		}
	.form .field-col.large-tablet{
		width: 100%;
		}
	.form .field-col.half-tablet{
		width: 50%;
		}
	.form .sub-field{
		margin-bottom: 10px;
		}
	.form .sub-field .text{
		margin: 0;
		display: block;
		}
	}
@media screen and (max-width: 710px){
	#limited-box{
		padding: 25px 0 15px;
		}
	#limited-box .model{
		margin: 0 0 10px;
		top: 0;
		display: block;
		z-index: 3;
		}
	#limited-box img{
		margin: 0;
		width: 180px;
		}
	#limited-box .text{
		top: 6px;
		font-size: 26px;
		font-weight: 600;
		}
	}
@media screen and (max-width: 690px){
	#top-screen{
		padding-bottom: 0;
		}
	#top-screen .container{
		padding-top: 150px;
		}
	#top-screen h2{
		line-height: .9em;
		}
	}
@media screen and (max-width: 630px){
	.form .field-col{
		width: 100% !important;
		}
	}
@media screen and (max-width: 540px){
	.form .submit-box{
		text-align: center;
		}
	.form .submit-box .more{
		float: none;
		margin: 30px 23px 0 0;
		top: 0;
		}
	.form .submit-box .btn{
		float: none;
		width: 100%;
		}
	}
@media screen and (max-width: 420px){
	#limited-box{
		padding: 25px 0;
		}
	#limited-box img{
		margin: 0 auto;
		width: 180px;
		display: block !important;
		}
	#limited-box .text{
		top: 6px;
		font-size: 26px;
		font-weight: 600;
		}
	}
