/* Color Tokens */
.primary {
	color: #FF0009; /* $primary */
}

.secondary {
	color: #D7D7D7; /* $secondary */
}

.tertiary {
	color: #FFF212; /* $tertiary */
}

.light {
	color: #FEFEFE; /* $light */
}

.dark {
	color: #201E1E; /* $dark */
}
/* End Color Tokens */

/* Contact Area */
.contact-area {
}

.contact-area .container {
	background-image: url(../images/banner-areaBG.jpg);
	box-shadow: 0 1em 2em -1em #e1e1e1, 0 -1em 2em -1em #e1e1e1;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0;
}

.contact-area .box {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.contact-area .box .contact-img {
	width: 40%;
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
}

.contact-area .box .contact-img img {
	display: block;
	width: 100%;
	background-size: auto 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.contact-area .box .contact-form {
	background-color: #201E1E; /* $dark */
	padding: 2em;
	-webkit-flex: 0 1 55%;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
	width: 55%;
	margin: -3em auto;
	text-align: center;
}

.contact-area .box .contact-form img {
	display: block;
	margin: auto;
}

.contact-area .box .contact-form .form-header {
	color: #D7D7D7; /* $secondary */
}

.contact-area .box .contact-form .form-header strong {
	font-size: 1.333em;
	text-transform: uppercase;
}

.contact-area .box .contact-form .form-header p {
	color: #FEFEFE; /* $light */
	font-size: .9em;
}

.contact-area .box .contact-form .btn {
	padding: .65em 2em;
}
/* End Contact Area */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.contact-area .box .contact-img {
		display: none;
	}

	.contact-area .box .contact-form {
		width: 80%;
		-webkit-flex: 0 1 80%;
		-ms-flex: 0 1 80%;
		flex: 0 1 80%;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.contact-area .box {
		display: block;
		padding: 2em 0;
	}

	.contact-area .box .contact-form {
		margin: 0 auto;
		width: 100%;
	}

	.contact-area.local-page {
		padding: 0;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
}
/* End 650px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
}
/* End 550px Responsive */

/* 500px Responsive */
@media screen and (max-width:500px) {
}
/* End 500px Responsive */

/* 450px Responsive */
@media screen and (max-width:450px) {
}
/* End 450px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
}
/* End 350px Responsive */
