@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Lato:400,400italic,300,300italic,100italic,100,700,700italic,900,900italic");

/* COMMON */
body{
	font-size: 16px;
	font-family: 'Lato', arial, tahoma, sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0 0 35px 0;
	color: #555;
	line-height: 26px;	
	position: relative;
}
html.homepage, 
body.homepage{	
	height: 100%;
	overflow: hidden;
	margin-bottom:0;
}
body.homepage{
	padding: 90px 0 0 0;
}
#wrap-content{
	word-break: break-word;
}
a:link,
a:visited{
	color:#000;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #666;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	padding: 0;
	color: #fff;
}
.upper{
	text-transform: uppercase;
}
strong{
	font-weight: 600;
	color: #000;
}
.mgt0{
	margin-top: 0;
}
.line-logo{
	background: url(../images/line-logo.png) no-repeat center center;
	height: 34px;
	margin-bottom: 30px;
}
.page-description{
	font-size: 25px;
	line-height: 38px;
	margin-top: 30px;
    margin-bottom: 30px;
}
.page-description.text-center .sub-text{
	font-size: 18px;
}
.page-description a{
	font-weight: 500;
}
.page-description.text-center p {
	text-align: center;
}
p {
	text-align: justify;
}
p.quote {
    padding: 0 10%;
}
p.quote .auth {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}

/* ICONS */
i.icon{
	background: url(../images/icons.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 24px;	
	line-height: 24px;
}
i.icon.linkedin{
	background-position: -30px 0px;
}
i.icon.driving{
	background-position: -53px -26px;
	width: 15px;
}
i.icon.global{
	background-position: 0px -58px;
	width: 27px;
	height: 27px;
}
i.icon.file{
	background-position: -32px -58px;
	width: 27px;
	height: 27px;
}
i.icon.arrow{
	background-position: -62px -68px;
	width: 5px;
	height: 9px;
}
/* HEADER */
#header-bar{
	height: 103px;
	position: relative;
    z-index: 1000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0px;
}
#header-bar #top-bar-menu{
	background-color: rgba(255,255,255,0.15);
}
#header-bar #top-bar-menu a{
	color: #fff;
	font-size: 13px;
    font-weight: 700;
    text-transform:uppercase;
}
#header-bar #top-bar-menu a:hover{
	color: #aaa;
}
#header-bar:after,
#header-bar:before{
	border-top: 1px solid #999;
	display: block;
	width: 100%;
	content: '';
	opacity: .1;
}
#header-bar:after{
	position: absolute;
	bottom: 1px;
}
#header-bar.fixed{
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.15);
	z-index: 999999;
	top: 0;
	/*
	moz-transition: all .3s ease-in-out;
	o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	webkit-transition: all .3s ease-in-out;
	*/
}
#header-bar.fixed .bg-layer{
	opacity: .9;
}
#header-bar .bg-layer{
	background-color: #000;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .75;
	z-index: 1;
	top: 0;
}
#header-bar .menu-layer{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}
#header-bar .company-logo{
	position: absolute;
	top: 7px;
	vertical-align: middle;
}
#header-bar .company-logo img {
	max-height: 60px;
}
#header-bar  .navbar-toggle .icon-bar{
	background-color: #fff;
	width: 25px;
	border-radius: 0;
}
#top-menu{
	position: absolute;
	top: 1px;
	left: 0;
	right: 8px;
	z-index: 3;	
	moz-transition: all .3s ease-in-out;
	o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	webkit-transition: all .3s ease-in-out;
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	background-color: transparent;		
	color: #fff;
	opacity: .95;	
}
#top-menu .navbar-nav>li.investor-login{
	display: none;
}
#top-menu .navbar-nav>li>a{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;	
	padding: 27px 8px;
}
#top-menu .nav .open>a,
#top-menu .nav .open>a:hover,
#top-menu .navbar-nav>li>a:hover{
	background-color: transparent;
	color: #fff;	
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
}
#top-menu .dropdown-menu{
	padding: 0;
	margin: 0;	
	left: 0;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 200px;
	background-color: #51514a;
}
#top-menu .dropdown-menu a{
	padding: 7px 10px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-transform: none;
}
#top-menu .dropdown-menu li{
	border-bottom: 1px solid #7f7f77;
}
#top-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#top-menu .dropdown-menu a:hover,
#top-menu .dropdown-menu a:focus{
	background-color: #65655c;
	color: #fff;
}

/* FOOTER */
#footer-bar{
	background-color: #f0f0f0;
	padding: 7px 0;
	color: #999;
	font-size: 13px;
	line-height: 20px;
	margin-top: 60px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}
#footer-bar.homepage{
	background-color: #000;
}
#footer-bar span.split{
	margin: 0 5px;
}
#footer-bar a{
	color: #000;
}
#footer-bar.homepage{
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .35;
	z-index: 900;
}
#footer-bar p {
	margin-bottom: 0;
	text-align: center;
}
#footer-bar.homepage a{
	color: #fff;
}

