
#mobile-menu #nav_menu-6,
#mobile-menu #nav_menu-3,
#mobile-menu #nav_menu-5 {
    visibility: hidden;
    display: block; /* Ensure it's displayed for height calculations */
}
#drop1.leftmenu{
    pointer-events: none;
}




#connectivity-carousel {
    /*width: 420px;*/
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}
#carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}
#connectivity-carousel .carousel-slide {
    flex: 0 0 100%;
}
#connectivity-carousel ul.connectivitySlide {
    display: grid;
    /*grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));*/
    /*grid-template-columns: repeat(3, 1fr); !* Force 3 columns *!*/
    /*grid-template-columns: repeat(3, 1fr);*/
    align-items: stretch; /* ✅ important */
    gap: 4px;
    background: #f9f9f9;
    padding: 0px;
    border-radius: 8px;
    margin: 0 3px;

}
#connectivity-carousel ul.connectivitySlide {
    grid-template-columns: repeat(3, 1fr);
}
/* At 350px and up → 3 columns */
@media (max-width: 1225px) {
    #connectivity-carousel ul.connectivitySlide {
        grid-template-columns: repeat(2, 1fr);
    }
}
#connectivity-carousel  ul.connectivitySlide li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 1px 3px;
    font-size: 12px;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: 400;
    color: #333;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4;
    text-align: center;
}
#connectivity-carousel  ul.connectivitySlide li:before {
    content: none;
}
#carousel-dots {
    text-align: center;
    margin-top: 10px;
}
#carousel-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #bbb;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
#carousel-dots .dot.active {
    background: #333;
}
/*  */


.embeddedMessagingFrame.isMaximized{
    height: 456px !important;
    width: 440px !important;
    max-height: none !important;
}

#embeddedMessagingConversationButton{
    display: none;
}
#startGlobalChat{display: none;cursor: pointer}
/*29-04-2024*/

a.btn.disabled {
    pointer-events: none; /* Make it non-clickable */
    color: #ccc; /* Change the text color to light grey or another disabled-looking color */
}

.fxcodelink, a[href="https://www.lmax.com/fxgc-statement-of-commitment"], #menu-item-14829{
    /*display: none !important;*/
}
*{
    font-variant-ligatures: no-common-ligatures;
}
.offices li{
    margin-bottom: 15px;
}
#left-sidebar .sprite-ico-twitter {
    background-position: -161px -62px;
}
body[data-brand="glb"]  .sprite.sprite-ico-lmax-dark ,
.page-global  .sprite.sprite-ico-lmax-dark {
    /*background-position: -139px -62px;*/
    background-position: -25px -42px;
}
body[data-brand="glb"]  .sprite.sprite-ico-lmax,
.page-global   .sprite.sprite-ico-lmax {

    background-position: -2px -42px;
}
#step4C{
    display: block;
}
.event-location{
    display: none;
}
.event-name{
    font-weight: bold;
}

.mucaptcha .captcha-background {
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #949494;
    background: #f2f0f1;
    margin-top: 10px;
}
.mucaptcha .input-group-addon img{

    display: block;
    width: 100%;
    margin-top: 10px;
}
@media screen and (max-width: 799px) {

    .mucaptcha .input-group-addon img{
        display: inline-block !important;
        width: 60% !important;
    }
}

#wrapper-navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.servicestatusmobilebtn{
    position: relative;
}
#mobile-menu .dropdown-menu a, #mobile-menu .dropdown-menu .menu .servicestatusmobilebtn a{
    padding-left:40px;
}
.servicestatusmobilebtn:after{
    content: "";
    background: #33cc33;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 14px;
    left: 22px;
    border-radius: 100%;
}
#main ul .light{
    font-weight:400;
}

.dropdown-menu {
    min-width: 11rem;
    border: none;
}
#page.siteid-17{
    border-top: 0 !important;
}

.lp-ent-cont {
    width: 99%;
    position: relative; /* If you want text inside of it */
    border: 1px solid #d8d8d8;
}

#lp-ent-widget {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}


/* New Widget Tab */

.lmax-tab-wdgt{
    border: 1px solid #a3a3a3;
    margin: 30px 0 10px 0;
    border: 1px solid #666;
    padding: 8px 15px 15px 15px;
}

.lmax-tab-wdgt .tabcontainer{
    display: flex;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.lmax-tab-wdgt .tabcontainer .lmax-tab{
    flex: 1 0 0;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    /*text-decoration: underline;*/
    color: #d8d8d8;
    padding: 8px 5px;
}



/*.lmax-tab-wdgt .tabcontainer .lmax-tab.active:first-child{*/
/*    color: #37B34A;*/
/*}*/
.lmax-tab-wdgt .tabcontainer .lmax-tab.active{
    color: #000;
    font-weight: 600;
    text-decoration: none;
    background: #d8d8d8;
}

.lmax-tab-wdgt .display .tab-content{
    display: none;
}
.lmax-tab-wdgt  .display .tab-content.active{
    display: block;
}

.lmax-tab-wdgt .titlechange {
    color: #666;
    line-height: 1.75em;
    font-size: 33px;
    font-weight: bold;
    text-align: center;;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    position: relative;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.lmax-tab-wdgt .titlechange:before {
    content: "â–¼";
    display: inline-block;
    float: none;
    font-size: 1.05em;
    color: rgb(177, 160, 118);
    position: absolute;
    left: -40px;
    color: #35ACFE;
    top: -10px;
    transform: rotate(-90deg);
}
.lmax-tab-wdgt .livetitle:before{
    padding: 0 8px 0 5px;
}
.kmred{
    color: red !important;
    font-weight: bold;
}
.cfdintro strong{
    color: #000 !important;
    font-weight: 700;
}
.cfdintro a{
    color: #000 !important;
    padding: 0 5px;
}

.lmax-tab-wdgt  #instrumentVenue{
    text-align: center;
    margin-top: -8px;
}

.lmax-tab-wdgt .titlenote{
    color: #35acfe;
    font-size: 14px;
    line-height: 0em;
    text-align: center;
    margin:5px 0 20px 0;
}

.LMAXwdgtcontainer {
    border: 0px solid #fff;
}


.LMAXwdgtcontainer {
    /*padding-bottom: 28%;*/
    border: 0px solid #fff;
}



@media screen and (max-width: 699px) {
    .lmax-tab-wdgt{
        margin-left: -10px;
        margin-right: -10px;
    }
    .lmax-tab-wdgt .titlechange:before{
        font-size: 19px;
        top: -7px;
        left: -21px;
    }
    .lmax-tab-wdgt .titlechange{
        font-size: 19px;
        margin-left:20px;
    }
    .lmax-tab-wdgt .livetitle{
        font-size: 19px;
    }
    .lmax-tab-wdgt .tabcontainer .lmax-tab {
        font-size: 12px;
    }
    .lmax-tab-wdgt #topvenuelabel .livetitle:before{
        padding: 0 5px 0 5px ;
    }
}







/* OFfline CHat*/

#chatoffline{
    cursor: pointer;
}

#chatonline.cn,
#chatoffline.cn{
    color: #fff;
    width: 96px!important;
}

#multisite-Global-MUCN #chatonline,
#multisite-Global-MUCN #chatoffline,
/*#multisite-global-cnnz #chatonline,*/
#multisite-global-cnnz #chatoffline
{
    color: #000;
    width: 96px!important;
}

#chatoffline{
    filter: grayscale(100%);
}
#chatoffline,#chatonline{
    display: none;

}
#chatoffline,#chatonline, #chatonline a{
    font-size:15px !important; color: #000;
}

/* G Video and Events */


#left-sidebar ul.menu li.menu-item-has-children.hovered .sub-menu a {
    font-size: 1.25em !important;
    opacity: 1;
}


/* End */



/* Footer Risk Warning Bubble */

#frw-prof  {position: relative; text-decoration: underline;}

#frw-prof span {
    display: none;
    position: absolute;
    padding: 17px;
    background: #fff;
    border-radius: 3px;
    width: 500px;
    bottom: 20px;
    left: -230%;
    z-index: 9;
}

@media screen and (max-width: 699px) {
    #frw-prof span {
        width: 300px;
        left: -150%;
    }

}
#frw-prof:hover span {display: block;}
#frw-prof:hover span {display: block; color: #666;}

.moreStyle {
    font-size: .9em;
    font-weight: 400;
    padding-left: .6em;
}

@media screen and (max-width: 699px) {
    #cboxWrapper {
        height: 350px !important;
    }
.page-id-19298 #cboxWrapper { height: 472px    !important; }
}





#main  #idAnnualReports a{
    text-decoration: none;
}
#idAnnualReports .arrowimg{
    width: 17px;
}
#idAnnualReports {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;

}


.report-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
    cursor: pointer;
    text-decoration: none;
    background-color: #e0e0e0; /* Light gray background for each card */
    border-radius: 8px; /* Adjust as needed */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    overflow: hidden; /* Ensures that child elements do not overflow the rounded corners */
}

.report-card:hover {
    opacity: 0.8;
    cursor: pointer;
}
.report-card img {
    width: 100%;
    height: auto;
}

.report-info {
    /*background-color: #777; !* Gray background for title and arrow *!*/
    background: linear-gradient(to bottom, #888, #555);

    width: 100%;
    display: flex;
    justify-content: space-between; /* Aligns title to left and arrow to right */
    align-items: center;
    padding: 10px;
}

.report-title {
    color: #fff; /* Dark text color for better readability on gray background */
    margin: 0 0 0 0; /* Adjust as needed */
    padding: 0 0 0 10px;
    font-size: 1em; /* Adjust as needed */
    text-decoration: none;
    width: 100%;
    position: relative;
}
.report-title::after {
    content: "";
    display: inline-block;
    width: 15px; /* Adjust the width as needed */
    height: 15px; /* Adjust the height as needed */
    background-image: url('/assets/brandResources/chevron-double-down.png') ;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px; /* Adjust the margin for spacing */
    position: absolute;right:5px;top: 5px;
}

.arrowimg {
    width: 24px; /* Adjust as needed */
    height: auto;
    margin-right: 10px; /* Space on the right side */
    margin-top:3px;
}



.report-card--spacer {
    visibility: hidden;
    width: 31%;
}
/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .report-card {
        width: 50%; /* Width for medium screens */
    }
    .report-card--spacer {
        width: 50%; /* Adjust spacer width for medium screens */
    }
}
@media (max-width: 480px) {
    .report-card--spacer {
        display: none; /* Remove spacers on mobile screens */
    }
    .report-card {
        width: 70%;
        margin-bottom: 35px;
    }
}







/* FX Global Code */

.couponcode{

}

.fxcodelink{
    margin-top: 19px;
    display: inline-block;
}



/*.mainTooltip{*/
/*display: inline-block;*/
/*    position: relative;*/
/*}*/
#wrapper-footer .navbar-brand {
    padding: 0 0 14px;
}
/*.page-id-14743 .coupontooltip {*/
/*    display: block;*/
/*    padding: 3px 7px;*/
/*    position: absolute;*/
/*    border-radius: 5px;*/
/*    background: #d8d8d8;*/
/*    color: #888;*/
/*    top: 40px;*/
/*    right: 60px;*/
/*    opacity: 0;*/
/*    transition: all 500ms ease-in;*/
/*}*/
/*.page-id-14743 .couponcode:hover .coupontooltip {*/
/*    display: block;*/
/*    opacity: 1;*/
/*}*/

/*.page-id-14743 .couponcode {*/
/*    margin:100px 0 0 0 ;*/
/*}*/

.page-id-14743 .fxcode{
    display: block;
    /*font-weight: 400;*/
    /*margin: 0 0 1em;*/
    /*padding: 0 0 1.5em;*/
    /*background: url(     /wp-content/themes/lmax/img/patterns/retina-dot.png) 0 bottom repeat-x;*/
    /*background-size: 5px 5px;*/
}
/*#wrapper-footer #custom_html-5 a ,#wrapper-footer #custom_html-5 {*/
#wrapper-footer .contact, #wrapper-footer .underlogolinks{
    font-size: 16px;

}
#wrapper-footer .underlogolinks{

    margin-top:9px;
}

#wrapper-footer .underlogolinks.global{
    margin-top:5px;
}
#wrapper-footer .site-footer  .footerriskTopGap{
    padding-top:20px;
}
@media screen and (max-width: 767px) {
    #wrapper-footer .social{
        margin: 15px auto;
    }
    #wrapper-footer .contact, #wrapper-footer .underlogolinks{
        text-align: center; !important;
        font-size: 16px;
    }

}

.contact .social{
    margin: 0 0 0 20px;
    display: inline-block;
}


@media screen and (max-width: 1230px) {
    .contact .social{
        margin: 0;
        display: inline-block;
    }

}

/*odd size for small screens - very rare */
@media screen and (max-width: 991px) and (min-width: 768px) {
    #wrapper-footer    #menu-Footer,#wrapper-footer .contact, #wrapper-footer .underlogolinks{
        font-size: 12px;
    }

}




.page-id-14743 .wrapper .tooltip {
    position:relative; /* making the .tooltip span a container for the tooltip text */
    text-align:center;
    opacity: 1;
    line-height: 15px;
}

.page-id-14743 .wrapper .tooltip:before {
    content: "\25BC";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    color: #d8d8d8;
    transform: translate(-50%, 15px);
    font-size: 20px;
}






/**/
/* chinese nz new header layout */

#multisite-global-cnnz .headerBtn a span,.nz .headerBtn a span,
.mu .headerBtn a span{
    font-size: 17px;
}
#multisite-global-cnnz .navbar ,.nz .navbar,
.mu .navbar {
    padding: 23px 0 17px;
}

.nz #cookie-law-info-bar {
    top: 123px!important;
}

#multisite-global-cnnz #cookie-law-info-bar {
    /*top: 120px!important;*/
}

#multisite-global-cnnz #wrapper-headerabout ,.nz #wrapper-headerabout , .mu #wrapper-headerabout{
    height: auto;
    padding: 0;
}

#multisite-global-cnnz .headerBTN ,.nz .headerBtn,
.mu .headerBtn {
    margin: 0 auto;
}
#multisite-global-cnnz .sprite.sprite-ico-chat ,.nz .sprite.sprite-ico-chat ,
.mu .sprite.sprite-ico-chat {
    margin-right: 5px !important;
}

#multisite-global-cnnz .headerBtn a:hover,.nz .headerBtn a:hover,
.mu .headerBtn a:hover{
    text-decoration: underline !important;
}
#multisite-global-cnnz .headerBtn a,.nz .headerBtn a,
.mu .headerBtn a{
    /*color: #000 !important;*/
    /*text-decoration: underline;*/
    /*font-weight: 600;*/
}
/*#multisite-global-cnnz .headerBtn::after,*/
.nz .headerBtn .tel{
    position: absolute;
    bottom: 0;
    left: -135px;
}
.mu .headerBtn .tel{
    position: absolute;
    bottom: 3px !important;
    left: -132px;
}

#multisite-global-cnnz #navbarNavInfo ,.nz #navbarNavInfo {
    /*margin-right: 130px;*/
}
#multisite-global-cnnz nav .award,.nz nav .award{
    /*right: 0;*/
    /*left: auto;*/
}


#multisite-global-cnnz .headerBtn .chat,
/*.nz .headerBtn .chat ,*/
/*.mu .headerBtn .chat ,*/
#multisite-Global-MUCN.headerBtn .chat {
    background: #fff;
    padding-bottom: 2px;
    padding-top: 1px;
    border: 1px solid #000;
}
#multisite-global-cnnz .headerBtn .chat a,
#multisite-group.nz .headerBtn .chat a,
#multisite-group.mu .headerBtn .chat a ,
#multisite-Global-MUCN .headerBtn .chat a {
    color:  #000 !important;

}


#multisite-global-cnnz .headerBtn .chat:hover a
,.nz .headerBtn .chat:hover a
,.mu .headerBtn .chat:hover a
,#multisite-Global-MUCN .headerBtn .chat:hover a
{
    /*color: #666 !important;*/
}
#multisite-global-cnnz .headerBtn .apply
,.nz .headerBtn .apply,
.mu .headerBtn .apply
,#multisite-Global-MUCN .headerBtn .apply
{
    border: 1px solid #0076ff;

}
#multisite-global-cnnz .headerBtn .apply a
,.nz .headerBtn .apply a,
.mu .headerBtn .apply a
,#multisite-Global-MUCN .headerBtn .apply a {
    color:  #0076ff !important;

}

#multisite-global-cnnz .headerBtn .login ,
#multisite-global-cnnz .headerBtn .mt4partner ,
#multisite-global-cnnz .headerBtn .mt4login ,
.nz .headerBtn .login ,.nz .headerBtn .mt4partner ,
.nz .headerBtn .mt4login,
.mu .headerBtn .login ,
.mu .headerBtn .mt4partner ,
.mu .headerBtn .mt4login,
#multisite-Global-MUCN .headerBtn .login ,
#multisite-Global-MUCN .headerBtn .mt4partner ,
#multisite-Global-MUCN .headerBtn .mt4login,
.headerBtn .mt4btn {
    background: #00cc00;
    border: 1px solid #00cc00;
}

.nz #mt4:not(.prsd){
    padding-bottom: 1px;
    /*background: red;padding:20px;*/
}

/* new styles for nz header*/
.headerBtn  #mt4.prsd .mt4login,   .headerBtn #mt4.prsd  .mt4partner {
    display: none !important;
}
.headerBtn  #mt4  .bfclk  {
    display: none !important;
}
.headerBtn  #mt4.prsd .bfclk {
    display: inline-block !important;
}

/* Videos */

#relatedvids{
    display: flex;
    flex-wrap:  wrap;
    justify-content: space-between;
    align-items: stretch;
}
#relatedvids .item{
    max-width: 47%;
    margin: 5px 0 30px 0;
    /*border:1px solid darkslategray;*/
}
#relatedvids a img{


}

#relatedvids .latest-video-title{
    color: #666;
}

/**/

#multisite-global-cnnz .headerBtn li ,
.nz .headerBtn li,
.mu .headerBtn li ,
#multisite-Global-MUCN .headerBtn li
{
    margin-bottom: 0px;
    margin-top: 5px;
    padding-bottom: 3px;
    padding-top: 0px;
    list-style-type: none;
    border-radius: 3px;
    /*border: none !important;*/
    /*display: inline-block;*/
    width: 100%;

}
#multisite-global-cnnz .headerBtn .apply ,
#multisite-global-cnnz .headerBtn .login ,
.nz .headerBtn .apply ,
.nz .headerBtn .login ,
.mu .headerBtn .apply ,
.mu .headerBtn .login
{

    /*padding: 2px 8px;*/
}
.nz .headerBtn ,
.mu .headerBtn  {
    /*width: 81%;*/
    width: 91%;
    position: absolute;
    right: 8px;
}

#multisite-global-cnnz .headerBtn  {
    width: 100%;
    position: absolute;
    right: 8px;
}
#multisite-global-cnnz .headerBtn .col-md-6 ,
#multisite-global-cnnz .headerBtn .col-md-4 ,
.mu .headerBtn .col-md-4,.mu .headerBtn .col-md-6 ,
.nz .headerBtn .col-md-4,.nz .headerBtn .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}


