body, body * {
  max-height: 1000000px;
}
html {
  height: 100%;
}
*:focus {
  outline: none;
}
.post-type-archive-portfolio {
  height: 100%;
}
.post-type-archive-portfolio #wrapper {
  min-height: 90%;
  margin-bottom: -63px;
}
.post-type-archive-portfolio #wrapper:after {
  content: "";
  display: block;
  height: 63px;
}
.post-type-archive-portfolio #footer {
  margin-top: -63px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  margin: 0;
  color: #4c4c4d;
  font: 14px/20px "aktiv-grotesk-std", "aktiv-grotesk-std", sans-serif;
  background: #fff;
  /*padding-top: 75px;*/
}
img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #fd513c;
}
a:hover {
  text-decoration: underline;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="email"], input[type="search"] {
  -webkit-appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
::-webkit-input-placeholder {
  color: #adadad;
}
:-moz-placeholder {
  color: #adadad;
}
::-moz-placeholder {
  color: #adadad;
  opacity: 1
}
:-ms-input-placeholder {
  color: #adadad;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="submit"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
input[type="submit"] {
  cursor: pointer;
  overflow: visible;
}
button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  overflow: visible;
}
b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
#wrapper {
  width: 100%;
  overflow: hidden;
  padding-top: 75px;
  position: relative;
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
}
.desktop-hidden {
  display: none;
}

/* header */

#header {
  padding: 8px 1px 12px 22px;
  position: fixed;
  z-index: 15;
  border-bottom: 1px solid #dfdfdf;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  background: #fff;
  width: 100%;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header:after {
  content: '';
  display: block;
  clear: both;
}

/* logo */

.logo {
  background: url(../images/logo-2x.png) no-repeat;
  background-size: 140px 41px;
  width: 140px;
  height: 41px;
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  margin: 9px 0 0;
}
.logo a {
  display: block;
  height: 100%;
}

/* nav-block */

.nav-block {
  float: right;
}
.nav-block .slide {
  position: static !important;
}
.nav-block .opener {
  display: none;
  margin: 14px 0 0;
  width: 20px;
  height: 15px;
  background: #858787;
  position: relative;
  z-index: 1;
}
.nav-block .opener:after, .nav-block .opener:before {
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: -1;
  content: '';
}
.nav-block .opener:after {
  top: 9px;
}

/* navigation */

#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
#nav li {
  float: left;
  padding: 25px 25px 14px;
  background: url(../images/sep1.png) no-repeat;
}
#nav a {
  color: #858787;
}
#nav .active a, #nav a:hover {
  text-decoration: none;
  color: #fd513c;
}

/* main-block */

.main-block {
  overflow: hidden;
}
.row-block {
  overflow: hidden;
}

/* video-section */

.video-section {
  width: 66.67%;
  height: 654px;
  float: left;
  position: relative;
  overflow: hidden;
}
.video-section .logo-area img, .visual-section .logo-area img {
  margin: 0 auto 20px;
  float: none;
  max-height: 100px;
  width: auto;
}
.video-section .text-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 232px 50px 20px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 100px #000;
}
.video-section .title {
  background: url(../images/sprite.png) no-repeat -102px 0;
  width: 182px;
  height: 66px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto 16px;
}
.video-section img {
  width: 100%;
  height: auto;
}
.btn-play {
  background: url(../images/sprite.png) no-repeat;
  width: 94px;
  height: 94px;
  display: block;
  margin: 0 auto 31px;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 1;
}
.btn-play:hover {
  opacity: 0.75;
}

/* boxes */

.item-box, .red-box, .green-box {
  width: 33.33%;
  height: 327px;
  float: left;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #424242;
}
.item-box.box1 {
  border-bottom: 1px solid #c5c5c5;
}
.item-box.box3 {
  border-right: 1px solid #c5c5c5;
}
.item-box.box6 {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.item-box.box7 {
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.item-box.box9 {
  border-right: 1px solid #c5c5c5;
}
.item-box a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 10px 64px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg-item-box.png);
  background: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  color: #4c4c4d;
}
.no-touch .item-box a:hover {
  text-decoration: none;
  background: url(../images/bg-item-box-hover.png);
  background: rgba(255, 255, 255, 0.85);
}
.item-box span {
  display: block;
}
.item-box > img {
  width: 100%;
  height: auto;
}
.item-box .logo-area {
  display: table;
  width: 100%;
  height: 127px;
  padding: 0 0 18px;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
.item-box .logo-area:after {
  width: 50px;
  height: 2px;
  background: #fb5243;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  content: '';
}
.item-box .logo-area .holder {
  display: table-cell;
  vertical-align: bottom;
}
.item-box .logo-area img {
  vertical-align: bottom;
  max-width: 60%;
  height: auto;
}

/* red-box */

.red-box {
  height: 654px;
  padding: 50px 68px 30px;
  background: #333;
  color: #fff;
  position: relative;
}
.red-box .wrap {
  overflow: hidden;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 68px;
  right: 68px;
}
.red-box h1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}
.red-box h1 span {
  display: block;
  font-weight: normal;
  text-transform: none;
}
.red-box h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 9px;
}
.red-box .link {
  display: block;
  margin: 0 -11px 0 0;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}
.red-box .link a {
  color: #fff;
  text-decoration: underline;
}
.red-box .link a:hover {
  text-decoration: none;
}
.red-box p {
  margin: 0 0 6px;
}

/* green-box */

.green-box {
  display: block;
  padding: 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
}
body .green-box .text-area {
  background: #45a632;
}
body .green-box .text-area:hover {
  text-decoration: none;
  background: #3E972D;
}
.green-box h1 {
  color: #1d661e;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 18px;
}
.green-box .text-area {
  font-size: 14px;
}
.green-box .link {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.green-box .link a {
  color: #fff;
  text-decoration: underline;
}
.green-box .link a:hover {
  text-decoration: none;
}

/* visual-section */

.visual-section {
  width: 66.67%;
  height: 654px;
  float: right;
  position: relative;
  overflow: hidden;
}
.visual-section .text-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 232px 50px 20px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 100px #000;
}
.visual-section h1 {
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 0 0 18px;
  margin: 0 0 18px;
}
.visual-section h1:after {
  width: 50px;
  height: 2px;
  background: #85c;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  margin: 0 0 0 -25px;
  content: '';
}
.visual-section strong {
  font-weight: bold;
}
.visual-section img {
  width: 100%;
  height: auto;
}

/* `-box */

.video-box {
  width: 33.33%;
  height: 327px;
  float: left;
}
.video-box .text-area, .green-box .text-area {
  width: 100%;
  height: 327px;
  padding: 49px 65px;
  position: relative;
  z-index: 1;
  background: #20ceee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: block;
}
.video-box .text-area:hover {
  text-decoration: none;
  background: #22BAD6;
}

/*.video-box .text-area:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(32, 206, 238, 0);
	border-top-color: #20ceee;
	border-width: 31px;
	left: 50%;
	margin-left: -31px;
}*/

.video-box h1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: #04768b;
  margin: 0 0 18px;
}
.video-box h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.video-box p, .green-box p {
  margin: 0 0 41px;
}
.video-box .link, .green-box .link {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.video-box .link a {
  color: #fff;
  text-decoration: underline;
}
.video-box .link a:hover {
  text-decoration: none;
}
.video-area {
  width: 100%;
  height: 327px;
  position: relative;
  overflow: hidden;
}
.video-area .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -47px 0 0 -47px;
}
.video-area img {
  width: 100%;
}

/* investment-focus page */

.intro-block {
  padding: 95px 138px 70px 118px;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background: #f96b5a;
}
.stage-of-investment .graph {
  float: right;
  margin: -2px 0px 0 50px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.stage-of-investment .graph .y-label {
  left: -55px;
  position: absolute;
  top: 40%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.stage-of-investment .graph .labels {
  text-align: center;
}
.stage-of-investment .graph .labels span {
  display: inline-block;
  padding-left: 18%;
  text-align: right;
}
.stage-of-investment .graph .labels span:nth-child(1) {
  padding-left: 21%;
}
.intro-block h1 {
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 24px;
}
.intro-block p {
  margin: 0 0 10px;
}

/* map-block */

.map-block {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background: #20ceee;
}
.map-block img {
  float: left;
  max-width: 50%;
}
.map-block .holder {
  overflow: hidden;
  padding: 125px 85px 20px 98px;
}
.map-block h1 {
  font-size: 36px;
  line-height: 38px;
  margin: 0 0 21px -2px;
}
.map-block p {
  margin: 0 0 10px;
}

/* tab-area */

.tab-area {
  background: #fafafa;
}
.tab-area-holder {
  max-width: 915px;
  margin: 0 auto;
  padding: 94px 20px 102px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.tab-area h1 {
  font-size: 36px;
  line-height: 38px;
  font-weight: normal;
  color: #231f20;
  margin: 0 0 6px;
}
.tab-area p {
  margin: 0 0 27px;
}
.tabset {
  width: 862px;
  margin: 0 auto 93px;
  display: table;
  table-layout: fixed;
  border: 1px solid #d0d0d0;
  background: #efefef;
  font-size: 18px;
  line-height: 55px;
  text-shadow: 0 1px 0 #ccc;
}
.tabset li {
  display: table-cell;
}
.tabset span {
  background: url(../images/sep2.png) no-repeat 0 50%;
  display: block;
}
.tabset li:first-child span {
  background: none;
}
.tabset a {
  height: 55px;
  padding: 0 5px;
  display: block;
  position: relative;
  z-index: 2;
  color: #424242;
}
.tabset .active, .tabset a:hover {
  text-decoration: none;
  background: #fd513c;
  /*font-weight:bold;*/
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  margin: -1px;
  border: 1px solid #c1220e;
}
.tab-content {
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.tab-content .alignleft {
  float: left;
  min-width: 340px;
  margin: 3px 44px 0 -3px;
  text-align: center;
}
.tab-content .holder {
  overflow: hidden;
}
.tab-content h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 17px;
}
.tab-content p {
  margin: 0 0 10px;
}

/* text-block */

.text-block {
  background: #1172bb;
}
.text-block .holder {
  max-width: 780px;
  margin: 0 auto;
  padding: 67px 20px 68px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.text-block h1 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  margin: 0 0 32px;
}

/* 03-portfolio-detail page */

.slide-block {
  overflow: hidden;
}
.slide-area {
  width: 882px;
  float: left;
  position: relative;
}
.slide-area .title img {
  max-width: 100px;
  height: auto;
}
.slide-area img {
  max-width: 100%;
}
.slide-area .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 500px;
}
.slide-area .slideset {
  width: 9999px;
  overflow: hidden;
}
.slide-area .slideset li {
  float: left;
  position: relative;
}
.slide-area .btn-prev, .slide-area .btn-next {
  display: none;
  background: url(../images/sprite-medium.png) no-repeat 0 -74px;
  width: 45px;
  height: 84px;
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 10;
  margin-top: -42px;
}
.slide-area .btn-next {
  background: url(../images/sprite-medium.png) no-repeat -52px -74px;
  left: auto;
  right: 25px;
}
.slide-area .title {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 2;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 42px 29px 33px 30px;
}
.slide-area .title span {
  display: block;
  background: url(../images/sprite.png) no-repeat -102px -72px;
  width: 110px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
.slide-area .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -47px 0 0 -47px;
}

/* summary-area */

.summary-area {
  overflow: hidden;
  padding: 53px 130px 0 105px;
  font-size: 14px;
  line-height: 17px;
}
.summary-area .text-area {
  padding: 0 0 20px;
}
.summary-area h1 {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.summary-area .item {
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
  padding: 9px 0;
}
.summary-area .item:first-child {
  border-top: none;
}
.summary-area .item .title {
  width: 165px;
  padding: 12px 10px 0 0;
  float: left;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.summary-area .items {
  padding: 0 70px 0 0;
}
.summary-area .item .holder {
  overflow: hidden;
  padding: 10px 0;
}
.summary-area .item ul {
  margin: 0 0 3px;
}
.summary-area .item ul li {
  height: 1%;
  padding: 2px 16px 11px 0;
  max-width: 200px;
}
.summary-area .item ul li:after {
  content: '';
  display: block;
  clear: both;
}
.summary-area .item ul:not(.management) a {
  text-decoration: none;
  color: #4c4c4d;
}
.summary-area .item ul a:hover, .summary-area .item a {
  text-decoration: underline;
}
.summary-area .item a:hover {
  text-decoration: none;
}
.linkedin {
  background: url(../images/sprite.png) no-repeat 0 -98px;
  width: 20px;
  height: 20px;
  float: right;
  text-indent: 100%;
  overflow: hidden;
  margin: -2px 0 0 5px;
}

/* switcher */

.slide-block .switcher {
  overflow: hidden;
  margin: 44px 0 25px -3px;
}
.slide-block .switcher img {
  width: 60px;
}
.slide-block .switcher li {
  float: left;
  position: relative;
  border: 2px solid #fff;
  background: #fff;
  padding: 4px;
  margin: 0 8px 0 0;
}
.slide-block .switcher .active {
  border-color: #fd513c;
}

/* pagination */

.slide-block .pagination {
  width: 100%;
  position: absolute;
  bottom: 29px;
  left: -99999px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.slide-block .pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  font-size: 0;
  line-height: 0;
}
.slide-block .pagination a {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.slide-block .pagination .active a {
  background: #fff;
}
.ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -11px 0 0 -10px;
  content: '';
  background: url(../images/sprite.png) no-repeat -24px -98px;
  width: 20px;
  height: 23px;
}
.ico-location {
  background: url(../images/sprite.png) no-repeat -48px -98px;
  width: 16px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  overflow: hidden;
  margin: -2px 0 -5px 8px;
}

/* content-area */

.content-area {
  border-top: 1px solid #e1e1e1;
  background: #fafafa;
  padding: 51px 218px 29px 65px;
  margin: -1px 0 0;
  overflow: hidden;
}

/* info-box */

.info-box {
  width: 310px;
  margin: 0 0 0 110px;
  float: right;
  font-size: 14px;
  line-height: 18px;
}
.info-box h1 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 50px 9px 0;
}
.info-box h1 span {
  display: block;
  padding: 1px 17px 0 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-transform: none;
  text-align: right;
}
.info-box .carousel {
  margin: 0 0 31px;
}
.info-box .carousel .mask {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 39px;
}
.info-box .carousel .slideset {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 9999px;
  overflow: hidden;
}
.info-box .carousel .slideset li {
  float: left;
}
.info-box .logo {
  width: auto;
  height: auto;
  display: block;
  float: none;
  text-indent: 0;
  margin: 0 0 6px;
  background: none;
}
.info-box .logo i {
  background: url(../images/sprite.png) no-repeat -290px 0;
  width: 40px;
  height: 40px;
  margin: 0 10px 3px 0;
  display: inline-block;
  vertical-align: bottom;
  content: '';
}
.info-box .logo a {
  display: inline-block;
  vertical-align: bottom;
}
.info-box .switcher {
  display: block;
  padding: 0 8px 0 0;
  text-align: right;
}
.info-box .switcher li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 -4px;
}
.info-box .switcher a {
  display: block;
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid #c8c8c8;
}
.info-box .switcher a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  content: '';
  width: 12px;
  height: 22px;
  margin: -11px 0 0 -6px;
  background: url(../images/sprite.png) no-repeat -68px -98px;
}
.info-box .switcher .btn-next:after {
  background: url(../images/sprite.png) no-repeat -82px -98px;
}
.info-box .switcher .active .btn-prev:after, .info-box .switcher .btn-prev:hover:after {
  background: url(../images/sprite.png) no-repeat -68px -122px;
}
.info-box .switcher .active .btn-next:after, .info-box .switcher .btn-next:hover:after {
  background: url(../images/sprite.png) no-repeat -82px -122px;
}
.info-box .switcher .active a, .info-box .switcher a:hover {
  text-decoration: none;
  background: #fd513c;
  border-color: #fd513c;
}

/* social-networks */

.social-networks h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px 0 6px;
}
.social-networks ul {
  overflow: hidden;
}
.social-networks ul li {
  float: left;
  margin: 0 1px 0 0;
}
.social-networks ul a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
.social-networks ul .facebook {
  background: #39579b url(../images/sprite.png) no-repeat -334px 0;
}
.social-networks ul .twitter {
  background: #3695ff url(../images/sprite.png) no-repeat -378px 0;
}

