*{
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	position: relative; 
}
body{
	font-family: 'Lato', sans-serif;
	background-attachment: initial;
	background: url(images/background.jpg) no-repeat center center fixed; 
  	background-size: cover;

}


.LatoLight{
	font-weight: 300;
}
.LatoRegular{
	font-weight: 400;
}
.LatoBold{
	font-weight: bold;
}

#here {

color:#ffcc00;
	
text-decoration: underline;
}


#here:hover {
	
color:#ffffff;
text-shadow: none;
}



#privacy {

color:#ffcc00;
	
font-family: LatoLight; 
font-size: 16px;	
font-weight: normal;
text-shadow: none;
text-decoration: underline;
font-style: normal;
}


#privacy:hover {
	
color:#ffffff;
text-shadow: none;
font-style: normal;
}



.inlineBlock{
	display: inline-block;
	vertical-align: middle;
	width: 33%;
}
.responsive{
	max-width: 80%;
	height: auto;
}
.contentsbox{
	margin: 5% auto 70px;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	border-radius: 5px;
	width: 1024;
	max-width: 100%;
	color: #fff;
}
.container{
	padding: 0 5%;
	margin: 0 auto;
}
.headerbox-title{
	font-size: 36px;
}
.contentbox{
	margin: 10% 0;
}
.contentbox-disc{
	width: 33%;
	
}
.contentbox-arrow{
	width: 15%;

}

.contentbox-arrow-img {
	padding-left: 100px;
}

.contentbox-form{
	width: 44%;

}
.formbox{
	padding: 0 0 0 23%;
}
.formbox__input{
	border-color: rgb(74, 137, 32);
	border-width: 3px;
	background-repeat: no-repeat;
	background-position: 96%;
	border-radius: 5px;
	border: 3px solid rgba(0,0,0,0.2);
	width: 100%;
	padding: 10px 15px;
	font-size: 15px;
	outline: none;
	margin-top: 15px;
}
.formbox__input::-webkit-input-placeholder {
	color: #000;
}
.formbox__input::-moz-placeholder {
	color: #000;
}
.formbox__input:-moz-placeholder {
	color: #000;
}
.formbox__input:-ms-placeholder {
	color: #000;
}
.formbox__input:focus {
	border-color: #009900;
}
.formbox__input_name{
	background-position: 95%;
}
.formbox__input_submit{
	background: #ea4e7f;
	background-image: -webkit-linear-gradient(top, #fff700, #908b00);
	background-image: -moz-linear-gradient(top, #fff700, #908b00);
	background-image: -ms-linear-gradient(top, #fff700, #908b00);
	background-image: -o-linear-gradient(top, #fff700, #908b00);
	background-image: linear-gradient(to bottom, #fff700, #908b00);
	margin-top: 25px;
	outline: none;
	color: #333333;
	width: 100%;
	font-size: 20px;
	border-radius: 5px;
	padding: 14px 15px;
	cursor: pointer;
}

.formbox__input_submit:hover {
	background-image: -webkit-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: -moz-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: -ms-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: -o-linear-gradient(top, #d6cf00, #6f6b00);
	background-image: linear-gradient(to bottom, #d6cf00, #6f6b00);
	color: #292929;
}
.contentbox-form-secure{
	padding: 10px 0;
	font-size: 8px;
}
.contentbox-form-secure span{
	padding-left: 3px;
	text-shadow: 1px 1px 1px #000;
}
.footer {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0px 3%;
	height: 50px;
	width: 94%;
	position: absolute;
	bottom: 0px; 
	text-shadow: 1px 1px 1px #000;
}
@media (max-width: 1280px) {
	.formbox__input_submit {
		font-size: 18px;
	}
}
@media (max-width: 940px) {
	.formbox__input_submit {
		font-size: 16px;
	}
}
@media (max-width: 860px) {
	.headerbox-title {
		font-size: 26px;
	}
	.inlineBlock {
		width: 100%;
		text-align: center;
	}
	.formbox {
		padding: 0 25%;
	}
	.contentbox {
		margin: 5% 0 15%;
	}
	.contentbox-arrow-img{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 50%;
	}
}
@media (max-width: 680px) {
	.formbox {
		padding: 0;
	}
}
@media (max-width: 520px) {
	.headerbox-title {
		font-size: 20px;
	}
	.contentbox-arrow-img {
		max-width: 25%;

	}
	.footer{
		font-size: 14px;
	}
    .contentbox-arrow-img {
	padding-left: 0px;
    }
    .inlineblock .contentbox-disc img {
	width: 200px;
    }
}