/*
Theme Name: Monolit Child
Theme URI: https://demowp.cththemes.net/outdoor/
Author: Cththemes
Customization: Visual Capital Markets SA | Geneva
Template: monolit
Text Domain: monolit-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("../monolit/style.css");

/* =Theme customization 
------------------------------------------------------- */
.content-holder-main .wpb-content-wrapper {
   height: 100%;
}

.video {
	height: 100%;
}

.dark-bg {
    background-color:#5f7bb5
}

p {
    font-size:16px;
    color:#696969;
    line-height:22px;
}

h6 {
    font-size: 12px;
    line-height:20px;
    font-weight: 400;
}

/* =Header--------------------------------------------- */

.nav-holder {
    float: left;
    position: relative;
    top: 22px;
    left: 50px; 
}

nav {
    position: relative;
    float: left;
    width: 100%; 
}

nav ul.monolit_main-nav {
    padding-left: 0px;
    list-style: none; 
}

nav li {
    float: left;
    position: relative; 
}

nav li ul {
    margin: 30px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 190px;
    padding-top: 58px;
    padding-bottom: 20px;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.91);
    padding-left: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    list-style: none; 
}

nav li ul:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.21);
    height: 1px; 
}

nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0; 
}

nav li ul li ul {
    top: 0;
    left: 100%;
    padding-top: 10px; 
}

nav li ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    left: 100%; 
}

nav li ul li {
    float: none;
    display: block;
    border: 0; 
}

nav li a {
    float: left;
    padding: 20px 15px;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 2;
    -webkit-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    text-align: center;
    text-decoration: none; 
}

nav li ul a {
    width: 100%;
    text-align: left;
    padding: 9px 12px;
    font-weight: 300; 
}

nav li a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 15px;
    width: 0;
    height: 1px;
    background:#000;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.nav-holder nav li a.ancestor-act-link:before,
.nav-holder nav li a.parent-act-link:before,
.nav-holder nav li a.act-link:before {
    width: 0px; 
}

nav li ul a:before {
    display: none; 
}

nav li ul a.ancestor-act-link,
nav li ul a.parent-act-link,
nav li ul a.act-link {
    color: #fff;
    font-weight: 600; 
}

nav li a:focus,
nav li a:hover {
    color:#5f7bb5;
    text-decoration: none; 
}

.monolit-header.fw-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    -webkit-transform: translate3d(0, 0, 0);
}

#logo {
    display:none
}

.logo-holder {
    float: left;
    position: relative;
    width: 90px;
    z-index: 21;
    top: 12px;
    max-width: 200px;
}

.logo_text {
    display:none
}

.fund-list {
	padding-top: 15px;
}

/* =Share---------------------------------------------- */

.show-share {
  	position: absolute;
  	top: 19px;
  	right: 50px;
  	z-index: 21;
  	cursor: pointer;
  	color: rgba(255, 255, 255, 0.21);
  	width: 40px;
  	height: 40px;
  	line-height: 40px;
  	text-align: center !important;
  	border: 1px solid rgba(255, 255, 255, 0.41); 
}

.show-share span {
  	color: #fff;
  	position: absolute;
  	left: -100%;
  	margin-left: -15px;
  	top: -15px;
  	opacity: 0;
  	line-height: 1;
  	font-size: 10px;
  	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-family: 'Muli', sans-serif;
  	font-weight: 600;
  	z-index: 2;
  	text-decoration: line-through;
  	-webkit-transition: all 200ms linear;
  	-o-transition: all 200ms linear;
  	transition: all 200ms linear; 
}

.show-share:hover span {
  	opacity: 1;
  	top: 15px; 
}

.show-share.isShare {
  	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.21); 
}

.show-share.isShare span {
  	text-decoration: none; 
}

.share-inner {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 80px;
    visibility: hidden;
    background: #fff;
    opacity: 0.9;
    height: 0;
	width:28vw;
    border-left: 0.5px #b0b1b3 solid;
}

.visshare {
    visibility: visible;
    height: 100%;
}

.share-container {
    position: relative;
    float: center;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-top: 80px;
    padding-left: 30px;
    opacity: 1;
	width:100%;
    z-index: 12;
}

.share-container,
.share-inner,
.show-share {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.vissc {
    opacity: 1;
}

#manavest {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 40px;
    opacity: 1;
}

table {
    border: 0px solid #fff;
    border-radius: 4px;
}

table th {
    text-align:center;
    border:none
}

table td {
    text-align: left;  
    color:#00237e;
    border: none;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
    padding-left:10px;
}

.fund-list a {
    color:#898989;
    font-weight:500;
    padding-left:0px;
}

table tfoot tr .fund-class {
    text-align: left; 
    font-weight:bold; 
    padding-left: 0px; 
    padding-top:8%;
    color:#00237e;
}		

#easyfact {
    visibility: hidden;
    position: fixed;
    left: calc((100vw - 1024px) / 2);
    top: 100px;
    width: 1024px;
    height: 768px;
    text-align: center;
    z-index: 1000;
    box-shadow: 2px 2px 8px;
}

/* =Hero----------------------------------------------- */

#title {
    font-size:38px;
    text-align:left;
    margin-left:10%;
}

#teaser {
    margin-top:40px;
    margin-left:10%;
    text-align:left;
    text-transform:lowercase;
    font-size:24px;
    font-weight:500;
    line-height:40px;
    letter-spacing: 0px;
}

/* =OnePage-------------------------------------------- */

.prev-slide.transition,
.next-slide.transition {
    display:none;
}

.creat-list li a{
    font-size: 13px;
    font-family: 'Muli', sans-serif;
    line-height: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0px;
    color: #696969;
}

