@charset "utf-8";
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaPro-Light';
  src: url('../fonts/SofiaProLight.eot?#iefix') format('embedded-opentype'), url('../fonts/SofiaProLight.otf') format('opentype'), url('../fonts/SofiaProLight.woff') format('woff'), url('../fonts/SofiaProLight.ttf') format('truetype'), url('../fonts/SofiaProLight.svg#SofiaPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SofiaPro-SemiBold';
  src: url('../fonts/SofiaProSemiBold.eot?#iefix') format('embedded-opentype'), /*url('../fonts/SofiaProSemiBold.otf') format('opentype'),*/ url('../fonts/SofiaProSemiBold.woff') format('woff'), url('../fonts/SofiaProSemiBold.ttf') format('truetype'), url('../fonts/SofiaProSemiBold.svg#SofiaPro-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
:hover,
:active,
:visited,
:focus {
  outline: none !important;
}
:invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
:-moz-ui-invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
html {
  height: 100%;
}

body.contactSubpage {
  background: #1a1a27 url(../images/contact.png) center center no-repeat;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
}
header,
section,
footer,
nav,
aside,
article {
  display: block;
}
.listClear {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a img {
  border: none;
}
input,
textarea,
button {
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: solid 1px #7c848f !important;
  font-family: 'ProximaNova-Regular';
  height: 43px;
  color: #6f6f6f;
  font-size: 15px !important;
  font-weight: normal !important;
}
select option {
  padding: 5px 15px;
}
form {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: normal;
}
video {
  display: block !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  border: none !important;
}
.wrapper {
  margin: 0 auto;
  width: 1280px;
}
.wrapperContainer {
  margin: 0 15px;
}

input[type="checkbox"] + label {
  font-size: 15px;
  color: #7c848f;
  padding-right: 15px;
}
input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../images/iconCheckboxRadio1.svg) left top no-repeat;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span {
  background: url(../images/iconCheckboxRadio1.svg) -19px top no-repeat;
}

input[type="radio"] + label {
  font-size: 16px;
  margin-bottom: 0;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../images/iconCheckboxRadio1.svg) -38px top no-repeat;
  cursor: pointer;
}
input[type="radio"]:checked + label span {
  background: url(../images/iconCheckboxRadio1.svg) -57px top no-repeat;
}
.clearBoth {
  clear: both;
}
.form-group ::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.form-group :-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.form-group ::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.form-group :-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.lineThrough {
  text-decoration: line-through;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  color: #ffffff;
  background: rgba(34, 34, 50, 0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header.background {
  background: #222232;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
.header .headerContainer {
  display: table;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.header .headerContainer .logo {
  display: table-cell;
  vertical-align: middle;
  /*width: 150px;*/
}
.header .headerContainer .logo h1 a {
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .headerContainer .logo h1 a strong {
  font-family: 'ProximaNova-Bold';
}
.header .headerContainer .logo h1 a:hover {
  opacity: 0.7;
}
.header .headerContainer .nav {
  display: table-cell;
  vertical-align: middle;
}
.header .headerContainer .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .headerContainer .nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 20px;
}

.header .headerContainer .nav ul li a {
  color: #ffffff;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.header .headerContainer .nav ul li a:hover {
  opacity: 1;
}

.header .headerContainer .buttons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header .headerContainer .buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .headerContainer .buttons ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.header .headerContainer .buttons ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden !important;
  display: block;
}
.header .headerContainer .buttons ul li a:hover {
  color: #ffffff;
}
.header .headerContainer .buttons ul li a.border {
  border-left: solid 2px #6437ff;
  border-right: solid 2px #19c8ff;
}
.header .headerContainer .buttons ul li a .borderTop {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #6437ff;
  background: -moz-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: -webkit-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: linear-gradient(to right, #6437ff 0%, #19c8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6437ff', endColorstr='#19c8ff', GradientType=1);
}
.header .headerContainer .buttons ul li a .borderBottom {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #6437ff;
  background: -moz-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: -webkit-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: linear-gradient(to right, #6437ff 0%, #19c8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6437ff', endColorstr='#19c8ff', GradientType=1);
}
.header .headerContainer .hamburger {
  display: none;
  position: absolute;
  top: 2px;
  right: 1px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.header .headerContainer .close {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: 1 !important;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  display: none;
}
.header .headerContainer .close a {
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-shadow: none !important;
  opacity: 1 !important;
  font-size: 16px !important;
}
.header .headerContainer .close a:hover {
  color: #19c8ff;
}
.startupmatcher {
  background: #222232 url(../images/top.jpg) top center no-repeat;
  -webkit-background-size: 100% !important;
  -moz-background-size: 100% !important;
  -o-background-size: 100% !important;
  background-size: 100% !important;
}
.startupmatcher .top {
  text-align: center;
  padding: 250px 0 70px;
}
.startupmatcher .top h2 {
  font-family: 'SofiaPro-Light';
  font-size: 50px;
  color: #ffffff;
}
.startupmatcher .top h2 strong {
  font-family: 'SofiaPro-SemiBold';
}
.startupmatcher .top .buttons {
  padding: 50px 0 0 0;
}
.startupmatcher .top .buttons a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 65px;
  margin: 0 10px;
  color: #ffffff;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  border-left: solid 2px #e84976;
  border-right: solid 2px #eb9b55;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
}
.startupmatcher .top .buttons a.normal {
  background: #e84976;
  background: -moz-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: -webkit-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: linear-gradient(to right, #e84976 0%, #eb9b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84976', endColorstr='#eb9b55', GradientType=1);
}
.startupmatcher .top .buttons a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.startupmatcher .top .buttons a .borderTop {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #e84976;
  background: -moz-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: -webkit-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: linear-gradient(to right, #e84976 0%, #eb9b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84976', endColorstr='#eb9b55', GradientType=1);
}
.startupmatcher .top .buttons a .borderBottom {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #e84976;
  background: -moz-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: -webkit-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: linear-gradient(to right, #e84976 0%, #eb9b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84976', endColorstr='#eb9b55', GradientType=1);
}
.startupmatcher .offers .sidebar {
  width: 25%;
  float: left;
}
.startupmatcher .offers .sidebar .mainCategories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
.startupmatcher .offers .sidebar .mainCategories ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #e0e0e0;
}
.startupmatcher .offers .sidebar .mainCategories ul li a {
  display: block;
  padding: 25px 25px 27px 80px;
  color: #3f454d;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-left: solid 4px transparent;
}
.startupmatcher .offers .sidebar .mainCategories ul li a:hover {
  color: #3f7eff;
}
.startupmatcher .offers .sidebar .mainCategories ul li:last-of-type {
  border: none;
}
.startupmatcher .offers .sidebar .mainCategories ul li.current a {
  color: #3f7eff;
  border-left: solid 4px #3f7eff;
}
.startupmatcher .offers .sidebar .mainCategories ul li.category1 {
  background: url(../images/category1.png) 30px center no-repeat;
}
.startupmatcher .offers .sidebar .mainCategories ul li.category1.current {
  background: #f9fbff url(../images/category1c.png) 30px center no-repeat;
}
.startupmatcher .offers .sidebar .mainCategories ul li.category2 {
  background: url(../images/category2.png) 30px center no-repeat;
}
.startupmatcher .offers .sidebar .mainCategories ul li.category2.current {
  background: #f9fbff url(../images/category2c.png) 30px center no-repeat;
}
.startupmatcher .offers .sidebar .mainCategories ul li.category3 {
  background: url(../images/category3.png) 30px center no-repeat;
}
.startupmatcher .offers .sidebar .mainCategories ul li.category3.current {
  background: #f9fbff url(../images/category3c.png) 30px center no-repeat;
}
.startupmatcher .offers .sidebar .filter {
  background: #ffffff;
  margin-top: 30px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.startupmatcher .offers .sidebar .filter .headline {
  padding: 25px;
  color: #3f454d;
  font-family: 'SofiaPro-Light';
}
.startupmatcher .offers .sidebar .filter .list {
  height: 475px;
  padding: 0 25px;
  overflow-y: auto !important;
}
.startupmatcher .offers .sidebar .filter .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.startupmatcher .offers .sidebar .filter .list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 5px;
}
.startupmatcher .offers .sidebar .filter .list ul li input[type="checkbox"] {
  display: none;
}
.startupmatcher .offers .sidebar .filter .list ul li input[type="checkbox"] + label {
  font-size: 14px;
  color: #3f454d;
  padding-right: 20px;
}
.startupmatcher .offers .sidebar .filter .list ul li input[type="checkbox"] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -2px 15px 0 0;
  vertical-align: middle;
  background: url(../images/iconCheckboxRadio1.png) left top no-repeat;
  cursor: pointer;
}
.startupmatcher .offers .sidebar .filter .list ul li input[type="checkbox"]:checked + label span {
  background: url(../images/iconCheckboxRadio1.png) -19px top no-repeat;
}
.startupmatcher .offers .itemsColumn {
  width: 75%;
  float: left;
  background: #ffffff;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 11;
}
.startupmatcher .offers .itemsColumn .headline {
  border-bottom: solid 1px #e0e0e0;
  padding: 24px 25px 23px;
}
.startupmatcher .offers .itemsColumn .headline .leftColumn {
  float: left;
  font-family: 'SofiaPro-Light';
  color: #3f454d;
  font-size: 18px;
}
.startupmatcher .offers .itemsColumn .headline .rightColumn {
  float: right;
}
.startupmatcher .offers .itemsColumn .headline .rightColumn .sort {
  font-size: 0;
}
.startupmatcher .offers .itemsColumn .headline .rightColumn .sort a.popular {
  background: #e8e8e8;
  display: inline-block;
  font-size: 12px;
  color: #919497;
  text-transform: uppercase;
  padding: 4px 12px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.startupmatcher .offers .itemsColumn .headline .rightColumn .sort a.popular:hover {
  color: #3f454d;
}
.startupmatcher .offers .itemsColumn .headline .rightColumn .sort a.newest {
  background: #e8e8e8;
  display: inline-block;
  font-size: 12px;
  color: #919497;
  text-transform: uppercase;
  padding: 4px 12px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.startupmatcher .offers .itemsColumn .headline .rightColumn .sort a.newest:hover {
  color: #3f454d;
}
.startupmatcher .offers .itemsColumn .headline .rightColumn .sort a.current {
  color: #ffffff;
  background: #6437ff;
  background: -moz-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: -webkit-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: linear-gradient(to right, #6437ff 0%, #19c8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6437ff', endColorstr='#19c8ff', GradientType=1);
}
.startupmatcher .offers .itemsColumn .headline .rightColumn .sort a.current:hover {
  color: #fff;
}
.startupmatcher .offers .itemsColumn .items.col3 .item {
  width: 33.33%;
}
.startupmatcher .offers .itemsColumn .items.col4 .item {
  width: 25%;
}
.startupmatcher .offers .itemsColumn .items.col5 .item {
  width: 20%;
}
.startupmatcher .offers .itemsColumn .items .item {
  float: left;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer {
  border-bottom: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  height: 240px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .avatar a {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .name {
  padding: 10px 0 2px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .name a {
  color: #3f454d;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .name a:hover {
  opacity: 0.7;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .desc {
  font-size: 13px;
  line-height: 15px;
  color: #7c848f;
  max-height: 31px;
  overflow: hidden;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .place {
  font-size: 12px;
  color: #7c848f;
  padding: 16px 0 0 0;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover {
  position: absolute;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .number {
  padding: 20px 0;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .number div {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  color: #7c848f;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .number div img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons {
  padding-bottom: 20px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:first-of-type {
  font-size: 12px;
  color: #7c848f;
  display: inline-block;
  margin: 3px 0;
  border: solid 1px #529bff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 15px 3px 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:first-of-type img {
  margin-right: 12px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:first-of-type:hover {
  color: #529bff;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:nth-child(2) {
  font-size: 12px;
  color: #7c848f;
  display: inline-block;
  margin: 3px 0;
  border: solid 1px #8761f1;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 15px 3px 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:nth-child(2) img {
  margin-right: 12px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:nth-child(2):hover {
  color: #8761f1;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:last-of-type {
  font-size: 12px;
  color: #7c848f;
  display: inline-block;
  margin: 3px 0;
  border: solid 1px #67e989;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 15px 3px 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:last-of-type img {
  margin-right: 12px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .buttons a:last-of-type:hover {
  color: #67e989;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .button {
  padding: 10px 0 0;
  border-top: solid 1px #e0e0e0;
  margin: 0 -10px;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .button a {
  font-size: 14px;
  color: #3f7eff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  text-align: center;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer .hover .button a:hover {
  text-decoration: underline !important;
}
.startupmatcher .offers .itemsColumn .items .item .itemContainer:hover .hover {
  opacity: 1;
  visibility: visible;
}
.features {
  background: #222232 url(../images/features.jpg) left center repeat-x;
  padding: 160px 0 190px;
  text-align: center;
}
.features .featuresWrapper {
  display: table;
  width: 100%;
}
.features .featuresWrapper .column {
  display: table-cell;
  vertical-align: top;
  width: 33.33%;
  color: #b0b0ca;
}
.features .featuresWrapper .column .icon {
  height: 130px;
}
.features .featuresWrapper .column .title {
  padding: 0 25px 15px 25px;
  font-size: 30px;
  font-family: 'SofiaPro-Light';
}
.features .featuresWrapper .column .desc {
  padding: 0 25px;
}
.features .button {
  padding: 100px 0 0 0;
}
.features .button a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.features .button a span {
  margin-left: 5px;
}
.features .button a:hover {
  color: #b0b0ca;
}
.numbers {
  background: #222232;
  text-align: center;
}
.numbers .items {
  font-size: 0;
  margin: 0 -17px;
}
.numbers .items .item {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}
.numbers .items .item .itemContainer {
  font-size: 16px;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 17px;
  padding: 50px 0;
  color: #3f454d;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.numbers .items .item .itemContainer .count {
  font-size: 50px;
}
.numbers .items .item .itemContainer .text {
  font-size: 14px;
  margin-top: -10px;
}
.numbers .items .item.itemBg1 .itemContainer {
  background: #ffffff url(../images/numbers1.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 50px 0 150px;
}
.numbers .items .item.itemBg2 .itemContainer {
  background: #ffffff url(../images/numbers2.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 50px 0 150px;
}
.numbers .items .item.itemBg3 .itemContainer {
  background: #ffffff url(../images/numbers3.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding: 50px 0 150px;
}
.news {
  background: #222232;
  padding: 170px 0 150px;
  color: #b0b0ca;
}
.news .intro {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
.news .item {
  padding: 70px 0 0 0;
}
.news .item .itemContainer {
  display: table;
  width: 100%;
}
.news .item .itemContainer .thumbColumn {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  position: relative;
}
.news .item .itemContainer .thumbColumn img {
  max-width: 100%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.news .item .itemContainer .descColumn {
  display: table-cell;
  vertical-align: top;
  padding-left: 80px;
}
.news .item .itemContainer .descColumn h4 {
  font-weight: normal !important;
}
.news .item .itemContainer .descColumn h4 a {
  color: #b0b0ca;
  font-size: 30px;
  font-family: 'SofiaPro-Light';
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.news .item .itemContainer .descColumn h4 a span {
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  background: #53cc64;
  padding: 6px 10px;
  font-family: 'ProximaNova-Regular';
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  vertical-align: 6px;
  margin-left: 5px;
}
.news .item .itemContainer .descColumn h4 a:hover {
  color: #ffffff;
}
.news .item .itemContainer .descColumn .date {
  font-size: 14px;
  color: #8484a7;
  padding: 0 0 25px 0;
}
.news .item .itemContainer .descColumn .desc {
  color: #b0b0ca;
  line-height: 1.6;
}
.news .item .itemContainer .descColumn .button {
  padding: 70px 0 0 0;
}
.news .item .itemContainer .descColumn .button a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 65px;
  color: #ffffff;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #6437ff;
  background: -moz-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: -webkit-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: linear-gradient(to right, #6437ff 0%, #19c8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6437ff', endColorstr='#19c8ff', GradientType=1);
}
.news .item .itemContainer .descColumn .button a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer {
  -webkit-font-smoothing: antialiased !important;
  font-family: 'ProximaNova-Regular';
  background: url(../images/footer.jpg) center top no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 80px 0 160px;
}
.footer h1 {
  margin: 0;
  padding: 0;
}
.footer h1 a {
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer h1 a strong {
  font-family: 'ProximaNova-Bold';
}
.footer h1 a:hover {
  opacity: 0.7;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 6px;
}

.footerLastCol{
  font-family: 'SofiaPro-Light';
  color: #fff;
}

.copyright{
  padding-top: 50px;
  font-family: 'SofiaPro-Light';
  color: #fff;
  font-size:14px;
}

.footerLastCol .fa{
  color: #fff;
}

.footer ul li a {
  font-family: 'SofiaPro-Light';
  line-height: 1.5;
  font-size: 16px;
  color: #7c848f;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer ul li a:hover {
  color: #ffffff;
}
.headline h3 {
  text-align: center;
  padding-bottom: 70px;
  color: #ffffff;
  font-size: 40px;
  font-family: 'SofiaPro-Light';
  -webkit-font-smoothing: antialiased !important;
}
.headline h3 strong {
  font-family: 'SofiaPro-SemiBold';
}
.headline h3 span {
  font-family: 'SofiaPro-Light';
  display: inline-block;
  background: linear-gradient(45deg, #6437ff 25%, #19c8ff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .headline {
  padding: 160px 0 60px;
}
.contact .headline h2 {
  font-family: 'SofiaPro-Light';
  -webkit-font-smoothing: antialiased !important;
  font-size: 50px;
  color: #ffffff;
}
.contact .headline h2 span {
  display: inline-block;
  background: linear-gradient(45deg, #6437ff 25%, #19c8ff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact .headline .desc {
  font-family: 'ProximaNova-Regular' !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 22px;
  color: #b0b0ca;
  padding: 20px 0 0 0;
}
.contact .frame {
  max-width: 424px;
  padding: 35px 40px 40px;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #3f454d;
  margin-bottom: 120px;
}
.contact .frame .title {
  font-size: 20px;
  font-family: 'SofiaPro-SemiBold';
}
.contact .frame .city {
  padding: 30px 0 15px;
  font-family: 'SofiaPro-Light';
  font-size: 30px;
}
.contact .frame .desc {
  font-family: 'ProximaNova-Regular';
  color: #7c848f;
}
.menuMobile {
  background: #1a1a27;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow-y: auto;
  opacity: 0;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.menuMobile.active {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menuMobile .mobileNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuMobile .mobileNav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}
.menuMobile .mobileNav ul li a {
  font-family: 'SofiaPro-Light';
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menuMobile .mobileNav ul li a:hover {
  color: #19c8ff;
}
.menuMobile .mobileNav ul li.current a {
  color: #b0b0ca;
}
.menuMobile .wrapperContainer {
  padding-top: 75px;
  color: #ffffff;
  text-align: center;
}
.menuMobile .buttons {
  text-align: center;
  padding: 20px 0 0 0;
  display: none;
}
.menuMobile .buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuMobile .buttons ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.menuMobile .buttons ul li:last-of-type a {
  border: none !important;
}
.menuMobile .buttons ul li a {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-left: solid 2px transparent;
  border-right: solid 2px transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden !important;
  display: block;
}
.menuMobile .buttons ul li a:hover {
  color: #ffffff;
}
.menuMobile .buttons ul li a.border {
  border-left: solid 2px #6437ff;
  border-right: solid 2px #19c8ff;
}
.menuMobile .buttons ul li a .borderTop {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #6437ff;
  background: -moz-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: -webkit-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: linear-gradient(to right, #6437ff 0%, #19c8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6437ff', endColorstr='#19c8ff', GradientType=1);
}
.menuMobile .buttons ul li a .borderBottom {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #6437ff;
  background: -moz-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: -webkit-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: linear-gradient(to right, #6437ff 0%, #19c8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6437ff', endColorstr='#19c8ff', GradientType=1);
}
.investors {
  padding: 160px 0 90px;
}
.investors .columnRight {
  float: right;
  width: 50%;
}
.investors .columnRight .columnContainer {
  padding-left: 30px;
  position: relative;
}
.investors .columnRight .columnContainer img {
  max-width: 100%;
}
.investors .columnLeft {
  float: left;
  width: 50%;
}
.investors .columnLeft .columnContainer {
  padding-right: 30px;
  position: relative;
}
.investors h2 {
  font-family: 'SofiaPro-Light';
  -webkit-font-smoothing: antialiased !important;
  font-size: 50px;
  color: #ffffff;
}
.investors h2 strong {
  font-family: 'SofiaPro-Light';
  display: inline-block;
  background: linear-gradient(45deg, #6437ff 25%, #19c8ff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.investors .desc {
  font-family: 'ProximaNova-Regular';
  font-size: 20px;
  color: #b0b0ca;
  padding: 20px 0 60px;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.5;
}
.investors .buttons a {
  font-size: 18px;
  font-family: 'ProximaNova-Regular';
  display: inline-block;
  color: #ffffff;
  background: #6437ff;
  background: -moz-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: -webkit-linear-gradient(left, #6437ff 0%, #19c8ff 100%);
  background: linear-gradient(to right, #6437ff 0%, #19c8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6437ff', endColorstr='#19c8ff', GradientType=1);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 17px 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased !important;
}
.investors .buttons a:hover {
  opacity: 0.8;
}
.howWorks {
  padding-bottom: 160px;
}
.howWorks .items {
  font-size: 0;
  margin: 0 -17px;
}
.howWorks .items .item {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}
.howWorks .items .item .itemContainer {
  font-family: 'ProximaNova-Regular';
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.05);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 17px;
  padding: 50px;
  position: relative;
  color: #b0b0ca;
  min-height: 300px;
  line-height: 1.5;
}
.howWorks .items .item .itemContainer .icon {
  position: relative;
  margin-top: -100px;
  text-align: center;
  height: 135px;
}
.howWorks .items .item .itemContainer .title {
  -webkit-font-smoothing: antialiased !important;
  padding: 20px 0 15px 40px;
  min-height: 90px;
  color: #ffffff;
  font-family: 'ProximaNova-Regular';
  font-size: 20px;
  position: relative;
}
.howWorks .items .item .itemContainer .title span {
  position: absolute;
  left: 0;
  top: 20px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font-family: 'SofiaPro-Light';
}
.howWorks .items .item .itemContainer .title span.col1 {
  background: #6438ff;
}
.howWorks .items .item .itemContainer .title span.col2 {
  background: #4279ff;
}
.howWorks .items .item .itemContainer .title span.col3 {
  background: #1dc1ff;
}

.logosSection {
  background: #161621;
  padding: 100px 0 40px 0;
}

.logosSection .iconRow {
  padding: 60px 0;
  text-align: center;
  height: 120px;

}

.lpLogo .iconRow {
  padding: 60px 0;
  text-align: center;
  height: 120px;

}

.logosSection ul {
  margin-top: -80px !important;
  position: relative;
}
.threeBoxes {
  padding: 160px 0;
  background: #1a1a27;
}

.threeBoxesRecruit {
  padding: 0px 0!important;
  background: none;
}
.threeBoxes .items {
  font-size: 0;
  margin: 0 -17px;
}
.threeBoxes .items .item {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
}
.threeBoxes .items .item .itemContainer {
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  background: rgba(255, 255, 255, 0.05);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 17px;
  padding: 50px;
  position: relative;
  color: #b0b0ca;
  min-height: 300px;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.5;
}
.threeBoxes .icon {
  height: 75px;
}
.threeBoxes .title {
  padding: 20px 0 15px 0;
  color: #ffffff;
  font-size: 20px;
  font-family: 'ProximaNova-Regular';
}
.threeBoxes .desc {
  color: #7c848f;
}
.logos {
  position: relative;
}
.logos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.logos ul li {
  padding: 45px 0;
  text-align: center;
}
.logos ul li img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  .wrapper {
    width: 1024px;
  }
  .startupmatcher .top {
    padding: 210px 0 50px;
  }
  .startupmatcher .top h2 {
    font-size: 42px;
  }
  .startupmatcher .top .buttons {
    padding: 30px 0 0 0;
  }
  .startupmatcher .offers .itemsColumn .items.col3 .item {
    width: 50%;
  }
  /*.startupmatcher .offers .itemsColumn .items.col4 .item {*/
    /*width: 33.33%;*/
  }
  .startupmatcher .offers .itemsColumn .items.col5 .item {
    width: 25%;
  }
  .features {
    padding: 100px 0 110px;
  }
  .features .button {
    padding: 60px 0 0 0;
  }
  .features .featuresWrapper .column .title {
    font-size: 26px;
  }
  .headline h3 {
    padding-bottom: 40px;
    font-size: 36px;
  }
  .news {
    padding: 100px 0 110px;
  }
  .news .item .itemContainer .descColumn {
    padding-left: 60px;
  }
  .news .item .itemContainer .descColumn h4 a {
    font-size: 24px;
  }
  .news .item .itemContainer .descColumn .button {
    padding: 40px 0 0 0;
  }
  .numbers .items {
    margin: 0 -12px;
  }
  .numbers .items .item .itemContainer {
    padding: 40px 0;
    margin: 12px;
  }
  .numbers .items .item .itemContainer .count {
    font-size: 42px;
  }
  .numbers .items .item.itemBg1 .itemContainer {
    padding: 40px 0 120px;
  }
  .numbers .items .item.itemBg2 .itemContainer {
    padding: 40px 0 120px;
  }
  .numbers .items .item.itemBg3 .itemContainer {
    padding: 40px 0 120px;
  }
  .features {
    padding: 80px 0 90px;
  }
  .features .button {
    padding: 50px 0 0 0;
  }
  .features .featuresWrapper .column .icon {
    height: 90px;
  }
  .features .featuresWrapper .column .title {
    font-size: 22px;
    padding: 15px 0;
  }
  .footer {
    padding: 40px 0 80px;
  }
  .contact .headline {
    padding: 120px 0 40px;
  }
  .contact .headline h2 {
    font-size: 42px;
  }
  .contact .headline .desc {
    font-size: 20px;
    padding: 15px 0 0 0;
  }
  .contact .frame {
    max-width: 424px;
    padding: 30px 35px 35px;
    margin-bottom: 90px;
  }
  .contact .frame .title {
    font-size: 18px;
  }
  .contact .frame .city {
    padding: 20px 0 10px;
    font-size: 26px;
  }
  .investors {
    padding: 140px 0 60px;
  }
  .investors h2 {
    font-size: 40px;
  }
  .investors .desc {
    font-size: 18px;
    padding: 15px 0 40px;
  }
  .investors .buttons a {
    padding: 15px 35px;
  }
  .howWorks {
    padding-bottom: 120px;
  }
  .howWorks .items {
    font-size: 0;
    margin: 0 -15px;
    padding-top: 30px;
  }
  .howWorks .items .item .itemContainer {
    font-size: 16px;
    margin: 15px;
    padding: 40px;
    min-height: 330px;
  }
  .howWorks .items .item .itemContainer .icon {
    position: relative;
    margin-top: -100px;
    text-align: center;
    height: 115px;
  }
  .howWorks .items .item .itemContainer .icon img {
    max-height: 110px;
  }
  .howWorks .items .item .itemContainer .title {
    min-height: 80px;
    font-size: 18px;
  }
  .howWorks .items .item .itemContainer .title span {
    top: 20px;
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .threeBoxes {
    padding: 120px 0;
  }
  .threeBoxes .items {
    font-size: 0;
    margin: 0 -15px;
  }
  .threeBoxes .items .item .itemContainer {
    margin: 15px;
    padding: 40px;
    min-height: 360px;
  }
  .threeBoxes .title {
    font-size: 18px;
  }
  .logosSection {
    padding: 80px 0 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    width: 990px;
  }
  .startupmatcher .top {
    padding: 170px 0 40px;
  }
  .startupmatcher .top h2 {
    font-size: 36px;
  }
  .startupmatcher .top .buttons {
    padding: 20px 0 0 0;
  }
  .headline h3 {
    padding-bottom: 30px;
    font-size: 30px;
  }
  .numbers .items {
    margin: 0 -12px;
  }
  .numbers .items .item .itemContainer {
    padding: 30px 0;
    margin: 12px;
  }
  .numbers .items .item .itemContainer .count {
    font-size: 36px;
  }
  .numbers .items .item.itemBg1 .itemContainer {
    padding: 30px 0 120px;
  }
  .numbers .items .item.itemBg2 .itemContainer {
    padding: 30px 0 120px;
  }
  .numbers .items .item.itemBg3 .itemContainer {
    padding: 30px 0 120px;
  }
  .news {
    padding: 60px 0 70px;
  }
  .news .item .itemContainer .descColumn {
    padding-left: 40px;
  }
  .news .item .itemContainer .descColumn h4 a {
    font-size: 24px;
  }
  .news .item .itemContainer .descColumn .button {
    padding: 30px 0 0 0;
  }
  .investors {
    padding: 120px 0 60px;
  }
  .investors h2 {
    font-size: 36px;
  }
  .investors .desc {
    font-size: 18px;
    padding: 15px 0 40px;
  }
  .investors .buttons a {
    padding: 15px 35px;
  }
  .logosSection {
    padding: 80px 0 10px 0;
  }
  .logosSection .iconRow {
    padding: 40px 0;
  }
  .logosSection ul {
    margin-top: -50px !important;
  }
  .threeBoxes {
    padding: 90px 0;
  }
  .threeBoxes .items {
    font-size: 0;
    margin: 0 -15px;
  }
  .threeBoxes .items .item .itemContainer {
    margin: 15px;
    padding: 40px;
    min-height: 390px;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    width: auto;
  }
  .logos ul li {
    padding: 40px 0;
  }
  .headline h3 {
    padding-bottom: 20px;
    font-size: 26px;
  }
  .numbers .items {
    margin: 0 -5px;
  }
  .numbers .items .item .itemContainer {
    padding: 20px 0;
    margin: 5px;
  }
  .numbers .items .item .itemContainer .count {
    font-size: 32px;
  }
  .numbers .items .item.itemBg1 .itemContainer {
    padding: 20px 0 100px;
  }
  .numbers .items .item.itemBg2 .itemContainer {
    padding: 20px 0 100px;
  }
  .numbers .items .item.itemBg3 .itemContainer {
    padding: 20px 0 100px;
  }
  .contact .headline {
    padding: 120px 0 40px;
  }
  .contact .headline h2 {
    font-size: 36px;
  }
  .contact .headline .desc {
    font-size: 18px;
    padding: 10px 0 0 0;
  }
  .threeBoxes {
    padding: 60px 0;
  }
  .threeBoxes .items .item .itemContainer {
    min-height: 420px;
  }
}
@media screen and (max-width: 989px) {
  .header .headerContainer .hamburger {
    display: block;
  }
  .header .headerContainer .hamburger a {
    color: #ffffff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .header .headerContainer .hamburger a:hover {
    color: #19c8ff;
  }
  .header .headerContainer .buttons {
    /*padding-right: 40px;*/
  }
  .startupmatcher .top {
    padding: 150px 0 30px;
  }
  .startupmatcher .top h2 {
    font-size: 30px;
  }
  .startupmatcher .top .buttons {
    padding: 10px 0 0 0;
  }
  .startupmatcher .logos ul li {
    padding: 20px 0;
  }
  .startupmatcher .offers .sidebar {
    width: 33.33%;
  }
  .startupmatcher .offers .sidebar .mainCategories ul li a {
    padding: 15px 15px 15px 50px;
  }
  .startupmatcher .offers .sidebar .mainCategories ul li.category1 {
    background: url(../images/category1.png) 30px center no-repeat;
    background-size: 15px auto;
  }
  .startupmatcher .offers .sidebar .mainCategories ul li.category1.current {
    background: #f9fbff url(../images/category1c.png) 30px center no-repeat;
    background-size: 15px auto;
  }
  .startupmatcher .offers .sidebar .mainCategories ul li.category2 {
    background: url(../images/category2.png) 30px center no-repeat;
    background-size: 15px auto;
  }
  .startupmatcher .offers .sidebar .mainCategories ul li.category2.current {
    background: #f9fbff url(../images/category2c.png) 30px center no-repeat;
    background-size: 15px auto;
  }
  .startupmatcher .offers .sidebar .mainCategories ul li.category3 {
    background: url(../images/category3.png) 30px center no-repeat;
    background-size: 15px auto;
  }
  .startupmatcher .offers .sidebar .mainCategories ul li.category3.current {
    background: #f9fbff url(../images/category3c.png) 30px center no-repeat;
    background-size: 15px auto;
  }
  .startupmatcher .offers .sidebar .filter {
    margin-top: 15px;
  }
  .startupmatcher .offers .sidebar .filter .headline {
    padding: 20px 25px;
  }
  .startupmatcher .offers .sidebar .filter .list {
    height: 467px;
    padding: 0 25px;
  }
  .startupmatcher .offers .sidebar .filter .list ul li {
    padding-bottom: 0px;
  }
  .startupmatcher .offers .sidebar .filter .list ul li input[type="checkbox"] + label {
    padding-right: 10px;
  }
  .startupmatcher .offers .itemsColumn {
    width: 66.66%;
  }
  .startupmatcher .offers .itemsColumn .headline {
    padding: 14px 25px 13px;
    font-size: 16px;
  }
  .startupmatcher .offers .itemsColumn .items.col3 .item {
    width: 50%;
  }
  .startupmatcher .offers .itemsColumn .items.col4 .item {
    width: 50%;
  }
  .startupmatcher .offers .itemsColumn .items.col5 .item {
    width: 33.33%;
  }
  .numbers .items {
    margin: 0 -5px;
  }
  .numbers .items .item {
    float: none;
    display: block;
    width: auto;
  }
  .numbers .items .item .itemContainer {
    padding: 20px 0;
    margin: 5px;
  }
  .numbers .items .item .itemContainer .count {
    font-size: 28px;
  }
  .numbers .items .item.itemBg1 .itemContainer {
    padding: 20px 0;
    background: #ffffff;
  }
  .numbers .items .item.itemBg2 .itemContainer {
    padding: 20px 0;
    background: #ffffff;
  }
  .numbers .items .item.itemBg3 .itemContainer {
    padding: 20px 0;
    background: #ffffff;
  }
  .features {
    padding: 80px 0 90px;
  }
  .features .button {
    padding: 50px 0 0 0;
  }
  .features .featuresWrapper .column .icon {
    height: 80px;
  }
  .features .featuresWrapper .column .title {
    font-size: 20px;
    padding: 20px 0 10px;
  }
  .header .headerContainer .nav {
    display: none;
  }
  body,
  html {
    font-size: 14px;
  }
  .news {
    padding: 40px 0 50px;
  }
  .news .item {
    padding: 50px 0 0 0;
  }
  .news .item .itemContainer .descColumn {
    padding-left: 40px;
  }
  .news .item .itemContainer .descColumn h4 a {
    font-size: 22px;
  }
  .news .item .itemContainer .descColumn .button {
    padding: 20px 0 0 0;
  }
  .footer {
    padding: 30px 0 60px;
  }
  .investors h2 {
    font-size: 30px;
  }
  .investors .desc {
    font-size: 16px;
    padding: 15px 0 40px;
  }
  .investors .buttons a {
    padding: 12px 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 799px) {
  .howWorks {
    padding-bottom: 60px;
  }
  .howWorks .items {
    margin: 0;
    padding-top: 0;
  }
  .howWorks .items .item {
    display: block;
    margin-top: 90px;
    width: auto;
  }
  .howWorks .items .item .itemContainer {
    font-size: 16px;
    margin: 15px 0;
    padding: 35px;
    min-height: 0;
    text-align: center;
  }
  .howWorks .items .item .itemContainer .title {
    min-height: 80px;
    font-size: 18px;
    padding: 0;
  }
  .howWorks .items .item .itemContainer .title span {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    margin: 15px auto;
  }
  .threeBoxes {
    padding: 90px 0;
  }
  .threeBoxes .items {
    font-size: 0;
    margin: 0;
  }
  .threeBoxes .items .item {
    display: block;
    width: auto;
    text-align: center;
  }
  .threeBoxes .items .item .itemContainer {
    margin: 15px 0;
    padding: 30px;
    min-height: 0;
  }
  .logosSection {
    padding: 60px 0 10px 0;
  }
  .logosSection .iconRow {
    display: inline-block;
    margin: 20px;
    text-align: center;
    padding: 30px 0;
  }
  .logosSection ul {
    margin-top: -40px !important;
  }
}
@media screen and (max-width: 1000px) {

  .footerLastCol{
    padding-top: 40px;
  }

  .startupmatcher .top {
    padding: 110px 0 30px;
  }
  .startupmatcher .top h2 {
    font-size: 24px;
  }
  .startupmatcher .offers {
    display: block;
    width: auto;
  }
  .startupmatcher .offers .sidebar {
    display: block;
    width: auto;
    float: none;
  }
  .startupmatcher .offers .sidebar .mainCategories ul {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .startupmatcher .offers .sidebar .filter {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .startupmatcher .offers .sidebar .filter .list {
    height: 200px;
  }
  .startupmatcher .offers .itemsColumn {
    display: block;
    width: auto;
    float: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
  }
  .startupmatcher .offers .itemsColumn .items.col3 .item {
    width: auto;
  }
  .startupmatcher .offers .itemsColumn .items.col4 .item {
    width: auto;
  }
  .startupmatcher .offers .itemsColumn .items.col5 .item {
    width: auto;
  }
  .startupmatcher .offers .itemsColumn .items .item {
    float: none;
  }
  .logos ul li img {
    width: 50%;
  }
  .news .item .itemContainer {
    display: block;
    width: auto;
  }
  .news .item .itemContainer .descColumn {
    padding-left: 0px;
    display: block;
    width: auto;
    padding: 40px 0 0 0;
    text-align: center;
  }
  .news .item .itemContainer .descColumn h4 a {
    font-size: 22px;
  }
  .news .item .itemContainer .descColumn .button {
    padding: 20px 0 0 0;
  }
  .news .item .itemContainer .descColumn .date {
    padding: 0 0 15px 0;
  }
  .headline h3 {
    padding-bottom: 10px;
    font-size: 22px;
  }
  .features {
    padding: 60px 0 60px;
  }
  .features .button {
    padding: 40px 0 0 0;
  }
  .features .featuresWrapper {
    float: none;
    display: block;
    width: auto;
  }
  .features .featuresWrapper .column {
    float: none;
    display: block;
    width: auto;
    padding: 40px 0 0 0;
  }
  .footer {
    text-align: center;
  }
  .footer .row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .contact .headline {
    padding: 90px 0 40px;
    text-align: center;
  }
  .contact .headline h2 {
    font-size: 30px;
  }
  .contact .headline .desc {
    font-size: 16px;
    padding: 10px 0 0 0;
  }
  .contact .frame {
    width: 100%;
    max-width: none;
    padding: 30px 35px 35px;
    margin-bottom: 50px;
    text-align: center;
  }
  .contact .frame .title {
    font-size: 16px;
  }
  .contact .frame .city {
    padding: 20px 0 10px;
    font-size: 22px;
  }
  .investors h2 {
    font-size: 26px;
    text-align: center;
  }
  .investors .columnRight {
    float: none;
    width: auto;
    text-align: center;
  }
  .investors .columnRight .columnContainer {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .investors .columnRight .columnContainer img {
    width: 80%;
  }
  .investors .columnLeft {
    float: none;
    width: auto;
    text-align: center;
  }
  .investors .columnLeft .columnContainer {
    padding-right: 0;
  }
  .logosSection {
    padding: 60px 0 0 0;
  }
  .logosSection .iconRow {
    padding: 30px 0;
  }
  .logosSection ul {
    margin-top: -30px !important;
  }
}
@media screen and (max-width: 459px) {
  .menuMobile .buttons {
    display: block;
  }
  .header .headerContainer .buttons {
   padding-top: 5px;
  }
}

.iconRow img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.5;
  display: inline-block;
  text-align: center;
}


.features{
  -webkit-font-smoothing: antialiased !important;
}

.startupmatcher{
  -webkit-font-smoothing: antialiased !important;
}

.numbers{
  padding-bottom:60px;
  margin-top: -20px;
  -webkit-font-smoothing: antialiased !important;
}

.lpLogos{
  margin-bottom: 40px;
}

.desc a:hover{
  color: #fff;
  opacity: 0.7;
}

.desc a{
  color: #fff;
  opacity: 1;
}

.frame .icon_url{
  color: #222232;
}


/*HEADER*/

.header{
  height: 65px;
  font-family: 'ProximaNova-Regular';
}

.moreDropdown .dropdown,  .moreDropdown .dropdown #profile-dropdown {
  font-size: 14px;
  font-family: ProximaNova;
  padding-top: 4px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  letter-spacing: 0px;
  color: #fff;
  margin-top: 2px;
  margin-left: -5px
}

 .moreDropdown .dropdown #profile-dropdown span {
  opacity: 0.6;
}

.moreDropdown .dropdown:hover{
  opacity: 1;
}

.dropdown #profile-dropdown{
  margin-top:5px;
}

.moreDropdown .dropdown .profile-section-caret, .navbar-profile-section .dropdown .profile-section-caret,{
  margin-left: 5px;
  color: #ffff;
}
.fa-chevron-down.profile-section-caret{
  font-size: 14px;
  margin-left: 3px;
}




.header .profile-section-btn.btn{
  margin:0;
  padding:0;
  margin-left: 5px;
  top: -5px;
}

.header .profile-section-btn.btn:hover, .header .profile-section-btn.dropdown-toggle{
  background-color: #222232;

}


.header, .menuMobile{
  -webkit-font-smoothing: antialiased !important;
}

.header .logo h1{
  margin-top: 0;
  font-family: 'ProximaNova-Regular';
  display: inline-block;
  float:left;
}

.header .logo .navbar-brand{
  display: inline-block;
  float:left;
}


.header .headerContainer .hamburger{
  float: left;
  right: inherit;
}

.header .headerContainer .close{
  float: left;
  right: inherit;
}

.profile-section-btn {
  display: inline-block;
  color: #FFF;
  border: none;
  background-color: transparent;
  font-size: 20px;
  padding: 5px 8px;
  margin-left: 0px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 3px;
  position: relative;
  -webkit-transition: background-color .1s;
  transition: background-color .1s;
  cursor: pointer;
}

@media (max-width: 739px){
  .header .profile-section-btn.btn{
    top: 0;
  }

  .login-register-buttons, .navbar-profile-section{
    display: inline-block;
    margin-top: -5px;
    float: right;
  }

  .header .headerContainer .logo{
    display: none;
  }
}

.navbar-profile-section {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top:5px;
}

.profile-section-img {
  display: inline-block;
  vertical-align: middle;
  color: white;
  height: 25px;
  position: relative;
}

.header .dropdown{
  display: inline-block;
}


.moreDropdown .dropdown-menu li{
  width: 100%;
  margin-left: 0px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  text-align: center;
}

.moreDropdown .dropdown-menu li a:hover{
  background-color: #1f1f28;
}


.navbar-profile-section .dropdown-menu li{
  width: 100%;
  margin-left: 0px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  text-align: left;
  opacity: 0.7;
}

.navbar-profile-section .dropdown-menu li a:hover{
  background-color: #1f1f28;
}

.navbar-profile-section .dropdown-menu{
  background: #222232;
}



.filterOptions .dropdown-menu::before{

  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 26px;
  position: absolute;
  top: -8px;

}

.filterOptions .dropdown-menu::after{
  border-bottom: 8px solid #222232;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 26px;
  position: absolute;
  top: -7px;
}


.navbar-profile-section .dropdown-menu::before{
  color: #222232;
}

.moreDropdown .dropdown-menu{
  background: #222232;
}

.moreDropdown .dropdown-menu::before{
  color: #222232;
}

.moreDropdown .dropdown-menu{
  margin-top:25px!important;
  margin-left: -60px!important;
}

.navbar-profile-section .dropdown-menu{
  margin-top:25px!important;
  margin-left: -60px!important;
}


.navbar-profile-section .dropdown-menu>li>a{
  color: #ffffff;
}


.navbar-profile-section .img-container{
  display: inline-block;
  margin-right: 10px;
}


 .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover{
  background: #222232!important;
}







.profile-section-btn .dropdown-toggle .dropdown-menu ul{
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}


.hamburger{
  display:none;
}

.close{
  display:none;
}

.mobileBtns{
  display: none;
}

.headlineArrow{
  display: none;
}


.dropdown-menu::before {
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 86px;
  position: absolute;
  top: -8px;
}
.dropdown-menu::after {
  border-bottom: 8px solid #222232;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 86px;
  position: absolute;
  top: -7px;
}




@media screen and (max-width: 989px){

  .headlineArrow{
    display: inline-block;
    margin-left: 10px;
  }

  .listHide{
    display: none;
  }

  .listShow{
    display: block;
    margin-bottom: 20px;
  }

  .filterOpen{  padding-bottom: 20px!important;}

  .hamburger{
    display:inline-block;
  }

  .header .headerContainer .hamburger, .navbar-profile-section {
    margin-top: 4px;
  }

  .dropdown #profile-dropdown{
    margin-top: 0px;
  }

  .navbar-profile-section .dropdown-menu{
    margin-left: auto!important;
    margin-right: auto!important;
    right: 25px;
    left: 25px;
    position: fixed;
    margin-top: 10px!important;
    /*margin-left: -10px;*/
  }

  .dropdown-menu::before, .dropdown-menu::after{
    display: none;
  }

  .mobileBtns{
    display: inline-block;
  }

  .startupmatcher .top .buttons a{
    padding: 12px 10px!important;
  }

  .lpLogo{
    display: none;
  }

  .startupmatcher .offers .sidebar .mainCategories ul li.current a {
    border-left: 0px;
    border-bottom: solid 2px #3f7eff;
  }

  .startupmatcher .offers .sidebar .mainCategories ul li{
    width: 33%;
    display: inline-block;
  }

  .category3{
    width: 34%!important;
  }

}



.menuMobile .buttons {
  padding-top:5px;
  padding-bottom: 10px;
}

.header .profile-section-badge {
  color: #FFF;
  background-color: #F52834;
  position: absolute !important;
  height: 16px;
  font-size: 12px;
  padding: 0 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  right: 0;
  top: 0;
}

.separating{
  border-bottom: 1px solid gray;
}

.startupmatcher .offers .sidebar .filter .list ul li label {
  -webkit-font-smoothing: antialiased !important;
  font-family: ProximaNova-Regular;
  font-weight: 100;
}


.hd{
  display: none!important;
}

.sh{
  display: inline-block!important;
}



@media screen and (min-width: 1500px) {

  .offers .sidebar .filter .list {
    height: 480px!important;
  }

}

@media screen and (min-width: 1600px) {

  .offers .sidebar .filter .list {
    height: 475px!important;
  }

}










.header.background.startuplab, .startuplab .moreDropdown .dropdown-menu{
  background-color: #ff3c3d;
}

.startuplab .moreDropdown .dropdown #profile-dropdown span{
  opacity: 1;
  font-weight: 600;
}


.header.startuplab .profile-section-btn.btn:hover, .header.startuplab .profile-section-btn.dropdown-toggle{
  background-color: #ff3c3d;
}

.header.startuplab .headerContainer .nav ul li a{
  opacity: 1;
  font-weight: 600;
}

.header.startuplab .headerContainer .buttons ul li a.border{
  border-left: solid 2px #fff!important;
  border-right: solid 2px #fff!important;

}

.header .headerContainer .buttons ul li a {
  font-weight: 700;
  opacity: 1;
  color: #fff;
}

.header.startuplab .headerContainer .buttons ul li a .borderTop{
  background: #fff;
}

.header.startuplab .headerContainer .buttons ul li a .borderBottom{
  background: #fff;
}

.header.startuplab .profile-section-btn.btn:hover, .header.startuplab .profile-section-btn.dropdown-toggle{
  background-color: #ff3c3d;

}

.startuplab .dropdown-menu::after {
  border-bottom: 8px solid #ff3c3d;
}

.startuplabBtn{
  background: #ff3c3d!important;
}







/*SM 2*/

.alignCenter {
  text-align: center;
}

.justify-content-center {
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.logosSection2 {
  margin-top: 60px;
}

.logosSection2 .iconRow {
  padding: 60px 0;
  text-align: center;
  height: 120px;

}

.macBook {
  position: relative;
  text-align: center;
}

.macBook img {
  max-width: 90%;
  padding-bottom: 40px;
}

.recruitSuccessText{
  font-size: 17px;
}

.textBoxBg{
  background-color: #222232;
}

.textBoxWrapper{
  padding-top:100px;
}

.itemTextBox{
  font-size: 16px;
  background: rgba(255, 255, 255, 0.05);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 50px;
  position: relative;
  color: #b0b0ca;
}

.wrapperText{
  padding-bottom: 100px;
}



.LpCTA {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 25px!important;
  margin: 0 10px;
  color: #ffffff;
  -webkit-transition: 0.2s !important;
  -moz-transition: 0.2s !important;
  -o-transition: 0.2s !important;
  transition: 0.2s !important;
  border-left: solid 2px #e84976;
  border-right: solid 2px #eb9b55;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
}

.LpCTA {
  background: #e84976;
  background: -moz-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: -webkit-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: linear-gradient(to right, #e84976 0%, #eb9b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84976', endColorstr='#eb9b55', GradientType=1);
}

.LpCTA:hover {
  color: rgba(255, 255, 255, 0.7);
}

.LpCTA a .borderTop {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #e84976;
  background: -moz-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: -webkit-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: linear-gradient(to right, #e84976 0%, #eb9b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84976', endColorstr='#eb9b55', GradientType=1);
}

.LpCTA a .borderBottom {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: #e84976;
  background: -moz-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: -webkit-linear-gradient(left, #e84976 0%, #eb9b55 100%);
  background: linear-gradient(to right, #e84976 0%, #eb9b55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e84976', endColorstr='#eb9b55', GradientType=1);
}


.mt60{
  margin-top: 60px
}


.jobTab{
  padding-left: 150px;
  padding-right: 170px;
}


.recruitForm{
  background-color: #F4F4F4;
  padding-bottom: 100px;
}

.recruitFormWrapper .label{
  font-weight: 700;
  color: #000!important;
  padding-left: 0px;
}


.feTitle{
  color: #fff;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 0.5;
}

.feTitle img{
  width: 200px;
  opacity: 0.9;
}


.dropdown-menu::before

.navbar-profile-section .dropdown-menu li:hover {
  color: white!important;
  opacity: 1.0!important;
}
