/*
body {
 font-family: Helvetica, Arial;
 font-size: 12px;
}
*/

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #999;
}

img {}
a {
 color: #999999;
 text-decoration: none;
}
a:hover {
color: #111;
 text-decoration: none;
}


.red {
 color: #a51724;
}


h1,h2,h3,h4,h5{ }
h1{

 }
h2{
 font-size: 14px;
 line-height: 14px;
 margin-top: 5px;
 margin-bottom: 0px;
 }
h3{ }
h4{ }
h5{ }
p{
	line-height: 1.4em;
}

.contact_wrapper p {
	line-height: 28px;
	color: #111;
	font-size: 14.5px;
}

.contact_wrapper a,
.contact_wrapper h3 {
	color: #111;
}

hr {
	margin: 15px 0;
	border-top: none;
	border-bottom: 1px solid #333333;
}
