/*
 THEME NAME: Genome Ventures Wordpress Theme
 AUTHOR: V
 VERSION: 1.0
 */

 /*FONTS*/
 @font-face {
	font-family: 'DINNextLTPro-Light';
	src: url('fonts/DINNextLTPro-Light.eot');
	src: url('fonts/DINNextLTPro-Light.woff2') format('woff2'),
			 url('fonts/DINNextLTPro-Light.woff') format('woff'),
			 url('fonts/DINNextLTPro-Light.ttf') format('truetype'),
			 url('fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light') format('svg'),
			 url('fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINPro-Light';
	src: url('fonts/DINPro-Light.eot');
	src: url('fonts/DINPro-Light.woff2') format('woff2'),
			 url('fonts/DINPro-Light.woff') format('woff'),
			 url('fonts/DINPro-Light.ttf') format('truetype'),
			 url('fonts/DINPro-Light.svg#DINPro-Light') format('svg'),
			 url('fonts/DINPro-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

/*MAIN CSS*/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	font-family: 'DINPro-Light', sans-serif;
}

.transition {
	transition: 5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

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

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000000000;
	box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
	-o-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
	-ms-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0px 5px 5px -5px rgba(50, 50, 50, 0.75);
}

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: transparent;
}

* {
	outline: none !important;
	text-decoration: none !important;
}

.alignleft {
	float: left;
	margin: 5px;
}

.alignright {
	float: right;
	margin: 5px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	text-transform: uppercase;
	padding: 30px 0;
	box-shadow: 0 -2px 10px 0 rgba(0,0,0,.5);
	-webkit-box-shadow: 0 -2px 10px 0 rgba(0,0,0,.5);
}

header.fixed {
	padding: 15px 0;
}

header a {
	color: #000;
}

header a:hover,
header a:focus
header a:active
header a:visited {
	color: #c2c1c1;
}

.navbar-toggle {
	float: none;
	padding: 0;
	display: block;
	margin: 0 auto;
}


.navbar-toggle .icon-bar {
	background: #000;
}

#back-top {
	bottom: 70px;
	right: 5px;
	position: fixed;
	z-index: 9999;
	opacity: 0;
	width: 60px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .8);
	-webkit-transform: translate(0, -100%);
	-moz-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	transform: translate(0, -100%);
	border: none;
	box-shadow: none;
}

#back-top.visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

body.single #main-menu,
body.page-id-121 #main-menu,
body.single .navbar-toggle,
body.page-id-121 .navbar-toggle {
	display: none !important;
}

body.single a.logo,
body.page-id-121 a.logo {
	display: none;
}

body.single a.site-url,
body.page-id-121 a.site-url {
	display: block !important;
}

a.site-url img {
	margin-right: 20px;
}

#main-menu {
	margin: 0;
	font-size: 0;
}

#main-menu li {
	padding: 0;
	width: 130px;
}

#main-menu li a {
	padding: 0;
	color: #000;
	font-size: 16px;
}

#main-menu li a:hover,
#main-menu li a:focus,
#main-menu li a:active,
#main-menu li a:visited {
	color: #c2c1c1;
}

#main-menu li:first-child a {
	padding-left: 0;
}

#main-menu li:last-child a {
	padding-right: 0;
}

#qtranslate-chooser {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: right;
}

#qtranslate-chooser li {
	display: inline-block;
}

#qtranslate-chooser a {
	color: #c2c1c1;
	transition: 5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

#qtranslate-chooser a:hover {
	color: #000;
}

#qtranslate-chooser li:first-child:after {
	content: "|";
	padding-left: 8px;
	color: #c2c1c1;
}

#qtranslate-chooser li.active a {
	color: #000;
}

#qtranslate-chooser li.lang-ru {
	padding-left: 3px;
}

.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

#top-cover {
	position: relative;
	height: 100vh;
}

#front-page .cover .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#front-page .cover .caption h2 {
	color: #fff;
	margin: 0;
	padding-top: 75px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 21px;
}

.title:after {
	content: '';
	display: block;
	height: 1px;
	background: #ccc;
	margin-top: -2px;
}

.s-title:after {
	content: '';
	display: block;
	height: 1px;
	background: #ccc;
	margin-top: -2px;
}

.title h1 {
	margin: 0;
	color: #000;
	font-size: 42px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
}

.title h1:after {
	content: '';
	display: block;
	height: 2px;
	background: #000;
	width: 170px;
	margin: 50px auto 0;
}

.s-title {
	margin-bottom: 25px;
}

