* {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after{
    content: " ";
    display: table;
}

.clearfix:after,
.container:after{
    clear: both;
}

.clearfix,
.container{
    *zoom: 1;
}

input{
	-webkit-appearance: none;
    border-radius: 0;
}

*::-webkit-input-placeholder{opacity:1;}
*:-moz-placeholder{opacity:1;}
*::-moz-placeholder{opacity:1;}
*:-ms-input-placeholder{opacity:1;}

*:focus::-webkit-input-placeholder {opacity:0;}
*:focus:-moz-placeholder {opacity:0;}
*:focus::-moz-placeholder {opacity:0;}
*:focus:-ms-input-placeholder {opacity:0;}

img{
    vertical-align: middle;
    max-width: 100%;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

body{
	margin: 0;
    background: #ffffff;
    font-family: 'Open Sans', Arial;
	font-size: 18px;
    font-weight: 400;
	line-height: 1.2;
    color: #ffffff;
}

.container{
    margin: 0 auto;
	padding: 0 15px;
    width: 970px;
}

.header{
	position: absolute;
	padding: 25px 0;
	width: 100%;
	z-index: 1;
}

.logo{
	float: left;
}

.slider h2{
	margin: 140px 0 15px;
	font-weight: 700;
	font-size: 30px;
	color: #eb6a05;
	line-height: 1;
}

.slider h3{
	margin: 0;
	font-weight: 700;
	font-size: 56px;
	color: #111122;
	text-transform: uppercase;
	line-height: 1.1;
}

.bt-slider{
	display: inline-block;
	margin: 30px 0 0;
	padding: 0 32px;
	height: 80px;
	background: #e8761d;
	border-radius: 40px;
	font-size: 36px;
	color: #ffffff;
	text-decoration: none;
	line-height: 80px;
}

.bt-slider:hover, .bt-slider:focus{
	background: #fb8930;
}



.slick-slide.slider-1, .slick-slide.slider-2, .slick-slide.slider-3{
	width: 100%;
	height: 557px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	direction: ltr;
}

.slider-1{
	background-image: url(../images/slider-1.jpg);
}

.slider-2{
	background-image: url(../images/slider-2.jpg);
}

.slider-3{
	background-image: url(../images/slider-3.jpg);
}

.register{
	padding: 30px 0 40px;
	background: #041111;
	text-align: center;
}

.register h1{
	margin: 0 0 25px;
	font-size: 30px;
	font-weight: 700;
	color: #eb6a05;
	text-transform: uppercase;
}

.col-4{
	float: left;
	width: 33.333333%;
	padding: 5px 6px;
}

.col-8{
	float: left;
	width: 66.666667%;
	padding: 5px 6px;
}

.register input[type=text], .register input[type=email]{
	width: 100%;
	height: 35px;
	padding: 5px 17px;
	border: 0;
	background: #ffffff;
	font-size: 18px;
	line-height: 25px;
}

.register input[type=submit]{
	display: inline-block;
	margin: 25px 0 0;
	padding: 0 110px;
	height: 60px;
	background: #e8761d;
	border: 0;
	border-radius: 30px;
	font-size: 36px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.register input[type=submit]:hover, .register input[type=submit]:focus{
	background: #fb8930;
}

.bullets{
	padding: 25px 0 40px;
	min-height: 325px;
	background: #fdf2e9 url(../images/bg.png) no-repeat right top;
	color: #041111;
}

.bullets ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bullets ul li{
	padding: 7px 0 7px 34px;
	background: url(../images/bullet.png) no-repeat left 8px;
}

.welcome{
	padding: 10px 0 50px;
	background: url(../images/bg-blue.jpg)  no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
}

.welcome h2{
	margin: 0;
	font-size: 48px;
	font-weight: 400;
	
}

.disclaimer{
	margin: 30px 0 0;
}

.footer{
	width: 100%;
	height: 40px;
	background: #041111;
}

@media (min-width: 1020px){
	
	.container{
		width: 1020px;
	}
	
}

@media (max-width: 989px){
	
	.container{
		width: 750px;
	}
	
	.col-4, .col-8{
		width: 100%;
	}
	
}

@media (max-width: 767px){
	
	.container{
		width: 100%;
	}
	
	.logo{
		width: 260px;
	}
	
	.slider h2{
		margin-top: 85px;
		font-size: 20px;
	}
	
	.slider h3{
		font-size: 36px;
		line-height: 1;
	}
	
	.bt-slider{
		margin-top: 20px;
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
		font-size: 28px;
	}
	
	.slick-slide.slider-1, .slick-slide.slider-2, .slick-slide.slider-3{
		height: 400px;
	}
	
	.register h1{
		font-size: 23px;
	}
	
	.register input[type=submit]{
		font-size: 28px;
	}
	
	.welcome h2{
		font-size: 38px;
	}
	
}

@media (max-width: 414px){
	
	.register input[type=submit]{
		width: 100%;
		padding: 0;
	}

}
