@font-face {
    font-family: 'Effra';
    src: url('../fonts/Effra_W_Rg.eot');
    src:    url('../fonts/Effra_W_Rg.eot?#iefix') format('embedded-opentype'),   
            url('../fonts/Effra_W_Rg.ttf') format('truetype'),
            url('../fonts/Effra_W_Rg.woff') format('woff');
    
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'EffraItalic';
    src: url('../fonts/Effra_W_It.eot');
    src:    url('../fonts/Effra_W_It.eot?#iefix') format('embedded-opentype'),   
            url('../fonts/Effra_W_It.ttf') format('truetype'),
            url('../fonts/Effra_W_It.woff') format('woff');

    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'EffraBold';
    src: url('../fonts/Effra_W_Md.eot');
    src:    url('../fonts/Effra_W_Md.eot?#iefix') format('embedded-opentype'),   
            url('../fonts/Effra_W_Md.ttf') format('truetype'),
            url('../fonts/Effra_W_Md.woff') format('woff');

    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'EffraBoldItalic';
    src: url('../fonts/Effra_W_MdIt.eot');
    src:    url('../fonts/Effra_W_MdIt.eot?#iefix') format('embedded-opentype'),   
            url('../fonts/Effra_W_MdIt.ttf') format('truetype'),
            url('../fonts/Effra_W_MdIt.woff') format('woff');

    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'EffraBolder';
    src: url('../fonts/Effra_W_Bd.eot');
    src:    url('../fonts/Effra_W_Bd.eot?#iefix') format('embedded-opentype'),   
            url('../fonts/Effra_W_Bd.ttf') format('truetype'),
            url('../fonts/Effra_W_Bd.woff') format('woff');

    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'EffraBolderItalic';
    src: url('../fonts/Effra_W_BdIt.eot');
    src:    url('../fonts/Effra_W_BdIt.eot?#iefix') format('embedded-opentype'),   
            url('../fonts/Effra_W_BdIt.ttf') format('truetype'),
            url('../fonts/Effra_W_BdIt.woff') format('woff');

    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'EffraLight';
    src: url('../fonts/Effra_W_Lt.eot');
    src:    url('../fonts/Effra_W_Lt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Effra_W_Lt.ttf') format('truetype'),
    url('../fonts/Effra_W_Lt.woff') format('woff');

    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'GochiHand';
    src: url('../fonts/GochiHand-Regular.eot');
    src:    url('../fonts/GochiHand-Regular.eot?#iefix') format('embedded-opentype'),
            url('../fonts/GochiHand-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro-Light";
  src: url('../fonts/SourceSansPro-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: "Source Sans Pro-Regular";
  src: url('../fonts/SourceSansPro-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: "Source Sans Pro-Semibold";
  src: url('../fonts/SourceSansPro-Semibold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: "Source Sans Pro-Bold";
  src: url('../fonts/SourceSansPro-Bold.ttf');
  font-weight: 700;
}
body{
    background: #EFF0F0;
    color: #2C3B45;
    line-height: 1.5em;
    font-family:"Effra", Georgia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.container-main-content{
    background-color: #FFFFFF;
}

.kt-example {
    position: relative;
    padding: 60px 15px 25px;
    margin: 0 -15px 0px;
    /*border-color: #e5e5e5 #eee #eee;*/
    /*border-style: solid;*/
    /*border-width: 1px 0;*/
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}

.kt-example:after {
    position: absolute;
    top: 15px;
    padding: 0 0 10px 20px;
    left: 0;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.container-main-content {background: #fff;}

.page-content {
    background: #fff;
}

.dark-bg {
    background-color: #2C3B45;
    color: #FFFFFF;
}

.gray-bg {
    background: #EFF0F0;
}

.light-gray-bg {
    background: #F9F9F9;
}

.white-bg {
    background: #FFFFFF;
}

.dark-bg-secondary {
    background: #44515A;
}

.gray-bg{
    background-color: #eee;
}

.black-bg{
    background-color: #000000;
}

.purple-bg{
    background-color: #5F3E69;
}


.success-bg{
    background-color: #48b17c;
    color: #FFFFFF;
}

.transparent-white-bg {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.4 opacity */
    background-color: rgba(255, 255, 255, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.transparent-black-bg {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.4 opacity */
    background-color: rgba(32, 31, 31, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.dots-tp-rt{
    background-image: url('../images/png/dots_top_right.png');
    background-position: top right;
    background-repeat:  no-repeat;
}

.dots-bt-lt{
    background-image: url('../images/png/dots_bottom_left.png');
    background-position: top right;
    background-repeat: no-repeat;
}

.dots-tp-lt-light{
    background-image: url('../images/png/dots_top_left_light.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.dots-tp-rt-bt-lt{
    background-image: url('../images/png/dots_top_right.png'), url('../images/png/dots_bottom_left.png');
    background-position: 99% 1%, 1% 99%;
    background-repeat: no-repeat, no-repeat;
}

.step-wrapper .step{

}

.step-number{
    padding: 15px;
    border: 1px solid #00B3D9;
    border-radius: 50%;  
    width: 75px;
    height: 75px;
    text-align: center;

    
}

.step-number:after{
    background-image: url('../images/png/arrow_right.png');
    background-position: top right;
    background-repeat:  no-repeat;
}

.promoCHE {
    border-radius: 5px; 
    background-color: #efefef;
    color: #5e6467;
    padding: 5px;
    width: fit-content;
    position: absolute;
    top: 15px;
}

.amex-picture{
    width: 100%;
    max-width: 268px;
}

.homemediumbox{   
    background-size: auto;
    background-repeat:  no-repeat;
}

.is-layout-sm .homemediumbox{  
    background-size: 100% auto;
}

.smallbox-keyplack-fr, .smallbox-keyplack-en, .smallbox-keyplack-nl {
    background-position: center right;
    background-size: auto;
    background-repeat:  no-repeat;
}
.smallbox-keyplack-fr{
    background-image: url('../../../content/images/banners/lg/keypack_smallbox_white_fr.jpg');
}
.smallbox-keyplack-en{
    background-image: url('../../../content/images/banners/lg/keypack_smallbox_white_en.jpg');
}
.smallbox-keyplack-nl{
    background-image: url('../../../content/images/banners/lg/keypack_smallbox_white_nl.jpg');
}

.is-layout-xs .smallbox-keyplack-fr, .is-layout-sm .smallbox-keyplack-fr, .is-layout-xs .smallbox-keyplack-en, .is-layout-sm .smallbox-keyplack-en, .is-layout-xs .smallbox-keyplack-nl, .is-layout-sm .smallbox-keyplack-nl{
    background-image: none;
}

.background-tradingproduct{
    background-color: #2c3b45;
}
.background-tradingproduct .page-banner-title, .background-tradingproduct .page-banner .page-banner-title em, .background-tradingproduct .page-banner .page-banner-title .lighter{
  /*  color: #FFFFFF !important; */
}
.background-tradingproduct .page-banner-content{
    background:none !important;
}
.page-banner-full{
    background-size: auto;
}
.page-banner-full.background-tradingproduct{
    background-image: url('../../../content/images/banners/xl/Tools_XL.jpg');
    background-size: auto;
    background-position: center center;
    background-repeat:  no-repeat;
}
.is-layout-sm .background-tradingproduct{    
    background-size: 100%;
    background-image: url('../../../content/images/banners/sm/Tools_MD.jpg');
}

.page-banner-full.background-tradingproduct-global-analyzer{
    background-image: url('../../../content/images/banners/xl/trotty1234x345.jpg');
    background-size: auto;
    background-position: center center;
    background-repeat:  no-repeat;
}
.is-layout-sm .background-tradingproduct-global-analyzer{
    background-size: 100%;
    background-image: url('../../../content/images/banners/sm/trotty730x345.jpg');
}

.is-layout-xs .background-tradingproduct{
    background-image: none;
    background-color: #2c3b45;
}
.is-layout-xs .background-tradingproduct .page-banner-intro{
    color: #FFFFFF !important;
}

.global-analyzer-markets {
    padding: 25px 30px;
    background-image: url('../../../assets/default/images/lg/global_analyzer_high.jpg');
    background-repeat: no-repeat;
}
.global-analyzer-markets p{
    width: 50%;
}
.global-analyzer-markets.global-analyzer-markets-half{
    background-image: url('../../../assets/default/images/lg/global_analyzer_half.jpg');
    background-size: cover;
}

.global-analyzer-markets.global-analyzer-markets-half-bel{
    background-image: url('../../../assets/default/images/lg/global_analyzer_half_bel.jpg') !important;
    background-size: cover;
    color: #0d0d0d;
}

.global-analyzer-markets.global-analyzer-markets-half-bel h2{
    color: #0d0d0d;
}
.is-layout-sm .global-analyzer-markets{
    background-image: url('../../../assets/default/images/sm/global_analyzer_half.jpg');
    background-size: 100% auto;
}

.is-layout-sm .global-analyzer-markets-bel{
    background-image: url('../../../assets/default/images/sm/global_analyzer_half_bel.jpg') !important;
    background-size: 100% auto;
    color: #0d0d0d;
}

.is-layout-sm .global-analyzer-markets-bel h2{
    color: #0d0d0d;
}

.is-layout-sm .global-analyzer-markets .link, .is-layout-xs .global-analyzer-markets .link{
    position: relative;
    margin-bottom: 0 !important;
    margin-right: 0;
    margin-top: 25px;
}

.is-layout-xs .global-analyzer-markets{
    background-image: url('../../../assets/default/images/sm/global_analyzer_half.jpg');
    background-size: auto;
    background-position: left;
}

.is-layout-xs .global-analyzer-markets-bel{
    background-image: url('../../../assets/default/images/sm/global_analyzer_half_bel.png') !important;
    background-size: auto;
    background-position: left;
    color: #0d0d0d;
}

.is-layout-xs .global-analyzer-markets-bel h2{
    color: #0d0d0d;
}
.is-layout-xs .global-analyzer-markets p{
    width: 70%;
}

@media (min-width: 768px) {
    .container-margin{
        margin-top: 80px; /* Same height as menu */
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }

    .container-header {
        width: 1230px;        
        z-index: 2;        
    }

    .bel .container-margin{
        margin-top: 0!important; /* Same height as menu */
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: 992px;
    }

    .container-header {
        width: 992px;        
        z-index: 2;        
    }

    .bel .container-margin{
        margin-top: 0!important; /* Same height as menu */
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 768px;
    }

    .container-header {
        width: 768px;        
        z-index: 2;
        top: -80px;
    }
}

.TDPwebinar {
    border-left: 15px solid #5F3E69;
    padding-top: 25px;
    padding-bottom:15px;
    background-color: #eee;
    margin-left: 0px;
}

.TDPwebinar {
    padding-left:25px;
    margin-right:0px;
}

.centerAligned {
    text-align: center;
}

.winner-image1 {
    height: 90px;
}

/* ///////////////////  FOOTER //////////////////////////////////////////////////////////////////////////////////// */

.footer{
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer.dark-bg {
    background-color: #303E48;
}

.footer ul li{
    border-bottom: 1px solid #3C4953;
    padding: 10px 0px;
}

.footer ul li:first-child{
    padding-top: 0px;
}

.footer h5{
    margin-top: 0;
}

.footer p{
    color: #FFFFFF;
}

.footer h3{
    color: #FFFFFF;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 25px;
}

.footer .social-list{
    padding: 25px 0;
}

.footer .social-list a{
    text-decoration: none;    
}
.footer .social-list a:hover{
    color: #00C7F4;
}

.footer .social-list div{
    text-align: center;
}

.footer .divider{
    height: 1px;
    margin: 25px 0;
    background-color: #3C4953;
}

.footer .link-list{
    float: right;
}

.footer .link-list ul li{
    display: inline-block;
    margin-right: 25px;
    padding: 0;
    border:none;

    height: 55px;      /* equals max image height */    
    white-space: nowrap;
    text-align: center;
}

.footer .link-list ul li img {    
    vertical-align: middle;
    max-height: 55px;    
}

.footer .copyright{
    color: #6A7075;
    height: 55px;    
    margin-bottom: 0px;
    display: table-cell; 
    vertical-align: middle; 
    text-align: left;

}

.footer .kt-country-picker{
    position: relative;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #3C4953;
    cursor: pointer;
}

.footer .kt-country-picker .kt-chosen-country-flag{
    float: left;
    margin-top: 5px;
}

.footer .kt-country-picker .kt-chosen-country{
    float: left;
    margin: 0 0 0 15px;
}

.footer .kt-country-picker .kt-country-list{
    position: absolute;
    right: 0;
    left: 0;
    top: -107px;
    border: 1px solid #3C4953;    
    margin: 0 -1px;
    background-color: #2C3B45;
}

.footer .kt-country-picker .kt-country-list li{
    display: block;   
    padding: 0px;  
    float: left;
    width: 100%;  
}

.footer .kt-country-picker .kt-country-list li a{
    font-size: 14px;
    padding: 15px;
    float: left;
    width: 100%;
}

.footer .kt-country-picker .kt-country-list li a:hover{
    background-color: #FFFFFF;
    color: #2C3B45;
}

.footer .kt-country-picker .kt-country-list li a:hover p{
    color: #2C3B45;
}

.footer .kt-country-picker .kt-country-list li:last-child{
    border-bottom: none;
}

.footer .kt-country-picker .kt-country-list li img, .footer .kt-country-picker .kt-country-list li p{
    display: inline;
}

.footer .kt-country-picker .kt-country-list li p{
    margin-left: 15px;
    margin-bottom: 0px;
}
.btn{
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;

    display: inline-block;
    border-radius: 5px;
    border: none;
    
    background-position: 95% center;
    background-repeat: no-repeat;

    padding: 13px 15px;
    transition: 0.2s linear;

    white-space: normal;
}

.btn:active, .btn:hover{    
    box-shadow: none;
    transition: 0.2s linear;
}

.btn.btn-primary{    
    background-color: #00B3D9;
    color: #FFFFFF;
}

.btn.btn-primary:hover, .btn.btn-primary:active{    
    background-color: #2C3B45;
}

.dark-bg .btn.btn-primary:hover, .dark-bg .btn.btn-primary:active,
.dark-bg-secondary .btn.btn-primary:hover, .dark-bg-secondary .btn.btn-primary:active{    
    background-color: #00C7F4;
}

.btn.btn-secondary{
    background-color: #41BA84;
    color: #FFFFFF;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active{    
    background-color: #45CA8F;
}

.dark-bg .btn.btn-secondary:hover, .dark-bg .btn.btn-secondary:active{    
    background-color: #4AC185;
}

.btn.btn-secondary:hover{
    color: #FFFFFF;
}

.btn.btn-ghost{    
    background-color: transparent;
    color: #00B3D9;
    border: 1px solid #00B3D9;
    padding: 12px 15px 13px;
}

.btn.btn-ghost:hover, .btn.btn-ghost:active{    
    border: 1px solid #2C3B45;
    color: #2C3B45;
}

.btn-full-width{
    width: 100%;
    text-align: left;
}

.btn.btn-primary.btn-full-width span{
    float: right;
}

.btn.btn-primary.dark{   
    background-color: #2C3B45;
}

.btn.btn-disabled{   
    background-color: #D0D0D0 !important;    
    cursor: default;
}

.btn-primary.btn-disabled{
    color: #FFFFFF;
}

.btn-primary.btn-disabled:hover{
    color: #FFFFFF;
}

.btn.btn-disabled-blue{   
    background-color: #00B3D9 !important; 
}

/* BUTTON THAT LOOKS LIKE A LINK */
.btn-link {
    background-color: inherit;
    color: #00B3D9;
}

    .btn-link:hover {
        color: #00B3D9;
    }

/* BUTTON WITH ICON */
.si-icons span {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 40px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}

.si-icons-hover span {
    width: 128px;
    height: 128px;
    margin: 50px 40px;
}

.icon{
    position: relative;    
    display: inline-block;
    margin-left: 15px;
    top: 3px;
    height: 17px;
    width: 9px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

input.icon-arrowright[type=submit]{
    background-position-x: 85%;
    padding-right: 35px;
}

.icon-bottom{
    background-image: url('../images/svg/bottomArrow_blue.svg');
    position: relative;    
    display: inline-block;
    margin-left: 10px;
    top: -2px;
    height: 14px;
    width: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-primary.loading:hover, .btn-primary.loading:active, .btn-primary.loading:visited{
    color:#FFF;
    cursor:default;
    background-color:#00b3d9;
}
/* CONTACT BLOCK */

.contact-block {
    height: 465px;
    background: url('../images/helpdesk.png') no-repeat center;
}

.contact-block h2{
    color: #FFF;
    font-size: 38px;
}

.contact-block h3{
    margin-bottom: 0px;
    font-weight: normal;
}

.contact-block h4{
    color: #FFF;
    margin-top: 0px;
}

.contact-block .contact-text{
    margin-top: 100px;
}

#form-contact input.icon-arrowright[type=submit] {
    margin-bottom: 40px;
}

/* PROMO BLOCK */

.promo-block{
    background: url('../images/card_visual.jpg') no-repeat center;
    height: 407px;
}

.promo-block h2{
    margin-top: 190px;
    font-size: 35px;
}


/* NEWSLETTERS BLOCK */

.newsletters-block{
    background-color: #303e48;
    margin: 0 -15px;
    padding: 25px;
}

.newsletters-block h1{
    margin: 50px 0 0 0;
}

.newsletters-block.dark h1{
    color: #FFFFFF;
}

.newsletters-block a{
    color: #00B3D9;
    margin-top: 15px;
    text-decoration: none;
    float: left;
}

.newsletters-block form{    
    margin-top: 75px;
}

.newsletters-block form input[type=text]{   
    padding: 20px 12px;
}

.newsletters-block form input[type=submit]
{    
    margin-top: 10px;
    float: right;
}

/* FIXED BOTTOM BUTTON */

.fixed-button-wrapper a.btn-primary{
    bottom:0px;
    margin:40px;
    position:absolute;
    right:0px;
}


/* CTA BLOCK */

.cta-mobilepromo{
    padding: 75px 100px;
    background-image: url('../../../content/images/banners/lg/mobile_promo.jpg');
    background-repeat:  no-repeat;  
}

.cta-mobilepromo h1{
    text-transform: uppercase;
    font-size: 40px;
}

.cta-mobilepromo h1 em{
    font-style: normal;
    color: #00B3D9;
}

.cta-mobilepromo p{
    color: #373d41;
    margin: 0px;
    width: 50%;
}

.cta-mobilepromo .btn{   
    margin-top: 15px;
    float: left;
}

.cta-mobilepromo.cta-mobilepromo-small{
    padding: 40px;
    background-image: url('../../../content/images/banners/sm/MobilePage_Desktop.jpg');
    background-size: cover;
    background-position: center;
    background-repeat:  no-repeat;  
}
.is-layout-sm .col-sm-12 .cta-mobilepromo-small{
    background-image: url('../../../content/images/banners/sm/MobilePage_Desktop.jpg');
}

/* HEADER BANNER BLOCK */

.home-banner.target-placeholder .header-banner{
    background-color: #fff;
}

#homeLargeBoxFallback {
    display: none;
}

.home-banner.target-placeholder .header-banner .header-image > div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #EFF0F0;
}

.loading-logo-wrapper {
    position: relative;
}

.home-banner.target-placeholder .loading-logo-wrapper .header-banner-logo {
    width: 60px;
    height: 60px;
    left: 20px;
    top: 20px;
    position: absolute;
    z-index: 99;
}

.home-banner.target-placeholder .loading-logo-wrapper .header-banner-logo-loader {
    width: 100px;
    height: 100px;

    -webkit-animation: loading-circle 1s infinite linear;
    -moz-animation: loading-circle 1s infinite linear;
    -o-animation: loading-circle 1s infinite linear;
    animation: loading-circle 1s infinite linear;
}

.home-banner .header-banner{

    margin-top: 0px !important;
}

@-webkit-keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loading-circle {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes loading-circle {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-banner, .page-banner{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}

.header-banner{
    margin-top: 80px;
}
.ch-invest{
    margin-top: 0px !important;
}


@media (min-width: 1200px) {
    .header-image.big > div{
        max-height: 515px;
    }
    .header-image > div{
        height: 443px;
    }
    .header-image.small > div{
        height: 370px;
    }
    .header-image.smaller > div{
        height: 343px;
    }

    .header-image-kf > div{
        height: 320px !important;
    }

    .header-image-h > div{
        height: 400px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .header-image.big > div{
        height: 415px;
    }
    .header-image > div{
        height: 357px;
    }
    .header-image.small > div{
        height: 299px;
    }
    .header-image.smaller > div{
        height: 277px;
    }

    .header-image-kf > div{
        height: 260px !important;
    }

    .header-image-h > div{
        height: 310px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .header-image.big > div{
        height: 490px;
    }
    .header-image > div{
        height: 490px;
    }
    .header-image.small > div{
        height: 410px;
    }
    .header-image.smaller > div{
        height: 370px;
    }

    .header-image-kf > div{
        height: 200px !important;
    }
    .tabbed-menu{
        margin-top: 0px !important;
    }

    .header-image-h > div{
        height: 490px;
    }
}
@media (max-width: 767px) {
    .header-image > div{
        width: 100%;
        padding-top: 67.1875%; /* Ratio of the image used to adjust the height*/
        height: 0;
        background-repeat: no-repeat;
        background-color: #eee;
    }

    .tabbed-menu{
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .hbth > .header-image > div{
        padding-top: 105% !important;

    }
}

.header-image > div{
    background-size: 100%;
    background-repeat: no-repeat;
}

.header-banner img, .page-banner img{
    width: 100%;
}

.header-banner .btn {
    font-size: 20px;
}

.header-banner-content{
    position: absolute;
    top: 95px;
    left: 10%;
}

.hbc2{
   top: 50px !important;
}

.header-banner-content.full-width{
    width: 90% !important;
}
.header-banner.big .header-banner-content{
    top: 135px;
}

.header-banner.small .header-banner-content, .header-banner.smaller .header-banner-content{
    top: 55px;
}
.page-banner-content{
    padding: 40px 70px;
}
.page-banner-small .page-banner-content{
    padding: 40px;
}
.page-banner-small{
    min-height: 300px;
}
.header-search{
    position: absolute;
    width: 100%;
    top: 125px;
    left: 0;
    padding: 0 65px; /* to have the same width as a container */
    opacity: 0; /* fade in animation */
}

.header-banner .header-banner-title, .page-banner .page-banner-title{
    opacity: 0; /* starting value for animation, will go to 1 */
    margin-top: 150px; /* starting value for animation, will go to 0px */
    color: #2c3b45;
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 1.2em;
}


@media (min-width: 768px) and (max-width: 991px) {
    .revamp__banner .header-banner .header-banner-title,.revamp__banner .page-banner .page-banner-title{
        font-size: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .revamp__banner .header-banner .header-banner-title,.revamp__banner .page-banner .page-banner-title{
        font-size: 36px;
    }
}

@media (min-width: 768px) {
    .revamp__banner .overlay-light .header-banner-content, .revamp__banner .overlay-dark .header-banner-content {
        z-index: 2;
    }
    .revamp__banner .overlay-light .header-image div, .revamp__banner .overlay-dark .header-image div {
        position: relative;
        z-index: 1;
    }
    .revamp__banner .overlay-light .header-image div::after, .revamp__banner .overlay-dark .header-image div::after {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
    }
    .revamp__banner .overlay-dark .header-image div::after {
       /* background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 90%);*/
    }
    .revamp__banner .overlay-light .header-image div::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 90%);
    }
}

.revamp__banner .cta-mobilepromo {
    background-position: bottom center;
    background-size: cover;
    z-index: 1;
    position: relative;
    min-height: 100%;
}
.revamp__banner .cta-mobilepromo::after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 90%);
}

.keyplan__block {
    background-image: url('../../../content/images/banners/xs/Keytrade_changer_de_banque_1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
    position: relative;
    min-height: 250px;
}

.keyplan__block .keytrade-block {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 250px;
}

@media (min-width: 368px) {
    .keyplan__block {
        background-image: url('../../../content/images/banners/xs/productXS.jpg');
        min-height: 399px;
    }

    .keyplan__block .keytrade-block {
        min-height: 399px;
    }
}

@media (min-width: 768px) {
    .keyplan__block {
        background-image: url('../../../content/images/banners/md/LuxCreditLombard_MDv2.jpg');
    }
}

@media (min-width: 992px) {
    .keyplan__block {
        background-image: url('../../../content/images/banners/xl/LuxCreditLombard_LGv2.jpg');
    }
}

.header-banner .header-banner-subtitle, .page-banner .page-banner-subtitle{
    opacity: 0; /* starting value for animation, will go to 1 */
    margin-top: 150px; /* starting value for animation, will go to 0px */
    font-size: 36px;
    margin-bottom: 0px;
    line-height: 1.2em;
}
.page-banner .page-banner-title{font-size: 30px;}

.header-banner-title{
    font-size: 46px;
    line-height: 1em;    
}

.header-banner-subtitle{
    font-size: 36px;
    line-height: 1em;
}

.header-search .header-banner-title{
    opacity: 1 !important;
    margin-top: 0 !important;
}

.header-banner-intro{
    opacity: 0; /* starting value for animation, will go to 1 */
}

.header-banner.white .header-banner-title, .page-banner.white .page-banner-title{
    color: #FFFFFF;
}

.header-banner .header-banner-title .lighter, .page-banner .page-banner-title .lighter, .header-banner .header-banner-title em, .page-banner .page-banner-title em{
    color: #2c3b45;
    font-weight: normal;
}

.header-banner-title .lighter{
    color:#00b3d9 !important;
}

.header-banner.white .header-banner-title .lighter, .page-banner.white .page-banner-title .lighter{
    color: #FFFFFF;
}

.header-banner .header-banner-action{
    opacity: 0; /* starting value for animation, will go to 1 */
    margin-left: 150px; /* starting value for animation, will go to 0px */
    margin-top: 25px;
}
.header-banner .header-banner-action.link{
    margin-top: 15px;
}
.header-banner .header-banner-action.link .icon-arrow-right,
.header-banner .header-banner-action.link .icon-arrow-left{
    line-height: 18px;
}
.page-banner-action{
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.is-layout-sm .page-banner-action, .is-layout-xs .page-banner-action{
    position: relative;
    margin-left: 15px !important;
    margin-bottom: 40px;
    right: 0;
    left: 0;
    bottom: 0;
}

.page-banner-full .page-banner-action{
    position: relative;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 25px;
    right: 0;
    left: 0;
    bottom: 0;
}

.header-banner-quote{
    font-size: 24px;
    line-height: 1.2em;
    margin: 15px 0 0 0;
    font-style: italic;
    opacity: 0;
}

.header-banner-author{
    font-style: italic;
    margin-top: 15px;
    opacity: 0;
}

.page-banner .page-banner-title, .page-banner .page-banner-action{
    opacity: 1;
}

.header-banner-intro, .page-banner-intro{
    font-size: 24px;
    line-height: 1.2em;
    margin: 15px 0 0 0;
}
.page-banner-intro{
    font-size: 18px;
}

.page-banner-action{
    margin-left: 0 !important;
}

.page-banner-title{
    margin-top: 0 !important;
}

/* KEYTRADE COMMON GRID STRUCTURE BLOCK*/

.keytrade-block{
    padding: 40px 25px;
    font-size: 16px;
}
.keytrade-winner{
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    font-size: 16px;
}
.keytrade-block.keytrade-block-small{
    padding: 25px 10px;
}

.text-page .keytrade-block {
    padding: 40px 65px;
}

.keytrade-block.margin-lg {
    margin: 45px;
    padding: 0;
}

.keytrade-block h1{
    margin-top: 0px;
    margin-bottom: 25px;
}

.keytrade-block h2{
    margin-bottom: 20px;
}

.keytrade-block h3:first-child{
    margin-top: 0px;
}

.keytrade-block h3.subtitle{
    margin: 5px 0 0 0;
}

.keytrade-block h3.subtitle.margin{
    margin: 5px 0 20px 0;
}

.keytrade-block h4{
    margin-top: 0;
}

.keytrade-block .btn, .keytrade-block .link{
    margin-top: 25px;
}

.keytrade-block table.table .link,
.keytrade-block ul.list .link{
    margin-top: 0px;
}

.keytrade-block hr{

}

.keytrade-block.margin-bt{
    margin-bottom: 25px;
}

.keytrade-block.padding-bt{
    padding-bottom: 25px;
}

.keytrade-block a.btn.btn-primary{
    float: right;
}

.keytrade-block .buttons-wrapper{
    float:  left;   
    width:  100%;
    margin: 30px 0;
}

.keytrade-block.keyplan-smaller{
    padding: 20px 25px;
}
.keytrade-block.small-padding{
    padding: 0px 15px;
}

.buttons-wrapper.pull-right{
    width: auto;
}
.is-layout-xs .keytrade-block .buttons-wrapper{
    text-align: center;
}
.is-layout-xs .keytrade-block .buttons-wrapper a{
    width: 100%;
    margin-top: 25px;
}
.is-layout-xs .keytrade-block .buttons-wrapper a:first-child{
    margin-top: 0px;
}

.keytrade-block .buttons-wrapper a{
    float:  left;
    margin: 0;
    margin-right: 15px;
}

.keytrade-block .buttons-wrapper a:last-child{
    margin-right: 0px;
}
.keytrade-block .buttons-wrapper a:last-child.pull-right{
    margin-right: 15px;
}
.is-layout-xs .keytrade-block .buttons-wrapper a:last-child.pull-right{
    margin-right: 0;
}

.keytrade-block .buttons-wrapper a.btn.btn-primary {
    float: left;
}

.keytrade-block .buttons-wrapper a.link-underlined{
    line-height: 48px;
}

/* HELPDESK BLOCK */

.helpdesk-block > .row{    
    background-repeat: no-repeat;
    background-position: center center;    
}

.helpdesk-block .helpdesk-picture{
    background-image: url('../../../assets/default/images/lg/helpdesk.jpg');
    background-size: cover;
}

.is-layout-sm .helpdesk-block .helpdesk-picture{
    background-image: url('../../../assets/default/images/sm/helpdesk.jpg'); 
}
.is-layout-xs .helpdesk-block .helpdesk-picture{
    padding-top: 10px;
    padding-bottom: 15px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url('../../../assets/default/images/xs/helpdesk.jpg');
    border-bottom: 2px solid #EFF0F0;
}
.is-layout-xs .helpdesk-block .helpdesk-picture .col-xs-7{
    padding-top: 0;
    padding-bottom: 0;
}

.is-layout-xs .helpdesk-block .helpdesk-block-title{
    font-size: 18px;    
    margin-bottom: 5px !important;
}

.is-layout-xs .helpdesk-block .helpdesk-block-number{
    font-size: 20px;
    line-height: 20px;
}

.is-layout-xs .helpdesk-block .helpdesk-block-hours{
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: 5px;
}

.is-layout-xs .helpdesk-block .heldesk-block-content{
    padding: 0px 25px;
}

.helpdesk-block .highlight{
    color: #00B1DA !important;
}

.helpdesk-block img{
    width: 100%;
}

.helpdesk-block-content{
    position: absolute;
    width: 30%;
    left: 60%;
    top: 15%;
}

.helpdesk-block .helpdesk-block-title{
    margin: 0 0 25px 0;
}

.helpdesk-block .helpdesk-block-number{
    font-size: 40px;
    line-height: 40px;
    display: block;
}

.helpdesk-block .helpdesk-block-email{
    margin-top: 25px;
}

/* Header Support CHE */
@media screen and (min-width: 768px) {
    .header-support-che-block {
        margin-top: 80px;

    }
}
.header-support-che-block > .row{
    background-image: url('../../../content/images/banners/lg/support_header.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1230px;
    padding: 80px 0px;
    height: 443px;




}
.is-layout-xs .header-support-che-block > .row{
    background-image: url('../../../content/images/banners/xs/support_header.jpg');
}
.is-layout-xs .header-support-che-block .heldesk-block-content{
    padding: 0px 25px;
}

.header-support-block-content{
    position: absolute;
    width: 30%;
    left: 40%;
    top: 15%;
}


/* PAGE HEADER TITLE BLOCK */

.page-intro-title-block{
    padding: 40px 100px 40px 40px;
    border-bottom: 2px solid #eee;
}

.page-intro-title-block h1{
    line-height: 1.3em;
    margin: 0;
}

.page-intro-title-block h1 .lighter{
    color: #00B3D9;
}

.page-intro-title-block p{
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0;
}

.page-intro-title-block h3{
    margin-bottom: 0;
}


/* DOCUMENTS BLOCK */

.documents-block {
    margin: 1% 5%;
    text-align: center;
}
.documents-block a span {
    display: table;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding:5px;
}
.documents-block a {
    display: block;
    font-size: 16px !important;
}

.documents-block p {
    text-align: center;
}

.documents-block img.icon {
    margin-top: 30%;
    margin-bottom: 10px;
}

.documents-block.documents-block-list{
    margin: 0px;
}

.documents-block.documents-block-list .icon-document{
    color: #00B3D9;
}

.documents-block.documents-block-list .document-list-wrapper{
    padding-left: 90px;
    display: block;
    position: relative;
}
.documents-block.documents-block-list .document-list-wrapper:before{
    font-family: 'Keytrade-icon';
    color: #00B3D9;
    position: absolute;
    left: 0px;
    top:0px;
    font-size:80px;
    line-height: 80px;
    content: "\e60d";
}

.documents-block.documents-block-list ul li{
    text-align: left;
}

.documents-block.documents-block-list ul li:last-child{
    margin-bottom: 0;
}

.documents-block.documents-block-list ul li a{
    text-decoration: underline;
}

.keytrade-block ul.disclaimer-list{
    margin: 10px 0;
    text-align: left;
}

.keytrade-block ul.disclaimer-list li{
    color: #959ca0;
    font-size: 12px;
}

.keytrade-block ul.disclaimer-list li a{   
    font-size: 12px;
}

/* SOCIAL ICON BLOCK */

.social-icon-block{
    padding: 40px;
    margin-top: 65px;
    text-align: center;
}

.is-layout-xs .social-icon-block{
    padding: 40px 0px;
}

.social-icon-block a{
    text-decoration: none;
}

.social-icon-block a:hover{
    color: #2B3A45;
}

.social-icon-block span{
    margin-bottom: 12px;
    display: inline-block;
}

/* F.A.Q. BLOCK */

.faq-block{}

.faq-block ul li{
    margin-bottom: 15px;
}

.faq-block ul li:last-child{
    margin-bottom: 0;
}

.faq-block a {
    text-decoration: none;
}
.faq-block a:hover {
    text-decoration: underline;
}

/* FEES INTRO BLOCK */

.fees-intro {}
.fees-intro p {
    font-size: 20px;
}

/* FEES TABS BLOCK */

.tab-block .tab-switch {
    background-color: #F7F7F9;
}

.tab-block .tab-switch.active a h3{
    color: #00B1DA;
    cursor: default;
}

.tab-block .tab-switch.active {
    background-color: #fff;
}
.tab-block .tab-switch a h3{
    padding: 30px 25px;    
    margin:0;    
}
.tab-block .tab-switch a {
    background: none;
    text-decoration: none;
}

.nav.nav-stacked {
    margin-bottom: 40px;
}

.nav.nav-stacked > li {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top: 0;
}

.nav.nav-stacked > li:last-child {
    border-bottom: 1px solid #eee;
}


.nav.nav-stacked > li.active {
    background-color: #eee;
}

.nav.nav-stacked > li.active > a {color: #000;}

.nav.nav-stacked > li.active:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 20px 22px;
    border-color: transparent transparent transparent #eee;
}

.nav.nav-stacked > li.active > div.mobile-content {
	background-color: #FFF;
}

.nav.nav-stacked > li:not(.disabled) > a {
    padding-left: 35px;
}
.nav.nav-stacked > li.disabled > a:hover,
.nav.nav-stacked > li.disabled > a:focus {
    cursor: default;
}

.nav.nav-stacked > li a {
    text-decoration: none;
    outline: none;    
}

.nav.nav-stacked.no-border > li {
    border:0px !important;
}

.nav-block {
    padding-left: 40px;
    padding-right: 40px;
}

.nav.nav-stacked.nav-stacked-blocked li > a {
    padding: 20px 25px;
}

.nav.nav-stacked.nav-stacked-blocked > li.active:after{
    border: 0;
}

.nav.nav-transparent > li{
    background: none;
    border: none;
}
.nav.nav-transparent > li:last-child {
    border-bottom: none;
}
.nav.nav-transparent > li.active,
.nav.nav-transparent > li:hover,
.nav.nav-transparent > li:hover > a,
.nav.nav-transparent > li.active > a  {
    background-color: #2C3B45 !important;
}
.nav.nav-transparent > li.active > a,
.nav.nav-transparent > li:hover > a {
  color: #FFFFFF;
}

.nav-stacked-title{
    padding: 20px 25px;
    margin: 0 !important;
    color: #00B3D9;
}

.nav.nav-big > li > a{font-size: 18px;}

/* NAV JUSTIFIED */

.nav.nav-justified li{
    background-color: #00B3D9;
    border-right: 1px solid #FFFFFF;
    border-top: 1px solid #00B3D9;
    border-bottom: 1px solid #00B3D9;
}
.nav.nav-justified.nav-justified-dark li{
    background-color: #2C3B45;
    border-right: 1px solid #FFFFFF;
    border-top: 0;
    border-bottom: 0;
}

.nav.nav-justified.nav-justified-white li{
    background-color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-top: 0;
    border-bottom: 0;
}

.nav.nav-justified.nav-justified-white li:first-child{
    border-right: 2px solid #EFF0F0;
}

.nav.nav-justified.nav-justified-dark li h3{
    color: #FFFFFF;
}
.nav.nav-justified.nav-light li{
    background-color: #FFFFFF;    
    border-right: 1px solid #00B3D9;
}

.nav.nav-justified.nav-light li:first-child{
    background-color: #FFFFFF;
    border-left: 1px solid #00B3D9;
}
.nav.nav-justified li a{
    color: #FFFFFF;
    text-align: left;
    padding: 15px 40px;
}
.nav.nav-justified.nav-justified-center li a{
    text-align: center;
}
.nav.nav-justified.nav-light li a{
    color: #00B3D9;
}

.nav.nav-justified li.active, .nav.nav-justified li:hover,
.nav.nav-justified li a:hover, .nav.nav-justified li a:focus{
    background-color: #FFFFFF;
    /*border: #2b3a45 !important;*/
}
.nav.nav-justified.nav-light li:first-child:hover, .nav.nav-justified li:first-child.active{
    border-left: 1px solid #2b3a45;
}
.nav.nav-justified.nav-light li.active, .nav.nav-justified.nav-light li:hover,
.nav.nav-justified.nav-light li a:hover, .nav.nav-justified.nav-light li a:focus{
    background-color: #2C3B45;    
}
.nav.nav-justified.nav-light li.active, .nav.nav-justified.nav-light li:hover{
    border-top: 1px solid #2B3A45;
    border-bottom: 1px solid #2B3A45;
    border-right: 1px solid #2B3A45;
}

.nav.nav-justified li.active a, .nav.nav-justified li:hover a,
.nav.nav-justified li a:hover, .nav.nav-justified li a:focus, 
.nav.nav-justified.nav-justified-dark li a:focus h3,
.nav.nav-justified.nav-justified-dark li a:hover h3,
.nav.nav-justified.nav-justified-dark li.active h3{
    color: #2B3A45;
}

.nav.nav-justified.nav-justified-white li a:focus h3,
.nav.nav-justified.nav-justified-white li a:hover h3,
.nav.nav-justified.nav-justified-white li.active h3{
    border-right: 1px solid #2B3A45;
}

.nav.nav-justified-white.nav-light li:first-child:hover, .nav.nav-justified-white li:first-child.active{
    border-left: none;
}

.nav.nav-justified.nav-light li.active a, .nav.nav-justified.nav-light li:hover a,
.nav.nav-justified.nav-light li a:hover, .nav.nav-justified.nav-light li a:focus{
    color: #FFFFFF;
}

.nav.nav-justified.nav-justified-white li.active, .nav.nav-justified.nav-justified-white li:hover,
.nav.nav-justified.nav-justified-white li a:hover, .nav.nav-justified.nav-justified-white li a:focus{
    background-color: #2B3A45;
    border-right: 1px solid #2B3A45;
}

/* NAV multitab */

.multitab-row{
    background-color: #eff0f0;
}

.nav-multitab{
    width: 55% !important;
}
.nav.nav-multitab li, .nav.nav-multitab li:hover{
    background-color: #FFFFFF;
    border-right: 2px solid #eff0f0;
    border-top: 4px solid #eff0f0;
    border-bottom: 2px solid #eff0f0;
}
.nav.nav-multitab li a{
    color: #00b3d9;
    text-align: left;
    padding: 15px 10px;
}
.nav.nav-multitab.nav-multitab-center li a{
    text-align: center;
}
.nav.nav-multitab li.active, .nav.nav-multitab li.active:hover{
    border-top:0px solid #00b3d9 !important;
    border-right: 2px solid #eff0f0 !important;
    border-bottom: 0px solid #eff0f0 !important;
}
.nav.nav-multitab li.active:before, .nav.nav-multitab li.active:hover:before{
    content: "";
    width: 101%;
    height: 5px;
    background-color: #00b3d9;
    top: -7px;
    position: absolute;
    font-size: 8px;
    margin-right: 0px;
    vertical-align: middle;
    left:0px;
}
.nav.nav-multitab li:hover{
    border-right: 2px solid #eff0f0 !important;
    border-top: 2px solid #eff0f0 !important;
    border-bottom: 2px solid #eff0f0 !important;
}
.nav.nav-multitab li.active a, .nav.nav-multitab li:hover a,
.nav.nav-multitab li a:hover, .nav.nav-multitab li a:focus{
    color: #2B3A45;
}
.nav-multitab li.active a{
    position: relative;
}
.nav-multitab li.active a:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #41b983;
    left: 15%;
    top: 42%;
    position: absolute;
    font-size: 8px;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.nav-multitab li.active a.custom:before {
    left: 7%;
}


@media (min-width: 768px) {
    .nav-multitab li.active a:before {
        left: 7%;
    }
}

ul.preferences-tabs {
    display: table;
    width: 100%;
}
ul.preferences-tabs li {
    display: table-cell;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #00b3d9;
    border-right: 1px solid #00b3d9;
    border-top: 1px solid #00b3d9;
    padding: 10px 15px;
}
ul.preferences-tabs li a{
    text-decoration: none;
}
ul.preferences-tabs li:hover, ul.preferences-tabs li.active {
    color: #fff;
    border-bottom: 1px solid #2b3a45;
    border-right: 1px solid #2b3a45;
    border-top: 1px solid #2b3a45;
    background-color: #2c3b45;
}
ul.preferences-tabs li:hover a, ul.preferences-tabs li.active a {
    color: #fff;
}
ul.preferences-tabs li:first-child {
    border-left: 1px solid #00b3d9;
}

.multi-amount-square-black {
    position: relative;
    left:20px;
}
.multi-amount-square-black:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #2c3b45;
    top: 10%;
    position: absolute;
    font-size: 8px;
    margin-right: 5px;
    vertical-align: middle;
    left:-6px;
}
.multi-amount-square-blue {
    position: relative;
    left:20px;
}
.multi-amount-square-blue:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #00B3D9;
    top: 10%;
    position: absolute;
    font-size: 8px;
    margin-right: 5px;
    vertical-align: middle;
    left:-6px;
}

/* END OF multitab */

.nav.nav-centered li a{
    text-align: center;
}

.tab-block .tab-pane h4.pane-title{    
    margin: 25px 0;
}

.tab-block .tab-pane h4.pane-title:first-child{    
    margin: 0 0 25px 0;
}

.tab-block .tab-pane h4.pane-title.pane-title-center{
    text-align: center;
}

.tab-block .tab-pane h1.tab-title{
    text-align: center;
    font-size: 130px;
    margin-top: 25px;
}

.tab-block .tab-pane h1.tab-title sup{
    font-size: 50px;
    top: -55px;
}

.tab-block .tab-pane table.table-prices{
    width: 100%;
}

.tab-block .tab-pane table.table-prices td p{
    margin-bottom: 0px;
}

.tab-block .tab-pane table.table-prices td.descr{
    width: 50%;
    vertical-align: top;
    padding-bottom: 10px;
}

.tab-block .tab-pane table.table-prices tr:first-child td.descr.descr-title{
    padding-top: 0px;
}

.tab-block .tab-pane table.table-prices td.descr.descr-title{
    padding-top: 25px;
    padding-bottom: 10px;
}

.tab-block .tab-pane table.table-prices td.descr.descr-title p{
    font-weight: bold;
}

.tab-block .tab-pane table.table-prices td.price{
    text-align: right;
    vertical-align: top;
    padding-left: 15px;
    color: #00B1DA;
    font-size: 18px;
    width: 50%;
}

.tab-block .tab-pane.two-column-pane div[class*='col-']:last-child{
    padding-left: 50px;
}

.tab-block .container-scroll{
    max-height: 500px;
}

.tab-block .fees-pane-disclaimer{
    padding-right: 25px;
    margin-top: 25px;
}

.container-scroll{
    overflow-y: auto;
    overflow-x: hidden;
}

/* PROMO BANNER BLOCK */

.promo-banner-block{
    background-color: #2d3b46;
    padding: 40px;
    text-align: center;
}

.promo-banner-block h3{
    color: #FFFFFF;
    margin: 0px 0px 15px 0px;
    font-weight: normal;
}

.promo-banner-block p{
    color: #FFFFFF;
}

.promo-banner-block .link:hover{
   color: #FFFFFF;
}

.promo-banner-block.promo-banner-block-readmore{
    padding: 40px;
    position: relative;
}

.promo-banner-block.promo-banner-block-readmore h2{
    float: left;
    width: 70%;
    margin-bottom: 0;
    text-align: left;
    font-size: 28px;
    line-height: 1.3em;
}

.promo-banner-block.promo-banner-block-readmore .quote{
    float: left;
    width: 70%;
    text-align: left;  
    line-height: 1.3em;
}
.promo-banner-block.promo-banner-block-readmore .author{
    color: #FFFFFF;
    margin-bottom: 0;
    float: left;
}

.promo-banner-block.promo-banner-block-readmore a{    
    position: absolute;
    bottom: 40px;
    right: 40px;
}

/* PROMO BANNER BLOCK WITH BTN */

.promo-banner-with-btn-block {
    padding: 40px;
    text-align: left;
}

.promo-banner-with-btn-block h3 {
    color: #2B3A45;
    margin: 0px 0px 15px 0px;
    font-weight: normal;
    width: 70%;
    float: left;
}

.promo-banner-with-btn-block .btn-primary-center-wrapper,
.promo-banner-with-btn-block .btn-secondary-center-wrapper {
    float: right;
}

.promo-banner-with-btn-block span.source {
    display: inline;
    color: #fff;
    font-size: 12px;
}
.is-layout-xs .promo-banner-with-btn-block span.source{
    display: block;
    line-height: 1.3em;
    margin: 15px 0;
}
.promo-banner-with-btn-block a.secondary-button span.icon.icon-arrowright {
    display: none;
}

/* PROMO BANNER WITH LINK INSIDE THE H2 */ 
.promo-banner-block h2 a{
    font-size: 35px;
}

.promo-banner-block.alignLeft{
    text-align: left;
}

/* SMALL PROMO BLOCK */

.small-promo-block{
    padding: 40px 25px;    
}

.small-promo-block h1{
    font-size: 57px;
    color: #00B3D9 !important;    
}

.small-promo-block h1 sup{
    font-size: 40px;
    top: -25px;
}

.small-promo-block h1 span.big{
    font-size: 70px;
}

.small-promo-block h2{
    font-size: 30px;
    color: #00B3D9;
    margin-bottom: 10px;
}

.small-promo-block h3{    
    margin-top: 0px;
    margin-bottom: 0px;
    color: #00B3D9;
}

.small-promo-block p{
    margin-top: 5px;
}

/* RATE BLOCK */

.rate-block h1{
    margin: 0;
    font-size: 50px;
    color: #00B3D9;
}

.rate-block h1 sup{
    top: -.5em;
}

.rate-block h3{
    margin-top: 0;
}

.rate-block p{
   color: #959ca0;
    font-size: 14px;
}

/* KEYPACK SAVINGS BLOCK*/

.banking-img-keypack-women img {
    margin-right: 60px;
}

.banking-keypack-text {
    margin-left: 20px;
    margin-top: 18px;
}

/* BANKING KEYPACK BLOCK */

.banking-keypack-block {
    height: 410px;
}


/*BANKING SAVIGNS ACCOUNTS BLOCK*/

.banking-savings-accounts-block h4 {
    margin-top: 0px;
    font-size: 16px;
}

.banking-savings-accounts-block span.green-number {
    font-size: 22px;
    color: #6abd91;
    font-weight: bold;
}

/* BANKING KEYPACK CONDITIONS popover */
.promo-banner-block #conditionsWrapper{float: right;}
.promo-banner-block #conditionsWrapper a.conditions{line-height: 48px;}
.promo-banner-block #conditionsWrapper a{position: relative;bottom:0;right:0;}
#conditionsWrapper{position: relative;float: left}
#conditionsWrapper:hover #conditionsListWrapper{display: block;}
#conditionsListWrapper{
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    background-color: white;
    border: 1px solid #eee;
    padding: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#conditions-list:after {content: '';position: absolute;border-style: solid;border-width: 0 10px 10px;border-color: #FFFFFF transparent;display: block;width: 0;z-index: 1;top: -10px;left: 50%;}
#conditions-list:before {content: '';position: absolute;border-style: solid;border-width: 0 10px 10px;border-color: #eee transparent;display: block;width: 0;z-index: 0;top: -11px;left: 50%;}

#conditions-list li{
    border-bottom: 1px solid #eee;
    list-style-type: none;
    margin: 0px;
    padding: 10px 20px;
}
#conditions-list li a {float: none;margin: 0;}
#conditions-list li:last-child {border-bottom: 0;}

/* AUTOCOMPLETE LIST */

.list-autocomplete{
    position: absolute;
    z-index: 9999;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    background-color: #FFFFFF;
}

.list-autocomplete li:last-child{
    border-bottom: 1px solid #eee;
}

.list-autocomplete li:last-child a{   
    padding-bottom: 15px;
}

.list-autocomplete li a{   
    padding: 15px 15px;
    text-decoration: none;
    width: 100%;
    display: block;
    color: inherit
}
.list-autocomplete li:nth-child(even) {
    background-color: #F4F5F6;
}

.list-autocomplete li a:hover{   
    background-color: #2C3B45;
    color: #FFFFFF;
}

.list-autocomplete li a span.glyphicon{   
    float: right;
}

/* TABLE */

.table-full-width{
    width: 100%;
}

.table-document-list a{
    margin-bottom: 15px;
    margin-top: 0px !important;
}

/* BIG SELECT */
div.big {
    font-size: 32px;
}

select.big-select {
    border:none;
    color: #00B1DA;
}

/* NAVIGATION BLOCK */

.row-navigation [class*=" col-"]{    
    transition: 0.2s linear;
}

.row-navigation [class*=" col-"]:hover{
    background-color: #2C3B45;
    transition: 0.2s linear;
}

.navigation-block{
    padding: 40px;
    float: left;
    width: 100%;
}

.navigation-block-ktl{
    padding: 0px 30px 20px 40px;
    float: left;
    width: 100%;
}

.navigation-block-ktl span{
    margin-right: 25px;
}

.navigation-block-ktl div{
    float: left;
    /* Width is calculated as following: 100% - image width (82px) - margin of image (25px) */
    width: -moz-calc(100% - (107px));
    width: -webkit-calc(100% - (107px));
    width: calc(100% - (107px));
}

.navigation-block-ktl h2{
    margin: 5px 0;
}

.navigation-block-ktl p{
    color: #2c3b45;
    margin: 0;
}

.navigation-block span{    
    margin-right: 25px;
}



.navigation-block div{
    float: left;
    /* Width is calculated as following: 100% - image width (82px) - margin of image (25px) */
    width: -moz-calc(100% - (107px));
    width: -webkit-calc(100% - (107px));
    width: calc(100% - (107px));
}

.navigation-block h2{
    margin: 5px 0;   
}

.navigation-block p{
    color: #2c3b45;
    margin: 0;
}
.row-navigation [class*=" col-"]:hover p, .row-navigation [class*=" col-"]:hover h2, .row-navigation [class*=" col-"]:hover span{
    color: #FFFFFF;
}


/* MOST ACTIVE STOCKS BLOCK */

.active-stocks-block .stocks-value{
    margin: 50px 0px 15px 0px; 
    width: 100%;
    font-size: 70px;
    float: left;
    line-height: 55px;
}
.is-layout-xs .active-stocks-block .stocks-value{
    font-size: 50px;
}

.active-stocks-block .stocks-value sup{
    font-size: 35px;
    margin-left: 10px;
    top: -23px;
}

.active-stocks-block .stocks-value.pos{
    color: #4DB07A;
}

.active-stocks-block .stocks-company{
    margin-bottom: 50px;
    margin-left: 62px;
}

/* PROMO BLOCK MATRIX */

.promo-block-matrix .col-sm-6{
    padding: 25px;
}

/* INFOSESSIONS BLOCK */

.infosessions-block h2{
    margin-bottom: 5px;
}

.infosessions-block .upcoming-infosessions{
    color: #B1B5B8;
    margin: 30px 0;
}

.infosessions-block .infosession{
    padding: 25px 0;
    border-top: 1px solid #eee;
}

.infosessions-block .infosession:last-child{    
    border-bottom: 1px solid #eee;
}

.infosessions-block .infosession .title{    
    margin: 0;
}

.infosessions-block .infosession p{
    margin: 0;
}

/* VIDEO BLOCK */

.video-block{padding-bottom: 40px;}

.video-block h2{    
    color: #00B3D9 !important;
    margin: 0;
}

.video-block .link{
    margin: 0 15px 0 0 !important;
}

.video-block .video-play:hover .icon-video-player{
    color: #2C3B45;
}

.video-block .video-image-wrapper{
    position: relative;
}
.video-block .video-play{    
    text-decoration: none;
}

.video-block .video-image-wrapper .icon-video-player{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -32px; /* HALF OF THE HEIGHT */
    text-align: center;
    color: #00B3D9;
}


/* INVESTING Profiles */

.invest-profile-button-wrapper {
    padding: 5px 25px 40px 25px;
}


/* NUMBERS-BLOCK */ 
#numbers-block h3.important {
    font-size: 30px;
    margin-bottom: 15px;
}
#numbers-block .number{
    margin-bottom: 0px;
    font-size: 70px;
    padding-bottom: 0px;
    border: none;
    line-height: 70px;
}
#numbers-block .number,
#numbers-block h2.important {
    color: #00B3D9;
}

#numbers-block h2.important > span.currency {
    font-size: 0.5em;
}
#numbers-block h5 {
    color: #2B3A45;
}

#numbers-block .image-block {
    float: left;
    padding-right: 10px;
}

#numbers-block .image-block.euro-sign{
    width: 75px;
}

#numbers-block .image-block.ascending-arrow{
    width: 140px;
}

#numbers-block .image-block.client-chart, #numbers-block .image-block.wallet{
    float: none;
}

#numbers-block .image-block.client-chart > img, #numbers-block .image-block.wallet > img{
    width: 170px;
}

#numbers-block .image-block.people {
   float: right;
}

#numbers-block .image-block.people img{
   float: left;
   width: 75px;
}

#numbers-block .text-block {
    float: left;
}

#numbers-block h3{
   margin-top: 0px;
}