#multisite-global-cnnz .headerBtn a ,
.nz .headerBtn a ,
.mu .headerBtn a ,
#multisite-Global-MUCN .headerBtn a {
    height: auto !important;
    float: none !important;
    color: #fff !important;
    /*font-size: 14px !important;*/
    width: 100%;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;


}
/* #multisite-Global-MU  apply form changes */

.mu #resultBox,.mu #MA{
    display: block;
}




#wrapper-headerabout ul.headerBtn  li:before{
    content:"";
}

body#multisite-group.nz .region-contact{display: none;}
body#multisite-group.mu .region-contact{display: none;}
/*body#multisite-Global-MU .region-contact{display: none;}*/

body.nz #wrapper-headerabout ul,
body.mu #wrapper-headerabout ul{
    float: none;
    margin-top: -6px;
}

#multisite-global-cnnz #wrapper-headerabout ul{
    margin-top: -6px;
}

/* event page video fixes */
.page-events #content .cycle-vertical .cycle-slideshow .cycle-caption {

    background: rgba(0,0,0,0.7);
    padding: 0px 5px;
}
@media screen and (min-width: 699px) {

    #main .overview .cycle-vertical .cycle-controls .next1{
        top: auto!important;
        bottom: -9px!important;

    }

    .cyclecaptions p{min-height: 50px;  }
    #content .overview .cycle-vertical{
        margin-top: 20px;
    }
}


@media screen and (max-width: 900px) {
    #wrapper-footer p .separator{
        visibility: visible;
        height: auto;
        display: inline-block;
    }

}
@media screen and (max-width: 699px) {


    #page {
        border-top: none !important;
    }
}




/* execution boxes space*/
.execution .middle p:first-child{
    margin-bottom: 3.2rem;
}

@media screen and  (max-width: 1220px) {

    .execution .middle p:first-child{
        margin-bottom: 2.5rem;
    }
}
@media screen and  (max-width: 960px) {

    .execution .middle p:first-child{
        margin-bottom: 1rem;
    }
}

@media screen and  (max-width: 960px) {
    .applyor{
        display: none;
    }
    .execution .middle p:first-child{
        margin-bottom: 1rem;
    }
}



#main ul a{
    font-weight: 400;
}
#liveagent_button_online_573D0000000Gppt,
#liveagent_button_online_573D00000008QoZ,
#liveagent_button_online_573D0000000GpqN,
#liveagent_button_online_573D0000000Gppy{
    display: block !important;
}
#liveagent_button_online_573D0000000Gpt6{
    display: inline-block !important;
}


#multisite-global-nz #applynow,
#multisite-global-cnnz #applynow {
    padding: 10px 30px 10px 30px !important;
}

#left-sidebar .prices {
    position: relative;
    padding: 0 0 69%;
    margin: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: padding-bottom .2s ease-in-out;
    transition: padding-bottom .2s ease-in-out;
}


/* New Header layoutstyles and fixes*/

#wrapper-headerabout ul li {

    display: inline-block;
}

#content .panel-group a.closed{
    color: #be0a24 !important;
}



.awardblock{
    display: block;
}









/* New Zealand */



#multisite-global-nz .btnor,
#multisite-global-cnnz .btnor{
    padding: 0 20px;
}



@media (max-width: 995px) {
    #multisite-global-nz #applynow,
    #multisite-global-cnnz #applynow
    {
        width: 100%; !important;
    }
    #multisite-global-nz .btnor,
    #multisite-global-cnnz .btnor
    {    text-align: center;
        font-style: italic;
        padding: 8px 5px;
        font-weight: bold;
        width: 100%;
        display: block;
    }
    .mfeedown  {
        line-height: 41px;
    }
    .effdt{
        padding-left: 0 !important;
        font-size: 12px !important;
        white-space: nowrap;
    }
    .prvnu{
        padding-left: 5px !important;
        font-size: 12px !important;
        white-space: nowrap;
    }

}


.feetable{

}
.feetable td{
    padding: 12px;
}
.effdt{
    font-size: 16px;
    padding-left: 15px;
    color: #999999;
}
.prvnu{
    font-size: 16px;
    padding-left: 10px;
    color: #999999;
}
.feetable .frst, .feetable th{
    font-weight: 600;
}
.feetable .desc{
    font-weight: normal;
    font-size: 13px;
}
.feetable .red{
    color: #be0a24;
}
.feetable .highlight{
    background: rgba(0,0,0,.05);

}

.mfeedown  a{
    padding-right: 40px;
    position: relative;
}
.mfeedown a:after {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    right: 0px;
    width: 32px;
    height: 32px;
    background: url(https://www.lmax.com/blog/wp-content/themes/revamp/assets/img/pdficon_large.png) no-repeat 0 0;
}

.page-fxgc-statement-of-commitment   .mfeedown  a{
    padding-left: 40px;
    padding-right: 0;
    position: relative;
    display: inline-block;
    color: #1b71c0 !important;
    text-decoration: underline;

}
.page-fxgc-statement-of-commitment .mfeedown a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: 32px;
    height: 32px;
    background: url(https://www.lmax.com/blog/wp-content/themes/revamp/assets/img/pdficon_large.png) no-repeat 0 0;
}


#multisite-global-nz .dropdown-menu li, #multisite-global-nz #mobile-menu .dropdown-menu .menu li {

    background: #f2f2f2;

}
.ytp-cued-thumbnail-overlay-image {
    background-size: contain;
}
.nzlgn{
    padding-left: 20px;
}

.fxwlink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#multisite-global-nz .chat,
#multisite-chinese .chat{
    background: rgb(38,167,39);
    background: linear-gradient(0deg, rgba(38,167,39,1) 54%, rgba(84,215,84,1) 82%);
    border-radius: 3px;
    margin-right: 20px;
    position: relative;
    border: none;
}
#multisite-global-nz .chat:after,
multisite-global-cnnz .chat:after {

    content: "";
    border-left: 2px solid #666666;
    height: 100%;
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
}
/*#multisite-chinese  .chat:after */
#multisite-global-nz  .chat:hover,
#multisite-global-nz  .chat:hover,
#multisite-chinese  .chat:hover{
    background: rgb(35,150,35);
    background: linear-gradient(0deg, rgba(35,150,35,1) 54%, rgba(76,190,77,1) 82%);
}
#multisite-group.nz  .chat a, #multisite-global-cnnz  .chat a, #multisite-chinese  .chat a {
    color: #fff;
    /*font-weight: 400;*/
    /*font-size: 15px;*/
    padding: 2px;
}



#multisite-chinese  .sprite.sprite-ico-chat{
    background-image: url(https://www.lmax.com/wp-content/themes/lmax/img/chat-white.png);
    background-position: center center;
    background-size: 100% 120%;
    width: 16px;
    height: 11px;
    position: relative;
    top: 1px;
}



#multisite-global-cnnz .sprite.sprite-ico-chat,
#multisite-group.nz .sprite.sprite-ico-chat{

    background-image: url(https://www.lmax.com/wp-content/themes/lmax/img/retina-spritesheet.png?v=7);
    background-repeat: no-repeat;
    background-size: 261px 150px;
    background-position: -99px -2px;
    width: 16px;
    height: 11px;
    position: relative;
    top: 1px;
}

/**/


#cboxClose {
    display: block;
    color: #555;
    height: 36px;
    right: -55px;
    top: -52px;
    width: 36px;
    z-index: 5000;
    position: absolute;
    background: url(https://www.lmax.com/wp-content/themes/lmax/img/colorbox/close.png) no-repeat;
    border-radius: 0 0 0 10px;
}
.rel{
    position:relative;
}

/*customising calendar mk*/


.calCon{
    width:80%;
    padding:5%;
    margin: 0 auto;
}

.strk{
    text-decoration: line-through;
}

.grecaptcha-badge{
    visibility: collapse !important;
}

.hbspt-form{
    background: #F5F5F5;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #d8d8d8;
}

.hbspt-form input[type="text"], .hbspt-form input[type="email"]{
    width: 100%;
    font-size: 12px;
    padding:10px;
}

#left-sidebar .hbspt-form ul li:before{
    content: "";
}
#left-sidebar .hbspt-form ul{padding: 0;}

.hbspt-form input[type="checkbox"]{
    margin-right: 10px;

}

.hs_special_reports{
    margin-top: 20px;
}
.hs-button {
    background: #2ca526;
    color: #ffffff;
    padding: 5px 30px;
    margin: 5px 0 0 0;
    font-size: inherit;
    width: 40%;
    border-radius: 3px;
    border: 1px solid #cccccc;
}










/* End Pre Trade button and instructions only */




/* exchange fixes km */

.header-messages {
    border-bottom: 1px solid #410a36;
    padding: 0px 0 30px 0;
}


/* end exchange fixes km */






#wrapper-footer .navbar-brand {
    width: auto;
}
#wrapper-footer .navbar-brand img {
    height: 40px;
    margin-bottom:  2px;
}

.social .addthis_toolbox a {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    #wrapper-footer .navbar-brand {
        width: auto;
        text-align: center;
    }

    #wrapper-footer .navbar-brand img {
        /*height: auto;*/
        height: 30px;
    }
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

body{
    color: #555!important;
}

/*.dropdown-menu{*/
/*    display: block !important;*/
/*    padding: 0 !important;*/
/*    border: 0;*/
/*}*/


#wrapper-navbar{
    z-index: 200;
}

#main ul.press-tabs .h1tab{
    font-family: "Lato-Light";
}

#main ul.press-tabs li a{
    border-radius: 4px 4px 0 0;
    background: #fafafa;
}

#main ul.press-tabs li a.active{
    background: none;
    color: #be0a24;
    border: 1px solid #dddddd;
    border-bottom: none;
}

#main .addthis.single a{
    color: #999999;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
}

#main ul.press-tabs li a.active h1,#main ul.press-tabs li a.active .h1tab{
    color: #be0a24;
}

#main ul.press-tabs li a h1{
    color: #555;
}

.news .nolink{
    background: none;
}

.news .nolink a{
    text-decoration: none!important;
    color: #be0a24!important;
}

#content .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.newevents .panel-title, .oldevents .panel-title{
    font-style: italic!important;
    font-weight: 400!important;
    line-height: 1.1em!important;
    font-size: 1.625em!important;
    margin: 0!important;
    padding: 0.2em 60px 0.2em 0!important;
}

.newevents .panel-body p, .oldevents .panel-body p{
    margin-bottom: 0;
    font-size: 1em;
    padding-bottom: 10px;
}

.newevents .panel-body p small, .oldevents .panel-body p small{
    font-size: 85%;
}

.oldevents .panel-title small{
    padding-left: 10px;
    font-size: 16px;
    color: #999;
}

.page-mobile h2{
    position: relative;
}

.page-mobile h2 .addthis.single {
    top: 31px!important;
    position: absolute;
    right: 0;
}

.page-mobile .addthis.single span {
    position: absolute;
    top: 0;
    right: 25px;
    white-space: nowrap;
}

.oldevents h2.nolink a {
    color: #be0a24;
    text-decoration: none;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375em;
}

.oldevents h2.nolink a.plus:after {
    content: "[\2013]";
    color: #be0a24;
    text-decoration: none;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    font-style: normal;
}

.oldevents .panel-title .accordion-toggle.opened, .oldevents .panel-title .accordion-toggle{
    text-decoration: none!important;
    color: #333333;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    font-style: normal;
    padding-left: 10px;
}

#eventsslideshow .cycle-slide img{
    width:auto;
}

#external {
    position: absolute;
    top: 0px;
    right: 17px;
    margin: 0;
    padding: 0;
}

#external .glyphicon {
    font-size: 20px;
}

.cyclecaptions{
    padding-top: 20px;
    width: 58.33333%;
    float: left;
}

.oldevents .panel-body .more.accordion-toggle.np{
    padding-left: 0!important;
}

#main .events .newevents h2, #main .oldevents h2{
    padding-bottom: 20px;
    margin-bottom: -15px;
}

#main  h2#latest{
    padding-bottom: 20px;
}

#main .events{
    margin-top: 15px;
}

#main .event {
    position: relative;
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    padding-top: 10px;
}

#main .event:first-of-type, #main .event:nth-of-type(8){
    border: none;
}

.newevents .panel-title:before, .oldevents .panel-title:before{
    content: ""!important;
}

#content .label-success {
    background-color: #5cb85c;
}

#content .label-danger {
    background-color: #d9534f;
}

#content a.plus.collapsed,
#content a.plus.closed{
    color: #be0a24;
    text-decoration: none;
    margin-top: 5px;
    display: block;
}

#content #oldevents a.plus.collapsed{
    font-size: 1.6rem!important;
    font-style: italic;
    margin-top: 10px;
}

#content #oldevents a.plus.collapsed.closed{
    color: #be0a24;
    text-decoration: none;
    /*padding-left: 0!important;*/
    /*display: block!important;*/
    margin-bottom: -10px;
}

#content a.plus.collapsed:after{
    content: "[+]";
}

#content a.plus.closed:after{
    content: "[-]";
}




/* */
#main  .events h3 a,
#main  .oldevents h3 a{
    color: #000;
    text-decoration: none;
}

#page-wrapper #content  #oldevents #loadmoreBtn{
    /*display: inline-block ;*/
    display: none ;
    border: 1px solid #888;
    color: #999 !important;
    border-radius: 1px;
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 8px 24px;
    font-style: normal;
    margin-top: 30px;
    margin-bottom: 30px;

}
#content  #oldevents #loadmoreBtn:hover{
    background: #eee;

}
#content #loadmoreBtn.plus.collapsed:after{
    content: "" !important;
}
#content #loadmoreBtn.plus.closed:after{
    content: "" !important;
}
/**/










#content .tab-content .news h2.nolink{
    padding: 10px 0 0 0!important;
}

#primary ul.press-tabs {
    line-height: 1.1em;
    font-weight: 700;
    padding-left: 0!important;
    padding-bottom: 4px!important;
    color: #444444;
    background: url("https://www.lmax.com/wp-content/themes/lmax/img/patterns/retina-dot.png") repeat-x scroll 0 bottom transparent!important;
    background-size: 5px 5px!important;
}













.single-press-release .entry-content h1{
    padding-right: 60px !important;
}

#menu-Header a{
    color: #000;
}

#wrapper-headerabout{
    height: 0;
}

nav .award{
    position: absolute;
    left: 300px;
}

nav .award a {
    height: 77px;
    float: left;
}
/**/
#mkrtgfx strong{
    color: #1b71c0 !important;

    font-size: 16px;
    height: auto;"
}
nav .award img {
    /*max-width: 60px;*/
    max-width: 120px;
    max-height: 100%;
    margin-right:3px;
}
/**/
nav .award p {
    padding: 0 0 0 5px;
    line-height: 19px;
    display: block;
    float: left;
    margin-bottom: 0;
}

nav .award #rtgfx strong {
    color: #1b71c0!important;
    font-size: 14px;
    line-height: 14px;
}

nav .award #rtgfx a{
    text-decoration: underline;
    font-size: 14px;
    height: auto;
    color: #1b71c0!important;
}

nav li.login {
    border-left: 0!important;
    padding-right: 0!important;
}

nav li.login a {
    color: #00912c!important;
    font-weight: 400;
    font-size: 15px;
}

nav li.chat a {
    color: #262626;
    font-weight: 400;
    font-size: 15px;
}



.chat{
    border-left: 2px solid #666666;

}
.mu .headerBtn .chat{
    /*border-radius: 0 !important;*/
    margin-top: 5px;
}
nav .region  ul > li {
    border-left: 2px solid #666666;
    padding: 0 8px;
    line-height: 18px;
}

.siteid-13 nav .region  ul > li.chat,
.siteid-16 nav .region  ul > li.chat{
    height: 20px;
}

nav .region  ul > li:first-child, nav li.login {
    border-left: 0;
}

nav .region  a.tooltip-wrapper {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid;
    font-weight: 400;
    font-size: 15px;
}

nav .dropdown-toggle::after{
    display: none!important;
}

#menu-Footer > li > a, #menu-footer > li > a{
    display: none;
}

#menu-Footer > li > ul, #menu-footer > li > ul{
    padding-left: 0;
}

#menu-Footer > li > ul li, #menu-footer > li > ul li{
    list-style-type: none;
    padding-top: 1.2em;
}

#menu-Footer > li > ul li:first-child, #menu-footer > li > ul li:first-child {
    padding-top: 0;
}

#navbarNavInfo .nav .submenu {
    position: relative;
    /*position: static;*/
    height: auto;
    left: 0;
}

.page-home #navbarNavInfo .nav .submenu {
    padding-bottom: 25px;
}

#navbarNavInfo .nav li:before{
    color: #be0a24!important;
}

#js-inline-alert, #form-sms .ringcaptcha.widget .wizard .wizard-code-step p{
    text-align: left!important;
}

.multisite-de #navbarNavInfo .nav .submenu,
.multisite-es #navbarNavInfo .nav .submenu,
.multisite-fr #navbarNavInfo .nav .submenu,
.multisite-ru #navbarNavInfo .nav .submenu{
    margin-top: 2px;
}

#navbarNavInfo p.home{
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    clear: both;
    float: right;
    line-height: 22px;
    display: block;
    margin-bottom: 40px;
}

.page-home nav .region ul > li a{
    color: #262626;
    font-size: 15px;
}

.siteid-11 nav .region ul > li.chat{
    height: 19px;
    width: 81px;
    overflow: hidden;
}

.siteid-11 nav .region ul > li.login{
    width: 98px;
    display: block;
    overflow: hidden;
}

.page-home nav .region .execphpwidget > ul > li{
    border-left-color: #be0a24;
    position: relative;
    height: 20px;
}

.page-home .siteid-11 #prefooter{
    display: block;
}

.page-home #wrapper-footer{
    padding: 20px 0 20px;
}

.nav .submenu .dropdown-menu.language{
    left: auto;
    left: -17px!important;
    padding: 0;
    top: 40px;
    margin: 0;
    border-radius: 0;
    min-width: 6.5rem;
}

.siteid-15 .nav .submenu .dropdown-menu.language{
    left: -22px!important;
}

.siteid-11 .nav .submenu .dropdown-menu.language,
.siteid-16 .nav .submenu .dropdown-menu.language{
    left: -32px!important;
}

.page-home .nav .submenu .dropdown-menu{
    margin: 0;
    border-radius: 0;
    text-align: left;
    padding-top: 40px;
    top: 0px;
    left: -10px;
    z-index: -1;
    border-top: 0;
}

.page-home .nav .submenu .dropdown-menu li a:hover{
    color: #fff;
}

.page-home .nav .submenu .dropdown-menu li.leaf{
    text-align: left;
}

.dropdown-menu li, #mobile-menu .dropdown-menu .menu li {
    height: auto;
    line-height: inherit;
    /*border-top: 1px solid #cccccc; *//*red;*/

    padding: 0!important;
    width: 100%;
    float: none;
    clear: both;
    border-left: 0!important;
    text-align: right;
}



.dropdown-menu a, #mobile-menu .dropdown-menu .menu a {
    background: none;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    padding: 6px 8px;
    height: auto;
    color: #444444;
    font-weight: 400;
    font-size: 15px;
}