/* content-box */

.content-box {
  overflow: hidden;
  padding: 41px 0;
  font-size: 14px;
  line-height: 24px;
}
.content-box .box {
  overflow: hidden;
  padding: 81px 0 0;
}
.content-box .box:first-child {
  padding-top: 0;
}
.content-box .title {
  width: 235px;
  margin: 0 12px 0 0;
  float: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-box .box.add .title {
  margin: 13px 12px 0 0;
}
.content-box .holder {
  overflow: hidden;
}
.logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 20px;
}
.logos img {
  vertical-align: middle;
}

/* portfolio-landing page */

.products-block {
  position: relative;
}
.products-block:after {
  content: '';
  display: block;
  clear: both;
}
.about-us-btm {
  display: none;
}
@media (max-width: 768px) {
  body {
    padding: 75px 0 0;
  }
  .intro-block img {
    display: none;
  }

  .about-us-btm {
    background: #f96b5a;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: underline;
  }
  .industries.content-section {
    display: none;
  }
}

/* nav-bar */

.nav-bar {
  width: 240px;
  float: left;
  padding: 44px 0 0;
  position: fixed;
}
.nav-bar .btn-open {
  display: none;
  width: 21px;
  height: 36px;
  background: #fff;
  border: 1px solid #d9dada;
  border-right-color: #fff;
  position: absolute;
  top: 17px;
  left: -22px;
  z-index: 2;
}
.nav-bar .btn-open:after {
  background: url(../images/sprite-small.png) no-repeat -52px -80px;
  width: 10px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: -1;
  content: '';
}
.nav-bar.active .btn-open:after {
  background: url(../images/sprite-small.png) no-repeat -52px -108px;
}
.nav-bar .slide {
  position: static !important;
}

/* accordion */

.accordion, .companies {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.accordion li, .companies li {
  padding: 0 10px 0 30px;
  margin: 0 0 32px;
}
.accordion a, .companies a {
  color: #858787;
}
.accordion .active a, .accordion a:hover, .companies .active a, .companies a:hover {
  color: #424242;
  text-decoration: none;
}
.accordion .opener {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.accordion .opener:after, .accordion .opener:before {
  width: 20px;
  height: 4px;
  background: #858787;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: -1;
  content: '';
}
.accordion .opener:hover:after, .accordion .opener:hover:before {
  background: #424242;
}
.accordion .opener:before {
  width: 4px;
  height: 20px;
  top: 0;
  right: 8px;
}
.accordion .active .opener:after {
  background: #424242;
}
.accordion .active .opener:before {
  display: none;
}
.accordion ul, .companies ul {
  padding: 19px 0;
  margin: 0 0 0 -30px;
  text-transform: none;
}
.accordion ul li, .companies ul li {
  padding: 9px 10px 6px 30px;
  margin: 0 0 7px;
}
.accordion .active ul a, .accordion ul a {
  color: #424242;
}
.accordion ul li.active, .accordion ul a.active {
  padding-left: 25px;
  border-left: 5px solid #fd513c;
}
.accordion ul .active a, .accordion ul a:hover {
  color: #fd513c;
  text-decoration: none;
}
.no-jobs {
  font-size: 30px;
  margin: 50px;
  line-height: 1.5;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  left: 25px;
  display: none;
}

/* items-block */

.items-block {
  width: 85% !important;
  padding: 1px 0 0 1px;
  margin: 0 0 -1px;
  background: #d3d3d3;
  float: right;
  min-height: 1000px;
}
.items-block .item {
  width: 300px;
  height: 241px;
  margin: 0 1px 1px 0;
  float: left;
  overflow: hidden;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.items-block .item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg-item-box.png);
  background: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  color: #fff;
}
.no-touch .items-block .item a:hover {
  text-decoration: none;
  background: url(../images/bg-item-box-hover.png);
  background: rgba(255, 255, 255, 0.85);
}
.items-block .item span {
  display: block;
}
.items-block .item img {
  max-width: 100%;
  max-height: 100%;
}
.items-block .item .logo-area {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.items-block .item .logo-area:after {
  display: none;
  width: 66px;
  height: 3px;
  margin: 0 0 0 -33px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  content: '';
}
.items-block .item .logo-area .holder {
  display: table-cell;
  vertical-align: middle;
}
.items-block .item .logo-area img {
  vertical-align: middle;
  max-width: 75%;
  height: auto;
  float: none;
}
.items-block .item .exit-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px;
  background: #bbb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
}
.items-block .item .exit-tag:after {
  content: '';
  position: absolute;
  top: 0;
  right: -17px;
  height: 0;
  width: 0;
  border-top: 39px solid transparent;
  border-left: 17px solid #bbb;
}

/* provacy-policy page */

#content {
  max-width: 1000px;
  padding: 46px 20px 96px;
  margin: 0 auto;
}
#content .holder {
  padding: 0 0 8px;
}
#content h1 {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fd513c;
  margin: 0 0 18px;
}
#content h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 12px;
}
#content p {
  margin: 0 0 20px;
}
#content a {
  color: #4c4c4d;
}

/* contacts */

#content .contacts {
  overflow: hidden;
  margin: 0 0 20px;
}
#content .contacts dt {
  float: left;
  margin: 0 2px 0 0;
}
#content .contacts dd {
  display: block;
  overflow: hidden;
}

/* team page */

.team-info {
  background: #cbdae7 url(../images/bg-team-info.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.team-info-holder {
  max-width: 1398px;
  padding: 61px 25px 14px;
  margin: 0 auto;
  overflow: hidden;
}
.team-info-frame {
  margin: 0 auto;
  width: 105%;
}

/* person */

.person-holder {
  width: 314px;
  height: 330px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: 0 42px 46px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.person-holder:after {
  content: '';
  display: block;
  clear: both;
}
.person-holder.btns {
  box-shadow: none;
  z-index: 10;
}
.person-holder.expanded {
  height: auto;
  box-shadow: none;
  z-index: 5;
}
.person {
  position: static !important;
  width: 100%;
  height: 100%;
}
.person .box {
  width: 314px;
  height: 330px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.person .spotify {
  clear: left;
  float: left;
  padding: 25px 0;
  width: 314px;
}
.person a {
  position: relative;
  z-index: 5;
}
.person img {
  max-width: 100%;
  height: auto;
}
.expanded .person .mask.hover, .expanded .person .mask:hover, .person .mask {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 9px solid #fff;
  color: #4c4c4d;
}
.expanded .person .mask:hover .holder, .expanded .person .mask.hover .holder, .person .mask .holder {
  padding: 13px 5px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: center;
}
.person .title {
  display: block;
  font-size: 21px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 3px;
}
.person .mask.hover, .person .mask:hover {
  border: none;
  background: url(../images/bg-person-hover.png);
  background: rgba(253, 81, 60, 0.5);
  color: #fff;
}
.person .mask.hover .holder, .person .mask:hover .holder {
  padding: 35px 14px 25px;
  background: none;
}
.person .button {
  display: block;
  width: 294px;
  height: 25px;
  padding: 59px 10px;
  margin: 0 0 44px;
  background: #fd513c;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  color: #fff;
}
.person .button:hover {
  text-decoration: none;
}
.person .button.add {
  background: #20ceee;
  margin: 0;
}

/* description */

.description {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  width: auto !important;
}

/* social-links */

.social-links {
  margin: 1px -23px 12px 0;
  text-align: right;
}
.social-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 7px;
}
.social-links a {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
}
.social-links .twitter {
  background: url(../images/sprite.png) no-repeat -102px -122px;
}
.social-links .linkedin {
  background: url(../images/sprite.png) no-repeat -132px -120px;
}
.social-links .rss {
  background: url(../images/sprite.png) no-repeat -161px -122px;
}
.description .col1 {
  float: left;
  width: 55%;
}
.description a.investment_company {
  color: #4C4C4D;
}
.description a.investment_company:hover {
  color: #FD513C;
}
.description h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 15px;
}
.description p {
  margin: 0 0 25px;
}
.description .col2 {
  width: 33.2%;
  padding: 39px 0 0 5.6%;
  float: right;
  position: relative;
  z-index: 1;
}
.description .col2:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 1px;
  height: 100%;
  background: #bdbdbd;
}
.description h3 {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  margin: 0 0 16px;
}
.description .col2 p {
  margin: 0 0 18px;
}
.person .close {
  display: none;
  background: url(../images/sprite.png) no-repeat 0 -126px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 54px;
  right: 198px;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
}
.person-holder.expanded {
  padding: 105px 204px 171px 120px;
  margin: 0;
  width: 100% !important;
}
.expanded .person .box {
  float: left;
  margin: 0 49px 0 0;
}
.expanded .person .description {
  display: block;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url(../images/overlay.png);
  background: rgba(255, 255, 255, 0.65);
  display: none;
}