/* BANNER */
#banner{
	min-height: 350px;
	background-position: center center;
	background-repeat: none;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
}
#banner .title{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-transform: uppercase;
	text-align: center;	
}
#banner .title h1{
	font-size: 50px;
	font-weight: 700;
	color: #fff;
}

/* HOMEPAGE */
#homepage div.desc{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	color: #e6e3e0;	
}
.tablet #homepage div.desc {
	bottom: 90px;
}
#homepage div.desc h1{
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #000;
	color: #fff;
	line-height: 30px;
}
#homepage div.desc h1 span{
	font-size: 28px;
	font-weight: 300;
}
#homepage div.desc p{
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	padding: 0 8%;
	text-align: center;
}
#homepage h3 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 5px;
}
#homepage h3 a {
	color: #999;
}
#homepage .owl-logos-auto {
	max-width: 700px;
	margin: 0 auto;
}
#homepage .owl-logos-auto .item {
	position: relative;
}
#homepage .owl-logos-auto .item .overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: .5;
	background-color: #000;
	display: none;
}
#homepage .owl-logos-auto .item a {
	display: block;
}
#homepage .owl-logos-auto .item img {
	height: 42px;
	width: 100px;
	position: relative;
	z-index: 1;
}

/* CONTACT US */
#banner.contact-us{
	background-image: url(../images/banner/contact-us.jpg);
}
#contact-us i.icon.driving{
	position: relative;
	top: 6px;
	margin-right: 5px;
}
#contact-us  p.driving{
	font-weight: 700;
	font-size: 14px;
}
#contact-us h3.name{
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
#contact-us .items{
	margin-top: 50px;
}
#contact-us  .item {
	margin-bottom: 20px;
}
#contact-us  .item p{
	margin-bottom: 5px;
	text-align:left;
}
#contact-us  .item div.img img{
	max-width: 100%;
}

/* CRITERIA */
#banner.criteria{
	background-image: url(../images/banner/criteria-v2.jpg);
}
#criteria .content p{
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}
#criteria ul{
	padding-left: 20px;
}
#criteria ul li{
	margin-bottom: 10px;
}
#criteria ul.sub {
	margin-top: 10px;c
	list-style-type: circle;
}
#criteria ul.sub li {
	margin-bottom: 5px;	
}


/* IMPACT */
#banner.impact{
	background-image: url(../images/banner/our-team.jpg);
}
#impact.content p{
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}
#impact .box-items h2{
	color: #000;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
}
#impact.content h3{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
#impact .content ul{
	padding-left: 20px;
}
#impact ul{
	padding-left: 20px;
}
#impact ul li{
	margin-bottom: 10px;
}
#impact ul.sub {
	margin-top: 10px;
	list-style-type: circle;
}
#impact ul.sub li {
	margin-bottom: 5px;	
}
#impact .box-items{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 0;
}
#impact .box-items>p{
	margin-bottom: 20px;
}
#impact .box-items .item{
	padding: 0;
	text-align: center;
	color: #fff;
}
#impact .box-items .item p{
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
}
#impact .box-items .item .info{	
	padding: 100px 5px;
}
#impact .box-items .item .info h3{
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 0;
}
#impact .box-items .note{
	font-style: italic;
	font-size: 12px;
	margin-top: 10px;
}
#impact .box-items .item.bg {
	background-color:#51514a;
}
#impact .box-items .item.l-bg {
	background-color:#636356;
}


/* PHAROS BDC */
#banner.bdc{
	background-image: url(../images/banner/criteria-v2.jpg);
}
#bdc .content h4{
	font-weight: 600;
	color: #000;
	margin-bottom: 12px;
}
#bdc .content p{
	font-weight: 300;
	color: #000;
	margin-bottom: 30px;
}
#bdc ul{
	padding-left: 20px;
}
#bdc ul li{
	margin-bottom: 10px;
}
#bdc ul.sub {
	margin-top: 10px;
	list-style-type: circle;
}
#bdc ul.sub li {
	margin-bottom: 5px;	
}


/* ALTERNATIVES */
#banner.alternatives{
	background-image: url(../images/banner/alternatives-fund.jpg);
}
#alternative .sub-text p{
	font-size:18px;
}



/* NEWS */
#banner.news{
	background-image: url(../images/banner/news-v2.jpg);
}
#news{
	margin-top: 50px;
}
#news .info{
	font-size: 16px;
}
#news .info p{
	margin-bottom: 5px;
}
#news .press{
	font-size: 18px;
}
#news .press strong{
	font-weight: 600;
}
#news #filter-options{
	padding: 0;
}
#news .items ul,
#news #filter-options ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#news #filter-options ul li{
	margin-bottom: 10px;
}
#news #filter-options ul a{
	font-weight: 700;
}
#news #filter-options ul li.active a{
	color: #999;
}
#news .items ul li{
	margin-bottom: 15px;
}
#news .items ul li .time{
	color: #51514a;
}
#news .items ul li .title{
	position: relative;
	padding-left: 35px;
}
#news .items ul li a{
	font-weight: 500;
}
#news .items ul li .icon{
	position: absolute;
	top: 2px;
	left: 0;
}

