a {
	color: #313131;
}
a:hover {
	color: #919296;
	text-decoration: underline;
}

.row menu {
	margin: 30px 0;
	padding: 0;
	list-style-type: none;
}
.row menu li {
	position: relative;
	padding-left: 45px;
}
.row menu li:before {
	content: '—';
	position: absolute;
	left: 0;
	top: 0;
}

.vis-mobile {
	display: none;
}

.up-arrow {
	position: fixed;
	display: none;
	bottom: 40px;
	right: 40px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	border: 2px solid #b5b7bb;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9999;
	opacity: 1;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.6);
}
.up-arrow.show {
	display: block;
}
.up-arrow:hover {
	opacity: 0.6;
}

.columns {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.columns .column {
	display: table-cell;
	vertical-align: top;
}

.layoutWrapper {
	position: relative;
	min-height: 100%;
	overflow: hidden;
    min-width: 320px;
}

header {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 25px 40px;
	vertical-align: top;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
}

.subnavigation {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 30px 40px 10px;
	margin: 0 0 20px;
	font-weight: bold;
	background: #ffffff;
}
.subnavigation li {
	display: inline-block;
	font-size: 15px;
	line-height: 100%;
	text-transform: uppercase;
	margin-right: 20px;
}
.subnavigation li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 5px 0;
	color: #919296;
	border-bottom: 3px solid transparent;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.subnavigation li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: -6px;
	opacity: 0;
	background: #ffb400;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.subnavigation li a:hover {
	color: #313131;
}
.subnavigation li a:hover:after {
	opacity: 1;
	bottom: -3px;
}
.subnavigation li.active a, .subnavigation li.active a:hover {
	color: #313131;
	border-color: #ffb400;
}
.subnavigation li.active a:after, .subnavigation li.active a:hover:after {
	bottom: -3px;
	opacity: 1;
}
.subnavigation.fixed {
	position: fixed;
	width: 100% !important;
	top: 0;
	left: 0;
	z-index: 9998;
}

.projects {
	text-align: left;
	padding: 70px 170px;
}
.projects h2 {
	font-size: 56px;
	line-height: 100%;
	font-weight: normal;
	margin: 0 0 60px 0;
	text-align: center;
}
.projects .preview {
	color: #5c5c5c;
	margin-bottom: 50px;
	overflow: hidden;
}
.projects .preview .strong {
	float: left;
	font-size: 30px;
	line-height: 32px;
	color: #000000;
	width: 330px;
	padding-right: 30px;
}
.projects .preview .text {
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
}
.projects .list {
	font-size: 0;
	line-height: 0;
	margin: 0 -8px;
}
.projects .project-item {
	display: inline-block;
	width: 33.33333333%;
	line-height: 0;
	text-align: center;
}
.projects .project-item .in {
	position: relative;
	padding: 8px;
}
.projects .project-item img {
	width: 100%;
	height: auto;
}
.projects .project-item .name {
	display: block;
	height: 120px;
	background: #ffb400;
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	padding: 30px 16px 30px;
}
.projects .project-item .plus {
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin-left: -13px;
}
.projects .project-item a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}
.projects .project-item.active .name {
	background: #313131;
	color: #ffb400;
}

.projects-detail {
	position: relative;
	padding: 50px 0;
	display: none;
}
.projects-detail .close {
	position: absolute;
	right: 20px;
	top: 35px;
	cursor: pointer;
	margin: 50px -170px 0 0;
}

.project-item-detail {
	position: relative;
	display: none;
	padding: 80px 170px;
	margin: 0 -170px;
	background-color: #313131;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
}
.project-item-detail h2 {
	color: #ffb400;
	font-size: 50px;
	line-height: 100%;
}
.project-item-detail .in {
	position: relative;
	font-size: 17px;
	line-height: 22px;
	z-index: 10;
}
.project-item-detail:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(49, 49, 49, 0.8);
}

main {
	padding-bottom: 138px;
}

.footer-info {
    color: #b5b7bb;
    margin: 20px 0;
	font-size: 14px;
    width: 80%;
}
footer {
	position: relative;
	margin: -138px 0 0;
	padding: 0 40px;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #e9e9e9;
}
footer menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
footer menu li {
	display: inline-block;
	vertical-align: top;
}
footer menu li a {
	font-size: 16px;
	line-height: 38px;
	margin-right: 15px;
}
footer .copyright, footer .design {
	font-size: 16px;
    margin: 10px 0;
	color: #b5b7bb;
}
footer .copyright {
	left: 40px;
}
footer .design {
	right: 40px;
}