/* footer */

#footer {
  background: #fff;
  border-top: 1px solid #d7d7d7;
  clear: both;
  overflow: hidden;
  padding: 27px 25px 20px;
  font-size: 13px;
  line-height: 15px;
  color: #858787;
  position: relative;
  text-align: left;
}
.footer-nav {
  float: right;
}
.footer-nav li {
  float: left;
  margin: 0 2px 0 38px;
}
.footer-nav li strong {
  font-weight: 700;
}
.footer-nav a {
  color: #858787;
}

/* video-popup */

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

/* fancybox */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(../images/fancybox/fancybox.png);
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  /* should be 20px */
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
  /* border-width should be zero */
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  background: url(../images/sprite.png) no-repeat 0 -126px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: -32px;
  z-index: 1103;
  cursor: pointer;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px "aktiv-grotesk-std";
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(../images/fancybox/blank.gif);
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(../images/fancybox/fancybox-y.png);
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(../images/fancybox/fancybox-x.png);
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(../images/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(../images/fancybox/fancybox.png);
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: "aktiv-grotesk-std";
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url(../images/fancybox/fancy_title_over.png);
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(../images/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(../images/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(../images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* responsive styles */

@media only screen and (max-width: 1769px) {
  .items-block {
    width: 1204px !important;
  }
}
@media only screen and (max-width: 1514px) {
  .video-section {
    width: 66.67%;
    height: 442px;
  }
  .video-section .text-area, .visual-section .text-area {
    padding: 115px 50px 20px;
  }
  .item-box, .red-box, .green-box {
    width: 33.33%;
    height: 221px;
    font-size: 16px;
    line-height: 20px;
  }
  .red-box {
    height: 442px;
  }
  .red-box .wrap {
    bottom: 50px;
    right: 25px;
    left: 25px;
  }
  .item-box a {
    padding: 10px 40px;
  }
  .item-box .logo-area {
    height: 95px;
    margin: 0 0 15px;
  }
  .item-box > img {
    width: 100%;
    height: auto;
  }
  .red-box {
    padding: 20px 40px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .red-box h1 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 25px;
  }
  .red-box h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .red-box .link {
    font-size: 12px;
  }
  .visual-section {
    width: 66.67%;
    height: 442px;
  }
  .video-box {
    width: 33.33%;
    height: 221px;
  }
  .video-box .text-area, .green-box .text-area {
    height: 221px;
    padding: 25px 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .video-box h1 {
    margin: 0 0 25px;
  }
  .video-box h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .video-box p {
    margin: 0 0 12px;
  }
  .video-box .link, .green-box .link {
    font-size: 16px;
    line-height: 20px;
  }
  .video-area {
    height: 221px;
  }
  .video-area img {
    max-width: 100%;
  }
  .green-box {
    padding: 0;
  }
  .green-box .title {
    margin: 0 0 120px;
  }
  /* 02-investment-focus */
  .intro-block {
    padding: 80px 50px 70px;
  }
  .intro-block img {
    max-width: 50%;
    margin: -2px 0 0 40px;
  }
  .intro-block img {
    max-width: 100%;
  }
  .map-block img {
    max-width: 50%;
  }
  .map-block .holder {
    padding: 50px 80px 20px;
  }
  /* 03-portfolio-detail */
  .slide-area {
    width: 60%;
  }
  .summary-area {
    padding: 30px 50px 30px;
  }
  .summary-area .item .title {
    width: 155px;
  }
  .summary-area .items {
    padding: 0;
  }
  .summary-area .item ul li {
    padding: 2px 0 11px;
  }
  .content-area {
    padding: 50px 50px 30px 30px;
  }
  .info-box {
    margin: 0 0 0 50px;
  }
  .content-box .title, .content-box .box.add .title {
    font-size: 14px;
    line-height: 24px;
    width: 190px;
  }
  /* 04-portfolio-landing */
  .nav-bar {
    width: 234px;
  }
  .items-block {
    width: 1028px !important;
  }
  .items-block .item {
    width: 256px;
    height: 205px;
    font-size: 12px;
    line-height: 14px;
  }
  /* 06-team */
  .team-info-holder {
    padding: 60px 20px 14px;
  }
  .person-holder {
    margin: 0 22px 24px 0;
  }
  .person-holder.expanded {
    padding: 70px 150px 70px 20px;
  }
  .expanded .person .box {
    margin: 0 30px 0 0;
  }
  .description {
    font-size: 14px;
    line-height: 20px;
  }
  .description .col1 {
    width: 52%;
  }
  .description .col2 {
    width: 35%;
  }
}
@media only screen and (max-width: 1279px) {
  .items-block {
    width: 771px !important;
  }
  #fancybox-close {
    top: -32px;
    right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .tablet-hidden, .mob-hidden {
    display: none;
  }
  .desktop-hidden {
    display: block;
  }
  .row-block {
    overflow: visible;
  }
  .video-section {
    width: 100%;
    height: auto;
  }
  .video-section img {
    width: 100%;
    height: auto;
  }
  .item-box, .red-box, .green-box {
    float: left;
    width: 50%;
    overflow: hidden;
  }
  .item-box.box1 {
    border-right: 1px solid #c5c5c5;
    border-bottom: none;
  }
  .item-box.box3 {
    border-top: 1px solid #c5c5c5;
    border-left: none;
  }
  .item-box.box5 {
    border-right: 1px solid #c5c5c5;
  }
  .item-box.box7 {
    border-top: 1px solid #c5c5c5;
    border-bottom: none;
    border-right: none;
    float: right;
  }
  .item-box.box8 {
    border-top: 1px solid #c5c5c5;
  }
  .item-box > img {
    width: 100%;
    height: auto;
  }
  .visual-section {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .visual-section img {
    width: 100%;
    height: auto;
  }
  .video-box {
    width: 50%;
    overflow: hidden;
  }
  .video-area img {
    width: 100%;
    height: auto;
  }
  /* portfolio-detail page */
  .main-holder {
    overflow: hidden;
    padding: 0 25px 32px;
  }
  .slide-block, .content-area {
    overflow: visible;
    display: inline;
    padding: 0;
  }
  .content-area {
    border: none;
    background: none;
  }
  .slide-block {
    display: block;
    margin: 0 -25px;
    position: relative;
  }
  .slide-area {
    width: 100%;
    overflow: hidden;
    float: none;
    margin: 0 0 50px;
  }
  .slide-area img {
    width: 100%;
  }
  .slide-area .title {
    top: 39px;
    padding: 37px 25px 27px;
  }
  .slide-area .title span {
    background: url(../images/sprite-medium.png) no-repeat -100px -54px;
    width: 96px;
    height: 36px;
  }
  .slide-block .switcher {
    display: none;
  }
  .slide-block .pagination {
    display: none;
  }
  .slide-block .btn-prev, .slide-block .btn-next {
    display: block;
  }
  .summary-area {
    float: left;
    width: 50%;
    padding: 0 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 19px;
  }
  .summary-area h1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 5px;
  }
  .summary-area .item .title {
    padding: 7px 24px 0 0;
    font-size: 16px;
    line-height: 18px;
  }
  .summary-area .items {
    padding: 0;
  }
  .summary-area .item {
    padding: 9px 0;
  }
  .summary-area .item .holder {
    padding: 5px 5px 5px 0;
    text-align: right;
  }
  .summary-area .item ul {
    min-width: 138px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 0 29px;
  }
  .summary-area .item ul li {
    padding: 3px 1px 3px 0;
  }
  .summary-area .text-area {
    padding: 0 0 6px;
  }
  .ico-location {
    background: url(../images/sprite-medium.png) no-repeat -238px -40px;
    width: 14px;
    height: 20px;
    margin: 0 -3px -2px 3px;
  }
  .info-box {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 0 0 26px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
  }
  .info-box h1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 95px 5px 0;
  }
  .info-box .carousel {
    margin: 0 0 42px;
  }
  .info-box .carousel .mask {
    margin: 0 0 27px;
  }
  .info-box .logo {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 4px;
  }
  .info-box .logo i {
    background: url(../images/sprite-medium.png) no-repeat -216px 0;
    width: 36px;
    height: 36px;
    margin: 0 6px 1px 0;
  }
  .social-networks h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 14px;
  }
  .social-networks ul a {
    width: 36px;
    height: 36px;
  }
  .social-networks ul .facebook {
    background: url(../images/sprite-medium.png) no-repeat -256px 0;
  }
  .social-networks ul .twitter {
    background: url(../images/sprite-medium.png) no-repeat -296px 0;
  }
  .info-box .switcher {
    text-align: left;
  }
  .info-box .switcher li {
    margin: 0 -4px 0 0;
  }
  .info-box .switcher a {
    width: 32px;
    height: 32px;
  }
  .content-box {
    float: left;
    width: 100%;
    padding: 49px 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .content-box .box {
    width: 50%;
    float: left;
    padding: 0 24px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content-box .box.add {
    padding: 0 0 0 24px;
  }
  .content-box .title, .content-box .box.add .title {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 19px;
    font-size: 16px;
    line-height: 20px;
  }
  .logos {
    padding: 8px 0 0;
  }
  /* portfolio-landing page */
  .nav-bar {
    width: 182px;
    padding: 29px 0 0;
  }
  .accordion li {
    padding: 0 10px 0 25px;
    margin: 0 0 16px;
  }
  .accordion ul {
    padding: 14px 0;
    margin: 0 0 0 -25px;
  }
  .accordion ul li {
    padding: 3px 10px 3px 25px;
    margin: 0 0 12px;
  }
  .accordion ul .active {
    border-width: 2px;
    padding-left: 23px;
  }
  .accordion .opener:after, .accordion .opener:before {
    width: 14px;
    height: 2px;
    top: 9px;
  }
  .accordion .opener:before {
    width: 2px;
    height: 14px;
    top: 3px;
    right: 6px;
  }
  /* investment-focus page */
  .intro-block {
    padding: 61px 120px 50px 144px;
    font-size: 14px;
    line-height: 23px;
  }
  .stage-of-investment .graph {
    width: auto;
    float: none;
    margin: 0 0 26px 0;
    max-width: 100%;
  }
  .stage-of-investment .graph .labels span {
    padding-left: 18%;
  }
  .stage-of-investment .graph .labels span:nth-child(1) {
    padding-left: 13%;
  }
  .intro-block h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 17px;
  }
  .intro-block p {
    margin: 0 0 7px;
  }
  .map-block {
    font-size: 14px;
    line-height: 23px;
  }
  .map-block img {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .map-block .holder {
    padding: 54px 144px 62px;
  }
  .map-block h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 14px;
  }
  .tab-area {
    background: #fff;
  }
  .tab-area-holder {
    padding: 57px 50px 76px;
    font-size: 15px;
    line-height: 18px;
  }
  .tab-area h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 5px;
  }
  .tab-area p {
    margin: 0 0 19px;
  }
  .tabset {
    width: 572px;
    margin: 0 auto 75px;
    font-size: 12px;
    line-height: 38px;
  }
  .tabset span {
    background: url(../images/sep3.png) no-repeat 0 50%;
  }
  .tabset a {
    height: 37px;
  }
  .tab-content h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 13px;
  }
  .tab-content {
    font-size: 14px;
    line-height: 23px;
  }
  .tab-content .alignleft {
    min-width: 280px;
    margin: 0 14px 0 24px;
  }
  .text-block .holder {
    padding: 49px 90px;
    font-size: 15px;
    line-height: 23px;
  }
  .text-block h1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 24px;
  }
  /* team page */
  .team-info-holder {
    padding: 35px 35px 6px;
  }
  .person-holder {
    width: 212px;
    height: 223px;
    margin: 0 27px 31px 0;
  }
  .person .box {
    width: 212px;
    height: 223px;
  }
  .person .spotify {
    max-width: 212px;
  }
  .person .mask, .person .mask.hover, .person .mask:hover, .expanded .person .mask.hover {
    border: 6px solid #fff;
    background: none;
    color: #4c4c4d;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .person .mask .holder, .person .mask.hover .holder, .person .mask:hover .holder, .expanded .person .mask.hover .holder {
    background: #fff;
    padding: 18px 5px 11px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 2px;
  }
  .person .title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 2px;
  }
  .person .button {
    width: 192px;
    height: 19px;
    padding: 39px 10px;
    margin: 0 0 29px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
  }
  .description {
    font-size: 12px;
    line-height: 15px;
  }
  .description .col1 {
    width: 52%;
  }
  .description .col2 {
    width: 36.5%;
    padding: 20px 0 0 6.4%;
    margin: 0;
  }
  .description h2 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 9px;
  }
  .description p {
    margin: 0 0 24px;
  }
  .social-links {
    margin: 0 -3px 8px 0;
  }
  .social-links li {
    margin: 0 0 0 5px;
  }
  .social-links a {
    width: 14px;
    height: 14px;
  }
  .social-links .twitter {
    background: url(../images/sprite-medium.png) no-repeat -258px -38px;
  }
  .social-links .linkedin {
    background: url(../images/sprite-medium.png) no-repeat -276px -40px;
  }
  .social-links .rss {
    background: url(../images/sprite-medium.png) no-repeat -292px -40px;
  }
  .description h3 {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 11px;
  }
  .description .col2 p {
    margin: 0 0 8px;
  }
  .person .close {
    top: 0;
    right: 3.5%;
  }
  .person-holder.expanded {
    padding: 28px 52px 25px 0;
  }
  .expanded .person .box {
    margin: 2px 28px 0 0;
  }
  /* footer */
  #footer {
    padding: 19px 25px;
    font-size: 9px;
    line-height: 13px;
  }
}
@media only screen and (max-width: 959px) {
  #header {
    padding: 8px 4px 12px 26px;
  }
  #nav li {
    padding: 25px 18px 14px;
  }
  .video-section .text-area {
    padding: 177px 50px 20px;
    font-size: 18px;
    line-height: 23px;
  }
  .video-section .title {
    background: url(../images/sprite-medium.png) no-repeat -74px 0;
    width: 138px;
    height: 51px;
    margin: 0 auto 11px;
  }
  .btn-play {
    background: url(../images/sprite-medium.png) no-repeat;
    width: 69px;
    height: 69px;
    margin: 0 auto 24px;
  }
  .item-box, .green-box {
    height: 249px;
    font-size: 14px;
    line-height: 18px;
  }
  .item-box .logo-area {
    height: 84px;
    margin: 0 0 19px;
  }
  .item-box .logo-area:after {
    width: 40px;
  }
  .item-box a {
    padding: 10px 46px;
  }
  .red-box {
    padding: 38px 50px 10px;
  }
  .red-box h1 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 38px;
  }
  .red-box img {
    margin: 0 0 6px 2px;
  }
  .red-box .link {
    font-size: 11px;
    line-height: 13px;
  }
  .video-box {
    height: 249px;
  }
  .video-box .text-area, .video-box .video-area {
    height: 249px;
  }
  .video-box .text-area, .green-box .text-area {
    padding: 37px 50px 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .video-box .text-area:after {
    border-width: 24px;
    margin-left: -24px;
  }
  .video-box h1 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 35px;
  }
  .video-box h2 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px;
  }
  .video-box .link, .green-box .link {
    font-size: 15px;
    line-height: 17px;
  }
  .video-box p {
    margin: 0 0 32px;
  }
  .visual-section {
    width: 100%;
    height: auto;
  }
  .visual-section .text-area {
    padding: 203px 50px 20px;
    font-size: 15px;
    line-height: 18px;
  }
  .visual-section h1 {
    font-size: 30px;
    line-height: 32px;
    padding: 0 0 13px;
  }
  .visual-section h1:after {
    width: 40px;
    margin: 0 0 0 -20px;
  }
  .video-area .btn-play {
    margin: -35px 0 0 -35px;
  }
  .green-box {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .green-box .title {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 134px;
  }
  /* portfolio-landing page */
  .items-block {
    width: 514px !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
  #header {
    padding: 10px 25px 9px;
  }
  .logo {
    margin: 0;
  }
  .nav-block .opener {
    display: block;
  }
  .nav-block .slide {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    border-top: 1px solid #dfdfdf;
    box-shadow: 0 1px 2px rgba(220, 220, 220, 0.5) inset;
    display: none;
  }
  #nav {
    font-size: 22px;
    line-height: 24px;
    font-weight: normal;
  }
  #nav li {
    display: block;
    float: none;
    background: none;
    padding: 0;
    border-bottom: 1px solid #e2e3e3;
  }
  #nav a {
    display: block;
    padding: 20px 15px 15px 23px;
  }
  #nav a:hover {
    background: #fd513c;
    color: #fff;
    text-decoration: none;
  }
  #nav .active a {
    background: #fff;
    color: #fd513c;
  }
  .video-section, .visual-section {
    max-height: 450px;
  }
  .video-section .text-area, .visual-section .text-area {
    padding: 32px 10px 10px;
    font-size: 16px;
    line-height: 21px;
  }
  .btn-play {
    width: 76px;
    height: 76px;
    margin: 0 auto;
    background: url(../images/sprite-small.png) no-repeat;
  }
  .video-section .title {
    width: 148px;
    height: 54px;
    margin: 0 auto 2px;
    background: url(../images/sprite-small.png) no-repeat -80px 0;
  }
  .video-section br {
    display: none;
  }
  .video-section img, .visual-section img, .video-box img {
    width: 100%;
    height: auto;
  }
  .item-box, .red-box, .green-box {
    width: 100%;
    height: auto;
    max-height: 290px;
    font-size: 14px;
    line-height: 21px;
  }
  .red-box {
    display: none;
  }
  .item-box.tablet-hidden {
    display: block;
  }
  .item-box.box1, .item-box.box5, .item-box.box7, .item-box.box8, .item-box.box9 {
    border: 1px solid #c5c5c5;
    border-width: 0 0 1px;
  }
  .item-box.box6 {
    border-top: none;
  }
  .item-box a {
    padding: 10px 24px;
  }
  .item-box .logo-area {
    height: 49px;
    padding: 0 0 13px;
    margin: 0 0 18px;
  }
  .item-box .logo-area:after {
    width: 35px;
  }
  .red-box {
    padding: 22px 25px 20px;
    font-size: 14px;
    line-height: 19px;
    height: 290px;
  }
  .red-box .wrap {
    top: 22px;
    bottom: 20px;
  }
  .red-box h1 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 7px;
  }
  .red-box img {
    margin: 0 0 9px;
  }
  .red-box .link {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
  }
  .visual-section h1 {
    letter-spacing: -1px;
    padding: 0 0 17px;
  }
  .visual-section h1:after {
    width: 50px;
    margin: 0 0 0 -25px;
  }
  .video-box {
    width: 100%;
  }
  .video-box, .video-box .text-area, .video-box .video-area, .green-box .text-area, .green-box {
    height: auto;
  }
  .video-box .text-area, .green-box .text-area {
    padding: 23px 16px 21px;
    font-size: 16px;
    line-height: 21px;
  }
  .video-box .text-area:after {
    border-width: 14px;
    margin-left: -14px;
  }
  .video-box h1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 19px;
  }
  .video-box h2 {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 3px;
  }
  .video-box p, .green-box p {
    margin: 0 0 16px;
  }
  .video-box .link, .green-box .link {
    font-size: 14px;
    line-height: 16px;
  }
  .green-box {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .green-box .title {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 113px;
  }
  /* investment-focus page */
  .intro-block {
    padding: 46px 25px 12px;
    font-size: 13px;
    line-height: 18px;
  }
  .stage-of-investment .graph {
    margin: 0 0 25px 1px;
  }
  .intro-block h1 {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 11px;
  }
  .intro-block p {
    margin: 0 0 18px;
  }
  .map-block .holder {
    padding: 36px 25px 30px;
    font-size: 13px;
    line-height: 18px;
  }
  .map-block h1 {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 9px;
  }
  .map-block .title {
    display: block;
    margin: 0 0 10px;
  }
  .tab-area-holder {
    padding: 27px 25px 38px;
    font-size: 13px;
    line-height: 18px;
  }
  .tab-area h1 {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 7px;
  }
  .tab-area p {
    margin: 0 0 29px;
  }
  .tabset {
    width: 100%;
    margin: 0 auto 26px;
    table-layout: auto;
    font-size: 10px;
    line-height: 42px;
  }
  .tabset a {
    height: 44px;
  }
  .tab-content {
    font-size: 13px;
    line-height: 18px;
  }
  .tab-content .alignleft {
    float: none;
    margin: 0;
    min-width: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .tab-content .holder {
    overflow: visible;
    display: inline;
  }
  .tab-content h2 {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .tab-content p {
    margin: 20px 0 0;
  }
  .text-block .holder {
    padding: 23px 25px 46px;
    font-size: 13px;
    line-height: 18px;
  }
  .text-block h1 {
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 21px;
  }
  /* portfolio-detail page */
  .main-holder {
    padding-bottom: 0;
  }
  .slide-area {
    margin: 0 0 22px;
  }
  .slide-area .btn-prev, .slide-area .btn-next {
    background: url(../images/sprite-small.png) no-repeat 0 -80px;
    width: 22px;
    height: 44px;
    margin-top: -22px;
  }
  .slide-area .btn-next {
    background: url(../images/sprite-small.png) no-repeat -26px -80px;
  }
  .slide-area .title {
    top: 20px;
    padding: 21px 11px 17px 15px;
  }
  .slide-area .title span {
    background: url(../images/sprite-small.png) no-repeat -82px -58px;
    width: 55px;
    height: 20px;
  }
  .slide-block .pagination {
    bottom: 19px;
  }
  .slide-block .pagination li {
    margin: 0 5px;
  }
  .slide-block .pagination a {
    width: 6px;
    height: 6px;
  }
  .summary-area {
    float: none;
    width: auto;
    padding: 0 25px 34px;
    line-height: 20px;
  }
  .summary-area h1 {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 7px -4px;
  }
  .summary-area .item .title {
    width: 110px;
    padding: 6px 5px 0 0;
    font-size: 14px;
    line-height: 17px;
  }
  .summary-area .text-area {
    padding: 0 0 28px;
  }
  .summary-area .item {
    padding: 13px 0 12px;
  }
  .summary-area .item .holder {
    padding: 5px 0;
  }
  .summary-area .item ul {
    margin: 0 0 34px;
    display: block;
    text-align: right;
  }
  .summary-area .item ul li {
    padding: 0 1px 20px 0;
  }
  .linkedin {
    background: url(../images/sprite.png) no-repeat 0 -98px;
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    text-align: left;
  }
  .ico-location {
    background: url(../images/sprite.png) no-repeat -48px -98px;
    width: 16px;
    height: 24px;
    margin: -2px 0 -2px 5px;
  }
  .info-box {
    float: none;
    width: auto;
    padding: 0 0 47px;
    font-size: 14px;
    line-height: 19px;
  }
  .info-box h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    margin: 0 0 29px;
  }
  .info-box h1 span {
    padding: 1px 0 0;
  }
  .info-box .logo {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 6px;
  }
  .info-box .logo i {
    background: url(../images/sprite.png) no-repeat -290px 0;
    width: 40px;
    height: 40px;
    margin: 0 8px 3px 0;
  }
  .info-box .carousel {
    margin: 0 0 35px;
  }
  .info-box .carousel .mask {
    margin: 0 0 20px;
  }
  .info-box .switcher {
    padding: 0 4px 0 0;
    text-align: right;
  }
  .info-box .switcher a {
    width: 38px;
    height: 38px;
  }
  .social-networks {
    text-align: center;
  }
  .social-networks h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 22px;
  }
  .social-networks ul {
    display: inline-block;
    vertical-align: top;
  }
  .social-networks ul a {
    width: 40px;
    height: 40px;
  }
  .social-networks ul .facebook {
    background: url(../images/sprite.png) no-repeat -334px 0;
  }
  .social-networks ul .twitter {
    background: url(../images/sprite.png) no-repeat -378px 0;
  }
  .content-box {
    float: none;
    width: auto;
    position: relative;
    padding: 40px 25px 10px;
    margin: 0 -25px;
    background: #fafafa;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 24px;
  }
  .content-box .box, .content-box .box.add {
    float: none;
    width: auto;
    padding: 0 0 28px;
  }
  .content-box .title, .content-box .box.add .title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 26px;
  }
  .logos {
    padding: 0;
  }
  /* portfolio-landing page */
  .nav-bar {
    width: 185px;
    padding: 27px 14px 27px 0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    background: #fff;
    border: 1px solid #d9dada;
    border-width: 1px 0 1px 1px;
  }
  .nav-bar.active {
    left: auto;
    right: 0;
  }
  .nav-bar .btn-open {
    display: block;
  }
  .nav-bar .slide {
    position: relative !important;
  }
  .accordion {
    font-size: 15px;
    line-height: 18px;
  }
  .items-block {
    float: none;
    width: 100% !important;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .items-block .item {
    width: 49.8%;
    height: 128px;
    margin: 0;
    border: 1px solid #d3d3d3;
    border-width: 0 1px 1px 0;
    float: left;
  }
  /* provacy-policy page */
  #content {
    padding: 30px 25px;
    font-size: 12px;
    line-height: 18px;
  }
  #content h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 12px;
  }
  /* team page */
  .team-info-holder {
    padding: 19px 9px 0;
    text-align: center;
  }
  .team-info-frame {
    width: auto;
  }
  .person-holder {
    width: 283px;
    height: 297px;
    margin: 0 10px 20px;
  }
  .person .box {
    width: 283px;
    height: 297px;
  }
  .person .mask, .person .mask.hover, .person .mask:hover, .expanded .person .mask.hover {
    border: 8px solid #fff;
    background: none;
    color: #4c4c4d;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .person .mask .holder, .person .mask.hover .holder, .person .mask:hover .holder, .expanded .person .mask.hover .holder {
    background: #fff;
    padding: 24px 5px 13px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 3px;
  }
  .person .title {
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 3px;
  }
  .person .button {
    width: 262px;
    height: 21px;
    padding: 54px 10px;
    margin: 0 0 19px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
  }
  .description {
    font-size: 15px;
    line-height: 20px;
  }
  .description .col1 {
    width: auto;
    float: none;
    padding: 0 0 15px;
  }
  .description .col2 {
    width: auto;
    float: none;
    padding: 0 0 42px;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
  }
  .description .col2:after {
    display: none;
  }
  .social-links {
    margin: 0 0 16px;
    text-align: left;
  }
  .social-links li {
    margin: 0 7px 0 0;
  }
  .social-links a {
    width: 18px;
    height: 18px;
  }
  .social-links .twitter {
    background: url(../images/sprite.png) no-repeat -102px -122px;
  }
  .social-links .linkedin {
    background: url(../images/sprite.png) no-repeat -132px -120px;
  }
  .social-links .rss {
    background: url(../images/sprite.png) no-repeat -161px -122px;
  }
  .description h2 {
    font-size: 17px;
    line-height: 20px;
    margin: 0 0 12px;
  }
  .description p {
    margin: 0 0 26px;
  }
  .description h3 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 15px;
  }
  .description .col2 p {
    margin: 0 0 18px;
  }
  .person .close {
    background: url(../images/sprite-small.png) no-repeat -80px -84px;
    width: 24px;
    height: 24px;
    top: 312px;
    right: 11px;
  }
  .person-holder.expanded {
    padding: 0 10px;
  }
  .expanded .person .box {
    margin: 0 0 13px;
    float: none;
    display: inline-block;
  }
  .expanded .person .spotify {
    float: none;
    margin: 0 auto;
  }
  /* footer */
  #footer {
    padding: 17px 10px 9px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }
  .footer-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 14px;
  }
  .footer-nav li {
    margin: 0 18px;
  }
}
.iframe-video {
  vertical-align: top;
}
.video-on #fancybox-wrap, .video-on #fancybox-content {
  height: auto !important;
}
.video-on #fancybox-wrap {
  padding: 10px;
  /* should be 20px */
  margin-left: 10px;
  overflow: visible !important;
}
.video-on .fancybox-bg {
  display: none;
}
.touch-device.video-on #fancybox-wrap {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
}
.touch-device.video-on #fancybox-content, .touch-device.video-on #fancybox-content > div, .touch-device.video-on #fancybox-content > div > div {
  background: #000;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden !important;
  z-index: 9;
}
.touch-device.video-on iframe {
  width: 100% !important;
  height: 100% !important;
}
.touch-device.video-on #fancybox-close {
  background-position: 0 -148px;
  top: 10px;
  right: 10px;
  z-index: 10;
}
@media ( -webkit-min-device-pixel-ratio: 1.5) and (max-width:1023px), ( min-resolution: 144dpi) and (max-width:1023px) {
  .logo {
    background: url(../images/logo-2x.png) no-repeat;
    background-size: 140px 41px;
  }
  .video-section .title {
    background: url(../images/sprite-medium-2x.png) no-repeat -71px 0;
    background-size: 1000px 500px;
  }
  .btn-play {
    background: url(../images/sprite-medium-2x.png) no-repeat;
    background-size: 1000px 500px;
  }
  .slide-area .title span {
    background: url(../images/sprite-medium-2x.png) no-repeat -96px -52px;
    background-size: 1000px 500px;
  }
  .slide-area .btn-prev {
    background: url(../images/sprite-medium-2x.png) no-repeat 0 -72px background-size: 1000px 500px;
  }
  .slide-area .btn-next {
    background: url(../images/sprite-medium-2x.png) no-repeat -49px -72px;
    background-size: 1000px 500px;
  }
  .linkedin {
    background: url(../images/sprite-medium-2x.png) no-repeat -49px -72px;
    background-size: 1000px 500px;
  }
  .ico-location {
    background: url(../images/sprite-medium-2x.png) no-repeat -232px -38px;
    background-size: 1000px 500px;
  }
  .info-box .logo i {
    background: url(../images/sprite-medium-2x.png) no-repeat -211px 0;
    background-size: 1000px 500px;
  }
  .social-networks ul .facebook {
    background: url(../images/sprite-medium-2x.png) no-repeat -249px 0;
    background-size: 1000px 500px;
  }
  .social-networks ul .twitter {
    background: url(../images/sprite-medium-2x.png) no-repeat -287px 0;
    background-size: 1000px 500px;
  }
  .social-links .twitter {
    background: url(../images/sprite-medium-2x.png) no-repeat -249px -38px;
    background-size: 1000px 500px;
  }
  .social-links .linkedin {
    background: url(../images/sprite-medium-2x.png) no-repeat -265px -38px;
    background-size: 1000px 500px;
  }
  .social-links .rss {
    background: url(../images/sprite-medium-2x.png) no-repeat -279px -38px;
    background-size: 1000px 500px;
  }
}
@media ( -webkit-min-device-pixel-ratio: 1.5) and (max-width:767px), ( min-resolution: 144dpi) and (max-width:767px) {
  .logo {
    background: url(../images/logo-2x.png) no-repeat;
    background-size: 140px 41px;
  }
  .video-section .title {
    background: url(../images/sprite-small-2x.png) no-repeat -78px 0;
    background-size: 1000px 500px;
  }
  .btn-play {
    background: url(../images/sprite-small-2x.png) no-repeat;
    background-size: 1000px 500px;
  }
  .slide-area .btn-prev {
    background: url(../images/sprite-small-2x.png) no-repeat 0 -78px;
    background-size: 1000px 500px;
  }
  .slide-area .btn-next {
    background: url(../images/sprite-small-2x.png) no-repeat -26px -78px;
    background-size: 1000px 500px;
  }
  .slide-area .title span {
    background: url(../images/sprite-small-2x.png) no-repeat -80px -56px;
    background-size: 1000px 500px;
  }
  .info-box .logo i {
    background: url(../images/sprite-small-2x.png) no-repeat -228px 0;
    background-size: 1000px 500px;
  }
  .linkedin {
    background: url(../images/sprite-small-2x.png) no-repeat -228px -46px;
    background-size: 1000px 500px;
  }
  .ico-location {
    background: url(../images/sprite-small-2x.png) no-repeat -254px -46px;
    background-size: 1000px 500px;
  }
  .nav-bar .btn-open:after {
    background: url(../images/sprite-small-2x.png) no-repeat -274px -46px;
    background-size: 1000px 500px;
  }
  .nav-bar.active .btn-open:after {
    background: url(../images/sprite-small-2x.png) no-repeat -276px -72px;
    background-size: 1000px 500px;
  }
  .social-networks ul .facebook {
    background: url(../images/sprite-small-2x.png) no-repeat -274px 0;
    background-size: 1000px 500px;
  }
  .social-networks ul .twitter {
    background: url(../images/sprite-small-2x.png) no-repeat -320px 0;
    background-size: 1000px 500px;
  }
  .social-links .twitter {
    background: url(../images/sprite-small-2x.png) no-repeat -290px -46px;
    background-size: 1000px 500px;
  }
  .social-links .linkedin {
    background: url(../images/sprite-small-2x.png) no-repeat -316px -46px;
    background-size: 1000px 500px;
  }
  .social-links .rss {
    background: url(../images/sprite-small-2x.png) no-repeat -340px -46px;
    background-size: 1000px 500px;
  }
  .person .close {
    background: url(../images/sprite-small-2x.png) no-repeat -366px -46px;
    background-size: 1000px 500px;
  }
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*ABOUT US*/

.page-template-about-us-page-php * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-about-us-page-php .title-bar {
  background: #eaeaea;
  height: 80px;
  padding: 60px 0 80px;
  text-align: center;
}
.page-template-about-us-page-php .title-bar .title-copy-left {
  font-size: 40px;
}
.page-template-about-us-page-php .title-bar .title-copy-right {
  font-size: 36px;
}
.page-template-about-us-page-php .side-nav {
  position: fixed;
  float: left;
  top: 75px;
  /*background: white;*/
  width: 100%;
  height: auto;
  min-height: 60px;
  z-index: 12;
}
.page-template-about-us-page-php h4 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: normal;
  padding-bottom: 20px;
  font-weight: 300;
  font-family: "aktiv-grotesk-std", "aktiv-grotesk-std", sans-serif;
}
.map-block-about .space {
  padding-left: 70px !important;
}
.row .col.text {
  padding-top: 80px !important;
  padding-right: 40px !important;
}
.map-block-about p, .stage-of-investment p, .investments-per-year p {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
}
.page-template-about-us-page-php.fix-nav .side-nav {
  position: fixed;
  top: 75px;
  /*background: white;*/
  z-index: 12;
}
@media screen and (max-width: 768px) {
  .page-template-about-us-page-php.fix-nav .side-nav {
    top: 58px;
  }
  .map-block-about p, .stage-of-investment p, .investments-per-year p {
    font-size: 15px;
    line-height: 1.3;
  }
  .map-block-about .space {
    padding-left: 20px !important;
  }
}
.row {}
.row .col {
  width: 50%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
.investments .row {
  padding: 40px 0 0px;
}
@media screen and (max-width: 768px) {
  .row .col {
    width: 100%;
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
  }
  .investments .row {
    padding: 0 0;
  }
}
.stage-of-investment {
  padding: 40px 0;
}
.investments-per-year {
  padding: 40px 0;
  background: #eef1f1;
}
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
  *zoom: 1;
}
.map-block-about {
  background: #eef1f1;
}
.map-block-about .row .col {
  padding: 0 0;
}
.content-section h3 {
  font-size: 36px;
  padding: 10px 0 30px;
  font-weight: 300;
}
.investments {
  background: #fff;
}
.investments p,
.meet-us p {
  font-weight: 300;
  line-height: 36px;
}
.investments .container {
  text-align: center;
  padding: 80px 30px;
}
.col .image {
  float: left;
  width: 30%;
  padding: 0 10px;
}
.col .copy {
  float: left;
  width: 70%;
  padding: 0 10px 0 40px;
  text-align: left;
}
.copy h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  letter-spacing: 1px;
}
.copy p {
  font-size: 16px;
}
.col .image img {
  width: 100%;
}
.meet-us {
  background: #f55348;
  width: 100%;
  padding: 80px 30px 52px;
  text-align: center;
  color: white;
  box-sizing: border-box;
/*  margin-top: 20px; */
}
.meet-us p {
  max-width: 820px;
  margin: 0 auto;
  font-size: 22px;
  /*line-height: 1.4;*/
}
.investments p {
  font-size: 22px;
  /*padding-top:10px;*/
  line-height: 1.4;
}
.investments .col p {
  font-size: 18px;
  line-height: 1.6;
}
.side-nav ul.nav {
  margin: 0px auto 10px;
  text-align: center;
  background: white;
  width: 100%;
  border-bottom: 1px solid rgb(228, 228, 228);
}
.side-nav ul.nav li {
  font-size: 13px;
  display: inline-block;
  margin: 0 20px;
  padding: 20px 0 14px;
}
.side-nav ul.nav li.active {
  border-color: #fd513c;
}
.side-nav ul.nav li.active a, .side-nav ul.nav li.active a:hover {
  color: #fd513c;
}
.side-nav ul.nav li a {
  color: #858787;
  font-weight: bold;
}
.side-nav ul.nav li a:hover {
  color: #666;
  text-decoration: none;
}
.page-template-about-us-page-php .main {
  width: 100%;
  height: auto;
  position: relative;
}
.page-template-about-us-page-php .content-section {
  border-left: 1px solid #d7d7d7;
  float: left;
  text-align: center;
  width: 100%;
}
.stories-block {}
.stories-block .names {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.stories-block p {
  display: block;
  font-size: 14px;
  font-weight: bold;

}
.stories-block .names .image {
  float: none;
  width: 160px;
  height: 160px;
  display: inline-block;
 /* border: 6px solid transparent; */
  background-position: center center;
  background-size: 120%;
  background-repeat: no-repeat;
  opacity: .6;
  margin-bottom: 5px;
  transition: all .25s;
}
.stories-block .names:hover .image {
  border-color: #fb5243;
  opacity: 1;
  transition: all .25s;
}
.stories-block .names.active .image {
  border-color: #fb5243;
  opacity: 1;
  transition: all .25s;
}
.page-template-about-us-page-php #footer {
  clear: both;
}
.investments .investments-number {
  float: left;
  padding: 68px 60px 94px;
  width: 60%;
}
.investments .section-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.investments .investments-number .wp-chart-wrap {
  padding-top: 49px;
  max-width: 550px !important;
  height: auto;
}
.investments .investments-counter {
  float: left;
  text-align: center;
  border-right: 1px solid #ccc;
  width: 40%;
  padding: 0 0 4.5%;
}
.investments-counter .container {
  float: left;
  padding: 68px 0 94px;
  position: relative;
  width: 100%;
}
.active-investments-number {
  position: relative;
  padding: 30px 0 70px;
  width: 250px;
  margin: 0 auto;
}
.active-investments-number .digit-container {
  background: #45a632;
  float: left;
  text-align: center;
  width: 50%;
  padding: 62px 0 34px;
}
#left-digit-container {
  border-right: 4px solid #136c0a;
}
#right-digit-container {
  border-left: 4px solid #136c0a;
}
.active-investments-number span {
  color: #fff;
  font-size: 121px;
  font-weight: 300;
}
.fund-selectors {
  clear: both;
  height: 77px;
  margin: 125px auto 0;
  text-align: center;
  width: 100%;
  max-width: 280px;
}
.fund-selectors span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.fund-selectors .selector {
  float: left;
  border: 1px solid #ccc;
  height: 77px;
  width: 50%;
  padding-top: 27px;
}
.fund-selectors .selector:hover {
  cursor: pointer;
}
.active-selector {
  border-color: #136c0a;
  color: #fff;
  background: #45a632;
  position: relative;
}
.active-selector:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #45a632;
  border-width: 15px;
  margin-left: -15px;
}
.inactive-selector {
  background: #eeeeee;
}
.page-template-about-us-page-php .notable-exits {
  background: #fafafa;
  padding: 44px 0 60px 53px;
  position: relative;
}
.notable-exists {
  border-top: 3px solid #e5e5e5;
}
.notable-images {
  padding: 30px 0 10px;
}
.notable-images li {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px 0;
}
.event-info .notable-images img {
  width: 100%;
  /*padding: 20px;*/
  /*max-height: 80px;*/
  /*vertical-align: middle;*/
}
.notable-exits .section-title {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 51px;
}
.notable-exits .section-title .bold-title {
  font-weight: bold;
}
.exit-type-selectors {
  float: right;
  height: 37px;
  margin-right: 59px;
  text-align: center;
}
.exit-type-selectors span {
  font-size: 15px;
}
.exit-type-selectors .selector {
  background: #f1f1f1;
  border: 1px solid #ccc;
  float: left;
  height: 37px;
  width: 77px;
  padding-top: 7px;
}
.exit-type-selectors .active {
  background: #ff5837;
  border-color: #c1220e;
  color: #fff;
}
.notable-exits .exits-carousel {
  min-width: 1400px;
}
.notable-exits .exits-carousel a.btn-next {
  background: url(../images/exits-next.png) no-repeat;
  height: 43px;
  width: 23px;
  z-index: 1;
  position: absolute;
  right: 3%;
  top: 52%;
}
.notable-exits .exits-carousel a.btn-previous {
  background: url(../images/exits-prev.png) no-repeat;
  height: 43px;
  width: 23px;
  z-index: 1;
  position: absolute;
  left: 3%;
  top: 52%;
}
.notable-exits .exits-slideset {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 9999px;
  overflow: hidden;
}
.notable-exits .exits-slideset li {
  float: left;
}
.notable-exits .exits-slideset img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.notable-exits .exits-slideset .slide {
  background: #fff;
  border: 1px solid #ccc;
  width: 308px;
  height: 219px;
  margin-right: 10px;
  padding: 0 28px 0 28px;
}
.notable-exits .exits-slideset .slide p {
  color: #a0a1a1;
  font-weight: 300;
  line-height: 22px;
}
.notable-exits .exits-slideset .slide .logo-area {
  display: table;
  width: 100%;
  height: 101px;
  padding: 30px 0 9px;
  margin: 0 0 24px;
  position: relative;
  z-index: 1;
}
.notable-exits .exits-slideset .slide .logo-area:after {
  width: 50px;
  height: 2px;
  background: #fb5243;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  content: '';
}
.notable-exits .exits-mask {
  float: right;
  overflow: hidden;
  width: 100%;
}
.check-sizes {
  background: #bfbfbf;
  color: #fff;
  font-weight: 100;
  padding: 9.8% 10% 8.5%;
}
.check-sizes .section-title {
  font-size: 18px;
  font-weight: bold;
  margin-left: -4.3%;
  padding-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  #bay-area .marker-content {
    width: 135px;
  }
}
@media (min-width: 1200px) {
  .check-sizes .check {
    float: left;
    height: 150px;
    position: relative;
    width: 33%;
  }
  .check-sizes .seed.check {
    margin-top: 53px;
  }
  .check-sizes .series-a.check {
    margin-top: 34px;
  }
  .check-sizes .series-b .bg {
    font-size: 45px;
  }
  #bay-area .marker-content {
    width: 220px;
  }
}
.check-sizes .seed .bg {
  background-color: #1173bb;
  font-size: 24px;
}
.check-sizes .series-a .bg {
  background-color: #278fa2;
  font-size: 30px;
  padding: 30px 25px;
}
.check-sizes .series-b .bg {
  background-color: #45a632;
  font-size: 40px;
  padding: 40px 25px;
}
.check-sizes .bg {
  background-image: url(../images/check-lines.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 98% 95%;
  font-weight: 100;
  line-height: 1.4;
  margin: 15px 0;
  padding: 25px 25px;
  text-align: center;
}
.check-sizes .num:after {
  content: '';
  display: block;
  height: 2px;
  margin: 0 auto;
}
.seed .num:after {
  background: #081f93;
  max-width: 105px;
}
.series-a .num:after {
  background: #065067;
  max-width: 155px;
}
.series-b .num:after {
  background: #136c0a;
  max-width: 215px;
}
.industries {
  padding: 93px 53px 75px;
}
@media (max-width: 480px) {
  .industries {
    padding: 93px 20px 0;
  }
  .tab-content img {
    display: none;
  }
  .footer-nav li {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
.industries .section-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.industries .section-subtitle {
  display: none;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.3;
  padding-bottom: 10px;
}
.industries .bar-chart {
  clear: both;
  margin: 100px auto 0;
  max-width: 90%;
}
.industries .bar {
  display: inline-block;
  float: left;
  min-height: 120px;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
  width: 50%;
}
.industries .industry {
  left: 0;
  margin: 0 auto;
  right: 0;
  position: absolute;
}
.industries .bg {
  left: 0;
  height: 100%;
  padding: 20px;
  position: absolute;
  right: 0;
}
.industries .icon {
  background: url(../images/industry-icons.png) no-repeat center top;
  height: 55px;
  left: 0;
  position: absolute;
  right: 0;
  top: -70px;
  width: auto;
}
.industries .consumer .icon {
  background-position: center -55px;
}
.industries .saas .icon {
  background-position: center -110px;
}
.industries .digital .icon {
  background-position: center -165px;
}
.industries .other {
  display: none;
}
.industries .other .icon {
  background-position: center -220px;
}
.industries .num {
  display: none;
  font-size: 24px;
  font-weight: bold;
}
.portfolio-companies {
  background: #f0f0f0;
}
.portfolio-companies .section-title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 50px;
  z-index: 10;
}
@media (min-width: 700px) {
  .industries .section-subtitle {
    display: block;
  }
  .industries .bar-chart {
    height: 230px;
    margin: 0 auto;
  }
  .industries .industry {
    bottom: -40px;
  }
  .industries .bar {
    height: 100%;
    width: 20%;
  }
  .industries .bg {
    bottom: 0;
  }
  .industries .num {
    color: #fff;
    display: block;
  }
  .industries .retail .bg {
    background: #f14e41;
  }
  .industries .consumer .bg {
    background: #116aac;
  }
  .industries .saas .bg {
    background: #3c9641;
  }
  .industries .digital .bg {
    background: #73519f;
  }
  .industries .other .bg {
    background: #bbb;
  }
  .industries .other {
    display: block;
  }
}
@media (max-width: 768px) {
  .portfolio-companies .section-title, .portfolio-companies .map {
    display: none;
  }
}
.portfolio-companies img {
  width: 100%;
  height: auto;
}
.portfolio-companies .map {
  position: relative;
  top: 15px;
}
.portfolio-companies .map .small-marker {
  position: absolute;
  width: 31px;
  height: 43px;
  background: url(../images/small-marker.png) no-repeat;
}
.portfolio-companies .map .small-marker:hover {
  cursor: pointer;
}
.portfolio-companies .map .small-marker .marker-content {
  display: none;
}
.portfolio-companies .map .large-marker {
  position: absolute;
  width: 54px;
  height: 80px;
  background: url(../images/large-marker.png) no-repeat;
}
.portfolio-companies .map .large-marker .marker-content {
  display: block;
}
.marker-content {
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
  margin: 98px 0 0 -86px;
  width: 220px;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}
.marker-content:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 20px;
  margin: -55px 0 0 -22px;
  left: 50%;
}
.marker-content h3 {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#losangeles.small-marker {
  left: 16.5%;
  bottom: 33%;
}
#losangeles.large-marker {
  left: 15.4%;
  bottom: 33.0%;
}
#bay-area.small-marker {
  left: 10.9%;
  bottom: 59.2%;
}
#bay-area.large-marker {
  left: 9.8%;
  bottom: 59%;
}
#newyork.small-marker {
  left: 73.5%;
  bottom: 54%;
}
#newyork.large-marker {
  left: 72.5%;
  bottom: 54%;
}
#atlanta.small-marker {
  left: 67%;
  bottom: 12%;
}
#atlanta.large-marker {
  left: 65.5%;
  bottom: 12%;
}
#midwest.small-marker {
  left: 51%;
  bottom: 54%;
}
#midwest.large-marker {
  left: 50.2%;
  bottom: 54%;
}
.portfolio-selectors {
  height: 120px;
  margin: 68px auto 40px;
  width: 550px;
}
.portfolio-selectors span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.portfolio-selectors .selector {
  /*border: 1px solid #ccc;*/
  float: left;
  height: 107px;
  width: 50%;
  padding: 25px 30px 30px 30px;
}
.portfolio-selectors .selector:hover {
  cursor: pointer;
}
.portfolio-selector-active {
  /*background: url(../images/portfolio-selector-active.png) no-repeat;*/
  background: #fb5243;
  border: 1px solid #c92815;
  color: #fff;
  position: relative;
}
.portfolio-selector-active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #fb5243;
  border-width: 15px;
  margin-left: -15px;
}
.portfolio-selector-inactive {
  border: 1px solid #ccc;
}
.portfolio-bottom {
  color: #fb5243;
  padding: 0 53px 100px;
  text-align: center;
}
#portfolio-bottom-2 {
  display: none;
}
.show-for-small {
  display: none;
}
@media (max-width: 480px) {
  .portfolio-bottom {
    padding: 93px 20px 75px;
  }
}
.portfolio-bottom .large-number {
  font-size: 85px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.portfolio-bottom .large-number sup {
  font-size: 60px;
  font-weight: 100;
  vertical-align: top;
}
.portfolio-bottom .distribution {
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-bottom .distribution .lines {
  display: block;
  margin: 15px auto;
  width: 70%;
}
.portfolio-bottom .industries .bar {
  min-height: 50px;
}
.portfolio-bottom .industries .industry {
  bottom: 0;
  color: #333;
}
.portfolio-bottom .industries .num {
  color: #333;
  display: block;
}
@media (max-width: 768px) {
  .portfolio-bottom .large-number {
    font-size: 60px;
  }
  .portfolio-bottom .distribution {
    margin-bottom: 50px;
  }
  .portfolio-bottom .distribution .lines {
    display: none;
  }
  .portfolio-bottom .industries .bar {
    min-height: 100px;
  }
  .portfolio-bottom .industries .industry {
    bottom: 50px;
  }
  .portfolio-selectors {
    display: none;
  }
  .show-for-small {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 50px;
  }
  #portfolio-bottom-2 {
    display: block;
  }
}
.founders-stories {
  background: #fff;
  padding-top: 74px;
  padding-bottom: 76px;
  position: relative;
}
.founders-stories span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  padding: 10px 0;
}
.founders-stories p.caption {
  font-size: 18px;
  font-weight: bold;
  text-transform:uppercase;
  padding: 30px 0px 30px;
}
.founders-stories .story-carousel a.btn-next {
  border-radius: 100% 0 0 100%;
  background: #eee url(../images/stories-next.png) no-repeat center center;
  height: 86px;
  width: 75px;
  z-index: 1;
}
.founders-stories .story-carousel a.btn-next {
  position: absolute;
  right: 0;
  top: 42.5%;
}
.through-the-years .section-title, .founders-stories .section-title {
  display: block;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 55px;
  /*padding-left: 49px;*/
}
.founders-stories .stories-slideset {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100% !important;
  /*height: 1000px;*/
  position: relative;
  overflow: hidden;
}
.founders-stories .stories-slideset li {
  width: 100% !important;
  opacity: 0;
  z-index: -10;
  height: 100%;
  position: absolute;
  top: 0px;
  -webkit-transition: all .25s;
  transition: all .25s;
}