/* AUDIO LIBRARY ( LISTENING LIBRARY ) */

.audio-library-block{}

.audio-library-block .audio-library-list{}

.audio-library-block .audio-library-list li{    
    padding-left: 50px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}

.audio-library-block .audio-library-list li:last-child{
    margin: 0;
}

.audio-library-block .audio-library-list li h3{margin: 0;float: left;}

.audio-library-block .audio-library-list li .audio-controls{float: right;}

.audio-library-block .audio-library-list li .audio-progress{
    margin-top: 5px;
    color:#fff; 
    width:100%; 
    height:2px;
}

.audio-library-block .audio-library-list li .audio-progress .audio-progress-bar{
    background-color:#00B1DA;
    height:2px;
    display:inline-block;
}

/* Seperate audio link */

.audio-link .audio-container{
    display: none;
}

.audio-link .audio-controls{
    margin-top: 15px;
    width: 15%;
}

.audio-link .audio-progress{
    margin-top: 26px;
    color:#fff;
    background-color: #eee;
    width:85%;
    height:4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.audio-link .audio-progress .audio-progress-bar{
    background-color:#2C3B45;
    height:4px;
    display:inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
}

.audio-label, .video-label  {
    vertical-align:sub;
}

/* CAREERS-BLOCK */ 

.careers-block, .careers-block p {
    /* In the design, the font-size is smaller than on other pages, but for consistency and readability
    I'd like to wait and keep the default 16px for now. Charles*/
    /*font-size: 14px;*/
}


/* KEYPLAN FUNDS LIST */
.is-layout-md #searchFunds {
    margin-top: 160px;
}
.is-layout-lg #searchFunds {
    margin-top: 140px;
}

