#secContact{
	background-color: #e2f3fa;
	padding: 50px 0;
}

#titleContact{
	margin: 0;
	/*text-align: center;*/
	color: #373a4a;
	padding-top: 50px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
	background-color: #ffffff;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

#formContact{
	width: 1424px;
	/*height: 1030px;*/
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	background-color: #efefef;
	border-radius: 18px;
	animation: formContactAnim 0.5s ease;
	animation-fill-mode: forwards;
	overflow: hidden;
}

@keyframes formContactAnim{
	from {width: 0;/* height: 0;*/}
	to {width: 1424px;/* height: 1030px;*/}
}
	
#formContact h2{
	margin: 0;
	padding: 50px 20px 10px 20px;
	color: #373a4a;
}

#frmContact{
	padding: 0 50px 0 50px;
}

#frmContact input[type=text]{
	width: 1200px;
	height: 55px;
	border-radius: 12px;
	font-size: 24px;
	animation: formContactTextAnim 0.7s ease;
	animation-fill-mode: forwards;
}

@keyframes formContactTextAnim{
	from {width: 0;}
	to {width: 1200px;}
}

#frmContact textarea{
	width: 1200px;
	height: 350px;
	border-radius: 12px;
	font-size: 24px;
	animation: formContactTextareaAnim 0.7s ease;
	animation-fill-mode: forwards;
}

@keyframes formContactTextareaAnim{
	from {width: 0; height: 1200px;}
	to {width: 1200px; height: 350px;}
}

#formContactBtn{
	width: 1209px;
	height: 84px;
	padding: 10px 0 10px 0;
}

#formContactBtn input[type=submit], #formContactBtn input[type=button]{
	float: right;
	width: 149px;
	height: 44px;
	font-family: OldSansBlack;
	font-size: 18px;
	color: #373a4a;
	background-color: #ffffff;
	border-radius: 8px;
	margin-left: 8px;
	top: 17px;
	position: relative;
}

#formContactBtn input[type=submit]:hover, #formContactBtn input[type=button]:hover{
	cursor: pointer;
	background-color: #f1f1f1;
}

#secEmailSuccess, #secEmailError{
	width: 1424px;
	height: 400px;
	margin: 0 auto;
	padding: 0px 0px 100px 0px;
	background-color: #efefef;
	border-radius: 18px;
	animation: secSuccessAnim 0.5s ease;
	animation-fill-mode: forwards;
	overflow: hidden;
}

@keyframes secSuccessAnim{
	from {width: 0; height: 0;}
	to {width: 1424px; height: 400px;}
}

#secEmailSuccess img, #secEmailError img{
	width: 200px;
	height: 200px;
	position: relative;
	top: 99px;
	left: 50px;
}

#secEmailSuccess p, #secEmailError p{
	position: relative;
	top: -53px;
	left: 254px;
	font-family: OldSansBlack;
	font-size: 45px;
	color: #373a4a;
}

#secEmailSuccess input[type=button], #secEmailError input[type=button]{
	position: relative;
	width: 149px;
	height: 44px;
	font-family: OldSansBlack;
	font-size: 18px;
	color: #373a4a;
	background-color: #ffffff;
	border-radius: 8px;
	margin-left: 8px;
	left: 1247px;
	top: 88px;
}

#secEmailSuccess input[type=button]:hover, #secEmailError input[type=button]:hover{
	cursor: pointer;
	background-color: #f1f1f1;
}

#formContactRecaptcha{
	width: 400px;
	height: 87px;
	float: right;
}

#titleContact img{
	position: absolute;
	left: 35px;
	top: 20px;
}

#spTitleContact{
	position: relative;
	left: 50px;
}

#titleContact{
	position: relative;
}

#spTitleContact{
	display: inline-block;
	padding-left: 107px;
}