.dropdown-menu a:hover{
    text-decoration: none;
    background: #666;
    color:#fff;
}

@media (min-width: 1600px){
    .container {
        max-width: 1200px;
    }
}

.submenu .dropdown-toggle.language span{
    color: #999999;
    font-weight: 300;
    font-size: 15px;
    padding-right: 3px;
}

ul.nav .submenu .sprite {
    margin-bottom: -2px;
}

ul.nav .submenu .dropdown-menu .sprite{
    border: 1px solid #fff;
}

.nav .submenu.open .dropdown-menu{
    display: block;
}

.multisite-de #menu-header li:first-of-type:before,
.multisite-es #menu-header li:first-of-type:before,
.multisite-ru #menu-header li:first-of-type:before,
.multisite-fr #menu-header li:first-of-type:before,
.multisite-nz #menu-header li:first-of-type:before,
.siteid-7 #menu-header li:first-of-type:before,
.siteid-8 #menu-header li:first-of-type:before,
.siteid-9 #menu-header li:first-of-type:before,
.siteid-10 #menu-header li:first-of-type:before,
.siteid-15 #menu-header li:first-of-type:before{
    display: none;
}

.multisite-de #menu-header li:first-of-type,
.multisite-es #menu-header li:first-of-type,
.multisite-ru #menu-header li:first-of-type,
.multisite-fr #menu-header li:first-of-type,
.multisite-nz #menu-header li:first-of-type,
.siteid-7 #menu-header li:first-of-type,
.siteid-8 #menu-header li:first-of-type,
.siteid-9 #menu-header li:first-of-type,
.siteid-10 #menu-header li:first-of-type,
.siteid-15 #menu-header li:first-of-type{
    color: #666;
    font-weight: 400;
}

.multisite-de .nav .submenu .dropdown-menu.language,
.multisite-es .nav .submenu .dropdown-menu.language,
.multisite-ru .nav .submenu .dropdown-menu.language,
.multisite-fr .nav .submenu .dropdown-menu.language,
.multisite-nz .nav .submenu .dropdown-menu.language,
.siteid-7 .nav .submenu .dropdown-menu.language,
.siteid-8 .nav .submenu .dropdown-menu.language,
.siteid-9 .nav .submenu .dropdown-menu.language,
.siteid-10 .nav .submenu .dropdown-menu.language,
.siteid-15 .nav .submenu .dropdown-menu.language{
    top: 40px;
}

.region.region-contact ul.nav{
    position: relative;
}

.multisite-de #menu-header li:first-of-type a.tooltip-wrapper,
.multisite-es #menu-header li:first-of-type a.tooltip-wrapper,
.multisite-ru #menu-header li:first-of-type a.tooltip-wrapper,
.multisite-fr #menu-header li:first-of-type a.tooltip-wrapper,
.multisite-nz #menu-header li:first-of-type a.tooltip-wrapper,
.siteid-7 #menu-header li:first-of-type a.tooltip-wrapper,
.siteid-8 #menu-header li:first-of-type a.tooltip-wrapper,
.siteid-9 #menu-header li:first-of-type a.tooltip-wrapper,
.siteid-10 #menu-header li:first-of-type a.tooltip-wrapper,
.siteid-15 #menu-header li:first-of-type a.tooltip-wrapper{
    color: #000;
    border-bottom: 1px solid #000;
    margin-right: 5px;
}

.multisite-es .region ul.nav > li:first-child,
.siteid-8 .region ul.nav  > li:first-child,
.siteid-11 .region ul.nav  > li:first-child,
.multisite-cn .region ul.nav  > li:first-child,
.siteid-16 .region ul.nav  > li:first-child{
    padding-right: 12px!important;
}

.cycle-pager {
    text-align: right;
    width: 100%;
    height: 17px;
    z-index: 500;
    position: absolute;
    top: auto;
    bottom: 2px;
    left: 0;
    overflow: hidden;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    display: inline-block;
    color: #be0a24;
    cursor: pointer;
    margin-left: 7px;
}

.cycle-pager span.cycle-pager-active {
    color: #ffffff;
}


.page-dfx #content .prices {

    background: #e1e5e8 !important;
}






.breadcrumbs{
    margin: -5px 0 0 0;
    color: transparent;
}

.breadcrumbs a{
    text-decoration: none!important;
}

.breadcrumbs span{
    font-size: 11px;
    color: #555;
    margin-left: -13px;
}

.breadcrumbs span:first-of-type{
    margin-left: 0;
}

.breadcrumbs > span:after{
    content: "\203A";
    padding: 0 5px;
    color: #be0a24;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    vertical-align: bottom;
}

.breadcrumbs > span:last-of-type:after{
    display: none;
}

#left-sidebar aside .widget-title,#left-sidebar .custom-html-widget .col-sm-6 h2{
    font-size: 0.90em;
    line-height: 1.1em;
    font-weight: 700;
    color: #444444;
    background: url("https://www.lmax.com/wp-content/themes/lmax/img/patterns/retina-dot.png") repeat-x scroll 0 bottom transparent;
    background-size: 5px 5px;
    margin: 0 0 0.5em;
    padding: 10px 0 17px;
}

#left-sidebar .custom-html-widget .col-sm-6 h2 a{
    text-decoration: none;
}

#left-sidebar aside.widget_custom_html:first-of-type{
    padding-bottom: 0;
}

#left-sidebar aside.widget_custom_html{
    padding-top: 18px;
    padding-bottom: 18px;
}

#left-sidebar aside.widget_custom_html img{
    width: 100%;
}

#left-sidebar aside .addthis.single{
    display: none;
}

.newnews li{
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.newnews li:before {
    content: "\203A";
    font-size: 1.813em;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 1px;
    left: -3px;
    bottom: auto;
    right: auto;
    z-index: 1;
    color: #be0a24;
    font-size: 2.211em;
    font-weight: 400;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    top: -17px;
    left: 0;
}

.newnews li h3{
    padding:0;
    line-height: 1.3;
    font-family: "Lato",Arial,Helvetica,sans-serif;
}
#page-wrapper #left-sidebar .newsmore {
    padding-left: .6em !important;
}
.newnews strong{
    color: #000;
    font-weight: 400;
}


.newnews li a.text,
.news .newnews h3{
    color: #000!important;
    text-decoration: none!important;
    font-size: 15px!important;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#left-sidebar .newnews li a{
    font-size: 13px;
    line-height: 1.1;
    font-style: normal;
}

.newnews li span.separator{
    font-size: 1rem;
}

#left-sidebar p a.btn.btn-success{
    min-width: 72%;
    background-color: #26ce3a!important;
}

#main span.nobold{
    font-weight: 400 !important;
    color: #555555;
}

#cboxLoadedContent h1{
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    padding-top: 5px;
    padding-right: 30px;
}
#loginFailed{
    display: none;
}
.LoginBtnContainer div{
    text-align: center;

}
.LoginBtnContainer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap

}

#page-wrapper  #tradeLoginOptions .techvenue{
    display: block;
}


#page-wrapper #tradeLoginOptions button {

    margin-top: 10px;
    width:350px;
    padding: 10px 30px;
}
@media screen and (max-width: 699px) {
    #page-wrapper  #tradeLoginOptions button,
    #page-wrapper  #tradeLoginOptions div{
        width: 100%;
    }
}
#tradeLoginOptions{
    display: none;
}


#main #form-login{
    padding-top: 20px;
}

#main #form-login label{
    font-weight: bold;
    color: #000;
}

#main #form-login .form-group.block{
    margin-bottom: 0;
    margin-top: 35px;
}

#main #form-login .btn-success{
    /*width: 100%;*/
    padding: 4px 30px;
}

.form-control{
    font-size: 16px;
}

.dno img.pull-left.pr {
    max-width: 310px;
    padding: 5px 10px 0 0;
}

.dno .papr {
    padding-left: 310px;
}

#fxtrading p {
    font-size: 13px;
    padding-bottom: 3px;
    color: #777777;
    margin-bottom: 0;
}

#fxtrading p .glyphicon {
    color: #aaaaaa;
}

#fxtrading .thumbnail{
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 0px;
}

#fxtrading .thumbnail .addthis.single {
    position: relative;
}

#fxtrading .thumbnail .addthis.single .addthis_toolbox {
    position: absolute;
    bottom: 0px;
    right: 4px;
    z-index: 10;
}

#main #fxtrading h2 {
    font-size: 12px!important;
    background: none;
    color:#777;
    font-style: normal;
    margin-top: 5px;
}

#fxtrading .thumbnaill a {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border: 1px solid #DDDDDD;
}

#primary .videogallery ul.nav-tabs {
    padding: 0;
    margin: 20px 0!important;
    border-bottom: none!important:
}
/*style to enlarge featured video */
.featured{
    margin-bottom: 15px;
}
#primary .videogallery .nav-tabs>li>a{
    text-decoration: none!important;
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
    padding: 10px 15px;
}

#primary .videogallery .nav-tabs>li>a.active{
    color: #be0a24;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom:none;
    cursor: default;
    font-weight:bold;
}

#primary .videogallery .nav-tabs>li>a:hover{
    cursor: pointer;
    color: #be0a24;
}

#primary .videogallery ul.nav-tabs li {
    line-height: 1.375em;
    border-bottom:none;
    margin-bottom: -2px;
}

#primary .videogallery ul.nav-tabs li:before{
    display: none;
}

#primary .videogallery .thumbnail {
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    line-height: 1.428571429;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
    display: block;
}

#primary .videogallery p.videoinfo {
    position: absolute;
    top: 0;
    z-index: 11;
    color: #ffffff;
    padding: 7px 30px 10px 10px;
    width: 100%;
    left: 0;
    text-shadow: 1px 1px 3px #000000;
    background: none;
    font-size: 13px;
    margin-bottom: 0;
}

#primary .videogallery p.videoinfo .glyphicon {
    color: #ffffff;
}

#primary .videogallery .thumbnail a:hover, #primary .videogallery .thumbnail:hover a{
    z-index:13;
}

#primary .videogallery p .mediatype {
    display: block;
    float: right;
}

#primary .videogallery .thumbnail .addthis.single {
    position: absolute !important;
    top: 39px;
    z-index: 14;
    right: 5px;
}

#primary .videogallery .thumbnail .addthis.single .addthis_toolbox {
    position: absolute;
    bottom: 6px;
    right: 4px;
    z-index: 10;
}

#newevents .addthis_button_compact.at300m span,
#oldevents .addthis_button_compact.at300m span{
    padding-left: 5px;
}

#primary .videogallery  .col-sm-6{
    margin-top: 0;
    margin-bottom: 15px;
}

#primary .videogallery  .col-sm-6.active{
    display: block;
}

#primary .videogallery .thumbnail a{
    border: 0;
    overflow: hidden;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    height: 100%;
    text-decoration: none;
    max-width: 100%;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#primary .videogallery .thumbnail img {
    margin: -10% 0;
    width: 100%;
}

.table-scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px){
    .table-scroll {
        box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.4);
    }
}

#primary .videogallery h2{
    margin: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 10px!important;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.7));
    color: #ffffff;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    opacity: 1;
    font-size: 1.3em;
    width: 100%;
    font-style: normal!important;
    font-weight: normal!important;
}

#primary .videogallery h2 span.innercaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    padding: 0;
    -webkit-transform: none;
    top: auto;
    -webkit-transition: top 0.35s;
    transition: top 0.35s;
    float: none;
    line-height: 1em;
    color: inherit;
}
.topriskwarning #page {
    border-top: 0px solid #000;
}
#primary .videogallery h2 span.outercaption{
    display: block;
    clear: both;
    position: relative;
    height: 100%;
    padding: 0;
    -webkit-transform: none;
    top: auto;
}
.topriskwarning{
    /*margin-top: 75px;*/
}
#wrapper-navbar {
    border-bottom: 1px solid #d8d8d8;
}
#wrapper-navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
}#risk-warning.sticky {
     position: fixed;
     top: 0;
     left: 0;
 }
#risk-warning {

    right: auto;
    margin: 0;
    /*-webkit-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.6);*/
    /*-moz-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.6);*/
    /*box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.6);*/
    color: #fff;
    text-shadow: none;
    padding: 6px 25px;
    width: 100%;
    z-index: 300;
    /*background: rgba(0,0,0,1);*/
    background: #777;
    /*background: #f0f0f0;*/
    -webkit-transform: translateZ(0);
}

#risk-warning p {
    font-size: 1em;
    font-size: 15px;
    font-weight: 100;
    padding: 0;
    line-height: 1.1em;
    text-align: center;
    margin-bottom: 0;
}

#risk-warning a {
    color: #000000;
    text-decoration: underline;
}


img.pull-left.pr {
    padding: 5px 10px 0 0;
    float: left !important;
}

.panel-group.list .panel.panel-default::after{
    display: block;
    clear: both;
    content: "";
    box-sizing: border-box;
}

aside.widget_custom_html .boxes-box-content .row{
    padding-bottom: 20px;
}

aside.widget_custom_html > h3.widget-title{
    display: none;
}

#content aside .custom-html-widget h3{
    font-size: 1em!important;
}

#main .tab-content .news{
    margin-top: 15px;
}

#main .singlenews {
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#main .singlenews h2{
    background: none;
    padding-right: 90px!important;
    padding-bottom: 0!important;
}

#main .singlenews h2 a{
    text-decoration: none;
}

#left-sidebar .widget{
    width:100%;
    float: left;
}

.siteid-7 #left-sidebar .custom-html-widget{
    width:100%;
    float: left;
}

#main .singlenews .entry-footer{
    display: none;
}

#main .singlenews .single {
    position: absolute;
    top: 26px;
    left: auto;
    bottom: auto;
    right: 0;
    z-index: 1;
}

#main .singlenews i.sprite.sprite-ico-addthis,
#main .event.panel.panel-default i.sprite.sprite-ico-addthis{
    margin: -4px;
}

#main .singlenews .addthis_button_compact span,
#main .event.panel.panel-default .addthis_button_compact span{
    margin-right: 7px;
}

#main .news .event.panel.panel-default{
    margin-top: 0;
    padding-top: 0;
}

.not-front #content .news h2, .not-front #content h2.nolink {
    background: none;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 60px;
}

#main .panel-group.list .panel-heading h3{
    line-height: 20px;
}

#main .panel.panel-default .panel-body ul{
    font-weight:400;
}

.panel-group.list {
    margin: 0;
    padding: 0 0 10px 15px;
}

#left-sidebar, #left-sidebar .fadeawards.col-sm-6,#left-sidebar .execution.col-sm-6{
    padding-left: 15px;
    padding-right: 15px;
}
.chineseawards.fadeawards a {
    pointer-events: none;
    touch-action: none;
}

h2#lmax-professional-trading-app, h2#lmax-news-app, h2#lmax-vwap-app{
    font-family: inherit;
}

h2#lmax-professional-trading-app .lighter,
h2#lmax-news-app .lighter, h2#lmax-vwap-app .lighter{
    font-weight: 100;
}

#about.panel-group.list, #news.panel-group.list, .mobile-image{
    width: 50%!important;
    float: left;
}

.ringcaptcha.widget .input-group-btn:last-child>.btn{
    width: 38px!important;
}

.row-mobile-trading{
    width:100%;
    float:left;
}

ul.noarrow{
    padding-bottom: 0!important;
}

ul.noarrow li{
    font-weight: 400!important;
}

ul.noarrow li:before {
    content: "\025AA"!important;
    color: #333!important;
    top: 11px!important;
    font-size: 25px!important;
}

#js-inline-alert{
    text-align: left;
}

#content .appbadge {
    margin: 0;
    background-image: url(https://www.lmax.com/wp-content/themes/lmax/img/retina-apps-badges.png);
    background-size: 260px 280px;
    background-repeat: no-repeat;
    font: 0/0;
    text-shadow: none;
    color: transparent;
    display: block;
    float: none;
    clear: both;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 125px;
    height: 40px;
}

#content .appbadge.appbadge-en-apple {
    background-position: 0 0;
    /*width: 125px;*/
    /*height: 40px;*/

}

#content .appbadge.appbadge-en-android {
    background-position: -134px 0;

}

#content ul.dashed li:before {
    content: "-";
    font-size: 1.813em;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 9px;
    bottom: auto;
    right: auto;
    z-index: 1;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    left: -15px;
}

.entry-content h2 .lighter{
    font-weight: 300;
}

#main h2 .titledate {
    font-weight: 400;
    font-style: normal;
    color: #666666;
    font-size: 0.7em;
    white-space: nowrap;
}

#main hr.dotseparator {
    border: 0;
    height: 5px;
    background: url("https://www.lmax.com/wp-content/themes/lmax/img/retina-dot.png") repeat-x 0 bottom;
    background-size: 5px 5px;
    margin-bottom: 10px;
    margin-top: 25px;
}

#content h2.noborder {
    background: none;
    padding: 0.7em 0 0 0;
}

.execphpwidget .videogallery p{
    padding-bottom: 3px;
    color: #777;
    font-size: 13px;
    margin-bottom: 0;
}

.execphpwidget .videogallery .thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 0.2s ease-in-out;
    line-height: 1.428571429;
    background-color: #ffffff;
}

.execphpwidget .videogallery .thumbnail .addthis.single {
    position: relative;
}

.execphpwidget .videogallery .thumbnail .addthis.single .addthis_toolbox {
    position: absolute;
    bottom: 0px;
    right: 4px;
    z-index: 10;
}

.execphpwidget .videogallery .thumbnail h2{
    background: none;
}

.execphpwidget .videogallery .thumbnail h2 span{
    display: block;
    float: none;
    clear: both;
    color: inherit;
    width: 100%;
    height: 85px;
    font-size: 12px;
    color: #777;
    font-style: normal;
}

.cycle-slide h2.small, .siteid-13 .cycle-slide h2.small{
    font-size: 35px!important;
    line-height: 55px;
}

.page-id-5 .siteid-13 .breadcrumbs{
    display: none;
}

.siteid-13 .cycle-slide h2.small{
    line-height: 55px!important;
}

.cycle-slide p.small {
    margin: 0;
    font-size: 1.063em;
}

.tcaMetrics p.pdf{
    margin-top: 10px;
}

.tabholder{
    padding: 0.7em 0 .95em!important;
}



.tabholder ul{
    font-size: .8em;
    border: 0;
    margin: 0;
    padding: 0 0 10px 15px;
    position: relative;
    bottom: 10px;
    font-style: normal;
}

.tabholder ul li{
    line-height: 1.375em;
}

.tabholder .nav-tabs  li  a{
    border-radius: 0;
    border: 1px solid #dddddd;
    background: #ccc;
    margin-right: 0;
    text-decoration: none!important;
    display: block;
    padding: 12px 15px;
    color: #555;
    font-size: 18px;
}

.tabholder .nav-tabs li:before{
    content: none;
    display: none;
}

.tabholder .nav-tabs li a.active{
    background: #fff;
}

#left-sidebar p .btn.btn-success.brokersbtn{
    width: 100%!important;
    box-sizing: border-box!important;
    font-size: 1.2rem!important;
}

