/* ------------------ BASIC RULES ----------------- */

@font-face {
	font-family: 'TT Hoves';
	src: url('../fonts/TTHoves-Regular.woff2') format('woff2'),
	url('../fonts/TTHoves-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TT Hoves';
	src: url('../fonts/TTHoves-Light.woff2') format('woff2'),
	url('../fonts/TTHoves-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

body, html {
	font-family: 'TT Hoves', serif;
	font-weight: normal;
	color: #4b4b4b;
}

/* ----------------- CONTAINERS ----------------- */

.content {
	padding: 55px 20px 70px 20px;
}

.text {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}

.wrapper {
	width: 100%;
}

@media only screen and (min-width: 720px) {
	.content {
		padding: 20px 40px 70px 40px;
	}
}

@media only screen and (min-width: 768px) {
	.content {
		padding: 20px 60px 70px 60px;
	}
}

@media only screen and (min-width: 1024px) {
	.content {
		padding: 0 0 70px 0;
		max-width: 1600px;
		width: 85%;
		overflow: hidden;
		margin: 20px auto 0 auto;
	}
}

@media only screen and (min-width: 1440px) {
	.content {
		margin-top: 30px;
		padding: 0 0 80px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.text {
		padding-top: 20px;
	}
}

/* ----------------- MOBILE HEADER ----------------- */

.header_mobile {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 1000;
	background: #fff;
}

.header_mobile_inside {
	margin: 18px 20px;
	overflow: hidden;
}

.header_mobile_inside a {
	display: inline-block;
	float: left;
	height: 15px;
	margin: 2px 0;
}

.header_mobile_inside a img {
	height: 100%;
	width: auto;
}

.hamburger_icon_closed {
	float: right;
	width: 30px;
	height: 5px;
	cursor: pointer;
	position: relative;
	margin-top: 7px;
}

.hamburger_icon_closed span {
	display: block;
	height: 1px;
	width: 30px;
	background: #969696;
	position: absolute;
	border-radius: 10px;
}

.hamburger_icon_closed span:nth-child(2) {
	top: 4px;
}

.hamburger_icon_opened {
	float: right;
	width: 19px;
	height: 19px;
	cursor: pointer;
	position: relative;
	display: none;
}

.hamburger_icon_opened span {
	display: block;
	height: 1px;
	width: 25px;
	background: #969696;
	position: absolute;
	border-radius: 10px;
}

.hamburger_icon_opened span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
	left: -3px;
}

.hamburger_icon_opened span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px;
	left: -3px;
}

.header_mobile_content {
	padding: 40px 20px 0 20px;
	height: 385px;
	display: none;
}

.header_mobile_content ul li {
	list-style: none;
	margin-bottom: 25px;
}

.header_mobile_content ul {
	overflow: hidden;
	margin-bottom: 25px;
}

.header_mobile_content ul li a {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4b4b4b;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.header_mobile_content ul li a:hover, .header_mobile_content ul li a.active {
	color: #969696;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.header_mobile_content .social {
	float: none;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.header_mobile_content .social a {
	margin: 0 20px 0 0;
}

.header_mobile_content .languages {
	clear: both;
	float: none;
}

.header_mobile_content .languages li {
	float: left;
	margin-right: 20px;
}

@media only screen and (max-width: 720px) {
	.header_mobile {
		display: block;
	}
	.header_desktop {
		display: none;
	}
}

/* ----------------- HEADER ----------------- */

.header_desktop {
	max-width: 1600px;
	width: 85%;
	overflow: hidden;
	margin: 30px auto 0 auto;
}

.logo {
	display: inline-block;
	height: 20px;
	float: left;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	margin-top: 4px;
}

.logo img {
	height: 100%;
}

.logo:hover {
	opacity: 0.7;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.social {
	float: right;
}

.social a {
	display: block;
	width: 25px;
	height: 25px;
	border: 1px solid #c8c8c8;
	float: left;
	margin-left: 15px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.social a.instagram {
	background: url('../../images/instagram.svg') no-repeat center center;
}

.social a.facebook {
	background: url('../../images/facebook.svg') no-repeat center center;
}

.social a.vkontakte {
	background: url('../../images/vkontakte.svg') no-repeat center center;
}

.social a.telegram {
	background: url('../../images/telegram.svg') no-repeat center center;
}

.social a.skype {
	background: url('../../images/skype.svg') no-repeat center center;
}

.social a.whatsapp {
	background: url('../../images/whatsapp.svg') no-repeat center center;
}

.social a:hover {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	filter: invert(55%) sepia(78%) saturate(7%) hue-rotate(31deg) brightness(94%) contrast(82%);
}

.header_top, .header_bottom {
	overflow: hidden;
}

.header_bottom {
	margin-top: 30px;
	clear: both;
}

.menu {
	float: left;
}

.languages {
	float: right;
}

.header_bottom ul li {
	float: left;
	margin-right: 40px;
	list-style: none;
}

.header_bottom ul.languages li {
	margin-left: 25px;
	margin-right: 0;
}

.header_bottom ul li a {
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #4b4b4b;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.header_bottom ul li a:hover, .header_bottom ul li a.active {
	color: #969696;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

@media only screen and (max-width: 1440px) {
	.header_bottom {
		margin-top: 20px;
	}
	.header_desktop {
		margin-top: 20px;
	}
	.header_bottom ul.languages li {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 1280px) {
	.logo {
		margin-top: 5px;
		height: 18px;
	}
	.header_bottom ul li a {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.header_desktop {
		width: auto;
		margin: 20px 60px 0 60px;
	}
	.header_bottom ul li {
		margin-right: 20px;
	}
	.header_bottom ul.languages li {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.header_desktop {
		margin: 20px 40px 0 40px;
	}
}

/* ----------------- FOOTER ----------------- */

footer {
	height: 50px;
	position: fixed;
	width: 100%;
	top: 100%;
	margin-top: -50px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	z-index: 2;
}

.footer_content {
	padding: 10px 20px 0 20px;
}

footer p {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
	margin-top: 10px;
}

.gray {
	color: #969696;
}

footer a {
	text-decoration: none;
	width: 165px;
	height: 20px;
	display: block;
	color: #4B4B4B;
	float: right;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #C8C8C8;
	text-align: center;
	padding-top: 8px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

footer a:hover {
	border-color: #c4c4c4;
	background: #c4c4c4;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.hide {
	display: none;
}

@media only screen and (min-width: 720px) {
	.footer_content {
		padding: 10px 40px 0 40px;
	}
}

@media only screen and (min-width: 768px) {
	.footer_content {
		padding: 10px 60px 0 60px;
	}
}

@media only screen and (min-width: 768px) {
	.footer_content {
		padding: 10px 60px 0 60px;
	}
}

@media only screen and (min-width: 1024px) {
	.footer_content {
		max-width: 1600px;
		width: 85%;
		margin: auto;
		padding: 10px 0 0 0;
	}
	.hide {
		display: inline;
	}
}

@media only screen and (max-width: 420px) {
	footer a {
		width: 105px;
		font-size: 10px;
	}
	footer p {
		font-size: 10px;
		margin-top: 8px;
	}
}

/* ----------------- SHARE ----------------- */

.share {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 410px;
	padding: 15px;
	height: 120px;
	background: #fff;
	margin-left: -220px;
	margin-top: -75px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	display: none;
}

.share p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

.share .social {
	float: none;
	margin: 15px 15px 0 0;
	text-align: center;
}

.share .social a {
	display: inline-block;
	float: none;
}

.close {
	display: block;
	float: right;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	margin-bottom: 15px;
}

.close:hover {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	filter: invert(30%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(88%) contrast(87%);
}

@media only screen and (max-width: 1024px) {
	.share {
		width: 380px;
		height: 110px;
		margin-left: -205px;
		margin-top: -70px;
	}
	.share p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 640px) {
	.share {
		width: 290px;
		margin-left: -160px;
	}
}

/* ----------------- SLIDER ----------------- */

.images_hidden {
	display: none;
}

.left_arrow, .right_arrow {
	display: none;
	position: absolute;
	cursor: pointer;
	width: 20px;
	top: 525px;
	left: 0px;
	z-index: 1;
}

.left_arrow.arrow_inside, .right_arrow.arrow_inside {
	top: 650px;
}

.left_arrow {
	margin-left: 5%;
}

.right_arrow {
	left: 100%;
	margin-left: calc(-5% - 20px);
}

.left_arrow img, .right_arrow img {
	width: 100%;
}

.left_arrow, .right_arrow {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.left_arrow:hover, .right_arrow:hover {
	opacity: 0.7;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.slider {
	height: 840px;
	position: relative;
}

.slider_item_text {
	padding-top: 650px;
	margin-left: 80px;
}

.slider_text_heading {
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 48px;
	margin-bottom: 10px;
}

.slider_text_heading a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.slider_text_category {
	font-size: 18px;
	line-height: 26px;
}

.slider_text_category a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.slider_text_heading a:hover, .slider_text_category a:hover {
	opacity: 0.75;
}

.slider_item {
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	background: no-repeat center;
	background-size: cover;
}

.projects_mobile {
	display: none;
	margin-bottom: -20px;
}

.projects_mobile_item img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
	.slider {
		height: 728px;
	}
	.slider_item_text {
		padding-top: 550px;
	}
	.left_arrow, .right_arrow {
		top: 475px;
	}
	.left_arrow.arrow_inside, .right_arrow.arrow_inside {
		top: 600px;
	}
}

@media only screen and (max-width: 1440px) {
	.slider {
		height: 700px;
	}
	.slider_text_heading {
		font-size: 36px;
		line-height: 44px;
	}
	.slider_text_category {
		font-size: 16px;
		line-height: 24px;
	}
	.slider_item_text {
		margin-left: 60px;
	}
	.left_arrow, .right_arrow {
		top: 425px;
	}
	.left_arrow.arrow_inside, .right_arrow.arrow_inside {
		top: 550px;
	}
	.left_arrow {
		margin-left: 4%;
	}
	.right_arrow {
		margin-left: calc(-4% - 20px);
	}
}

@media only screen and (max-width: 1280px) {
	.slider {
		height: 640px;
	}
	.slider_text_heading {
		font-size: 30px;
		line-height: 38px;
	}
	.slider_text_category {
		font-size: 14px;
		line-height: 18px;
	}
	.slider_item_text {
		padding-top: 500px;
		margin-left: 40px;
	}
	.left_arrow, .right_arrow {
		top: 375px;
	}
	.left_arrow.arrow_inside, .right_arrow.arrow_inside {
		top: 500px;
	}
}

@media only screen and (max-width: 1024px) {
	.slider {
		height: 528px;
	}
	.slider_text_heading {
		margin-bottom: 5px;
	}
	.slider_item_text {
		padding-top: 400px;
	}
	.left_arrow, .right_arrow {
		top: 350px;
	}
	.left_arrow.arrow_inside, .right_arrow.arrow_inside {
		top: 450px;
	}
	.left_arrow {
		margin-left: 20px;
	}
	.right_arrow {
		margin-left: -40px;
	}
}

@media only screen and (max-width: 768px) {
	.slider {
		height: 460px;
	}
	.slider_item_text {
		padding-top: 350px;
	}
	.left_arrow, .right_arrow {
		top: 325px;
	}
	.left_arrow.arrow_inside, .right_arrow.arrow_inside {
		top: 400px;
	}
	.left_arrow {
		margin-left: 10px;
	}
	.right_arrow {
		margin-left: -30px;
	}
}

@media only screen and (max-width: 720px) {
	.slider.slider_inside {
		display: none;
	}
	.projects_mobile {
		display: block;
	}
	.left_arrow, .right_arrow {
		top: 250px;
		filter: brightness(100);
		width: 15px;
	}
	.left_arrow.arrow_inside, .right_arrow.arrow_inside {
		display: none !important;
	}
	.left_arrow {
		margin-left: 30px;
	}
	.right_arrow {
		margin-left: -45px;
	}
}

@media only screen and (max-width: 640px) {
	.slider {
		height: 360px;
	}
	.slider_text_heading a {
		color: #4b4b4b;
	}
	.slider_text_heading {
		font-size: 24px;
		line-height: 32px;
	}
	.slider_item_text {
		position: absolute;
		padding: 0;
		margin: 375px 0 0 0;
	}
	.slider_text_heading {
		margin-bottom: 0;
	}
	.left_arrow, .right_arrow {
		top: 225px;
	}
}

@media only screen and (max-width: 512px) {
	.slider {
		height: 320px;
	}
	.slider_item_text {
		margin-top: 335px;
	}
	.left_arrow, .right_arrow {
		top: 200px;
	}
}

/* ----------------- ABOUT ----------------- */

h1 {
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 48px;
	margin-bottom: 15px;
}

p {
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
}

.about_left {
	width: 60%;
	float: left;
}

.about_right {
	width: 30%;
	float: right;
}

.about_image {
	width: 100%;
	background: url('../../images/photo.jpg') center center no-repeat;
	background-size: cover;
	height: 520px;
}

.signature {
	width: 250px;
}

@media only screen and (max-width: 1600px) {
	h1 {
		font-size: 36px;
		line-height: 44px;
	}
	.about_image {
		height: 480px;
	}
}

@media only screen and (max-width: 1280px) {
	p {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.about_right {
		width: 35%;
	}
	.about_left {
		width: 55%;
	}
}

@media only screen and (max-width: 1024px) {
	.about_image {
		height: 360px;
	}
	p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.about_right, .about_left {
		float: none;
	}
	.about_left {
		width: 100%;
	}
	.about_right {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 640px) {
	.about_right {
		width: 60%;
	}
}

@media only screen and (max-width: 512px) {
	.about_right {
		width: 75%;
	}
	.about_image {
		height: 320px;
	}
}

/* ----------------- CONTACTS ----------------- */

.contacts_text {
	overflow: hidden;
}

.contacts_text p {
	float: left;
	margin-right: 60px;
	margin-bottom: 0;
}

.contacts_text p a {
	text-decoration: none;
	color: #4b4b4b;
	font-size: 20px;
	line-height: 28px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.contacts_text p a:hover {
	opacity: 0.7;
}

.contacts_text .social {
	float: left;
	margin: 0;
}

.contacts_text .social a {
	margin-left: 0;
	margin-right: 15px;
}

.contacts_form {
	border: 1px solid #c6c6c6;
	margin-top: 60px;
	padding: 80px 0;
	text-align: center;
}

.contacts_form h1 {
	margin-bottom: 30px;
}

.contacts_form input, .contacts_form textarea {
	border: 0;
	font-family: 'TT Hoves', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #969696;
	display: block;
	width: 400px;
	margin: 0 auto;
	resize: none;
	padding: 5px 0;
	border-bottom: 1px solid #969696;
	margin-bottom: 30px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	border-radius: 0;
}

.contacts_form textarea {
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.contacts_form input:focus, .contacts_form textarea:focus {
	color: #4b4b4b;
	border-bottom-color: #4b4b4b;
}

.contacts_form input.submit {
	background: #fff;
	border: 1px solid #4b4b4b;
	color: #4b4b4b;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
	font-size: 12px;
	line-height: 32px;
	height: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 200px;
	margin-bottom: 0;
}

.contacts_form input.submit:hover {
	color: #fff;
	background: #4b4b4b;
}

.contacts_form input.error {
	color: #B72525;
	border-bottom-color: #B72525;
}

@media only screen and (max-width: 1440px) {
	.contacts_form {
		margin-top: 60px;
		padding: 60px 0px;
	}
	.contacts_form input, .contacts_form textarea {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1280px) {
	.contacts_form {
		margin-top: 40px;
		padding: 60px 0px;
	}
	.contacts_form input, .contacts_form textarea {
		font-size: 14px;
		line-height: 20px;
	}
	.contacts_text p a {
		font-size: 16px;
		line-height: 24px;
	}
	.contacts_text p {
		margin-right: 40px;
	}
}

@media only screen and (max-width: 720px) {
	.contacts_text p, .contacts_text .social {
		float: none;
		margin-bottom: 5px;
	}
	.contacts_text .social {
		display: block;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 640px) {
	.contacts_form {
		border: 0;
		padding: 0;
	}
	.contacts_form input, .contacts_form textarea {
		width: 100%;
	}
}

/* ----------------- PROJECTS ----------------- */

.projects {
	overflow: hidden;
	width: 100%;
	margin-bottom: -60px;
}

.project {
	float: left;
	width: calc((100% - 90px)/4);
	margin-bottom: 60px;
	margin-right: 30px;
	overflow: hidden;
}

.project:nth-child(4n) {
	margin-right: 0;
}

.project_image {
	width: 100%;
	height: 250px;
	background: no-repeat center;
	background-size: cover;
	display: block;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	margin-bottom: 15px;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.project_image:hover {
	opacity: 0.7;
	transform: scale(.99);
}

.project_title {
	font-size: 15px;
	line-height: 24px;
	color: #4b4b4b;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	margin-bottom: 5px;
	display: block;
}

.project_category {
	font-size: 18px;
	line-height: 26px;
	color: #969696;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	text-decoration: none;
	display: block;
}

.project_title:hover, .project_category:hover {
	opacity: 0.7;
}

.custom-select {
	position: absolute;
	font-family: 'TT Hoves', serif;
	font-weight: normal;
	width: 280px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-select select {
	display: none;
}

.select-selected {
	height: 25px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.select-selected:hover {
	opacity: 0.7;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 5px;
	right: 0;
	width: 12px;
	height: 7px;
	background: url('../../images/select.svg');
}

.select-selected.select-arrow-active:after {
	background: url('../../images/select_reverse.svg');
}

.select-selected, .select-items div {
	color: #969696;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}

.select-items div {
	margin-bottom: 15px;
}

.select-items {
	position: absolute;
	border: 0;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	padding: 0 20px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	padding-top: 15px;
}

.select-hide {
	display: none;
	border: 0;
}

.select-items div:hover, .same-as-selected {
	opacity: 0.7;
	border: 0;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.select-items div:hover {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.select-break {
	height: 25px;
	border-bottom: 1px solid #C8C8C8;
	margin-bottom: 30px;
	width: 280px;
}

@media only screen and (max-width: 1600px) {
	.project {
		width: calc((100% - 40px)/3);
		margin-right: 20px;
	}
	.project:nth-child(4n) {
		margin-right: 20px;
	}
	.project:nth-child(3n) {
		margin-right: 0;
	}
	.project_image {
		height: 280px;
	}
	.project_category {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1280px) {
	.project {
		width: calc((100% - 60px)/3);
		margin-right: 30px;
		margin-bottom: 40px;
	}
	.projects {
		margin-bottom: -40px;
	}
	.project:nth-child(4n) {
		margin-right: 30px;
	}
	.project:nth-child(3n) {
		margin-right: 0;
	}
	.project_image {
		height: 230px;
	}
	.project_category {
		font-size: 14px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.project {
		width: calc((100% - 40px)/2);
		margin-right: 40px;
	}
	.project:nth-child(4n), .project:nth-child(3n) {
		margin-right: 40px;
	}
	.project:nth-child(2n) {
		margin-right: 0;
	}
	.project_image {
		height: 290px;
	}
}

@media only screen and (max-width: 768px) {
	.project {
		width: calc((100% - 20px)/2);
		margin-right: 20px;
	}
	.project:nth-child(4n), .project:nth-child(3n) {
		margin-right: 20px;
	}
	.project:nth-child(2n) {
		margin-right: 0;
	}
	.project_image {
		height: 230px;
	}
}

@media only screen and (max-width: 640px) {
	.project {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.projects {
		margin-bottom: -30px;
	}
}

/* ----------------- SERVICES ----------------- */

.services {
	overflow: hidden;
	width: 100%;
	margin-bottom: -60px;
}

.service_item {
	float: left;
	width: calc((100% - 64px - 160px)/2);
	margin-bottom: 60px;
	margin-right: 60px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
	padding: 40px;
	min-height: 150px;
}

.service_item:nth-child(2n) {
	margin-right: 0;
}

.service_icon {
	width: 140px;
	height: 140px;
	float: left;
}

.service_icon img {
	height: 100%;
	width: auto;
}

.service_text {
	width: calc(100% - 140px - 35px);
	float: left;
	margin-left: 35px;
}

.service_text p {
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 48px;
}

.service_download {
	font-size: 16px;
	line-height: 24px;
	color: #969696;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	text-decoration: none;
}

.service_download:hover {
	color: #4b4b4b;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.service_download:hover .service_download_icon {
	filter: invert(62%) sepia(19%) saturate(0%) hue-rotate(261deg) brightness(93%) contrast(86%);
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.service_download_icon {
	display: block;
	float: left;
	width: 24px;
	height: 48px;
	background: url('../../images/download.svg') center no-repeat;
	margin-right: 10px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.service_download_text {
	display: block;
	float: left;
}

@media only screen and (max-width: 1640px) {
	.service_text p {
		font-size: 36px;
		line-height: 44px;
	}
}

@media only screen and (max-width: 1560px) {
	.service_icon {
		width: 120px;
		height: 120px;
	}
	.service_text p {
		font-size: 30px;
		line-height: 38px;
	}
	.service_text {
		width: calc(100% - 120px - 20px);
		margin-left: 20px;
	}
	.service_item {
		width: calc((100% - 44px - 160px)/2);
		margin-right: 40px;
		margin-bottom: 40px;
	}
	.services {
		margin-bottom: -40px;
	}
}

@media only screen and (max-width: 1280px) {
	.service_item {
		min-height: 130px;
		margin-bottom: 40px;
	}
	.service_icon {
		width: 100px;
		height: 100px;
	}
	.service_text {
		width: calc(100% - 100px - 20px);
	}
	.service_download_icon {
		height: 36px;
	}
	.service_download {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1240px) {
	.service_icon {
		width: 80px;
		height: 80px;
	}
	.service_text {
		width: calc(100% - 80px - 20px);
	}
	.service_item {
		width: calc((100% - 44px - 120px)/2);
		padding: 30px;
	}
}

@media only screen and (max-width: 1156px) {
	.service_text p {
		font-size: 24px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 1024px) {
	.service_item {
		width: calc((100% - 24px - 80px)/2);
		margin-right: 20px;
		padding: 20px;
	}
	.service_item {
		margin-bottom: 20px;
		min-height: 120px;
	}
	.services {
		margin-bottom: -20px;
	}
}

@media only screen and (max-width: 920px) {
	.service_icon, .service_text {
		float: none;
	}
	.service_text {
		width: auto;
		margin: 20px 0 0 0;
	}
	.service_item {
		width: calc((100% - 24px - 160px)/2);
		padding: 40px;
	}
	.service_item {
		min-height: 240px;
	}
}

@media only screen and (max-width: 768px) {
	.service_item {
		width: calc(100% - 2px - 40px);
		padding: 20px;
		margin: 0 0 20px 0;
	}
	.services {
		margin: 0;
	}
}

@media only screen and (max-width: 640px) {
	.service_item {
		min-height: 200px;
	}
}

/* ----------------- PUBLICATIONS ----------------- */

.publications .project a img {
	width: 65%;
	margin-bottom: 10px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.publications .project a img:hover {
	opacity: 0.7;
	transform: scale(.99);
}

.publications .project p.project_category:hover {
	opacity: 1;
}

.publication_logo {
	display: block;
	height: 40px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.publications .project a img {
		width: 55%;
	}
}

/* ----------------- PROJECT ----------------- */

h1.inside_project {
	margin-bottom: 5px;
}

a.inside_project {
	display: inline;
}

p.inside_project {
	width: 60%;
	margin: 15px 0 30px 0;
}

@media only screen and (max-width: 1440px) {
	p.inside_project {
		width: 80%;
	}
}

@media only screen and (max-width: 1280px) {
	p.inside_project {
		width: 90%;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	p.inside_project {
		width: 100%;
		margin-top: 10px;
	}
}

/* ----------------- PUBLICATION ----------------- */

.slider.publication .slider_item {
	background-size: contain;
	background-color: #F5F5F5;
	background-position: center;
}

.text p.project_category.inside_project {
	margin: 0 0 20px 0;
}

.text p.project_category.inside_project:hover {
	opacity: 1;
}

/* ----------------- 404 ----------------- */

.heading_404 {
	font-size: 288px;
	line-height: 288px;
	font-weight: 300;
}

.image_404 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -100;
	overflow: hidden;
}

.image_404 img {
	margin-top: 75px;
	width: 100%;
}

@media only screen and (max-width: 1280px) {
	.heading_404 {
		font-size: 200px;
		line-height: 200px;
	}
}

@media only screen and (max-width: 768px) {
	.heading_404 {
		font-size: 144px;
		line-height: 144px;
	}
}

.bg-contain {
	background-size: contain;
}
