@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@media (max-width: 640px) {
  .hidden-xxs {
    display: none;
  }
}
.bottom-sep {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
.top-sep {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.sub-upper-font {
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 400;
}
.main-bold-font {
  font-weight: 600;
  font-family: Open Sans;
}
body {
  background: #fbfbfb;
  padding-top: 100px;
  font-size: 14px;
  font-family: Open Sans !important;
  color: #222;
  position: relative;
}
body .container {
  line-height: 1.8;
}
@media (max-width: 992px) {
  body {
    padding-top: 50px;
  }
}
h1,
h2,
h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Montserrat;
  font-weight: 300;
}
a {
  color: #7db924;
}
a:focus,
a:hover {
  color: #7db924;
  text-decoration: none;
  -moz-text-decoration-color: inherit;
}
a h1,
a h2,
a h3,
a h4,
a h5 {
  color: #222;
}
img {
  max-width: 100%;
  max-height: 100%;
}
strong {
  font-weight: 600;
}
.btn {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 28px;
  border-radius: 3px;
  border: none;
}
.btn-default {
  background: #222;
  color: #fff;
  border: 2px #222 solid;
}
.btn-default:hover {
  color: #fff;
  background: black;
}
.btn-main {
  background: #7db924;
}
.btn-main:hover {
  background: #608e1c;
}
.btn-ghost {
  background: transparent;
  border: 2px rgba(0, 0, 0, 0.8) solid;
  color: rgba(0, 0, 0, 0.8);
}

.btn-ghost:hover {
  border: 2px rgba(0, 0, 0, 1) solid;
  color: rgba(0, 0, 0, 1);
}

.btn-ghost-grey {
  background: transparent;
  border: 2px rgba(0, 0, 0, 0.5) solid;
  color: rgba(0, 0, 0, 0.5);
}

.btn-primary {
  background: #7db924;
  border: #7db924 2px solid;
}
.btn-primary:hover {
  border: #7db924 2px solid;
  background: #608e1c;
}
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  border: #7db924 2px solid;
  background: #436413;
}
.post-misc {
  position: absolute;
  left: -40px;
}
.post-misc .social-btn {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 40px;
}
.post-misc .social-btn i {
  vertical-align: middle;
  color: white;
}
.post-misc .facebook-btn {
  background: #3b5999;
}
.post-misc .linkedin-btn {
  background: #0077B5;
}
.post-misc .twitter-btn {
  background: #55acee;
}
.post-misc .googleplus-btn {
  background: #dd4b39;
}
.post-misc .comments-btn {
  position: relative;
  background: #696969;
}
.post-misc .comments-btn .label {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  font-weight: normal;
  border-radius: 50%;
}
.post-misc-mobile {
  position: absolute;
  left: -40px;
  height: 40px;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.0785);
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  transition: all 0.3s ease;
}
.post-misc-mobile .social-btn {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 40px;
}
.post-misc-mobile .social-btn i {
  vertical-align: middle;
  color: white;
}
.post-misc-mobile .facebook-btn {
  background: #3b5999;
}
.post-misc-mobile .linkedin-btn {
  background: #0077B5;
}
.post-misc-mobile .twitter-btn {
  background: #55acee;
}
.post-misc-mobile .googleplus-btn {
  background: #dd4b39;
}
.post-misc-mobile .comments-btn {
  position: relative;
  background: #696969;
}
.post-misc-mobile .comments-btn .label {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  font-weight: normal;
  border-radius: 50%;
}
.post-misc-mobile .post-misc-socialbtns {
  float: left;
}
.post-misc-mobile .post-misc-socialbtns .social-btn {
  display: inline-block;
  line-height: 40px;
  background: transparent;
  width: 40px;
  height: 100%;
  margin: 0;
}
.post-misc-mobile .post-misc-socialbtns .social-btn i {
  font-size: 12px;
}
.post-misc-mobile .post-misc-socialbtns .facebook-btn i {
  color: #3b5999;
}
.post-misc-mobile .post-misc-socialbtns .linkedin-btn i {
  color: #0077B5;
}
.post-misc-mobile .post-misc-socialbtns .twitter-btn i {
  color: #55acee;
}
.post-misc-mobile .post-misc-socialbtns .googleplus-btn i {
  color: #dd4b39;
}
.post-misc-mobile .post-misc-nextpost {
  float: right;
  line-height: 40px;
}
.post-misc-mobile .post-misc-nextpost .next {
  color: #696969;
}
.post-misc-mobile .post-misc-nextpost i {
  margin-left: 10px;
  color: #696969;
  margin-right: 10px;
}
.post-misc-hidden {
  transform: translateY(50px);
}
.post-misc-visible {
  transform: translateY(0);
}
span.label,
a.label {
  border-radius: 0;
  font-family: Montserrat;
  text-transform: uppercase;
}
span.label-default,
a.label-default {
  background: #222;
}
.company-img {
  border: 1px solid #f2f2f2;
  background: white;
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}
.company-img img {
  vertical-align: middle;
  text-align: center;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.user-img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
  height: 32px;
  width: 32px;
}
.misc {
  font-size: 11px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 400;
  color: #888888;
}
.misc a,
.misc a:hover {
  color: inherit;
  text-decoration: none;
}
.misc-left {
  font-size: 10px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 400;
  color: #888888;
  margin-left: -15px;
}
.misc-left a,
.misc-left a:hover {
  color: inherit;
  text-decoration: none;
}
.misc-left i {
  margin-left: 15px;
  margin-right: 5px;
  font-size: 10px;
}
.misc-right {
  font-size: 10px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 400;
  color: #888888;
}
.misc-right a,
.misc-right a:hover {
  color: inherit;
  text-decoration: none;
}
.misc-right i {
  font-size: 10px;
  margin-left: 20px;
}
.box-view-basic {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  border-radius: 4px !important;  
}
.box-view-basic h2 {
  font-weight: 400;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.box-view {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.box-view h2 {
  font-weight: 400;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.box-view a.btn-edit {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1em;
}
.box-view h3 {
  font-size: 1em;
  font-weight: 500;
}
.box-view-transparent {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 20px;
  display: block;
  margin-bottom: 20px;
  position: relative;
  background: transparent;
  border: none;
}
.box-view-transparent h2 {
  font-weight: 400;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.box-view-transparent a.btn-edit {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 1em;
}
.box-view-transparent h3 {
  font-size: 1em;
  font-weight: 500;
}
.nav-tabs {
  margin-bottom: 10px;
}
.nav-tabs li {
  font-family: Montserrat;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8em;
}
.nav-tabs li a,
.nav-tabs li a:hover,
.nav-tabs li a:active,
.nav-tabs li a:focus,
.nav-tabs li a:visited {
  border: none;
  border-radius: none;
  background: transparent;
  color: #888888;
}
.nav-tabs li.active a,
.nav-tabs li:hover a,
.nav-tabs li:active a,
.nav-tabs li:focus a,
.nav-tabs li.active a:hover,
.nav-tabs li:hover a:hover,
.nav-tabs li:active a:hover,
.nav-tabs li:focus a:hover,
.nav-tabs li.active a:active,
.nav-tabs li:hover a:active,
.nav-tabs li:active a:active,
.nav-tabs li:focus a:active,
.nav-tabs li.active a:focus,
.nav-tabs li:hover a:focus,
.nav-tabs li:active a:focus,
.nav-tabs li:focus a:focus,
.nav-tabs li.active a:visited,
.nav-tabs li:hover a:visited,
.nav-tabs li:active a:visited,
.nav-tabs li:focus a:visited {
  border: none;
  color: rgba(0, 0, 0, 0.8);
  background: none;
  border: 1px solid #222;
  border-width: 0px 0px 4px 0px;
  font-family: Montserrat;
}
.table-headers-block {
  font-weight: 400;
  font-family: Montserrat;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 10px;
  font-size: 12px;
}
@media (max-width: 992px) {
  .table-headers-block {
    display: none;
  }
}
label {
  padding-left: 0 !important;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
legend {
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: bold;
}
.form-control {
  outline: none;
  border-width: 0 0 1px 0;
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.input-group-addon {
  outline: none;
  border-width: 0 0 1px 0;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 0px solid #fbfbfb;
  background: #fbfbfb;
}
.input-group-addon:focus {
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.input-group {
  width: 100%;
}
.form-control-dropdown {
  background: transparent;
  outline: none;
  border-width: 0 0 1px 0;
  box-shadow: none;
  border-radius: 0;
}
.form-control-dropdown:focus {
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.form-group {
  margin-bottom: 20px;
}
.comment-container {
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 0 0 0;
}
.comment-container a.comment-view-all {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.comment-container .comment-block {
  margin-bottom: 10px;
}
.comment-container .comment-block .comment-username {
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
.comment-container .comment-block .comment-username .comment-usertitle {
  font-weight: normal;
  color: #9a9a9a;
}
.comment-container .comment-block .comment-text {
  margin: 0;
}
.comment-container .comment-block .comment-misc {
  font-size: 0.8em;
  color: #9a9a9a;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: Montserrat;
}
.comment-container .comment-block .comment-misc a {
  color: inherit;
  margin-left: 10px;
}
.comment-container .comment-block .reply-block {
  margin-left: 42px;
}
.comment-container .user-img {
  width: 32px;
  height: 32px;
  float: left;
}
.comment-container .comment-body {
  margin-left: 42px;
  margin-bottom: 10px;
}
.comment-container .comment-add button {
  font-size: 0.7em;
  padding: 8px 24px;
}
nav.navbar-fixed-top {
  border-bottom: 4px solid transparent;
  border: none;
  background: transparent;
}
nav.navbar-fixed-top .navbar-hover ul {
  display: none;
}
nav.navbar-fixed-top .navbar-hover:hover ul {
  display: block;
}
nav.navbar-fixed-top .navbar-click ul {
  display: none;
}
nav.navbar-fixed-top .navbar-click .navbar-close {
  display: none;
}
nav.navbar-fixed-top .navbar-click .navbar-open {
  display: block;
}
nav.navbar-fixed-top .has-badge i {
  position: relative;
}
nav.navbar-fixed-top .has-badge .badge {
  background: #e74c3c;
  position: absolute;
  font-size: 10px;
  padding: 3px 5px;
  top: -6px;
  right: -8px;
  font-family: Open Sans;
}
nav.navbar-fixed-top .firstNav {
  background: #222 !important;
  position: relative;
  z-index: 100;
  /*
    .navbar-header{
      .navbar-brand{
        margin-left: 0;
        padding: @magic-number;
        img{
          max-height: 100%;
        }
      }
    } 
    */
}
nav.navbar-fixed-top .firstNav #navbar .navbar-right .dropdown-menu {
  background-color: #fff;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > li > a {
  color: #f1f1f1;
  font-family: Montserrat;
  font-weight: 300;
  letter-spacing: 0.2px;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > li > a:hover,
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > li > a:focus,
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > li > a:active {
  color: #fff;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > li.open > a,
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > .open > a,
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > li.open > a:hover,
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > .open > a:hover,
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > li.open > a:focus,
nav.navbar-fixed-top .firstNav #navbar .navbar-nav > .open > a:focus {
  background: #000;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-search {
  margin-top: 8px;
  width: 30%;
  font-size: 12px;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-search .form-group {
  width: 100%;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-search .form-group input {
  width: 100%;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-search .form-control {
  height: 28px;
  border-radius: 3px 0px 0px 3px ;
  border: none;
  font-size: inherit;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-search .input-group-addon {
  padding: 0;
  height: 28px;
  background: white !important;
  width: 36px;
  margin: 0;
  font-size: 11px;
  border-radius: 0px 3px 3px 0px;
  border: 0;
}
nav.navbar-fixed-top .firstNav #navbar .navbar-search .input-group-addon button {
  border: 0;
  background: transparent;
}
@media (max-width: 768px) {
  nav.navbar-fixed-top .firstNav #navbar .navbar-right {
    margin-top: 0;
    margin-bottom: 0;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .navbar-logo img {
    height: 80%;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right > li {
    float: left;
    width: 16.66666667%;
    position: relative;
    text-align: center;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right > li > a {
    color: #fff;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .dropdown:not(.navbar-search-mobile) {
    position: static;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .dropdown:not(.navbar-search-mobile) div.dropdown-menu,
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .dropdown:not(.navbar-search-mobile) ul.dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .dropdown:not(.navbar-search-mobile) div.dropdown-menu > ul.dropdown-menu,
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .dropdown:not(.navbar-search-mobile) ul.dropdown-menu > ul.dropdown-menu {
    position: initial;
    overflow-y: initial;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .navbar-search-mobile {
    position: static;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .navbar-search-mobile .navbar-search {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right .navbar-search-mobile .dropdown-menu {
    position: absolute;
    border: 1px solid #f2f2f2;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right #navbar-secnav li {
    border-bottom: 1px solid #e5e5e5;
  }
  nav.navbar-fixed-top .firstNav #navbar .navbar-right #navbar-secnav li img {
    height: 20px;
    margin-right: 10px;
  }
}
nav.navbar-fixed-top .secNav {
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
  position: relative;
  z-index: 99;
}
nav.navbar-fixed-top .secNav .container .navbar-nav {
  border: 1px solid rgba(128, 128, 128, 0.1);
  border-width: 0 0 0 1px;
}
nav.navbar-fixed-top .secNav .container .navbar-nav li {
  border: 1px solid rgba(128, 128, 128, 0.1);
  border-width: 0 1px 0 0;
}
nav.navbar-fixed-top .secNav .container .navbar-nav li:hover {
  background: rgba(0, 0, 0, 0.03);
  transition: background-color 300ms ease;
}
nav.navbar-fixed-top .secNav .container .navbar-nav a {
  display: table-cell;
  vertical-align: middle;
  padding: 8px 15px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
}
nav.navbar-fixed-top .secNav .container .navbar-nav a img {
  height: 20px;
  margin-right: 8px;
}
nav.navbar-fixed-top .secNav .container .navbar-nav a span {
  vertical-align: middle;
}
.navbar-noti div.dropdown-menu > ul.dropdown-menu,
.navbar-messages div.dropdown-menu > ul.dropdown-menu {
  display: block;
  position: initial;
  border-radius: 0;
  box-shadow: none;
  border: none;
}
@media (max-width: 768px) {
  .navbar-noti div.dropdown-menu > ul.dropdown-menu,
  .navbar-messages div.dropdown-menu > ul.dropdown-menu {
    height: calc(0%);
  }
}
.navbar-noti div.dropdown-menu .dropdown-sticky-itemscount,
.navbar-messages div.dropdown-menu .dropdown-sticky-itemscount {
  font-size: 12px;
  padding: 5px 20px;
  background: #fbfbfb;
  font-weight: 600;
  margin-top: -5px;
}
.navbar-noti div.dropdown-menu .dropdown-sticky-viewall,
.navbar-messages div.dropdown-menu .dropdown-sticky-viewall {
  font-size: 12px;
  padding: 5px 20px;
  background: #fbfbfb;
  font-weight: 600;
  text-align: center;
  padding: 0px 20px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .navbar-noti div.dropdown-menu .dropdown-sticky-itemscount,
  .navbar-messages div.dropdown-menu .dropdown-sticky-itemscount {
    height: 34px;
  }
  .navbar-noti div.dropdown-menu .dropdown-sticky-viewall,
  .navbar-messages div.dropdown-menu .dropdown-sticky-viewall {
    height: 24px;
  }
}
.navbar-noti ul.dropdown-menu,
.navbar-messages ul.dropdown-menu {
  min-width: 320px;
  max-width: 100%;
  max-height: 400px;
  overflow-x: hidden;
}
.navbar-noti ul.dropdown-menu > li a,
.navbar-messages ul.dropdown-menu > li a {
  white-space: normal;
  border-bottom: 1px #e5e5e5 solid;
  padding-top: 10px;
}
.navbar-noti ul.dropdown-menu > li a p,
.navbar-messages ul.dropdown-menu > li a p {
  margin-left: 42px;
  margin-top: 0;
}
.navbar-noti ul.dropdown-menu > li a img,
.navbar-messages ul.dropdown-menu > li a img,
.navbar-noti ul.dropdown-menu > li a .user-img,
.navbar-messages ul.dropdown-menu > li a .user-img {
  width: 32px;
  margin-right: 10px;
  float: left;
}
.navbar-noti ul.dropdown-menu > li a .time,
.navbar-messages ul.dropdown-menu > li a .time {
  font-size: 0.8em;
}
.navbar-profile .user-img {
  width: 17px;
  height: 17px;
}
.navbar-profile i {
  margin-right: 10px;
}
.navbar-profile ul.navbar-profile-companies {
  padding: 10px 40px;
}
.navbar-profile ul.navbar-profile-companies li {
  list-style: none;
  margin-bottom: 10px;
}
.navbar-profile ul.navbar-profile-companies li .company-img {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.navbar-profile ul.navbar-profile-companies li .company-name {
  color: #222;
}
.nav-hidden {
  transform: translateY(-100px);
}
.nav-visible {
  transform: translateY(0);
}
.big-hero {
  background-size: cover;
  height: 480px;
  width: 100%;
  color: #fff;
  font-family: Montserrat;
  margin-bottom: 20px;
  position: relative;
  margin-top: -54px;
}
.big-hero .container {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.big-hero .container h1 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 400;
  font-size: 3vw;
}
.big-hero .container .hero-button {
  margin-top: 40px;
  background: white;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  font-weight: 700;
  padding: 12px 40px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.42);
}
.big-hero .container .hero-button i {
  margin-right: 10px;
}
.big-hero .container h2 {
  margin-top: 10px;
  color: #fff;
}
.big-hero .container h2 a {
  font-size: 0.6em;
  color: inherit;
}
.big-hero .overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.big-hero .overlay-jobs {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4ca2e2+0,4ca2e2+100&0.9+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(76, 162, 226, 0.9) 0%, rgba(76, 162, 226, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(76, 162, 226, 0.9) 0%, rgba(76, 162, 226, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(76, 162, 226, 0.9) 0%, rgba(76, 162, 226, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e64ca2e2', endColorstr='#b34ca2e2', GradientType=0);
  /* IE6-9 */
}
.big-hero .overlay-startups {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e74c3c+0,e74c3c+100&0.9+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(231, 76, 60, 0.9) 0%, rgba(231, 76, 60, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(231, 76, 60, 0.9) 0%, rgba(231, 76, 60, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(231, 76, 60, 0.9) 0%, rgba(231, 76, 60, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e74c3c', endColorstr='#b3e74c3c', GradientType=0);
  /* IE6-9 */
}
.big-hero .overlay-investors {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e44ad+0,8e44ad+100&0.9+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(142, 68, 173, 0.9) 0%, rgba(142, 68, 173, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(142, 68, 173, 0.9) 0%, rgba(142, 68, 173, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(142, 68, 173, 0.9) 0%, rgba(142, 68, 173, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e68e44ad', endColorstr='#b38e44ad', GradientType=0);
  /* IE6-9 */
}
.big-hero .overlay-products {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ecc71+0,2ecc71+100&0.9+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(46, 204, 113, 0.9) 0%, rgba(46, 204, 113, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(46, 204, 113, 0.9) 0%, rgba(46, 204, 113, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(46, 204, 113, 0.9) 0%, rgba(46, 204, 113, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e62ecc71', endColorstr='#b32ecc71', GradientType=0);
  /* IE6-9 */
}
.big-hero .overlay-events {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f39c12+0,f39c12+100&0.9+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(243, 156, 18, 0.9) 0%, rgba(243, 156, 18, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(243, 156, 18, 0.9) 0%, rgba(243, 156, 18, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(243, 156, 18, 0.9) 0%, rgba(243, 156, 18, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6f39c12', endColorstr='#b3f39c12', GradientType=0);
  /* IE6-9 */
}
#profile-hero {
  background: url('https://static.pexels.com/photos/7096/people-woman-coffee-meeting.jpg');
  background-size: cover;
  height: 260px;
  color: #fff;
  font-family: Montserrat;
  margin-bottom: 20px;
}
#profile-hero .container {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-flow: row;
}
#profile-hero .user-img {
  width: 160px;
  height: 160px;
  margin-right: 20px;
}
#profile-hero .user-info {
  display: flex;
  flex-flow: column;
  color: #fff;
}
#profile-hero .user-info h1 {
  font-weight: 500;
  color: inherit;
}
#profile-hero .user-info h2 {
  margin-top: 0px;
  font-weight: 300;
  font-size: 1.4em;
  color: inherit;
}
#profile-hero .profile-social-list a {
  font-size: 1.6em;
  color: #fff;
  margin-right: 20px;
  margin-top: 20px;
}
#profile-content .box-view {
  width: 640px;
}
#profile-content .profile-side-nav {
  font-family: Montserrat;
}
#profile-content .profile-side-nav .listgroup {
  margin-left: 10px;
}
#profile-content .profile-side-nav .list-group-item {
  background: transparent;
  border: none;
  border-bottom: 2px transparent solid;
  float: left;
  clear: left;
  padding: 10px 4px 0px 4px;
  color: #888888;
  border-radius: 0;
}
#profile-content .profile-side-nav .active,
#profile-content .profile-side-nav .list-group-item:hover {
  border: none;
  border-bottom: 2px solid #222;
  color: rgba(0, 0, 0, 0.8);
}
#profile-content .profile-side-nav .list-parent,
#profile-content .profile-side-nav .list-parent:hover {
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  font-size: 1.2em;
}
#profile-content .profile-exp {
  margin-bottom: 10px;
}
#profile-content .profile-exp .company-img {
  float: left;
  width: 80px;
  height: 80px;
}
#profile-content .profile-exp .profile-exp-info {
  float: left;
  margin-left: 15px;
}
#profile-content .profile-exp .profile-exp-info h4 {
  margin-top: 4px;
}
#profile-content .profile-exp i {
  color: #fff;
}
#profile-content #profile-contributions .article {
  margin: 0 0;
  color: #696969;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  clear: both;
}
#profile-content #profile-contributions .article a:hover {
  text-decoration: none;
}
#profile-content #profile-contributions .article .col {
  padding: 0;
}
#profile-content #profile-contributions .article img {
  width: 100px;
  float: left;
  margin-right: 15px;
}
#profile-content #profile-contributions .article h4,
#profile-content #profile-contributions .article .misc a {
  line-height: 1.5em;
}
#profile-content #profile-contributions .article .misc {
  text-align: right;
}
#profile-content #profile-contributions .article .misc a {
  display: block;
}
#profile-content #profile-contributions .article h4 {
  margin-right: 10px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.1em;
}
#profile-content #profile-contributions .article i {
  margin-left: 5px;
}
.home .home-slider {
  height: auto;
}
.home .home-slider .home-slider-images {
  height: 480px;
  margin: -20px;
  margin-bottom: 0;
  position: relative;
}
.home .home-slider .home-slider-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .home-slider .home-slider-images img.home-slider-image-active {
  z-index: 10;
}
.home .home-slider .home-slider-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: rgba(76, 76, 76, 0);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(24, 24, 24, 0.9) 92%, rgba(19, 19, 19, 0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(92%, rgba(24, 24, 24, 0.9)), color-stop(100%, rgba(19, 19, 19, 0.9)));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(24, 24, 24, 0.9) 92%, rgba(19, 19, 19, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(24, 24, 24, 0.9) 92%, rgba(19, 19, 19, 0.9) 100%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(24, 24, 24, 0.9) 92%, rgba(19, 19, 19, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(24, 24, 24, 0.9) 92%, rgba(19, 19, 19, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}
.home .home-slider .home-slider-title {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 20px;
  display: none;
}
.home .home-slider .home-slider-title a {
  color: #fff;
}
.home .home-slider .home-slider-title a:hover,
.home .home-slider .home-slider-title a:focus {
  text-decoration: none;
}
.home .home-slider .home-slider-title h2 {
  font-size: 2.1em;
  text-transform: none;
  font-weight: 300;
  line-height: 1.3em;
  color: inherit;
}
.home .home-slider .home-slider-title .misc-left {
  color: inherit;
}
.home .home-slider .home-slider-title-active {
  display: block;
  z-index: 11;
}
.home .home-slider ul.home-slider-list {
  list-style: none;
  padding: 0;
  margin-bottom: -10px;
}
.home .home-slider ul.home-slider-list li {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6em;
  position: relative;
}
.home .home-slider ul.home-slider-list li a {
  color: inherit;
}
.home .home-slider ul.home-slider-list li:nth-of-type(2) {
  border: 1px solid #f2f2f2;
  border-width: 0 1px 0 1px;
}
.home .home-slider ul.home-slider-list li.active {
  color: rgba(0, 0, 0, 0.8);
}
.home .home-slider ul.home-slider-list li:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  z-index: 20;
  transform: translate(0, 10px);
  transition: transform 0.5s ease;
}
.home .home-slider ul.home-slider-list li.active:after {
  transform: translate(0, 0);
}
.home .home-feeds {
  padding: 20px;
}
.side-container .side-home-e27 a {
  font-weight: 500;
}
.side-container .side-jobs ul {
  list-style: none;
  padding: 0;
}
.side-container .side-jobs ul li.side-job {
  margin-bottom: 10px;
}
.side-container .side-jobs ul li.side-job .company-img {
  width: 40px;
  height: 40px;
  float: left;
}
.side-container .side-jobs ul li.side-job .side-job-info {
  margin-left: 50px;
}
.side-container .side-jobs ul li.side-job .side-job-info h3,
.side-container .side-jobs ul li.side-job .side-job-info h4,
.side-container .side-jobs ul li.side-job .side-job-info h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.side-container .side-jobs ul li.side-job .side-job-info h3 {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.side-container .side-jobs ul li.side-job .side-job-info h4 {
  font-size: 12px;
  color: #696969;
  font-weight: 600;
}
.side-container .side-jobs ul li.side-job .side-job-info h5 {
  font-size: 12px;
}
.feed {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px #e5e5e5 solid;
  border-width: 0 0 1px 0;
}
.feed-article {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px #e5e5e5 solid;
  border-width: 0 0 1px 0;
}



.feed-article .content h3 {
  margin-top: 0;
  font-weight: 600;
  font-family: Open Sans;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}

.feed-article .content a:visited h3{
  color: gray;
}

.feed-article .content h4 {
  color: gray; 
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-featured-img {
  margin-left: -20px;
  margin-right: -20px;
  height: 300px;
  background: url('http://singaporefintech.com/wp-content/uploads/2016/03/Screen-Shot-2016-03-18-at-3.57.25-PM.png');
  background-size: cover;
  background-position: 50% 50%;
}
.feed-company {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px #e5e5e5 solid;
  border-width: 0 0 1px 0;
}
.feed-company .company-img {
  width: 80px;
  height: 80px;
  float: left;
}
.feed-company .content {
  margin-left: 90px;
}
.feed-company .content a h3 {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  margin-top: 10px;
  font-size: 1.2em;
}
.feed-company .content h4 {
  font-size: 1em;
  line-height: 1.8em;
}
.feed2 {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 100px;
}
.feed2 h2 {
  font-weight: 400;
  font-size: 14px;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.feed2-article {
  padding: 0;
}
.feed2-article .media {
  float: left;
}
.feed2-article .media .crop {
  display: block;
  width: 300px;
  height: 187px;
  overflow: hidden;
}
.feed2-article .media .crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-container .post-article {
  padding: 40px;
  position: relative;
  line-height: 2;
}
.post-container .post-tags {
  font-size: 15px;
}
.post-container .post-tags .label {
  font-weight: normal;
}
@media (max-width: 768px) {
  .post-container .post-meta {
    text-align: left;
  }
}
.post-container .post-meta .post-author a {
  color: rgba(0, 0, 0, 0.8);
  font-family: Montserrat;
}
.post-container .post-meta .post-author a .user-img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.post-container .post-meta .post-date {
  font-size: 0.8em;
}
.post-container .post-heading {
  font-family: Montserrat;
  font-weight: 600;
  line-height: 1.3;
  font-size: 36px;
}
.post-container .post-subheading {
  text-transform: none;
  font-family: Open Sans;
  letter-spacing: 0px;
  font-size: 16px;
  font-style: italic;
}
.post-container .post-comments {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.post-container .post-related-companies {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
}
.post-container .post-related-companies .company-img {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.post-container .post-related-companies h3 {
  overflow: hidden;
  min-width: 100px;
  margin-top: 10px;
}
.post-container .post-author-des {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
  margin-bottom: 10px;
}
.post-container .post-author-des .user-img {
  width: 48px;
  height: 48px;
  float: left;
}
.post-container .post-author-des .author-info {
  float: left;
  margin-left: 10px;
}
.post-container .post-author-des .author-info .author-name {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.post-container .post-author-des .author-info .author-title {
  color: #696969;
}
.post-container .post-author-des .author-cta {
  margin-bottom: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  .post-container .post-author-des .author-cta {
    text-align: left;
  }
}
.post-container .post-author-des .author-cta .btn {
  border-width: 1.5px;
  padding: 6px 20px;
  margin-bottom: 10px;
}
.job-post h1 {
  text-align: center;
  margin-bottom: 40px;
}
.job-post form {
  padding-left: 60px;
  padding-right: 60px;
}
.job-post form .job-post-header .row {
  margin: 0;
}
.job-post form .job-post-header .company-img {
  float: left;
}
.job-post .salary-form-group .dropdown {
  float: left;
}
.job-post .salary-form-group input {
  width: 80px;
  float: left;
  margin-left: 10px;
}
.job-post .salary-form-group p {
  float: left;
  margin-left: 10px;
}
#jobs-page .jobs-hero {
  /*background: url('http://shuzhong.biz/wp-content/uploads/office_background_wallpaper_135_1920_1080.jpeg');*/
  background-size: cover;
  background-position: 50% 80%;
}
#jobs-page .jobs-hero .hero-button {
  color: #4ca2e2;
}
#jobs-page .jobs-list-container .jobs-list {
  margin-top: 20px;
}
#jobs-page .jobs-list-container .jobs-list .job-block {
  display: block;
  color: #696969;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}
#jobs-page .jobs-list-container .jobs-list .job-block .company-img {
  width: 60px;
  height: 60px;
  float: left;
}
#jobs-page .jobs-list-container .jobs-list .job-block .job-content {
  margin-left: 60px;
}
#jobs-page .jobs-list-container .jobs-list .job-block .job-content h3,
#jobs-page .jobs-list-container .jobs-list .job-block .job-content h3 a {
  margin-top: 5px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.05em;
}
#jobs-page .jobs-list-container .jobs-list .job-block .job-content h4,
#jobs-page .jobs-list-container .jobs-list .job-block .job-content h4 a {
  color: #696969;
  font-weight: 400;
  margin-top: 0;
  font-size: 1em;
}
#jobs-page .jobs-list-container .jobs-list .job-block .job-content button {
  background: transparent;
  border: none;
}
#jobs-page .jobs-list-container .jobs-list .job-block .job-content p {
  margin: 0;
  color: #696969;
}
#jobs-page .jobs-list-container .jobs-list .job-block .job-block-save {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.job-detail .job-heading .job-heading-left .company-img {
  width: 100px;
  height: 100px;
  float: left;
}
.job-detail .job-heading .job-heading-left h1 {
  margin-top: 0;
}
.job-detail .job-heading .job-heading-left div {
  margin-left: 120px;
}
.job-detail .job-heading .job-heading-left div .job-info-name {
  display: inline;
}
.job-detail .job-heading .job-heading-left div .job-info-country {
  display: inline;
}
.job-detail .job-heading .job-heading-right {
  text-align: right;
}
.job-detail .job-heading .job-heading-right button {
  margin-bottom: 10px;
}
.job-detail .job-heading .job-heading-right p {
  margin-top: 0;
  margin-bottom: 0;
}
.job-detail .job-heading .job-heading-right .job-info-type {
  font-weight: 600;
}
.job-detail .job-company-description {
  margin-top: 20px;
}
.job-detail .job-description {
  margin-top: 20px;
}
#investors-page .investors-hero {
  /*background: url('https://static.pexels.com/photos/29642/pexels-photo-29642.jpg');*/
  background-size: cover;
  background-position: 50% 50%;
}
#investors-page .investors-hero .hero-button {
  color: #8e44ad;
}
#investors-page .investors-list-container .startups-list .company-img,
#investors-page .investors-list-container .investors-list .company-img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#investors-page .investors-list-container .startups-list .company-des,
#investors-page .investors-list-container .investors-list .company-des {
  overflow: hidden;
}
#investors-page .investors-list-container .startups-list .company-des h3,
#investors-page .investors-list-container .investors-list .company-des h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
#investors-page .investors-list-container .startups-list .company-des h4,
#investors-page .investors-list-container .investors-list .company-des h4 {
  line-height: 1.5;
  font-family: Open sans;
  margin-top: 0;
  font-size: 12px;
}
#investors-page .investors-list-container .startups-list .startup-block,
#investors-page .investors-list-container .investors-list .startup-block,
#investors-page .investors-list-container .startups-list .investor-block,
#investors-page .investors-list-container .investors-list .investor-block {
  margin: 0px -20px;
  padding: 20px;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