#left-sidebar p.pdf a {
    float: left;
    display: block;
    height: 32px;
    padding: 0;
    line-height: 32px;
    position: relative;
    margin-left: 35px;
    margin-top: 10px;
}

#left-sidebar p.pdf a:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: -35px;
    width: 32px;
    height: 32px;
    background: url(https://www.lmax.com/blog/wp-content/themes/revamp/assets/img/pdficon_large.png) no-repeat 0 0;
}

#left-sidebar .list a{
    text-decoration: none;
    color: #000;
}

#left-sidebar .list a:hover{
    color: #be0a24;
}

#left-sidebar a.video{
    position: relative;
    max-width: 590px;
    min-height: 0;
    display: block;
    float: none;
    clear: both;
}

#left-sidebar a.video:before{
    content: "";
    background: url(../custom/play-hover.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    float: none;
    clear: both;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 1;
}
.videoWrapper a:after{
    content: "";
    background: url(../custom/play-hover.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    float: none;
    clear: both;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 15%;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 1;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}
/* JCF Video */
#jcfMvid .videoWrapper a:after{
    content: "";
    background: url(../custom/play-hover.png) no-repeat 0 0;
    -webkit-background-size: 125% 125%;
    -moz-background-size: 125% 125%;
    -o-background-size: 125% 125%;
    background-size: 125% 125%;
    display: block;
    float: none;
    clear: both;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -38%;
    bottom: auto;
    right: auto;
    z-index: 1;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}





a.video:after {
    content: "";
    background: url(../custom/play-hover.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    float: none;
    clear: both;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 1;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}
#fxtrading a.video {
    position: relative;
    display: block;
}


.siteid-11 a.video:after{
    content: "";
    background: url(../custom/youku-hover.png) no-repeat 0 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    float: none;
    clear: both;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 1;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
}

#left-sidebar .list h3{
    font-style:normal;
    color: #000;
}

#left-sidebar p.pdf{
    float: left;
}

#left-sidebar ul.list li h3{
    font-size: 0.95em!important;
}

#left-sidebar ul.list li h3 a.more{
    text-decoration: underline;
}

#left-sidebar ul.list li{
    margin-bottom: 10px;
}

#content .overview {
    border: 1px solid #DDDDDD;
    padding: 15px;
}

#content .overview .cycle-vertical {
    padding: 15px 15px 10px 15px;
    position: relative;
    max-width: 41.66667%;
    float: left;
}

#content .cycle-vertical .cycle-slideshow .cycle-caption{
    position: absolute;
    color: #fff;
    text-decoration: none;
    top:10px;
    left: 10px;
    z-index: 500;
}

.overview .cycle-vertical .cycle-controls .prev1,.overview .cycle-vertical .cycle-controls .next1{
    position: absolute;
    top: -10px;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 3;
    width: 100%;
    height: 30px;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.overview .cycle-vertical .cycle-controls .next1{
    top: auto!important;
    bottom: -20px!important;
}

#content .cycle-vertical .cycle-slideshow, #content .cycle-horizontal .cycle-slideshow {
    position: relative;
    z-index: 2;
}

#slideshow h2.medium, .vegas-slideshow h2.medium{
    font-size: 40px!important;
    line-height: 55px;
}

.vegas-slideshow p.active{
    margin: 0;
    font-size: 1.063em;
}

#content p.scrollmore {
    color: #999999;
    position: absolute;
    top: auto;
    left: 15px;
    bottom: -18px;
    right: auto;
    z-index: 2;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-style: italic;
    font-size: 12px;
}

.pum-container.pum-responsive.pum-responsive-tiny{
    padding-top: 15px;
    width: 25%!important;
}

.pum-container .wpcf7-form h1 {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    padding-top: 5px;
    padding-right: 30px;
    font-style:normal!important;
    margin-bottom: 10px;
}

.pum-container label{
    font-weight: bold;
    width: 100%;
}

.pum-container .wpcf7-form-control-wrap input{
    display: block;
    width: 100%;
    height: 34px;
    margin-top: 6px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.pum-container .wpcf7-form .wpcf7-submit {
    border-radius: 4px;
    background-color: #26ce3a;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.2)),to(rgba(255,255,255,.15)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.2),rgba(255,255,255,.15));
    background-image: linear-gradient(to top,rgba(0,0,0,.2),rgba(255,255,255,.15));
    border: 0;
    font-family: Lato,Arial,Helvetica,sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3em;
    padding: 10px 10% 11px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    float: right;
}

.page-dfx #content .framed.muted {
    padding: 16px;
    border-color: #919295;
}

.page-dfx #content .framed.muted .tac{
    padding: 10px 0 0;
    text-align: center;
    margin-bottom: 0;
}

.table-striped tbody > tr > td{
    padding: 8px!important;
}

.table-striped tbody > tr > td.tac{
    text-align: center;
}

.table-striped label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

#content .fill {
    padding-left: 16px;
}

#fcontact {
    padding-top: 30px;
}

#cboxCurrent {
    display: none!important;
}

#cboxPrevious, #cboxNext {
    line-height: 300px;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    font-size: 220px;
    font-weight: 300;
    color: #ffffff;
    width: 100px;
    height: 300px;
    bottom: auto;
    top: 50%;
    margin-top: -175px;
    left: 0;
    border-radius: 0 10px 0 0;
    text-align: center;
    outline: 0 none;
}

#cboxNext {
    border-radius: 10px 0 0 0;
    right: 0;
    left: auto;
}

/*.page-dfx #content h1,  .page-dfx #sidebar h2,*/
/*.page-dfx #content h2, .page-dfx #left-sidebar ul li:before,*/
/*.page-dfx #main ul li:before, .page-dfx #wrapper-headerabout ul li:before,*/
/*.page-dfx .newnews li:before,.page-dfx #left-sidebar ul.menu li.current_page_item a:after,*/
/*.page-dfx #left-sidebar ul.menu li a:hover{*/
/*    color: #5794b4;*/
/*}*/

.page-dfx #content h2{
    padding: 0.7em 0 .95em;
}

/*.page-dfx #slideshow .overlay-inner,*/
/*.page-dfx #wrapper-vegas .vegas-slideshow .overlay .overlay-inner {*/
/*    background-color: #5794b4;*/
/*}*/

.page-dfx #content .prices {
    border: 1px solid #666;
    background-clip: padding-box;
    background: #f0f6fb;
    transition: padding-bottom 0.2s ease-in-out;
}

.page-dfx #content .prices iframe{
    width: 100%;
    height: 100%;
}

.page-dfx #content .framed.muted{
    padding: 16px;
    border-color: #919295;
}

#content .deliverablefx .framed p {
    padding: 10px 0 0;
}

.thumbnails .col-xs-6, .thumbnails .col-md-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.thumbnails .thumbnail img {
    -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.26);
    margin: 0;
    display: block;#
max-width: 100%;
}

.page-corporate-sponsorships .overview .cycle-vertical .cycle-controls .prev1{
    top: -6px;
}

.thumbnail {
    line-height: 1.428571429;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;;
    max-width: 100%;
    height: auto;
    display: block;
}

.panel-group.list.unstyled{
    padding-left:0!important
}

.panel-heading{
    font-weight:200!important;
}

#form-login .has-error .help-block,
#form-login .has-error .control-label {
    color: #b94a48!important;
}

#form-login label.has-error{
    position: absolute;
    top: 0;
    right: 17px;
    color: #b94a48!important;
    font-weight: 400!important;
    font-style: italic;
    text-align: right;
}

#form-login .form-control{
    height: calc(2.25rem )!important;
}

#form-login .has-error .form-control{
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#content a.btn.btn-success,
#content-pre-form a.btn.btn-success,
#content p a.btn.btn-success{
    padding: 10px 75px 11px!important;
    /*padding: 10px 10% 11px!important;*/
    box-sizing: border-box;
}

.siteid-2 #content p a.btn.btn-success{
    font-size: 1.3rem!important;
}

#content #form-login div.well{
    padding: 19px;
    margin-bottom: 20px;
}

#form-login .form-check .form-check-input{
    left: auto!important;
}

.kru-form {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset;
    padding: 10px;
    margin: 0;
    position: relative;
}

.kru-form-msg {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.kru-form label, .kru-form .form-control {
    font-weight: normal;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.kru-form .form-control {
    border-color: #f2f2f2;
}

.kru-form .more.less.accordion-toggle{
    display: none;
}

.kru-form a.accordion-toggle,
.kru-form a.accordion-toggle:hover{
    display: block;
    margin: 5px 0 0 0;
    text-decoration: underline!important;
}

#page-wrapper .kru-form .btn-success{
    font-size: inherit!important;
    padding: 7px 10% 8px!important;
}

/* menu-main replacement css */
#left-sidebar ul.menu{
    list-style:none;
    padding:0;
}

#left-sidebar ul.menu li .caret,
#left-sidebar ul.menu li:before{
    display:none
}

#left-sidebar ul.menu li.menu-item-has-children .sub-menu{
    display:block;
    padding:0;
    border:0
}

#left-sidebar ul.menu li.menu-item-has-children .dropdown-menu{
    display: block !important;
    padding: 0 !important;
    border: 0;
}

#left-sidebar ul.menu li.menu-item-has-children .dropdown-menu a,
#left-sidebar ul.menu li.menu-item-has-children .sub-menu a{
    font-size:0;
    line-height:1.6em;
    padding-left:2.5rem;
    opacity:0;
    -webkit-transition:line-height .3s .3s ease-in,opacity .3s 0s ease-in;
    transition:line-height .3s .3s ease-in,opacity .3s 0s ease-in
}



#left-sidebar ul.menu li.menu-item-has-children .dropdown-menu a:after,
#left-sidebar ul.menu li.menu-item-has-children .sub-menu a:after{
    line-height:2.3rem
}

#left-sidebar ul.menu li.menu-item-has-children .dropdown-toggle:after{
    border:0
}

#left-sidebar ul.menu li.menu-item-has-children.current-menu-parent .dropdown-menu a,
#left-sidebar ul.menu li.menu-item-has-children.current-menu-parent .sub-menu a,
#left-sidebar ul.menu li.menu-item-has-children:hover .dropdown-menu a,
#left-sidebar ul.menu li.menu-item-has-children:hover .sub-menu a{
    -webkit-transition:line-height .3s 0s ease-in,opacity .3s .3s ease-in;
    transition:line-height .3s 0s ease-in,opacity .3s .3s ease-in;
    font-size:1.25em;
    opacity:1
}

#left-sidebar ul.menu li a{
    display:block;
    clear:both;
    color:#888;
    padding:0 30px 0 0;
    font-weight:300;
    text-decoration:none
}

#left-sidebar ul.menu li a:hover{
    text-decoration:underline;
    color:#000
}

#left-sidebar ul.menu li.current_page_item a{
    background:#f0f0f0;
    color:#000;
    font-weight:300;
    text-shadow:none
}

#left-sidebar ul.menu li.current_page_item a:after{
    content:"\203A";
    border:0;
    font-family:Lato,Arial,Helvetica,sans-serif;
    font-size: 58px;
    line-height:2.7rem;
    color:#be0a24;
    position:absolute;
    z-index:1;
    right:10px;
    top:-.13em;
    width:auto;
    height:auto;
    margin:0;
    vertical-align:middle
}

#left-sidebar ul.menu li.current_page_item .dropdown-menu a,
#left-sidebar ul.menu li.current_page_item .sub-menu a,
#left-sidebar ul.menu li.current_page_item.dropdown-menu a,
#left-sidebar ul.menu li.current_page_item.sub-menu a{
    background:0 0;
    color:#888
}

#left-sidebar ul.menu li.current_page_item .dropdown-menu a:after,
#left-sidebar ul.menu li.current_page_item .sub-menu a:after,
#left-sidebar ul.menu li.current_page_item.dropdown-menu a:after,
#left-sidebar ul.menu li.current_page_item.sub-menu a:after{
    display:none
}

.entry-content h1{
    font-family: "Lato-Light";
}

#mobile-menu{
    width: 100%;
    position: relative;
}

#mobile-menu .mobile-menu .widgettitle{
    display: none;
}

#mobile-menu li.dropdown.lang{
    display: none;
    position: absolute;
    right: 0;
}

#mobile-menu li.dropdown #drop2{
    padding: 0!important;
    border: none!important;
    background: none;
    margin-top: 5px;
    left: auto;
}

#mobile-menu .dropdown-menu#menu2 li{
    text-align: right;
}

#wrapper-headerabout ul li:last-of-type, nav .award.block.hidden-xs{
    /*display: none;*/
}

#multisite-japan #wrapper-headerabout ul li:last-of-type{
    display: block;
}

#menu-mobile-global > li:last-of-type a, #menu-mobile-global > li:nth-last-of-type(2) a, .menublue a{
    color:#007AF1!important;
    font-weight: 600 !important;
}

#main a#applynow{
    margin: 5px 0 30px 0;
    font-size: 1.6em;
}

#gallery.thumbnails .col-md-6, #gallery.thumbnails .col-xl-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

#gallery .thumbnail img{
    width: 100%;
}

.page-partners .panel-group.list .panel-heading li{
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    font-weight: 600!important;
}

.multisite-de #wrapper-footer p{
    line-height: 1.4em;
}

#loginmessages .dno .widget-title a:hover{
    color: #be0a24;
}

.list.media-coverage li h3 a:hover{
    text-decoration: underline!important;
}

.list.media-coverage li h3 a strong{
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16.2px;
}

#newevents .addthis.single, #oldevents .addthis.single{
    position: absolute;
    top: 11px;
    left: auto;
    bottom: auto;
    right: 0;
    z-index: 1;
}

#content p a, #content h4 a {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
    color: #555555;
    font-size: 16px!important;
}

#form-sms .dropdown-toggle:after{
    display: none!important;
}

#form-sms .ringcaptcha.widget.onboarding .btn-submit {
    background: #44ab26;
    width: auto;
}

.page-partners #primary h3{
    font-style: italic;
    color: #be0a24;
    font-size: 1.17em!important;
}

.page-access #content h4{
    padding: 0!important;
}

/*#main a:hover{
    color: #be0a24!important;
}*/

.siteid-14 #main a:hover{
    color: #de881c!important;
}

.row-mobile-trading .panel-body li{
    color: #555!important;
}

.panel-group.list .panel-heading {
    position: relative;
    font-size: 1em;
    padding: 0;
    background: none;
    color: inherit;
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*
* Popup
*/
#content.popup h1,.not-front #colorbox h1{
    font-size:22px;
    font-weight:400;
    color:#000000;
    padding-top:5px;
    padding-right:30px;
}

#content.popup h2,.not-front #colorbox h2{
    font-size:20px;
    font-weight:400;
    color:#000000;
}

#content.popup a{
    color:#000000;
}

#content.popup a:hover{
    color:#be0a24;
}

#content.popup p.comments,
.not-front #colorbox p.comments{
    font-size:12px;
    line-height: 1.2em;
    font-weight:600;
}

#content.popup .popup-wrapper,
.not-front #colorbox .popup-wrapper{
    margin:10px 0 20px;
    position:relative;
    overflow:hidden;
}

#colorbox.alt1 iframe{
    border:1px solid #dadcde;
    padding: 0 0  0 10px;
}

#colorbox.alt1 #cboxLoadedContent{
    background:url(https://www.lmax.com/wp-content/themes/lmax/img/colorbox/lmax.jpg?v=1) no-repeat 10px 0 #FFFFFF;
    padding-top:70px;
    padding-bottom:20px;
}

#colorbox.ld #cboxLoadedContent{
    background-position:10px -70px;
}

#colorbox.alt1 #cboxClose{
    right:20px;
    top:15px;
}

.downloadpdf{
    position:absolute;
    top:10px;
    right:10px;
}


.siteid-7 #left-sidebar p a.btn.btn-success{
    font-size: 1.3rem!important;
}


/*
* Cookie warning
*/

#cookie-law-info-bar {
    display: none;
    top: 124px!important;
    padding:5px 0;
    background-color: rgb(252, 248, 227);
    color: rgb(192, 152, 83);
    font-family: inherit;
    z-index: 99!important;
}

#multisite-english.home #cookie-law-info-bar {
    top: 129px!important;
}

.logged-in #cookie-law-info-bar,.home.logged-in.page-lmax-new-zealand #cookie-law-info-bar{
    /*top: 126px !important;*/
}

#multisite-english.logged-in.home #cookie-law-info-bar{
    top: 161px!important;
}

#cookie-law-info-bar .cli-plugin-main-link{
    color: rgb(85, 85, 85);
    margin-left: 1px;
}

#cookie-law-info-bar .cli-plugin-button{
    padding:5px 10px;
    color: rgb(252, 248, 227);
    background-color: rgb(192, 152, 83);
    margin-top: 0;
}

@media screen and (max-width: 400px){
    #wrapper-vegas .vegas-bigtitle{
        min-height: 158px;
    }
}

@media screen and (max-width: 430px){
    .page-about #main .cycle-smaller-xs,
    .page-fx-trading #main .cycle-smaller-xs{
        width: 100%;
        display: block;
        overflow: auto;
        text-align: center;
    }

    .page-about #main .cycle-smaller-xs:after,
    .page-fx-trading #main .cycle-smaller-xs:after{
        content: "";
        clear: both;
        display: table;
    }

    .page-crypto-cfd-for-new-accounts .siteid-2 #content p a.btn.btn-success{
        font-size: 0.9rem!important;
    }

    .page-about #main .cycle-smaller-xs .pull-right,
    .page-fx-trading #main .cycle-smaller-xs .pull-right{
        float: none!important;

    }

    .page-about #main .cycle-smaller-xs .pull-right:first-of-type,
    .page-fx-trading #main .cycle-smaller-xs .pull-right:first-of-type{
        margin-left: 0!important;
    }

    #multisite-chinese #main img.pull-left.pr{
        width: 50%;
        margin-bottom: 15px;
        max-width: 50%!important;
    }
}

@media screen and (max-width: 340px){
    .navbar.navbar-expand-md{
        /*display: block!important;*/
    }

    .container, .row{
        display: block;
    }

    #risk-warning p{
        font-size: 0.95em;
    }
}

@media screen and (max-width: 576px){
    .cyclecaptions{
        width: 100%;
    }
}

@media (min-width: 767px){
    #multisite-english #left-sidebar .menu-Left .dropdown-menu{
        display: block;
        padding: 0;
        border: 0;
    }
}

@media screen and (max-width: 310px){
    .page-about #main .cycle-smaller-xs .pull-right,
    .page-fx-trading #main .cycle-smaller-xs .pull-right{
        margin-left: 0!important;
    }
}

@media (min-width: 576px){
    .container {
        min-width: 100%;
    }

    #wrapper-footer .sitemap>li{
        max-width: 24.8%;
        flex: 0 0 24.8%;
    }

    #wrapper-footer p{
        font-size: 15px;
    }

    .entry-content h1{
        font-size: 1.6rem;
        font-family: "Lato";
    }

    .vegas-slideshow .container,
    .vegas-slideshow .overlay,
    .vegas-slideshow .chevron{
        display: none;
    }

    #wrapper-vegas .vegas-bigtitle .vegas-inner img{
        top: 31%;
    }

    #wrapper-vegas .vegas-slideshow{
        height: 40px;
    }
}