.s-title h1 {
	margin: 0;
}

.s-title h1:after {
	content: '';
	display: block;
	height: 2px;
	background: #000;
	width: 170px;
	margin: 25px auto 0;
}

#we {
	padding: 100px 0;
}

#we .title:after {
	background: #ccc;
}

#we article {
	padding: 45px 0;
	color: #000;
	font-size: 22px;
}

#we img {
	margin-bottom: 25px;
}

#we h3 {
	color: #231f20;
	font-size: 22px;
	margin: 0;
	line-height: 1.5;
}

#we p.position {
	margin: 0;
	text-transform: uppercase;
	color: #555;
	line-height: 2;
}

#build a.join-us {
	display: block;
	margin: 60px auto 0;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
	background: #000;
	width: 370px;
	text-align: center;
	line-height: 1;
}

.video-container {
	background-color: #000;
}

video {
	display: block;
}

#build {
	padding: 100px 0 140px;
}

#build article {
	font-size: 18px;
	color: #000;
	line-height: 1.5;
}

#build article ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#build article ul li {
	position: relative;
	margin-bottom: 35px;
	padding-left: 30px;
}

#build article ul li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #7f7f7f transparent transparent;
	position: absolute;
	left: 0;
	top: 6px;
}

#build article p {
	margin: 0 0 30px;
}

#build .more {
	margin-top: 90px;
}

.learn-more {
	width: 370px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
	display: block;
	text-align: center;
	margin-top: 100px;
	line-height: 1;
}

.learn-more:hover,
.learn-more:focus,
.learn-more:active {
	color: #fff;
}

.learn-more span {
	display: inline-block;
	vertical-align: bottom;
}

.learn-more img {
	margin-left: 30px;
}

#companies {
	padding: 140px 0 200px;
}

#companies .title {
	margin-bottom: 80px;
}

#companies .companies-description {
	margin-bottom: 80px;
	line-height: 1.5;
	font-size: 18px;
}

#companies .title:after {
	background: #ccc;
}

#companies .title h1 {
	color: #000;
}

#companies .title h1:after {
	background: #000;
}

#companies .company-link {
	margin: 0;
	padding-left: 30px;
	text-transform: uppercase;
}

#companies .border-left {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-left: 1px solid #000;
}

#companies .border-left > a {
	color: #7f7f7f;
}

#companies .company-image {
	width: 200px;
	height: 75px;
	background: no-repeat center;
	background-size: contain;
	margin-left: 30px;
	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

#companies .border-left > a:hover .company-image {
	filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%); 
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

#join-us {
	padding: 100px 0;
	background: #f5f5f5;
}

.frm_error {
	display: none;
}

#frm_form_5_container {
	margin-top: 75px;
}

#frm_form_5_container input[type=text],
#frm_form_5_container input[type=email],
#frm_form_5_container textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 22px;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 25px 20px;
	border-left: 2px solid #000;
}

#frm_form_5_container .frm_blank_field input[type=email],
#frm_form_5_container .frm_blank_field textarea {
	border-bottom: 1px solid #a94442 !important;
}

#frm_form_5_container input[type=submit] {
	width: 370px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 0;
	display: inline-block;
	text-align: center;
	margin-top: 100px;
	line-height: 1;
	border-radius: 0;
	border: none;
	margin: 40px 0 0;
}

#frm_form_5_container label {
	font-size: 16px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	padding: 0 0 0 20px;
}

#frm_field_66_container label,
#frm_field_67_container label,
#frm_field_70_container label {
	border-left: 2px solid #000;
}

#frm_field_66_container,
#frm_field_67_container {
	margin: 0 0 34px;
}

#frm_form_5_container .frm_message,
#frm_form_5_container .frm_error_style {
	border: none;
	background: transparent;
	text-align: center;
	font-size: 22px;
}

.frm_ajax_loading {
	display: none;
}

footer {
	background: #000;
	padding: 55px 0 30px;
}

footer p,
footer a {
	font-size: 12px;
	margin: 0;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
}

footer p.copy {
	text-transform: capitalize;
	font-size: 14px;
	margin: 0;
}

footer a:hover {
	color: #ccc;
}

footer h3 {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	color: #fff;
}

#single {
	padding: 120px 0 80px;
}

#single .company-logo {
	max-width: 215px;
	margin-bottom: 40px; 
}

#single .company-top-logo {
	margin-bottom: 40px;
}

#single .company-links {
	margin: 0;
}

#single .border:before {
	content: '';
	height: 1px;
	background: #ccc;
	width: 100%;
	display: block;
	margin-bottom: -1px;
}