/* PHILOSOPHY */
#banner.philosophy{
	background-image: url(../images/banner/philosophy.jpg);
}
#philosophy .content h3{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
#philosophy .content ul{
	padding-left: 20px;
}
#philosophy ul li{
	margin-bottom: 10px;
}

/* PORTFOLIO */
#banner.portfolio{
	background-image: url(../images/banner/portfolio.jpg);
}
#portfolio{
	position: relative;
}
#portfolio .item{
	margin-bottom: 30px;
}
#portfolio .item .img{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
	border: 1px solid #eee;	
	text-align: center;
	box-sizing: border-box;
}
#portfolio .item img{	
	width: 100%;
}
#portfolio .img .overlay{
	bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
	opacity: 0;
	font-size: 14px;	
}
#portfolio .img:hover .overlay{
	display: block;
	height: 100%;
	opacity: 1;
	padding: 15px;
	text-align: center;
	line-height: 20px;
}
#portfolio .img:hover .overlay strong{
	color: #fff;
}
#portfolio .filter.group{
	margin-bottom: 20px;
}
#portfolio .filter.group .dropdown-menu{
	min-width: 100px;
}
#portfolio .filter.group>li{
	float: left;
}
#portfolio .filter.group >li.title{
	line-height: 45px;
	margin-right: 15px;
	font-weight: 400;
}
#portfolio .filter.group>li a{
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid transparent;
}
#portfolio .filter.group>li>a._active{
	border: 1px solid #d7d7d5;
}
#portfolio .filter.group li a{
	padding: 8px 15px !important;
}
#portfolio.detail{
	margin-top: 50px;
}
#portfolio.detail h1.name{
	color: #000;
    font-weight: 700;
    font-size: 36px;
}
#portfolio.detail .quote {
	font-size: 24px;
	line-height: 35px;
    margin: 10px 0px 30px 0px;
	padding: 0;
}
#portfolio.detail div.img{	
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 30px;
	border: 1px solid #eee;
}
#portfolio.detail div.img img{
	width: 100%;
}
#portfolio.detail .icon.global {
	vertical-align: -7px;
}

/* OUR TEAM */
#banner.our-team{
	background-image: url(../images/banner/our-team.jpg);
	/*min-height: 250px;*/
}
#our-team .content{
	margin-bottom: 50px;
}
#our-team .item .img{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
}
#our-team .item img{
	width: 100%;
}
#our-team .item{
	margin: 25px 0;
}
#our-team .item .name{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#our-team .item .position{
	font-size: 16px;
	margin-top: -5px;
	line-height: 19px;
    font-style: italic;
}
#our-team .line-logo.team-name {
	margin-bottom: 15px;
}
#our-team h2.team-name {
	font-size: 25px;
	color: #000;
	text-transform: uppercase;
}
#our-team.detail .quote{
	padding: 0;
	font-weight: 600;
	margin-bottom: 30px;
}
#our-team .img .overlay{
	bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
	opacity: 0;
	font-size: 16px;	
}
#our-team .img:hover .overlay{
	display: block;
	height: 100%;
	opacity: 1;
	padding: 15px;
	line-height: 20px;
}
#our-team.detail{
	margin-top: 70px;
}
#our-team.detail .info div.img{
	margin-bottom: 20px;
}
#our-team.detail .info div.img img{
	width: 100%;
}
#our-team.detail .info p{
	margin-bottom: 0;
}
#our-team.detail .content h1.name{
	color: #000;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 0;
}
#our-team.detail .content h2.position{
	font-weight: 300;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 40px;
    font-style: italic;
}

/* ABOUT US */
#banner.about-us{
	background-image: url(../images/banner/about-us.jpg);
	min-height: 500px;
}
#banner.about-us .summary{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
#banner.about-us .summary .item{	
	height: 180px;
	position: relative;	
}
#banner.about-us .summary .content,
#banner.about-us .summary .overlay{	
	position: absolute;
	bottom: 0;
    top: 0;
    right: 15px;
    left: 15px;	
}
#banner.about-us .summary .overlay{
	background-color: #282822;
	opacity: .8;
	z-index: 1;
}
#banner.about-us .summary .content{
	z-index: 2;
	color: #fff;
	font-size: 22px;
}
#banner.about-us .summary .item h2{
	font-size: 80px;
	font-weight: 100;
	margin-bottom: 0;
}
#about-us h3{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
}
#about-us a.view-portfolio{
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-left: 5px;
}
#about-us .owl-clients-auto{
	margin: 30px 0;
}
#banner.about-us .title{
	bottom: auto;
	top: 160px;
}

/* LEGAL */
#banner.legal{
	background-image: url(../images/banner/about-us.jpg);
}
#legal  h3{
	color: #000;
	font-weight: 600;
	margin-top: 30px;
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoWrapper img {
  width: 100%;
}