.chiffres {
    height:450px;
}

.btn.anim-button.fl-l {
    margin-top:25px;
    background-color:#5f7bb5
}

.btn {
font-size: 14px;
    text-transform:uppercase;
    color:#fff;
    border-color:#fff;
}

.inter {
    font-size: 24px;
    line-height:20px;
    font-weight: 500;
    margin-bottom:10px;
}

.assets {
    font-size: 24px;
    line-height:20px;
    font-weight: 500;
    margin-top:20px;
    margin-bottom:20px;
}

#bonds,
#equity,
#multi-assets,
#alternatives {
    background-color:#5f7bb5
}

.team {
    margin-top:25px;
    margin-bottom:20px;
}

ul.contact-details li a {
    font-size:16px;
}

#small {
    display:none
}

.gamme-bg,
.team-bg {
    height:300px;
}

.content-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 90px 20px 90px 80px;
    background: #949599;
    z-index: 2;
}

/* =Blog----------------------------------------------- */

.news-header {
    font-size:26px;
    padding-top:30px;
}

.news-title {
    padding-top:30px;
    font-size:28px;
    line-height:32px
}

.source {
    font-size:16px;
    padding-top:50px;
}

/* =Responsive----------------------------------------- */

@media only screen and (max-width: 1919px) {
	
    .nav-holder{
        position: absolute;
		display:none;
        top: 80px;
        left: 0;
        width: 50%;
        height: auto;
        background: #fff;
        opacity: 0.9;
        padding: 50px 0 30px 30px;
        border-bottom: 0.5px #b0b1b3 solid;
		z-index:5
    }
	
	nav ul li, nav ul li ul li, nav li ul li > ul {
  		float: left;
  		width: 100%;
  		text-align: left;
  		left: 0;
  		opacity: 1;
  		right: 0;
  		padding: 8px 0px;
  		height: 50px;
	}
	
    nav li a {
        float: left;
        position: relative;
        color: #696969;
        font-size: 15px;
        line-height:14px;
        padding-top: 20px;
        text-align:left;
    }

    nav li a.act-link {
        opacity: 1;
    }
        
    .nav-button-holder {
        position: absolute;
        left: 40px;
        top: 10px;
        display: block;
        z-index:10;
    }

    .nav-button {
        float: left;
        width: 40px;
        height: 40px;
        border: 0 solid #5f7bb5;
        padding: 13px 0 6px 6px;
        position: relative;
        margin-top: 10px;
        cursor: pointer;
        z-index: 1;
    }

    .nav-button span {
        float: left;
        width: 100%;
        height: 4px;
        background: #5f7bb5;
        margin-bottom: 4px;
        position: relative;
    }

    .logo-holder {
        left:40px;
        top: 12px;
    }	

    #full {
        display:none;
    }

    #small {
        display:block;
    }	

    .share-inner {
        opacity: 1;
    }

    .hor-inner {
        width: 38%;
        right: 0;
    }

    .visshare {
        padding-top:2%;
        padding-left:1%;
    }
        
    table th, table td {
        line-height: 15px;
    }
	.fund-list {
  		padding-top: 15px;
	}
}
@media only screen and (max-width: 1600px) {
    .hor-inner {
        width: 45vw;
        right: 0;
    }
	.nav-holder {
		padding: 30px 0 30px 30px;
        width: 50%;
    }
	.fund-list {
  		padding-top: 15px;
	}
}
@media only screen and (max-width: 1366px) {
    .hor-inner {
        width: 50vw;
        right: 0;
    }
    .nav-holder {
		padding: 30px 0 30px 30px;
        width: 50%;
    }
	.fund-list {
  		padding-top: 15px;
	}
}
@media only screen and (max-width: 1280px) {
    table tfoot tr .fund-class {
        text-align: left; 
        font-weight:bold; 
        padding-left: 0px; 
        padding-top:4%;
        color:#00237e;
    }				
    table th, table td {
        line-height: 10px;
    }
    .hor-inner {
        width:70vw;
        right: 0;
    }
    .nav-holder {
		padding: 30px 0 30px 30px;
        width: 50%;
    }
	nav ul li, nav ul li ul li, nav li ul li > ul {
  		height: 35px;
	}
	.fund-list {
  		padding-top: 15px;
	}
}
@media only screen and (max-width: 1024px) {
    #easyfact {
        top: 70px;
        height: 90%;
    }
    .shor-inner {
        width: 100%;
        right: 0;
    }
    .nav-holder {
		padding: 30px 0 30px 30px;
        width: 50%;
    }
	.fund-list {
  		padding-top: 15px;
	}
	#top-date {
		margin-top:-30px;
	}
}
@media only screen and (max-width: 768px) {
    .hor-inner {
        width: 100%;
        right: 0;
   	}
	#easyfact {
        top: 70px;
        height: 90%;
    }
    .nav-holder {
		padding: 30px 0 30px 30px;
        width: 100%;		
		overflow:scroll;
    }
}
@media only screen and (max-width: 640px) {
    #top-date {
		margin-top:-60px;
	}
	#logo {
        display:block;
        margin-left:28px;
        margin-bottom:15px;	
    }
    #teaser {
        margin-top:40px;
        margin-left:10%;
        margin-right:5%;
        text-align:left;
        text-transform:lowercase;
        font-size:20px;
        font-weight:500;
        line-height:30px;
        letter-spacing: 0px;
    }
    .section-title {
        line-height:40px;
    }
    #counter-text {
        margin-top:20px;
        margin-bottom:20px;
    }
    .logo-holder {
        display:none;
    }
	.nav-holder {
        width: 100%;		
		overflow:scroll;
    }
}