@media (max-width: 576px){
    #multisite-chinese .tabholder span{
        display: block;
        width: 100%;
    }

    #multisite-english #main .tcaMetrics p.pdf a.padding{
        margin-bottom: 20px;
    }

    #multisite-english #main .tcaMetrics .row{
        padding-bottom: 0;
    }

    #multisite-chinese .tabholder #cntabs{
        position: static;
    }

    #multisite-chinese #loginmessages .dno img.pull-left{
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }

    #primary .videogallery .nav-tabs>li>a{
        padding: 7px 10px;
    }

    #multisite-chinese.page-template-cn-mobile .form-contact .btn-primary{
        margin-top: 20px!important;
    }

    #multisite-chinese.page-template-cn-mobile h2.tabholder{
        background: none
    }

    #multisite-chinese.page-template-cn-mobile h2.tabholder > span{
        display: block;
        width: 100%;
    }

    #multisite-chinese .tabholder ul#cntabs{
        position: static;
        width: 100%;
        padding: 32px 0 1rem 0;
    }

    #multisite-chinese .tabholder ul#cntabs li a{
        padding: 12px 15px;
    }

    #multisite-chinese .videoWrapper img{
        width: 100%;
        margin: 10px 0 15px;
    }

    #multisite-chinese #main .float-left{
        float: none!important;
    }

    #multisite-english #main .tcaMetrics .videoWrapper{
        margin-bottom: 15px;
    }

    #multisite-english #main .tcaMetrics p.pdf.visible-xs a{
        display: block;
    }

    #multisite-english #main .tcaMetrics .pdf.tca.visible-xs a:before{
        top: -7px;
        /*background: url(https://www.lmax.com/blog/wp-content/themes/revamp/assets/img/pdficon_large.png) no-repeat 0 0;*/
        width: 34px;
    }

    .page-fx-tca-transaction-cost-analysis .siteid-2 #content p a.btn.btn-success{
        font-size: 1.0rem!important;
    }

}

#bigtitle .price-widget{
    display: none;
}

.page-spot-crude-oil-live-prices #fwidget ,
.page-crypto-cfd-live-prices #fwidget {
    border: 1px solid #a3a3a3;
    margin-top: 0;
    padding: 0 5px;
}

.widget_breadcrumb_navxt,
#left-sidebar aside.widget_custom_html:first-of-type{
    width:100%;
    float: left;
}


#cookie-law-info-bar {
    display: none;
}

@media screen and (max-width: 992px){
    #globebox #txtbox .row > .col-md-6{
        width: 100%;
        float: left;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .page-home .navbar .container{
        max-width: 1003px;
    }

    #globebox #txtbox .col-sm-6.col-md-7,
    #globebox #txtbox .col-sm-6.col-md-5{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    #globebox .wrapper-widget iframe{
        margin-top: 40px;
    }

    #globebox p.bluebtn.prtr, #globebox p.bluebtn{
        text-align: center!important;
    }

    #multisite-german #wrapper-vegas .vegas-slideshow .container h2.medium{
        font-size: 26px!important;
        line-height: 36px!important;
    }

    #multisite-spanish #wrapper-vegas .vegas-slideshow p.spanish,
    #multisite-french #wrapper-vegas .vegas-slideshow p.spanish,
    #multisite-english #wrapper-vegas .vegas-slideshow p.spanish{
        font-size: 15px;
    }

    .siteid-15 #left-sidebar .execution h2{
        height: 41px;
    }
}

#multisite-chinese #main .blockonmobile,
#multisite-english #main .blockonmobile{
    /*padding-left: 30px;*/
}

#multisite-chinese #main .float-left{
    float: left;
}

@media screen and (max-width: 470px){
    #primary .videogallery ul.nav-tabs li{
        font-size: 0.8rem;
    }

    #primary .videogallery .nav-tabs>li>a {
        padding: 6px 6px;
    }

    #multisite-english #form-sms .ringcaptcha.widget.onboarding{
        max-width: 100%!important;
        width: 100%!important;
    }

    #multisite-english #form-sms .ringcaptcha.widget.onboarding .form-control.phone-input.input-onboarding-mobile{
        padding-left: 20px;
    }

    #txtbox .active.skip{
        padding-left: 0;
        padding-right: 0;
        font-size: 2.0em!important;
    }

    .page-new-brokers .siteid-2 #content p a.btn.btn-success{
        font-size: 1.0rem!important;
    }

    #fcontact{
        padding-top: 7px;
    }
}

#multisite-english #main h2.tabholder{
    position: relative;
}

#multisite-english #main .tabholder ul {
    position: absolute;
    bottom: 18px;
    right: 0;
    font-size: .8em;
    padding-bottom: 0;
}




@media screen and (min-width: 991.5px) and (max-width: 1229.5px){
    .page-id-3970 .LMAXwdgtcontainer{
        padding-bottom: 86%;
    }
}


@media screen and (max-width: 1229.5px){

    .page-dfx .LMAXwdgtcontainer{
        padding-bottom: 63%;
    }
}
@media screen and (max-width: 991.5px) {

    .page-dfx .LMAXwdgtcontainer{
        padding-bottom: 99%;
    }
}
@media screen and (max-width: 465.5px){

    .page-dfx .LMAXwdgtcontainer{
        padding-bottom: 0;
        height: 360px;
    }
}




@media screen and (max-width: 767px){
    #content{
        padding-left: 5%;
        padding-right: 5%;
    }

    .page-dfx #content .prices iframe{
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
    }

    .table-striped tbody > tr > td{
        padding: 4px!important;
        font-size: 0.85rem;
    }

    .table th{
        padding: 0.45rem;
        font-size: 0.85rem;
    }

    #content .overview .cycle-vertical.slider2 {
        padding: 8px 15px 10px 15px!important;
    }

    #content .overview .cycle-vertical.slider2 .cycle-controls .prev2 {
        top: -14px!important;
    }

    #content .overview .cycle-vertical .cycle-controls .prev1 {
        top: -15px!important;
    }

    .page-events #content .overview .cycle-vertical .cycle-controls .prev1 {
        top: -5px!important;
    }

    #content .overview .cycle-vertical.slider2 .cycle-controls .next2{
        bottom: -20px!important;
    }

    #content .cycle-vertical .cycle-slideshow{
        text-align: center;
    }

    #main .overview .cycle-vertical img{
        width: auto;
    }

    #main .overview .cycle-vertical .cycle-slide{
        right: 0px;
        margin: auto;
    }

    #globebox .col-md-6 .bluebtn.prtr.mt.ld2{
        margin-top: 40px!important;
    }

    #globebox .wrapper-widget iframe{
        margin-top: 0;
    }

    .page-dfx #content .prices{
        padding: 0 0 32.11%;
    }

    #globebox p.bluebtn{
        margin-left: 0!important;
        margin-right: 0!important;
    }

    #fxtrading p{
        font-size: 16px;
        padding-bottom: 6px;
    }

    #main #fxtrading h2 {
        font-size: 14px!important;
    }

    #multisite-chinese .tabholder .nav-tabs li a,
    #multisite-english .tabholder .nav-tabs li a{
        padding: 8px 11px;
    }

    #multisite-chinese .tabholder ul#cntabs,
    #multisite-english .tabholder ul{
        bottom: 0;
    }

    #multisite-chinese #main .panel-group.list#news,
    #multisite-chinese #main .panel-group.list#advantages{
        padding: 0 0 1rem 15px!important;
    }

    #multisite-chinese #main .blockonmobile,
    #multisite-english #main .blockonmobile{
        padding: 0;
    }

    #multisite-chinese.page-template-cn-mobile h1{
        font-size: 1.6rem;
    }

    #multisite-chinese #main .mobile-image,
    #multisite-english #main .mobile-image{
        width: 100%!important;
    }

    #multisite-chinese.page-template-cn-mobile .form-contact .btn-primary{
        margin-top: 0;
    }

    #txtbox .active.skip{
        font-size: 3.5rem!important;
    }

    #multisite-english.logged-in #cookie-law-info-bar,
    #multisite-english.home.logged-in #cookie-law-info-bar{
        top: 49px!important;
    }

    .popup-wrapper .hidden-xs, .popup .hidden-xs, #globebox .hidden-xs{
        display: none;
    }

    #globebox #txtbox{
        padding-bottom: 20px!important;
    }

    .page-mobile h2 .addthis.single,
    .field-item.even .col-xs-6 .pull-right.hidden-xs{
        display: none;
    }

    #globebox #txtbox .row > .col-sm-6 {
        width: 100%;
        float: left;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-login .dno img.pull-left.pr,
    .page-demo-login .dno img.pull-left.pr{
        max-width: 100%;
        width: 100%;
        display: block;
        float: left;
        padding-right: 0;
    }

    .page-login .dno .papr,
    .page-demo-login .dno .papr{
        padding-left: 0;
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    #content.popup{
        padding:0;
    }

    #main h2{
        padding: .2em 0 0.7em!important;
    }

    #wrapper-vegas .vegas-bigtitle .vegas-inner.show{
        height: 15px!important;
    }

    #wrapper-vegas .vegas-bigtitle .vegas-inner.show img{
        top: 50%;
    }

    #bigtitle .price-widget {
        -webkit-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.6);
        box-shadow: 4px 4px 18px 0px rgba(0,0,0,0.6);
        background: #ffffff;
        position: relative;
        border: 1px solid #DDDDDD;
        padding: 2px;
        height: auto!important;
        display:block;
    }

    #eventsslideshow .cycle-slide img{
        display: block;
        margin: 0 auto;
    }

    #eventsslideshow .cycle-slide{
        right: 0;
    }

    #bigtitle{
        padding-top: 55px;
    }

    .prices {
        position: relative;
        padding: 0 0 76.11%;
        margin: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: padding-bottom 0.2s ease-in-out;
        -moz-transition: padding-bottom 0.2s ease-in-out;
        -o-transition: padding-bottom 0.2s ease-in-out;
        -ms-transition: padding-bottom 0.2s ease-in-out;
        transition: padding-bottom 0.2s ease-in-out;
    }

    #multisite-chinese .prices {
        padding: 0 0 95%;
    }

    .page-market-data-fees .vegas-inner{
        height: 14px!important;
    }

    .siteid-15 .vegas-inner{
        height: 25px!important;
    }

    .siteid-15 .prices{
        padding: 0 0 85.11%;
    }

    #main h2{
        margin: 0 0 .3em;
    }

    #main #form-login .form-group.block{
        margin-top: 5px;
    }

    #about.panel-group.list,
    #news.panel-group.list,
    .row-mobile-trading .mobile-image{
        width: 100%!important
    }

    #fwidget{
        margin: 10px -3% 15px -3%!important;
    }

    .page-global .btn.btn-success{
        margin: 10px 0;
    }

    #main .panel-group.list .panel-heading h3 {
        line-height: 22px!important;
    }

    #main #oldevents.panel-group.list .panel-heading h3{
        line-height: 29px!important;
    }

    .page-brokers #wrapper-vegas, .page-banners #wrapper-vegas,
    .page-new-brokers #wrapper-vegas, .page-newbrokers #wrapper-vegas{
        height: 1px;
        margin-bottom: 30px;
    }

    .page-dfx #content .prices{
        /*height: 208px;*/
    }

    #gallery.thumbnails .col-md-6{
        width: 50%!important;
    }

    #content .overview .cycle-vertical {
        max-width: 100%;
    }

    #wrapper-vegas .vegas-bigtitle{
        top: 0;
        min-height: 158px;
        height: auto;
    }

    #bigtitle.row{
        position: relative!important;
        top: auto!important;
        margin: 0!important;
        height: auto!important;
    }

    #bigtitle .price-widget {
        width: 72%;
        margin: 0 auto;
    }

    #bigtitle.row .prices {
        position: relative;
        padding: 0 0 76.11%;
        margin: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: padding-bottom 0.2s ease-in-out;
        -moz-transition: padding-bottom 0.2s ease-in-out;
        -o-transition: padding-bottom 0.2s ease-in-out;
        -ms-transition: padding-bottom 0.2s ease-in-out;
        transition: padding-bottom 0.2s ease-in-out;
    }

    #bigtitle .prices iframe {
        display: block;
        height: 400px;
    }

    .siteid-15 #bigtitle .prices iframe{
        height: 220px;
    }

    .vegas-inner {
        height: 160px!important;
        position: static!important;
    }

    #multisite-german .vegas-inner,
    #multisite-spanish .vegas-inner,
    #multisite-russian .vegas-inner,
    #multisite-french .vegas-inner,
    #multisite-japan .vegas-inner,
    .siteid-16 .vegas-inner,
    #multisite-chinese .vegas-inner{
        height: 45px!important;
    }

    .vegas-bigtitle img {
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
        max-width: none !important;
        min-height: 100%;
        width: 100%;
        height: auto;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        position: absolute;
        top: 50%;
        left: 0;
        bottom: auto;
        right: auto;
        z-index: 1;
    }

    .hidden-mob{
        display: none;
    }
    #risk-warning.sticky{
        position: fixed;
        top: 0px;
        left: 0;
        margin: 0;
    }
    #risk-warning p{
        font-size: 12px;
    }
    #risk-warning{
        /*margin-top: 48px;*/
        padding: 10px 10px;

    }

    #wrapper-footer p {
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 10px
    }

    .entry-content h1{
        font-size: 1.4rem;
        font-family: "Lato";
        font-weight: 500!important;
    }

    #main .entry-content h2{
        font-size: 1.4rem;
        font-family: "Lato";
        font-weight: 500!important;
    }

    .siteid-15 .entry-content h1{
        margin-top: 10px;
    }

    .vegas-slideshow .container,
    .vegas-slideshow .overlay,
    .vegas-slideshow .chevron{
        display: none;
    }

    #wrapper-vegas .vegas-slideshow{
        height: 0!important;
        margin: 0;
    }

    nav .award, #wrapper-headerabout ul li:last-of-type{
        display: none;
    }

    .wrapper{
        padding: 19px 0 30px;
    }

    .award.block, .navbar-brand.d-sm-block{
        display: none!important;
    }

    .navbar-brand.d-sm-none {
        display: block!important;
        height: auto;
        width: 250px;
        z-index: 2;
        margin: auto;
    }

    #wrapper-navbar {
        background: #fff;
        width: 100%;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        border: 0;
        border-bottom: 1px solid #cccccc;
    }
    #wrapper-navbar.sticky {

        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        /*-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);*/
        /*-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);*/
        /*box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);*/
        box-shadow: none;
        border: 0;
        /*border-bottom: 1px solid #cccccc;*/
    }

    /*.topriskwarning .navbar.navbar-expand-md {*/
    /*    top: 83px;*/
    /*}*/
    #mobile-menu, .container.rel {
        margin: 0;
        padding: 0;
    }
    #mobile-menu {
        flex: 0 0 auto; /* Do not grow beyond content size */
        z-index: 16;
    }

    .container.rel {
        flex: 1 0 auto;
        display: flex; /* Ensure this container is also a flexbox */
        align-items: center; /* This will vertically center the image in the flex container */
        justify-content: center; /* This aligns children (the image) to the start of the container */
        position: absolute;
        left: -5px;
        /*background: red;*/
        z-index: 15;
    }

    .navbar-toggler{
        display: none;
    }
    #wrapper-navbar .navbar{
        /*padding: 0px 10px ;*/
    }
    .navbar {
        display: flex;
        align-items: center; /* Align items vertically */
        justify-content: flex-start; /* Align items to the start of the container */

    }
    #wrapper-navbar {
        padding: 0;
    }


    .container.rel img {
        max-width: 100%; /* Ensures the image is responsive */
        height: auto; /* Maintains aspect ratio */
    }

    /* If you have specific pixel dimensions for your elements, you can set them as follows: */
    #mobile-menu {
        width: auto; /* Or you can specify a fixed width here if needed */
    }

    .container.rel {
        /* Remove max-width if the width is causing issues */
    }

    /* Ensures that the navbar does not wrap its items */
    .navbar {
        flex-wrap: nowrap;
    }

    .navbar.navbar-expand-md .caret{
        color: #be0a24;
        position: absolute;
        right: 0;
        width: 25%;
        font-weight: 300;
        height: 100%;
        top: 0;
        border-bottom: 0;
        border-top: 0;
        display: block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        text-align: right;
        border: 0;
        margin: 0;
        padding: 0;
    }

    #content a.btn.btn-success,
    #content p a.btn.btn-success{
        width: 100%;
    }

    .navbar.navbar-expand-md .caret:after{
        content: "";
        display: block;
        width: 75px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background:url("https://www.lmax.com/wp-content/themes/lmax/img/BlueCross90.svg") center center  no-repeat;
        background-size: 19px 19px;
    }

    #page .caret.open:after{
        background:url("https://www.lmax.com/wp-content/themes/lmax/img/BlueCross45.svg") center center  no-repeat !important;
        background-size: 15px 15px !important;
    }
    /*    */
    /*    .navbar.navbar-expand-md .current-page-ancestor .sub-menu .caret:after {*/
    /*    background:url("https://www.lmax.com/wp-content/themes/lmax/img/BlueCross90.svg") center center  no-repeat;*/
    /*    background-size: 20px 20px;*/
    /*}*/
    /*    .navbar.navbar-expand-md .open.caret:after,*/
    /*    .navbar.navbar-expand-md .current-page-ancestor  .caret:after,*/
    /*    .navbar.navbar-expand-md .current-page-ancestor .current-menu-parent .caret:after,*/
    /*    .navbar.navbar-expand-md .current-page-ancestor .sub-menu .open.caret:after{*/
    /*        background:url("https://www.lmax.com/wp-content/themes/lmax/img/BlueCross45.svg") center center  no-repeat;*/
    /*        background-size: 15px 15px;*/
    /*    }*/



    #page #mobile-menu #menu-global-mobile li.blue a {
        color: #2f72b9 !important;
    }



    .navbar-left .icon-bar {
        display: block;
        position: relative;
        width: 24px;
        height: 2px;
        margin: 0 0 4px 0;
        background-color: #222;
    }

    .navbar-left .icon-bar:last-of-type{
        margin-bottom: 0;
    }

    .dropdown .navbar-left{
        padding: 0!important;
        border: none!important;
        background: none;
        margin: 20px 2px 20px 15px;
    }

    #wrapper-navbar{
        z-index: 150!important;
    }

    #wrapper-navbar .navbar-brand img{
        height: auto !important;
        /*margin-left: -24px;*/
        padding: 5px 0;
    }

    #mobile-menu .dropdown-menu, .submenu .dropdown-menu{
        position: fixed!important;
        top: auto;
        left: 0;
        right: 0;
        border: 0;
        margin: 16px 0 0 0;
        padding: 0;
        font-size: 21px;
        line-height: 1em;
        /*max-height: 77%;*/
        overflow: auto;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: #ffffff!important;
    }

    #mobile-menu .dropdown-menu .menu {
        padding:0;
    }

    #mobile-menu .dropdown-menu li:first-child,
    .submenu .dropdown-menu li:first-child,
    #mobile-menu .dropdown-menu .menu li:first-child{
        border-top: 1px solid #cccccc;
    }

    #mobile-menu .dropdown-menu li,
    #mobile-menu .dropdown-menu .menu li{
        text-align: left;
        list-style-type: none;

    }



    #mobile-menu .dropdown-menu .menu li a[href*="/login"]{
        color:#00aa00;
        font-weight: 500;
    }  .green a{
           color:#00aa00 !important;
           font-weight: 500;
       }



    #mobile-menu .dropdown-menu .menu li a[href*="/cn-login"] {
        color: #00aa00;
        font-weight: 500;
    }

    #mobile-menu .dropdown-menu .menu li a[href*="/cn-apply-for-an-account"],
    #mobile-menu .dropdown-menu .menu li a[href*="/LMB/?language=zh_CN"]{
        color: #007AF1;
    }

    #mobile-menu .dropdown-menu li:last-of-type,
    #mobile-menu .dropdown-menu .menu li:last-of-type{
        border-bottom: 1px solid #cccccc;
    }

    #mobile-menu .dropdown-menu .nav-list li:last-of-type,
    #mobile-menu .dropdown-menu .menu .sub-menu li:last-of-type{
        border-bottom: none!important;
    }

    #mobile-menu .dropdown-menu ul.nav-list,
    #mobile-menu .dropdown-menu .menu .sub-menu{
        padding-left: 0;
        /*background: rgba(0,0,0,0.1);*/
        display: none;
    }
    #mobile-menu .dropdown-menu .menu .sub-menu{
        text-indent: 20px;
    }
    #mobile-menu .dropdown-menu .menu .sub-menu .sub-menu{
        text-indent: 40px;
    }

    /*#mobile-menu .dropdown-menu .menu .current-menu-parent .sub-menu{*/
    /*    display: block;*/
    /*}*/

    #mobile-menu .dropdown-menu .menu .current-menu-item .sub-menu{
        /*display: block;*/
    }

    #mobile-menu .dropdown-menu .menu .current_page_ancestor .current_page_ancestor  .sub-menu{
        display: block;
    }
    #mobile-menu .dropdown-menu .menu  .current_page_ancestor  .sub-menu{
        display: block;
    }
    #mobile-menu .dropdown-menu .menu  .current_page_ancestor  li .sub-menu{
        display: none;
    }

    #mobile-menu .dropdown-menu .menu .current-menu-parent > a{
        /*background: rgba(0,0,0,0.1);*/
        /*color: #333333;*/
    }

    #mobile-menu .dropdown-menu .menu .current-menu-parent .sub-menu{
        /*background: #666666;*/
    }

    #mobile-menu .dropdown-menu ul.nav-list li:first-child,
    #mobile-menu .dropdown-menu .menu .sub-menu li:first-child{
        border: none;
    }

    #mobile-menu .dropdown-menu a,
    #mobile-menu .dropdown-menu .menu a{
        color: #888888;
        display: block;
        float: none;
        clear: both;
        line-height: 20px;
        padding: 9px 5%;
        vertical-align: middle;
        position: relative;
        font-size: 20.5px;
        border-top: 1px solid #cccccc;
    }

    #mobile-menu .dropdown-menu a.active,
    #mobile-menu .dropdown-menu .menu li.current-menu-item > a{
        text-decoration: none;
        background: #f4f4f4;

        font-weight: normal;
    }

    #colorbox.alt1 iframe{border:0;padding:0 10px 10px;}
    #colorbox.alt1 #cboxLoadedContent{padding:0;background:none;}
    #colorbox.alt1 #cboxClose{right:0;top:0;}

    #multisite-chinese #main .panel-group.list{
        padding-left: 0;
    }

    #multisite-chinese #main #about.panel-group.list,
    #multisite-chinese #main #faqs.panel-group.list{
        padding-left: 15px;
    }

    #cboxContent{
        border: none!important;
        left: 0!important;
        top: 0!important;
    }

    #colorbox iframe{
        padding: 5px!important;
        box-sizing: border-box!important;
    }
}