.founders-stories .stories-slideset li.active {
  width: 100% !important;
  opacity: 1;
  display:block;
  position: relative;
  z-index: 4;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.founders-stories .stories-slideset li, .founders-stories .stories-slideset .founder-img {
  float: left;
}
.founders-stories .stories-slideset .founder-img {
  max-width: 50%;
  height: auto;
  padding: 0 54px 25px 0;
}
.founders-stories .stories-slideset img {
  width: 100%;
}
.founders-stories .stories-slideset {
  text-align: left;
}
.founders-stories .story-text {
  font-size: 16px;
  line-height: 24px;
  padding-right: 106px;
  float: left;
  width: 50%;
}
.founders-stories .story-text strong {
  font-weight: 700;
}
.founders-stories .story-text span {
  text-align: right;
  float: right;
}
.founders-stories .stories-mask {
  float: right;
  overflow: hidden;
  width: 100%;
}
.page-template-about-us-page-php .santa-monica {
  position: relative;
}
.page-template-about-us-page-php .santa-monica img {
  width: 100%;
  height: auto;
}
.page-template-about-us-page-php .santa-monica span {
  color: #fff;
  font-size: 70px;
  position: absolute;
  right: 9%;
  top: 46%;
}
.page-template-about-us-page-php .santa-monica a {
  color: #fff;
  text-decoration: underline;
}
.page-template-about-us-page-php .whats-playing {
  padding: 129px 156px 122px 137px;
}
.page-template-about-us-page-php .whats-playing img {
  width: 100%;
  height: auto;
}
.page-template-about-us-page-php .meet-upfront {
  background: #47a849;
  padding: 73px 160px 65px 160px;
  position: relative;
  text-align: center;
}
.page-template-about-us-page-php .meet-upfront span {
  color: #1d661e;
  font-size: 20px;
  font-weight: bold;
}
.page-template-about-us-page-php .meet-upfront p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  padding: 22px 0 37px 0;
}
.section-title {
  text-align: center;
}
.page-template-about-us-page-php .meet-upfront a {
  color: #fff;
  font-size: 21px;
  text-decoration: underline;
}

