@charset "utf-8";
/* CSS Document */


body {
	background-image:url(bg.jpg);
	background-size:100% auto;
	background-attachment:fixed;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#183889;
	margin:0px;
}

.wrapper{
	min-height:100vh;	
}

.headline {
	max-width:800px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:21px;
	text-align:center;
	margin-bottom:40px;
	font-style:italic;
}

.hookline {
	max-width:800px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size:45px;
	text-align:center;
	margin-bottom:40px;
	font-weight:600;
}
.text {
	max-width:800px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
    font-family: 'Montserrat', sans-serif;
	font-size:15px;
	padding:30px;
	text-align:center;
}

.formular {
	max-width:800px;
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	display: inline-block;
	margin-bottom:40px
}

.logos {
	width:200px;
	height:265px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(logo2.png);
	background-size:100% auto;
	max-width:80%;
	margin-top:70px;
	margin-bottom:20px;
	background-repeat:no-repeat;
	background-position:center center;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#c0ff00;
	text-decoration:none;
}

input {
	width:72%;
	line-height:30px;
	padding-top:10px;
	padding-bottom:10px;
	border:none;
	float:left;
	margin-right:3%;
	margin-bottom:20px;
	padding-left:15px;
	border-radius:3px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.button {
    background-color: #7896e0;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 16px;
	width:25%;
	margin-left:auto;
	margin-right:auto;
	font-weight:600;
	letter-spacing:1px;
	cursor:pointer;
}

.button:hover {
    background-color: #4569c4;
}

.footer {
	background-color:#4569c4;
	width:100%;
	display: inline-block;
	padding-bottom:30px;
}

.footer_content {
	max-width:800px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
    font-family: 'Montserrat', sans-serif;
	font-size:15px;
	padding:30px;
	text-align:left;
}

.footer_column {
	width:47%;
	float:left;
	margin-bottom:20px;
}

li {
	margin-bottom:8px;
}

ul {
	padding-left: 20px;
}

@media (max-width:992px){	
.head_box {	
	margin-left: 0px;	}
	
.slidebox {
	min-height:241px;
	}
	
.slidebox_link {	
	margin-top:20px;	
	}		
		
.brands {
	background-image:url(../img/ref_s.jpg);
	margin-top:20px;
	}		
}	 

@media (max-width:700px){	
input {
	width:100%;
}	
	
.button {
	width:100%;
}
	
.hookline {
	font-size:30px;
}
.footer_column {
	width:100%;
	float:left;
}	
	
}	 
