@charset "utf-8";


.contact
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 116px;
	padding-bottom: 50px;
}
.contact_title
{
	font-size: 36px;
	color: #232323;
	line-height: 0.75;
}
.contact_text
{
	margin-top: 40px;
}
.contact_logo_container
{
	margin-top: 59px;
}
.contact_logo_title
{
	font-size: 63px;
	line-height: 0.75;
	color: #232323;
}
.contact_logo_subtitle
{
	font-size: 21px;
	text-transform: uppercase;
	color: #232323;
	letter-spacing: 0.680em;
	line-height: 0.75;
	margin-top: 19px;
}
.contact_list_container
{
	padding-top: 39px;
	padding-bottom: 41px;
	margin-top: 38px;
	border: solid 2px #e6b638;
}
.contact_list_content
{

}
.contact_list
{
	max-width: 220px;
}
.contact_list li:not(:last-child)
{
	margin-bottom: 24px;
}
.contact_list li > div
{
	float: left;
}
.contact_list li > div:first-child div
{
	width: 87px;
	font-size: 20px;
	color: #232323;
	line-height: 0.75;
}
.contact_list li > div:last-child
{
	font-size: 18px;
	color: #838383;
	line-height: 1.6;
	margin-top: -3px;
}
.contact_social
{
	margin-top: 35px;
}
.contact_social ul li:not(:last-child)
{
	margin-right: 21px;
}
.contact_social ul li a i
{
	padding: 5px;
	font-size: 25px;
	color: #838383;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.contact_social ul li a i:hover
{
	color: #e6b638;
}
.google_map_row
{
	margin-top: 82px;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 434px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
