@charset "utf-8";
/* CSS Document */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

body {
	margin:0;
	padding:0;
}

/* Contact */

#contacts {
	width:100%;
	padding-bottom:200px;
	border-bottom:#e8e8e8 1px solid;
}


#contacts-content {
	width:1140px;
	margin:0 auto;
}

#contacts-title-place {
	width:100%;
	padding-top:50px;
	border-bottom:#e8e8e8 1px solid;
}

#contacts-title-place-content {
	width:1140px;
	margin:0 auto;
}

#contacts-title {
	width:100%;
	height:30px;
	text-align:left;
	line-height:30px;
	margin-bottom:50px;
	float:left;
}

.title-icon {
	width:30px;
	height:30px;
	display:block;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	float:left;
	margin-right:20px;
}

.title-bold {
	color:#2b2b2a;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
}

.title-text {
	height:30px;
	text-align:left;
	color:#a4a4a4;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	float:left;
}

#contact-list {
	width:100%;
}

.contact {
	width:100%;
	margin:0 auto;
	text-align:left;
	float:left;
	padding-top:150px;
}

.contact-img {
	width:100%;
	margin-bottom:30px;
	transition: all .15s linear;
}

.contact-img:hover {
	transform: translateY(-20px);
	cursor:pointer;
}

.contact-title {
	color:#2b2b2a;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:30px;
}

.contact-text {
	color:#a4a4a4;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	margin-bottom:50px;
	line-height:24px;
}

.contact-text a {
	text-decoration:none;
	color:#a4a4a4;
	transition: .15s linear color;
}

.contact-text a:hover {
	color:#409cd6;
}
	
button.mail {
	width:150px;
	height:45px;
	border: 0;
	background: #c7c5c5;
	box-shadow: 0 5px 0 #b1b1b1;
	color:#ffffff;
	cursor: pointer;
	font-size:13px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	margin: 0;
	outline: 0;
	padding: 12px 20px;
	transition: all .1s linear;
}

button.mail:hover {
	background: #409cd6;
	box-shadow: 0 5px 0 #1b72a9;
}

button.mail:active {
	color: rgba(255,255,255,0.7);
	box-shadow: 0 2px 0 #1b72a9;
	transform: translateY(3px);
}

.mail-link {
	color:#ffffff;
	cursor: pointer;
	font-size:13px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	text-decoration:none;
}

/* /Contact */

/* Footer */

#copyright {
	width:100%;
	height:100px;
	line-height:100px;
	text-align:center;
	color:#a4a4a4;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

#copyright-content {
	width:1140px;
	margin:0 auto;
}

/* /Footer */

































