/* KEYPLAN-BUILDER-BLOCK */

.keyplan-builder-block label {
    font-size: 32px;
    font-weight: normal;
    width: 200px;
}

.keyplan-builder-block input, .keyplan-builder-block select, .funds-list-table input {
    font-size: 30px;
    height: 56px;
    padding-left: 10px;
    color: #00B1DA;
    width: 330px;
    line-height: normal;
}

.is-layout-md .form-fundlist-search,
.is-layout-lg .form-fundlist-search {
    margin-top: 130px;
}

.funds-list-table input.input-xsmall {
    text-align: center;
    color: #2B3A45;
}

.funds-list-table .pourcentage {
    border: 1px solid #eee;
    height: 50px;
    width: 80%;
}

.funds-list-table .pourcentage .complete {
    height: 100%;
    width: 20%;
    background-color: #00B1DA;
}

.funds-list-table .pourcent-number {
   font-size: 36px;
}

.funds-list-table .pourcent-number span {
    margin-top: 10px;
    margin-left: 10px;
    display: block;
}

.funds-list-table .active-plan a.btn{
    float: none;
}

.funds-list-table .funds-list-block {
    padding-top: 10px;
}

.funds-list-table .fund {
/*    margin-top: 20px; @TODO: check keyplan-builder if style is still ok...; */
/*    height: 80px; @TODO: check keyplan-builder if style is still ok...; */
    border-bottom: 2px solid #eee;
}

.funds-list-table .fund.header {
    border-top: 2px solid #EEE;
    border-width: 2px;
    padding-bottom: 15px;
    padding-top: 15px;
/*    height: 65px; @TODO: check keyplan-builder if style is still ok...; */
}

.funds-list-table .fund.header .keytrade-block{
    padding: 20px;
}

.funds-list-table .fund p:first-child {
    padding-top: 15px;
}

.fund-description-header #numbers-block h2.important {
    font-size: 48px;
    margin-bottom: 15px;
}
.fund-description-header #numbers-block h3.important {
    font-size: 28px;
}

.fund-description-header #numbers-block .numbers-evolution {
    margin-top: 20px;
}
.is-layout-xs .fund-description-header #numbers-block .numbers-evolution {
    margin-top: 5px;
    margin-bottom: 20px;
}



.fund-description-header h5 {
    color: #2B3A45;
    margin-bottom: 1px;
}

ul.rating-diamonds {
    display: block;
    width: 100%;
    margin: 5px 0;
}

ul.rating-diamonds li {
    position: relative;
    display: inline-block;
    background: transparent url('../images/png/icn_diamond_none.png') no-repeat left top;
    width: 20px;
    height: 20px;
}

ul.rating-diamonds li.diamond-full {
    background-image: url('../images/png/icn_diamond_full.png');

}
ul.rating-diamonds li.diamond-empty {
    background-image: url('../images/png/icn_diamond_empty.png');
}
ul.rating-diamonds li.diamond-none {
    background-image: url('../images/png/icn_diamond_none.png');
}

/*used for print.*/
ul.rating-diamonds li.diamond-full img,
ul.rating-diamonds li.diamond-empty img,
ul.rating-diamonds li.diamond-none img {display: none;}

ul.risk-indicator {
    display: block;
    width: 100%;
    padding-left: 20px;
    margin: 10px 0;
}

ul.risk-indicator li {
    display: inline-block;
    width: 13%;
    font-size: 60px;
    text-align: center;
    color: #E1E2E4;
}

.is-layout-xs ul.risk-indicator li {
    width: 30%;
}

.risk-indicator-line {
    width: 100%;
    float: left;
}
.risk-indicator-line img {
    height: 21px;
}
.risk-indicator-line p {
    background: #E1E2E4;
    height: 3px;
    margin: 9px 14px;
}

/* SUPPORT MAIN NEWSLETTERS BLOCK */

.support-newsletters-block a.btn.btn-primary{   
    line-height: 27px;
}

/* MARKETS BLOCK ( markets carousel ) */

.markets-block{
    background-color: #FFFFFF;
    padding: 25px 0;
    width: 100%;
    float: left;
}
.markets-block .markets-wrapper{
    position:relative;
    margin-bottom:0;
    list-style-type: none;
    float: left;
    width:100%;
    overflow:hidden;}   
.markets-block .markets-list{
    margin-bottom:0;
    list-style-type: none;
    width:500%;
}
.markets-block .markets-list li{
    margin-bottom:0;
    display:inline-block;
    margin-right: 50px;
}
.markets-block .markets-list li img{
    display: none;
}
.markets-block .markets-list li p{
    color: #000000;
    margin: 0px;
}   
.markets-block .markets{
    float: right;
    width: 15%;
    text-align: right;
    margin-top: 10px;
}
.markets-link{
    width: 100%;
    height: 75px;
    line-height: 45px;
}

.markets-link span{
    line-height: 45px;
}

/* CLOSING DAYS TABLE */

.table-closingdays{
    margin: 0px;
}

.table-closingdays td:nth-child(1){
    padding-left: 25px;
    text-align: left;   
}

.table-closingdays td{
    vertical-align: middle !important;
    text-align: center;
}

.table-closingdays td.hours{
    background-color: #2C3B45;
    color: #FFFFFF;
}

.is-layout-lg .table-closingdays .legend-list-wrapper, .is-layout-md .table-closingdays .legend-list-wrapper{
    margin-left: 25px;
    margin-top: 40px;
}

.is-layout-sm .table-closingdays .legend-list-wrapper{
    margin-top: 25px;
    margin-left: 25px;
}

.is-layout-sm .table-closingdays th{
    padding: 0px;
}

.is-layout-sm .table-closingdays th.rotate > div{
    transform: translate(0px, 185px) rotate(-90deg);
}

/*TABLE MARKET HOURS */

.table-market-hours {
    width: 100%;
}

.table-market-hours td {
    border-bottom: 2px solid #eee;
    padding: 20px 0px;
    vertical-align: top;
}

.table-market-hours tr:first-child td {
    padding-top: 0px;
}

.closingday-wrapper{padding: 10px 25px;}
.closingday-return{padding: 15px 40px;background-color: #eee;}
.closingday-trigger{cursor:pointer;}

/* COOKIE POLICY ALERT */

#cookiePolicyWrapper { display: none; }

/*TABLE PRODUCTS LIST */

.table-products-list {
    width: 100%;
}

.table-products-list td:first-child, .table-products-list th:first-child {
    padding-right: 120px;
}

.table-products-list tr:last-child td{
    border: none;
    padding-bottom: 0px;
}

.table-products-list td, .table-products-list th {
    border-bottom: 2px solid #eee;
    padding: 30px 30px;
    vertical-align: top;
}

.table-products-list tr:first-child td {
    padding-top: 0px;
}

/* DISCLAIMER BLOCK ( AT THE BOTTOM OF THE PAGE ) */

.disclaimer-block .disclaimer{
    margin-top: 0px;
}


/* Transaction rules niw */

.table-niw th, .table-niw td {
  padding: 10px;
}

/* Most Active stocks List block */

.most-active-stocks-list-block table{margin: 20px 0px;}

.most-active-stocks-list-block table td:nth-child(3){
    text-align: right;
}

.most-active-stocks-list-block p, .most-active-stocks-list-block a {
    font-size: 20px;
}

table.most-active-stocks-table tr td{
    vertical-align: middle;
}
table.most-active-stocks-table tr .legend{
    text-align: center;
}
table.most-active-stocks-table tr .legend span{
    font-size: 12px;
}

.table-legend-row td{
    border:none !important;
    padding: 5px 0 !important;
}

.table-legend-row .legend .buy, .table-legend-row .legend .sell{
    width: 25%;
}

.table-legend-row .legend .percent{
    width: 50%;
    text-align: center;
}

.quantity-info span{
    color: #959ca0;
    font-size: 12px;
}

.quantity-bar{
    width: 100%;
    height: 15px;
}

.quantity-bar span{    
    height: 15px;
    float: left;
}

.quantity-bar .buy-per{
    background-color: #4DB07A;
}

.quantity-bar .sell-per{
    background-color: #B7005A;
}

/* INTERNET EXPLORER 6 ALERT */

#internet-explorer-6-alert { display: none; background-color: #B7005A !important; }
#ie6Container{padding: 15px 25px;}

.mmi-embed{
    width: 70%;
    height: 481px;
    margin-top: 5px;
    margin-left: 15%;
}

.campaign-promo-block{
    border-left: 10px solid #B90059;
}

/* MMI */

.flip-clock-divider{
    width: 50px;
}

.flip-clock-dot{
    display: none;
}

.flip-clock-wrapper ul li a div div.inn{
    font-size: 60px;
    color: #00B3D9;
}

.flexslider.flexslider-controls-right .flex-control-nav{
    width: auto;
    bottom: 15px;
    right: 25px;
}

.flexslider.flexslider-controls-right .flex-control-nav li{
    margin: 0 8px;
}

.flexslider.flexslider-controls-right .flex-control-nav li a{
    width: 15px;  
    height: 15px;
}

.flexslider-static-nav{padding: 40px 50px;}
.flexslider-static-nav .flex-direction-nav a{
    opacity: 1;
}

.flexslider-static-nav .flex-direction-nav .flex-prev { left: 0px; }
.flexslider-static-nav .flex-direction-nav .flex-next { right: 0px; }

.sticky-footer .helpdesk-jeanPhilippe {
    background-image: url('../images/jean_philippe.png');
    background-repeat: no-repeat; 
    height: 50px;
    width: 70px;
}

/* BOOTSTRAP CAROUSEL */

.carousel{
    padding-bottom: 100px;
}

.carousel-indicators {
    bottom: 0 !important;
}

.carousel-indicators li{
    background-color: #00B3D9;
    border: 0;
    margin: 0 5px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active{
    background-color: #FFFFFF;
    margin: 0 5px;
}

#already .menu-align-right,
#not .menu-align-right {
    text-align: right;
}


#custom-graph-placeholder{
    width: 100%; 
    height: 100%; 
    position:relative;
    background-image: url('../images/products/keyplan/dummy-graph.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 77;
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
#custom-graph-placeholder-text{
    text-align:center; 
    position: absolute; 
    top: 72%;
    z-index:88;
    width:100%;
}
#custom-graph-placeholder-text .icon-arrow-bottom{
    color: #00B3D9;
    position: absolute;
    left: 47%;
    top:0px;
    font-size:30px;
    line-height: 100px;
}
#fip-percentage-total-ok .icon-bullet-point{
    color: #00B3D9;
    position: absolute;
    left: 0;
    top:-40px;
    font-size:30px;
    line-height: 100px;
}

.show-initial-round {
    background-color: #EFF0F0;
    height: 150px;
    width:  150px;
    border-radius: 75px;
}

.show-initial-round .text-initial-round {
    width: 100%;
    padding-top: 55px;
    margin-bottom: 55px;
    text-align: center;
}

.show-initial-round .text-initial-round h1 {
    font-size: 35px;
}

/* ABBL Luxembourg */
.footer div.link-list.abbl {
    margin: auto; float: none;
}
div.abbl ul li img {
    float: left;
}
div.abbl ul li p {
    line-height: 15px;
    margin-left: 138px;
    font-size: 13px;
    margin-top: -2px;
    text-align: left;
}

