﻿/* Container */

#header {
    background: #8B0000 !important;
}

section {
    /*background: #8B0000 !important;*/
}

#Scrollwrapper {
    height: 30px;
    background: #8B0000;
}

.scroll {
    height: 34px;
    border: 3px #8B0000 solid;
}

.modern-ticker {
    font-size: 16px;
    height: 30px;
    overflow: hidden;
    padding: 2px;
    position: relative;
}

    .modern-ticker ul {
        list-style: none outside none;
        padding: 2px 0 0;
        margin: 0;
    }

.mt-news {
    /* Starting position */
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    /* Apply animation to this element */
    -moz-animation: example1 15s linear infinite;
    -webkit-animation: example1 15s linear infinite;
    animation: example1 15s linear infinite;
}

    .mt-news ul {
        background-position: -1000px center;
        background-repeat: no-repeat;
        width: 50000px;
    }

#topBar {
    background: #8B0000;
    border-bottom: rgba(0,0,0,0.05) 0px solid !important;
}

section {
    padding: 5px 0;
}
 

#gvRates td img {
    width: 30px;
    height: 20px;
    margin-top: 3px;
}

.mt-30 {
    margin-top: 0px !important;
}

#testimonials ul {
    list-style: none !important;
}

blockquote {
    border-left: 5px solid rgba(0,0,0,0.1);
    font-size: 16px !important;
    font-style: normal;
    letter-spacing: -1px;
    margin: 25px 0;
    padding: 0 0 10px 0;
    position: relative;
}


/* Menu Start*/

#topMain.nav-pills > li > a {
    color: #FFFFFF !important;
    font-weight: 800 !important;
    background-color: transparent;
}

    #topMain.nav-pills > li > a:active, a:focus, a:hover {
        color: darkred !important;
    }

#topMain.nav-pills > li:hover > a, #topMain.nav-pills > li:focus > a {
    color: yellow !important;
    /* background-color: rgba(0,0,0,0.03); */
}

#topNav div.submenu-dark ul.dropdown-menu {
    border-color: #3F3F3F #3F3F3F !important;
}

#topNav div.submenu-dark ul.dropdown-menu {
    background: #8B0000 !important;
    background-color: #8B0000 !important;
}

#topBar ul.top-links > li > a {
    Color: #ffffff !important;
    font-weight:800;
}

#showSwitcher {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    #topNav div.submenu-dark li > a {
        color: #000 !important;
    }
}

@media only screen and (max-width: 992px) {
    #topNav nav.nav-main li.resp-active > ul.dropdown-menu {
        background-color: #f0f2f2 !important;
    }
}

@media only screen and (max-width: 992px) {
    #header.transparent #topMain, #header .submenu-dark #topMain {
        background-color: #f0f2f2 !important;
    }
}

#topMain.nav-pills > li:hover > a, #topMain.nav-pills > li:focus > a {
    color: yellow !important;
}

@media only screen and (max-width: 992px) {
    #topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
        border-bottom: rgba(0,0,0,0.1) 1px solid;
    }
}



@media only screen and (max-width: 992px) {



    .li-login {
        width: 100%;
        padding: 10px !important;
    }

    .li-signup {
        width: 100%;
        padding: 10px !important;
    }

    .btn-login {
        margin-top: 6px !important;
        height: auto;
    }

        .btn-login a {
            padding: 4px !important;
        }

    .btn-signup {
        margin-top: 6px !important;
        height: auto;
    }

        .btn-signup a {
            padding: 4px !important;
        }

    .ul-signup {
        background-color: darkred;
        width: 100%;
    }

    .float-ul-right {
        float: none !important;
    }

    .contentPage {
        margin-top: 6px !important;
    }

    .sidemenu {
        margin-top: 44px;
    }

    .btn-logout {
        padding: 2px 2px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
        float: right;
        margin-top: 16px !important;
        height: auto;
        display: block !important;
    }

    .resaction {
        float: right;
    }

    #ContainerLeft {
        display: none;
    }

    #topNav ul.dropdown-menu li > a {
        color: darkred !important;
    }
}

.footerapp {
    position: fixed;
    height: 50px;
    background-color: red;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}


@media only screen and (max-width: 992px) {
    .container-b {
        padding-top: 58px !important;
    }

    .container-a {
        padding-top: 62px !important;
    }
 
    .container-c {
        padding-top: 58px !important;
    }
}

.container-a {
    padding-bottom: 40px !important;
}

.container-c
{
    padding-bottom:40px !important;
}

.container-b {
    padding-bottom: 40px !important;
}

@media (min-width: 992px) {
    .float-ul-right {
        float: right !important;
    }

    .ul-signup {
        margin-top: 31px !important;
    }
}

#no-more-tables td {
    height: 33px;
    font-size: 12px;
}

.table-bordered thead td, .table-bordered thead th {
    font-size: 12px !important;
    height: 33px;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        height: 33px;
        font-size: 12px;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            /*white-space: nowrap;*/
            word-wrap: break-word;
            text-align: left;
            font-weight: bold;
        }

        /*
            Label the data
            */
        #no-more-tables td:before {
            content: attr(data-title);
        }
}


#topNav a.logo {
    height: 81px !important;
    margin-top: 10px !important;
}

.page-footer {
    padding: 20px;
    background-color: black;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: #676a6c;
    text-align: center;
}

.footer_menu {
    padding: 8px 9px;
    width: 33%;
}

#topBar ul.top-links > li > a > i {
    opacity: 100;
    margin-right: 0px !important;
    /*font-size:20px !important;*/
    padding: 4px;
}

.list-inline > li {
}

@media only screen and (max-width: 992px) {


    .footer-desktop {
        display: none !important;
    }

    .footer-mobile {
        display: block !important;
    }

    .buttons-desktop {
        display: block !important;
        margin-top: 8px;
    }

    .buttons-mobile {
        display: none !important;
    }
}


@media (min-width: 992px) {

    #topBar ul.top-links {
        margin-top: 11px !important;
    }

    .footer-desktop {
        display: block !important;
    }

    .footer-mobile {
        display: none !important;
    }

    .buttons-desktop {
        display: none !important;
    }

    .buttons-mobile {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    #header {
        height: 16px !important;
    }
}


.modal-title {
    margin-right: 23px !important;
}

.container {
    padding-right: 4px !important;
    padding-left: 4px !important;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .ei-slider {
        display: none;
    }

    .ipad-col-left {
        max-width: 100% !important;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
    }

    .ipad-col-right {
        max-width: 100% !important;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
    }
    /* your css rules for ipad portrait */
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .ipad-landscape {
        color: blue;
    }
    /* your css rules for ipad landscape */
}

.panel-heading {
    color: white;
    background-color: darkred;
}
