



*, :before, :after{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {list-style: none;}
:focus {	outline: 0;}
::-webkit-input-placeholder{text-indent: 0px;   transition: text-indent 0.3s ease; color: #6f6f6f; font: 400 16px Arial, sans-serif;}
::-moz-placeholder{opacity: 1; transition: opacity 0.3s ease; color: #6f6f6f; font: 400 16px Arial, sans-serif;}/* Firefox 19+ */
:-moz-placeholder{opacity: 1; transition: opacity 0.3s ease; color: #6f6f6f; font: 400 16px Arial, sans-serif;}/* Firefox 18- */
:-ms-input-placeholder{ text-indent: 0px;   transition: text-indent 0.3s ease; color: #6f6f6f; font: 400 16px Arial, sans-serif;}
:focus::-webkit-input-placeholder{ text-indent: -1000px; transition: text-indent 0.3s ease;}
:focus::-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-moz-placeholder{opacity: 0; transition: opacity 0.3s ease;}
:focus:-ms-input-placeholder{ text-indent: -1000px;   transition: text-indent 0.3s ease;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
label, input[type="submit"], input, button{
	-webkit-appearance:none;
	font-family: inherit;
}
label, input[type="submit"], button{cursor:pointer;}
img{border: none;}


body{
	background: #fff;
	color: #000;
	font: 400 14px/16px Arial, sans-serif;
}
p{margin-bottom: 6px;}

.container{
	padding: 0 10px;
	max-width: 960px;
	margin: auto;
}
.container:before, .container:after{
	content: "";
	display: table;
	clear: both;
}
.text-center{text-align: center;}
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}
.center-block{margin: auto;}

/* header */
header{padding: 18px 0 12px;}
.logo{padding-left: 4px;}

/* preview */
.preview{
	background: #fff3e5 url(../img/bg-preview.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.preview-text{
	float: left;
	width: 45%;
}
.preview-title{
	font-size: 19px;
	margin: 132px 0 60px;
	color: #231f20;
	max-width: 405px;
}
.orange-block{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	background: #f8931e;
	font-size: 26px;
	line-height: 30px;
	padding: 0 4px;
}
.preview-image{
	float: left;
	width: 56%;
	padding-left: 5px;
	margin: 14px -15px 0 0;
}
.text-right{
	text-align: right;
	padding-top: 2px;
}


/* footer */
footer{
	padding: 85px 0 137px;
	text-align: center;
}
footer a{
	color: #000;
	text-decoration: none;
}
footer p{margin-bottom: 9px;}
.title{
	font-size: 90px;
	line-height: 88px;
	margin-bottom: 67px;
	text-transform: uppercase;
}
.title span{
	color: #f8931e;
	font-size: 40px;
	line-height: 42px;
	display: block;
}



/* responsive */
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}



@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
	.preview-title{margin: 50px 0 40px;}
}	
@media (max-width:570px){
	.preview-text, .preview-image{
		width: auto;
		float: none;
	}
	.preview-image{
		padding: 0;
		margin: 40px 0 0;
	}
	.title{font-size: 80px;}
	.title span{font-size: 35px;}

}





@media (min-width: 992px) and (max-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 992px) {

}