charset "utf-8";
/* CSS Document */
html {
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title {
    display: block
}

body {
    font-family: Arial, Verdana;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 15px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #404040;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

ol, ul {
    list-style: none
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

a img {
    border: 0;
    display: block
}

a:active, a:focus, a:hover, input[type="image"], select:focus, input, input[type="button"]:focus, :focus {
    outline: 0;
    text-decoration: none;
}

.clearfix {
    *zoom: 1
}

    .clearfix:before, .clearfix:after {
        display: block;
        content: "";
        line-height: 0
    }

    .clearfix:after {
        clear: both
    }

::-moz-placeholder {
    opacity: 1;
}
/*************************************************/

.top-social-part {
    background-color: #656565;
    display: table;
    padding: 15px 0;
    width: 100%;
}

.marlk-ra.pull-left > li {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.top-sicl.pull-right li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.top-sicl b {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.top-sicl.pull-right > ul {
    display: inline-block;
    vertical-align: middle;
}

.top-sicl.pull-right li a {
    color: #fff;
    font-size: 17px;
}

.top-sicl.pull-right li:hover:Before, .bot-men > li a:hover:Before {
    width: 100%;
}
/*.top-sicl.pull-right li::before, .bot-men > li a::before { background-color: #fff; content: ""; height: 1px; left: 0; pointer-events: none; position: absolute; top: 50%; transition: all 0.2s ease 0s; width: 0; }*/
nav.navigation-top {
    background-color: #ededed;
    border-top: 1px solid #d2d2d2;
    float: left;
    width: 100%;
}

.navigation-top ul {
    display: table;
    width: 100%;
}

.navigation-top .col-lg-12 > ul > li {
    display: table-cell;
    position: relative;
}

    .navigation-top .col-lg-12 > ul > li > a {
        border-right: 1px solid rgb(210, 210, 210);
        color: rgb(90, 90, 90);
        display: block;
        line-height: 45px;
        position: relative;
        text-align: center;
        z-index: 9;
    }

    .navigation-top .col-lg-12 > ul > li a i.fa-angle-down {
        margin: 0 0 0 10px;
    }

    .navigation-top .col-lg-12 > ul > li:hover > a, .navigation-top .col-lg-12 > ul > li.active > a {
        color: #fff;
    }

        .navigation-top .col-lg-12 > ul > li:hover > a::before, .navigation-top .col-lg-12 > ul > li.active > a::before {
            height: 100%;
            width: 100%;
        }

    .navigation-top .col-lg-12 > ul > li > a i.fa.fa-home {
        font-size: 20px;
        padding: 0 5px;
    }

.sub-menu {
    background-color: #3A5177;
}

    .sub-menu a:hover::before {
        width: 100%;
    }

    .sub-menu a::before {
        background-color: #4A6187;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all 0.2s ease 0s;
        width: 0;
        z-index: -1;
    }

    .sub-menu a {
        border-bottom: 1px solid rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        display: block;
        padding: 10px;
        position: relative;
        transition: all 0.2s ease 0s;
        z-index: 9;
    }

.navigation-top ul .sub-menu {
    display: none;
    left: 0;
    position: absolute;
    width: 200px;
    z-index: 999;
}

.navigation-top .col-lg-12 > ul > li.have-sub-menu:hover .sub-menu {
    display: block;
}

.navigation-top ul .sub-menu-2 {
    display: none;
    top: 0px;
    left: -200px;
    position: absolute;
    width: 200px;
    z-index: 999;
    background-color: #3A5177;
}

.navigation-top li.have-sub-menu-2:hover .sub-menu-2 {
    display: block;
}

.marque-nes li {
    color: #fff;
    display: inline-block;
    margin: 0 30px 0 0;
}

.marque-nes ul {
    white-space: nowrap;
}

.marque-nes {
    background-color: rgb(42, 62, 96);
    display: table;
    padding: 10px 0;
    width: 100%;
    height: 37px;
}

    .marque-nes li img {
        display: inline-block;
        vertical-align: middle;
    }

    .marque-nes li p {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 0 7px;
        vertical-align: middle;
    }

.inp-fie select {
    background-color: #2a3e60;
    background-image: url("../images/white-aro-down.png");
    background-position: 94% center;
    background-repeat: no-repeat;
    border: 0 none;
    color: #fff;
    height: 40px;
    padding: 0 25px 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
}

.inp-fie input {
    background-color: #f7f7f7;
    border: 0 none;
    color: #7a7a7a;
    font-weight: 300;
    height: 40px !important;
    padding: 0 15px !important;
    width: 100% !important;
}

.inp-fie select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .inp-fie select::-ms-expand {
        display: none;
    }

.top-search {
    display: table;
    float: left;
    width: 55%;
}

.cont-links {
    margin: -5px 5px 14px;
    overflow: hidden;
    text-align: right;
}

.inp-fie {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.cont-links > li {
    display: inline-block;
    padding: 0 7px;
    vertical-align: middle;
}

    .cont-links > li a {
        color: #7f7f7f;
    }

        .cont-links > li a i {
            color: #4a6187;
            font-size: 16px;
            margin: 0 0 0 5px;
        }

.top-search button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    display: table-cell;
    height: 40px;
    margin: 0;
    padding: 0 30px 0 10px;
    position: relative;
    vertical-align: top;
    line-height: 38px;
}

    .top-search button i {
        color: rgb(153, 153, 153);
        position: absolute;
        right: 8px;
        top: 12px;
    }

.cont-links > li:last-child {
    padding-right: 0;
}

.top-logoseciton {
    padding: 10px 0;
}

    .top-logoseciton .col-md-9 {
        margin: 15px 0 0;
    }

.fir-main-sl {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 400px;
}

/*.fir-main-sl {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 380px;
    padding: 120px 0 380px 0;
}*/

.baner-catip {
    color: rgb(255, 255, 255);
    margin: 0 0 20px 40px;
    text-align: left;
}

    .baner-catip > b {
        display: block;
        font-size: 22px;
        font-weight: 400;
        margin: 0 0 7px;
        text-transform: uppercase;
    }

.top-main-slider .slick-dots {
    bottom: 30px;
    padding: 0 0 0 90px;
    text-align: left;
}

.slid-buton {
    left: -5px;
    position: absolute;
    top: 260px;
    z-index: 999;
    display: none;
}

.mark-tabs {
    display: inline-block;
    max-width: 100%;
    width: 550px;
}

    .mark-tabs .mark-sldi-ta {
        border-right: 1px solid rgb(59, 85, 127);
        border-top: 3px solid rgb(255, 255, 255);
        display: table-cell;
        float: left;
        width: 150px;
    }

    .mark-tabs .tab-content {
        background-color: #1e4587;
        padding-bottom: 10px;
        position: relative;
    }

.mark-sldi-ta a {
    border-bottom: 1px solid rgb(59, 85, 127);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 80px;
    padding: 32px 0 0 70px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

    .mark-sldi-ta a::before {
        background-image: url("../images/mraket-tab-1.png");
        background-position: center top;
        background-repeat: no-repeat;
        bottom: 0;
        content: "";
        height: 27px;
        left: 20px;
        margin: auto;
        position: absolute;
        top: 0;
        width: 30px;
    }

    .mark-sldi-ta a.trand-3 {
        padding-top: 20px;
    }

    .mark-sldi-ta a.trand-2::before {
        background-image: url("../images/mraket-tab-2.png");
    }

    .mark-sldi-ta a.trand-3::before {
        background-image: url("../images/mraket-tab-3.png");
    }

    .mark-sldi-ta a.trand-4::before {
        background-image: url("../images/mraket-tab-4.png");
    }

.mark-sldi-ta li.active a::before {
    background-position: left bottom;
}

.mark-sldi-ta li.active, .mark-sldi-ta li.active a {
    background-color: #fff;
    color: #023448;
    opacity: 1;
    -webkit-box-shadow: inset 0 0 40px rgba(0,0,0,.4);
    -moz-box-shadow: inset 0 0 40px rgba(0,0,0,.4);
    box-shadow: inset 0 0 40px rgba(0,0,0,.4);
}

.mark-sldi-ta a:hover {
    opacity: 0.6;
}

.mark-sldi-ta a::after {
    background-color: rgb(91, 121, 171);
    bottom: -6px;
    content: "";
    height: 12px;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 12px;
    z-index: 5;
}

.mark-sldi-ta a.trand-4::before {
    background-image: url("../images/mraket-tab-4.png");
}

.date-tab > li {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.market-wach {
    padding: 10px 15px 0;
    text-align: left;
}

.mnark-tex {
    display: block;
    margin: 5px 0px;
}

.main-price {
    position: relative;
}

.msn-tim {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.main-price b {
    color: rgb(255, 255, 255);
    font-size: 33px;
    font-weight: 800;
}

.main-price em {
    color: #fff;
    float: right;
    font-size: 18px;
    font-style: normal;
    line-height: 19px;
    position: absolute;
    left: 210px;
    top: 10px;
}

.up-down-mark li {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.up-down-mark-unchanged {
    margin-top: 5px !important;
}

.info-p {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-style: italic;
    margin: 0 0 20px;
}

.watch-es > li {
    float: left;
    font-size: 12px;
    text-align: center;
    width: 25%;
    color: #FFF;
}

    .watch-es > li img {
        float: left;
        margin-top: 1px;
    }

    .watch-es > li > span {
        display: block;
        text-align: left;
        float: left;
        margin-left: 5px;
    }

    .watch-es > li:last-child {
        border-right: 0 none;
    }

.tend-upt {
    background-color: rgb(255, 255, 255);
    display: block;
    margin: 59px -20px 0;
    text-align: center;
}

    .tend-upt > li {
        border-right: 1px solid rgb(234, 234, 234);
        display: inline-block;
        font-size: 11px;
        letter-spacing: -0.2px;
        padding: 10px 3px;
        text-transform: uppercase;
    }

        .tend-upt > li:last-child {
            border-right: 0 none;
        }

.watch-es {
    display: table;
    margin: 10px 0 10px;
    width: 100%;
}

.msn-today-section {
    background-image: url("../images/msg-today.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0;
}
/*MSN today*/
.ms-to {
    display: table;
    width: 100%;
}

    .ms-to > li {
        display: table-cell;
        text-align: center;
        white-space: nowrap;
    }

        .ms-to > li a {
            background-color: rgba(105, 111, 113, 0.4);
            color: rgb(255, 255, 255);
            display: block;
            font-weight: 600;
            line-height: 60px;
            margin: 0 5px;
            text-transform: uppercase;
            font-size: 15px;
        }

.tal-ms-list {
    background-color: rgba(0, 0, 0, 0.1);
    display: table;
    width: 100%;
}

    .tal-ms-list > ul {
        display: table-row;
    }

        .tal-ms-list > ul li {
            display: table-cell;
        }

        .tal-ms-list > ul li {
            border-bottom: 1px solid rgb(78, 82, 83);
            border-top: 1px solid rgb(5, 5, 5);
            color: rgb(255, 255, 255);
            display: table-cell;
            font-size: 14px;
            font-weight: 500;
            line-height: 36px;
            padding: 0 10px;
        }

        .tal-ms-list > ul.thum-ul > li {
            border-top: 0 none;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .tal-ms-list em {
        font-style: normal;
    }

    .tal-ms-list img {
        display: inline-block;
        margin: 0 5px;
    }

.ms-to > li:first-child a {
    margin-left: 0;
}

.ms-to > li:last-child a {
    margin-right: 0;
}

.titl-div > p {
    display: inline-block;
    vertical-align: middle;
}

.titl-div i {
    color: rgb(255, 255, 255);
}

.titl-div > p {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.titl-div i {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 30px;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

.titl-div {
    margin: 0px 0 30px;
}

.ms-to > li a:hover, .ms-to > li.active a {
    background-color: rgb(123, 123, 123);
    color: rgb(255, 255, 255);
}

.titl-div > p b {
    font-weight: 600;
}

.mark-sldi-ta > li:last-child a::after {
    display: none;
}
/*Performance*/

.fir-pred {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(79, 82, 83);
}

.fir-pred {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(79, 82, 83);
    display: table;
    border-top: 0px;
    padding: 35px 50px;
    width: 100%;
}

    .fir-pred p {
        color: rgb(255, 255, 255);
        display: inline-block;
        font-size: 20px;
        margin: 0 0 0 15px;
        vertical-align: middle;
    }

        .fir-pred p i {
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
        }

    .fir-pred em {
        color: rgb(255, 255, 255);
        float: right;
        font-size: 13px;
        font-style: normal;
    }

.turn-over-sec b {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.turn-over-sec span {
    color: rgb(255, 255, 255);
}

.turn-over-sec li {
    border-left: 1px dotted rgb(0, 0, 0);
    border-right: 1px dotted rgb(111, 111, 111);
    float: left;
    margin: 20px 0 0;
    padding: 15px 0;
    width: 50%;
}

    .turn-over-sec li:first-child {
        border-left: 0 none;
    }

    .turn-over-sec li:last-child {
        border-right: 0 none;
        padding: 15px 0 15px 40px;
    }

.turn-over-sec span img {
    margin: 0 5px 0 0;
}

.new-sect .titl-div > p {
    color: rgb(83, 83, 83);
    font-size: 24px;
}

.new-sect {
    display: table;
    padding: 50px 0;
    width: 100%;
}

    .new-sect .titl-div > i {
        color: rgb(83, 83, 83);
        font-size: 25px;
    }

.new-scrol-sect > span {
    background-color: rgb(219, 219, 219);
    display: table-cell;
    width: 60px;
}

    .new-scrol-sect > span b {
        background-color: rgb(123, 123, 123);
        color: rgb(255, 255, 255);
        display: block;
        font-size: 25px;
        margin: 5px 0 0;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }

.new-scrol-sect > span {
    background-color: rgb(219, 219, 219);
    color: rgb(146, 146, 146);
    display: table-cell;
    padding: 8px 0 0;
    text-align: center;
    width: 60px;
}

.new-scrol-sect > p {
    line-height: normal;
    padding: 0 0 0 15px;
}

.new-scrol-sect > a {
    line-height: normal;
    padding: 0 0 0 15px;
    color: #404040;
}

    .new-scrol-sect > a:hover {
        text-decoration: underline
    }

.new-scrol-sect {
    display: table;
    margin: 0 0 25px;
    width: 100%;
}

.tal-ms-list li span.down-btn {
    display: inline-block;
    line-height: 22px;
}

    .tal-ms-list li span.down-btn a:first-child {
        border-radius: 5px 0 0 5px;
        border-right: 1px solid rgb(255, 255, 255);
        background: #43494A;
        color: rgb(255, 255, 255);
    }

    .tal-ms-list li span.down-btn a:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c3e66+0,202c49+100 */
        background: #2c3e66; /* Old browsers */
        background: -moz-linear-gradient(top, #282E2E 0%, #282E2E 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #282E2E 0%, #282E2E 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #282E2E 0%, #282E2E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282E2E', endColorstr='#282E2E', GradientType=0 ); /* IE6-9 */
    }

    .tal-ms-list li span.down-btn a {
        background-color: rgb(123, 123, 123);
        border-radius: 0 5px 5px 0;
        color: rgb(255, 255, 255);
        float: left;
        padding: 0 6px;
        background: #7B7B7B;
    }

.new-marg .tal-ms-list > ul li {
    border: 0 none;
    color: rgb(83, 83, 83);
    padding: 0;
}

.new-marg .tal-ms-list {
    background-color: rgba(0, 0, 0, 0);
}

.tal-ms-list li span.down-btn a i {
    margin: 0 5px 0 0;
}

.new-marg .tal-ms-list > ul.thum-ul > li {
    padding-bottom: 10px;
}

.mult-assets {
    background-attachment: fixed;
    background-image: url("../images/market-place.jpg");
    background-position: center center;
    background-size: cover;
    height: 305px;
    padding: 30px 0;
}

.mult-asset-icons .ase-ico {
    float: left;
    text-align: center;
    width: 14.25%;
}

.mult-asset-icons b {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 24px;
    line-height: normal;
    padding: 5px 0 15px;
    text-align: center;
}

.mult-asset-icons p {
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.mult-asset-icons i {
    display: block;
    height: 90px;
    position: relative;
    width: 100%;
}

    .mult-asset-icons i img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

.mult-asset-icons b sup {
    font-size: 20px;
    top: -20px;
}

.anouc-image > a {
    background-color: rgb(74, 73, 73);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.anouc-image {
    position: relative;
}

    .anouc-image > p {
        font-size: 17px;
        left: 20px;
        line-height: normal;
        position: absolute;
        top: 15px;
    }

.msn-today-section.anouc-ment {
    background-image: url("../images/anounce.jpg");
}

.anouc-ment .tal-ms-list li {
    background-color: rgb(123, 123, 123);
    border: 0 none;
    padding: 2px 15px;
}

    .anouc-ment .tal-ms-list li:first-child {
        border-right: 1px solid rgb(255, 255, 255);
    }

.msn-today-section.head-map {
    background-image: url("../images/heat-map-bg.jpg");
}

.head-map .ms-to > li a {
    margin: 0;
    background-color: #010f15;
    border-right: 1px dashed;
    background-image: -webkit-linear-gradient(top, #010f15, #ac4b4b);
    background-image: -moz-linear-gradient(top, #010f15, #ac4b4b);
    background-image: -o-linear-gradient(top, #010f15, #ac4b4b);
    background-image: -ms-linear-gradient(top, #010f15, #ac4b4b);
    background-image: linear-gradient(to bottom, #010f15, #ac4b4b);
}

.head-map .ms-to > li.active a {
    margin: 0;
    background-color: #010f15;
    border-right: 1px dashed;
    background-image: -webkit-linear-gradient(top, #010f15, #ac4b4b);
    background-image: -moz-linear-gradient(top, #010f15, #ac4b4b);
    background-image: -o-linear-gradient(top, #010f15, #ac4b4b);
    background-image: -ms-linear-gradient(top, #010f15, #ac4b4b);
    background-image: linear-gradient(to bottom,#010f15, #010f15);
}

.head-map .ms-to > li:last-child a {
    border-right: 0 none;
}

.head-map img {
    margin: 0;
}

.head-map .toyda-tabl {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px #c3c3c3;
    -moz-box-shadow: 0px 0px 5px #c3c3c3;
    box-shadow: 0px 0px 5px #c3c3c3;
}

.head-map .ms-to {
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.5);
    display: table;
    position: relative;
    width: 100%;
    z-index: 5;
}

.new-link-q li a::before {
    background-color: rgb(228, 228, 228);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 0;
    z-index: -1;
}

.new-link-q li a:hover:before {
    width: 100%;
}

.new-link-q li a {
    background-color: rgb(235, 235, 235);
    color: rgb(38, 46, 56);
    display: block;
    font-weight: 600;
    line-height: 57px;
    margin: 0 0 3px;
    padding: 0 0 0 70px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

    .new-link-q li a img {
        bottom: 0;
        display: inline-block;
        left: 20px;
        margin: auto;
        position: absolute;
        top: 0;
    }

.new-link-q {
    margin: 55px 0 0;
}

.quic-lin a:hover {
    color: #2A3E60;
}

.quic-lin a {
    background-image: url("../images/gry-round-1.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: rgb(19, 19, 19);
    display: block;
    font-size: 13px;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.social-icons a {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin: 0 4px 0 0;
    text-align: center;
    width: 35px;
}

    .social-icons a.face {
        background-color: #214a8b;
    }

    .social-icons a.twi {
        background-color: #35a7e9;
    }

    .social-icons a.ins {
        background-color: #9f7547;
    }

    .social-icons a.you-t {
        background-color: #ed0909;
    }

    .social-icons a.g-plu {
        background-color: #ce1b1b;
    }

    .social-icons a.whats {
        background-color: #00E676;
    }

.downl-now > b {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 20px;
    line-height: normal;
    margin: 30px 0 10px;
}

footer.foter-sec {
    background-color: rgb(80, 80, 80);
    display: table;
    padding: 10px 0 0;
    width: 100%;
}

.ul-footer-men > li {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
}

.ul-footer-men > li b {
    font-size: 15px;
}

    .ul-footer-men > li a::before {
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        border-left: 5px solid rgb(255, 255, 255);
        border-top: 4px solid rgba(0, 0, 0, 0);
        bottom: 0;
        content: "";
        height: 0;
        left: 0;
        margin: auto;
        position: absolute;
        top: 0;
    }

    .ul-footer-men > li a {
        color: rgb(255, 255, 255);
        padding: 0 0 0 15px;
        position: relative;
    }

        .ul-footer-men > li a:hover {
            color: #ccc;
        }

    .ul-footer-men > li b {
        color: rgb(255, 255, 255);
        text-transform: uppercase;
    }

.ul-footer-men {
    margin: 20px 0 0;
}
    /*.ul-footer-men > li a::after { background-color: rgb(255, 255, 255); content: ""; height: 1px; left: 10px; pointer-events: none; position: absolute; top: 50%; transition: all 0.2s ease 0s; width: 0; z-index: 0; }*/
    .ul-footer-men li:hover a::after {
        width: 100%;
    }

.downl-now > a {
    display: inline-block;
}

.social-icons a:hover {
    opacity: .8;
}

.social-icons {
    margin: 10px 0 0;
}

.botm-foot {
    background-color: rgb(123, 123, 123);
    margin: 30px 0 0;
    padding: 25px 0;
}

.bot-men > li a {
    color: rgb(255, 255, 255);
    position: relative;
}

.bot-men > li {
    border-right: 1px solid rgb(255, 255, 255);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 11px;
    padding: 0 13px;
}

    .bot-men > li:last-child {
        border-right: 0px;
    }

.botm-foot p {
    color: rgb(255, 255, 255);
    font-size: 13px;
}
/**********************************mobile-menu*****************************/
.kk-menu-trigger {
    background-color: #2A3E60;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    padding: 10px;
    position: relative;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
}

    .kk-menu-trigger span {
        position: relative;
        margin-top: 9px;
        margin-bottom: 9px;
    }

        .kk-menu-trigger span, .kk-menu-trigger span:before, .kk-menu-trigger span:after {
            display: block;
            width: 26px;
            height: 3px;
            background-color: #fff;
            -webkit-transition-property: background-color, -webkit-transform;
            transition-property: background-color, transform;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            border-radius: 1px;
        }

.kk_menu_default_hidden.kk-menu-open .kk-menu-trigger span, .kk_menu_default_hidden.kk-menu-open .kk-menu-trigger span:before, .kk_menu_default_hidden.kk-menu-open .kk-menu-trigger span:after {
    width: 20px;
}

.kk-menu-open .kk-menu-trigger span:before, .kk-menu-open .kk-menu-trigger span:after {
    background-color: #fff;
}

.kk-menu-trigger span:before, .kk-menu-trigger span:after {
    position: absolute;
    content: "";
}

.kk-menu-trigger span:before {
    top: -8px;
}

.kk-menu-trigger span:after {
    top: 8px;
}

.kk-menu-open .kk-menu-trigger span {
    background-color: transparent !important;
}

    .kk-menu-open .kk-menu-trigger span:before {
        -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
        -ms-transform: translate(0, 8px) rotate(45deg);
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }

    .kk-menu-open .kk-menu-trigger span:after {
        -webkit-transform: translate3d(0, -8px, 0) rotate(-225deg);
        -ms-transform: translate(0, -8px) rotate(-225deg);
        transform: translate3d(0, -8px, 0) rotate(-225deg);
    }
/*--- Menu effects ---*/
.kk-content-boxed.kk_menu_default_hidden.kk-menu-open .content {
    margin: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    -ms-transform: translate(300px, 0);
    transform: translate3d(300px, 0, 0);
}

@media screen and (max-width: 1690px) {
    .kk-content-fullwidth.kk_menu_default_hidden.kk-menu-open .content {
        margin: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        -webkit-transform: translate(200px, 0);
        transform: translate3d(200px, 0, 0);
    }
}

@media screen and (max-width: 1290px) {
    .kk-content-fullwidth.kk_menu_default_hidden.kk-menu-open .content {
        margin: 0;
        -webkit-transform: translate3d(240px, 0, 0);
        -ms-transform: translate(240px, 0);
        transform: translate3d(240px, 0, 0);
    }
}

.kk_menu_default_hidden .menu-wrapper {
    -webkit-transform: translate3d(-80%, 0, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0);
}

.kk_menu_default_hidden.kk-menu-open .menu-wrapper {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.kk_menu_default_hidden.kk-menu-open .menu-helper {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0);
}

.kk_menu_slide_right .royalSlider_fullscreen, .kk_menu_slide_right .video-bg, .kk_menu_slide_right #kenburns {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
}

.kk_menu_slide_right.kk-menu-open .royalSlider_fullscreen, .kk_menu_slide_right.kk-menu-open .video-bg, .kk_menu_slide_right.kk-menu-open #kenburns {
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate3d(-50%, 0, 0);
}

.kk_menu_slide_right.kk-content-fullwidth.kk-menu-open .content {
    -webkit-transform: translateX(-49.97%);
    -ms-transform: translate(-49.97%, 0);
    transform: translateX(-49.97%);
}

.kk_menu_slide_right .main-nav {
    -webkit-transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transform: translate3d(20%, -50%, 0);
    -ms-transform: translate(20%, -50%);
    transform: translate3d(20%, -50%, 0);
}

.kk_menu_slide_right.kk-menu-open .main-nav {
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate(0, -50%);
    transform: translate3d(0, -50%, 0);
}

.kk_menu_slide_right .main-nav .dl-menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .kk_menu_slide_right .main-nav .dl-menu.dl-menuopen, .kk_menu_fullscreen .main-nav .dl-menu.dl-menuopen {
        pointer-events: auto;
        margin: 0;
    }

.kk_menu_slide_right .main-nav li .sub-menu, .kk_menu_fullscreen .main-nav li .sub-menu {
    display: none;
}

.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

    .dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .sub-menu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .sub-menu {
        display: block;
    }

        .dl-menu.dl-subview li.dl-subviewopen > .sub-menu > li {
            display: inline-block;
        }

.kk_menu_slide_right.kk-menu-open .menu.dl-menu.dl-animate-out-1, .kk_menu_fullscreen.kk-menu-open .menu.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    -ms-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

@-webkit-keyframes MenuAnimOut1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
}

@-ms-keyframes MenuAnimOut1 {
    0% {
        -ms-transform: translate(0, 0);
        opacity: 1;
    }

    100% {
        -ms-transform: translate(-20%, 0);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
}

.kk_menu_slide_right.kk-menu-open .menu.dl-menu.dl-animate-in-1, .kk_menu_fullscreen.kk-menu-open .menu.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.4s ease;
    -ms-animation: MenuAnimIn1 0.4s ease;
    animation: MenuAnimIn1 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-ms-keyframes MenuAnimIn1 {
    0% {
        opacity: 0;
        -ms-transform: translate(-20%, 0);
    }

    100% {
        -ms-transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.kk_menu_slide_right.kk-menu-open .main-nav > .sub-menu.dl-animate-in-1, .kk_menu_fullscreen.kk-menu-open .main-nav > .sub-menu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    -ms-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translate3d(30%, -50%, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, -50%, 0);
        opacity: 1;
    }
}

@-ms-keyframes SubMenuAnimIn1 {
    0% {
        -ms-transform: translate(30%, -50%);
        opacity: 0;
    }

    100% {
        -ms-transform: translate(0, -50%);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        transform: translate3d(30%, -50%, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, -50%, 0);
        opacity: 1;
    }
}

.kk_menu_slide_right.kk-menu-open .main-nav > .sub-menu.dl-animate-out-1, .kk_menu_fullscreen.kk-menu-open .main-nav > .sub-menu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s cubic-bezier(0.49, 0.06, 0.66, 0.68);
    -ms-animation: SubMenuAnimOut1 0.4s cubic-bezier(0.49, 0.06, 0.66, 0.68);
    animation: SubMenuAnimOut1 0.4s cubic-bezier(0.49, 0.06, 0.66, 0.68);
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translate3d(0, -50%, 0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(30%, -50%, 0);
        opacity: 0;
    }
}

@-ms-keyframes SubMenuAnimOut1 {
    0% {
        -ms-transform: translate(0, -50%);
        opacity: 1;
    }

    100% {
        -ms-transform: translate(30%, -50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        transform: translate3d(0, -50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate3d(30%, -50%, 0);
        opacity: 0;
    }
}

.kk_menu_slide_right.kk-menu-open .main-nav .menu-item-has-children > a:hover:after, .kk_menu_fullscreen.kk-menu-open .main-nav .menu-item-has-children > a:hover:after {
    -webkit-animation: arrAnim 0.7s linear infinite;
    -ms-animation: arrAnim 0.7s linear infinite;
    animation: arrAnim 0.7s linear infinite;
}

@-webkit-keyframes arrAnim {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(8px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes arrAnim {
    0% {
        -ms-transform: translate(0, 0);
    }

    50% {
        -ms-transform: translate(8px, 0);
    }

    100% {
        -ms-transform: translate(0, 0);
    }
}

@keyframes arrAnim {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(8px, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.kk_menu_slide_right.kk-menu-open .main-nav .sub-menu .dl-back > a:hover:before, .kk_menu_fullscreen.kk-menu-open .main-nav .sub-menu .dl-back > a:hover:before {
    -webkit-animation: arrAnimb 0.7s linear infinite;
    -ms-animation: arrAnimb 0.7s linear infinite;
    animation: arrAnimb 0.7s linear infinite;
}

@-webkit-keyframes arrAnimb {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-8px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes arrAnimb {
    0% {
        -ms-transform: translate(0, 0);
    }

    50% {
        -ms-transform: translate(-8px, 0);
    }

    100% {
        -ms-transform: translate(0, 0);
    }
}

@keyframes arrAnimb {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(-8px, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

* {
    outline: none !important;
}

    *:focus {
        outline: none !important;
        outline-width: 0;
    }


select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #909090 !important;
}

.mark-tab-sec {
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 300px;
    z-index: 99;
}
.closebtn {
    left: 0;
    max-width: 100%;
    position: absolute;
    right: 0;
    text-align: right;
    top: 300px;
    z-index: 99;
}

.cont-links > li a:hover {
    color: rgb(74, 97, 135);
}

.navigation-top .col-lg-12 > ul > li > a::before {
    background-color: #4a6187;
    bottom: 0;
    content: "";
    height: 0px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.2s ease 0s;
    width: 0px;
    z-index: -1;
}
/**********************************Inner Page*****************************/
.brad-crmbs {
    display: table;
    padding: 18px 0;
    width: 100%;
}

.brd-c {
    background-color: rgb(243, 243, 243);
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.print-ex ul li {
    display: table-cell;
    vertical-align: middle;
}

.print-ex li a {
    background-color: rgba(255,255,255,0);
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.75), inset 0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.75), inset 0 0 8px rgba(0,0,0,.6);
    box-shadow: 2px 3px 5px rgba(0,0,0,.75), inset 0 0 8px rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,0);
}

.print-ex li:last-child a {
    background-color: #2a3e60;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.75), inset 0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.75), inset 0 0 8px rgba(0,0,0,.6);
    box-shadow: 2px 3px 5px rgba(0,0,0,.75), inset 0 0 8px rgba(0,0,0,.6);
    border: solid 1px rgba(0,0,0,0);
}

.print-ex li a {
    color: rgb(51, 51, 51);
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 27px;
    margin: 0 0 0 10px;
    text-align: center;
    width: 30px;
}

.print-ex li:last-child a {
    color: rgb(255, 255, 255);
    line-height: 25px;
    padding: 0 10px;
    width: auto;
}

    .print-ex li:last-child a i {
        padding: 0 10px 0 0;
    }

    .print-ex li:last-child a i, .print-ex li:last-child a em {
        display: table-cell;
        font-style: normal;
        white-space: nowrap;
    }

    .print-ex li:last-child a em {
        font-size: 13px;
    }

.brd-c > ul {
    display: inline-block;
}

.brd-c li:first-child a {
    background-color: rgb(117, 117, 117);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    padding: 0 10px;
}

.brd-c li::after {
    bottom: 0;
    content: "";
    font-family: FontAwesome;
    margin: auto;
    position: absolute;
    right: -15px;
    top: 8px;
}

.brd-c li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    vertical-align: middle;
}

    .brd-c li:last-child {
        color: rgb(42, 62, 96);
        font-weight: 600;
    }

        .brd-c li:last-child::after {
            display: none;
        }

    .brd-c li span {
        color: rgb(95, 95, 95);
        display: block;
        line-height: 30px;
    }

    .brd-c li a {
        color: rgb(95, 95, 95);
        display: block;
        line-height: 30px;
    }

.search-inp {
    background-color: rgb(160, 160, 160);
    display: table;
    padding: 12px;
    text-align: right;
    width: 100%;
}

    .search-inp > button {
        background-color: rgb(37, 54, 84);
        border: 0 none;
        color: rgb(255, 255, 255);
        font-weight: 600;
        line-height: 40px;
        padding: 0 10px;
        width: 160px;
    }

        .search-inp > button:hover {
            background-color: rgb(53, 70, 100);
        }

        .search-inp > button i {
            margin: 0 10px 0 0;
        }

    .search-inp > select {
        background-position: calc(100% - 10px) center;
        background-repeat: no-repeat;
        border: 0 none;
        height: 40px;
        margin: 0 10px 0 0;
        padding: 0 0 0 10px;
        width: 225px;
    }

    .search-inp > select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("../images/down-arrow.png");
    }

.titl-seciotn h5 {
    color: rgb(42, 62, 96);
    font-size: 22px;
}

    .titl-seciotn h5 i {
        margin: 0 5px 0 0;
    }

.titl-seciotn {
    padding: 25px 0;
}

.acordian-secion {
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,.21);
    -moz-box-shadow: 0 0 17px rgba(0,0,0,.21);
    box-shadow: 0 0 17px rgba(0,0,0,.21);
}

.acordia-sec {
    background-color: #fff;
    padding: 15px;
}

.acordian-secion h4 {
    background-color: rgb(42, 62, 96);
    color: rgb(255, 255, 255);
    cursor: pointer;
    line-height: 50px;
    padding: 0 15px;
}

    .acordian-secion h4 i {
        font-size: 17px;
        margin: 0 10px 0 0;
    }

    .acordian-secion h4 em::before {
        content: "+";
        font-style: normal;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 15px;
    }

    .acordian-secion h4 em {
        border: 2px solid rgb(255, 255, 255);
        border-radius: 50%;
        color: rgb(255, 255, 255);
        float: right;
        font-size: 25px;
        line-height: 31px;
        margin: 7px 0 0;
        position: relative;
        width: 35px;
        z-index: 9;
    }

.acor-tabl {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

    .acor-tabl > ul {
        display: table-row;
    }

        .acor-tabl > ul li {
            border: 1px solid #e7e7e7;
            display: table-cell;
            font-size: 12px;
            line-height: normal;
            padding: 3px 7px;
        }

        .acor-tabl > ul:nth-child(odd) {
            background: #ccc;
        }

        .acor-tabl > ul:hover {
            background: #a8a8a8;
            cursor: pointer;
        }
        /*.acor-tabl > ul li:nth-child(5){background:#c0dfe9;}

 
.acor-tabl > ul li:nth-child(6){background:#c0dfe9;}
.acor-tabl > ul li:nth-child(7){background:#e2b6b1;}
.acor-tabl > ul li:nth-child(8){background:#e2b6b1;}*/




        .acor-tabl > ul.tab-hd li {
            background-color: rgb(241, 241, 241);
            vertical-align: middle;
        }

.plus::before {
    bottom: 0;
    color: rgb(255, 255, 255);
    content: "+";
    font-size: 13px;
    font-weight: bold;
    height: 13px;
    left: 0;
    line-height: 13px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.plus {
    background-color: rgb(122, 122, 122);
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 11px;
    line-height: normal;
    margin: 0 5px 0 0;
    position: relative;
    vertical-align: middle;
    width: 12px;
}

.acor-tabl i {
    font-style: normal;
    margin: 0 0 0 20px;
    text-align: left;
}

.red-r {
    color: rgb(240, 20, 20);
    font-style: normal;
}

    .red-r img {
        display: inline-block;
        margin: -2px 5px 0 0;
        vertical-align: middle;
    }

.red-r-im {
    color: #F73E3E !important; /*text-shadow: -1px -1px #000;*/
}

.pop-graph {
    left: 0;
    position: absolute;
    right: 0;
    width: 1230px;
}

.acor-tabl > ul li.pos-re {
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}

.grap-img, .grap-best-bid {
    float: left;
    width: 33.3333%;
}

.grap-tab {
    float: left;
    width: 100%;
}

    .grap-tab > ul {
        float: left;
    }

        .grap-tab > ul li {
            -moz-border-bottom-colors: none;
            -moz-border-left-colors: none;
            -moz-border-right-colors: none;
            -moz-border-top-colors: none;
            background-color: rgb(247, 249, 253);
            border-color: -moz-use-text-color -moz-use-text-color rgb(205, 205, 205);
            border-image: none;
            border-style: none none dotted;
            border-width: 0 0 1px;
            display: table-cell;
            padding: 5px 10px;
        }

        .grap-tab > ul.hed-gra li {
            background-color: rgb(237, 242, 251);
            font-size: 13px;
            padding: 8px 10px;
        }

.grap-best-bid > b { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefeff+0,edf2fb+100 */
    background: #fefeff; /* Old browsers */
    background: -moz-linear-gradient(top, #fefeff 0%, #edf2fb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefeff 0%, #edf2fb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefeff 0%, #edf2fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#edf2fb', GradientType=0 ); /* IE6-9 */
}

.grap-best-bid:last-child b { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefeff+0,dfeafe+100 */
    background: #fefeff; /* Old browsers */
    background: -moz-linear-gradient(top, #fefeff 0%, #dfeafe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefeff 0%, #dfeafe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefeff 0%, #dfeafe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#dfeafe', GradientType=0 ); /* IE6-9 */
}

.grap-best-bid > b {
    color: rgb(0, 0, 0);
    display: block;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.grap-best-bid:last-child ul.hed-gra li {
    background-color: #E1EBFE !important;
}

.grap-tab > ul.hed-gra li {
    border-bottom: 1px solid rgb(180, 196, 225);
}

.grap-best-bid:last-child {
    border-left: 1px solid rgb(202, 210, 224);
}

    .grap-best-bid:last-child .grap-tab > ul li {
        background-color: rgb(255, 255, 255);
    }

.acor-tabl > ul.togal-sec li {
    background-color: rgb(241, 241, 241);
    font-weight: bold;
}

.sho-gr .pop-graph {
    display: block;
    z-index: 9;
    transition: all 0.2s ease-in-out 0s;
}

b.fn-sec {
    color: rgb(57, 57, 57);
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
}

.sho-gr .plus::before {
    content: "-";
    font-size: 14px;
    font-weight: 800;
}

.acordian-secion {
    margin: 0 0 25px;
}

    .acordian-secion h4:hover {
        background-color: rgb(26, 46, 80);
    }

    .acordian-secion.show-tab h4 em::before {
        content: "-";
        font-size: 28px;
        text-align: center;
    }

.have-sub-menu.show-now-menu {
    background-color: rgb(74, 97, 135);
}

    .have-sub-menu.show-now-menu a {
        color: #fff !important;
    }

.print-ex li a:hover {
    opacity: 0.5;
}

.acordian-secion h4 button {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    padding: 0;
    text-align: left;
    width: 100%;
}

.show-tab {
}
/*.collapsing { transition: height 1s; }*/
/*.navigation-top .col-lg-12 > ul > li.lst-menu .sub-menu { left: auto; right: 0; }*/
/*********************28-2-2017*******************/
.fund-listing > li {
    border-bottom: 1px solid rgb(221, 221, 221);
    display: block;
    line-height: normal;
    margin: 10px 0;
    padding: 10px;
}

    .fund-listing > li p {
        display: inline-block;
        vertical-align: middle;
    }

.act-icons {
    float: right;
}

    .act-icons a {
        background-color: rgb(42, 62, 96);
        border: 0 solid rgb(221, 221, 221);
        border-radius: 3px;
        color: rgb(255, 255, 255);
        display: inline-block;
        font-size: 13px;
        margin: 0 0 0 10px;
        padding: 5px 0;
        text-align: center;
        width: 27px;
    }

        .act-icons a + .tooltip > .tooltip-inner {
            background-color: #2A3E60;
            font-size: 13px;
            font-family: Arial, Verdana;
            white-space: nowrap;
        }

        .act-icons a + .tooltip > .tooltip-arrow {
            border-bottom-color: #2A3E60;
            font-size: 13px;
            font-family: Arial, Verdana;
            white-space: nowrap;
        }

a.a-tag {
    color: rgb(42, 62, 96);
    font-weight: 600;
}

.fund-listing > li:nth-child(2n+1) {
    background-color: rgb(255, 255, 255);
    border: 0 none;
}

.fund-listing > li {
    background-color: rgba(241, 241, 241, 0.5);
    border-bottom: 1px solid rgb(237, 237, 237);
    border-top: 1px solid rgb(237, 237, 237);
    display: table;
    line-height: normal;
    margin: 0;
    padding: 10px;
    width: 100%;
}

.fund-sec {
    margin: 0 0 80px;
}

.fund-num {
    background-color: rgb(42, 62, 96);
    border-bottom: 1px solid rgb(221, 221, 221);
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin: 0 0 10px;
    padding: 10px;
}

.banner-inner {
    background-attachment: fixed;
    background-image: url("../images/innber-banner.jpg");
    height: 100px;
    position: relative;
}

    .banner-inner::before {
        background-color: rgba(42, 62, 96, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.msn-today-section, .new-sect {
    overflow: hidden;
}

.new-tabl li {
    border-radius: 4px 4px 0 0;
    display: table-cell;
    text-align: center;
}

    .new-tabl li a {
        color: rgb(83, 83, 83);
        display: block;
        padding: 5px;
    }

.new-tabl > ul {
    display: table-row;
}

.new-tabl {
    border-bottom: 1px solid rgb(221, 221, 221);
    display: table;
    margin: 0 0 10px;
    width: 100%;
}

    .new-tabl li.active {
        border-left: 1px solid rgb(221, 221, 221);
        border-right: 1px solid rgb(221, 221, 221);
        border-top: 1px solid rgb(221, 221, 221);
    }

.mide_tab {
    background: transparent;
}

.topnews_section {
    float: left;
    width: 88%;
}

.news_arrow {
    float: left;
}

.left_arrow {
    width: 20px;
    height: 20px;
    float: left;
    background: #FFF;
    border: none;
    margin-right: 5px;
    text-align: center;
    line-height: 19px;
}

.right_arrow {
    width: 20px;
    height: 20px;
    float: left;
    background: #FFF;
    border: none;
    text-align: center;
    line-height: 19px;
}

.fil-are em {
    cursor: pointer;
}

.fil-are {
    float: right;
}

.today-market {
    background-color: rgb(42, 62, 95);
    width: 100%;
    margin-bottom: 12px;
}

    .today-market .main-price em {
        color: #FFF;
        display: inline-block;
        float: none;
        white-space: nowrap;
    }

    .today-market .date-tab > li {
        font-size: 11px;
        font-weight: 600;
    }

    .today-market .market-wach {
        display: inline-block;
    }

    .today-market .up-down-mark {
        display: inline-block;
        margin: 0px;
        vertical-align: top;
        float: right;
    }

        .today-market .up-down-mark ul li {
            width: 120px;
            height: 90px;
            display: inline-block;
            background: #384f79;
            text-align: center;
            margin-right: 0px;
            padding-top: 25px;
            font-size: 12px;
            font-weight: normal;
        }

            .today-market .up-down-mark ul li:nth-child(odd) {
                background: #384f79;
            }

            .today-market .up-down-mark ul li:nth-child(even) {
                background: #405b86;
            }

            .today-market .up-down-mark ul li span {
                text-align: center;
                line-height: 21px;
            }

    .today-market ul.turn-tex {
        margin: 0px;
        display: inline-block;
    }

        .today-market ul.turn-tex li {
            width: 120px;
            height: 80px;
            display: inline-block;
            background: #384f79;
            margin: 0px;
        }

.main-price b {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.count-wir {
    display: inline-block;
    vertical-align: middle;
}

.turn-tex {
    display: inline-block;
    margin: 0 0 0 30px;
    vertical-align: middle;
}

    .turn-tex li {
        color: rgb(255, 255, 255);
        display: inline-block;
        font-weight: 500;
        margin: 0 5px;
    }

.today-market .main-price {
    padding: 10px 0 5px;
}

.today-market .msn-tim {
    display: table;
    margin: 0;
    padding: 0 0 10px;
}

.filt img {
    display: inline-block;
}

.filt > li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.mark-sr {
    background: #f3f3f3;
    background-size: cover;
    padding: 2px 0;
}

.ser-fie input {
    background-color: #fff;
    background-repeat: no-repeat;
    border: 0 none;
    height: 32px;
    padding: 0 35px 0 10px;
    width: 100%;
    color: #000;
}

.ser-fie {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 250px;
    position: relative;
}

    .ser-fie span {
        background: #3d79dc;
        /* padding: 16px; */
        position: absolute;
        top: 0px;
        right: 0px;
        width: 35px;
        height: 32px;
        text-align: center;
        padding: 7px;
    }

.filt {
    display: inline-block;
    margin: 0 0 0 40px;
    vertical-align: middle;
}

    .filt > li {
        display: inline-block;
        margin: 0 10px 0 0;
    }

        .filt > li a {
            color: rgb(255, 255, 255);
            font-size: 16px;
            font-weight: 600;
        }

.watch-search > h5 {
    color: rgb(80, 80, 80);
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
}

.tad- {
    background-color: #e2e2e2;
    display: table;
    padding: 10px 0 0 10px;
    width: 100%;
}

    .tad- > li {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .tad- > li.active a {
            background-color: #f3f3f3;
            color: #2a3e5f;
            box-shadow: none;
            border-top: 4px solid #2a3e5f;
        }

        .tad- > li a {
            background-color: #fff;
            color: #000;
            display: block;
            padding: 15px 20px;
            border-top: 4px solid #d3d3d3;
            margin-right: 3px;
        }

.today-market .main-price b {
    font-size: 22px;
}

    .today-market .main-price b img {
        width: 25px;
    }

.titl-seciotn h5 img {
    display: inline-block;
    margin: -10px 0 0;
    vertical-align: middle;
}
/********************/
/* Chart CSS Starts Here*/
.scrollTicker {
    white-space: nowrap;
    font-smooth: always;
    font-family: Arial, Verdana;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #5f5f5f;
    left: 0px;
    position: relative;
    top: 0px; /*width: 1501px;*/
}

.newsColor {
    color: #2f569d;
}

.newsHeadColor {
    color: #2f569d;
}

.news_arrow {
    transparent url(../images/news_arrow) no-repeat 0 0px;
    display: inline-block;
    width: 7px;
    height: 12px;
    position: relative;
    top: 2px;
}

.up {
    transparent url(../images/up1) no-repeat 0 0px;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}

.dn {
    transparent url(../images/dn) no-repeat 0 0px;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}

.nc {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
}

.rightArrow {
    background: transparent url(../images/arrow1.png) no-repeat 0 0px;
    display: block;
    width: 15px;
    height: 17px;
}

.handCursor {
    cursor: hand;
    cursor: pointer;
}

.leftArrow {
    background: transparent url(../images/arrow2.png) no-repeat 0 0px;
    display: block;
    width: 15px;
    height: 17px;
}

.handCursor li {
    color: #fff;
}

.scrImg > div.arro-wl {
    position: absolute;
    right: 0;
}

.scrImg #my-mask1 {
    float: left;
    overflow: hidden;
    width: 100%;
    margin: -12px 0 0 0;
}

.scrImg > div.arro-wl span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.topnews_section ul {
    white-space: nowrap;
}

    .topnews_section ul li {
        display: table-cell;
        padding: 0 5px;
    }

.marque-nes .arro-wl {
    background-color: #2A3E60;
    padding: 0 0 0 5px;
}





.today-wat-tab-new .tad- {
    background: none;
    display: inline-block;
}

    .today-wat-tab-new .tad- > li a {
        background: #3d79dc;
        border: none;
        border-radius: 0;
        margin-top: 4px;
        box-shadow: none;
        color: #ffffff;
        display: block;
        font-weight: bold;
        height: auto;
        padding: 8px 0px 10px;
        margin-right: 0px;
        font-size: 13px;
    }

    .today-wat-tab-new .tad- > li.active a {
        background: #fff;
        color: #243756;
    }

    .today-wat-tab-new .tad- li a:hover {
        background: #fff;
        color: #243756;
    }


.today-wat-tab-new > ul li {
    border: 0 none;
    float: left;
    margin-left: 4px;
    padding: 0;
    width: 24.33%;
}

    .today-wat-tab-new > ul li:first-child {
        margin-left: 0;
    }

.pop-graph {
    background-color: #ffffff;
    display: none;
    left: 50px;
    padding: 22px 12px 12px;
    position: absolute;
    top: -9px;
    transition: all 0.2s ease-in-out 0s;
    width: 475px;
    box-shadow: 1px 4px 22px rgba(0,0,0,0.6);
}

    .pop-graph::before {
        left: -13px;
        top: 40px;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 15px 10px 0;
        border-color: transparent #fff transparent transparent;
    }

.popup_heading {
    float: left;
}

    .popup_heading h2 {
        color: #3d79dc;
        font-size: 20px;
        padding-bottom: 20px;
    }

.watch_area {
    background: #c6c6c6;
    color: #222222;
    float: right;
    padding: 3px 8px;
}

    .watch_area i {
        margin: 0;
        padding-right: 8px;
    }



.today-wat-tab-new .grap-img, .grap-best-bid {
    width: 100%;
}

.pop-graph .close_button {
    background: #3d79dc;
    color: #ffffff;
    cursor: pointer;
    padding: 0 8px;
    position: absolute;
    right: -24px;
    top: 0px;
    height: 26px;
    line-height: 26px;
    display: none;
}

    .pop-graph .close_button a {
        color: #fff;
        font-weight: bold;
    }

.grap-img img {
    width: 100%;
}


.today-wat-tab-new .grap-best-bid > b {
    background: #4a6187;
    color: #fff;
}

.today-wat-tab-new .tad- {
    background: #3d79dc;
    padding: 0;
    float: left;
}

.advertisment {
    width: 100%;
    display: inline-block;
    height: 250px;
    background: #CCC;
    text-align: center;
    overflow: hidden;
}

    .advertisment img {
        width: 100%;
        height: 250px;
    }

.ad_text {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}

.magin_0 {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.topnews_section .scrImg > div.arro-wl {
    right: 90px;
}

.topnews_section .more_btn_news {
    position: absolute;
    right: 15px;
    top: -2px;
}

    .topnews_section .more_btn_news a {
        color: #fff;
        font-size: 14px;
        margin-left: 10px;
        line-height: 22px;
    }

        .topnews_section .more_btn_news a:hover {
            color: #CCC;
        }

.click_icon_more {
    color: #fff;
    cursor: pointer;
    line-height: 22px;
    margin-left: 10px;
}

.news_pop {
    padding: 10px;
}

    .news_pop h2 {
        width: 100%;
        display: inline-block;
        background: #666;
        color: #fff;
        font-weight: bold;
        color: #fff;
        padding: 0px;
        margin: 0px;
        font-size: 18px;
        padding: 10px;
    }

    .news_pop p {
        width: 100%;
        display: inline-block;
        color: #000;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        padding: 10px;
    }


.trand_graph {
    width: 100%;
    display: inline-block;
}

.trand_graph {
    text-align: center;
}

.width92 #my-mask1 {
    width: 90%;
}

.width92 > div.arro-wl {
    right: 90px;
}

.width92 .more_btn_news {
    right: 15px;
    position: absolute;
}

    .width92 .more_btn_news a {
        color: #fff;
        margin-left: 10px;
    }

.trade_link {
    display: inline-block;
    left: -44px;
    position: absolute;
    text-align: center;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    width: auto;
    bottom: 22px;
}


    .trade_link a:hover {
        color: #fff;
        background: #2a3e60;
    }

    .trade_link a {
        background-color: #fff;
        padding: 5px 10px;
        color: #4265a0;
        display: block;
    }

.red_color a {
    color: #000;
}

.read_more {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    background: #CCC;
    padding: 5px 25px;
}

    .read_more:hover {
        color: #000;
        background: #fff;
        cursor: pointer;
    }

.market-wach .up-down-mark {
    display: inline-block;
    position: absolute;
    top: 9px;
    width: 30%;
    right: 0px;
}

.up-down-mark {
    margin: 45px 0px 5px;
}

.watch-es li a img {
    float: left;
    margin: 0px 10px;
}

.watch-es li a span {
    float: left;
}

.sector_indicate {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}

    .sector_indicate h2 {
        font-size: 16px;
        background: #3d79dc;
        width: 100%;
        display: inline-block;
        color: #fff;
        font-size: 14px;
    }

        .sector_indicate h2 span { /*background:#ad923c;*/
            padding: 10px;
            display: inline-block;
        }

    .sector_indicate table {
        width: 100%;
    }

        .sector_indicate table tr td, th {
            padding: 3px 2px 4px;
            font-size: 13px;
        }

        .sector_indicate table tr th {
            text-align: center;
        }

        .sector_indicate table tr:nth-child(odd) {
            background: #f3f3f3;
        }

.bg_blue_light {
    background: #e9f4f8 !important;
}

.bg_blue_dark {
    background: #c0dfe9 !important;
}

.bg_pink_light {
    background: #e2b6b1 !important;
}

.bg_pink_dark {
    background: #f5e8e7 !important;
}

.bg_blue_gray {
    background: #d3d3d3;
}


.DFM_general {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

    .DFM_general h2 {
        font-size: 16px;
        background: #3d79dc;
        width: 100%;
        display: inline-block;
        color: #fff;
        font-size: 14px;
    }

        .DFM_general h2 span { /*background:#ad923c;*/
            width: 150px;
            padding: 10px;
            display: inline-block;
        }

.graph_img_new img {
    height: 140px;
}


.most_activity {
    display: inline-block;
    width: 39%;
    vertical-align: top;
}

.market_tab_section table {
    width: 100%;
}

    .market_tab_section table tr td, th {
        padding: 2px;
        font-size: 13px;
    }

    .market_tab_section table tr:nth-child(even) {
        background: #f3f3f3;
    }

ul.new_tab_index {
    width: 100%;
    float: left;
    background: #2a3e5f;
}

    ul.new_tab_index li {
        float: left;
        padding: 10px 8px;
    }

        ul.new_tab_index li.light_blue1 {
            background: #3d79dc;
        }

        ul.new_tab_index li.light_blue2 {
            background: #1356c3;
        }

        ul.new_tab_index li.light_blue3 {
            background: #405b86;
        }




        ul.new_tab_index li.dark_blue {
            background: #c0dfe9;
        }

        ul.new_tab_index li.dark_pink {
            background: #e2b6b1;
        }

        ul.new_tab_index li.light_pink {
            background: #f5e8e7;
        }


        ul.new_tab_index li a {
            color: #fff;
        }

            ul.new_tab_index li a:hover {
                color: #ffff;
            }

        ul.new_tab_index li.active {
            background: #fff;
            color: #2a3e5f;
        }

            ul.new_tab_index li.active a {
                color: #2a3e5f;
            }

.New_flit {
    margin-left: 20px;
}

    .New_flit li a {
        font-size: 14px;
        font-weight: normal;
        color: #000;
        line-height: 21px;
    }

.tad- li a img {
    margin: 0px auto;
}

.today-wat-tab {
    margin-bottom: 20px;
    position: relative;
}

.text_large_icon {
    position: absolute;
    right: 19px;
    top: 30px;
}

    .text_large_icon a {
        color: #000;
        font-weight: bold;
        cursor: pointer;
    }

.tad- > li a:hover {
    background: #f3f3f3;
}

/*ul.new_tab_index li:hover{background:#4a6187; cursor:pointer;}*/
.New_flit li a:hover {
    color: #2a3e5f;
}

.fil-are .fa-caret-down {
    color: #F00;
    font-size: 18px;
    margin-left: 0px;
}

.fil-are .fa-caret-up {
    color: #0C6;
    font-size: 18px;
    margin-left: 10px;
}
/*.market_tab_section table tr:hover{background:#a8a8a8; cursor:pointer;}
.sector_indicate table tr:hover{background:#a8a8a8; cursor:pointer;}
.acor-tabl > ul li:hover.bg_blue_light{background:#a8a8a8;}*/
.green_text {
    color: #58ab0d;
}

.green_text-im {
    color: #0EA600 !important;
}

.gray_text {
    color: #777777;
}

.grey-r {
    color: #777777 !important;
    font-style: normal;
}



.today-wat-tab-new .tab-content {
    background: #e2e2e;
    margin-top: 15px;
    float: left;
    width: 100%;
}




.tab_table_area {
    float: left;
    width: 49%;
    background: #ffffff;
}

    .tab_table_area h3 {
        font-size: 14px;
        text-align: left;
        color: #535353;
        padding: 0px 0 8px;
    }


    .tab_table_area table {
        width: 100%;
        text-align: center;
        border: 1px solid #c6c6c6;
    }

        .tab_table_area table tr td {
            padding: 6px 10px;
            border-left: 2px solid #d3d3d3;
            color: #000;
        }

        .tab_table_area table tr.bg_tr {
            background: #ededed;
        }

        .tab_table_area table tr td.bg_colour {
            background: #eed56e;
        }

        .tab_table_area table tr th {
            padding: 6px 10px;
            background: #c6c6c6;
            color: #222222;
        }

            .tab_table_area table tr th:first-child {
                border-left: none;
            }

        .tab_table_area table tr td:first-child {
            border-left: none;
        }


.advertisment .slick-arrow {
    display: none !important;
}


.box-inner {
    width: 400px;
    padding: 10px;
    border: 1px solid #a29415;
}

.divexample1 {
    height: 115px;
}

.divexample2 {
    height: 140px;
}

.nicescroll-rails {
    opacity: 1 !important;
}


.logo_area {
    width: 100%;
    display: inline-block;
}

.top_logo_area {
    width: 100%;
    display: inline-block;
}

.top_right_icon {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding-top: 12px;
}

    .top_right_icon i.fa-external-link {
        transform: rotate(180deg);
        font-size: 18px;
    }



.left-box {
    position: absolute;
    left: 0px;
    top: 125px;
    width: 340px;
    border-radius: 0px 5px 5px 0px;
    z-index: 9999;
    left: -340px;
    height: auto;
}

.leftreservation {
    position: absolute;
    right: -58px;
    width: auto;
    height: auto;
    cursor: pointer;
}

.lefthidetextarea {
    background: #323232;
    color: #fff;
    margin-right: 56px;
    margin-top: 2px;
    text-align: left;
    padding: 10px 20px;
    cursor: text;
    color: #000;
    float: left;
    width: 340px;
}

.leftimgbox {
    color: #fff;
    font-size: 16px;
    height: auto !important;
    padding: 1px 9px;
    position: absolute;
    left: 330px;
    top: 0;
    width: auto !important;
}

.panelCloseleft {
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 76px;
    top: 15px;
    display: none;
}



/*
.left-box{position:absolute; left:0px; top:55%; width:340px;border-radius:0px 5px 5px 0px;z-index:9999; left:-340px; height:auto;}  
.leftreservation{position:absolute;right:0px; top:10px width:auto;height:auto;cursor:pointer;}  
 
.lefthidetextarea {background: #323232;color: #fff; text-align: left;padding:10px 20px; cursor: text;color:#000; float:left; width:340px; position:relative; z-index:99999;}
.leftimgbox {   color: #fff;  font-size: 16px;  height: auto !important;    position: absolute;  left:-5px;  top: 365px;  width: auto !important;}
.panelCloseleft {cursor: pointer; width:100%; font-weight: bold;  text-align: right; color:#fff; position:absolute; right:20px;   top: 15px; }*/

.login_area {
    width: 100%;
    display: inline-block;
}

    .login_area h2 {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin: 0px;
        color: #fff;
        font-size: 18px;
        border-bottom: 1px dashed #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }



.form_area {
    width: 100%;
    display: inline-block;
}

    .form_area p {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin: 0px;
        margin-bottom: 5px;
        font-size: 12px;
        color: #fff;
    }

    .form_area input.username {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .form_area input.password {
        width: 100%;
        padding: 10px;
    }

.submit_btn {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

    .submit_btn p {
        padding: 0px;
        margin: 0px;
        display: inline-block;
        font-size: 13px;
        line-height: 25px;
        width: 60%;
        color: #fff;
    }

    .submit_btn input {
        display: inline-block;
        padding: 5px 20px;
        border: none;
        background: #656565;
        text-align: right;
        float: right;
        color: #fff;
    }

.panel_bg {
    background-color: #f3f3f3;
    border-radius: 5px;
}

.block_panel {
    width: 100%;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}

.news_calender {
    width: 100%;
    display: inline-block;
    font-family: Arial, Verdana;
}

    .news_calender ul {
        margin: 0px;
        padding: 0px;
    }

        .news_calender ul li {
            width: 25%;
            height: 210px;
            float: left;
            list-style: none;
            padding: 1px;
            box-sizing: border-box;
            margin: 7px 0;
            position: relative;
        }

            .news_calender ul li h2 {
                font-size: 18px;
                font-weight: normal;
                text-transform: uppercase;
                background-color: #3767c4;
                line-height: 38px;
                text-align: center;
                color: #fff;
                margin: 0px;
                transition: all 0.5s ease 0s;
            }

            .news_calender ul li a {
                width: 100%;
                display: inline-block;
                line-height: 36px;
                padding: 0 10px;
                box-sizing: border-box;
                border-bottom: 1px solid#e5e5e5;
                font-size: 14px;
                margin: 0px;
                color: #1b5297;
                text-decoration: none;
            }

                .news_calender ul li a:hover {
                    background-color: #eef4ff;
                }


                .news_calender ul li a span {
                    float: right;
                    color: #5c5c5c;
                    font-weight: bold;
                }

                .news_calender ul li a:last-child {
                    border-bottom: 0px none;
                }

.seprater {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}

.news_calender ul li .seprater {
    position: relative;
    overflow: hidden;
}

.news_calender ul li .seprater {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.calendar_current > div > h2 {
    background-color: #243757 !important;
}

.calendar_inactive > div > h2 {
    background-color: #cdcdcd !important;
}


/* Ticker  */
.top-social-part {
    display: block;
}

    .top-social-part .container {
        width: 100%;
    }

.topnews_section {
    width: 100%;
}

.scrImg #my-mask1 {
    width: calc(100% - 150px);
}

.marque-nes {
    display: block;
}

    .marque-nes .container {
        width: 100%;
    }



/* Logo 100% */
.top-logoseciton .container {
    width: 100%;
}
/**/

.follow-us .top-sicl > b, .follow-us .top-sicl b {
    color: #7f7f7f;
}

.follow-us .top-sicl.pull-right li a, .follow-us .a-pm {
    color: #4a6187;
}

/*.follow-us .top-sicl {
    float:right;
}*/

.latest-more {
    font-weight: bold;
}

.market-ticker-filter-button, .news-ticker-filter-button {
    float: left;
}

#market-ticker-filter {
    margin-left: -87px;
}

#news-ticker-filter {
    margin-left: -83px;
}

    #market-ticker-filter li, #news-ticker-filter li {
        display: block;
        padding: 0px;
        margin: 0px;
    }

        #market-ticker-filter li a, #news-ticker-filter li a {
            padding: 5px 15px;
        }

.market-ticker-filter-active, .news-ticker-filter-active {
    background-color: #f2f2f2;
    color: #fff;
}

.fixed-font-size * {
}

.Temp-slid-buton {
    left: -5px;
    position: absolute;
    top: 495px;
    z-index: 999;
    display: none;
}

.Advertising-image > a {
    background-color: rgb(74, 73, 73);
    color: rgb(255, 255, 255);
    font-size: 15px;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.Advertising-image {
    position: relative;
}

    .Advertising-image > p {
        font-size: 17px;
        left: 20px;
        line-height: normal;
        position: absolute;
        top: 15px;
    }

.imgAdvertising {
    max-width: 100%;
    height: auto;
    width: auto\9; 
}


.left-Searchbox {
    position: absolute;
    left: 0px;
    top: 125px;
    width: 400px;
    border-radius: 0px 5px 5px 0px;
    z-index: 9999;
    left: -340px;
    height: auto;
}

.MarketToday-slid-buton {
    right: 0px;
    position: absolute;
    top: 385px;
    z-index: 999;
    display: none;
}

.text-align-left {
    text-align: left;
}

.wpopup {
    max-width: 500px;
}