@charset "utf-8";
/* CSS Document */

/******************************


/*********************************
6. Home
*********************************/

.home
{
	width: 100%;
	height: 160px;
	background: #f2f4f5;
	border-bottom: solid 1px #edeff0;
}
.breadcrumbs_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: 13px;
	padding-left: 3px;
}
.breadcrumbs ul li
{
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
	margin-left: 7px;
	margin-right: 4px;
	color: #384158;
}
.breadcrumbs ul li a
{
	font-size: 14px;
	font-weight: 400;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
	color: #14bdee;
}

/*********************************
7. Contact
*********************************/

.contact
{
	width: 100%;
	padding-bottom: 10px;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.google_map
{
	margin-top: 10px;
	margin-left: -4%;
	padding-bottom: 10px;
	width: 104%;
	height:98%;
	box-shadow: 1px 2px 5px #69829b;
	overflow: hidden;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
#content
{
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #76777a;
	line-height: 1.71;
}
.contact_info_container
{
	margin-top: 20px;
}
.contact_info_title
{
	font-family: 'Roboto Slab', serif;
	font-size: 25px;
	font-weight: 700;
	color: #06B0E8;
}
.contact_form
{
	padding-right: 10px;
	margin-top: 10px;
	box-shadow: 0px 5px 40px rgba(200, 200, 47, 0.85);
}
.comment_input
{
	width: 100%;
	height: 42px;
	border: solid 1px #d9d9d9;
	border-radius: 5px;
	padding-left: 19px;
	font-size: 16px;
	font-weight: 400;
	color: #2c3145;
}
.comment_form{
	padding-top: 0;
}
.comment_form > div:not(:last-child)
{
	margin-top: 20px;
	margin-bottom: 5px;
}
.comment_input:focus
{
	border: solid 1px #14bdee;
	outline: none;
}
.comment_textarea
{
	width: 100%;
	height: 100px;
	padding-top: 15px;
}
.form_title
{
	font-size: 16px;
	font-weight: bolder;
	color: #247938;
	margin-bottom: 12px;
}
.comment_button
{
	width: 100%;
	height: 46px;
	background: #14bdee;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-top: 15px;
}
.comment_button:hover
{
	box-shadow: 0px 5px 40px rgba(0,0,0,0.25);
}
.contact_info
{
	padding-left: 45px;
}
.contact_info_text
{
	margin-top: 27px;
}
.contact_info_location
{
	margin-top: 28px;
}
.contact_info_location_title
{
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 700;
	color: #384158;
}
.location_list
{
	margin-top: 14px;
}
.location_list li
{
	font-size: 14px;
	color: #5e6271;
}
.location_list li:not(:last-child)
{
	margin-bottom: 9px;
}