/* Best Trading Offer / Savings comparison / Investing comparison Luxembourg */
table.table-comparison > thead > tr > th {
    color: #929d9f;
    font-size: 14px;
    padding: 21px 20px 20px 0;
    font-weight: normal;
    text-align: right;
    border-bottom: 2px solid #EFF0F0;
    vertical-align: top;
}
table.table-comparison.trading > thead > tr > th {
    width: 13.5%;   
}
table.table-comparison > tbody > tr > td {
    text-align: right;
    padding: 0 20px 0 0;
    border: 0;
}
table.table-comparison.investing > thead > tr > th, table.table-comparison.investing > tbody > tr > td {
    text-align:left;
    padding: 20px;
    border-bottom: 1px solid #EFF0F0;
}
table.table-comparison.investing > tbody > tr > th  {
    padding: 20px 0;
}
table.table-comparison.investing > thead > tr:first-child > th {
    color: #2c3b45;
    font-size: 16px;
}
table.table-comparison.investing span.icon {
    vertical-align: baseline;
}
table.table-comparison.savings > tbody > tr > td {
    padding: 10px;
}
table.table-comparison.savings > tbody > tr.ktl > td {
    font-weight: bold;
}
table.table-comparison.savings > tbody > tr > th {
    padding: 10px;
    color: #929d9f;
    font-weight: normal;
}
table.table-comparison > tbody > tr > th.title {
    padding: 10px;
    font-size: 22px;
    color: #00b3d9;
    background-color: #EFF0F0;
}
table.table-comparison.custodian > tbody > tr > td, table.table-comparison.investing > tbody > tr > td:first-child {
    padding: 20px 20px 20px 0;
}
table.table-comparison.custodian > tbody > tr > td:first-child {
    text-align: left;
}
table.table-comparison.trading > tbody > tr:first-child > td:not(:last-child):after {
    content: ' /';
    margin-right: -9px;
}
table.table-comparison.trading > tbody > tr:first-child > td  {
    padding-top: 20px;
}
table.table-comparison.trading > tbody > tr:last-child > td  {
    padding-bottom: 20px;
}
table.table-comparison.trading > thead > tr > th:last-child, table.table-comparison.custodian > thead > tr > th:last-child, table.table-comparison.investing > thead > tr > th:last-child {
    text-align: left;
    background-color: #EFF0F0;
}
table.table-comparison.trading > thead > tr > th:last-child, table.table-comparison.custodian > thead > tr > th:last-child {
    font-size: 22px;
    color: #00b3d9;
    padding: 20px;
}
table.table-comparison.trading > thead > tr > th:last-child {
    width: 19%;
}
table.table-comparison.trading > tbody > tr > td.ktl, table.table-comparison.custodian > tbody > tr > td.ktl {
    text-align: left;
    padding: 0 0 0 20px;
    font-size: 22px;
    background-color: #EFF0F0;
    vertical-align: center !important;
}
table.table-comparison.investing > tbody > tr > td.ktl {
    background-color: #EFF0F0;
}
table.table-comparison.custodian > tbody > tr > td.ktl {
    font-size: 70px;
}
table.table-comparison-mobile > thead > tr > th {
    border-bottom: 2px solid #EFF0F0;
    padding-bottom: 10px;
}
table.table-comparison-mobile > thead > tr > th:first-child {
    border-right: 2px solid #EFF0F0;
}
table.table-comparison-mobile > tbody > tr > th {
    color: #929d9f;
    font-size: 14px;
    padding: 10px;
    border-right: 2px solid #EFF0F0;
}
table.table-comparison-mobile > tbody > tr > td {
    text-align: right;
    padding: 10px 2px 10px 10px;
    width: 10%;
}
table.table-comparison-mobile > tbody > tr > td:last-child {
    text-align: left;
    padding: 10px 10px 10px 2px;
}
table.table-comparison-mobile.custodian > tbody > tr > td {
    text-align: center;
    padding: 10px;
}
table.table-comparison-mobile > tbody > tr:last-child > th, table.table-comparison-mobile > tbody > tr:last-child > td {
    color: #00b3d9;
    font-size: 22px;
    background-color: #EFF0F0;
    padding: 10px;
    text-align: center;
}
table.table-comparison-mobile.custodian > tbody > tr > td.ktl {
    font-size: 60px;
    padding:10px;
}
/* Keytrade Pro WEB / DESKTOP trader charts block */
.ktpro-charts-block {
    background-image: url('../images/png/ktpro_bg_charts.png');
    position: relative;
}

.ktpro-charts-block h2, .ktpro-charts-block .nav.nav-stacked > li.active > a {
    color: #FFF;
}

.ktpro-charts-block .nav.nav-stacked > li.active {
    background-color: #2C3B45;
}

.ktpro-charts-block .nav.nav-stacked > li > div.mobile-content {
    background-color: #2C3B45;
    color:#FFF;
}

.ktpro-charts-block .tab-content-wrapper {
    padding-left: 0;
    color: #FFF;
}

.ktpro-charts-block .tab-content {
    background-color: #2C3B45;
    height: 470px;
}

.is-layout-md .ktpro-charts-block .tab-content {
    height: 560px;
}
.is-layout-sm .ktpro-charts-block .tab-content {
    height: 500px;
}

.ktpro-charts-block .tab-pane {
    height: 100%;
}

.ktpro-charts-block ul.nav {
    margin-left:15px;
    background: rgba(44,59,69,0.5);
    min-height: 470px;
}
.is-layout-md .ktpro-charts-block ul.nav {
    min-height: 560px;
    margin-bottom: 20px;
}
.is-layout-sm .ktpro-charts-block ul.nav {
    min-height: 500px;
    margin-bottom: 0;
}

.ktpro-charts-block .nav-block {
    padding-left: 20px;
    padding-top: 20px;
}

.ktpro-charts-block .nav-block p {
    line-height: 420px;
    width: 175px;
    float:left;
    padding-left: 20px;
    font-size: 20px;
}
.is-layout-md .ktpro-charts-block .nav-block p, .is-layout-sm  .ktpro-charts-block .nav-block p {
    line-height: normal;
    float: none;
    width: auto;
    padding-top: 420px;
}
.is-layout-sm  .ktpro-charts-block .nav-block p {
    padding-top: 380px;
    font-size: 16px;
}

.ktpro-charts-block .nav-block p span {
    vertical-align:middle;
    display:inline-block;
    line-height:normal;
    height: inherit;
}

.ktpro-charts-block ul.nav > li > a {
    color: #00b3d9;
    display: inline-block;
    padding: 22px 0;
    font-size: 20px;
}
.is-layout-sm .ktpro-charts-block ul.nav > li > a {
    font-size: 16px;
}
.ktpro-charts-block ul.nav > li.active > a {
    padding-left: 6px;
    background: none;
    width: 93%;
}
.ktpro-charts-block .nav.nav-stacked > li:not(.active) a {
    padding-left: 15px;
    background: none;
    width: 100%;
}

.ktpro-charts-block ul.nav li, .ktpro-charts-block ul.nav > li:last-child {
    padding-left: 15px;
    display: list-item;
    border: 0;
    background: none;
}

.ktpro-charts-block ul.nav > li.active::before {
    content: '\02022';
    color: #41BA84;
}
.ktpro-charts-block ul.nav > li.active::after {
    content: none;
    border: 0;
}
.ktpro-charts-block .screenshots span {
    background-image: url('../images/png/ktpro_screenshots_desktop.png');
    background-repeat: no-repeat;
    background-size: 630px auto;
    width: 618px;
    height: 530px;
    position: absolute;
    right: -25px;
    top: -34px;
    z-index:100;
}
.ktpro-charts-block .screenshots.web-trader span {
    background-image: url('../images/png/ktpro_screenshots.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 570px;
    height: 499px;
    position: absolute;
    right: -26px;
    top: -15px;
    z-index:100;
}
.is-layout-md .ktpro-charts-block .screenshots span {
    top: -86px;
}
.is-layout-sm .ktpro-charts-block .screenshots span {
    width: 490px;
    background-size: 490px;
    top: -43px;
    right: -25px;
}
.is-layout-sm .ktpro-charts-block .screenshots.web-trader span {
    width: 470px;
    background-size: 470px;
}
.ktpro-charts-block .screenshots img {
    width: 546px;
    height: 328px;
    position: absolute;
    top: 7px;
    right: -25px;
}
.is-layout-md .ktpro-charts-block .screenshots img {
    top: -45px;
}
.is-layout-md .ktpro-charts-block .screenshots.web-trader img {
    top: -64px;
}
.is-layout-sm .ktpro-charts-block .screenshots img {
    width: 431px;
    height: 255px;
    top: -12px;
}
.is-layout-sm .ktpro-charts-block .screenshots.web-trader img {
    width: 451px;
    height: 271px;
    top: -24px;
}

/*//////////////////// KEYPRIVATE PAGES /////////////////////////*/

.keyprivate-satellite-pages {
    font-family: "EffraLight", Arial, sans-serif;
}


@media (min-width: 1200px) {
    .keyprivate-satellite-pages .container.container-main-content{
        width: 1180px;
    }
}

.keyprivate-satellite-pages .white-bg {
    color: #2C3B45;
}

.keyprivate-satellite-pages .public-pages {
    margin-top: 80px;
}

.keyprivate-satellite-pages h1 {
    font-size: 50px;
}

.keyprivate-satellite-pages h1 span.blue {
    font-family: "Effra", Arial, sans-serif;
}

.keyprivate-satellite-pages .white-bg h5,
.keyprivate-satellite-pages .paragraph-regular {
    color: #42505A;
    font-family: "Effra", Arial, sans-serif;
    font-size: 21px;
}

.keyprivate-satellite-pages .keyprivate-satellite-content {
    padding: 52px 80px;
}

.keyprivate-satellite-pages  h1.title-category {
    width: 100%;
    text-align: center;
    font-size: 50px;
    color: #00B3DB;
}

.keyprivate-satellite-pages  h1.title-category.title-mpt {
    margin-top: 64px!important;
    margin-bottom: 56px!important;
}

.keyprivate-satellite-pages  h1.title-category.title-graph {
    margin-top: 64px!important;
}

.keyprivate-satellite-pages h5 a {
 font-size: inherit;
}

.keyprivate-satellite-pages .blue-background {
    padding: 47px 80px;
}

.keyprivate-satellite-pages .blue-background {
    background-color: #00B3DB;
    color: #FFF;
}

.keyprivate-satellite-pages .blue-background h1.title-category {
    color: #FFF;
}


.keyprivate-satellite-pages .blue-background ul li{
    color: #FFF;
    font-family: "Effra", Arial, sans-serif;
    font-size: 21px;
    margin-bottom: 35px;
}

.keyprivate-satellite-pages .blue-background ul li:before {
    color: #FFF;
}

.keyprivate-satellite-pages .content-mpt  {
    padding-top: 67px;
    padding-left: 81px;
}

.keyprivate-satellite-pages .content-graph {
    padding-bottom: 64px;
}

.keyprivate-satellite-pages .content-members h1.title-category {
    margin-top: 5px;
    margin-bottom: 42px;
}

.keyprivate-satellite-pages .content-members h5.subtitle-gray {
    color: #959DA2;
    font-size: 24px;
    text-align: center;
   width: 100%;
    margin-bottom: 102px;
    font-family: "EffraLight", Arial, sans-serif;
}

.keyprivate-satellite-pages .content-members .list-members {
    text-align: center;
}

.keyprivate-satellite-pages .content-members .list-members .row-members {
    margin-bottom: 70px;
}

.keyprivate-satellite-pages .content-members .list-members .name-member {
    margin-top: 29px;
    margin-bottom: 15px;
    font-family: "Effra", Arial, sans-serif;
    font-size: 23px;
    color: #2C3B45;
}

.keyprivate-satellite-pages .content-members .list-members .title-member {
    margin-bottom: 20px;
    font-size: 22px;
    color: #959DA2;
}

.keyprivate-satellite-pages .content-members .list-members .description-member {
    font-size: 16px;
    color: #2C3B45;
    font-family: "Effra", Arial, sans-serif;
}

.keyprivate-satellite-pages .content-members .list-members .linkedin {
    margin-left: 13px;
}


/* TRADING INSIGHTS */

.trading-theme-row .trading-theme{
    height: 307px;
    background-size: cover;
    overflow:hidden;
}

.is-layout-sm .trading-theme-row .trading-theme {
    height: 250px;
}

.trading-theme-row .trading-theme a.link{
    height: 100%;
    width: 100%;
}

.trading-theme-row .trading-theme .text-overlay{
    width: 100%;
}

.trading-theme-row .trading-theme > a > .text-overlay{
    background-color: rgba(0,0,0,0.5);
}

.trading-theme-row .trading-theme .text-overlay > div{
    padding: 15px 15px;
    width: 100%;
}

.trading-theme-row .trading-theme .text-overlay a:hover h3{
    color: #00B3D9;
}

.trading-theme-row .trading-theme .trading-theme-overlay {
    position: relative;
    height: 100%;
    opacity:0;
    -webkit-transition: opacity .25s ease;
   -moz-transition: opacity .25s ease;
}

.trading-theme-row .trading-theme:hover .trading-theme-overlay {
    opacity:1;
}

.trading-theme-row .trading-theme:hover .trading-theme-overlay .plus {
    font-family:Helvetica;
    font-weight:900;
    color:rgba(255,255,255,.85);
    font-size:96px;
}

.trading-theme-cover {
    background-repeat: no-repeat;
}

.is-layout-xs .trading-theme-cover {
    background-size: cover;
    background-repeat: no-repeat;
    height: 270px;
}

.instrument-info-row {
    cursor: pointer;
    color: #2B3A45;
}

.instrument-info-row:hover, .instrument-info-row.dark-bg  {
    color: #FFFFFF;
    background-color: #2C3B45;
}


.keyprivate-satellite-pages .content-members .list-members .linkedin img{
    margin-top: -3px;
}

.keyprivate-satellite-pages .content-nobel p, 
.keyprivate-satellite-pages .content-graph p, 
.keyprivate-satellite-pages .content-black-litterman p {
    font-size: 16px;
}

.keyprivate-satellite-pages .content-nobel .image-nobel {
    margin-bottom: 78px;
}

.keyprivate-satellite-pages .image-graph-mpt {
    margin-bottom: 49px;
}

/* WARNING BLOCK */

div.warning-block{    
    border: 1px solid #e84c3d;
    border-left: 15px solid #e84c3d;
    padding: 35px 40px;
    font-size: 18px;
}

div.warning-block h1{
    color: #e84c3d;
}

div.warning-block p{
    font-size: 18px;
}

/* AUTHENTICATE BLOCK */

.suitability-objective {
    border: 1px solid #D0D0D0;
    padding: 15px 8px;
}

.suitability-objective ul.list-checkmarks li {
    margin-bottom: 6px;
}


.align-middle{
    text-align: center;
}


/* Custom Style for Prices/fees*/
.documents-block-our-fees a span{
    display: inline;
}
.documents-block-our-fees{
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin-left: 0;
    /*border-style: solid;*/
    border: 1px solid #EFF0F0;
    border-radius: 5px;
    max-width: 80%;

}

.keytrade-block-fees{
    padding : 0 5px 0 0;
    max-height: 80px;
}
.keytrade-block-fees-top{
    margin-top:90px;
}
.keytrade-block-fees-bottom{
    margin-bottom:50px;
}


#info-tariff {
    margin-bottom: 50px;
}

.keytrade-block-fees ul.disclaimer-list li{
   /* line-height: 1em !important;*/
    line-height: 1em;
}


@media only screen and (max-width: 767px){
    .keytrade-block-fees-top{
        margin-top:0;
    }
    .transfer-of-securities-lux-block{
        background: none !important;
        border-bottom: none !important;
    }
}
@media only screen and (max-width: 992px){
    .keytrade-block-fees{
        max-height: 90px;
    }
    /*
    .disclaimer-list {

    }*/
}
.transfer-of-securities-lux-block{
    width:645px;
    color: white;
    left: 5%;
}
.transfer-of-securities-lux-title{
    opacity: 1;
    margin-top: 0px;
    font-size: 36px;
}
.transfer-of-securities-lux-intro{
    opacity: 1;
    font-size: 20px;
}

.dark-blue-color{
    color: #2B3A45 !important;
}

@media only screen and (min-width: 515px) {
    .banking-trading-app-title {
        max-width: 60%;
    }
}
    /* Custom Style for Prices/fees*/
    .banking-doc-block a span{
        display: inline;
    }
    .banking-doc-block{
        text-align: left;
        padding: 15px 15px 15px 15px;
        margin-left: 0;
        margin-top: 10px;
        /*border-style: solid;*/
        border: 1px solid #EFF0F0;
        max-width: 85%;

    }


.mobile-img-app{
    right:0;
    bottom:0;
    position:absolute;
    max-width: 330px;
}

@media only screen and (max-width: 1200px){
    .mobile-img-app{
    width: 220px;
    float: right;
    }
}

.kt-block-0-padbt{
    padding-bottom: 0px;
}

.ch-exp-off img{
    width:100%;
}

.keyfunds-custom-subtitle{
    width: 406px;
    height: 30px;
    font-size: 24px;
    font-family: Open Sans;
    font-weight: bold;
    line-height: 30px;
}

.isin-code{
    width: 101px;
    height: 14px;
    color: rgb(90, 122, 142);
    font-size: 12px;
    font-family: Open Sans ;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    float: none !important;
    margin-top: 10px;
}

.keyfunds-fund.keyfunds-fund{
    /*width: 175px;*/
    height: 20px;
    color: rgb(0, 179, 219);
    font-size: 16px;
    font-family: Open Sans ;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    float: none !important;
    margin-top: 10px;
    width: auto;
}

.tablinks{
   padding: 40px 0px 20px 0px;
   background-color: #f7f7f7;
   text-align: center;
    display: flex;
   /* flex-wrap: wrap;*/
    flex-direction: column;
    align-items: center;

}

.tablinks:hover{
    background-color: #ffffff;
}

.current-tab {
    background-color: #ffffff;
    border-bottom-color: rgb(0, 179, 219);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.03), 0px 14px 28px 0px rgba(0, 0, 0, 0.1);


}

.current-tab > .keyfunds-fund{
    color: #2c3b45;
}

.mid-border{
    border-left-color: #ffffff;
    border-left-style: solid;
    border-right-color: #ffffff;
    border-right-style: solid;
}
.tabcontent {
    display: none;
}

.tabbed-menu{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -30px;
}

.adv-dis-gen{
    padding: 50px 0 0 70px;
}

.keyfunds-top-content{
    margin-top: 30px;
}
.keyfunds-pre-h{
    padding: 0 0 0 5%;
}

.show-xs{
display : none;
}


.keyfunds-doc{
    text-align: left;
    padding: 5px 5px 5px 5px;
    margin-left: 0;
    border-style: solid;
    border: 1px solid #EFF0F0;
    border-radius: 5px;
    max-width: 80%;
    display: inline;

}

.documents-block.keyfunds-doc{
    margin: 2% 2% 2% 0;
}

.zero-eur-promo{
    border-radius: 15px;
    background-color: #5a7a8e;
    padding: 15px;
    float: left;
    margin-top: 10px;
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
    font-family: Open Sans;
}

.zero-eur-promo sup {
    top: -0.9em;
    font-size: 40%;
    font-weight: normal;
}

.header-banner-top{
    font-size: 16px;
    font-family: Open Sans;
    font-weight: bold;
    line-height: 22px;
}

.hbs2{
    font-family: Open Sans;
    font-weight: bold;
}

.disclaimer-home{
    color: #FFFFFF !important;
}

.keyprivateOnboardingContact {
    border-color: #DADADA;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    color: #2B3A45;
    background-color: #EFF0F0;
}

.keyprivate-info-bullets {
    border-left: 2px dashed #00B3D9;
}

.keyprivate-info-bullets p .info-bullet {
    color: #FFF;
    background-color: #00B3D9;
    font-size: 10px;
    vertical-align: middle;
    position: absolute;
    left: 30px;
    width: 20px;
    border-radius: 30px;
    margin-left: 2px;
    padding-left: 4px;
}

.keyprivate-info-bullets p {
    margin-top: 15px;
}

.keyprivate-info-bullets p .info-text {
    vertical-align: middle;
    margin-top: 10px;
    position: relative;
    left: 30px;
}

.keyprivate-info-bullets p .info-title {
    vertical-align: middle;
    margin-top: 10px;
    position: relative;
    left: 25px;
    top: -3px;
}


/* end of css file
 */

/** override COVID-19 **/
/*
div.strateo-home  .header-banner {
    margin-top: 0px !important;
}
*/
/* /////////////////// HEADER ////////////////////////////////////////////////////////////////////////////////////*/
.headers-wrapper {
    z-index: 9999;
    background-color: #2c3b45;
}

.big-header, .small-header {
    background-color: #2C3B45;
}

.big-header-logo-menu-wrapper > div {
    float: none;
}

.header-items-wrapper > div, .header-items-wrapper > a, .big-header-logo-menu-wrapper > div, .big-breadcrumb > div, .small-breadcrumb > div,
.small-header a, .small-menu .search-bar a {
    float: left;
    padding: 15px 25px;
    border-right: 1px solid #222b32;
    color: #FFFFFF;
    height: 80px;
    line-height: 50px;
    vertical-align: middle;
    position: relative;
    text-decoration: none;
}

.big-breadcrumb > div, .small-breadcrumb > div {
    border: none;
}

.small-breadcrumb > div {
    float: none;
    text-align: center;
}

.big-header-logo-menu-wrapper .logo img {
    width: 100%;
    max-width: 187px;
    height: 45px;
}

.big-header-logo-menu-wrapper .menu {
    padding: 0;
}

.big-header-logo-menu-wrapper .menu:hover {
    background-color: #FFFFFF;
    cursor: pointer;
}

.big-header-logo-menu-wrapper .menu:hover .si-icons span.logo-big-menu g path {
    stroke: #2C3B45
}

.big-header-logo-menu-wrapper .menu.active {
    background-color: #FFFFFF;
    cursor: pointer;
}

.big-header-logo-menu-wrapper .menu.active .si-icons span.logo-big-menu g path {
    stroke: #2C3B45
}

.big-header-logo-menu-wrapper .menu:hover a p {
    color: #2C3B45;
}

.big-header-logo-menu-wrapper .menu.active a p {
    color: #2C3B45;
}

/* This only targets IE10 and higher. Used because the conditional formatting used for IE9 & lower is not supported since IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .big-header-logo-menu-wrapper .logo img {
        height: auto;
    }
}

/*svg*/
.si-icons span.logo-small-menu,
.si-icons span.logo-big-menu {
    padding: 0 15px;
    margin: 0;
    width: 100%;
    height: 100%;
    margin-top: 8px;
}

.big-header-logo-menu-wrapper .menu .si-icons svg {
    max-width: 45px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .big-header-logo-menu-wrapper .menu .si-icons svg {
        max-width: 47px;
    }
}

.header-items-wrapper > a > div {
    height: 100%;
}

.big-header-logo-menu-wrapper > div > a p {
    color: #FFFFFF;
}

.active-border {
    position: absolute;
    width: 100%;
    height: 8px !important;
    bottom: 0px;
    left: 0px;
}

.big-header .menu p {
    float: left;
    line-height: 80px;
    padding: 0 0 0 15px;
}

.big-header .language, .big-header .contact, .big-header .login {
    white-space: nowrap;
}

.big-header .login p {
    margin-right: 15px;
}

.small-header a {
    text-align: center;
    padding: 25px 25px;
}

.small-header a.small-menu-trigger {
    padding: 0 20px 0 0;
    text-align: right;
}

.small-header .client-trigger, .small-header .menu {
    width: 80px;
}

.small-header .client-trigger {
    float: right;
}

.small-header .client-trigger, .small-header .menu {
    width: 100%;
}

.small-header .client-trigger {
    border-right: none;
    border-left: 1px solid #222b32;
    background: #2C3B45 url('../images/png/icons/lock.png') no-repeat center center;
}

.small-header .logo {
    padding: 15px 0 15px 20px;
    border-right: none;
    text-align: left;
    float: left;
}

.small-header .logo img {
    max-width: 187px;
    width: 100%;
    height: 45px;
    float: left;
}

.small-header .menu-div {
    padding-right: 0;
}

.small-header .small-menu-trigger img {
    /*max-width: 37px;*/
}

/* /////////////////// BIG MENU - DESKTOP //////////////////////////////////////////////////////////////////////////////////*/

.row.navigation {
    border-bottom: none;
    background: #44515A;
}

.big-menu a {
    text-decoration: none;
    color: #FFFFFF;
}

.big-menu a:hover {
    text-decoration: none;
    color: #2C3B45;
    color: #00B1DA;
}