/* TODO: move this into the other 959 media query */


/*       once other styles from p2h have been     */


/*       brought in.                              */

@media only screen and (max-width: 768px) {
  .page-template-about-us-page-php .side-nav, .page-template-about-us-page-php.fixed-nav .side-nav {
    top: 55px;
  }
}
@media only screen and (max-width: 959px) {
  .page-template-about-us-page-php .side-nav li, .page-template-about-us-page-php.fix-nav .side-nav li {
    margin: 0 6px !important;
    /*display: none;*/
  }
  .page-template-about-us-page-php .main, .page-template-about-us-page-php.fix-nav .main {
    width: 100%;
    left: 0;
  }
  #bay-area .marker-content {
    width: 135px;
  }
}
@media only screen and (max-width: 768px) {
  .video-section .logo-area img, .visual-section .logo-area img {
    display: none;
  }
  .meet-us {
    margin-top: 0px;
  }
  .active-investments-number span {
    font-size: 70px;
  }
  .active-investments-number .digit-container {
    padding: 46px 0 29px;
  }
  .investments .investments-counter {
    width: 100%;
  }
  .investments-counter .container {
    padding: 68px 0 0px;
  }
  .active-investments-number {
    padding: 40px 0 0;
    width: 190px;
    margin: 0 auto 160px;
  }
  .investments .investments-number {
    width: 100%;
    padding: 18px 20px 94px;
    text-align: center;
  }
  .page-template-about-us-page-php .meet-upfront {
    padding: 73px 20px 65px;
  }
  .page-template-about-us-page-php .industries {
    padding-top: 33px;
  }
  .page-template-about-us-page-php .notable-exits {
    padding: 74px 20px 100px;
  }
  .notable-exits .exits-slideset img {
    max-width: 88%;
  }
  .founders-stories {
    display: none;
  }
  .portfolio-selectors {
    width: 100%;
  }
  .portfolio-selectors .selector {
    width: 100%;
    height: auto;
  }
  .portfolio-selector-active:before {
    display: none;
  }
}