footer .skolkovo-logo {
    height: 74px;
}

header {
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 25px 40px;
	vertical-align: top;
}

.search-page h1 {
	margin-top: 0;
	color: #000;
}

.search-filter {
	overflow: hidden;
	margin: 0 0 40px 0;
}
.search-filter .item {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
}
.search-filter input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 24px 30px;
	border: 1px solid #c8c8c8;
}
.search-filter input:focus {
	border: 1px solid #c8c8c8;
}
.search-filter button {
	float: right;
	font-size: 20px;
	line-height: 64px;
	background: #313131;
	color: #ffb400;
	border: 0;
	padding: 0 45px;
	margin: 24px 0 0 24px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
}
.search-filter button:hover {
	color: #313131;
	background: #ffb400;
}
.search-filter .search-query {
	float: left;
	margin-top: 20px;
	line-height: 64px;
	color: #000;
}

.search-result {
	clear: both;
	font-size: 20px;
}
.search-result .item {
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
}
.search-result .item:first-child {
	border: 0;
}

.footnote {
    font-size: 14px !important;
}

@media only screen and (max-width: 1320px) {
	header {
		padding-left: 24px;
		padding-right: 24px;
	}

	footer {
		padding-left: 24px;
		padding-right: 24px;
	}
	footer .copyright {
		left: 24px;
	}
	footer .design {
		right: 24px;
	}

	.subnavigation {
		padding: 20px 24px 10px;
	}
}
@media only screen and (max-width: 1279px) {
	header {
		padding-right: 102px;
	}

	.subnavigation.fixed {
		width: auto !important;
		position: relative !important;
		top: 0;
		left: 0;
		z-index: 9998;
	}

	main {
		padding-top: 0 !important;
	}

	.up-arrow {
		display: none !important;
	}

	.projects {
		padding: 70px;
	}

	.projects-detail .close {
		margin: 50px -70px 0 0;
	}
}
@media only screen and (max-width: 768px) {
	.projects h2 {
		font-size: 40px;
	}
	.projects .preview .strong {
		float: none;
		width: 100%;
		padding: 0 0 15px 0;
	}
	.projects .preview .text {
		overflow: hidden;
		font-size: 18px;
		line-height: 24px;
	}
	.projects .project-item .list {
		margin: 0 -5px;
	}
	.projects .project-item .in {
		padding: 5px;
	}
	.projects .project-item .name {
		font-size: 20px;
		line-height: 22px;
		padding: 30px 16px 50px;
	}
    .footer-info {
        width: 100%;
    }
	.projects-detail h2 {
		font-size: 38px;
	}
}
@media only screen and (max-width: 700px) {
	header {
		height: 64px;
		padding: 0 16px;
	}
	main {
		padding-bottom: 0;
	}
    .footer-info {
        margin: 0;
    }
	footer {
		margin-top: 0;
		padding-bottom: 20px;
		height: auto;
	}
	footer menu {
		margin-bottom: 40px;
	}
	footer menu li {
		display: block;
	}
	footer menu li a {
		font-size: 16px;
		line-height: 26px;
	}
	footer .copyright, footer .design {
		position: relative;
		margin: 0;
		padding: 0;
		line-height: 22px;
		left: auto;
		right: auto;
                height: 40px;
                bottom: 20px;
	}

	.subnavigation {
		padding: 20px 16px 0;
		overflow: hidden;
	}
	.subnavigation li {
		float: left;
		clear: left;
		font-size: 14px;
		margin-bottom: 5px;
	}

	.projects {
		padding: 70px 24px;
	}
	.projects h2 {
		font-size: 38px;
		margin-bottom: 40px;
	}
	.projects .preview .strong {
		font-size: 24px;
		line-height: 26px;
	}
	.projects .preview .text {
		overflow: hidden;
		font-size: 16px;
		line-height: 20px;
	}
	.projects .project-item {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 16px 0;
	}
	.projects .project-item .in {
		padding: 0;
	}

	.projects-detail {
		padding-top: 115px;
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.projects-detail h2 {
		font-size: 30px;
		line-height: 100%;
	}
	.projects-detail .close {
		margin-right: -20px;
		margin-top: 95px;
	}

	.vis-mobile {
		display: block;
	}

	.search-filter .search-query {
		line-height:24px;
	}

	.search-result {
		font-size: 16px;
	}
}