@media only screen and (max-width: 991px) and (min-width: 768px){

    #wrapper-footer .navbar-brand img {
        height: auto;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px){
    #wrapper-footer .navbar-brand {
        width: auto;
        text-align: center;
    }
}


@media (max-width: 1200px){
    #globevideo video {
        margin: 0 auto;
    }
}

@media screen and (max-width: 340px){
    #wrapper-navbar .navbar  img{
        height: 50px;
        /*margin-left: -24px;*/
        padding: 5px 0;
        /*border: 1px solid red;*/
    }
}

#globevideo video {
    /*width: clamp(50%, 100%, 1600px);*/
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: -240px auto 0 auto;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 0);
    left: 50%;
}
#globevideo {
    position: relative;
    height: 320px;
}
@media screen and (max-width: 1920px) {
    #globevideo {
        position: relative;
        height: 235px;
    }
    #globevideo video {
        margin: -240px auto 0 auto;
    }
}

@media screen and (max-width: 767px){
    #globevideo video {
        width: 100%;
    }

    #globevideo {
        position: relative;
        margin-top:0px;
        height: 118px;
    }
    #globevideo.cookiesBarOn{
        margin-top:0px;
    }
}
/*@media (min-width: 768px){*/
/*    #globevideo {*/
/*        margin-top: 0;*/
/*        width: 100%;*/
/*        padding-bottom: 35%;*/
/*        border: 3px solid blue;*/
/*    }*/
/*}*/
/*@media (min-width: 1230px){*/
/*    #globevideo {*/
/*        margin-top: -170px;*/
/*        width: 1230px;*/
/*        padding-bottom: 450px;*/
/*        border: 3px solid green;*/
/*    }*/
/*}*/
/*@media (min-width: 1600px){*/
/*    #globevideo {*/
/*        margin-top: -340px;*/
/*        width: 1920px;*/
/*        padding-bottom: 637px;*/
/*        border: 3px solid yellow;*/
/*    }*/
/*}*/

/*@media (min-width: 2000px){*/
/*    #globevideo {*/
/*        margin-top: -340px;*/
/*        width: 2000px;*/
/*        padding-bottom: 760px;*/
/*        border: 3px solid deeppink;*/
/*        max-width: 2000px;*/

/*    }*/
/*}*/

/*@media (min-width: 2350px){*/
/*    #globevideo {*/
/*        margin-top: -470px;*/
/*        width: 2350px;*/
/*        padding-bottom: 760px;*/
/*        border: 3px solid purple;*/
/*        max-width: 2350px;*/

/*    }*/
/*}*/



@media (min-width: 768px){



    .page-dfx #content .prices{
        /*height: 365px;*/
    }

    body .container {
        /*font-size: 16px;*/
        min-width: 768px;
    }

    #form-login .col-md-5, #form-login .col-md-2{
        width: 100%
    }

    #wrapper-footer p{
        font-size: 12px
    }

    #wrapper-vegas .vegas-bigtitle .vegas-inner img{
        top: 50%;
    }

    .vegas-slideshow .container, .vegas-slideshow .overlay, .vegas-slideshow .chevron{
        display: block;
    }



    #slideshow p{
        font-size: 13px;
    }

    #left-sidebar .newnews li a{
        font-size: 16px!important
    }

    #left-sidebar .newnews li a.more{
        font-size: 14px!important
        padding-left:0!important;
    }

    #left-sidebar .newnews li a.more:hover{
        color: #be0a24;
    }

    #main h2{
        font-size: 22px;
    }

    #left-sidebar ul.menu li a{
        font-size: 25px;
    }

    #wrapper-footer .sitemap>li{
        padding-left: 10px;
    }

    #wrapper-headerabout ul{
        float: right;
    }

    #wrapper-vegas .vegas-slideshow .container h2{
        font-size: 36px;
    }

    #wrapper-vegas .vegas-slideshow{
        height: 125px;
    }

    .entry-content h1{
        font-family: "Lato",Arial,Helvetica,sans-serif;
        font-weight: 300;
    }

    #main .page-mobile h2{
        font-family: "Lato",Arial,Helvetica,sans-serif!important;
        font-weight: 400;
        padding: 0.7em 60px .95em 0!important;
    }

    #mobile-menu{
        display: none;
    }

    .siteid-15 .pull-right.hidden-xs{
        display: none;
    }
}


.siteid-15 .pull-right.hidden-xs{
    display: block;
}

#colophon .col-lg-4, #colophon .col-md-3{
    padding-right: 15px;
    padding-left: 15px;
}

#lw_widget_iframe{
    display: block;
}

@media (min-width: 992px){
    body .container {
        /*font-size: 14px;*/
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
    }

    .page-mobile h2 .addthis.single{
        top: 26px!important;
    }

    #fcontact {
        font-size: 1.5em!important;
    }

    nav .award.block.hidden-xs{
        display: block;
    }

    .menu-Footer-container, .menu-footer-container{
        margin: 0 -20px;
    }

    #left-sidebar .newnews li a{
        font-size: 16px!important;
        text-decoration:none;
        color:#000;
    }

    #left-sidebar .newnews li a.more{
        font-size: 14px!important;
        padding-left:1px!important;
        text-decoration: underline!important;
        color: #555555;
    }

    #left-sidebar .newnews li a:hover{
        color: #be0a24!important;
        text-decoration: underline!important;
    }

    #wrapper-headerabout ul{
        padding:0;
    }

    .hidden-xs.hidden-md{
        display: none;
    }

    #left-sidebar ul.menu li a{
        font-size: 25px;
    }

    #left-sidebar ul.menu li.current_page_item a:after{
        top: -.17em;
    }

    #header .navbar-brand{
        width: 247px;
        height: 77px;
        padding: 0;
        margin: 0;
    }

    nav .award{

    }

    #wrapper-footer .sitemap>li{
        padding-left: 5px;
    }

    .entry-content h1{
        font-size: 2.5em;
    }

    .siteid-11  .entry-content h1{
        font-size: 2.45em;
    }
}


.page-home .region.region-contact ul.nav{
    height: 20px;
}

.page-home  nav .region > ul > li{
    height: 20px;
}

.page-home  nav .region > ul > li{
    height: 20px;
    border-color: #be0a24!important;
}

#main h2.tabholder{
    padding-right: 0!important;
}


@media (min-width: 1230px){


    .vegas-slideshow .cycle-pager{
        width: 97%;
    }

    .page-dfx #content .prices{
        height: 208px;
    }

    .page-mobile h2 .addthis.single{
        top: 26px!important;
    }

    #main h2{
        margin: 0 0 .300em!important;
        /*padding: 0.8em 60px .8em 0!important;*/
        padding: 0.8em 0px 14px 0!important;

    }

    #navbarNavInfo .nav .submenu {
        position: absolute;
        height: 47px;
        left: -65px;
    }

    .siteid-11 #navbarNavInfo .nav .submenu{
        left: -50px
    }

    .page-home #navbarNavInfo .nav .submenu{
        position: relative!important;
        left: 0;
    }

    .siteid-16 #navbarNavInfo .nav .submenu{
        left: -50px;
        position: absolute!important;
    }

    body .container{
        font-size: 1rem;
        margin: 0 auto;
    }

    #left-sidebar ul.menu li a{
        font-size:1.8rem;
    }

    .hidden-xs.hidden-md {
        display: block;
    }

    nav .award{

    }

    .siteid-11 nav .award{
        /*margin-left: -290px;*/
    }

    .cycle-slide h2.small {
        font-size: 28px!important;
        line-height: 55px;
    }

    .cycle-slide  h2.small {
        font-size: 20px;
        line-height: 40px;
    }

    #wrapper-vegas .vegas-slideshow .container h2 {
        font-size: 3.125em;
    }

    .multisite-de  #wrapper-vegas .vegas-slideshow .container h2.medium,
    .multisite-es  #wrapper-vegas .vegas-slideshow .container h2.medium,
    .multisite-ru  #wrapper-vegas .vegas-slideshow .container h2.medium,
    .multisite-fr  #wrapper-vegas .vegas-slideshow .container h2.medium{
        font-size: 40px;
        line-height: 55px;
    }

    #wrapper-vegas .vegas-slideshow{
        height: 140px;
    }

    nav .award, #wrapper-headerabout ul li:last-of-type{
        /*display: block;*/
    }

    #main h2{
        font-size: 1.6rem;
    }

    #wrapper-footer p, #menu-Footer > li > ul li, #menu-footer > li > ul li{
        font-size: 16px
    }
}


#main ul.press-tabs h1{
    font-weight: 100!important;
}

#wrapper-footer p{
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrapper-footer a{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body-collapse.hided{
    display: none;
}

#multisite-spanish #left-sidebar .execution p:last-of-type,
#multisite-russian #left-sidebar .execution p:last-of-type,
#multisite-german #left-sidebar .execution p:last-of-type,
#multisite-french #left-sidebar .execution p:last-of-type,
.siteid-15 #left-sidebar .execution p:last-of-type,
#multisite-chinese #left-sidebar .execution p:last-of-type,
#multisite-english #left-sidebar .execution p:last-of-type{
    margin-top: 47px;
}

.page-nz-fee-schedule .siteid-15 #left-sidebar .execution p:last-of-type{
    margin-top: 0;
}

#content .panel-group a.closed {
    font-size: 14px!important;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
    display: inline;
    color: #555;
    padding-left: 10px;
}

a.closed:hover, a.more:hover{
    color: #be0a24;
    cursor: pointer;
}

#left-sidebar .addthis_toolbox a{
    padding: 0 4px 0 0;
    display: block;
    float: left;
}

#left-sidebar .addthis_toolbox a:first-child{
    padding-left: 0;
}

.page-access .panel-group.list .body-collapse .panel-body ul li{
    color: #555!important;
}

#page .chevron:before, #page .chevron:after{
    display: none;
}

#page .chevron-before, #page .chevron-after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid #ffffff;
    border-right: 1px inset transparent;
    -webkit-transform: translateZ(0);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#page .chevron-after {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: 1px inset transparent;
}

#prefooter .chevron-before, #prefooter .chevron-after {
    background: #ffffff;
    left: auto;
    right: 0;
    border-bottom-color: #000000;
}

#prefooter .chevron-after {
    right: auto;
    left: 0;
}

#globebox {
    width: 100%;
    z-index: 0;
    overflow: hidden;
    background: #000;
}

#globebox p.bluebtn a{
    min-width: 85%;
    display: inline-block;
    border: 1px solid #b1a076;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5em!important;
    font-weight: 300;
    text-align: center;
}
#globebox p.bluebtn a:hover{
    color: #000;
    background: #b1a076;
}

#globebox p.bluebtn.prtr {
    text-align: right;
}

#globebox p.bluebtn {
    margin-bottom: 5px;
    text-align: left;
    margin: 10px;
}

#globebox .active.skip{
    background: none;
}

#globebox #txtbox h1 img{
    padding: 0 6%;
}

#globebox #content p.bluebtn{
    margin-bottom:5px;
}

#globebox h1{
    padding:0 0 20px;
}

#globebox #content p.bluebtn.ld1{
    margin-top:5px;
    text-align:center;
}

#globebox #content p.bluebtn.ld2 a{
    width:100%;
}

#globebox #content p.bluebtn.mt{
    margin-top:20px;
}

#globebox #content p.bluebtn.text-center{
    text-align:center;
}

#globebox #txtbox{
    position: relative;
    z-index: 2;
    padding-bottom: 80px;
}

/*This will work for ie10+*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active),@supports (-ms-ime-align:auto)  {
    #globebox .wrapper-widget{
        padding-bottom:76.4%;
    }
}

@supports (-ms-ime-align:auto) {
    #globebox .wrapper-widget{padding-bottom:76%;}
}

@media screen and (max-width: 767px) {
    #globebox #txtbox h1 img{padding:0;}

    #multisite-english #main .tcaMetrics p.pdf{
        padding-top: 7px;
        margin-bottom: 28px;
    }
}

#content .overview .cycle-vertical.slider2 .cycle-controls .prev2{
    top: -7px;
}

.page-events #content .overview .cycle-vertical .cycle-controls .prev1{
    top: -5px!important;
}

#content .overview .cycle-vertical.slider2 .cycle-controls .next2{
    bottom: -13px;
}

@media screen and (max-width: 1220px) {
    .page-home nav .region ul > li a{
        font-size: 14px;
    }

    .page-corporate-sponsorships .overview .cycle-vertical .cycle-controls .prev1{
        top: -10px;
    }

    #content .overview .cycle-vertical.slider1{
        padding: 7px 15px 10px 15px;
    }

    #content .overview .cycle-vertical.slider1 .cycle-controls .next1{
        bottom: -22px!important;
    }

    #content .overview .cycle-vertical.slider2 .cycle-controls .prev2{
        top: 7px;
    }

    #content .overview .cycle-vertical.slider2 .cycle-controls .next2{
        bottom: 1px;
    }

    #content .overview .cyclecaptions{
        padding-top: 11px;
    }

    #content .overview .cycle-vertical.slider2{
        padding: 23px 15px 10px 15px;
    }

    #globebox #txtbox{
        padding-bottom: 10px;
    }

    #main .singlenews .single{
        top: 11px;
    }

    .page-home nav .region ul > li{
        padding: 0 6px;
    }

    #content .tab-content .news h2.nolink{
        padding: 0!important;
    }

    #multisite-german .vegas-slideshow .container h2.medium{
        font-size: 30px!important;
        line-height: 45px;
    }

    #multisite-chinese #main .pull-right.pl.blockonmobile{
        margin-bottom: 20px;
    }

    #wrapper-vegas .cycle-slide h2.small-spanish{
        font-size: 24px!important;
        line-height: 37px!important;
        margin-top: 10px;
    }

    #wrapper-vegas .cycle-slide h2.small-english{
        font-size: 21px!important;
        line-height: 37px!important;
        margin-top: 10px;
    }

    #multisite-spanish #left-sidebar .execution p:last-of-type,
    #multisite-russian #left-sidebar .execution p:last-of-type,
    #multisite-german #left-sidebar .execution p:last-of-type,
    #multisite-french #left-sidebar .execution p:last-of-type,
    .siteid-15 #left-sidebar .execution p:last-of-type,
    #multisite-chinese #left-sidebar .execution p:last-of-type{
        margin-top: 34px;
    }

    #multisite-english #left-sidebar .execution p:last-of-type{
        margin-top: 38px;
    }

    .page-nz-fee-schedule .siteid-15 #left-sidebar .execution p:last-of-type,
    .siteid-16 #main a#applynow{
        margin-top: 0;
    }
    .siteid-16 #main a#applynow{
        margin-bottom: 0;
    }

    .siteid-16 #main #form-login .form-group.block,
    .siteid-15 #main #form-login .form-group.block,
    #multisite-chinese #main #form-login .form-group.block,
    #multisite-english #main #form-login .form-group.block{
        margin-top: 27px;
    }

    #multisite-russian #left-sidebar .execution h2,
    #multisite-french #left-sidebar .execution h2{
        height: 36px;
    }

    #multisite-bullion #left-sidebar a.btn.btn-success.gradient2{
        font-size: 1.0rem;
    }

    #multisite-chinese #content .tab-content.tcaMetrics{
        margin-bottom: 20px;
    }

    #multisite-chinese #left-sidebar p .btn.btn-success.brokersbtn{
        font-size: 0.9rem!important;
    }

    #multisite-chinese #fwidget{
        margin-bottom: 20px;
    }

    .siteid-2 #left-sidebar p a.btn.btn-success{
        font-size: 0.9rem!important;
    }
}

#globebox .wrapper-widget {
    position: relative;
    padding: 0 0 73%;
    margin: 30px 0 0 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: padding-bottom 0.2s ease-in-out;
    -moz-transition: padding-bottom 0.2s ease-in-out;
    -ms-transition: padding-bottom 0.2s ease-in-out;
    -o-transition: padding-bottom 0.2s ease-in-out;
    transition: padding-bottom 0.2s ease-in-out;
}

#globebox .wrapper-widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.siteid-11 #navbarNavInfo #menu-header li:first-of-type:before,
#multisite-Global-MUCN #navbarNavInfo #menu-header li:first-of-type:before,
.siteid-16 #navbarNavInfo #menu-header li:first-of-type:before{
    display: none;
}

.siteid-11 #navbarNavInfo #menu-header li:first-of-type,
#multisite-Global-MUCN #navbarNavInfo #menu-header li:first-of-type,
.siteid-16 #navbarNavInfo #menu-header li:first-of-type{
    font-weight:400;
    color: #666;
}

.siteid-11 #navbarNavInfo #menu-header li:first-of-type a,
#multisite-Global-MUCN #navbarNavInfo #menu-header li:first-of-type a,
.siteid-16 #navbarNavInfo #menu-header li:first-of-type a{
    margin-right: 10px;
    text-decoration: underline;
}

.siteid-11 #menu-footer{
    padding-bottom: 20px;
}

.siteid-11 .appbadge.appbadge-cn-apple {
    background-position: 0 -200px;
    width: 135px;
    height: 40px;
}

.siteid-11 .appbadge.appbadge-cn-android {
    background-position: -134px -200px;

}

.siteid-11 .videogallery #year2017 .row .col-sm-4:nth-child(-n+6){
    display: none;
}

.siteid-11 #primary .videogallery .thumbnail img{
    min-height:  180px;
}

.siteid-7 #wrapper-footer{
    padding: 20px 0 100px;
}

#multisite-english #wrapper-footer,
.siteid-13 #wrapper-footer{
    padding: 30px 0 100px;
}

.siteid-13 *{
    font-family: "Source Sans Pro", Meiryo, "Hiragino Kaku Gothic Pro", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", ãƒ¡ã‚¤ãƒªã‚ª, Osaka, "MS PGothic", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
    -moz-osx-font-smoothing: grayscale;
}

.siteid-13 h1{
    font-family: "Lato","Meiryo","Hiragino Kaku Gothic Pro","Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ Pro W3","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª","Osaka","MS PGothic",'Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯',sans-serif!important;

}

.siteid-13 .glyphicon{
    /*font-family: 'Glyphicons Halflings'!important;*/
}