/* fix js */

.js-slide-hidden {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  display: block !important;
}

/* video popups */


/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.through-the-years {
  background: #EFF1F0;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.through-the-years .section-title {
  display: block;
  /*padding-left: 55px;*/
  width: 100%;
  /*font-weight: bold;*/
}
.through-the-years .event-date {
  width: 10%;
  float: left;
  margin-left: 14%;
}
.event-date span {
  position: absolute;
  left: 20px;
  top: 30px;
}
.through-the-years .event-circle {
  border-radius: 50%;
  width: 80px;
  position: relative;
  margin-top: 10px;
  font-size: 18px;
  height: 80px;
  background: rgb(237, 37, 24);
  color: white;
}
.through-the-years .container {
  position: relative;
  padding: 70px 0 60px;
}
.through-the-years .container:before {
  position: absolute;
  height: 100%;
  top: 0px;
  width: 6px;
  background: #848585;
  left: 16.9%;
  content: '';
}
.through-the-years .event-info {
  width: 60%;
  margin-left: 2%;
  max-width:690px;
  float: left;
  margin-bottom: 30px;
  text-align: left;
  background: white;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 20px 0;
}
.event-info:before {
  position: absolute;
  content: '';
  left: -20px;
  top: 26px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
}
.event-info img {
  padding: 0 10px;
}
.event-info div {
  padding: 10px 24px;
}
.event-info .event-description {
  padding-bottom: 24px;
}
.event-info .notable-exists {
  padding-top: 24px;
}
.event-info span {
  position: relative;
  top: 12px;
}
.through-the-years .controls {
  height: 0;
  position: relative;
  top: -50px;
}
.through-the-years .controls a {
  display: block;
  height: 43px;
  width: 23px;
  overflow: hidden;
  text-indent: 100%;
  background: url(../images/timeline-arrows.png) no-repeat top left;
}
.through-the-years .controls .left {
  float: left;
  margin-left: 320px;
}
.through-the-years .controls .right {
  background-position: -23px 0;
  float: right;
  margin-right: 15px;
}
.dateline {
  height: 4px;
  margin-top: 90px;
  background: #b9b9b9;
  width: 3472px;
}
.dateline-active {
  height: 4px;
  position: relative;
  margin-left: 370px;
  background: #1172bb;
}
.dateline-active .year-marker {
  height: 24px;
  width: 4px;
  position: relative;
  top: -10px;
  float: left;
  text-align: center;
  background: #1172bb;
}
.dateline-active .year-marker span {
  position: absolute;
  left: -15px;
  top: 30px;
  font-size: 14px;
}
.dateline-active .year-marker:first-child {
  margin-left: 0;
}
.dateline-active .year-marker {
  margin-left: 160px;
}
.dateline-active .event {
  font-size: 18px;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -7px;
  top: -7px;
  background: #47a849;
  opacity: 0.8;
  text-decoration: none;
  color: #424242;
  cursor: pointer;
}
.dateline-active .event > div {
  display: none;
}
.dateline-active .event-title {
  font-weight: bold;
  margin-bottom: 13px;
}
.dateline-active .event-description {
  font-weight: 100;
}
.dateline-active .event.active {
  background: none;
  top: -165px;
  width: 550px;
}
.dateline-active .event.active .indicator {
  display: block;
  height: 151px;
  width: 4px;
  margin-right: 30px;
  top: 18px;
  left: 7px;
  float: left;
  opacity: 0.9;
  background: #ec4d3f;
  position: relative;
}
.dateline-active .event.active .indicator:before, .dateline-active .event.active .indicator:after {
  display: block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: -17px;
  left: -7px;
  content: '';
  border-radius: 100%;
  background: #ec4d3f;
}
.dateline-active .event.active .indicator:after {
  top: 140px;
}
.dateline-active .event.active > div {
  display: block;
}
@media (max-width: 1024px) {
  .through-the-years .container:before {
    left: 23.5%;
  }
  .through-the-years .controls {
    top: 15px;
  }
  .through-the-years .controls .left {
    margin-left: 15px;
  }
  .through-the-years .section-title {
    width: 100%;
  }
  .dateline {
    margin-top: 175px;
  }
  .dateline-active {
    margin-left: 70px;
  }
  .dateline-active .event.active {
    width: 10%;
  }
}
.error404 {
  line-height: 1;
  text-align: center;
}
.error404 #wrapper {
  padding-bottom: 63px;
}
.error404 .huge {
  color: #FD513C;
  font-size: 200px;
  font-weight: bold;
  margin-top: 1%;
}
.error404 h2 {
  font-size: 24px;
}
.error404 .gif {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 0;
  width: 100%;
}
.error404 img {
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1310px;
}
#twitter-widget-0 a:link, #twitter-widget-0 a:visited, #twitter-widget-0 .stats span, #twitter-widget-0 .byline, #twitter-widget-0 .retweet-credit, #twitter-widget-0 .no-more-pane, #twitter-widget-0 .no-tweets-pane p, #twitter-widget-0 .p-geo, #twitter-widget-0 .cards-base #twitter-widget-0 .byline-user {
  color: #fff !important;
}
#twitter-widget-0 {
  height: 100% !important;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .through-the-years .event-info {
    width: 62%;
    margin-left: 6%;
  }
  .through-the-years .event-date {
    margin-left: 10%;
  }
  .through-the-years .container:before {
    left: 14.5%
  }
}


