@font-face {
    font-family: 'EuropeCondensedC';
    src: url('../fonts/EuropeCondensedC.eot');
    src: url('../fonts/EuropeCondensedC.eot') format('embedded-opentype'),
         url('../fonts/EuropeCondensedC.woff2') format('woff2'),
         url('../fonts/EuropeCondensedC.woff') format('woff'),
         url('../fonts/EuropeCondensedC.ttf') format('truetype'),
         url('../fonts/EuropeCondensedC.svg#EuropeCondensedC') format('svg');
}

html, body {height: 100%; -webkit-text-size-adjust:none;}

body {
	color: #808080;
	font-family: 'EuropeCondensedC';
}

a {
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
	     -o-transition: all 0.1s ease-in-out;
	        transition: all 0.1s ease-in-out;
}

a {
	color: #ec4043;
}

a:hover {
	color: #444;
}

h3 {
	color: #ec4043;
	font-size: 18px;
	font-weight: normal;
}

.wrapper
{
	min-height: 100%;
	position: relative;
}

.w940 {
	width: 940px;
	margin: 0 auto;
}

.w780 {
	width: 780px;
	margin: 0 auto;
}

/* header */
.head-wrapper {
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 255;
}

.head {
	padding: 30px 0 10px;
}

.logo {
	background: url("../img/logo.png") no-repeat 0 0;
	width: 136px;
	height: 71px;
	text-indent: -9999px;
}

.nav {
	width: 460px;
	line-height: 82px;
}

.nav li {
	color: #ec4043;
	margin-right: 25px;
}

.nav a {
	color: #808080;
	font-size: 13px;
	text-decoration: none;
}

.nav a:hover {
	color: #ec4043;
}

/* content */
.content {
	padding-top: 125px;
	padding-bottom: 30px;
}

.content .project-banner {
	line-height: 0;
	margin-bottom: 20px;
}

.content .services {
	padding: 50px 0;
}

.content .services .dib {
	width: 155px;
}

.content .services .dib h3 {
	margin-bottom: 5px;
}

.content .services .dib p {
	font-size: 13px;
	line-height: 18px;
	padding-right: 20px;
}

.content .contacts,
.content .about,
.content .clients {
	padding: 50px 0;
	font-size: 13px;
	line-height: 20px;
}

.content .contacts .title {
	font-size: 18px;
	margin-bottom: 20px;
}

.content .contacts p,
.content .about p {
	font-size: 13px;
	line-height: 18px;
}

.content .contacts > .fl:first-child,
.content .clients > .fl:first-child,
.content .about > .fl:first-child  {
	width: 320px;
}

.content .contacts .fl p {
	margin-bottom: 40px;
}

.pdf {
	background: url("../img/ico-pdf.png") no-repeat 0 0;
	padding-left: 20px;
	margin-bottom: 4px;
}

.content .clients ul.fl:first-child {
	width: 160px;
}

.content .about .fl + .fl  {
	width: 440px;
}

.content .about .fl p {
	margin-bottom: 10px;
	text-align: justify;
}

/* footer */
.footer {
	border-top: 2px solid #b1b1b1;
}

.footer.stiky {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer  div {
	font-size: 12px;
	text-align: right;
	padding: 10px 0 30px;
}