.navigation.big-menu .left-menu-wrapper {
    background-color: #34424B;
    padding: 25px 0;
    padding-bottom: 117px;
}

.navigation.big-menu .left-menu-wrapper-che {
    padding-bottom: 116px;
}

.navigation.big-menu .left-menu-wrapper-lux {
    padding-bottom: 70px;
}

.navigation.big-menu .right-menu-wrapper {
    padding: 25px;
    background: #44515A;
}

.right-menu-wrapper .row {
    margin-bottom: 25px;
}

.header-menu-right {
    padding: 0;
}

.right-menu-wrapper .row:last-child {
    margin-bottom: 0px;
}

.navigation.big-menu .left-menu {
    padding: 0;
}

.navigation.big-menu .left-menu a {
    color: #00B1DA;
}

.navigation.big-menu .left-menu a:hover {
    color: #FFFFFF;
}

.navigation.big-menu .left-menu li {
    list-style-type: none;
    border-bottom: 1px solid #2E3B44;
    padding: 10px 15px;
}

.navigation.big-menu .left-menu li p {
    color: #647784;
    margin-bottom: 0;
}

.navigation.big-menu .left-menu li.contact-info {
    border-bottom: none;
}

.navigation.big-menu .left-menu li .phone {
    margin-top: 15px;
}

.phonenumber {
    color: #00B1DA !important;
}

.navigation.big-menu .left-menu li .mail-skype {
    margin-top: 15px;
}

.main.category-list .category-main {
    padding: 5px 0 5px 0;
    margin: 0 0 10px 0;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 20px;
}

.category-list ul {
    padding-left: 15px;
}

.category-list ul li {
    list-style-type: none;
    padding: 3px 0;
}

.big-header .header-items-wrapper > a {
    border: none;
    padding: 15px 15px;
}

.big-header .header-items-wrapper a.search-trigger {
    margin-right: 16px;
}

.big-header .header-items-wrapper a:hover {
    border: none;
    background: #fff;
    color: #2C3B45;
}

.scroll-header {
    padding: 25px 0;
}

.scroll-header .blue {
    color: #00B1DA;
}

.big-menu button {
    padding: 9px 53px;
}

.big-header .header-items-wrapper .contact-trigger,
.big-header .header-items-wrapper .search-trigger,
.big-header .header-items-wrapper .client-trigger {
    padding: 15px 25px;
}

.big-header .header-items-wrapper .contact-trigger:hover,
.big-header .header-items-wrapper .contact-trigger.active,
.big-header .header-items-wrapper .search-trigger:hover,
.big-header .header-items-wrapper .search-trigger.active,
.big-header .header-items-wrapper .client-trigger:hover,
.big-header .header-items-wrapper .client-trigger.active {
    background: #fff;
    color: #2C3B45;
}

.big-header .header-items-wrapper .client-trigger.active span.txt-close-login {
    margin-right: 20px;
}

.big-header .header-items-wrapper .client-trigger.active span.icon-cross {
    margin-right: 25px;
}

.big-header .header-items-wrapper .contact-trigger .icon-cross,
.big-header .header-items-wrapper .search-trigger .icon-cross,
.big-header .header-items-wrapper .client-trigger .icon-cross {
    display: none;
}

.big-header .header-items-wrapper .contact-trigger.active .icon-phone,
.big-header .header-items-wrapper .search-trigger.active .icon-search,
.big-header .header-items-wrapper .client-trigger.active .icon-lock {
    display: none;
}

.big-header .header-items-wrapper .contact-trigger.active .icon-cross,
.big-header .header-items-wrapper .search-trigger.active .icon-cross,
.big-header .header-items-wrapper .client-trigger.active .icon-cross {
    display: inline;
}

.big-header .client-trigger .active-border, .small-header .client-trigger .active-border {
    background-color: #48b17c;
}

.big-header .client-trigger.active {
    background-color: #fff;
}

.big-header .client-trigger.active .active-border {
    background-color: #fff;
}

.big-header .client-trigger .login {
    width: 120%;
    /*margin-right:13px;*/
}


.big-header .header-items-wrapper .language-trigger {
    padding: 15px 0;
    position: relative;
    width: 70px !important;
    text-align: center;
}

.big-header .header-items-wrapper .language-trigger span.icon-size-xs {
    margin-left: 4px !important;
}

.big-header .header-items-wrapper .language {
    list-style: none;
    background: #2C3B45;
    position: absolute;
    top: 100%;
    padding-left: 0px;
    font-weight: bold;
    color: #fff;
}

.big-header .header-items-wrapper ul.language {
    width: 70px !important;
    text-align: center;
}

.big-header .header-items-wrapper .language li {
    list-style: none;
}

.big-header .header-items-wrapper .language a {
    display: block;
    position: relative;
    line-height: 50px;
    padding: 15px 0;

    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: #2C3B45;
}

.big-header .header-items-wrapper .language li:hover,
.big-header .header-items-wrapper .language li:hover a:hover,
.big-header .header-items-wrapper .language li:hover a {
    background: #fff;
    color: #2C3B45;
}

.client {
    background: #fff;
    border-bottom: 15px solid #00B1DA;
}

.client .text-alert {
    position: absolute;
    padding-top: 10px; /*background: #00B1DA*/;
    color: #fff;
}

.client .login-form {
    color: #2C3B45;
}

.client .login-form span.title-login {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 1;
    font-weight: normal;
}

.client .login-form .login-form-block {
    margin-top: 20px;
}

.client .login-form .login-input span.title-login {
    margin-right: 40px;
}

.client .login-form .login-info-description {
    margin-top: 25px;
    line-height: 1.5;
    font-size: 14px;
    color: #FFFFFF;
}

.client .login-form .login-info-getFreeAccount {
    color: #00B1DA;
    font-size: 17px;
}

.client .login-input button {
    margin-right: 15px;
}

.big-breadcrumb a {
    text-decoration: none;
}

.big-breadcrumb {
    font-size: 17px;
}

.big-breadcrumb .subcategory {
    color: #fff;
}

.big-breadcrumb .category, .small-breadcrumb .category {
    color: #00B1DA;
}

.small-breadcrumb .category {
    padding-right: 3px;
    float: none;
    vertical-align: top;
}

.big-menu-trigger {
    padding: 0;
    text-align: center;
}

.big-header a.become-client-trigger {
    width: auto !important;
    border-radius: 3px;
    background-color: #48b17c;
    display: inline-block;
    height: 40px !important;
    padding: 0 22px 0 15px !important;
    line-height: 36px;
    margin-top: 20px;
    margin-right: 16px;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: linear;
}

.big-header a.become-client-trigger span {
    margin-right: 16px;
    line-height: 40px !important;
    display: inline-block;
    margin-top: -3px;
}

.big-header a.become-client-trigger:hover {
    background-color: #45ca8f;
    color: #FFF;
}

.big-header a.client-trigger {
    border-radius: 3px;
    background-color: #08b5da;
    display: inline-block;
    height: 40px !important;
    padding: 0 22px 0 20px !important;
    line-height: 36px;
    margin-top: 20px;
}

.big-header a.client-trigger span {
    margin-right: 16px;
    line-height: 40px !important;
    display: inline-block;
    margin-top: -3px;
}

.big-header a.client-trigger.active {
    height: 100% !important;
    margin-top: 0 !important;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 0 !important;
    line-height: 50px;
    height: 80px;
    margin-right: 0;
    text-align: right;
}

.big-header a.client-trigger.active span {
    margin-left: 7px;
    margin-right: 0;
}

/* /////////////////// MEDIUM MENU - TABLET //////////////////////////////////////////////////////////////////////////////////*/

.big-header .header-items-wrapper.medium a {
    border: none;
    padding: 15px 27px;
}

.big-header .client-trigger.medium .login {
    background: #2C3B45 url('../images/png/icons/lock.png') no-repeat center center;
    width: 20px;
    margin: 0;
}

.big-header .client-trigger.medium:hover .login {
    background: #fff url('../images/png/icons/close.png') no-repeat center center;
    width: 20px;
    margin: 0;
}

.big-header .client-trigger.active.medium .login {
    background: #fff url('../images/png/icons/close.png') no-repeat center right;
    color: #2C3B45;
}

.client .login-form.medium span {
    color: #00B1DA;
    font-size: 14px;
}

.logo.medium {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
}

/* /////////////////// MOBILE MENU //////////////////////////////////////////////////////////////////////////////////*/

.small-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 0 15px;
}

.small-header-wrapper.active {
    height: 100%;
}

.navigation.small-menu {
    background-color: #44515a;
    height: 100%;
    overflow-y: auto;
    display: block;
    border-bottom: none;
}

.navigation.small-menu.expand {
    height: -moz-calc(100% - (150px));
    height: -webkit-calc(100% - (150px));
    height: calc(100% - (150px));
}

html, body {
    height: 100%;
}

.search-bar .search-action {
    width: 100%;
    text-align: center;
    border: none;
    height: 70px;
    line-height: 40px;
    background-color: #fff;
}

.search-title {
    line-height: 68px;
}

.search-bar .btn {
    color: #2B3A45 !important;
    font-size: 25px;
    line-height: 1.2em;
    padding: 17px 15px;
}

.search-bar input {
    height: 68px;
    padding: 15px;
    font-size: 25px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none;
    border: none !important;
}

.small-menu .small-menu-nav-list {
    padding: 0;
    margin: 0;
}

.small-menu .small-menu-nav-list a {
    text-decoration: none;
    cursor: pointer;
}

.small-menu .small-menu-nav-list li {
    padding: 17px 30px;
}

.small-menu .small-menu-nav-list > li:hover {
    background-color: #00B1DA;
}

