@charset "UTF-8";

@media all {

/* PAGE: CONTACTS --------------------------------- */

	.contacts {
		padding-top: 40px;
	}

	.contacts form div.message {
		padding: 23px 40px 24px 40px;
		text-align: center;
	}

	.contacts form div.message h1 {
		color: #e62e83;
		padding-bottom: 16px;
	}

	.contacts form .btn-xl {
    margin-top: 24px;
    width: 210px;
    padding: 22px 36px;
	}

	.contacts div.buttons a {
		background: #10345d;
		color: white;
		display: block;
		height: 60px;
		line-height: 14px;
		padding-top: 15px;
		text-align: center;
	}

	.contacts div.buttons a:hover {
		background: #e62e83;
		text-decoration: none;
	}

	.contacts div.buttons a strong {
		font-size: 18px;
	}
}
