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


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

h2 {

	color: rgb(255, 255, 255); 
	text-shadow: rgb(0, 0, 0) 0pt 0pt 5px, rgb(0, 0, 0) 1pt 1pt 5px; 
	font-family: LatoBold; 
	font-size: 45px; 
	font-style: normal; 
	font-weight: normal; 
	letter-spacing: normal; orphans: 2; 
	text-align: center; text-indent: 0px; 
	text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; 
	display: inline ! important; float: none;}
			

 a { 
	font-family: LatoLight; 
	font-size: 16px; 
	font-style: normal; 
	text-align: center; 
	color: white;
	text-transform: none; white-space: normal; widows: 2; 
	word-spacing: 0px; display: inline ! important; float: none;
			 }
 a:hover { 
	color: blue;
			 }


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

.contentbox-arrow-img {
	padding: 5px;
}

.contentbox-form{
	width: 44%;
}
.formbox{
	width: 80%;
	margin: auto;
}
.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) {
	h2 {
	font-size: 25px; 
		}

	.contentbox-disc img {
		margin: auto;
		padding-top: 5px;
		padding-bottom: 10px;
		max-width:100%;
		height:auto;
	}


	.formbox__input_submit {
		font-size: 16px;
		}
	}

@media (max-width: 860px) {
	h2 {
	font-size: 25px; 
		}
	
	.headerbox-title {
		font-size: 26px;
	}
	.inlineBlock {
		width: auto;
		padding: 0;
		text-align: center;
	}
	.formbox {
		width: 80%;
		margin: auto;
	}
	.contentbox {
		margin: 5% 0 15%;
	}
	.contentbox-disc img {
		margin: auto;
		padding-top: 5px;
		padding-bottom: 10px;
		max-width:100%;
		height:auto;
	}

	.contentbox-arrow-img{
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		width: 50%;
		padding:0;
	}
}
@media (max-width: 680px) {
	h2 {
	font-size: 25px; 
		}


	.formbox {
		padding: 0;
		width:100%;
	}

	.contentbox-disc img {
		margin: auto;
		padding-top: 5px;
		padding-bottom: 10px;
		max-width:100%;
		height:auto;
	}

	.inlineBlock {
		width: auto;
	}
}
@media (max-width: 520px) {
	h2 {
	font-size: 25px; 
		}


	.headerbox-title {
		font-size: 20px;
	}

	.contentbox-disc img {
	
		margin: auto;
		max-width:100%;
		height:auto;
	}

	/* .contentbox-arrow-img {
		max-width: 25%;
	} */
	.footer{
		font-size: 14px;
	}
}