#single .border a {
	color: #a3a3a3;
}

#single .border a:before {
	content: '';
	display: block;
	height: 2px;
	width: 40px;
	background: #000;
	margin-bottom: 15px;
}

#single .border img {
	max-width: 30px;
}

#single article.about {
	margin: 65px 0 0;
}

#single article p {
	color: #000;
	line-height: 1.5;
}

#single .staff h3 {
	margin: 0 0 5px;
	font-size: 22px;
	color: #231f20;
	line-height: 1;
}

#single .staff p.position {
	color: #555;
	margin: 0;
	font-size: 14px;
}

#single .staff article {
	margin: 15px 0 0;
}

#single .staff article p {
	margin: 0;
	color: #231f20;
	line-height: 1.4;
}

#single .staff .single-staff {
	margin: 0 0 60px;
}

body.single .arrow-left,
body.page-id-121 .arrow-left {
	margin-right: 17px;
}

#build-page .cover {
	padding: 135px 0 150px;
	margin-bottom: 80px;
}

#build-page .cover article {
	font-size: 18px;
	color: #000;
	line-height: 1.5;
}

#build-page .cover article p {
	margin: 0 0 20px;
}

#build-page .steps {
	margin-top: 70px;
}

#build-page .border {
	margin: 0 0 50px;
	padding-left: 30px;
	border-left: 4px solid #000;
	height: 225px;
	display: table;
}

#build-page .border article {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	position: relative;
	color: #000;
}

#build-page .border article p {
	width: 70%;
}

#build-page .border article img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#build-page .single-step:last-child .border img {
	display: none;
}

#build-page .border:before {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 15px;
	top: 0;
}

#build-page .border:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #000;
	position: absolute;
	left: 15px;
	bottom: 50px;
}

#build-page .border p.number {
	position: absolute;
	top: -9px;
	left: 65px;
	color: #a3a3a3;
	margin: 0;
	font-size: 18px;
}

/* Large desktops and laptops */
@media (min-width: 1230px) {
	
}

@media (min-width: 1200px) {

}

@media (max-width: 1199px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 992px) {

}

@media (max-width: 991px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) { 

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#build-page .border:before,
	#build-page .border:after {
		content: '';
		display: none;
	}

	.cover {
		background-attachment: inherit;
	}

	#site-nav {
		position: absolute;
		top: 35px;
		left: 50%;
		transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		padding-top: 10px;
		background: rgba(255, 255, 255, .9);
	}

	#site-nav .menu-item {
		display: block;
		padding-bottom: 10px;
	}

	#main-menu li a {
		padding: 0;
	}

	.staff-member {
		text-align: center;
		margin-bottom: 25px;
	}

	.staff-member img {
		margin-left: auto;
		margin-right: auto;
	}

	#we h3,
	#we p.position {
		border: none;
	}

	.learn-more {
		margin: 0 auto;
	}

	#companies {
		padding: 40px 0;
	}

	#companies .title {
		margin-bottom: 40px;
	}

	#companies .company-link,
	#companies .border-left {
		text-align: center;
		border: none;
		padding: 0;
	}

	#companies .border-left {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.title h1:after {
		margin: 25px auto 0;
	}

	.learn-more {
		margin-top: 30px;
	}

	#build {
		padding: 50px 0;
	}

	.frm_submit {
		text-align: center;
	}

	footer img {
		margin: 0 auto 25px;
	}

	#single .border {
		margin-bottom: 25px;
	}

	#single .staff .single-staff {
		margin: 0 0 30px;
		text-align: center;
	}

	#single .staff .single-staff h3 {
		margin-top: 10px;
	}

	#build-page .cover img {
		margin: 0 auto;
	}

	#build-page .cover {
		padding: 60px 0;
		margin-bottom: 40px;
	}
	#companies .company-image {
    	width: 40%;
    	margin: 0 auto;
    }
    #build article p, .companies-description article p {
    	margin: 0 15px 10px 15px;
    }
    #build a.join-us {
    	width: 95%;
    }
}
.frm_form_fields .frm_submit {
	width: 100%;
	text-align: center;
}
.more .col-sm-offset-5 {
	margin-left: 15%;
}
.more .col-sm-offset-1 .col-sm-1 {
	width: 35%;
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	#we a.join-us,
	.learn-more,
	#frm_form_5_container input[type=submit] {
		width: 250px
	}
}
.row_companies {
        display: flex; flex-wrap: wrap;
}
@media (max-width: 768px) {
.row_companies {
    display:block
}
}