#investors-page .investors-list-container .startups-list .startup-block .desc,
#investors-page .investors-list-container .investors-list .startup-block .desc,
#investors-page .investors-list-container .startups-list .investor-block .desc,
#investors-page .investors-list-container .investors-list .investor-block .desc {
  font-weight: 700;
  display: none;
}
@media (max-width: 992px) {
  #investors-page .investors-list-container .startups-list .startup-block .desc,
  #investors-page .investors-list-container .investors-list .startup-block .desc,
  #investors-page .investors-list-container .startups-list .investor-block .desc,
  #investors-page .investors-list-container .investors-list .investor-block .desc {
    display: inline-block;
  }
}
#investors-page .investors-list-container .startups-list .startup-block .value,
#investors-page .investors-list-container .investors-list .startup-block .value,
#investors-page .investors-list-container .startups-list .investor-block .value,
#investors-page .investors-list-container .investors-list .investor-block .value {
  line-height: normal;
  display: inline-block;
}
#investors-page .investors-list-container .startups-list .startup-block:hover,
#investors-page .investors-list-container .investors-list .startup-block:hover,
#investors-page .investors-list-container .startups-list .investor-block:hover,
#investors-page .investors-list-container .investors-list .investor-block:hover {
  background: rgba(0, 0, 0, 0.02);
}
#startups-page .startups-hero {
  /*background: url('https://static.pexels.com/photos/7097/people-coffee-tea-meeting.jpg');*/
  background-size: cover;
  background-position: 50% 80%;
}
#startups-page .startups-hero .hero-button {
  color: #e74c3c;
}
#startups-page .startups-list-container .startups-list .company-img,
#startups-page .startups-list-container .investors-list .company-img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#startups-page .startups-list-container .startups-list .company-des,
#startups-page .startups-list-container .investors-list .company-des {
  overflow: hidden;
}
#startups-page .startups-list-container .startups-list .company-des h3,
#startups-page .startups-list-container .investors-list .company-des h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
#startups-page .startups-list-container .startups-list .company-des h4,
#startups-page .startups-list-container .investors-list .company-des h4 {
  line-height: 1.5;
  margin-top: 0;
  font-size: 12px;
}
#startups-page .startups-list-container .startups-list .startup-block,
#startups-page .startups-list-container .investors-list .startup-block,
#startups-page .startups-list-container .startups-list .investor-block,
#startups-page .startups-list-container .investors-list .investor-block {
  margin: 0px -20px;
  padding: 20px;
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
#startups-page .startups-list-container .startups-list .startup-block .desc,
#startups-page .startups-list-container .investors-list .startup-block .desc,
#startups-page .startups-list-container .startups-list .investor-block .desc,
#startups-page .startups-list-container .investors-list .investor-block .desc {
  font-weight: 700;
  display: none;
}
@media (max-width: 992px) {
  #startups-page .startups-list-container .startups-list .startup-block .desc,
  #startups-page .startups-list-container .investors-list .startup-block .desc,
  #startups-page .startups-list-container .startups-list .investor-block .desc,
  #startups-page .startups-list-container .investors-list .investor-block .desc {
    display: inline-block;
  }
}
#startups-page .startups-list-container .startups-list .startup-block .value,
#startups-page .startups-list-container .investors-list .startup-block .value,
#startups-page .startups-list-container .startups-list .investor-block .value,
#startups-page .startups-list-container .investors-list .investor-block .value {
  line-height: normal;
  display: inline-block;
}
#startups-page .startups-list-container .startups-list .startup-block:hover,
#startups-page .startups-list-container .investors-list .startup-block:hover,
#startups-page .startups-list-container .startups-list .investor-block:hover,
#startups-page .startups-list-container .investors-list .investor-block:hover {
  background: rgba(0, 0, 0, 0.02);
}
#events-page .events-hero {
  background: url('https://e27.co/dist/img/echelon_index/v2/connections.jpg');
  background-size: cover;
  background-position: 50% 50%;
}
#events-page .events-hero .hero-button {
  color: #f39c12;
}
#events-page .events-list-container .events-list .event-block {
  position: relative;
}
#events-page .events-list-container .events-list .event-block .event-date {
  color: #fff;
  background: #222;
  padding: 2px 12px;
  position: absolute;
  top: 10px;
  left: 0;
  font-weight: 600;
  font-size: 12px;
}
#events-page .events-list-container .events-list .event-block .event-img {
  margin: -20px;
  margin-bottom: 0;
}
#events-page .events-list-container .events-list .event-block h3 {
  font-size: 18px;
}
.related-posts .row .related-post {
  display: block;
  margin-bottom: 20px;
}
.related-posts .row .related-post h4 {
  font-family: Open Sans;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  line-height: 18px;
}
.search-block {
  margin-top: -70px;
}
.search-block .search-block-main {
  padding-right: 40px;
}
.search-block .input-group-addon {
  background: transparent;
  position: absolute;
  right: 20px;
  z-index: 100;
}
.search-block .input-group-addon button {
  background: transparent;
  border: none;
}
.search-block .search-block-filter {
  font-family: Montserrat;
  display: none;
}
@media (max-width: 1000px) {
  .secNav {
    display: none;
  }
}
