@charset "utf-8";

/* CSS Document */

article.address {
	padding-left: 40px;
}
article h3 {
	font-family: 'Squada One', cursive;
	text-transform: uppercase;
	line-height: 5px;
	margin: 20px 0;
	color: #b52221;
	text-shadow: inset 0 -5px 0 #333;
}
address.address-1 h4 {
	font-family: 'Oswald', sans-serif;
	line-height: 15px;
	text-transform: capitalize;
	margin-top: 40px;
}
address.address-1 span {
	font-family: 'Glyphicons Halflings', 'Open Sans', sans-serif;
	line-height: 12px;
	text-transform: capitalize;
}
#contact_form fieldset {
	border: none;
	padding: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
#contact_form div {
	overflow: hidden;
}
#crdbox .input, #msgbox textarea, #msgbox .input  {
	width: 100%;
	margin-bottom: 20px;
	padding: 6px 10px 7px;
	border: 1px solid #453b38;
	background: none;
	font-size: 15px;
	line-height: 20px !important;
	outline: none;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	resize: none;
}
#msgbox textarea  {
	height: 200px;
}
.btn-2 {
	width: 100px;
	margin-bottom: 10px
}
.map {
	margin: 30px 0 13px;
	line-height: 0;
}
.map iframe {
	border: none;
	width: 100%;
	height: 421px;
}

