﻿.contact{
	text-align: center;
	margin: 0 0 300px 0;
}


.contact h1{
	color: #1fa198;
	font-family: Heebo;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: right;

	width: 100%;
    margin: 15px 0 40px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1fa198;
}

.contact .text{
	color: #000;
	font-family: Heebo;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	text-align: right;

	width: 100%;
	padding: 0 0 30px 0;
}

.contact .form{
	width: 640px;
	display: inline-block;
	vertical-align: top;
	padding-left: 71px;
}

.contact .details{
	width: 560px;
	display: inline-block;
	vertical-align: top;
}

.contact .form p{
	display: inline-block !important;
} 

.contact .form input{
	color: #000;
	font-family: Heebo;
	font-size: 15px;
	font-weight: 400;
	text-align: right;

	width: 569px;
	height: 40px;
	display: inline-block;
	margin: 0 0 12px 0;
	padding: 5px;
    border: 0;
	background-color: #e4e4e4;
}

.contact .form textarea{
	color: #000;
	font-family: Heebo;
	font-size: 15px;
	font-weight: 400;
	text-align: right;

	width: 569px;
	height: 144px;
	margin: 0 0 12px 0;
	padding: 5px;
    border: 0;
	background-color: #e4e4e4;
}

.contact .form input[type=submit]{
	color: #fff;
	font-family: Heebo;
	font-size: 18px;
	font-weight: 400;
	text-align: center;

	width: 108px;
	height: 47px;
	float: right;
	border: 0;
	padding: 10px 20px;
	background-color: #22a79d;
	transition: all 300ms ease-in-out;
}

.contact .form input[type=submit]:hover{
	background: #4499de;
}
.contact .details{
	text-align: right;
}

.contact .details span{
	color: #000;
	font-family: Heebo;
	font-size: 24px;
	font-weight: 400;
	line-height: 48px;
}

.contact .details span.phone,
.contact .details span.email,
.contact .details span.location{
	color: #22a79d;
	font-family: Heebo;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;

	display: inline-block;
	width: 50px;
	margin: 0 0 0 20px;
	transition: all 0.3 linear;
}

.contact .details a{
	text-decoration: none;
}

.contact .details a span{
	transition: all 0.3 linear;
}

.contact .details a:hover span{
	color: #22a79d;
}

.contact .details span.email{color: #4499de}

.contact .details span.location{color: #095880}

@media only screen and (max-width : 768px) {

	.contact{
		text-align: center;
		margin: 0 0 300px 0;
	}

	.contact .form{
		width: 100%;
		padding-left: 0;
	}

	.contact .details{
		width: 100%;
	}

	.contact .form p{
		display: inline-block !important;
		width: 100%;
	} 

	.contact .form input{
		width: 100%;
	}

	.contact .form textarea{
		width: 100%;
	}

	.contact .form input[type=submit]{
		width: 100%;
	}
}