@import url("//hello.myfonts.net/count/304766");

@font-face {
	font-family: 'GillSansMT-Light';
	src: url('webfonts/304766_0_0.eot');
	src: url('webfonts/304766_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/304766_0_0.woff2') format('woff2'),url('webfonts/304766_0_0.woff') format('woff'),url('webfonts/304766_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'GillSansMT-LightItalic';
	src: url('webfonts/304766_1_0.eot');
	src: url('webfonts/304766_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/304766_1_0.woff2') format('woff2'),url('webfonts/304766_1_0.woff') format('woff'),url('webfonts/304766_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'themify';
	src:url('iconfonts/themify.eot?-fvbane');
	src:url('iconfonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('iconfonts/themify.woff?-fvbane') format('woff'),
		url('iconfonts/themify.ttf?-fvbane') format('truetype'),
		url('iconfonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
body {
	padding-top: 80px;
}
#invaders_link {
position:absolute;
display:block;
width:15px;
height:12px;
top:10px;
right:10px;
background:url(../img/invader.png);
background-size:15px 12px;
}
/*.row {
	border:1px solid red;
}
.columns {
	border:1px dotted grey;
}*/
#logo {
	margin-bottom: 15px;
}
#logo_img {
	width:93px;
}
.menu {
}
.menu li {
	margin: 0px !important;
}
.menu li a.active {
	color:#000;
}
.menu li a:after {
	content: " – ";
	color:grey;
}
.menu li a:hover:after {
	color: grey !important;
}

.menu li:last-child a:after {
	content: "";
}
#sub_nav {
	font-family: 'GillSansMT-LightItalic';
}

#badge {
	position: absolute;
	top: 20px;
	width: 200px;
	height: 200px;
	right: 30px;
	background: url(../img/badge.png) no-repeat;
	background-size: 200px 200px;
	padding: 65px 20px 20px 20px;
	text-align: center;
	z-index: 999;
	display: inline-block;
}
.container_overview_works p {
	margin: 0px !important;
	font-family: 'GillSansMT-LightItalic';
	line-height:24px;
	padding:0px;
}
.container_overview_works img {
max-width:331px;
width:100%;
}
.slide_work {
	text-align: center;
}
.slide_work img {
	margin-bottom: 10px;
}

.caption p {
	text-align: center;
	line-height: 35px;
}
.prev, .next {
	position: absolute;
	display: inline;
	width: 40px;
	height: 17px;
	bottom: 22px;
	z-index: 999;
}
.prev {
	background: url(../img/arrow_left.png) no-repeat; 
	background-size: 18px 35px;
	background-position: 0px 0px;
}
.next {
	right: 0px;
	background: url(../img/arrow_right.png) no-repeat;
	background-size: 18px 35px;
	background-position: 22px 0px;
}
.prev:hover {
	background-position: 0px -18px;
}
.next:hover {
	background-position: 22px -18px;
}
.container_clients {
	padding: 0px 5px 0px 5px;
}
.clients {
	min-height:450px;
	background:#f7f5f0;
	padding:20px;
}
#footer {
	text-align: center; 
	padding-top: 10px; 
	color: grey;
}
.address {
	background:#f7f5f0;
	max-height:416px;
	display: table;
	padding:30px 0px 30px 15px
}
#address p {
	margin-bottom:10px;
	margin-left:20px;
	line-height:21px;
}
@media only screen and (max-width: 640px) { 
	#badge {
	top: -180px;
	}
	.container_overview_works img {
	max-width:100%;
	}
	#sub_nav {
	font-size: 9px;
	}
	#logo_img {
	width:56px;
	}
}
@media only screen and (max-height: 700px) { 
	body {
	padding-top: 30px;
	}
}