@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Search Box
7. Contact Section
8. Newsletter
9. Contact
10. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Alike|Roboto:300,400,500,700,900');


/*********************************
7. Contact Section
*********************************/

.contact_section
{
	background: #FFFFFF;
	padding-top: 85px;
	padding-bottom: 105px;
	/*border-bottom: solid 2px #ececec;*/
}
.contact_image
{
	width: 100%;
}
.contact_image img
{
	max-width: 100%;
}
.contact_logo .logo
{
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.contact_logo .logo a > div:first-child
{
	color: #660828;
}
.contact_logo .logo a > div:last-child
{
	color: rgba(46,63,97,0.54);
}
.contact_section_text
{
	margin-top: 50px;
}
.contact_section_text p
{
	line-height: 2.25;
}
.contact_section_info
{
	margin-top: 31px;
}
.contact_section_info ul li:not(:last-of-type)
{
	margin-bottom: 12px;
}
.contact_section_info ul li > div:first-child > div
{
	width: 42px;
	height: 42px;
	background: #8c183f;
	text-align: center;
}
.contact_section_info ul li > div:last-child
{
	padding-left: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #717171;
}