.siteid-15 .panel-group.list #frontend-panel .panel-heading h3,
.siteid-15 .panel-group.list #bridge-providers-panel .panel-heading h3,
.siteid-15 .panel-group.list #turnkey-panel .panel-heading h3{
    color: #555;
    font-weight: 400;
}

.siteid-15 .btn.btn-success.gradient2{
    width: 72%;
    display: block;
}

.siteid-15 .body-collapse.hided li{
    color: #555!important;
}

.siteid-9  #wrapper-footer, .siteid-10 #wrapper-footer , .siteid-8 #wrapper-footer{
    padding: 30px 0 80px;
}

.cookie_action_close_header{
    margin-left: 10px;
}

/*#left-sidebar p .btn.btn-success.brokersbtn:hover{
    color: #be0a24!important;
}*/

#txtbox .active.skip{
    text-align: center;
    color: #fff;
    font-size: 3.5em;
    font-weight: 300;
    font-style: normal;
    padding: 0 ;
    margin-top: 0;
}

iframe#lw_widget_iframe1 {
    height: 490px;
    display: block;
}

iframe#lw_widget_iframe2 {
    height: 574px;
}

iframe#lw_widget_iframe3{
    height: 820px;
    border-right: 15px solid black;
    border-left: 15px solid black;
}

.siteid-16 #main h2{
    font-family: Lato, å¾®è½¯é›…é»‘, å®‹ä½“, SimSun, åŽæ–‡ç»†é»‘, STXihei, "Arial Unicode MS", Arial, Helvetica, tahoma, verdana, sans-serif;
    font-weight: 400!important;
}

.siteid-16 .entry-content h1{
    font-family: Lato, å¾®è½¯é›…é»‘, å®‹ä½“, SimSun, åŽæ–‡ç»†é»‘, STXihei, "Arial Unicode MS", Arial, Helvetica, tahoma, verdana, sans-serif;
    font-weight: 300!important;
}

#cookie-law-info-bar{
    box-shadow:none!important;
    padding-left: 35px;
    padding-right: 35px;
}

#wrapper-vegas .cycle-slide h2.small-spanish{
    font-size: 38px;
    line-height: 55px;
}

#wrapper-vegas .cycle-slide h2.small-english{
    font-size: 36px;
    line-height: 55px;
}

#multisite-japan #wrapper-vegas .cycle-slide h2.small-spanish{
    font-size: 34px;
    line-height: 50px;
}

@media screen and (max-width: 767px){
    .page-dfx #content .framed.muted{
        margin-bottom: 15px;
    }


    /*mob style still */
    .siteid-15 #bigtitle .prices iframe{
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .siteid-15 .prices {
        padding: 0 0 79% 0;
        height: 100%;
        position: relative;
    }

    .vegas-inner {
        height: 160px!important;
        position: static!important;
    }



    .page-corporate-sponsorships #content .overview{
        margin-bottom: 20px;
    }

    .page-demo-login#multisite-english #main #form-login .form-group.block,
    .page-login#multisite-english #main #form-login .form-group.block{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .page-demo-login #main #form-login .btn-success,
    .page-login #main #form-login .btn-success{
        padding: 10px 10% 11px;
    }

    #multisite-german .vegas-bigtitle .vegas-inner img,
    #multisite-spanish .vegas-bigtitle .vegas-inner img,
    #multisite-russian .vegas-bigtitle .vegas-inner img,
    #multisite-french .vegas-bigtitle .vegas-inner img,
    .siteid-15 .vegas-bigtitle .vegas-inner img,
    #multisite-japan .vegas-bigtitle .vegas-inner img,
    .siteid-16 .vegas-bigtitle .vegas-inner img,
    #multisite-chinese .vegas-bigtitle .vegas-inner img{
        top: 47%!important;
    }

    #multisite-german .hidden-s{
        display: none;
    }

    .siteid-16 #applyfor{
        width: 100%!important;
    }

    #multisite-chinese #fwidget,
    #multisite-english #fwidget{
        margin: 20px 0!important;
    }

    #multisite-chinese #main .mobile-image .blockonmobile,
    #multisite-english #main .mobile-image .blockonmobile{
        margin: 0 auto;
        display: block;
        float: none!important;
    }

    #multisite-chinese #main .img-caption.pull-right.pt{
        float: none!important;
    }

    #content .become-client-mobile{
        margin-top: -47px;
    }

    #multisite-english.home #cookie-law-info-bar, #cookie-law-info-bar{
        top: 47px!important;
    }
}

.siteid-14 .entry-content h1, .siteid-14 #main h2,
.siteid-14 #main .panel-group.list .panel-heading h3:before,
.siteid-14  #left-sidebar ul li:before, .siteid-14  #main ul li:before,
.siteid-14  #wrapper-headerabout ul li:before,.siteid-14  .breadcrumbs > span:after,
.siteid-14 #left-sidebar ul.menu li.current_page_item a:after{
    color: #de881c;
}

.siteid-14 nav .region ul > li{
    border-left-color: #de881c;
}

.siteid-14 #wrapper-headerabout ul li,
.siteid-14 #wrapper-headerabout ul li a{
    color: #666666;
    font-weight: 400;
}

.siteid-14 #wrapper-headerabout ul li:first-of-type{
    margin-right: -12px;
    line-height: 23px;
    font-size: 12px;
}

.siteid-14 #wrapper-headerabout ul li:first-of-type:before,
.home .siteid-14 .breadcrumbs{
    display: none;
}

.siteid-14 #wrapper-headerabout ul li em{
    font-style: italic;
}

.region.region-comments{
    text-align: center;
    margin: -15px 0 50px;
}



.siteid-14 .separator{
    color: #de881c;
}

.region.region-comments a{
    color: #555555;
}

#multisite-english .multisite-english{
    display: block;
}

#navbar .dropdown .dropdown-menu{

}

#left-sidebar .dropdown-menu{
    position: static;
    float: none;
}

#left-sidebar .dropdown-menu li{
    border: none;
    text-align: left;
}

#left-sidebar .dropdown-menu li:hover,
#left-sidebar .dropdown-menu li:hover a{
    background: transparent!important;
}

ul#mobile-menu ul.dropdown-menu{
    position: static;
    width: 100%;
    padding-left: 10px;
    background: rgba(0,0,0,0.1);
}

#menu-ny-menu .menu-item-has-children:hover .dropdown-menu{
    display: block;
}

#menu-ny-menu li .dropdown-menu {
    right: 15px;
    margin-top: 3px;
    background: rgba(255,255,255,0.92);
    border-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: right;
}

#menu-ny-menu li .dropdown-menu a{
    padding: 3px 20px;
}

#menu-ny-menu li .dropdown-menu a:hover{
    color: #333;
    text-decoration: underline;
}

#menu-ny-menu .menu-item-has-children:after {
    content: "";
    display: block;
    float: none;
    clear: both;
    position: absolute;
    top: 100%;
    right: 15px;
    width: 200%;
    height: 30px;
}

.group#page-wrapper h2{
    width: 100%;
    display: block;
    float: left;
    background: none;
    padding-right: 0!important;
    margin-left: 15px!important;
    padding-bottom: 0!important;
    padding-top: 10px!important;
}

.group#page-wrapper .col-lg-4 p{
    margin-bottom: 0rem;
    line-height: 1.2;
    font-size: 15px;
}

.group#page-wrapper .download-block{
    background: #fff;
    border: 2px solid #f0f0f0;
    padding: 0 20px;
    box-sizing: border-box;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    height: 147px;
    position: relative;
    display: block;
}

.group#page-wrapper .download-block img{
    position: absolute;
    display: block;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 82%;
}

.group#page-wrapper a.download{
    background: #b7b7b7;
    text-align: center;
    color:#fff;
    text-decoration: none;
    display: block;
    font-size: 18px;
    width: 100%;
    padding: 7px 0;
    margin-bottom: 10px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.group#page-wrapper .col-lg-4{
    margin-bottom: 30px;
}

.group#page-wrapper h2{
    background: url(https://www.lmax.com/wp-content/themes/lmax/img/patterns/retina-dot.png) 0 top repeat-x;
    background-size: 5px 5px;
    padding-top:25px!important;
    margin-bottom: 10px!important;
    width: 96%;
}

.group#page-wrapper h2:first-of-type{
    background: none;
    padding-top:15px!important;
}

.group#page-wrapper p a{
    color: #be0a24;
}

@media (max-width: 767px){
    ul#mobile-menu #menu-mobile-exchange ul.dropdown-menu,
    ul#mobile-menu #menu-mobile-global ul.dropdown-menu{
        position: static!important;
        background: rgba(0,0,0,0.1)!important;
    }

    #mobile-menu #menu-mobile-exchange li > .dropdown-menu > li:last-of-type,
    #mobile-menu #menu-mobile-global li > .dropdown-menu > li:last-of-type{
        border-bottom: none!important;
    }

    .page-home .wrapper-home.white, .page-home .wrapper-home.gray{
        padding: 40px 0!important;
    }

    .siteid-16 #main #form-login .form-group.block,
    #multisite-chinese #main #form-login .form-group.block{
        margin: 10px 0 20px 0!important;
        padding-left: 0;
    }

    #wrapper-footer .social{
        padding: 0!important;
    }

    .group#page-wrapper .download-block img{
        right: 0;
        width: 65%;
        left: 0;
    }

    .group#page-wrapper .col-lg-4 {
        margin-bottom: 17px;
    }
}

@media (max-width: 576px){
    .group#page-wrapper .download-block img{
        width: 52%;
    }

    #txtbox .active.skip{
        font-size: 3rem!important;
    }
}

@media screen and (max-width: 992px){
    #multisite-russian #left-sidebar .execution h2,
    #multisite-french #left-sidebar .execution h2{
        height: 43px;
    }

    .siteid-16  #main #form-login .form-group.block,
    #multisite-chinese #main #form-login .form-group.block{
        margin-top: 32px;
    }

    #multisite-english #left-sidebar .execution p:last-of-type {
        margin-top: 22px;
    }

    #left-sidebar .custom-html-widget .col-sm-6 h2{
        font-size: 0.8em;
    }
}

@media screen and (max-width: 670px){
    #multisite-english #main .tabholder ul{
        position: static;
        width: 100%;
        padding: 32px 0 1rem 0;
    }

    #multisite-english #main .tabholder ul li a {
        padding: 12px 15px;
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

@media screen and (max-width: 690px){
    .page-dfx #content .prices {
        padding: 0 0 359px;
    }
}


@media screen and (max-width: 640px){
    #primary .videogallery ul.nav-tabs li{
        margin-bottom: 5px;
        display: block;
        float: left;
        width: 50%;
    }

    .videogallery.alt .tab-content{
        width: 100%;
        float: left;
    }

    #primary .videogallery .nav-tabs>li>a{
        border-color: #ddd;
    }

    #primary .videogallery .nav-tabs>li>a.active{
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 320px){
    #txtbox .active.skip{
        font-size: 1.7em!important;
    }

    .entry-content h1, #main h2{
        font-size: 1.2rem;
    }

    .page-events #content .overview .cycle-vertical .cycle-controls .prev1 {
        top: -15px!important;
    }

    .single-press-release .entry-content h1{
        padding-right: 0!important;
    }

    .wrapper {
        padding: 8px 0 10px;
    }

    .single-press-release #main .pull-right{
        width: 100%;
        margin: 10px 0;
    }

    #wrapper-footer .social{
        padding: 0;
    }

    .page-pl-chicago-2015 #main span.cycle-slideshow,
    .page-professional #main span.cycle-slideshow,
    .page-fx-trading #main span.cycle-slideshow{
        width: 48%!important;
        display: block;
        float: left!important;
        margin-bottom: 15px!important;
    }

    .page-pl-chicago-2015 #main span.cycle-slideshow:first-of-type,
    .page-professional #main span.cycle-slideshow:first-of-type,
    .page-fx-trading #main span.cycle-slideshow:first-of-type{
        margin-left: 0!important;
    }

    .page-fx-trading#multisite-english #main .cycle-smaller-xs .pull-right{
        float: left!important
    }

    .page-fx-trading#multisite-english #main span.cycle-slideshow:first-of-type{
        margin-right: 10px!important;
    }

    .page-pl-chicago-2015 #main p.cycle-smaller-xs{
        clear: both;
    }

    #multisite-english #wrapper-footer, .siteid-13 #wrapper-footer{
        float: left;
    }

    #main .singlenews h2 a{
        font-size: 1.0rem;
    }

    #content .overview{
        padding: 15px 0;
        border:0;
    }

    body{
        font-size: 0.9rem;
    }

    #content .overview .cycle-vertical{
        padding: 3px 15px 10px 15px;
    }

    #primary .videogallery ul.nav-tabs{
        border: none!important;
        display: block;
        width: 100%;
        float: left;
    }

    #gallery.thumbnails .col-md-6 {
        width: 100%!important;
    }

    .page-fx-market-leadership img.pull-left.pr{
        margin-bottom: 10px;
    }

    .page-fx-market-leadership p.block{
        padding: 0!important;
    }

    .siteid-2 #content p a.btn.btn-success {
        font-size: 1.1rem!important;
    }

    #content .overview .cyclecaptions{
        padding-bottom: 20px;
    }

    .page-videos body.left-sidebar #main,.page-videos #primary .videogallery{
        width: 100%;
    }
}

#cboxWrapper > div:first-of-type,
#cboxWrapper > div:last-of-type,
#cboxMiddleLeft, #cboxMiddleRight{
    display: none!important;
}

#cboxContent{
    border: 20px solid #fff;
    border-radius: 15px;
    left: 35px;
    top: 30px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.25);
}

.page-events #content .cycle-vertical .cycle-slideshow .cycle-caption{
    top: 4px!important;
}

#form-login .captcha-background{
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #949494;
    background: #f2f0f1;
    margin-top: 10px;
}

#form-login .captcha-background input{
    border: 1px solid #949494;
}

#form-login .captcha-background .control-label{
    color: #949494!important;
    font-weight: normal!important;
    font-size: .9em!important;
    margin-bottom: .2rem!important;
}

#form-login .captcha-background .input-group-addon img{
    display: block;
    width: 100%;
    margin-top: 10px;
}

#content #form-login label, #content #form-login p,
#content #form-login li{
    font-size:1.2em;
    height:auto;
}

#form-login .form-check{
    padding:0 0 0 25px;
    position:relative;
}

#form-login .form-check .form-check-input{
    position:absolute;
    top:.2em;
    left:0;
}

#form-login .step-professional,
#form-login .step-retail{

}

#form-login .form-check-input{
    margin-right:5px;
}

#content #form-login a.bold,
#content #form-login p strong{
    font-weight:700!important;
    color:#000000;
}

#content #form-login a.semibold{
    font-weight:600!important;
    color:#000000;
}

#content #form-login p.warning{
    color:#be0a24;
}

#content #form-login p.success{
    color:#00912c;
}

#content #form-login div.well{
    background:none;
    border-radius:0;
    border:2px solid;
    padding: 19px!important;
    margin-bottom: 20px;
}

#content #form-login div.well a{
    font-weight:600;
    color:#000000;
}

#form-login .row {
    margin-left: -15px;
    margin-right: -15px;
}

#form-login .accordion-toggle.inherit{
    font-size: inherit;
    padding:0;
}

#form-login .btn-success{
    margin:0;
}

#main .pdfconverthtml h1{
    font-family: Arial,serif;
    font-size: 20px!important;
    color: rgb(192,0,0);
    font-weight: bold;
    font-style: normal;
}

#main .pdfconverthtml span{
    font-family: Arial,serif;
    color: rgb(145,145,145);
    display: block;
    margin: 25px 0 15px;
}

#main .pdfconverthtml h2{
    font-family: Arial,serif;
    font-size: 17px!important;
    color: rgb(192,0,0);
    font-weight: bold;
    font-style: normal;
    line-height: 2.2;
}

#main .pdfconverthtml p{
    font-family: Arial,serif;
    font-size: 15px!important;
    color: rgb(0,0,0);
    font-weight: normal;
    font-style: normal;
}

#main .pdfconverthtml a{
    text-decoration: underline;
    color: rgb(0,0,255);
}

#main .pdfconverthtml ul{
    padding-left: 20px;
    list-style: none;
}

