@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
	3.4 Main Navigation
	3.5 Search
	3.6 Hamburger
4. Menu
5. Home
6. Contact Map
7. Contact Info
8. Contact Form
9. Newsletter
10. Footer


******************************/


/*********************************
5. Home
*********************************/

.home_contact_height
{
	width: 100%;
	height: 316px !important;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_container
{
	width: 100%;
	height: 323px;
}
.home_content
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 60px;
}
.home_title
{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 0.75;
}
.breadcrumbs li
{
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #7f001d;
	font-weight: 600;
	line-height: 0.75;
}
.breadcrumbs li:not(:last-child)::after
{
	content: '/';
	margin-left: 5px;
	color: #FFFFFF;
}
.breadcrumbs li a
{
	color: #FFFFFF;
	font-weight: 500;
	line-height: 0.75;
}

/*********************************
6. Contact Map
*********************************/

.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 561px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}

/*********************************
7. Contact Info
*********************************/

.contact_info
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 97px;
	padding-bottom: 98px;
}
.contact_title
{
	font-size: 24px;
	color: #000000;
	line-height: 0.75;
	font-weight: 500;
}
.contact_info_content
{
	width: 100%;
}
.contact_info_col
{

}
.contact_info_image
{
	width: 100%;
}
.contact_info_image img
{
	max-width: 100%;
}
.contact_info_location
{
	width: 100%;
}
.contact_info_title
{
	display: inline-block;
	font-size: 18px;
	color: #000000;
	font-weight: 500;
	line-height: 1.4;
	border-bottom: solid 2px #7f001d;
}
.contact_info_list
{
	margin-top: 40px;
}
.contact_info_list li
{
	font-size: 14px;
	color: #6b6b6b;
	font-weight: 500;
	line-height: 1.71;
}
.contact_info_list li:not(:last-child)
{
	margin-bottom: 16px;
}
.contact_info_list li span
{
	color: #7f001d;
}

/*********************************
8. Contact Form
*********************************/
.
.contact_form_section
{
	padding-bottom: 98px;
}
.contact_form
{
	margin-top: 57px;
}
.contact_input
{
	width: 100%;
	height: 52px;
	background: #ededed;
	border: none;
	outline: none;
	padding-left: 25px;
}
.contact_input_phone
{
	    margin-top: 10px;
}
.contact_text
{
	width: 100%;
	height: 186px;
	background: #ededed;
	border: none;
	outline: none;
	padding-left: 25px;
	margin-top: 28px;
	padding-top: 20px;
}
.contact_input::-webkit-input-placeholder,
.contact_text::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_input:-moz-placeholder,
.contact_text:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_input::-moz-placeholder,
.contact_text::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
} 
.contact_input:-ms-input-placeholder,
.contact_text:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_input::input-placeholder,
.contact_text::input-placeholder
{
	font-size: 12px !important;
	font-weight: 500 !important;
	font-style: italic;
	color: #a4a4a4 !important;
}
.contact_button
{
	position: relative;
	width: 157px;
	height: 54px;
	border: none;
	outline: none;
	background: #7f001d;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	margin-top: 23px;
	margin-left: 15px;
    margin-bottom: 23px;
}
.contact_button:hover
{
	background: #7f001d;
}
.contact_button::after
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: silver;
	content: '';
}

.form-group
{
	margin-top: 20px;
}

