@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Contact
7. Google Map
8. Footer


******************************/

/***********
1. Fonts
***********/

/*********************************
6. Contact
*********************************/

.contact
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 94px;
	padding-bottom: 93px;
}
.contact_title
{
	font-size: 30px;
	color: #000000;
	line-height: 0.75;
}
.contact_text
{
	margin-top: 29px;
	padding-right: 10px;
}
.contact_social
{
	margin-top: 51px;
}
.contact_social_list li
{
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(255,78,78,0);
	-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_list li:hover
{
	background: rgba(255,78,78,1);
}
.contact_social_list li:hover a i
{
	color: #FFFFFF;
}
.contact_social_list li:not(:last-child)
{
	margin-right: 0px;
}
.contact_social_list li a
{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.contact_social_list li a i
{
	font-size: 14px;
	color: #000000;
	line-height: 58px;
	-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_info
{
	margin-top: 60px;
}
.contact_info ul li:not(:last-child)
{
	margin-bottom: 8px;
}
.contact_info_box
{
	width: 49px;
	height: 49px;
	background: #624693;
}
.contact_info_icon
{
	width: 31px;
	height: 31px;
}
.contact_info_icon img
{
	max-width: 100%;
}
.contact_info_content
{
	padding-left: 19px;
}
.contact_form
{
	margin-top: 60px;
}
.contact_input
{
	display: block;
	width: 100%;
	height: 47px;
	padding-left: 20px;
	border: none;
	outline: none;
	border-bottom: solid 1px #000000;
	margin-bottom: 28px;
	-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_input::-webkit-input-placeholder
{
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #949494 !important;
}
.contact_input:-moz-placeholder
{
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #949494 !important;
}
.contact_input::-moz-placeholder
{
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #949494 !important;
} 
.contact_input:-ms-input-placeholder
{ 
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #949494 !important;
}
.contact_input::input-placeholder
{
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #949494 !important;
}
.contact_textarea
{
	height: 140px;
}
.contact_input:focus
{
	border-bottom: solid 1px #61e49b;
}
.contact_button
{
	width: 136px;
	height: 51px;
	background: #624693;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	margin-top: 12px;
}
.contact_button:hover
{
	background: #61e49b;
}