@charset "utf-8";
/* CSS Document */

body{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	background-color:#DDD;
	color:#111;
}

.row{
	max-width:1300px !important;
}

#landpage article .box{
	padding:60px 45px 50px 45px !important;
	background-color:#FFFFFFCC;	
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}

#landpage article .box .faq{
	color:#FDFDFD;
}
#landpage.black article .box{
	color:#F7F7F7;
}
#landpage.black article .box h3{	
	color:#F7F7F7;
}

#landpage.transparent article .box{
	background-color:transparent;
	box-shadow:none;
}

#landpage article .box h1{
	margin:0 0 10px 0;
	padding:20px 30px;
	font-size:28px;
	line-height:38px;
	background-color:#613789;
	color:#FFF;
	position:absolute;
	width:100%;
	top: -38px;
	left: -50%;
	z-index:2;
	text-align:right;
	overflow:hidden;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
#landpage article .box h1 strong{
	font-weight:inherit;
	float:right;
	width:50%;
	overflow:hidden;
}
#landpage article .box h2{
	font-size:22px;
	line-height:26px;
	border-bottom:2px solid #613789;
	margin:0 0 10px 0;
}

#landpage.black article .box h2{
	color:#FFF;
}

#landpage article .box img{
	margin:0;
	width:100%;
}

#landpage article .box form h3{
	font-size:20px;
	margin-bottom:10px;
}
#landpage article .box form .input{
	height:60px;
	font-size:20px;
}
#landpage article .box form .btn{
	height:60px;
	line-height:60px;
	font-size:20px;
}
#landpage article .box p{
	font-size:16px;
}

#landpage footer{
	background:none;
	border:none;
	padding:0;
	margin:0;
	height:auto;
}
#landpage footer .social ul{
	margin:10px 0 0 0;
	float:left;
}
#landpage footer .social ul li{
	margin-bottom:0;
	padding:0;
}

@media only screen and (max-width: 1440px) {
	#landpage article .box{
		padding:45px 35px 35px 35px !important;
	}
	#landpage article .box h1{
		padding:10px 20px;
		font-size:22px;
		line-height:32px;
		top:-23px;
	}
	#landpage article .box h2{
		font-size:20px;
		line-height:20px;
	}
	#landpage article .box p{
		font-size:13px;
	}
	#landpage article .box h3{
		font-size:16px;
		padding:0;
		margin:0 0 5px 0;
	}
	
	#landpage article .row{
		max-width:1000px !important;
	}
	#landpage article .box form .input{
		height:45px;
		font-size:16px;
	}
	#landpage article .box form .btn{
		height:45px;
		line-height:45px;
		font-size:16px;
	}
}

@media only screen and (max-width: 1000px) {
	#landpage article.row{
		max-width:100% !important;
		padding:0;
	}
	#landpage article .box{
		top: 0;
		left: 0;
		transform: translate(0);
		position:static;
		margin:0;
		padding:20px !important;
	}
	#landpage article .box h1{
		position:static;
		text-align:left;
		margin-top:-5px;
		font-size:16px;
		padding:5px 10px;
	}
	#landpage article .box h2{
		margin-top:10px;
	}
	#landpage article .box h1 strong{
		float:none;
	}
	#landpage article .box p{
		font-size:14px;
	}
	#landpage article .box form .btn{
		margin-bottom:50px;
	}
	
}