/*** Jobs Page ***/

.post-type-archive-jobs {
  height: 100%;
}
.post-type-archive-jobs #wrapper {
  min-height: 90%;
  margin-bottom: -63px;
}
.post-type-archive-jobs #wrapper:after {
  content: "";
  display: block;
  height: 63px;
}
.jobs-wrapper {
  min-height: 100%;
}
.jobs-hero {
  background: #0068ae;
  padding: 45px;
  position: relative;
  z-index: 1;
}
.jobs-hero h1 {
  color: #fff;
  font-size: 31px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
@media (max-width: 768px) {
  .jobs-hero {
    padding: 25px;
  }
  .jobs-hero h1 {
    font-size: 18px;
  }
}
.jobs-sidebar {
  background: #fff;
  border-right: 1px solid #d3d3d3;
}
.jobs-sidebar .nav-bar {
  clear: left;
  padding: 0 0 63px;
  position: relative;
  top: 30px;
  max-width: 300px;
}
.jobs-sidebar .clear-all {
  color: #848585;
  display: block;
  font-weight: bold;
  padding: 10px 60px 10px 30px;
  position: relative;
  text-transform: uppercase;
  max-width: 240px;
}
.jobs-sidebar .clear-all:hover {
  color: #424242;
  text-decoration: none;
}
.jobs-sidebar .clear-all:after {
  color: #424242;
  content: '';
  font-family: ;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: -1;
}
.jobs-sidebar .nav-bar.affix {
  position: fixed;
  top: 0;
  max-height: 80%;
  overflow-y: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.jobs-sidebar .nav-bar .section-title {
  background-color: transparent;
  display: block;
  color: inherit;
  font-weight: bold;
  padding-top: 30px;
  position: relative;
  text-transform: uppercase;
  z-index: 10;
}
.jobs-sidebar .nav-bar .section-title:hover {
  text-decoration: none;
}
.jobs-sidebar .accordion li, .jobs-sidebar .companies li {
  font-weight: normal;
  padding-bottom: 0;
  padding-top: 0;
}
.jobs-sidebar .accordion ul, .jobs-sidebar .companies ul {
  padding-bottom: 0;
}
.jobs-sidebar .accordion > li, .jobs-sidebar .companies > li {
  margin-bottom: 0;
  position: relative;
}
.jobs-sidebar .accordion > li:after {
  content: '+';
  font-size: 25px;
  padding-top: 30px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: -1;
}
.jobs-sidebar .accordion > li.active:after {
  content: '-';
  font-size: 30px;
  right: 13px;
  z-index: -1;
}
.jobs-sidebar .accordion > li.active ul {
  height: auto;
  padding: 19px 0;
}
.jobs-sidebar .accordion > li ul {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.hidden {
  display: none;
}
.jobs-sidebar .accordion ul li.active, .jobs-sidebar .accordion ul a.active {
  color: #FD513C;
  font-weight: bold;
  margin-left: -30px;
}
.jobs-sidebar .accordion li a:not(.active) {
  color: #848585;
  padding-right: 60px;
  position: relative;
  z-index: 5;
}
.jobs-info {
  margin-top: -20px;
  z-index: -1;
}
.jobs-info .job-logo {
  background: rgba(255, 255, 255, 0.6);
  margin-left: -1px;
  padding: 25px 4%;
}
.jobs-info .job-logo {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}
.jobs-info .job-logo:not(.hidden) {
  margin: 20px 0 20px -1px;
}
.jobs-info .job-logo img {
  height: auto;
  max-width: 130px;
}
.jobs-info .jobs {
  position: relative;
}
.jobs-info .job {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  font-size: 14px;
  line-height: 1.3;
  padding: 10px 0 10px 4%;
}
.jobs-info .job-logo.hidden {
  -webkit-transform: scale3d(0, 0, -100);
  -moz-transform: scale3d(0, 0, , -100);
  -ms-transform: scale3d(0, 0, , -100);
  -o-transform: scale3d(0, 0, , -100);
  transform: scale3d(0, 0, , -100);
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
.jobs-info .job.hidden {
  -webkit-transform: scale3d(0, 0, -100);
  -moz-transform: scale3d(0, 0, -100);
  -ms-transform: scale3d(0, 0, -100);
  -o-transform: scale3d(0, 0, -100);
  transform: scale3d(0, 0, -100);
  height: 0;
  margin: 0;
  padding: 0;
  width: 0;
}
.jobs-info .job a.job-title {
  color: #424242;
  font-size: 18px;
}
.jobs-info .job a {
  color: #999999;
  font-size: 12px;
}
@media (min-width: 700px) {
  .jobs-info .job-logo {
    clear: both;
  }
  .jobs-info .job {
    display: inline-block;
    float: left;
    width: 42%;
  }
}
.jobs-info .job a:hover {
  color: #fd513c;
  text-decoration: underline;
}
.jobs-info .items-block {
  background: #cbdae7 url(../images/bg-team-info.jpg) no-repeat 50% 0;
  background-size: cover;
  border-left: 1px solid #d3d3d3;
  position: relative;
}
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}



@media only screen and (max-width: 768px) {
    .founders-stories {
      display: block;
    }
    .founders-stories .stories-slideset img {
      width: 100%;
    }
    .notable-images li {
      width: 100%;
      margin-right: 0;
    }
    .stories-block .names {
      width: 33%;
    }
}
@media only screen and (max-width: 650px) {
  .stories-block {
    display: none;
  }
}

@media only screen and (max-width: 1040px) {
  .row .col.text {
    padding-top: 30px !important;
    padding-left: 20px !important;
  }
	.founders-stories span {
		font-size: 18px;
		line-height: 1.3;
	}
	.founders-stories p.caption {
		font-size: 18px;
		padding: 20px 0 16px;
	}

	.through-the-years .section-title, .founders-stories .section-title, .page-template-about-us-page-php h4, .content-section h3 {
		font-size: 30px;
	}
	.map-block-about img {
		min-height: 300px;
		width: auto;
	}
	.map-block-about p, .stage-of-investment p, .investments-per-year p {
		font-size: 18px;
	}
	.page-template-about-us-page-php .copy h4 {
		font-size: 18px;
	}
	.investments .row {
		padding: 30px 0 0;
	}
	.meet-us {
		padding: 80px 0 50px;
	}
	.investments .container {
		padding: 40px 30px;
	}
	.investments p, .meet-us p {
		font-size: 19px;
	}
	.through-the-years .event-info {
		font-size: 19px;
	}
	.through-the-years .event-date {
		margin-left: 10%;
	}
	.through-the-years .container:before {
		left: 14%;
	}
	.through-the-years .event-info {
		margin-left: 7%;
	}
}
@media screen and (max-width: 768px) {

.founders-stories a.btn-next {
  background: url(../images/exits-next.png) no-repeat;
  height: 43px;
  width: 23px;
  z-index: 1;
  position: absolute;
  right: 3%;
  top: 19%;
}
.founders-stories a.btn-previous {
  background: url(../images/exits-prev.png) no-repeat;
  height: 43px;
  width: 23px;
  z-index: 1;
  position: absolute;
  left: 3%;
  top: 19%;
}
	.map-block-about img {
		min-height: 100%;
		width: 100%;
	}
	.through-the-years .container:before {
		left:50%;
		margin-left: -3px;
		top:130px;
	}
	.through-the-years .event-date {
		float: none;
		margin-left: auto;
		width: 100%;
		text-align: center;
	}
	.through-the-years .event-circle {
		display: inline-block;
	}
	.through-the-years .event-info {
		width: 100%;
    float: none;
    padding: 10px;
    margin: 0 0;
    margin-top: 6px;
		font-size: 14px;
	}
	.event-info:before {
		left: 50%;
		margin-left: -20px;
		top: -34px;
		border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid white;
	}
	.col .image {
		float: left;
		width: 10%;
		text-align: center;
    padding: 0 0;
		padding-bottom: 14px;
	}
  .founders-stories .section-title {
    margin-bottom: 0px;
  }
  .founders-stories {
    padding-top: 46px;
  }
  .stage-of-investment {
    padding-top: 10px;
  }
  .meet-us {
    padding-top: 40px;
  }
  .through-the-years .container {
    padding-top: 40px;
  }
	.col .image img {
		max-width: 160px;
	}
	.col .copy {
		float: right;
		width: 84%;
		padding: 0 0;
	}
	.investments .row {
		padding: 0 0;
	}
	.row .col, .row .col.text {
		padding: 0px  20px !important;
	}
  .row .col.text {
   padding: 20px  20px !important;
 }
  .investments .row .col {
    padding: 40px 20px !important;
  }
	.investments .container {
		padding: 40px 0;
	}
}

@media screen and (min-width: 1024px) {
  .event-info .event-title {
    position: relative;
    top: 14px;
    opacity: 0;
    transition: all .45s;
  }
  .event-info.visible .event-title {
    opacity: 1;
    top: 0px;
    transition: all .45s;
  }
  .event-info .event-description {
    position: relative;
    top: 14px;
    opacity: 0;
    transition: all .45s;
  }
  .event-info.visible .event-description {
    opacity: 1;
    top: 0px;
    transition: all .45s;
  }
  .event-info .notable-exists {
    position: relative;
    top: 14px;
    opacity: 0;
    transition: all .45s;
  }
  .event-info.visible .notable-exists {
    opacity: 1;
    top: 0px;
    transition: all .45s;
  }
  .event {
    opacity: 0;
    position:relative;
    left: -20px;
    transition: all .25s;
  }
  .event.visible {
    left: 0px;
    opacity: 1;
    transition: all .25s;
  }
}

@media (max-width: 480px) {
  .error404 .huge {
    font-size: 150px;
  }
  .dateline-active .event.active {
    font-size: 14px;
    width: 6%;
    max-width: 215px;
  }
  .person .spotify {
    display: none;
  }
  .map-block-about .col img,
  .stage-of-investment .col img,
  .investments-per-year .col img {
    display: none;
  }
  .stage-of-investment,
  .investments-per-year {
    padding: 0 0;
  }
  .through-the-years {
    display: none;
  }
  .founders-stories a.btn-next {
    top: 120px;
    z-index: 10;
  }
  .founders-stories a.btn-previous {
    top: 120px;
    z-index: 10;
  }
  .founders-stories .stories-slideset li.active {
    position: relative;
  }
  .founders-stories .stories-slideset li {
    position: absolute;
    display: block;
  }
  .investments p,
  .meet-us p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .investments .copy p {
    padding-left: 0;
    padding-right: 0;
  }
  .map-block-about,
  .stage-of-investment,
  .investments-per-year {
    text-align: center;
  }
}
.meet-us a {
  color: white;
  display: inline-block;
  font-size: 22px;
  margin-top: 16px;
  border-bottom: 2px solid white;
}

.meet-us a:hover {
  text-decoration: none;
  opacity: .7;
}

.nav-block #nav li.two-lines {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .nav-block #nav li.two-lines {
        text-align: left;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #nav li:nth-child(3) {
        display: block;
    }
}