.small-menu .small-menu-nav-list li p {
    margin: 0;
    font-size: 25px;
    line-height: 1.2em;
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

.small-menu .small-menu-nav-list > li:hover:not(.active) > p,
.small-menu .small-menu-nav-list > li:hover:not(.active) > p > span[class^="icon-"],
.small-menu .small-menu-nav-list > li:hover:not(.active) > p > span[class*=" icon-"] {
    color: #FFFFFF;
}

.small-menu .small-menu-nav-list .small-menu-sub-nav-list li.active > p,
.small-menu .small-menu-nav-list .small-menu-sub-nav-list li:hover > p {
    color: #00B1DA;
}


.small-menu .small-menu-nav-list > li.active, .small-menu .small-menu-nav-list .small-menu-sub-nav-list.active {
    background-color: #2C3B45;
}

.small-menu .small-menu-nav-list .small-menu-sub-nav-list {
    display: none;
}

.small-menu .small-menu-nav-list li.login-link {
    background-color: #00B1DA !important;
}

.small-menu .small-menu-nav-list li.login-link p {
    color: #FFFFFF !important;
}

.small-menu .small-menu-nav-list li.banking > p > span[class^="icon-"],
.small-menu .small-menu-nav-list li.investing > p > span[class^="icon-"],
.small-menu .small-menu-nav-list li.investing > p > span[class*=" icon-"],
.small-menu .small-menu-nav-list li.lending > p > span[class*=" icon-"],
.small-menu .small-menu-nav-list li.lending > p > span[class^="icon-"],
.small-menu .small-menu-nav-list li.banking > p > span[class*=" icon-"],
.small-menu .small-menu-nav-list li.trading > p > span[class^="icon-"],
.small-menu .small-menu-nav-list li.trading > p > span[class*=" icon-"] {
    margin-right: 8px;
    margin-top: -2px;
    color: #00B1DA;
}

.small-menu .small-menu-nav-list li > p > span.icon-arrow-up {
    margin-right: 0px !important;
    margin-top: 0px !important;
    color: #00B1DA;
    display: none;
}

.small-menu .small-menu-nav-list > li.active > p > span.icon-arrow-up {
    display: block;
}

.small-menu .small-menu-nav-list > a > li.fees:hover,
.small-menu .small-menu-nav-list > a > li.contactus:hover {
    background-color: #00B1DA !important;
}

.small-menu .small-menu-nav-list > a > li.fees:hover p,
.small-menu .small-menu-nav-list > a > li.contactus:hover p {
    color: #FFFFFF !important;
}

.small-menu .btn {
    font-size: 25px;
    line-height: 1.2em;
    padding: 17px 15px;
}

.small-menu .language-bar {
    position: fixed;
    bottom: 0;
    z-index: 999999;
}

.small-menu .language-bar > div {
    background-color: #2C3B45;
}

.small-menu .language-bar > div > div {
    border-right: 2px solid #44515a;
}

.small-menu .language-bar > div > div:last-child {
    border-right: none;
}

.small-menu .language-bar a {
    float: left;
    height: 70px;
    width: 100%;

    line-height: 70px;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.small-menu .language-bar a:hover {
    color: #00B1DA;
}

.small-menu .small-menu-sub-nav-list {
    padding: 0;
}

.small-menu .small-menu-sub-nav-list li {
    padding: 12px 25px 12px 70px;
    list-style-type: none;
}

.small-menu .small-menu-sub-nav-list.active {
    background-color: #FFFFFF;
}

.small-breadcrumb {
    font-size: 16px;
}

.small-breadcrumb a {
    border: none !important;
    padding: 0px;
    height: auto;
}


@media (min-width: 1200px) {
    .container-header {
        width: 1230px;
        z-index: 2;
    }

    .big-breadcrumb > div {
        text-overflow: ellipsis;
        width: auto;
        max-width: 275px;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container-header {
        width: 992px;
        z-index: 2;
    }

    .big-breadcrumb > div {
        display: none;
        /*text-overflow: ellipsis;
        width: 210px;
        white-space: nowrap;
        overflow: hidden;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-header {
        width: 768px;
        z-index: 2;
        top: -80px;
    }

    .small-breadcrumb > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .headers-wrapper {
        position: relative !important;
    }
}

.navigation.big-menu .left-menu > li a.redlink {
    color: #e84c3d !important;
}
/* DEPRECATED, SHOULD BE REMOVED BELOW */
.icon-kt{
	height: 26px;
	display: inline-block;
	width: 26px;
}

.icon-kt-search-dark{
    background: #FFF url('../images/png/icons/search_dark.png') no-repeat center center;
}
/* DEPRECATED, SHOULD BE REMOVED ABOVE */


/* https://icomoon.io */
/* ADJUST DEFAULT FONT SIZE */

[class^="icon-"], [class*=" icon-"] {
	font-size: 32px;
	vertical-align: middle;
}


/* ICON SPECIFIC TWEEKS */

.icon-alerts,
.icon-circle-check{
	margin-right: 10px;
}

.icon-arrow-right {
    float: right;
    margin-left: 10px;
    padding-top: 3px;
}

.icon-arrow-bottom,
.icon-arrow-up {
	margin-left: 15px;
}
.icon-arrow-left{
	margin-right: 15px;
}

.builder-full-right{
	margin-top:11px !important;
	position: absolute;
	right: 30px !important;
}

.icon-arrow-right.icon-size-xs, 
.icon-arrow-up.icon-size-xs, 
.icon-arrow-bottom.icon-size-xs {
	margin-left: 10px;
}

.icon-arrow-left.icon-size-xs{
	margin-right: 10px;
}

.icon-minus,
.icon-plus{
	margin-right: 5px;
}

.icon-document{
	margin-right: 5px;
}
.icon-document.icon-size-sm{
	margin-top: -2px;
	display: inline-block;
}

.btn .icon-video-player.icon-size-sm{
	margin-left: 15px;
	margin-top: -4px;
	display: inline-block;
}
.link .icon-video-player.icon-size-sm{
	margin-right: 15px;
	margin-top: -4px;
	display: inline-block;
}

ul.list-tutorials li, .audio-library-list li{
	padding: 0 0 10px 30px;
	display: block;
	position: relative;
}
ul.list-tutorials li:before, .audio-library-list li:before{
	font-family: 'Keytrade-icon';
	color: #00B3D9;
    position: absolute;
	left: 0px;
	top:1px;
	font-size:20px;
}
ul.audio-library-list li span.icon-sound {
    margin-left: -50px;
    margin-right: 10px;
}
ul.list-tutorials li:hover{
	color: #2C3B45;
}
ul.list-tutorials li.video-link span.icon-video-player, ul.list-tutorials li.audio-link span.icon-sound {
    margin-left: -30px;
    margin-right: 10px;
}
.audio-control-play span.icon-play, .audio-control-play span.icon-pause {
    font-size: 25px;
    color: #00B3D9;
    cursor: pointer;    
}
.audio-control-play span.icon-play:hover, .audio-control-play span.icon-pause:hover {
    color: #2C3B45;
}

ul.list-dropdown li .dropdown-title .icon-arrow-bottom, ul.list-dropdown li .dropdown-title .icon-arrow-up{
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 18px;
}

a.search-action span.icon-search,
input.search-action span.icon-search {
    color: #2C3B45;
}

.is-layout-sm ul.list-rapport .icon-document, .is-layout-xs ul.list-rapport .icon-document{margin-right: 15px;}

.icon-mmi{
	color: #00B3D9;
}

.link-facebook, .link-twitter{position: relative;}
.link-facebook:before{
	font-family: 'Keytrade-icon';   
    content: "\e60f";
    position: absolute;
    left: -25px;    
    font-size: 18px;
}
.link-twitter:before{
	font-family: 'Keytrade-icon';   
    content: "\e624";
    position: absolute;
    left: -25px;    
    font-size: 18px;
}

/* MENU */

.big-header .header-items-wrapper .contact-trigger [class^="icon-"],
.big-header .header-items-wrapper .contact-trigger [class*=" icon-"],
.big-header .header-items-wrapper .search-trigger [class^="icon-"],
.big-header .header-items-wrapper .search-trigger [class*=" icon-"],
.big-header .header-items-wrapper .client-trigger [class^="icon-"],
.big-header .header-items-wrapper .client-trigger [class*=" icon-"] {
    font-size: 16px;
}


.container-header .navigation.big-menu .category-main [class^="icon-"],
.container-header .navigation.big-menu .category-main [class*=" icon-"] {
    margin-right: 12px;
    /*color: #00B3D9;*/
    color: #00B1DA;

}

/* SIZES */

.icon-size-xxs{
	font-size: 12px;
}

.icon-size-xs{
	font-size: 16px;
}

.icon-size-sm{
	font-size: 24px;
}

.icon-size-md{
	font-size: 50px;
}

.icon-size-lg{
	font-size: 65px;
}

.icon-size-bg{
	font-size: 80px;
}

.icon-size-xbg{
	font-size: 90px;
}

.icon-size-xxbg{
	font-size: 115px;
}

.icon-spinner-right{
	background-image:url('../images/gif/spinners/btn_spinner.gif');
	display: inline-block;
    margin-left: 5px;
    float:right;
    padding-top: 3px;
}

.icon-spinner-sm{
	height:24px;
	width:23px;
	height:24px;
}h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
h1{
    font-size: 36px;
    color: #2B3A45;
}
h1 em{color: #00B3D9;font-style: normal;}
h1.header-title, .h0{font-size: 46px;}
h1.bigger-title{font-size: 50px;}
h1.big-title{font-size: 65px;}
h2{
    font-size: 30px;
    color: #2B3A45;
    margin-top: 0px;
}
h2 em{color: #00B3D9;font-style: normal;}
h2 a{font-size: 30px !important;}

h3{
    font-size: 24px;
    color: #2B3A45;
    line-height: 1.2em;
}
h3 em{font-weight: bold;font-style: normal;}
h3 a{font-size: 24px !important;}
h3.gray{color:#929d9f;}

h4, .h4 {
    color: #2B3A45;
    font-size:20px;
}
h4 em{font-weight: bold;font-style: normal;}

h5{
    color: #2B3A45;
    font-size: 18px;
    line-height: 1.2em;
}
h5 em{font-weight: bold;font-style: normal;}

p, a, td, th{
    font-size: 16px;
}

label{
    font-size: 16px;
    font-weight: 400;
}

ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

sup{
	top: -0.6em;
	font-size: 60%;
}
sup.baseline{
    top: -16px !important;
}
p em{
    font-weight: bold;
}
a, a:hover{
    color: #00B3D9;
}

h1.page-header.page-header-dark{
    border-color: #2B3A45;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5,
.dark-bg-secondary h1, .dark-bg-secondary h2, .dark-bg-secondary h3, .dark-bg-secondary h4, .dark-bg-secondary h5,
.success-bg h1, .success-bg h2, .success-bg h3, .success-bg h4, .success-bg h5{
    color: #FFFFFF;
}

.dark-bg input{
    color: #2C3B45;
}

h1 em{
    font-style: normal;
    color: #00B3D9;
}

p.paragraph{
    color: #2B3A45;
    line-height: 1.6;
    letter-spacing: 0.15;
}

p.smaller, p.smaller a{font-size: 12px; line-height: 1.2em;}

p.small{font-size: 14px;line-height: 1.3em;}

p.normal{font-size: 16px;}

p.big, p.big a{font-size: 19px;line-height: 1.3em;}

p.bigger{font-size: 22px;}

p.bigger a{font-size: 22px;line-height: 1.3em;}

.lighter{
    color: #00B3D9;
}
span.bigger{
    font-size:1.4em;
}

span.defaultColor {
    color: #2B3A45;
}

em {
    font-style: normal;
}

h1.underlined,
h2.underlined,
h3.underlined {
    border-bottom: 1px solid #DBDBDB;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

h1.grey,
h2.grey,
h3.grey {
    color: #959ca0;
}

h2 span.smaller{
    color: #2B3A45;
    font-size: 18px;
    line-height: 1.2em;
}

.gray-optional {
    color: #D0D0D0;
}

span.bold, p.bold{
    font-weight: bold;
}

span.highlight{
    /*color: #b80655;*/
    font-weight: bold;
}

p span.underlined {
    text-decoration: underline;
}

.gray, ul.gray li {
    color: #929D9F !important;
}

span.light-gray, p.light-gray, ul.light-gray li {
	color: #C5CACE !important;
}

span.disclaimer{
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.3em;
}
span.disclaimer a{
    font-size: 14px;
}

span.italic {
    font-style: italic;
}

h3.quote{
    font-style: italic;
}
p.disclaimer{
    color: #959ca0;
    font-size: 14px;
    line-height: 1.3em;
}
p.disclaimer a{
    font-size: inherit;
}
p.signature{
    font-size: 14px;
    color: #b4bcc2;
    font-style: italic;
    margin-top: 20px;
}

.title-grey-underline {
    border-bottom: 2px solid #DBDBDB;
}

.blue{
    color: #00B3D9 !important;
}

.darkblue{
    color: #2c3b45 !important;
}

.white{
    color: #FFFFFF !important;
}

.green{
    color: #41B983 !important;
}

.indent {
	padding: 0 15px;
}

p.getThisPlan{
    font-size: 24px;
}

ul.list li{    
    list-style-type: none;    
}
ul.list li, ol.list li{
    margin: 0 0 10px 0;
    line-height: 1.5em;
    font-size:  16px;
}
ul.list.list-big li, ul.list.list-big li a, ol.list.list-big li, ol.list.list-big li a{
    font-size:  19px;
}
ul.list.list-bigger li, ul.list.list-bigger li a, ol.list.list-bigger li, ol.list.list-bigger li a{
    font-size:  24px;
}
ul.list.list-autocomplete li{
    margin-bottom: 0px;
}

ul.list.list-links li{
    margin-bottom: 10px;
}
ul.list.list-links li a{
    text-decoration: none;
}
ul.list-links li a:hover{
    color:#2C3B45;
}

ul.list li:last-child{
    margin-bottom: 0px;
}

ul.list.list-rapport {
    margin-left: 0px;
    clear: both;
}
ul.list-rapport li{
    padding: 0 0 0px 25px;
    display: block;
    position: relative;
}
ul.list-rapport li:before{
    font-family: 'Keytrade-icon';
    content: "\e60d";
    color: #00B3D9;
    position: absolute;
    left: 0px;
    top:1px;
    font-size:18px;
}
ul.list-rapport li:hover:before{
    color: #2C3B45;
}

ul.list-checkmarks > li {
    padding: 0 0 0px 35px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
}
ul.list-checkmarks > li a {
    font-size: 18px;
}
ul.list-checkmarks > li:before{
    font-family: 'Keytrade-icon';
    content: "\e607";
    color: #00B3D9;
    position: absolute;
    left: 0px;
    top:3px;
    font-size:18px;
}

ul.list-checkmarks2 > li {
    padding: 0 0 0px 35px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
}
ul.list-checkmarks2 > li a {
    font-size: 16px;
}
ul.list-checkmarks2 > li:before{
    font-family: 'Keytrade-icon';
    content: "\e607";
    color: #00B3D9;
    position: absolute;
    left: 0px;
    top:3px;
    font-size:18px;
}

ul.list-checkmarks3 > li {
    padding: 0 0 0px 20px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Open Sans !important;
}
ul.list-checkmarks3 > li a {
    font-size: 14px;
}
ul.list-checkmarks3 > li:before{
    font-family: 'Keytrade-icon';
    content: "\e607";
    color: #00B3D9;
    position: absolute;
    left: 0px;
    top:3px;
    font-size:12px;
}


ul.list-checkmarks.black > li:before{
     color: #000000;
 }

ul.list-checkmarks2.black > li:before{
    color: #000000;
}

ul.list-crossmark > li {
    padding: 0 0 0px 35px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
}
ul.list-crossmark > li a {
    font-size: 18px;
}
ul.list-crossmark > li:before{
    font-family: 'Keytrade-icon';
    content: "\00d7";
    color: #000000;
    position: absolute;
    left: 0px;
    top:-3px;
    font-size:36px;
    font-weight: bold;
}

ul.list-crossmark3 > li {
    padding: 0 0 0px 20px;
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: Open Sans;
}
ul.list-crossmark3 > li a {
    font-size: 14px;
}
ul.list-crossmark3 > li:before{
    font-family: 'Keytrade-icon';
    content: "\00d7";
    color: #00B3D9;
    position: absolute;
    left: 0px;
    /*top:-3px;*/
    font-size:22px;
    font-weight: bold;
}


ol.list-bulletsquare {
    counter-reset: nummer;
    padding-left: 60px;
    margin-top: 40px;
}
ol.list-bulletsquare > li {
    list-style-type: none;
    counter-increment: nummer;
    position: relative;
    margin-bottom: 50px;
}
ol.list-bulletsquare > li:before {
    background: #00b3d9;
    border-radius: 2px;
    color: white;
    content: counter(nummer, decimal);
    font-size: 18px;
    font-weight: bold;
    left: -60px;
    line-height: 31px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    top: -2px;
}

ul.list.list-bulletpoints{
    padding-left: 20px;
}

ul.list.list-bulletpoints.indent {
    padding-left: 30px;
    padding-right: 30px;
}

ul.list.list-bulletpoints li{
    list-style-type: disc;
    list-style-position: outside;
    margin-bottom: 15px;
}
ul.list.list-bulletpoints li:last-child{
    margin: 0px;
}

ul.list.list-condensed li{
    font-size: 16px;
    margin-bottom: 0;
}

ul.list p.list-title {
    font-size: 18px;
    margin-bottom: 0;
}

ul.list.list-disclaimer {
    margin-left: 0px;
    clear: both;
}

ul.list-disclaimer li {
    margin-bottom: 15px;
    font-size: 14px;
    color: #959ca0;
}
ul.list-disclaimer li a{   
    font-size: 14px;
}

ul.list.list-disclaimer li span{
    margin-right: 10px;
    color: #000000;
}

ul.list-closingdays li{
    padding: 10px 0;
}
ul.list-closingdays li a{
    text-decoration: none;
}

ul.list.list-legend {
    margin-left: 0px;
    clear: both;
}

ul.list.list-legend li{
    display: block;
}

ul.list.list-legend li .legend-icon{
    margin-right: 15px;
    margin-top: 6px;
    float: left;
}
ul.list.list-legend li:not(:last-child) {
    margin-bottom: 15px;
}

ul.list.list-dropdown li{
    margin-bottom: 25px;
    padding-right: 30px;
    position: relative;
}
ul.list.list-dropdown li .dropdown-title{
    color: #00B3D9;
    margin-bottom: 15px;
    cursor: pointer;
}

ul.list-tags li{
    display: inline;
    margin-right: 5px;
    float: left;
}
ul.list-tags li:last-child{
    margin-right: 0;
}
ul.list-tags li a{
    padding: 5px 10px;
    border: 1px solid #00B3D9;
    text-decoration: none;
}
ul.list-tags li a:hover{
    color: #2C3B45;
    border-color: #2C3B45;
}

a.link{
    color: #00B3D9;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
a.link > .icon-arrow-right.icon-size-sm{
    padding-top: 0;
}
ul li .link{
    font-size: 16px;
}

h1 .link, h2 .link, h3 .link{
    margin: 0 !important;
}

a.link.link-dark{
    color: #303e48;
}

a.link:hover {
    color:#2C3B45;
}

.dark-bg a.link:hover, 
.dark-bg-secondary a.link:hover{
    color: #00C7F4;
}

a.link-underlined {
    text-decoration:underline;
}

a.link-no-underlined{
	text-decoration:none !important;
}

a.link-no-color{   
    color: inherit;
}

/* note: disabled state should ALWAYS be the last link class */
a.link-disabled,
a.link-disabled:hover {
    color: #D0D0D0;
    cursor: default;
}

hr.black{
    border-color: #000000;
}

.small-hr {
    border-bottom: 2px solid #D1CFCF;
    width : 50px;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* ALERT MESSAGES */

.alert {
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    background-position: 15px center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    font-size: 18px;
}

.alert .alert-link {
    font-weight: 700;
    color: #FFFFFF;
}

.alert-warning {
    background-color: #fcf7de;    
    color: #ecc625;
}

.alert-success {
    background-color: #e3f5ed;    
    color: #41ba84;
}

.alert-danger {
    background-color: #f2dede;
    color: #e74c3d;
}

.alert-info {
    color: #31708f;
}

.alert-error {
    color: #b80655;
}

/* SHAPES */

.circle{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.circle.circle-pink{
    background-color: #B7005A;
}

.square{
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 0;
}
.square.square-white{
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}
.square.square-gray{
    background-color: #2C3B45;
}

ol.letter {
    list-style-type: lower-alpha;
}

ol.letter-big {
    list-style-type: upper-alpha;
}

ol.roman {
    list-style-type: lower-roman;
}

ol.roman-big {
    list-style-type: upper-roman;
}

.input-label{
    line-height: 55px; /* the standard input field is 55px high */
    margin-right: 25px;
}
.promo-number h1 {
    font-size: 45px;
    margin-top: -4px;
}
.promo-number h1 sup{
    font-size: 40px;
    top:-3px;
    font-weight: bold;
}

ul.tx16 li {
    font-size: 16px;
    margin-bottom: auto;
}
ul.tx16.list-checkmarks > li:before{
    top:1px;
    font-size:16px;
}


/* ///////////////////  MAIN-CONTENT //////////////////////////////////////////////////////////////////////////////////// */

@media (min-width: 768px) {

}

@media (max-width: 768px) {

    .main-row h1{
        font-size: 22px;
        padding-bottom: 10px;
    }

    .main-row h2{
        font-size: 20px;
        margin-top: 20px;
    }

    .main-row h3{
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .main-row h4{
        font-size: 16px;
    }
    .main-row h5{
        font-size: 12px;
    }
    .main-row p{
        font-size: 12px;
        margin-bottom: 20px;
    }

    .main-row li{
        font-size: 12px;
    }
}



.TDPdeactivated p{
    color:#5F3E69;
}

.title404{
    font-family: Open Sans Bold;
    font-size: 36px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    width: 405px;
}

.font404{
    font-family: Open Sans !important;
}

.margin-bt-404{
    margin-bottom: 0px !important;
}

.font404-16{
    font-size: 16px !important;
}
@media (max-width: 415px) {
    .title404{
        font-family: Open Sans Bold;
        font-size: 30px;
        font-weight: bold;
        height: 72px;
        line-height: 36px;
        width: 271px;
    }

    .font404{
        font-family: Open Sans !important;
    }

    .font404-16{
        font-size: 16px !important;
    }

    .marginl40{
        margin-left: 40%;
    }
}

.font18{
    font-size: 18px !important;
}

@media (min-width: 416px) and (max-width: 767px) {
    .marginl45{
        margin-left: 45%;
    }
}

.adv-dis{
    background-color: #e6e8e9;
    padding: 20px 20px 30px 25px;
    border-radius: 5px 0px 0px 5px;
}

.adv-dis > h3{
    font-size: 18px;
    font-weight: bold;
    font-family: Open Sans Bold;

}
.keyfunds-presenation{
    padding-bottom: 30px;
}
.keyfunds-presenation > h2 {
    font-size: 36px;
   /* font-family: Open Sans Bold;*/
    font-weight: bold;
    line-height: 42px;
}

.keyfunds-presenation > h3 {
    font-size: 24px;
   /* font-family: Open Sans Bold;*/
    font-weight: bold;
    line-height: 30px;
}


.keyfunds-note > p{
    background-color: #e6e8e9;
    font-size: 12px;
    font-family: Open Sans Regular;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 18px;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}



.keyfunds-footnote > p{
    background-color: #e6e8e9;
    font-size: 12px;
    font-family: Open Sans Regular;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 18px;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
}

.keyfunds-footnote{
    padding: 0 3.8% 0 3.8%;
}

.keyfunds-table{
    padding: 0 3.8% 0 3.8%;

}

.keyfunds-table-box h2{
    font-size: 36px;
    font-family: Open Sans Bold;
    font-weight: bold;
    line-height: 42px;
}
.keyfunds-table table, .keyfunds-table th, .keyfunds-table td {
    border: 1px solid black;
    border-color: #d8d8d8;
}
.keyfunds-table td {
   padding: 10px 20px;
   width: 20px;
}

.keyfunds-table table{
    border-radius: 5px;
    overflow: hidden;
    border-collapse: separate;
}

.td-top{
    color: #5a7a8e;
    font-size: 10px;
    font-family: Open Sans Regular;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 14px;
}
.td-bot{
    color: rgb(44, 59, 69);
    font-size: 16px;
    font-family: Open Sans Bold;
    font-weight: bold;
    line-height: 22px;
}

.keyfunds-docs {
    padding: 25px 3.8% 25px 3.8%;
    font-family: 'Open Sans' !important;
}

.buy-funds{
    padding: 0px 3.8% 50px 3.8%;
}




.keyfunds-doc a span {
    display: inline;
    padding: 5px  0px !important;
}

.keyfunds-docs > h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
}

.keyfunds-container p {
    font-family: Open Sans !important;
    line-height: 24px;
}
.keyfunds-presenation li{
    font-family: Open Sans !important;
}
.tab-menu-content{
    cursor: pointer;
}

.tab-menu-content img{
    max-height: 46px;
}

.keyfunds-container h1 ,.keyfunds-container h2 ,.keyfunds-container h3 ,.keyfunds-container h4{
    font-weight: bold;
    font-family: Open Sans Bold;
}input{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type=text].input-large{
	font-size: 25px;
}
input[type=text].input-padding-sm, input[type=password].input-padding-sm{
	padding: 10px;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #D2D3D4 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D2D3D4 !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D2D3D4 !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #D2D3D4 !important;
}

input[type=submit]
{
	border: none;
	color: #FFFFFF;
}

input[type=file]
{
	border: none;
}

input[type=text], 
textarea, 
input[type=password],
input[type=email]
{
	border:1px solid #959DA2;
	padding:16px;
	font-size: 16px;
	width: 100%;
}

input[type=text].btn-height, 
input[type=password].btn-height
{
	padding: 15px 16px;
	line-height: 1.4em;
}

.kt-dropdown .btn{border:1px solid #959DA2;}

input[type=text]:focus, 
textarea:focus, 
.kt-dropdown .btn:focus,
input[type=password]:focus,
input[type=email]:focus
{
	border:1px solid #00B3D9 !important;
	color: #00B3D9;
	outline: none;
}

input[type=text].disabled, 
input[type=text]:disabled,
input[type=password]:disabled,
input[type=password].disabled,
input[type=email].disabled,
textarea.disabled, 
textarea:disabled,
.kt-dropdown .btn:disabled,
.kt-dropdown .btn.disabled,
input[type=text].readonly, 
input[type=password].readonly,
input[type=email].readonly,
textarea.readonly
{
	border:1px solid #D0D0D0;
	color: #D0D0D0;
	background-color: #FFFFFF;
}

input[type=text].error, 
input[type=password].error, 
input[type=email].error, 
textarea.error,
.kt-dropdown .btn.error
{
	border:1px solid #e84c3d !important;
	color: #e84c3d !important;
}

input[type=text].big {
    font-size: 30px;
}
input[type=text].light {
    color: #00B3D9;
}
input[type=password].light {
    color: #00B3D9;
}

.input-small{
	padding: 10px !important;
}

/* dropdown >>>>>>> */
    .kt-dropdown .btn {
		border-radius: 0;
	    background-color: #FFFFFF;	    
	    color: #2B3B45;
	    font-size: 16px;
	    position: relative;
	    padding: 16px 45px 14px 16px;
	    text-align: left;
	    overflow:hidden;
	    text-overflow:ellipsis;
	    margin-top:0;
	    vertical-align:bottom;
	}
	.kt-dropdown.dropdown-large .btn {
		font-size: 25px;
	}
	.kt-dropdown.dropdown-light .btn {
		color: #00B1DA;
	}
	.kt-dropdown .caret {
		border: 1px solid #FFFFFF;
		height: 100%;
		width: 38px;
		background: #00ACDB url(../images/svg/bottomArrow.svg) no-repeat center center;
		position: absolute;
		right:0;
		top:0;		
	}
    /*
    .kt-dropdown.dropdown-large .caret {
		top: 7px;
	}
	*/
	.kt-dropdown.open .caret {
		background: #2B3B45 url(../images/svg/bottomArrow.svg) no-repeat center center;
	}
	.kt-dropdown .caret.light {
		background: #FFF url(../images/svg/bottomArrow_blue.svg) no-repeat center center;
	}
	.kt-dropdown .dropdown-menu {
		box-shadow: none;
		border-radius: 0;
		margin: -1px 0 0 15px;
		border-color: #C0C5C8;
		padding: 0;
		font-size: 16px;
		max-height: 400px;
		overflow-y: auto;
	}
	.kt-dropdown .dropdown-menu li {
		display:block;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.kt-dropdown .dropdown-menu li:nth-child(even) {
		background-color: #F4F5F6;
	}
	.kt-dropdown .dropdown-menu li > a {		
		padding: 9px 12px;
		text-decoration: none;
		background-color: inherit;
	    color: inherit;
	}
	.kt-dropdown.dropdown-light .dropdown-menu li > a {
		color: #00B1DA;
	}
	.kt-dropdown.dropdown-large .dropdown-menu li > a {
		font-size: 25px;
	}
	.kt-dropdown .dropdown-menu li > a:hover {
		background-color: #2C3B45;
		color:#FFF;
		border-color:#2C3B45;
	}
	
	.dropdown-wrapper {
		display: none;
	}

	.dropdown-wrapper.active {
		display: block;
	}

	.kt-dropdown.dropdown-simple button.btn {
        font-size: 18px;    
        font-weight: normal;    
        padding-bottom: 5px;
        padding-top: 0;
        vertical-align: middle;
        padding-right: 15px;
    }
    .kt-dropdown.dropdown-simple button.btn label{
    	font-weight: normal;
    	font-size: 18px;
    }
    .kt-dropdown.dropdown-simple button.btn,
    .kt-dropdown.dropdown-simple button.btn:focus {
        border: none;
    }
    .kt-dropdown.dropdown-simple button.btn:before {
        content: '';
        width: 100%;
        border-bottom: 3px solid #00B3D9;
        margin-left: -15px;
        position: absolute;
        bottom: 0;
    }
    .kt-dropdown.dropdown-simple button.btn .caret {
        width: 20px;
    }
   	.kt-dropdown.dropdown-simple button.btn,
	.kt-dropdown .icon-arrow-bottom {
		background: transparent;
	}
	.kt-dropdown.dropdown-simple button.btn .icon-arrow-bottom{
		float: right;
		margin-top: 5px;
	}

/*

    .kt-dropdown.dropdown-simple button.btn {
        font-size: 24px;
        padding-bottom: 0;
        padding-top: 0;
        vertical-align: middle;
    }
    .kt-dropdown.dropdown-simple button.btn,
    .kt-dropdown.dropdown-simple button.btn:focus {
        border: none;
    }
    .kt-dropdown.dropdown-simple button.btn:before {
        content: '';
        width: 100%;
        border-bottom: 3px solid #00B3D9;
        margin-left: -15px;
        position: absolute;
        bottom: 0;
    }
    .kt-dropdown.dropdown-simple button.btn .caret {
        width: 20px;
    }
*/

/* <<<<<< dropdown  */

.input-btn{   
    background: url('../images/svg/rightArrow.svg') no-repeat scroll 88% center #00add9;
    background-size: 9px;
    padding: 11px 35px 11px 20px;       
}

.input-btn.input-btn-light{   
    background-color: #00add9;
}

.input-btn.input-btn-dark{   
    background-color: #303e48;
}

.input-btn[disabled=disabled]{   
    background-color: #dcdcdc !important;
}

input.input-icon-search{
	padding-left: 50px !important;
	background: url('../images/png/icons/search_grey.png') no-repeat scroll 15px center;
	background-size: 20px;
}

input.input-xsmall {
	width: 80px !important;
}

.title-plan {
    font-size: 36px;
    padding-top: 0px;
    line-height: 142%;
    background-image: url('../images/png/textfield_line.png'), url('../images/png/textfield_line.png');
    background-position: 0 50px, 0 100px;
    background-repeat: repeat-x, repeat-x;
}

.title-plan:focus {
    background-image: url('../images/png/textfield_line_focus.png'), url('../images/png/textfield_line_focus.png');
    background-position: 0 50px, 0 100px;
    background-repeat: repeat-x, repeat-x;
}

.input-height{
	line-height: 55px;
}

.input-small-height{
	line-height: 43px;
}

.input-validator-icon, .success{
	color: #48b17c;
}

.error{
	color: #e84c3d;
}.table-lined>thead>tr>th, 
.table-lined>tbody>tr>th, 
.table-lined>tfoot>tr>th, 
.table-lined>thead>tr>td, 
.table-lined>tbody>tr>td, 
.table-lined>tfoot>tr>td{
    border-top: 1px solid #3F4D58;    
}

.table-lined>thead>tr:last-child>th, 
.table-lined>tbody>tr:last-child>th, 
.table-lined>tfoot>tr:last-child>th, 
.table-lined>thead>tr:last-child>td, 
.table-lined>tbody>tr:last-child>td, 
.table-lined>tfoot>tr:last-child>td{
    border-bottom: 1px solid #3F4D58;    
}

.table-padding-big>thead>tr>th, 
.table-padding-big>tbody>tr>th, 
.table-padding-big>tfoot>tr>th, 
.table-padding-big>thead>tr>td, 
.table-padding-big>tbody>tr>td, 
.table-padding-big>tfoot>tr>td{
    padding: 20px 0;
}

.table-header-normal-weight>thead>tr>th, 
.table-header-normal-weight>tbody>tr>th, 
.table-header-normal-weight>tfoot>tr>th{
	font-weight: normal;
}

.dark-bg .table>thead>tr>th, 
.dark-bg .table>tbody>tr>th, 
.dark-bg .table>tfoot>tr>th, 
.dark-bg .table>thead>tr>td, 
.dark-bg .table>tbody>tr>td, 
.dark-bg .table>tfoot>tr>td{
    color: #FFFFFF;
}

table.no-border > thead > tr > th, 
table.no-border > tbody > tr > td,
table.no-border > tfoot > tr > td,
table.no-border-head > tbody > tr > th,
table.no-border-body > tbody > tr > td,
table.no-border-foot > tfoot > tr > td{
    border: none !important;
}

table.table-no-outline{
	border-left: 0px;
	border-right: 0px;
}

table.table-no-outline td:nth-child(1), table.table-no-outline th:nth-child(1){
	border-left: 0px;
}

table.table-no-outline td:last-child, table.table-no-outline th:last-child{
	border-right: 0px;
}

table.no-margin td,
table.no-margin th{
    margin: 0px !important;
}

table.no-padding td,
table.no-padding th{
    padding: 0px !important;
}

table.no-padding-lt-first-col td:first-child{
    padding-left: 0px !important;
}

.table.table-padding>tbody>tr>td, 
.table.table-padding>tbody>tr>th, 
.table.table-padding>tfoot>tr>td, 
.table.table-padding>tfoot>tr>th, 
.table.table-padding>thead>tr>td, 
.table.table-padding>thead>tr>th {
  padding: 15px 25px;
}

.table.table-vertical-center>tbody>tr>td, 
.table.table-vertical-center>tbody>tr>th, 
.table.table-vertical-center>tfoot>tr>td, 
.table.table-vertical-center>tfoot>tr>th, 
.table.table-vertical-center>thead>tr>td, 
.table.table-vertical-center>thead>tr>th {
  vertical-align: middle;
}


th.rotate {
  /* Something you can count on */
  height: 230px;
  white-space: nowrap;
  vertical-align: bottom;
}

th.rotate > div {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */

  -webkit-backface-visibility:hidden;
  width: 30px;
  height: 30px;
  margin-left:10px;
  vertical-align: bottom;
}

th.rotate > div > span {  
  padding: 0;
}

.bordered-bt{
    border-bottom: 2px solid #EFF0F0;
}

.bordered-bt-1px{
    border-bottom: 1px solid #EFF0F0;
}

.bordered-rt{
    border-right: 2px solid #EFF0F0;
}

.bordered-rt-big{
    border-width: 5px;
}

.bordered-tp{
    border-top: 2px solid #EFF0F0;
}

.bordered-lt{
    border-left: 2px solid #EFF0F0;
}

.bordered-lt-1px{
    border-left: 1px solid #EFF0F0;
}

.bordered-rt-1px{
    border-right: 1px solid #EFF0F0;
}

.bordered-full{
    border: 2px solid #EFF0F0;
}

.bordered-full-thin{
    border: 1px solid #EFF0F0;
}

.dark-bg .bordered-tp{
    border-top: 2px solid #666666;
}

.dark-bg .bordered-rt{
    border-right: 2px solid #666666;
}

.dark-bg .bordered-bt{
    border-bottom: 2px solid #666666;
}

.dark-bg .bordered-lt{
    border-left: 2px solid #666666;
}

.dark-bg-secondary .bordered-tp{
    border-top: 2px solid #2C3B45;
}

.dark-bg-secondary .bordered-rt{
    border-right: 2px solid #2C3B45;
}

.dark-bg-secondary .bordered-bt{
    border-bottom: 2px solid #2C3B45;
}

.dark-bg-secondary .bordered-tp{
    border-left: 2px solid #2C3B45;
}

.no-border-tp{
    border-top: none !important;
}

.no-border-rt{
    border-right: none !important;
}

.no-border-bt{
    border-bottom: none !important;
}

.no-border-lt{
    border-left: none !important;
}

.no-border{
	border: none !important;
}

.margin{
    margin: 25px;
}

.margin-big{
    margin: 50px;
}

.no-margin{
	margin: 0px !important;
}

.no-margin-tp{
    margin-top: 0px !important;
}

.no-margin-rt{
    margin-right: 0px !important;
}

.no-margin-bt{
    margin-bottom: 0px !important;
}

.no-margin-lt{
    margin-left: 0px !important;
}

.margin-tp{
    margin-top: 25px !important;
}

.margin-tp-small{
    margin-top: 12px !important;
}

.margin-tp-big{
    margin-top: 50px !important;
}

.margin-tp-huge{
    margin-top: 128px !important;
}

.margin-rt{
    margin-right: 25px !important;
}

.margin-rt-small{
    margin-right: 12px !important;
}

.margin-rt-big{
    margin-right: 50px !important;
}

.margin-bt{
    margin-bottom: 25px !important;
}

.margin-bt-small{
    margin-bottom: 12px !important;
}

.margin-bt-big{
    margin-bottom: 50px !important;
}

.margin-lt{
    margin-left: 25px !important;
}

.margin-lt-small{
    margin-left: 12px !important;
}

.margin-lt-15{
    margin-left: 15px !important;
}

.margin-rt-small{
    margin-right: 12px !important;
}

.margin-rt-15{
    margin-right: 15px !important;
}

.margin-lt-big{
    margin-left: 50px !important;
}

.kt-margin-tp{
    margin-top: 40px !important;
}

.kt-margin-rt{
    margin-right: 40px !important;
}

.kt-margin-bt{
    margin-bottom: 40px !important;
}

.kt-margin-lt{
    margin-left: 40px !important;
}

.kt-margin-lt-30 {
    margin-left: 30px !important;
}

/*
NO GUTTER
src:
- https://scotch.io/bar-talk/bootstrap-3-tips-and-tricks-you-still-might-not-know
- http://codepen.io/ncerminara/pen/hfvix
*/

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.no-padding{
    padding: 0px !important;
}

.no-padding-lt{
    padding-left: 0px !important;
}

.no-padding-rt{
    padding-right: 0px !important;
}

.no-padding-tp{
    padding-top: 0px !important;
}

.no-padding-bt{
    padding-bottom: 0px !important;
}

.padding{
    padding: 25px;
}

.padding-tp{
    padding-top: 25px;
}

.padding-tp-small{
    padding-top: 12px;
}

.kt-padding-tp{
    padding-top: 40px;
}

.padding-tp-big{
    padding-top: 50px !important;
}

.padding-rt{
    padding-right: 25px;
}

.padding-rt-small{
    padding-right: 12px;
}

.padding-bt{
    padding-bottom: 25px;
}

.padding-bt-small{
    padding-bottom: 12px;
}

.kt-padding-bt{
    padding-bottom: 40px;
}

.padding-bt-big{
    padding-bottom: 50px !important;
}

.padding-lt{
    padding-left: 25px;
}

.padding-lt-small{
    padding-left: 12px;
}

.kt-padding-lt{
    padding-left: 40px;
}

.full-width{width: 100% !important;}

.full-height{height: 100%;}

img.max-full{max-width: 100%;}

img.percent55{
    max-width: 55%;
}
img.percent75{
    max-width: 75%;
}

@media (max-width: 500px){
img.percent65{
    max-width: 65% !important;
}
}

.clickable{
    cursor: pointer;
}

.pos-rel{
    position: relative;
}

.pos-abs{
    position: absolute;
}

.pos-fix{
    position: fixed;
}

.posfix-xcentered{
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.posfix-ycentered{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.posfix-centered{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abs-tp{
    top: 0;
}

.abs-rt{
    right: 0;
}

.abs-bt{
    bottom: 0;
}

.abs-lt{
    left: 0;
}

.abs-tp-80 {
    top: 80px;
}

.visible-lg.hidden{display:none!important;}
.visible-sm.hidden{display:none!important;}

.vertical-helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vertical-helper img{
    vertical-align: middle;
    max-height: 80px;
}

.vertical-center{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.fill-height-or-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
} 

.fill-height-or-more > div {
    flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 

    justify-content: center;   
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
    margin:-.2px;
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
    width:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
}

.pos{color: #4DB07A !important;}
.neg{color: #B52F6A !important;}

.pre-footer-space-block {
    display: block;
    height: 60px;
    width: 100%;
    background-color: #EFF0F1;
}

.white-bg .pre-footer-space-block {
    background-color: #FFFFFF;
}

.block-separator-line {
    display: block;
    height: 2px;
    width: 100%;
}

.block-separator-line.light {
    background-color: #EFF0F1;
}

.pull-bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

.pull-bottom.pull-right{
    right: 15px;
}

.pointer{
    cursor: pointer;
}

.center{
    text-align: center;
}

.text-align-lt {
    text-align: left;
}

.text-align-rt {
    text-align: right;
}

.kt-chart-placeholder {
    width: 100%;
    /*font-size: 11px;*/
}

.center-wrapper{
    display: table;
    text-align: center;
    width: 100%;
}

.center-wrapper > div{
    display: inline-table;
    width: auto;
}

.fluid-video-wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.fluid-video-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pull-none{
    float: none !important;
}

.float-none {
    clear: both;
}

.img-square-wrapper{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

.img-square-wrapper img{
    position:absolute;
    height: 100%;
}

.highlighted-number{
    background-color: #00b3d9;
    color: #FFFFFF;
    padding: 3px 8px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* end of css file */#sgpromo .table-responsive { border:0; margin:0; }
#sgpromo .text-page h1 {
    border-bottom: none;
}
#sgpromo table {
    border-collapse: collapse;
    color: #808080;
    margin: 10px 0;
    width: 100%;
}

#sgpromo table thead tr {
    border: 1px solid #002a5f;
}

#sgpromo table thead th {
    /*background: url("../img/table_header_background.png") repeat-x scroll left top #034ead;*/
    border: medium none;
    color: #ffffff;
    line-height: 18px;
    padding: 4px 10px;
    text-align: left;
}

#sgpromo table tbody {
    border: 1px solid #bbbbbb;
}

#sgpromo table tbody td {
    border-color: #dedede;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    padding: 6px;
    text-align: left;
    vertical-align: middle;
}

#sgpromo table tbody th {
    border-color: #dedede #dedede;
    border-style: solid solid none none;
    border-width: 1px 1px medium medium;
    color: #808080;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

#sgpromo .borderr {
    border-right: 1px solid #dedede;
}


#sgpromo .blue {
    color: #002a5f;
    font-weight: bold;
}/* CARD MAIN PAGE */
.cards-main h1{
	font-size: 48px;
	margin-bottom: -7px;
}

.cards-main h2{
	font-size: 36px;
}

span.highlight {
	color: #b80655;
}

.cards-main .card-advantages-block {
	height: 235px;
}

@media (min-width: 1200px) {
	.cards-main .header-banner-content {
		width: 600px;
		left: 47%;
		margin-left: -533px;
		top: 50%;
	}
}

@media (min-width: 1200px) {
.banking-main .header-banner-content {
		width: 710px!important;
	}
}/* override default bootstrap theme */

/**
 * TEXT
 */
.text-danger {
    color: #e84c3d;
}

.text-info {
    color: #00B3D9;
}

.text-success {
	color: #41B983;
}

.block-danger {
	padding: 0px 20px;
	margin: 20px 0px;
	border-left: 4px solid #e84c3d;
}

.dashed-row{
	border-left: 2px dashed #959ca0;
}



/**
 * PROGRESS BAR
 */
.progress {
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 0;
	box-shadow: none;
}

	.progress-bar {
		background-color: #00B3D9;
	}

    .progress-bar-danger {
        background-color: #B90059;
    }

/**
 * TABLES
 */
 .table-striped>thead>tr>th,
 .table-striped>tbody>tr>th,
 .table-striped>tfoot>tr>th,
 .table-striped>thead>tr>td,
 .table-striped>tbody>tr>td,
 .table-striped>tfoot>tr>td {
     border-top: none;
 }


/**
 * DATEPICKER
 */

.datepicker {
    padding: 10px;
}

.datepicker.dropdown-menu,
.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
    border-radius: 0;
    box-shadow: none;
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    display: none;
}

.datepicker .datepicker-switch {
    color: #00B1DA;
    font-size: 18px;
    padding: 8px 10px !important;
}

.datepicker .datepicker-switch:hover {
    background-color: #FFF !important;
    color: #2C3B45;
}

.datepicker .prev,
.datepicker .next {
    color: #FFF;
    font-family: 'Keytrade-icon';
    padding-right: 14px !important;
}

.datepicker .prev:hover:after,
.datepicker .next:hover:after {
    color: #2C3B45;
}

.datepicker .next:after {
    color: #00B1DA;
    content: "\e603";
}

.datepicker .prev:after {
    color: #00B1DA;
    content: "\e602";
}

/* hide current arrow by changing its font color the same as the hover color  */
.datepicker thead tr:first-child th.prev:hover,
.datepicker thead tr:first-child th.next:hover,
.datepicker tfoot tr th.prev:hover,
.datepicker tfoot tr th.next:hover {
    background-color: #FFF;
    color: #FFF;
}

.datepicker .active {
    background-color: #2C3B45 !important;
    color: #FFF !important;
}


/**
 * MODAL
 */

/* bootstrap fix */
body.modal-open .container-header {
    padding-left: 7px;
    padding-right: 23px;
}

.modal{
    z-index: 10001;
}
.modal button.close {
    font-size:60px;
    line-height:30px;
    position:absolute;
    right:10px;
    top:10px;
}

.modal .modal-fillscreen {
    margin: 40px !important;
    width: 95%;
}

.modal .modal-body {
    padding: 0px;
}

.modal .modal-content{
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.modal-backdrop{
    background-color: #2B3B45;
    z-index: 10000;
}

.modal-backdrop.in{
    opacity: 0.8;
}



/*////////////////// NAVIGATION BAR  /////////////////////////////////*/

.content-tabs.nav-tabs {
    background: #626E75;
    height: 62px;
    border-bottom: none;
}

.content-tabs.nav-tabs > li {
    margin-right: 2px;
}

.content-tabs.nav-tabs > li:after {
    content: "";
    border-color: #00B3D9;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-tabs.nav-tabs > li > a, .content-tabs.nav > li > a:hover {
    padding: 20px 20px 20px 20px;
    border-radius: 0px;
    color: #FFF;
    border: none;
    margin-right: 0px;
}

.content-tabs.nav-tabs > li.active > a {
    border: none;
    color: #2B3A45;
}

.content-tabs.nav-tabs li.active {
    margin-top: -4px;
}

.content-tabs.nav-tabs > li.active > a {
    height: 100%;
    margin-top: 4px;
}

.content-tabs.nav-tabs > li.active:after {
    border-width: 0;
}

.content-tabs.nav-tabs > li.active:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 3px;
    line-height: 4px;
    background: #41B983;
    position: absolute;
    bottom: 42%;
    left: 8px;
    z-index: 100;
}

.content-tabs.nav > li > a:hover, .content-tabs.nav > li > a:focus {
    background-color: #626E75;
    color: #FFF;
}

.content-tabs.nav > li.active > a:hover, .content-tabs.nav > li.active > a:focus {
    background-color: #FFF;
    color: #2B3A45;
}

/*///////////////////  STICKY FOOTER  //////////////////////////////*/

.navbar-fixed-bottom.sticky-footer {
    background-color: #303E48;
    height: 70px;
    z-index: 100;
}

.navbar-fixed-bottom .container-fluid {
    color: #fff;
    padding: 10px 10px;
}

/*///////////////////  POPOVER  //////////////////////////////*/

/* Reset properties from .popover bootstrap */
div.kt-popover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 10000;
}

div.kt-popover .popover-content,
div.kt-popover .popover-title {
    margin: 0;
    padding: 0;
    font-size: initial;
    line-height: 1.1em;
    background-color: transparent;
    border:none;
    border-radius: 0;
}
/* End of reset */


.kt-popover {
    background: #fff;
    max-width: none;
    width: 350px;
    /*border: 6px solid rgba(236, 236, 236, 0.5);*/
    border: 6px solid rgba(200, 200, 200, 0.7);
    border-radius: 6px;
    font-family:"Effra", Georgia, serif;
    /* and here is the fix */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.popover-md {
    width: 440px !important;
}

.kt-popover div.hr hr,
.kt-popover hr
{
    height: 1px;
    background-color: #ECECEC;
    border-top: 1px solid rgba(236, 236, 236, 0.5);
    margin: 15px 0;
}

.kt-popover div.hr.no-margin hr {
    margin: 0;
}

.kt-popover .tooltip-head,
.kt-popover .tooltip-body { padding: 15px 18px; }


div.kt-popover .popover-title {
    padding: 15px 18px 0 18px;
    margin: 0;
}

div.kt-popover .popover-content {
    padding: 0 18px 15px 18px;
    margin: 0;
}

div.kt-popover .popover-footer {
    margin: 0;
    padding: 15px 18px 15px 18px;
}

/* POPOVER - TOOLTIPS - ARROWS */

.kt-popover > .arrow { border-width: 13px; }
.kt-popover.top > .arrow:after { bottom: 9px; }
.kt-popover.bottom > .arrow:after { top: 9px; }
.kt-popover.left > .arrow:after { right: 9px; }
.kt-popover.right > .arrow:after { left: 9px; }

.kt-popover.top > .arrow { bottom: -19px; border-top-color: rgba(200, 200, 200, 0.7); }

.kt-popover.bottom > .arrow { top: -19px; border-bottom-color: rgba(200, 200, 200, 0.7); }

.kt-popover.left > .arrow { right: -19px; border-left-color: rgba(200, 200, 200, 0.7); }

.kt-popover.right > .arrow { left: -19px; border-right-color: rgba(200, 200, 200, 0.7); }
@media print {
    .headers-wrapper,
    .headers-wrapper * {
        display: none;
    }
    .footer.container-fluid, .footer.container-fluid * {display: none;}
    ul.rating-diamonds li.diamond-full img,
    ul.rating-diamonds li.diamond-empty img,
    ul.rating-diamonds li.diamond-none img {display: inline;}

    .no-print{
		display: none;
	}

    .main-body {
        padding-left: 0!important;
    }
}

@media (max-width: 767px) {

    body{
        padding-top: 80px;
    }
    
    .margin-bt-xs{
        margin-bottom: 25px;
    }

    ul.list-stacking{
        margin-top: 15px;
    }

    .col-xs-12.bordered-rt, .col-xs-12.bordered-rt-md{
        border-right: none;
        border-bottom: 2px solid #eee;
    }

    .dark-bg .col-xs-12.bordered-rt, .dark-bg .col-xs-12.bordered-rt-md{
        border-bottom: 2px solid #666666;
    }

    .btn-primary-center-wrapper,
    .btn-secondary-center-wrapper {
        text-align: center;
    }

    .btn-primary-center-wrapper a,
    .btn-secondary-center-wrapper a{
        float: none !important;
    }

    .footer .kt-country-picker{
        width: 100%;
    }

    .footer .kt-country-picker span.icon-arrow-right{
        float: right;
    }

    .footer .link-list{
        width: 100%;
    }

    .footer .link-list ul li{
        margin-right: 0px;
        display: block;
    }

    .footer .link-list ul li img{
        
    }

    .homemediumbox{
        background-image:none;
    }

    .homemediumbox h2, .homemediumbox h3{
        text-align: left;
    } 

}@media (max-width: 767px) {

	/* KEYTRADE COMMON GRID STRUCTURE BLOCK*/

    .keytrade-block a.btn.btn-primary{
	    float: left;
	}

	/*.keytrade-block h2{
	    font-size: 32px;
	}*/

	/* DOCUMENTS BLOCK */

	.documents-block.documents-block-list{
		text-align: center;
	}

	.documents-block.documents-block-list .document-list-wrapper {		
		padding-left: 0;
		padding-top: 90px;
	}
	.documents-block.documents-block-list .document-list-wrapper:before{
		left: 50%;
		margin-left: -40px;
	}

	.documents-block.documents-block-list ul li{
		text-align: center;
	}

	/* CARD STOP BLOCK */

	.card-stop-block .card-stop-text, .card-stop-block .card-stop-image-wrapper {
		float: none;
	}

	.card-stop-block .card-stop-image-wrapper {
		text-align: center;
		padding-top: 15px;
	}

	/* HEADER BANNER BLOCK */


	.header-banner{
		margin-top: 0px;
		/*height: 400px;*/
	}

	.page-banner img{
        display: none;
    }

    .header-banner-content, .page-banner-content, .header-search, .header-banner-content.full-width {        
        position: relative;
        padding: 40px;
        background-color: #eee;
        border-bottom: 2px solid #eee;
        top: 0 !important;
        left: 0;
        width: 100% !important;
    }

	.hbc2 {
		position: absolute;
		padding: 10px;
		background-color: transparent;
		top: 0 !important;
		left: 0;
		width: 100% !important;
		/*color: white !important;*/
		border-bottom: none !important;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		word-break: break-word;
	}
    .page-banner-content{border:none !important;}

    .header-banner-content .header-banner-title, 
    .page-banner .page-banner-title
    {
    	margin-top: 0;
    	opacity: 1;
    }

    .header-banner-content .header-banner-title em, 
    .page-banner .page-banner-title em,
    .header-banner-content .header-banner-title .lighter, 
    .page-banner .page-banner-title .lighter{
    	color: #00B3D9 !important;
    }

    .header-banner-content .header-banner-subtitle{
    	margin-top: 15px !important;
    	opacity: 1;
    	font-size: 24px;
    	color: #2C3B45 !important;
    }

	.header-banner-subtitle.hbs2{
		color: white !important;
	}

	.hbc2.header-banner-tile{
		color: white !important;
	}

    .header-banner-content .header-banner-action, .page-banner .page-banner-action{
    	margin-left: 0;
    	opacity: 1;
    	float: left !important;
    	width: 100%;
    	margin-left: 0 !important;
    }

    .header-banner-content .header-banner-action.link{
    	width: auto !important;
    	margin-top: 25px !important;
    }

    .header-banner .header-banner-intro, 
    .page-banner .page-banner-intro,
    .header-banner-content .header-banner-quote,
    .header-banner-content .header-banner-author{
    	opacity: 1;
    }

    .header-banner .header-banner-intro br, 
    .page-banner .page-banner-intro br{
    	display: none;
    }

    .header-banner.white .header-banner-title, 
    .page-banner.white .page-banner-title, 
    .header-banner.white .header-banner-intro,
    .header-banner.white .header-banner-quote,
    .header-banner.white .header-banner-author,
    .page-banner.white .page-banner-intro{
	    color: #2c3b45;
	}

	.header-banner-content.input-align-center {
		width: auto!important; 
		margin-left: 0px!important;
	}

    /* PAGE HEADER TITLE BLOCK */

    .page-intro-title-block{
    	padding: 25px;
    }

    .page-intro-title-block h2{
    	font-size: 30px;
    	line-height: 1.2em;
    	font-weight: normal;
    }

    .page-intro-title-block h2 br{
    	display: none;
    }

    /* FEES TABS BLOCK */

    .fees-intro h3{
    	font-size: 18px;
    }

    .tab-block .nav-stacked{
    	padding: 0;
    }

    .nav.nav-stacked > li.active:after {
	    content: ' ';
	    position: relative;	    
	    border:none;
	}

	.tab-block .tab-pane table.table-prices td.price{
		padding-right: 0;
	}

	.tab-block .nav.nav-stacked > li > a{
		font-size: 16px;
		background-image: url('././images/svg/rightArrow_blue.svg');
		background-repeat: no-repeat;
		background-size: 6px 11px;
		background-position: 30px center;
	}

	.nav.nav-stacked > li.active > a{
		background-image: url('././images/svg/bottomArrow_darkblue.svg');
		background-size: 11px 6px;
		background-position: 26px center;
		background-repeat: no-repeat;
	}

	.nav.nav-stacked > li:not(.disabled) > a {
		padding-left: 50px;
	}

	.nav>li.disabled>a {
		background-image: none !important;
	}

	.nav.nav-stacked > li .row div.col-xs-12:last-child{padding-top: 25px;}

	.tab-block .tab-pane table.table-prices td.price{
		font-size: 	16px;
	}

	.tab-block .nav.horizontal > li a h3 {
		padding: 0px;
	}					
						
	/* SMALL PROMO BLOCK */

	.small-promo-block{
	    border-top: none;
	    padding: 20px;
	    height: auto;
	}

	.small-promo-block h2{
		font-size: 28px;
	}
	.small-promo-block.slider h2{
		font-size: 30px;
	}

	.small-promo-block h1{
		font-size: 28px;
	}
	.small-promo-block.slider h1{
		font-size: 57px;
	}


	/* KEYPACK SAVINGS BLOCK*/

	.banking-img-keypack-women img {
    	margin: auto;
    	margin-bottom: 25px;
	}

	.banking-keypack-text {
	    margin-left: 0px;
	    padding-left: 15px;
	    margin-top: 25px;
	}

	.banking-keypack-text h2{
	    font-size: 28px;
	    line-height: 1.3em;
	}

	/* CHANGE BANK BLOCK*/

	.changeBank-block h3{
		font-size: 28px;
	}

	.changeBank-block p{
		font-size: 16px;
		line-height: 1.5em;
	}

	/* QUOTE BLOCK*/

	.quote-block h3{
		font-size: 22px;
		line-height: 1.3em;
	}

	/*BANKING SAVIGNS ACCOUNTS BLOCK*/
	
	.banking-savings-accounts-block h2 {
	    font-size: 26px;
		line-height: 1.3em;
	}

	.banking-savings-accounts-block span.green-number {
		font-size: 25px;
	}

	.banking-savings-accounts-block hr {
		clear: both;
	}

	/* PROMO_MOBILE BLOCK */

	.cta-block.cta-lg-100 {
		padding: 33px 0px;
		padding-left: 30px;
	}

	.cta-mobilepromo p{
	    width: 90%;
	}	

	/* PROMO BANNER BLOCK */
	
	.promo-banner-block.promo-banner-block-readmore{
		padding-bottom: 90px;
	}

	.promo-banner-block.promo-banner-block-readmore h2{
		width: 100%;
	}

	.promo-banner-block.promo-banner-block-readmore a.link{
		right: auto;
		left: 40px;
		bottom: 40px;
	}

	/* calculate-block */
	.calculate-block {
	   padding-left: 20px;
	}

	.calculate-block .otherCost{
	   margin-left: 0px;
	}

	/* PROMO BANNER BLOCK WITH BTN */

	.promo-banner-with-btn-block h3{
	    width: 100%;
	}

	.promo-banner-with-btn-block .btn-primary-center-wrapper {
	    float: none;
	    clear: both;
	   	padding-top: 25px;
	}

    .promo-banner-with-btn-block.dark span.source {
        display: block;
    }

	.mobile-content{
	    display: none;	    
	}

	/* NUMBERS-BLOCK */ 

	#numbers-block .number {
	    margin-bottom: 10px;
	    font-size: 60px;
	}

	#numbers-block .image-block {	    
	    padding: 0px;
	    text-align: center;
	    width: 100%;  
	}

	#numbers-block .image-block.euro-sign{
	    width: 40px;
	    padding-top: 6px;
		margin-right: 15px;
	}

	#numbers-block .image-block.ascending-arrow{
	    width: 80px;
	}

	#numbers-block .image-block.people img {
		width: 52px;
	}

	#numbers-block .text-block {
	    float: none;
	}

	/* AUDIO LIBRARY ( LISTENING LIBRARY ) */

	.audio-library-block .audio-library-list li h3{width: 80%;}


	/* KEYPLAN-BUILDER-BLOCK */

	.keyplan-builder-block input, .keyplan-builder-block select {
		font-size: 25px;
		width: 245px;
		margin-top: 20px;
	}

	.keyplan-builder-block .pourcentage {
		width: 100%;
	}

	.keyplan-builder-block .pourcent-number {
		float: right;
	}

	.keyplan-builder-block .fund {
		margin-top: 0px;
	    border: none;
	}

	.keyplan-builder-block .fund.header, .keyplan-builder-block .fund .riskLevel {
		border-bottom: 2px solid #eee;
	}

	/* SOCIAL ICON BLOCK */

	.social-icon-block{
   		margin-top: 0px;
	}


	.social-icon-block a img{
   		width: 100%;
   		margin-left: 0px;
 
	}

    /* COOKIE POLICY ALERT */

    #cookiePolicyWrapper {
       
    }

    #cookiePolicyWrapper #cookiePolicyContainer {
        padding-left: 12px;
        padding-right: 12px;
    }

    /* INTERNET EXPLORER 6 ALERT */

	#internet-explorer-6-alert { 
		top: 80px;
		left: 0;
	}

	#internet-explorer-6-alert #ie6Container {
        padding-left: 12px;
        padding-right: 12px;
    }

    /*  */
    .table-products-list td:first-child, .table-products-list th:first-child {
		padding-right: 0px;
	}

    .table-products-list td, .table-products-list th {
		padding: 30px 0px;
	}

	.table-products-list th {
		padding-top: 0px;
	}

    /* BANKING KEYPACK CONDITIONS popover */
    #conditionsWrapper {float: none;}
    #conditionsListWrapper {
        top: 80px;
    }

	/* KEYPLAN BLOCK */

	.background-keyplan a.btn-primary{
	    margin:0px;
	    margin-top:25px;
	    position:relative;
	}

	/* MMI */

	.mmi-embed{
	    width: 70%;
	    height: 257px;
		margin-top: 25px;
	    margin-left: 15%;
	}

	.clock { margin: 0 auto; display: block; width: 322px; }
	
	.flip-clock-wrapper ul { height: 50px; line-height: 50px; }
	.flip-clock-wrapper ul li a div.up:after { top: 24px; }
	.flip-clock-divider { height: 50px; }
	.flip-clock-dot { height: 6px; width: 6px; left: 7px;}
	.flip-clock-dot.top { top: 17px; }
	.flip-clock-dot.bottom { bottom: 8px; }

	.flip-clock-divider.minutes{clear: both;width: 0;}
	.flip-clock-wrapper ul:nth-last-child(-n+5){margin-top: 40px;}

	.flip-clock-divider .flip-clock-label { font-size: 16px; }
	.flip-clock-divider.days .flip-clock-label { right: -66px; }
	.flip-clock-divider.hours .flip-clock-label { right: -66px; }
	.flip-clock-divider.minutes .flip-clock-label { right: -78px; top: 10px;}
	.flip-clock-divider.seconds .flip-clock-label { right: -78px; top: 10px;}
	
	.flip-clock-wrapper ul { width: 37px; }
	.flip-clock-wrapper ul li{ line-height: 47px;}
	.flip-clock-wrapper ul li a div div.inn { font-size: 30px; }

	.flip-clock-divider{width: 20px;}

	.adv-dis-gen{
		padding: 0px;
	}

	.kefunds-banner-content {
		position: absolute !important;
		background-color: transparent !important;
		border-bottom: 0 !important;
		margin-top: 135px;
		padding: 40px 40px 40px 15px !important;
	}
	.kefunds-banner-content > .header-banner-title{
		font-size: 30px !important;
		color: #ffffff !important;
	}

	.isin-code{
		display: none;
	}

	.tablinks > img{
		max-width: 80px;
	}

	.keyfunds-fund.keyfunds-fund{
		font-size: 12px;
		margin-bottom: 10px;
	}

	.keyfunds-custom-subtitle{
		max-width: 370px;
	}
}

@media (max-width: 500px) {

	.keyfunds-custom-subtitle{
		font-size: 18px !important;
		max-width: 170px;
	}

	.kefunds-banner-content {
		margin-top: 10%;
	}

	.keyfunds-container{
		padding: 0;
	}

	.keyfunds-table{
		padding: 30px 3.8% 30px 3.8%;

	}

	.adv-dis-gen{
		padding-right: 15px;
	}

	.keyfunds-pre-h {
		padding: 0 10% 0 10%;
	}

	.kefunds-banner-content {
		padding: 40px 10% 40px 10% !important;
	}

	.show-xs{
		display: block;
		text-align: left;
		margin-left: 2px;
		margin-top: 0px;
	}

	.keyfunds-doc{
		display: block;
	}

	.hbth > .header-image > div{
		padding-top: 105% !important;
		border-bottom: none;
		background-color: white;

	}

		.hbth{
			/*margin-bottom: 80px;*/
			height: auto;
		}

		.zero-eur-promo{
			margin-top: 0px;
		}

		.disclaimer-home{
			margin-top: 45px !important;
		}
		.keybtn.keybtn {
			width: auto !important;
			/*margin-left: -105px !important;*/
		}
}@media (max-width: 767px) {
    h1{
        font-size: 32px;
    }

    h2{
        font-size: 25px;
    }

    h3{
        font-size: 22px;
    }

    h4{
        font-size: 20px;
    }

    h5{
        font-size: 18px;
    }

    ul.list-full-sm li br, ul.list-full-md li br, ul.list-full-lg li br{
        display: none;
    }

    .text-page h1{
        color: #00B1DA;
        padding-bottom: 10px;
        border-bottom: 5px solid #DBDBDB;
    }

    .text-page h2{
        margin-top: 20px;
    }

    .text-page h3{
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .text-page p{
        margin-bottom: 20px;
    }

    a.link-arrow-right{
        white-space: normal;
    }

    .promo-banner-with-btn-block h3 {
        font-size: 24px;
    }

}@media (max-width: 767px) {
    .no-border-wrapper-xs .bordered-rt, .no-border-wrapper-xs .bordered-bt{
        border: none;
    }

    .no-border-bt-xs{
    	border-bottom: none !important;
    }

    .bordered-bt-xs{
        border-bottom: 2px solid #EFF0F0;
    }

    .bordered-lt-xs{
        border-left: 2px solid #EFF0F0;
    }

    .bordered-rt-xs{
        border-right: 2px solid #EFF0F0;
    }

    .padding-tp-xs{
    	padding-top: 25px !important;
    }

    .padding-bt-xs{
        padding-bottom: 25px !important;
    }

    .margin-tp-xs{
        margin-top: 25px !important;
    }

    .margin-tp-small-xs{
        margin-top: 12px !important;
    }

    .margin-rt-xs{
        margin-right: 25px !important;
    }

    .margin-bt-xs{
        margin-bottom: 25px !important;
    }

    .margin-lt-xs{
        margin-left: 25px !important;
    }

    .no-margin-xs{
        margin: 0 !important;
    }

    .no-margin-tp-xs{
        margin-top: 0 !important;
    }

    .no-margin-rt-xs{
        margin-right: 0 !important;
    }

    .no-margin-bt-xs{
        margin-bottom: 0 !important;
    }

    .no-margin-lt-xs{
        margin-left: 0 !important;
    }

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

    .no-padding-tp-xs{
        padding-top: 0 !important;
    }

    .no-padding-rt-xs{
        padding-right: 0 !important;
    }

    .no-padding-bt-xs{
        padding-bottom: 0 !important;
    }

    .no-padding-lt-xs{
        padding-left: 0 !important;
    }

    .row-eq-height-xs {
	    display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
	}

    .center-xs{
        text-align: center;
    }

    .small-hr.center-xs{
        margin: 15px auto;
    }

    .img-center-wrapper-xs{
        text-align: center;
    }
    .img-center-wrapper-xs img{
        float: none !important;
    }

    .no-margin-xs{margin:0!important;}

    .full-width-xs{width:100%!important;}

    .abs-tp-80-xs {
        top: 80px;
    }
}/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.margin-bt-sm{
		margin-bottom: 25px;
	}

	ul.list-stacking{
        margin-top: 15px;
    }

    .col-sm-12.bordered-rt{
        border-right: none;
        border-bottom: 2px solid #eee;
    }

    .footer .kt-country-picker .kt-chosen-country-flag,.footer .kt-country-picker .kt-country-list li a img{
        margin-right: 0px;
    }

    .background-keyplan .keytrade-block{
        min-height: 300px;
    }


    /*.col-sm-6.bordered-rt-md, .col-sm-6.bordered-rt{        
        border-bottom: 1px solid #eee;
    }  */  
}/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.keytrade-block a.btn.btn-primary{
	    float: left;
	}

	.keytrade-block h3 {
		font-size: 26px;
	}

	.keytrade-block h3.subtitle{
		font-size: 22px;
	}

	/* DOCUMENTS BLOCK */

	.documents-block img.icon {
	    margin-top: 15%;
	}

	.documents-block p {
	    margin-bottom: 20%;
	}

	.documents-block.documents-block-list{
		text-align: center;
	}

	.documents-block.documents-block-list .document-list-wrapper {		
		padding-left: 0;
		padding-top: 90px;
	}
	.documents-block.documents-block-list .document-list-wrapper:before{
		left: 50%;
		margin-left: -40px;
	}
	
	.documents-block.documents-block-list ul li{
		text-align: center;
	}

	/* HEADER BANNER BLOCK */

    .header-banner-content {        
        top: 130px;
        left: 5%;
        width: 60%;
    }
    .header-banner.text-pos-right .header-banner-content {	    
		left: 52%;
	}
	.header-banner.top-higher .header-banner-content {        
        top: 55px;        
    }

    .header-search{
    	top: 125px;
    }
	.kefunds-banner-content{
		top: 55px;
	}
	.hbc2{
		top: 10px !important;
	}

    /* FEES TABS BLOCK */
	
	.mobile-content{
	    display: none !important;	    
	}

	.banking-keypack-text {
		padding-right: 100px;
	}

	/* NAVIGATION BLOCK */

	.navigation-block{
		text-align: center;
	}

	.navigation-block a{
		text-decoration: none;
	}

	.navigation-block span{
		float: none !important;
		margin: 0px;
	}

	.navigation-block div{
		text-align: center;
		float: none;
		width: 100%;
		margin-top: 25px;
	}

	/* VIDEO BLOCK */

	.video-block .video-image-wrapper{
		padding: 0px 30px;
	}

	.video-block h1 br, .video-block h3 br{
	    display: none;
	}

	/* NUMBERS-BLOCK */ 
	#numbers-block .number {
	    font-size: 50px;
	}

	/* NUMBERS-BLOCK */ 
	#numbers-block h3 {
	    font-size: 20px;
	}

	#numbers-block .image-block {
	    font-size: 66px;
	    padding: 12px 11px 0px 0px;
	}

	#numbers-block .image-block.euro-sign {
		width: 60px;
	}

	#numbers-block .image-block.ascending-arrow {
		width: 85px;
	}

	/* SOCIAL ICON BLOCK */

	.social-icon-block{
   		margin-top: 0px;
	}


	.social-icon-block a img{
   		width: 45%;
    	margin-left: 74px;
	}


	/* CTA BLOCK */

	.cta-mobilepromo{
	    padding: 69px 100px;
	}


	/* KEYPLAN-BUILDER-BLOCK */

	.keyplan-builder-block input.input-xsmall {
	    margin-bottom: 0px;
	    text-align: center;
	    color: #2B3A45;
	}

	.keyplan-builder-block .fund {
    	height: 150px;
	}

    /* COOKIE POLICY ALERT */

    #cookiePolicyWrapper {
		position: fixed !important;
		left: 0;
		bottom: 0;
		background: rgb(239, 239, 239);
		border-radius: 0px;
		box-shadow: 0px 19px 40px 0px rgba(0, 0, 0, 0.5),
		0px 15px 20px 0px rgba(0, 0, 0, 0.5);
    }

    #cookiePolicyWrapper #cookiePolicyContainer {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* INTERNET EXPLORER 6 ALERT */

	#internet-explorer-6-alert { 
		top: 80px;
		left: 0;
	}

	#internet-explorer-6-alert #ie6Container {
        padding-left: 5px;
        padding-right: 5px;
    }

    /*TABLE PRODUCTS LIST */

	.table-products-list td:first-child, .table-products-list th:first-child {
	    padding-right: 40px;
	}

	.table-products-list td, .table-products-list th {
	    padding: 30px 10px;
	}

	.table-products-list th {
	    padding-top: 0px;
	}

	/* MMI */
	
	.mmi-embed {
		width: 70%;
		height: 310px;
		margin-top: 25px;
		margin-left: 15%;
	}

	/* HELPDESK BLOCK */

	.helpdesk-telephone-che .helpdesk-block-number{
	    font-size: 25px;
	    line-height: 1.5em;
	}

	.helpdesk-telephone-che .helpdesk-already-client,
	.helpdesk-telephone-che .helpdesk-block-title
	{
	    font-size: 20px;
	}

	.show-xs{
		display : none;
	}
}@media (min-width: 768px) and (max-width: 991px) {
   /* h1{
        font-size: 32px;
    }

    h2{
        font-size: 30px;
    }

    h3{
        font-size: 26px;
    }*/
}/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.padding-tp-sm{
    	padding-top: 25px;
    }

    .margin-tp-sm{
        margin-top: 25px;
    }

    .bordered-tp-sm{
    	border-top: 2px solid #EFF0F0;
    }

    .bordered-bt-sm{
    	border-bottom: 2px solid #EFF0F0;
    }

    .bordered-rt-sm{
        border-right: 2px solid #EFF0F0;
    }

    .bordered-lt-sm{
        border-left: 2px solid #EFF0F0;
    }

    .no-margin-tp-sm{
        margin-top: 0 !important;
    }

    .no-margin-rt-sm{
        margin-right: 0 !important;
    }

    .no-margin-bt-sm{
        margin-bottom: 0 !important;
    }

    .no-margin-lt-sm{
        margin-left: 0 !important;
    }

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

    .no-padding-tp-sm{
        padding-top: 0 !important;
    }

    .no-padding-rt-sm{
        padding-right: 0 !important;
    }

    .no-padding-bt-sm{
        padding-bottom: 0 !important;
    }

    .no-padding-lt-sm{
        padding-left: 0 !important;
    }

    .padding-tp-sm{
        padding-top: 25px !important;
    }

    .padding-rt-sm{
        padding-right: 25px !important;
    }

    .padding-bt-sm{
        padding-bottom: 25px !important;
    }

    .padding-lt-sm{
        padding-left: 25px !important;
    }

    .margin-tp-sm{
        margin-top: 25px !important;
    }

    .margin-tp-small-sm{
        margin-top: 12px !important;
    }

    .margin-rt-sm{
        margin-right: 25px !important;
    }

    .margin-bt-sm{
        margin-bottom: 25px !important;
    }

    .margin-lt-sm{
        margin-left: 25px !important;
    }

    .row-eq-height-sm {
	    display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
	}

    .pre-footer-space-block {
        height: 20px;
    }

    .center-sm{
        text-align: center;
    }

    .abs-tp-80-sm {
        top: 80px;
    }

}/* Medium devices (desktops, >= 992px to < 1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.margin-bt-md{
		margin-bottom: 25px;
	}

	ul.list-stacking{
        margin-top: 15px;
    }

    .col-md-12.bordered-rt{
        border-right: none;
        border-bottom: 2px solid #eee;
    }

    .homemediumbox {      
        background-size: auto;
        background-repeat: no-repeat;
        background-position: -50px bottom;
    }
}

@media (min-width: 992px){
    .bordered-rt-md{
        border-right: 2px solid #eee;
    }   
}/* Medium devices (desktops, >= 992px to < 1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.keytrade-block a.btn.btn-primary{
	    float: left;
	}

	/* ALIGN HEADER TITLE WITH THE LOGO KEYTRADE */ 
	.header-banner .header-banner-content {
	    width: 55%;
	    left: 50%;
	    margin-left: -415px;
	    margin-top: -40px;
	    top: 110px;
	}
	.header-banner.text-pos-right .header-banner-content {	    
		margin-left: 0px;		
	}
	.header-banner.width-half .header-banner-content {
		width: 52%;
	}
	.header-banner.include-last-character .header-banner-content {
		width: 54%;
	}

	/* DOCUMENTS BLOCK */

	.documents-block.documents-block-list{
		text-align: center;
	}

	.documents-block.documents-block-list .document-list-wrapper {		
		padding-left: 0;
		padding-top: 90px;
	}
	.documents-block.documents-block-list .document-list-wrapper:before{
		left: 50%;
		margin-left: -40px;
	}

	.documents-block.documents-block-list ul li{
		text-align: center;
	}

	/* SMALL PROMO BLOCK */

	.small-promo-block{
	    padding: 25px 40px;    
	}

	.small-promo-block h1{
	    font-size: 45px;   
	}

	/* MMI */

	.mmi-embed{
	    width: 70%;
	    height: 395px;
		margin-top: 20px;
	    margin-left: 15%;
	}

	/* HELPDESK BLOCK */

	.helpdesk-telephone-che .helpdesk-block-number{
	    font-size: 25px;
	    line-height: 1.5em;
	}

	.helpdesk-telephone-che .helpdesk-already-client,
	.helpdesk-telephone-che .helpdesk-block-title
	{
	    font-size: 20px;
	}
}


