@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,400&subset=latin,latin-ext,cyrillic-ext,greek-ext,greek,vietnamese,cyrillic);

body {
	font-family: 'Roboto', sans-serif;
}
.main-cover {
	background-color: #222;
	padding: 0;
	min-height: 400px;
	height: 500px;
	background-image: url('../img/cover01.jpg');
	background-size: cover;
	background-position: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.navbar-default {
	background-color: #fff;
	border: none;
}

table.cb {margin-top: 10px;}
table.cb td {padding-top: 2px; padding-bottom: 2px; font-size: 13px;}

.navbar {min-height: 66px; border-radius: 0;}
.sub-cover {
	background-color: #222;
	padding: 0;
	min-height: 350px;
	height: 350px;
	background-size: auto, cover;
	background-repeat: repeat-x, no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.sub-cover .container {
	position: relative;
	height: 100%;
}
.sub-cover h2 {
	text-align: left;
	color: #fff;
	left: 0;
	width: 100%;
	padding: 0;
	font-weight: bold;
	font-size: 40px;
	margin: 0;
	margin-top: 165px;
}
.sub-cover h3 {
	font-weight: 100;
	text-align: left;
	color: #fff;
	padding: 0;
	width: 100%;
	font-size: 20px;
	margin: 0;
}

.box-main { border:1px solid #eee; padding: 15px 5px; -webkit-box-shadow: 0 0 40px 0 rgba(00,00,00,0.1);margin: 0 15px;
box-shadow: 0 0 40px 0 rgba(00,00,00,0.1);display: flex;flex-direction: column;align-items: center;justify-content: space-between;height: 300px;}
.box-main.auto{height: 255px;}
.box-main h2 { font-size: 16px !important; font-weight: bold !important; padding-bottom: 5px;height: 55px;}
.box-main img{width: 90%;height: auto;}
.navbar-default .navbar-nav>li>a {text-transform: uppercase;
	color: #333;
	font-size: 13px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #ba1317;
	background-color: transparent;
}
.navbar-nav {
	float: right;
	margin-top: 8px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ba1317;
}
.navbar-default .navbar-nav>li>a.active{font-weight: bold;color: #ba1317;}
.main-cover .container {
	position: relative;
	height: 100%;
}
.main-cover h2 {
	font-weight: 100;
	text-align: center;
	color: #fff;
	margin: auto;
	position: absolute;
	top: 30%;
	width: 100%;
	display: none;
	font-size: 42px;


}
.feature {
	padding-bottom: 30px;
}
.feature h3 {
	text-align: center;
	color: #777777;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
}
.feature .col-md-3 {
	text-align: center;
	color: #d0a375;
	text-transform: uppercase;
	display: none;
}
.home-blocks.feature .col-md-3{
	display: block;
}
.feature .col-md-12 {
	padding-bottom: 20px;
}
.feature .col-md-3 .big {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: -9px;
}
.feature .fline {
	border-right: 1px solid #ede7e0;
}
.feature .row {
	min-height: 200px;
}
.newsbar {
	background-color: #d0a375;
	margin-top: 30px;
	padding: 15px;
	margin-bottom	: 0;
}
.newsbar .news-title {
	font-size: 24px;
	color: #6f3900;
}
.newsbar .arrows {
	text-align: right;
}
.newsbar .newslines {
	padding-left: 15px;
	padding-top: 7px;
	text-transform: uppercase;
	color: #fff;
	display:none;
}

.newsbar .newslines.active { display:block;}

.content.investments .number .col-xs-5 { padding-top:0;}
.content.investments .number .col-xs-7 { font-size:16px;}

.number .col-md-3 { margin-bottom:25px;}
.number { margin-bottom:25px;}
.newsbar .col-md-1 span {
	font-size: 24px;
	padding: 4px;
	color: #fff;
	cursor: pointer;
}
.newsbar .col-md-1 span:hover {
	color: #eee;
}
.content {
	padding-top: 15px;
	padding-bottom: 15px;
}
.content h2 {
	color: #c23a16;
	font-weight: 100;
	font-size: 33px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}
.content h3 {
	color: #cea278;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	margin: 0;
	margin-top: 20px;
}
.content {
	font-size: 16px;
	color: #666;
	font-weight: 100;
}
.fund-box {
	background-color: #ddd;
	padding: 15px;
	margin-top: -15px;
}
.info-box {
	background-color: #f2f2f2;
	padding: 15px;
	margin-top: 10px;
}
.team .row>.col-md-6 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.team .row h2 {
	color: #a58665;
	font-size: 28px;
	margin: 0;
}
.team .row h3 {
	color: #666;
	font-size: 16px;
	margin: 0;
	font-weight: 100;
	margin-bottom: 9px;
}
.team .row div {
	font-size: 14px;
}
.inline-detail {
	padding: 40px;
	padding-top: 15px;
	background-color: #ededed;
	margin-top: -30px;
}
.inline-detail .col-md-12 {
	padding-bottom: 15px;
}
.inline-detail h2 {
	color: #a58665;
	font-size: 28px;
	margin: 0;
}
.inline-detail h3 {
	color: #666;
	font-size: 16px;
	margin: 0;
	font-weight: 100;
	margin-bottom: 9px;
}
.inline-detail div p {
	font-size: 17px;
	padding-right: 100px;
}
.content.investor .col-md-6 {
	min-height: 300px;
}
.content.investor .col-xs-5 {
	padding-top: 40px;
}
.content.investor {
	padding-top: 15px;
	padding-bottom: 15px;
}
.content.investor h2 {
	color: #c23a16;
	font-weight: 100;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}
.content.investor {
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
.content.investments .col-md-6 {
	min-height: 220px;
}
.content.investments .col-xs-5 {
	padding-top: 40px;
}
.content.investments {
	padding-top: 15px;
	padding-bottom: 15px;
}
.content.investments h2 {
	color: #c23a16;
	font-weight: 100;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0px;
}
.content.investments h3 {
	color: #ccc;
	font-weight: 100;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 20px;
}
.content.investments {
	font-size: 14px;
	color: #666;
	font-weight: 100;
}



.content.experiences h2 {
	color: #c23a16;
	font-weight: 100;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0px;
	margin-top:5px;
}
.content.experiences h3 {
	color: #ccc;
	font-weight: 100;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
}
.content.experiences {
	font-size: 14px;
	color: #666;
	font-weight: 100;
}

.content.experiences .col-md-6 { height:185px;}

.content.experiences .exp-detail { min-height:70px;}



.inline-detail.investments p {
	font-size: 14px;
}
.key-figures {
	padding: 15px;
	padding-bottom:0;
	padding-top:0;
}
.key-figures .col-xs-4 {
	padding-left:0;
	min-height: 60px;
	border-right: 1px solid #eee;
	font-size: 14px;
	font-weight: 100;
	margin-top: 1px;
}
.role-8 {min-height: 40px !important;}
.role-6 {min-height: 85px !important;}

.key-figures .col-xs-4.min-figure {
	font-size: 14px;
}
.key-figures .col-xs-4 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #a58665;
}
.istinye {
	color: #fff;
	margin-top: -20px;
	font-size: 11px;
	margin-right: 100px;
	opacity: 0.5;
}
.maps {
	padding: 0;
	margin: 0;
	margin-top: -30px;
}
.content.news .col-md-6 {
	margin-top: 40px;
	border-top: 1px solid #a48667;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 200px;
}
.content.news .col-md-6:nth-child(even) {
	margin-top: 150px;
}
.content.news .col-md-6:hover {
	background-color: #eee;
}
.content.news {
	padding-top: 15px;
	padding-bottom: 15px;
}
.content.news h2 {
	color: #c23a16;
	font-weight: 100;
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
.content.news h3 {
	color: #ccc;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}
.content.news {
	font-size: 14px;
	color: #666;
	font-weight: 100;
}
.contact-details {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.officename {
	font-size: 28px;
	padding-top: 20px;
	font-weight: 100;
}
.contact-details .col-md-2, .contact-details .col-md-3 {
	font-weight: 100;
	font-size: 15px;
}
.contact-details .col-md-2 div, .contact-details .col-md-3 div {
	font-weight: bold;
}
.more-btn {
	background-color: #dedede;
	padding: 4px 10px;
	color: #666;
	display: block;
	width: 65px;
	margin-top: 5px;
	cursor: pointer;
}
.copy span {
	font-family: Helvetica, Arial, sans-serif;
}
.investors .col-md-4 {
	margin-bottom: 20px;
}
.investors .col-md-4 .invest {
	border: 1px solid #ccc;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.investors .col-md-4 .invest:hover {
	-webkit-box-shadow: 0 0 20px 0 rgba(00,00,00,0.5);
	box-shadow: 0 0 20px 0 rgba(00,00,00,0.5);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	cursor: pointer;
}
.investors .col-md-4 .invest img {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.investors .col-md-4 .invest:hover img {
	opacity: 0.8;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.visit-btn {
	background-color: #4e4e4e;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 6px;
	position: absolute;
	margin-top: 15px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.visit-btn:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #a58665;
}
.investors .col-md-4 .invest:hover .visit-btn {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pwlist {
	margin-top: 10px;
}
.pw-feature {
	background-color: #f2e8dd;
}
.pw-wrapper {
	padding-bottom: 15px;
}
.contact-btn {
	background-color: #d0a375;
	display: inline-block;
	padding: 14px;
	color: #fff;
	border-radius: 4px;
	font-size: 17px;
	margin-top: 43px;
}
.contact-btn:hover {
	cursor: pointer;
	background-color: #6f3900;
}
.ion-ios-arrow-forward {
	padding-left: 20px;
	padding-right: 10px;
}
.footer {
	background-color: #e8e8e8;
	margin-bottom: 0;
}
.footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer ul li {
	float: left;
}
.footer ul li a {
	color: #999;
	font-size: 11px;
	padding-right: 10px;
}
.footer .copy {
	font-size: 10px;
	color: #666;
}
.footer .col-md-4 {
	text-align: right;
}
.footer input {
	padding: 6px;
	background-color: #d6d6d6;
	outline: none;
	border: none;
	font-size: 12px;
}
.footer .join {
	background-color: #8f8f8f;
	color: #fff;
}
.footer .mail {
	width: 220px;
}
.detail-close {
	color: #ccc;
	font-size: 32px;
}



.pageContainer .timeLineContent {padding: 100px 0; margin: 50px 0; position: relative; display: inline-block;}
.pageContainer .timeLineContent::after {content: ''; background: #e9e9e9; width: 4px; top: 0; bottom: 0; left: 50%; position: absolute;}
.pageContainer .timeLineContent .timeLine {text-align: right; padding: 0 20px; z-index: 3;}
.pageContainer .timeLineContent .timeLine .title {font-size: 24px; position: relative; color:#c23a16;}
.pageContainer .timeLineContent .timeLine .title::after {content: ''; width: 18px; height: 18px; top: 8px; right: -31px; position: absolute; background: #666; border-radius: 100%; border: 4px solid #f5f5f5; z-index: 1;}
.pageContainer .timeLineContent .timeLine strong {display: block; margin-bottom: 20px;}
.pageContainer .timeLineContent .timeLine:nth-child(2n+0) {margin-left: 50%; text-align: left;}
.pageContainer .timeLineContent .timeLine:nth-child(2n+0) .title::after {left: -27px; right: auto;}
.pageContainer .timeLineContent:hover .timeLine {opacity: 0.5;}
.pageContainer .timeLineContent:hover .timeLine:hover {opacity: 1;}




.simp { position:absolute; left: -9px; top: -12px;}
.content.news .col-md-6:nth-child(even) .simp { position:absolute; right: -9px; left:inherit; top: -12px;}


.navbar-brand img { width: 175px;}

.role-10 p{ padding:0 !important;}

@media screen and (max-width: 1200px) {
.main-cover h2 {
	font-size: 28px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 11px;
}
.nav>li>a {
	padding: 10px 7px;
}
}
@media screen and (max-width: 1160px) {
.role-8 {min-height: 60px !important;}
}


@media screen and (max-width: 1000px) {
.main-cover {
	height: 500px;
}
}

@media screen and (min-width: 1200px) {
.main-cover {
	height: 600px;
}
}

@media screen and (min-width: 1600px) {
.main-cover {
	height: 700px;
}
}

@media screen and (min-width: 1800px) {
.main-cover {
	height: 800px;
}
}

@media screen and (min-width: 2000px) {
.main-cover {
	height: 900px;
}
}

@media screen and (max-width: 700px) {
.navbar-collapse {
	background-color: #000;
	margin-top: 60px;
	z-index: 9999;
	position: absolute;
	width: 100%;
	border:none;
	-webkit-box-shadow: 0 0 20px 0 rgba(00,00,00,0.7);
box-shadow: 0 0 20px 0 rgba(00,00,00,0.7);
}
.navbar-nav {
	float: left;
	margin-top: 0;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
}
.nav>li>a {
	padding: 13px 7px;
}
}

.main-cover .container,.sub-cover .container{position: relative;height: 100%;display: flex;align-items: center;justify-content: space-between;}
.navbar-brand{padding: 10px;position: absolute;display: block;z-index: 99;top:0;}
.navbar-brand img{}
#navbar{display: flex !important;justify-content: flex-end;align-items: center;width: 100%;}
.sub-cover > .container{display: block;}
@media screen and (max-width: 700px){
  .main-cover .container,.sub-cover .container{display: block;}
  #navbar{display: none !important;margin-top: 75px;}
  #navbar.collapse.in{display: block !important;}
  .box-main,.box-main.auto{height: auto;}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}