.container_contact_us H1
{
	text-align: center;
	font-size: 35px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #552C13;
	margin-bottom: 50px;
	margin-top: 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 30px;
	font-weight: 400;
}
.contact-us H4
{
	font-weight: 300;
	color: #532C13;
	font-size: 20px;
	line-height: 100%;
	margin: 0 0 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-us UL
{
	margin: 0 0 58px;
	list-style: none outside none;
	padding: 0;
}
.contact-us LI, .contact-us P
{
	text-transform: uppercase;
	color: #666;
	font-size: 13px;
	font-weight: 300;
	line-height: 154%;
	margin: 0 0 20px;
	letter-spacing: 1px;
}
.contact-us LI A
{
	text-decoration: none;
	color: #CF879F;
	text-transform: none;
}
.well
{
	background-image: -webkit-linear-gradient(top, #E8E8E8 0, #F5F5F5 100%);
	background-image: -o-linear-gradient(top, #E8E8E8 0, #F5F5F5 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
	background-image: linear-gradient(to bottom, #E8E8E8 0, #F5F5F5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #DCDCDC;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.well
{
	background: #FAFAFA;
	padding: 10px 20px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 50px;
}
.well H6
{
	font-weight: 300;
	color: #532C13;
	font-size: 19px;
	line-height: 115%;
	margin-bottom: 25px;
	text-transform: none;
	text-align: center;
	letter-spacing: 0.06em;
	font-size: 20px;
}
.well .form-list
{
	max-width: 415px;
	margin: 0 auto;
}
.well .form-group
{
	margin: 0 0 8px;
	padding: 2px 0;
}
.well LABEL.control-label
{
	float: none;
	line-height: 120%;
	color: #202020;
	font-size: 11px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 12px;
	letter-spacing: 1px;
	margin-left: 20px;
}
.well .form-control
{
	background: #FFF;
	border: 1px solid #EEE;
	border-radius: 20px;
	box-shadow: none;
	color: #202020;
	font-size: 11px;
	height: 40px;
	line-height: 40px;
	padding: 8px 20px;
	letter-spacing: 1px;
}
.well TEXTAREA.form-control
{
	resize: none;
	height: auto;
	overflow: hidden;
	min-height: 80px;
	line-height: 115%;
	margin-bottom: 0;
	padding: 12px 15px;
}
.contact-map
{
	/*padding-right: 50px;*/
	text-align: left;
	width: 100%;
	margin-top: 25px;
}
.contact-map IFRAME
{
	width: 100%;
}
.contact-banner
{
	background-image: url("/img/contact-banner1.jpg");
	background-size: cover;
	min-height: 455px;
	margin-bottom: -66px;
}
.contact-banner .row
{
	background-color: rgba(115, 98, 75, 0.580);
}
@media (min-width: 768px)
{
	.contact-banner
	{
		padding-top: 120px;
	}
}
.contact-banner .banner-title
{
	font-size: 42px;
	color: #FFF;
	margin-top: 50px;
	letter-spacing: 0.33em;
	line-height: 1.1;
	max-width: 400px;
	margin-left: 50px;
}
.contact-banner H3
{
	font-size: 24px;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 300;
}
.contact-banner .banner-content
{
	color: #FFF;
}
.contact-banner .banner-content P
{
	margin-bottom: 20px;
}
.contact-banner .banner-content P:last-child
{
	margin-bottom: 0;
}
.banner-content-well
{
	padding: 20px 40px;
}
.complete-form
{
	padding: 0px 50px;
	/*background: #D58178;*/
	/*color: #FFF;*/
}
.complete-form H6
{
	/*color: #FFF;*/
}
.complete-form INPUT, .complete-form TEXTAREA
{
	background: #F7F6F3;
}
@media (max-width: 540px)
{
	.contact-map
	{
		/*margin-top: 30px;*/
		/*padding: 0 10px 0 0;*/
		/*margin-bottom: 50px;*/
		width: 100%;
		margin: 23px 0 0;
		padding: 10px;
	}
	.contact-us
	{
		width: 100%;
		text-align: center;
		margin: -25px 0 0;
	}
	.container_contact_us .contact-us
	{
	}
	.contact-banner
	{
		min-height: auto;
		height: auto;
		padding: 30px 30px 150px 30px;
	}
	.contact-banner .banner-title
	{
		font-size: 25px;
		margin-left: 0;
		text-align: center;
	}
}
@media (min-width: 541px) and (max-width: 767px)
{
	.contact-map
	{
		margin: 0;
		padding: 10px;
	}
	.contact-map IFRAME
	{
		width: 100%;
	}
	.well
	{
		margin: 50px 0;
	}
	.contact-banner
	{
		min-height: auto;
		padding: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.contact-map
	{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.contact-banner
	{
		min-height: 543px;
	}
}
@media (min-width: 992px) and (max-width: 1199px)
{
}
@media (min-width: 1200px)
{
}
