hr{
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	height: 1px;
	border-top: 1px solid #ccc;
	width: 60%;
	
}

h3{
	font-size: 1.3em;
	color: #2d2d2d;
	text-transform: uppercase;
	margin-bottom: 22px;
	line-height: 28px;
	text-align: center;
}

h4{
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 14px;
	color: #616663;
}


.left{
	margin-bottom: 20px;
}

.left address{
	margin-bottom: 18px;
	font-size: 0.86em;
}

.left p{
	margin-bottom: 4px;
	font-size: 0.86em;
}

.left p strong{
	color: #616663;
	font-weight: 100;
}



.right p{
	margin-bottom: 12px;
}

.right textarea{
	height: 140px;
}

#send-message{
	text-align: center;
	margin-top: 32px;
}

#send-message a{
	margin-right: 4px;
	color: #fff;
	text-transform: uppercase;
	width: 140px;
	text-align: center;
	font-size: 0.8em;
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 10px;
	background: #171f29;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;	
}

#send-message a:hover {
	color: #fff;
	background: #000000;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;	
}

#send-message a:active {
	position:relative;
	top:1px;
}

article.map{
	margin-bottom: 40px;
	text-align: center;
}


@media only screen and (min-width:480px){
	
}

@media only screen and (min-width:768px){
	article{
		width: 720px;
		margin: 0 auto;
		
	}

	article:after{
		clear: both;
		content: '';
		display: table;
	}

	.left{
		float: left;
		width: 48%;
	}

	.right{
		float: right;
		width: 48%;
	}

	#send-message{
		text-align: left;
	}
}

@media only screen and (min-width:996px){
	article{
		width: 860px;
	}

	.left{
		width: 42%;
	}

	.right{
		width: 46%;
	}
}

@media only screen and (min-width:1200px) {
	
}	