@media (min-width: 992px){

	/* HEADER BANNER BLOCK */
	
    .header-banner img {
        width: 100%;
        margin-left: 0;
    }

	#winner-banner-image{
		max-height: 370px;
		max-height: 100%;
		max-width: 15%;
	}
    /* FEES TABS BLOCK */
	
	.mobile-content{
	    display: none !important;	    
	}

    /* PROMO BANNER BLOCK WITH BTN */

    .promo-banner-with-btn-block.dark .btn-primary-center-wrapper,
    .promo-banner-with-btn-block.dark .btn-secondary-center-wrapper {
        position: relative;
        top: 15px;
    }

}/* Medium devices (desktops, >= 992px to < 1200px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.row-eq-height-md {
	    display: -webkit-box !important;
	    display: -webkit-flex !important;
	    display: -ms-flexbox !important;
	    display: flex !important;
	}

	.padding-tp-md{
        padding-top: 25px !important;
    }

    .padding-rt-md{
        padding-right: 25px !important;
    }

    .padding-bt-md{
        padding-bottom: 25px !important;
    }

    .padding-lt-md{
        padding-left: 25px !important;
    }

    .margin-tp-md{
        margin-top: 25px !important;
    }

    .margin-tp-small-md{
        margin-top: 12px !important;
    }

    .margin-rt-md{
        margin-right: 25px !important;
    }

    .margin-bt-md{
        margin-bottom: 25px !important;
    }

    .margin-lt-md{
        margin-left: 25px !important;
    }

    .no-margin-md-lt{
        margin-left: 0 !important;
    }

    .pos-abs-md{
        position: absolute;
    }

    .align-bottom-md{
        bottom: 0;
    }

    .align-left-md{
        left: 0;
    }

    .align-right-md{
        right: 0;
    }

    .full-width-md{width:100%!important;}

    .abs-tp-80-md {
        top: 80px;
    }

}/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/* FEES TABS BLOCK */
	
	.mobile-content{
	    display: none !important;
	    background-color: #FFFFFF;
	}

	.header-banner .header-banner-content {
	    width: 545px;
		left: 50%;
		margin-left: -533px;		
	}
	.header-banner-content.hbc2{
		width: 695px;
	}

	.header-banner.width-half .header-banner-content {
		width: 50%;
	}
	.header-banner.text-pos-right .header-banner-content {	    
		margin-left: 0px;		
	}
	.header-banner.include-last-character .header-banner-content {
	    width: 573px;
	}

	.header-banner .header-banner-content .header-banner-title{
		font-size: 40px;
	}
	.header-banner.text-big .header-banner-title{
	    font-size: 65px;  
	}

	.header-search{
	    top: 41%;
	}

	/* MMI */

	.flip-clock-wrapper ul{
	    height: 114px;
	    width: 80px;
	    margin: 5px 10px;
	}

	.flip-clock-wrapper ul li{
	    line-height: 109px;
	}

	.flip-clock-wrapper ul li a div.up:after{
	    top: 55px;
	}

	.flip-clock-divider .flip-clock-label{
	    right: -124px !important;
	}

	/* HELPDESK BLOCK */

	.helpdesk-telephone-che .helpdesk-already-client, 
	.helpdesk-telephone-che .helpdesk-block-number,
	.helpdesk-telephone-che .helpdesk-block-title
	{
	    font-size: 20px;
	    line-height: 1.5em;
	}

	.helpdesk-telephone-che.de .helpdesk-already-client, 
	.helpdesk-telephone-che.de .helpdesk-block-number,
	.helpdesk-telephone-che.de .helpdesk-block-title
	{
	    font-size: 20px;
	}
}/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.row-eq-height-lg {
	    display: -webkit-box !important;
	    display: -webkit-flex !important;
	    display: -ms-flexbox !important;
	    display: flex !important;
	}

	.no-margin-lg{
		margin: 0 !important;
	}

	.bordered-rt-lg {
		border-right: 2px solid #EFF0F0;
	}

	.bordered-lt-lg {
		border-left: 2px solid #EFF0F0;
	}

	.bordered-bt-lg {
		border-bottom: 2px solid #EFF0F0;
	}

	.bordered-tp-lg {
		border-top: 2px solid #EFF0F0;
	}

	.padding-tp-lg{
        padding-top: 25px !important;
    }

    .padding-rt-lg{
        padding-right: 25px !important;
    }

    .padding-bt-lg{
        padding-bottom: 25px !important;
    }

    .padding-lt-lg{
        padding-left: 25px !important;
    }

    .no-padding-tp-lg{
        padding-top: 0 !important;
    }

    .no-padding-rt-lg{
        padding-right: 0 !important;
    }

    .no-padding-bt-lg{
        padding-bottom: 0 !important;
    }

    .no-padding-lt-lg{
        padding-left: 0 !important;
    }

    .margin-tp-lg{
        margin-top: 25px !important;
    }

    .margin-tp-small-lg{
        margin-top: 12px !important;
    }

    .margin-rt-lg{
        margin-right: 25px !important;
    }

    .margin-bt-lg{
        margin-bottom: 25px !important;
    }

    .margin-lt-lg{
        margin-left: 25px !important;
    }

    .pos-abs-lg{
        position: absolute;
    }

    .align-bottom-lg{
        bottom: 0;
    }

    .align-left-lg{
        left: 0;
    }

    .align-right-lg{
        right: 0;
    }

    .abs-tp-80-lg {
        top: 80px;
    }
}