#main .pdfconverthtml ul li{
    margin-bottom: 10px;
    font-weight: normal!important;
}

#main .pdfconverthtml ul li::before {
    content: "\2022";
    color: rgb(192,0,0);
    font-weight: bold;
    display: inline-block;
    width: 1px;
    font-size: 10px;
    margin-left: -10px;
    left: -7px;
    top: 1.2em;
}

#main .pdfconverthtml footer{
    margin-top: 70px;
}

#main .pdfconverthtml footer p{
    font-size: 11px;
}

#main .pdfconverthtml h1, #main .pdfconverthtml h2,
#main .pdfconverthtml h3, #main .pdfconverthtml h4,
#main .pdfconverthtml h5, #main .pdfconverthtml h6{
    background: none!important;
    padding: 0!important;
}

.page-home .wrapper-home .container, #wrapper-index .container{
    position: relative;
}

.page-home .wrapper-home .container .scroll-1, #wrapper-index .container .scroll-1{
    width: 20px;
    border-radius: 9px;
    border: 2px solid #c5c5c5;
    position: absolute;
    height: 46px;
    right: -55px;
    bottom: 0;
    cursor: pointer;
}


@-webkit-keyframes mouse-scroll{
    0% {opacity:1}
    to {opacity:0;
        -webkit-transform:translateY(25px);
        transform:translateY(25px)
    }
}

@keyframes mouse-scroll{
    0% {opacity:1}
    to {opacity:0;
        -webkit-transform:translateY(25px);
        transform:translateY(25px)
    }
}

.page-home .wrapper-home .container .scroll-1:before, #wrapper-index .container .scroll-1:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #c5c5c5;
    top: 6px;
    border-radius: 4px;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: mouse-scroll;
    animation-name: mouse-scroll;
    position: absolute;
    left: 3px;
}

.page-home .wrapper-home .container .scroll-1 .scroll-2, #wrapper-index .container .scroll-1 .scroll-2{
    position: absolute;
    bottom: 24px;
    width: 10px;
    height: 13px;
    border-radius: 4px;
    background: #c5c5c5;
    left: 3px;
}

.page-home .wrapper-home.white, .page-template-home .wrapper-home.white,
.page-home .wrapper-home.gray,  .page-template-home .wrapper-home.gray{
    padding: 30px 0;
}

.page-home .wrapper-home.white:last-of-type, .page-template-home .wrapper-home.white:last-of-type{
    padding-bottom: 90px;
}

.page-home .wrapper-home.white, .page-template-home .wrapper-home.white{
    background: #fff;
}

.page-home .wrapper-home.gray, .page-template-home .wrapper-home.gray{
    background: #f2f2f2;
}

.page-home .wrapper-home.white p,
.page-home .wrapper-home.gray p,
.page-template-home .wrapper-home.white p,
.page-template-home .wrapper-home.gray p{
    margin-bottom: 18px;
}

.page-home .wrapper-home .col-md-12 p, .page-template-home .wrapper-home .col-md-12 p{
    font-family: "Lato",sans-serif;
    color: #666;
    font-size: 19px;
}

.page-home .wrapper-home .col-md-12 p img.logo-b, .page-template-home .wrapper-home .col-md-12 p img.logo-b{
    margin-right: 40px;
    vertical-align: bottom!important;
}

.page-home .wrapper-home .col-md-12 p span, .page-template-home .wrapper-home .col-md-12 p span{
    font-family: "Lato",sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 43px;
}

.page-home .wrapper-home .col-md-12 p span.align-text-middle, .page-template-home .wrapper-home .col-md-12 p span.align-text-middle{
    font-size: 26px;
}

.page-home .wrapper-home  .col-md-4 .btn-outline-primary, .page-template-home .wrapper-home  .col-md-4 .btn-outline-primary{
    color: #007eff;
    background-color: transparent;
    border-color: #007eff;
    width: 100%;
    border-radius: 7px;
}

.page-home .wrapper-home  .col-md-4 .btn-outline-primary:hover, .page-template-home .wrapper-home  .col-md-4 .btn-outline-primary:hover{
    background: #007eff;
    color: #fff;
}

.page-home .wrapper-home .justify-content-md-center .col-xl-9, .page-template-home .wrapper-home .justify-content-md-center .col-xl-9{
    margin-top: 30px;
}

.page-home .modal.fade .close, .page-template-home .modal.fade .close{
    position: absolute;
    color: red;
    font-size: 2.5rem;
    top: -29px;
    right: -29px;
    text-shadow: none;
    opacity: 1;
}

@media screen and (max-width: 766px){
    .page-home .wrapper-home .justify-content-md-center .col-xl-9 .col-md-4:nth-of-type(2n), .page-template-home .wrapper-home .justify-content-md-center .col-xl-9 .col-md-4:nth-of-type(2n){
        margin: 20px 0;
    }

    .page-home .wrapper-home  .col-md-12 p img.logo-b.col-md-5, .page-template-home .wrapper-home  .col-md-12 p img.logo-b.col-md-5{
        margin-bottom: 18px;
        width: 70%;
    }

    .page-home .wrapper-home  .col-md-12 p img.logo-b.col-md-4, .page-template-home .wrapper-home  .col-md-12 p img.logo-b.col-md-4{
        margin-bottom: 18px;
        width: 60%;
    }

    .page-home .wrapper-home  .col-md-12 p, .page-template-home .wrapper-home  .col-md-12 p{
        display: block;
        width: 100%;
        float: left;
    }

    .page-home .wrapper-home  .col-md-12 p:first-of-type, .page-template-home .wrapper-home  .col-md-12 p:first-of-type{
        margin-bottom: 0;
    }

    .page-home .wrapper-home  .col-md-12 p span, .page-template-home .wrapper-home  .col-md-12 p span{
        line-height:23px;
        font-size: 18px!important;
    }

    .page-home .wrapper-home  .col-md-12 p span.align-text-middle, .page-template-home .wrapper-home  .col-md-12 p span.align-text-middle{
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .page-home .wrapper-home .col-md-12 p, .page-template-home .wrapper-home .col-md-12 p{
        font-size: 15px;
    }
}

.modal-body.home{
    border-radius: 5px;
    padding: 10px;
}

.modal-body.home iframe{
    border: 1px solid #ccc;
}

.modal-dialog-centered{
    max-width: 700px;
}

.wrapper-home .justify-content-md-center{
    padding: 30px 0;
    box-sizing: border-box;
}

.wrapper-home .justify-content-md-center.add-shadow{
    box-shadow: 1px 1px 30px #999999;
    padding: 30px 50px;
}

.addtoany_shortcode .a2a_button_whatsapp{
    display: none;
}

@media screen and (max-width: 982px){
    .wrapper-home .justify-content-md-center{
        padding: 20px 0;
    }

    .wrapper-home .justify-content-md-center.add-shadow{
        padding: 20px 10px;
    }

    .page-home .wrapper-home .col-md-12 p span, .page-template-home .wrapper-home .col-md-12 p span{
        line-height: 31px;
    }
}

@media (max-width: 767px){
    /* .addtoany_shortcode .a2a_button_whatsapp{
         display: block;
     } */
    .modal-dialog-centered{
        max-width: 500px;
    }

    .wrapper-home .justify-content-md-center.add-shadow{
        box-shadow: none;
        padding: 0 10px;
    }

    iframe#lw_widget_iframe1 {
        height: 360px;
    }

    iframe#lw_widget_iframe2 {
        height: 414px;
    }

    iframe#lw_widget_iframe3{
        height: 555px;
    }

    .page-home .wrapper-home .col-md-12 p:last-of-type, .page-template-home .wrapper-home .col-md-12 p:last-of-type{
        margin-bottom: 0;
    }

    .page-home .wrapper-home .col-md-12 p span, .page-template-home .wrapper-home .col-md-12 p span{
        line-height: 26px;
    }
}

@media (max-width: 460px){
    iframe#lw_widget_iframe1 {
        height: 300px;
    }

    iframe#lw_widget_iframe2 {
        height: 350px;
    }

    iframe#lw_widget_iframe3{
        height: 475px;
    }
}

@media (max-width: 420px){
    #txtbox .active.skip {
        font-size: 2.4rem!important;
    }

    iframe#lw_widget_iframe1 {
        height: 280px;
    }

    iframe#lw_widget_iframe2 {
        height: 320px;
    }

    iframe#lw_widget_iframe3{
        height: 430px;
    }

    .navbar-brand.d-sm-none.global{
        width: 200px;
    }

    .navbar-brand.d-sm-none{
        width: 210px;
    }
}

@media (max-width: 381px){
    iframe#lw_widget_iframe1 {
        height: 250px;
    }

    iframe#lw_widget_iframe2 {
        height: 290px;
    }

    iframe#lw_widget_iframe3{
        height: 395px;
    }
}

@media (max-width: 360px){
    iframe#lw_widget_iframe1 {
        height: 230px;
    }

    iframe#lw_widget_iframe2 {
        height: 265px;
    }

    iframe#lw_widget_iframe3{
        height: 355px;
    }
}

@media (max-width: 320px){
    iframe#lw_widget_iframe1 {
        height: 230px;
    }

    iframe#lw_widget_iframe2 {
        height: 265px;
    }

    iframe#lw_widget_iframe3{
        height: 280px;
    }
}

.page-home .siteid-2  #prefooter .chevron-after, .page-home .siteid-2 #prefooter .chevron-before{
    background: #000;
}

.singlenews .addtoany_shortcode{
    position: absolute;
    top: 25px;
    right: 0;
}

.singlenews .addtoany_shortcode a{
    padding: 0 2px!important;
}

.newevents #newevents .addtoany_shortcode{
    position: absolute;
    top: 10px;
    right: 0;
}
#main .panel-group.list .panel-heading h3 {
    font-family: "Lato", Arial, Helvetica, sans-serif !important;
}

/**/



/*     Global Instruments widgets 2022 */

.widgetunicontainer {
    /*border: 1px solid yellow;*/
    position: relative;
    border: 1px solid #d8d8d8

}
.widgetunicontainer iframe{
    /*border: 1px solid blue;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.livprcwdgt-spotfx {
    padding-top:89%;
}


.livprcwdgt-lmaxindexcfd {
    padding-top:89%;
}
.livprcwdgt-indexcfds {
    padding-top:89%;
}
.livprcwdgt-bullion {
    padding-top:89%;
}
.livprcwdgt-lmaxcrptindex {
    border: none;
    padding-top:27%;
}

.livprcwdgt-lmaxusdiindex {
    border: none;
    padding-top:27%;
}




.tabwdgt{
    border: 1px solid #666;
    padding: 8px 15px 0px 15px;
}
.tabwdgt .tbtn.active {
    background: #eaeaea !important;
    color: #000 !important;
}

.tabwdgt .tbtn {
    width: 49.5%;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    font-family: arial;
    padding: 8px 10px 6px 10px;
    color: #b9b9b9;
    cursor: pointer;
    transition: all 0.3s ease;
}


.tabwdgt .title{
    width: 100%;
    color: #666;
    text-align: center;
    padding-bottom: 10px;
}
.lmaxCFDtitle{
    color: #666;line-height:1.75em;font-size:33px;font-weight:bold;text-align:center;;top:0;left:0;z-index:3;width:100%;
    position:relative;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.lmax-tab-wdgt .livetitle:before{
    color: #35ACFE;
    content: "|";
    position: relative;
    top: -.1em;
    padding: 0 10px 0 10px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.livetitle{
    color: #666;line-height:1.75em;font-size:33px;text-align:center;;top:0;left:0;z-index:3;width:100%;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.lmaxcrptindex {
    display: none;
}

.lmaxCFDtitle:before{
    content: "â–¼";
    display: inline-block;
    float: none;
    font-size: 1.05em;
    color: rgb(177, 160, 118);
    position: absolute;
    left: -40px;
    color:#35ACFE;
    top: -10px;
    transform: rotate(-90deg);
}


#main .tabwdgt .pdflinks a{color: #999999; text-decoration: none;}
#main .tabwdgt .pdflinks{    display: inline-block;  }
.tabwdgt .pdflinks a.active,#main .tabwdgt .pdflinks a:hover{
    color:red !important;   text-decoration: underline;
}




/* Version 2*/



/* Start of new award page */

.award-category-wrapper {
    /*border: 1px solid #dddddd;*/
    /*pointer-events: none;*/
    margin-bottom: 10px;

}
.award-category-header.active {


}
.award-category-header{
    /*background: #dddddd;*/
    cursor: pointer;
    font-family: "lato";
    font-size: 30px;

    color: #000;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
}
.award-category-content.active {
    padding: 15px 0;
    max-height: 8000px;
    transition: max-height 2s ease-in;
}
.award-category-content {

    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;

}




.award-close {
    width: 35px;
    height:35px;
    float: right;
    position: relative;
}
.award-close:before, .award-close:after {
    position: absolute;
    left: 50%;
    margin-left: -1px;
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: #585956;
    -webkit-transition: transform 0.2s,background-color 0.2s;
    -moz-transition: transform 0.2s,background-color 0.2s;
    -ms-transition: transform 0.2s,background-color 0.2s;
    -o-transition: transform 0.2s,background-color 0.2s;
    transition: transform 0.2s,background-color 0.2s;
}


.award-category-header.active .award-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
}
.award-category-header.active .award-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
}
.award-category-header .award-close:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #000;
}
.award-category-header     .award-close:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #000;
}
.awardflex {
    display: flex;
}
.award-category-wrapper .awardimg  img {
    width: 100px;
    float: none !important;
    max-width: none;
    padding: 5px 14px 0 0;

}
.award-category-content .panel-body {
    font-size: 16px;
}
.award-category-content h3.panel-title {
    font-style: normal;
    font-size: 28px;
}

.award-category-content .awardblock {
    font-size: 18px;
}
.LMAXwdgtcontainer{
    position: relative;
    width: 100%;
}
.LMAXwdgtcontainer object ,
.LMAXwdgtcontainer iframe {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Home Page Fix */
.wrapper-pr{
    margin-top: 30px;
}
/* End  of new award page */


@media screen and (max-width: 767px) {
    .page-investor-relations #cboxLoadedContent {
        height: 54vw !important;
    }
    .page-investor-relations #cboxContent {
        border: none !important;
        left: 0 !important;
        top: 0 !important;
        height: 52.5vw !important;
    }
}


.alert-success{
    color: #28a745 !important;
}
.finBtn{
    margin-bottom: 15px;
}
.SOM{
    display: none;
}
.SOD{
    display: block;
}
.SODi{
    display: inline-block;
}

@media screen and (max-width: 699px) {
    .SOM{
        display: block;
    }
    .SOD{
        display: none;
    }
    .SODi{
        display: none !important;
    }
}
.wnwa {
    white-space: nowrap;
}




.visible-m {
    display: none;
}
.hidden-m {
    display: inline-block  ;
}


@media screen and (max-width: 767px){
    .visible-m {
        display: inline-block !important;
    }
    .hidden-m {
        display: none ;
    }
}
.page-faqs #page ul.faq-tabs li:before,
.page-client-documents #page ul.faq-tabs li:before {
    content: none;
}

.page-faqs #page ul.faq-tabs,
.page-client-documents #page ul.faq-tabs {
    background: none;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    justify-content: space-between; /* Distribute items equally */
}

.page-faqs #page ul.faq-tabs li,
.page-client-documents #page ul.faq-tabs li {
    flex: 1; /* Make each tab take up equal width */
    text-align: center; /* Center align the text */
}

.page-faqs #page ul.faq-tabs li a,
.page-client-documents #page ul.faq-tabs li a {
    background: #f0f0f0;
    color: #555;
    margin: 0;
    padding: 0;
    display: block;
    border-radius: 14px 14px 0 0;
    text-decoration: none;
}

.page-faqs #page ul.faq-tabs li a.active,
.page-client-documents #page ul.faq-tabs li a.active {
    background: none;
}

.page-faqs #page ul.faq-tabs li a.active h2,
.page-client-documents #page ul.faq-tabs li a.active h2 {
    background: none;
    border: 1px solid #dddddd;
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    color: #000;
    font-weight: 400;
}

.page-faqs #page ul.faq-tabs li a h2,
.page-client-documents #page ul.faq-tabs li a h2 {
    color: #b8b8b8;
   font-weight: 200;
}

.page-faqs #page ul.faq-tabs li a h1,
.page-client-documents #page ul.faq-tabs li a h1 {
    color: #b8b8b8;
    margin: 0; /* Ensure there’s no extra margin */
    font-size: 1.5em; /* Adjust the font size as needed */
}

.page-faqs #page ul.faq-tabs h2,
.page-client-documents #page ul.faq-tabs h2 {
    font-size: 1.25rem;
    text-decoration: none;
    background: url(../img/patterns/retina-dot.png)  repeat-x;
    background-position: 0 calc(100% + 3px);
    background-size: 5px 5px;
}

.page-faqs #page .panel-body,
.page-client-documents #page .panel-body,
.page-faqs #page .body-collapse,
.page-client-documents #page .body-collapse {
    display: block !important;
}

.page-faqs #page .panel.panel-default,
.page-client-documents #page .panel.panel-default {
    margin-top: 30px;
}

.page-faqs #page .more,
.page-client-documents #page .more,
.page-faqs #page .closed,
.page-client-documents #page .closed {
    display: none !important;
}


#multisite-group.page-faqs ul {
    padding-bottom: 0 !important;
}
#multisite-group.page-faqs p:has(.closed) {

    display: block !important;
    margin-bottom: 0 !important;
}
#multisite-group.page-faqs #page .more.instrumentlinkshow{
    display: inline-block !important;

}

@media (max-width: 799px) { /* Adjust the max-width according to your needs */
    .page-faqs #page .nav-tabs,
    .page-client-documents #page .nav-tabs {
        flex-direction: column;
    }
    .page-faqs #page .nav-tabs li,
    .page-client-documents #page ul.faq-tabs li{
        width: 100%;
    }
    .page-faqs #page .nav-tabs h2,
    .page-client-documents #page ul.faq-tabs h2{
       padding: 10px 0 !important;
        background: none;
    }
    .page-faqs #page ul.faq-tabs li a, .page-client-documents #page ul.faq-tabs li a{
        border-radius: 7px 7px 0 0;
    }
}


@media screen and (max-width: 799px) {
    #mobile-menu #nav_menu-6.show {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1000;
        box-sizing: border-box;
        visibility: visible;
    }
    #mobile-menu #nav_menu-5.show {
        visibility: visible;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1000;
        box-sizing: border-box;
    }
    #mobile-menu #nav_menu-3.show {
        visibility: visible;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 1000;
        box-sizing: border-box;
    }


#mobile-menu{
    opacity: 0;

}
#mobile-menu.rightmenu{
    display: flex;
    position: absolute;
    right: 20px;
    opacity: 1;
}
}
/*#nav_menu-5 {*/
/*    max-height: 100vh !important; !* Adjust as needed *!*/
/*    overflow-y: auto !important;*/
/*}*/

/*#mobile-menu{*/
/*    position: absolute;right: 0;*/

/*}*/
/*.container.rel .svg{*/
/*    margin: 20px;*/
/*}*/