﻿.footer-container {
    background-color: #030d23;
    max-width: 100%;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2; 
}
.footer-content {
    color: #ffffff;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
}
.copyright {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    font-family: Raleway;
}
.risk_disc {
    margin: 25px 0 35px 0;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.bottommenu {
    height: 120px;
    min-height: 120px;
    padding-bottom: 15px;
}
.menu-item {
    display: -webkit-box;
    list-style: none;
    padding-left: 0px;
}
.bottommenu ul li.menu-item-has-children {
    padding-left: 14px!important;
    padding-right: 0!important;
    width: 150px;
    display: inline-block;
    position: relative;
    float: left;   
}
.bottommenu ul li.menu-item-has-children > a {
   visibility: hidden;
}
.bottommenu ul li a {
    display: block;
    text-decoration: none;
    color: transparent;
}
.bottommenu ul li ul {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0;
    z-index: 95;
    margin-left: 1px;
    width: auto;
    list-style: none;
}
.bottommenu ul li ul li a,
.bottommenu ul li:hover ul li a {
    background: transparent 10px 13px no-repeat!important;
    float: none;
    height: auto;
    padding: 5px 10px;
    border-left: 0;
    line-height: 1.6;
    text-transform: none;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    font-family: averta;
    border-right: 0;
    font-weight: 400;
    padding-left: 0!important;
    display: block;
    font-family: Raleway;
    font-size: 12px;
    font-weight: 400;
}
.bottommenu ul li ul li a:hover, .bottommenu ul li:hover ul li a:hover {
    color: #23527c;
    text-decoration: underline;
}
.logo-container {
    padding-top: 40px;
}
.logo-container img {
    height: 30px;
    max-width: 150px;
}
.logo-container img:nth-of-type(1) {
    float: left;
}
.logo-container img:nth-of-type(3) {
    float: right;
}
.logo-container img:nth-of-type(2) {
    margin: 0 60px;
}
.page-traderoom .footer-settings-icon {
    position: absolute;
    height: 27px;
    width: 27px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.white-theme .account .counter.active {
    background: #00c5e8;
}   
@media (max-width: 1024px) {
    .page-traderoom .footer-container,
    .page-traderoom .statusbar {
        display: none;
    }
    .footer-menu > .row {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .footer-container {
        padding: 40px 15px;
    }
    .logo-container img:nth-of-type(3) {
        float: unset;
    }
}
@media (width: 768px) {
    .bottommenu ul li.menu-item-has-children {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .bottommenu {
        height: 100%;
        min-height: 100%
    }
    .bottommenu .menu-item {
        display: block;
        text-align: center;
    }
    .bottommenu ul li.menu-item-has-children {
        width: 100%;
    }
    .bottommenu ul li ul {
        display: block;
        position: relative;
        top: 0;
    }
    .bottommenu .risk_disc {
        margin-bottom: 0;
    }
    .footer-menu .logo-container img {
        width: auto;
        float: unset;
        display: block;
        margin: 15px auto;

    }
    .footer-pages {
        margin-bottom: 20px;
    }
}
@media (max-width: 1440px) and (min-width: 1200px) {
    .equity-item {
        width: auto;
        padding: 0 20px;
    }
}
@media (max-width: 1366px) and (min-width: 1025px) {
    .equity-item {
        padding: 0 10px;
    }
}
.page-traderoom #livechat-compact-container {
    display: none;
}