header{
    position: fixed;
    z-index: 1;
    width: 100%;
}

.header{
    height: 100vh;
    width: 100%;
}

.background-video{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bg-video{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
}

.background-image-old,
.background-image-new{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main > section{
    float: left;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: -webkit-paged-x;
}

.frame {
    position: absolute;
    top: 14%;
    left: 12%;
    width: 76%;
    height: 72%;
}


@media (max-width: 992px) {
    .frame{
        top: 15%;
        height: 72%;
    }
}

body .frame-border{
    position: absolute;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
}
body.bodyFund .frame-border{
    border:1px solid rgba(0,0,0,0);
}
@media (max-width: 992px) {
    .frame-border{
        height: 80%;
    }

    .frame-border-full-height .frame-border{
        height: 100%;
    }
}

.frame-border:before{
    content: '';
    position: absolute;
    top: -46px;
    left: calc((100% - 1px)/2);
    height: 45px;
    width: 1px;
    background-color: #000;
}

.light .frame-border:before{
    background-color: #FFF;
}

.light .frame-border{
    border: 1px solid #FFF!important;
}

.frame .container{
    height: 100%;
    width: 100%;
    padding:20px 3%;
}

.frame > .container > .row{
    height: 100%;
    /*width: 100%;*/
}

@media (max-width: 1200px) {
    .frame > .container > .row{
        min-height: 100%;
        height: 100%;
    }
}

.frame > .container > .row > div{
    padding: 0 5%;
}
.frame.frameFund > .container > .row > div{
    padding: 0 5%;
}


.col-no-padding{
    padding: 0 !important;
}

.scroll-link{
    position: absolute;
    height: 123px;
    width: 69px;
    border: 1px solid #A09385;
    bottom: 30px;
    left: calc((100% - 69px) /2);
    cursor: pointer;
}

.scroll-link span{
    color: #FFFFFF;
    font-family: "Futura Std";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    left: -21px;
}

.scroll-link .arrow{
    position: absolute;
    width: 1px;
    height: 64px;
    top: calc((100% - 64px)/2);
    left: calc((100% - 1px)/2);
    background-color: #A09385;
}

.scroll-link .arrow:before,
.scroll-link .arrow:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    bottom: 6px;
    background-color: #A09385;
}

.scroll-link .arrow:before{
    left: -16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.scroll-link .arrow:after{
    left: -3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

section > .container{
    height: 100vh;
}

section > .container > .row{
    height: 100%;
}

.container > .row > div:nth-child(1) h1{
    font-family: "Cormorant Garamond";
    color: #0E1024;
    font-size: 56px;
    font-weight: light;
    letter-spacing: 1px;
    line-height: 70px;
}

@media only screen and (max-width: 992px) {
    .container > .row > div:nth-child(1) h1{
        font-size: 39px;
        line-height: 34px;
    }
}

.light .container > .row > div:nth-child(1) h1{
    color: #FFF;
}

main .container > .row > div:nth-child(2) p{
    color: #2D2D2D;
    font-family: "Futura Std";
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

@media only screen and (max-width: 992px) {
    .container > .row > div:nth-child(2) p{
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
    }
}

.container > .row > div:nth-child(2) p:nth-child(2){
    margin-top: 10px;
}

.container > .row > div:nth-child(1) p{
    color: #2D2D2D;
    font-family: "Futura Std";
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.container > .row > div:nth-child(2) ul{
    padding-left: 40px;
    padding-right: 40px;
}

@media only screen and (max-width: 992px) {
    .container > .row > div:nth-child(2) ul{
        padding-left: 0;
        padding-right: 0;
        float: left;
    }
}

.container > .row > div:nth-child(2) li{
    color: #333333;
    font-family: "Futura Std";
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    position:relative;
    float: left;
}

.light .container > .row > div:nth-child(2) li{
    color: #FFF;
}

.container > .row > div:nth-child(2) li i{
    color: #A09385;
}

.list-01 li{
    position: relative;
    padding-left: 30px;
}

.list-01 li:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #000;
}

.list-number {
    color: #A09384;
    font-family: "Cormorant Garamond";
    font-size: 57px;
    font-weight: bold;
    line-height: 69px;
    text-align: right;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 992px) {
    .list-number {
        font-size: 33px;
        line-height: 31px;
        text-align: left;
    }
}

.list-text{
    color: #2D2D2D;
    font-family: "Futura Std";
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    text-align: right;
    width: 100%;
    float: left;
}

@media only screen and (max-width: 992px) {
    .list-text{
        text-align: left;
    }
}

.contact-label{
    color: #FFFFFF;
    font-family: "Cormorant Garamond";
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 24px; 
    text-align:left;
}
.section7 .contact-label{
    text-align: center;
}
.contact-label strong:after{
    content:" //";
    font-weight:normal;
}
@media only screen and (max-width: 1537px) {
    .contact-label strong{
        display:block;
		text-align:center;
    }
	.menu .contact-label strong{
        display:block;
		text-align:left;
    }
}
@media only screen and (max-width: 992px) {
    .menu .contact-label{
        display: none;
    }
}


@media (max-width: 992px)
{
    .mobile-auto{
        height: auto;
        min-height: auto;
    }

    .mobile-auto .frame {
        float: left;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        padding: 10%;
    }


    .mobile-auto .frame-border {
        top: 0;
        left: 10%;
        height: 95%;
        width: 80%;
    }

    .mobile-auto .section0 .frame-border{
        height: 80%;
    }

    .tab-content .button-01{
        display:none;
    }
    .button-left{
        margin:30px auto;
    }

    .frame-border{
        opacity:0.4;
    }
}

.example{
    color:#fff;
}

.management h3{
    font-family: "Cormorant Garamond";
    color: #0E1024;
    font-size: 20px;
    font-weight: light;
    letter-spacing: 1px;
    line-height: 70px;
    margin-top:40px;
}

.bodyFund{
    font-size:0.8em;
}

.container > .row > div:nth-child(1) p.colSplit{
    column-count:2;
    margin-top:2em;
    font-size:15px;
}

.services .frame:before{
    border:8px solid #fff;
    position:absolute;
    top:calc(50% - 170px);
    left:27%;
    width:33%;
    height:300px;
    content:"";
    opacity:0.6;

}

.services .frame .container:before{
    border-left:30px solid #999;
    border-top:30px solid #999;
    border-bottom:30px solid #999;
    position:absolute;
    top:calc(50% - 240px);
    left:32%;
    width:7%;
    height:450px;
    content:"";
    opacity:0.3;

}

.thegroup h1 span{
    display:block;
}

.quoted{
    position:relative;
}
.quoted:before{
    content:"\201C";
    font-size:180px;
    font-family:"cormorant";
    color:#333;
    position:absolute;
    top:-100px;
    left:-50px;
    opacity:0.2
}

.quoted:after{
    content:"\201E";
    font-size:180px;
    font-family:"cormorant";
    color:#333;
    position:absolute;
    bottom:0px;
    right:0px;
    opacity:0.2
}

h1.oversize{
    margin-right:-50px;
}

.analysis .frame:before{
    border:8px solid #fff;
    position:absolute;
    top:calc(50% - 150px);
    right:2%;
    width:30%;
    height:300px;
    content:"";
    opacity:0.6;

}
.caseHistoryCarousel{
    width:250px;
    height:180px;
    margin:40px auto;

    overflow:visible;
}
@media only screen and (max-width: 992px) {
	.caseHistoryCarousel{
		margin-bottom:500px;
	}
}
.caseHistoryCarousel:before{
    width:150%;
    height:150%;
    top:-25%;
    left:-25%;
    position:absolute;
    border:3px solid #fff;
    content:"";
}
.feature{
    position:absolute;

    width:300px;
    height:50px;

}
.feature1{
    right:110%;
    top:-10px;
    text-align:right;
}

@media only screen and (max-width: 992px) {
    .feature1{
        right: 0;
        top: 208px;
        left: 0;
    }
}

.feature2{
    right:110%;
    top:60px;
    text-align:right;
}

@media only screen and (max-width: 992px) {
    .feature2{
        right: 0;
        top: 268px;
        left: 0;
    }
}
.feature3{
    right:110%;
    top:140px;
    text-align:right;
}

@media only screen and (max-width: 992px) {
    .feature3{
        right: 0;
        top: 328px;
        left: 0;
    }
}
.feature4{
    left:110%;
    top:-10px;
    text-align:left;
}

@media only screen and (max-width: 992px) {
    .feature4{
        right: 0;
        top: 388px;
        left: 0;
    }
}
.feature5{
    left:110%;
    top:60px;
    text-align:left;
}

@media only screen and (max-width: 992px) {
    .feature5{
        right: 0;
        top: 448px;
        left: 0;
    }
}
.feature6{
    left:110%;
    top:140px;
    text-align:left;
}

@media only screen and (max-width: 992px) {
    .feature6{
        right: 0;
        top: 508px;
        left: 0;
    }
}
.feature h3{
    font-family:cormorant;
    font-weight:bold;
    color:#8a7f72;
    font-size:24px;
    line-height:30px;
    margin-bottom:0;
}
@media only screen and (max-width: 992px) {
    .feature h3{
   
    font-size:24px;
    line-height:30px;
    margin-bottom:0;
	height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
}
.feature p{
    margin-top:0!important;
}
.carousel-inner{
    overflow:visible!important;
}
.neutral {
    position:absolute;
    bottom:20px;
    height:90px;
    width:100%;
    left:0;
}
@media only screen and (max-width: 992px) {
    .feature{
        width:auto;
        height:auto;
        margin-bottom:20px;
		height:40px;

    }
    .feature1, 
    .feature2, 
    .feature3, 
    .feature4, 
    .feature5, 
    .feature6{
        text-align:left !important;
    }
    .caseHistoryCarousel:before{display:none;}
}