
/*!
 * Title: ETS Theme
 * Author: Jimmy Loh
 */

/***** Standard Styles *****/

.body {
    /*background-image: url('../images/black-3d-tiles.jpg'); 
    background-repeat:no-repeat; 
    background-size:cover; 
    background-position:center;*/
    font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
}

.container { 
    /*max-width: 100%; width: 100%; */
    height: 140px;
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    background-color: white;
    border-color: #FFE01A;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.bodycontent {
    /*padding-bottom: 30px;*/
}

.content { 
    /*position: absolute; */
    top: 100px; 
    bottom: 0px; 
    width: 100%;
    /*color: white;
    font-family: Century Gothic, Arial, Tahoma, Helvetica;*/
    padding: 0px;
    /*
    background-image: url('images/bg-dew.jpg'); 
    background-repeat:repeat-y; 
    background-size:cover;
    background-position:center;*/
}

.footer { 
    /*position: absolute; 
    bottom: 0px; 
    width: 100%;
    height: 30px;*/
    text-align: center;
    /*color: white;
    font-family: Century Gothic, Arial, Tahoma, Helvetica; */
}

.copyright {

    padding: 10px 0px 10px 0px;

}

/***** End Standard Styles *****/


/***** button *****/

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
/* .btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #EC548C 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #EC548C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
} */
.btn-primary {
    background-image: -webkit-linear-gradient(top, #C14753 0%, #C31423 100%);
    background-image: linear-gradient(to bottom, #C14753 0%, #C31423 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEC548C', endColorstr='#ffC31423', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #C31423;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #C31423;
  background-position: 0 -15px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #C31423;
    border-color: #C31423;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #C31423;
  border-color: #C31423;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #6B6B6B 0%, black 100%);
  background-image:         linear-gradient(to bottom, #6B6B6B 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: black;
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: black;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: black;
  border-color: black;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

/***** End button *****/

/***** topbar *****/

.topbar {

    position: relative;
    width: 100%; 
    height: 140px; 
    background-color: white !important; /*#C31423 !important; /*FFE01A; /*#2B388F;*/ /*#C31423;*/
    border-color: #FFE01A;
}

.topbar-default {
    background-color: white; /*#C31423;*/
}

.topbar-static-top {

    position: absolute; 
    top: 0px; 
}

.topbar .topbar-brand:hover, .topbar .topbar-brand:focus {
    color: white;
    /*font-weight: bold;*/
    background-color: transparent;
}

.topbar .topbar-brand {
    color: white;
}

.topbar-brand {

    position: absolute; 
    left: -600px; 
    margin-left: 50%; 
    width: 1200px; 
    height: 140px;

    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
}

.topbar-logo {
    height: 90px;
    z-index: 2001; /* 3000; */
    content: url("../images/mmag-logo-color.png");
}

.partnerbar {
    position: absolute; 
    top: 25px; 
    right: 0px; 
    width: 600px; 
    height: 10px; 
    font-size: 8pt; 
    color: white; 
    padding: 0px 8px 0px 8px; 
    text-align: right;
}

.partnerbar2 {
    position: absolute; 
    top: 45px; 
    right: 0px; 
    width: 400px; 
    height: 40px; 
    background-color: #E21B38;
}

.partnertri {
    position: absolute; 
    top: 45px; 
    right: 500px; 
    width: 0px; 
    height: 0px; 
    border-top: 40px solid transparent; 
    border-bottom: 0px solid transparent;
    border-right: 60px solid #2B388F; /*#E21B38;*/
}

.partnerportal {
    position: absolute; 
    top: 45px; 
    right: 0px; 
    background-color: #FFE01A; /*#E21B38; /*#333333; /*#EC548C; #FFE01A; #E21B38; */
    width: 500px; 
    height: 40px; 
    font-size: 14pt; 
    color: black !important; /*black; */
    padding: 8px 8px 8px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.partnerholding {
    display: block;
    position: absolute; 
    top: 25px; 
    left: 700px; 
    background-color: transparent; /* #E21B38; */
    width: 600px; 
    height: 20px; 
    font-size: 8pt; 
    color: #C31423; /*white; */
    padding: 0px 8px 0px 8px;
}

.partnerlang {
    display: block;
    position: absolute; 
    top: 56px; 
    left: 1090px; 
    width: 100px; 
    height: 20px; 
    /*border: solid 1px gold;*/
    font-size: 9pt; 
    color: black; 
    padding: 0px; 
    text-align: right;
}

.partnerlanglink {
    color: white; 
    text-decoration: none;
}

.panel-header {
    padding: 5px 10px 5px 10px;
    font-size: 10pt;
    /*font-weight: bold;*/
    border-radius-top-left: 4px;
    border-radius-top-right: 4px;
    -webkit-border-radius-top-left: 4px;
    -webkit-border-radius-top-right: 4px;
    -moz-border-radius-top-left: 4px;
    -moz-border-radius-top-right: 4px;
    border-bottom: 1px solid #DDD;
}

.panel-footer {
    padding: 5px 10px 5px 10px;
    font-size: 10pt;
    /*font-weight: bold;*/
    border-radius-bottom-left: 4px;
    border-radius-bottom-right: 4px;
    -webkit-border-radius-bottom-left: 4px;
    -webkit-border-radius-bottom-right: 4px;
    -moz-border-radius-bottom-left: 4px;
    -moz-border-radius-bottom-right: 4px;
    border-top: 1px solid #DDD;
}

.panel-default {
    color: black;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.panel-primary {
    color: white;
    background-image: -webkit-linear-gradient(top,#428bca 0,#EC548C 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#EC548C 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    /*border-color: #2b669a;*/
}

.panel-success {
    color: white;
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    /*border-color: #3e8f3e;*/
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #C31423;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #C31423;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #C31423;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #C31423;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #C31423 !important;
    border-color: #C31423 !important;
    cursor: default;
}

@media (min-width: 300px) {

    .container { 
        height: 50px;
        width: 100%;
        padding: 0px;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        background-color: #FFE01A;
        border-color: #FFE01A;
    }
    
    .topbar {
        height: 50px; 
        background-color: #FFE01A !important; /*#C31423 !important; /*FFE01A; /*#2B388F;*/ /*#C31423;*/
        border-color: #FFE01A;
    }
    
    .topbar-brand {

        position: absolute;
        left: 0px;
        margin: 0 auto; 
        width: 100%; 
        height: 50px;

        padding: 5px;
    }

    .topbar-logo {
        position: absolute;
        height: 40px;
        z-index: 1001; /* 4000; */
        content: url("../images/mmag-icon.png");
    }

    .partnerbar {
        display: none;
        position: absolute; 
        top: 25px; 
        right: 0px; 
        width: 600px; 
        height: 10px; 
        font-size: 8pt; 
        color: white; 
        padding: 0px 8px 0px 8px; 
        text-align: right;
    }

    .partnerbar2 {
        display: none;
        position: absolute; 
        top: 45px; 
        right: 0px; 
        width: 300px; 
        height: 40px; 
        background-color: #E21B38;
    }

    .partnertri {
        display: none;
        top: 45px; 
        right: 500px; 
        width: 0px; 
        height: 0px; 
        border-top: 40px solid transparent; 
        border-bottom: 0px solid transparent;
        border-right: 60px solid #2B388F; /*#E21B38;*/
    }

    .partnerportal {
        position: absolute; 
        top: 2px; 
        left: 35px; 
        background-color: transparent; /* #E21B38; */
        width: 240px; 
        height: 35px; 
        font-size: 11pt; 
        color: black !important; /*black !important; */
        padding: 3px 8px 8px 15px;
        z-index: 1001; /* 3000; */
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .partnerbreak {
        display: block;
    }

    .partnerholding {
        display: none;
        position: absolute; 
        top: 2px; 
        left: 80px; 
        background-color: transparent; /* #E21B38; */
        width: 293px;
        overflow: hidden; 
        height: 15px; 
        font-size: 7pt; 
        color: white; /*white; */
        padding: 0px 8px 0px 8px;
    }

    .partnerlang {
        display: block;
        position: absolute; 
        top: 25px; 
        left: 45px; 
        width: 100px; 
        height: 20px; 
        /*border: solid 1px gold;*/
        font-size: 9pt; 
        color: black !important; 
        padding: 0px 8px; 
        text-align: left;
        z-index: 1001; /* 4001; */
    }

    .partnerlanglink {
        color: white; 
        text-decoration: none;
    }

    .navbar-default {

        background-color: white; /*#244D9D !important; /*#C31423;*/
        border-color: #2B388F; /*#C31423;*/
        width: 100% !important;
        margin: 20px 10px 0px 0px;
        top: -1px !important;
    }

    .navbar-nav {
        margin: 0px -15px;
        background-color: white; /*#C31423 !important; /*#FFE01A !important; /*#C31423 !important;*/
   }

    .footbar {
        position: fixed; 
        bottom: 0px; 
        height: 50px; 
        width: 100%; 
        background-color: #2C3487; 
        color: white; 
        border-top: solid 1px white; 
        z-index: 4000;
    }

    .footbar-container {
        position: absolute; 

        bottom: 0px;
        left: 0;
        margin-left: 0; 
        max-width: 100%;
        width: 100%;
        height: 100px;
        z-index: 4001;
    }

    .footbar-popup {
        position: absolute; 
        bottom: 60px; 
        left: 80px; 
        width: 80%; 
        height: 80px; 
        margin-left: 0; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei; 
        font-weight: bold; 
        z-index: 6000; 
        display: none;
    }

    .banner01 {
        height: auto;
        width: 100%;
    }

    .banner02 {
        height: auto;
        width: 100%;
    }

    .banner03 {
        height: auto;
        width: 100%;
    }

    .banner04 {
        height: auto;
        width: 100%;
    }

    .banner05 {
        height: auto;
        width: 150%;
        left: -25%;
        position: relative;
    }

    .banner01-back {
        height: auto;
        width: 100%;
        background-image: url('../images/banners/banner01-bg.png'); 
        background-position: center;
        text-align: center;
    }

    .banner02-back {
        height: auto;
        width: 100$;
        background-image: url('../images/banners/banner02-bg.png'); 
        text-align: center;
    }

    .banner03-back {
        height: 1700px;
        width: 100%;
        background-image: url('../images/banners/banner03-bg.png'); 
        background-size: cover;
        text-align: center;
    }

    .banner04-back {
        height: auto;
        width: 100%;
        background-image: url('../images/banners/banner04-bg.png'); 
        text-align: center;
    }

    .banner05-back {
        height: auto;
        width: 100%;
        background: url('../images/banners/banner05-bg_20160623.png'); 
        text-align: center;
    }

    .banner06-back {
        height: auto;
        width: 100%;
        background: url('../images/banners/banner06-bg_20160629.png'); 
        text-align: center;
    }

    .copyright {
        padding: 10px 0px 50px 0px;
    }

    .icons {
        position: absolute; 
        right: 0px; 
        bottom: 0px; 
        height: 48px; 
        /*width: 310px; /* with live chat */ /*width: 280px; /* without live chat */
        width: 185px !important; /* without messages, favourites & live chat */
        color: white; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma; 
        z-index: 4004; 
        text-align: right; 
        border: solid 0px white; 
        background-color: #2C3487;
        /*display: block !important;*/
    }

    .iconsbtn {
        position: absolute; 
        right: 15px; 
        bottom: 10px; 
        height: 30px; 
        width: 30px; 
        border-radius: 15px; 
        border: solid 2px white; 
        color: white;
        display: none;
    }

    .loginpanel {
        position: absolute; 
        left: 0; 
        background-color: white; /*#244A86; #FFE01A;*/ 
        width: 100%; 
        max-width: 100%; 
        height: 100%;
        overflow: auto; 
        margin: 0; 
        padding: 20px; 
        z-index: 8001; 
        border-bottom-left-radius: 0px; 
        border-bottom-right-radius: 0px; 
        text-align: center; 
        color: #C31423;
    }

    .loginwelcome {
        margin-top: 0; 
        margin-bottom: -10px; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 25pt;
        font-weight: bold;
    }

    .loginportal {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 10pt;
    }

    .loginlogo {
        width: 120px;
        max-width: 120px; 
        margin: 0px 20px;
    }

    .logincont {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 10pt; 
        margin: 10px;
    }

    .loginpartner {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 10pt; 
        text-align: left; 
        padding: 0 20px 10px 20px; 
        width: 100%;
    }

    .loginlang {
        color: white;
    }

    .loginswitchtype {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 10pt; 
        text-align: left;
        padding: 0px 0px 10px 20px; 
        width: 180px;
        float: left;
    }

    .loginforget {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 10pt; 
        text-align: right; 
        padding: 0px 20px 10px 20px; 
        width: 175px;
        float: right;
    }

    .login-input {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 10pt;
    }

    .navbar-static-top {

        background-color: #C31423; /*#C31423 !important; /*#FFE01A !important; /* #2B388F !important; #C31423 !important;*/
        border-color: #C31423; /*#C31423 !important; /*#FFE01A !important; /* #2B388F !important; #C31423 !important;*/
        color: white;
        margin-top: 0px;

        right: 0;
        left: 0;
        z-index: 1000;

        border-width: 0 0 1px;
    }

    .navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover, .navbar .navbar-nav>.active>a:focus {
        color: white !important;
        /*font-size: 9pt;
        /*font-weight: bold;
        /*background-color: transparent;*/
        background-color: #333333;/*#2C3487; /*#C31423; /*#E21B38; /* !important; /*#C31423 !important;*/
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
    }
}


@media (min-width: 768px) {

    .container { 
        height: 140px;
        width: 760px;
        padding: 0 15px;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        background-color: white;
        border-color: #FFE01A;
    }

    .topbar {
        max-width: 100%;
        height: 140px; 
        background-color: white !important; /*#C31423 !important; /*FFE01A; /*#2B388F;*/ /*#C31423;*/
        border-color: #FFE01A;
    }

    .topbar-brand {
        position: absolute;
        left: -380px;
        margin-left: 50%; 
        max-width: 100%;
        width: 760px;
        height: 140px;
    }

    .topbar-logo {
        position: absolute;
        top: 25px;
        height: 90px;
        z-index: 1001; /*4001;*/
        content: url("../images/mmag-logo-color.png");
    }

    .partnerbar {
        display: block;
        position: absolute; 
        top: 25px; 
        right: 0px; 
        width: 600px; 
        height: 10px; 
        font-size: 8pt; 
        color: white; 
        padding: 0px 8px 0px 8px; 
        text-align: right;
    }

    .partnerbar2 {
        display: block;
        position: absolute; 
        top: 45px; 
        right: 0px; 
        width: 400px; 
        height: 40px; 
        background-color: #E21B38;
    }

    .partnertri {
        display: block;
        top: 45px; 
        right: 500px; 
        width: 0px; 
        height: 0px; 
        border-top: 40px solid transparent; 
        border-bottom: 0px solid transparent;
        border-right: 60px solid #2B388F; /*#E21B38;*/
    }

    .partnerportal {
        position: absolute; 
        top: 45px; 
        left: auto;
        right: 0px;
        background-color: #FFE01A; /*#E21B38 /*#333333; /*#EC548C; #FFE01A; #E21B38; */
        width: 500px; 
        height: 40px; 
        font-size: 14pt; 
        color: black !important; /*black !important; */
        padding: 8px 8px 8px 15px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .partnerbreak {
        display: none;
    }

    .partnerholding {
        display: block;
        position: absolute; 
        top: 25px; 
        left: 320px; 
        /*right: 0px;*/
        width: 293px;
        background-color: transparent; /* #E21B38; */
        width: 500px; 
        height: 20px; 
        font-size: 8pt; 
        color: #C31423; /*white; */
        padding: 0px 8px 0px 15px;
    }

    .partnerlang {
        display: block;
        position: absolute; 
        top: 56px; 
        left: auto;
        right: 10px;
        width: 100px; 
        height: 20px; 
        /*border: solid 1px gold;*/
        font-size: 9pt; 
        color: black !important; 
        padding: 0px; 
        text-align: right;
    }

    .partnerlanglink {
        color: white; 
        text-decoration: none;
    }

    .navbar-default {

        background-color: transparent !important; /*#C31423;*/
        border-color: #2B388F; /*#C31423;*/
        margin-top: 20px;
        top: 84px !important;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .footbar {
        position: fixed; 
        bottom: 0px; 
        height: 50px; 
        width: 100%; 
        background-color: #2C3487; 
        color: white; 
        border-top: solid 1px white; 
        z-index: 4000;
    }

    .footbar-container {
        position: absolute; 

        bottom: 0px;
        left: -380px;
        margin-left: 50%; 
        max-width: 100%;
        width: 760px;
        height: 100px;
        z-index: 4001;
    }

    .footbar-popup {
        position: absolute; 
        bottom: 60px; 
        left: -290px; 
        width: 580px; 
        height: 80px; 
        margin-left: 50%; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei; 
        font-weight: bold; 
        z-index: 6000; 
        display: none;
    }

    .banner01 {
        height: 600px;
        width: auto;
    }

    .banner02 {
        height: 600px;
        width: auto;
    }

    .banner03 {
        height: 600px;
        width: auto;
    }

    .banner04 {
        height: 600px;
        width: auto;
    }

    .banner05 {
        height: 600px;
        width: auto;
        left: auto;
        position: inherit;
    }

    .banner01-back {
        height: 700px;
        width: auto;
        background-image: url('../images/banners/banner01-bg.png'); 
        background-position: center;
        text-align: center;
    }

    .banner02-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner02-bg.png'); 
        text-align: center;
    }

    .banner03-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner03-bg.png'); 
        text-align: center;
    }

    .banner04-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner04-bg.png'); 
        text-align: center;
    }

    .banner05-back {
        height: 600px;
        width: auto;
        background: url('../images/banners/banner05-bg_20160623.png'); 
        text-align: center;
    }

    .banner06-back {
        height: 1300px;
        width: auto;
        background: url('../images/banners/banner06-bg_20160629.png'); 
        text-align: center;
    }

    .copyright {
        padding: 10px 0px 50px 0px;
    }

    .icons {
        position: absolute; 
        right: 10px; 
        bottom: 0px; 
        height: 48px; 
        /*width: 310px; /* with live chat */
        width: 185px !important; /* without live chat */
        color: white; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma; 
        z-index: 4004; 
        text-align: right; 
        border: solid 0px white; 
        background-color: #2C3487;
        /*display: block !important;*/
    }

    .iconsbtn {
        position: absolute; 
        right: 15px; 
        bottom: 10px; 
        height: 30px; 
        width: 30px; 
        border-radius: 15px; 
        border: solid 2px white; 
        color: white;
        display: none;
    }

    .loginpanel {
        position: absolute; 
        left: -250px; 
        background-color: white; /*#244A86; /*#EB8300; #FFE01A;*/ 
        width: 500px; 
        max-width: 100%; 
        height: 750px; 
        overflow: auto; 
        margin: 0px 50% 5px 50%; 
        padding: 20px; 
        z-index: 8001; 
        border-bottom-left-radius: 20px; 
        border-bottom-right-radius: 20px; 
        text-align: center; 
        color: #C31423;
    }

    .loginwelcome {
        margin-top: 10px; 
        margin-bottom: -10px; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 30pt;
        font-weight: bold;
    }

    .loginportal {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt;
    }

    .loginlogo {
        width: 160px; 
        max-width: 160px; 
        margin: 0px 20px;
    }

    .logincont {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 16pt; 
        margin: 20px;
    }

    .loginpartner {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: left; 
        padding: 0 20px 10px 20px; 
        width: 100%; 
    }

    .loginlang {
        color: white;
    }

    .loginswitchtype {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: left;
        padding: 0px 0px 10px 20px; 
        width: 180px;
        float: left;
    }

    .loginforget {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: right; 
        padding: 0px 20px 10px 20px; 
        width: 175px;
        float: right;
    }

    .login-input {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt;
    }

    .navbar-static-top {

        background-color: white; /*#C31423 !important; /*#FFE01A !important; /* #2B388F !important; #C31423 !important;*/
        border-color: white; /*#C31423 !important; /*#FFE01A !important; /* #2B388F !important; #C31423 !important;*/
        color: #2C3487;
        margin-top: 0px;

        right: 0;
        left: 0;
        z-index: 1000;

        border-width: 0 0 1px;
    }

    .navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover, .navbar .navbar-nav>.active>a:focus {
        color: white !important;
        /*font-size: 9pt;
        /*font-weight: bold;
        /*background-color: transparent;*/
        background-color: #333333;/*#2C3487; /*#C31423; /*#E21B38; /* !important; /*#C31423 !important;*/
        border-radius: 15px !important;
        -webkit-border-radius: 15px !important;
        -moz-border-radius: 15px !important;
    }
}

@media (min-width: 992px) {

    .container { 
        height: 140px;
        width: 980px;
        padding: 0 15px;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        background-color: white;
        border-color: #FFE01A;
    }

    .topbar {
        max-width: 100%;
        height: 140px;
        background-color: white !important; /*#C31423 !important; /*FFE01A; /*#2B388F;*/ /*#C31423;*/
        border-color: #FFE01A;
    }

    .topbar-brand {
        position: absolute;
        left: -490px;
        margin-left: 50%; 
        max-width: 100%;
        width: 980px;
        height: 140px;
    }

    .topbar-logo {
        position: absolute;
        top: 25px;
        height: 90px;
        z-index: 1001; /*4001;*/
        content: url("../images/mmag-logo-color.png");
    }

    .partnerbar {
        display: block;
        position: absolute; 
        top: 25px; 
        right: 0px; 
        width: 600px; 
        height: 10px; 
        font-size: 8pt; 
        color: white; 
        padding: 0px 8px 0px 8px; 
        text-align: right;
    }

    .partnerbar2 {
        display: block;
        position: absolute; 
        top: 45px; 
        right: 0px; 
        width: 400px; 
        height: 40px; 
        background-color: #E21B38;
    }

    .partnertri {
        display: block;
        top: 45px; 
        right: 500px; 
        width: 0px; 
        height: 0px; 
        border-top: 40px solid transparent; 
        border-bottom: 0px solid transparent;
        border-right: 60px solid #2B388F; /*#E21B38;*/
    }

    .partnerportal {
        position: absolute; 
        top: 45px; 
        left: auto;
        right: 0px; 
        background-color: #FFE01A; /*#E21B38; /*#333333; /*#EC548C; #FFE01A; #E21B38; */
        width: 500px; 
        height: 40px; 
        font-size: 14pt; 
        color: black !important; /*black !important; */
        padding: 8px 8px 8px 15px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .partnerbreak {
        display: none;
    }

    .partnerholding {
        display: block;
        position: absolute; 
        top: 25px; 
        left: auto; 
        right: 0px;
        background-color: transparent; /* #E21B38; */
        width: 500px; 
        height: 20px; 
        font-size: 8pt; 
        color: #C31423; /*white; */
        padding: 0px 8px 0px 15px;
    }

    .partnerlang {
        display: block;
        position: absolute; 
        top: 56px; 
        left: auto;
        right: 10px;
        width: 100px; 
        height: 20px; 
        /*border: solid 1px gold;*/
        font-size: 9pt; 
        color: black; 
        padding: 0px; 
        text-align: right;
    }

    .partnerlanglink {
        color: white; 
        text-decoration: none;
    }

    .navbar-default {

        background-color: transparent !important; /*#C31423;*/
        border-color: #2B388F; /*#C31423;*/
        margin-top: 20px;
        top: 84px !important;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .footbar {
        position: fixed; 
        bottom: 0px; 
        height: 50px; 
        width: 100%; 
        background-color: #2C3487; 
        color: white; 
        border-top: solid 1px white; 
        z-index: 4000;
    }

    .footbar-container {
        position: absolute; 

        bottom: 0px;
        left: -490px;
        margin-left: 50%; 
        max-width: 100%;
        width: 980px;
        height: 100px;
        z-index: 4001;
    }

    .footbar-popup {
        position: absolute; 
        bottom: 60px; 
        left: -400px; 
        width: 800px; 
        height: 80px; 
        margin-left: 50%; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei; 
        font-weight: bold; 
        z-index: 6000; 
        display: none;
    }

    .banner01 {
        height: 600px;
        width: auto;
    }

    .banner02 {
        height: 600px;
        width: auto;
    }

    .banner03 {
        height: 600px;
        width: auto;
    }

    .banner04 {
        height: 600px;
        width: auto;
    }

    .banner05 {
        height: 600px;
        width: auto;
        left: auto;
        position: inherit;
    }

    .banner01-back {
        height: 700px;
        width: auto;
        background-image: url('../images/banners/banner01-bg.png'); 
        background-position: center;
        text-align: center;
    }

    .banner02-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner02-bg.png'); 
        text-align: center;
    }

    .banner03-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner03-bg.png'); 
        text-align: center;
    }

    .banner04-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner04-bg.png'); 
        text-align: center;
    }

    .banner05-back {
        height: 600px;
        width: auto;
        background: url('../images/banners/banner05-bg_20160623.png'); 
        text-align: center;
    }

    .banner06-back {
        height: 1300px;
        width: auto;
        background: url('../images/banners/banner06-bg_20160629.png'); 
        text-align: center;
    }

    .copyright {
        padding: 10px 0px 50px 0px;
    }

    .icons {
        position: absolute; 
        right: 10px; 
        bottom: 0px; 
        height: 48px; 
        /*width: 310px; /* with live chat */
        width: 185px !important; /* without live chat */
        color: white; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma; 
        z-index: 4004; 
        text-align: right; 
        border: solid 0px white; 
        background-color: #2C3487;
        /*display: block !important;*/
    }

    .iconsbtn {
        position: absolute; 
        right: 15px; 
        bottom: 10px; 
        height: 30px; 
        width: 30px; 
        border-radius: 15px; 
        border: solid 2px white; 
        color: white;
        display: none;
    }

    .loginpanel {
        position: absolute; 
        left: -250px; 
        background-color: white; /*#244A86; /*#FFE01A;*/ 
        width: 500px; 
        max-width: 100%; 
        height: 750px; 
        overflow: auto; 
        margin: 0px 50% 5px 50%; 
        padding: 20px; 
        z-index: 8001; 
        border-bottom-left-radius: 20px; 
        border-bottom-right-radius: 20px; 
        text-align: center; 
        color: #C31423;
    }

    .loginwelcome {
        margin-top: 10px; 
        margin-bottom: -10px; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 30pt;
        font-weight: bold;
    }

    .loginportal {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 14pt;
    }

    .loginlogo {
        width: 160px; 
        max-width: 160px; 
        margin: 0px 20px;
    }

    .logincont {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 16pt; 
        margin: 20px;
    }

    .loginpartner {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: left; 
        padding: 0 20px 10px 20px; 
        width: 100%;
    }

    .loginlang {
        color: white;
    }

    .loginswitchtype {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: left;
        padding: 0px 0px 10px 20px; 
        width: 180px;
        float: left;
    }

    .loginforget {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: right; 
        padding: 0px 20px 10px 20px; 
        width: 175px;
        float: right;
    }

    .login-input {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt;
    }
}

@media (min-width: 1200px) {

    .container { 
        height: 140px;
        width: 1200px;
        padding: 0 15px;
    }

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        background-color: white;
        border-color: #FFE01A;
    }

    .topbar {
        max-width: 100%;
        height: 140px;
        background-color: white !important; /*#C31423 !important; /*FFE01A; /*#2B388F;*/ /*#C31423;*/
        border-color: #FFE01A;
    }

    .topbar-brand {
        position: absolute;
        left: -600px;
        margin-left: 50%; 
        max-width: 100%;
        width: 1200px;
        height: 140px;
    }

    .topbar-logo {
        position: absolute;
        top: 25px;
        height: 90px;
        z-index: 1001; /*4001;*/
        content: url("../images/mmag-logo-color.png");
    }

    .partnerbar {
        display: block;
        position: absolute; 
        top: 25px; 
        right: 0px; 
        width: 600px; 
        height: 10px; 
        font-size: 8pt; 
        color: white; 
        padding: 0px 8px 0px 8px; 
        text-align: right;
    }

    .partnerbar2 {
        display: block;
        position: absolute; 
        top: 45px; 
        right: 0px; 
        width: 400px; 
        height: 40px; 
        background-color: #E21B38;
    }

    .partnertri {
        display: block;
        top: 45px; 
        right: 500px; 
        width: 0px; 
        height: 0px; 
        border-top: 40px solid transparent; 
        border-bottom: 0px solid transparent;
        border-right: 60px solid #2B388F; /*#E21B38;*/
    }

    .partnerportal {
        position: absolute; 
        top: 45px; 
        left: auto;
        right: 0px; 
        background-color: #FFE01A; /*#E21B38; /*#333333; /*#EC548C; #FFE01A; #E21B38; */
        width: 500px; 
        height: 40px; 
        font-size: 14pt; 
        color: black !important; /*black !important; */
        padding: 8px 8px 8px 15px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
    }

    .partnerbreak {
        display: none;
    }

    .partnerholding {
        display: block;
        position: absolute; 
        top: 25px; 
        left: auto; 
        right: 0px;
        background-color: transparent; /* #E21B38; */
        width: 500px; 
        height: 20px; 
        font-size: 8pt; 
        color: #C31423; /*white; */
        padding: 0px 8px 0px 15px;
    }

    .partnerlang {
        display: block;
        position: absolute; 
        top: 56px; 
        left: auto;
        right: 10px;
        width: 100px; 
        height: 20px; 
        /*border: solid 1px gold;*/
        font-size: 9pt; 
        color: black; 
        padding: 0px; 
        text-align: right;
    }

    .partnerlanglink {
        color: white; 
        text-decoration: none;
    }

    .navbar-default {

        background-color: transparent !important; /*#C31423;*/
        border-color: #2B388F; /*#C31423;*/
        margin-top: 20px;
        top: 84px !important;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .footbar {
        position: fixed; 
        bottom: 0px; 
        height: 50px; 
        width: 100%; 
        background-color: #2C3487; 
        color: white; 
        border-top: solid 1px white; 
        z-index: 4000;
    }

    .footbar-container {
        position: absolute; 

        bottom: 0px;
        left: -600px;
        margin-left: 50%; 
        max-width: 100%;
        width: 1200px;
        height: 100px;
        z-index: 4001;
    }

    .footbar-popup {
        position: absolute; 
        bottom: 60px; 
        left: -510px; 
        width: 1020px; 
        height: 80px; 
        margin-left: 50%; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei; 
        font-weight: bold; 
        z-index: 6000; 
        display: none;
    }

    .banner01 {
        height: 600px;
        width: auto;
    }

    .banner02 {
        height: 600px;
        width: auto;
    }

    .banner03 {
        height: 600px;
        width: auto;
    }

    .banner04 {
        height: 600px;
        width: auto;
    }

    .banner05 {
        height: 600px;
        width: auto;
        left: auto;
        position: inherit;
    }

    .banner01-back {
        height: 700px;
        width: auto;
        background-image: url('../images/banners/banner01-bg.png'); 
        background-position: center;
        text-align: center;
    }

    .banner02-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner02-bg.png'); 
        text-align: center;
    }

    .banner03-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner03-bg.png'); 
        text-align: center;
    }

    .banner04-back {
        height: 600px;
        width: auto;
        background-image: url('../images/banners/banner04-bg.png'); 
        text-align: center;
    }

    .banner05-back {
        height: 600px;
        width: auto;
        background: url('../images/banners/banner05-bg_20160623.png'); 
        text-align: center;
    }

    .banner06-back {
        height: 1300px;
        width: auto;
        background: url('../images/banners/banner06-bg_20160629.png'); 
        text-align: center;
    }

    .copyright {
        padding: 10px 0px 50px 0px;
    }

    .icons {
        position: absolute; 
        right: 10px; 
        bottom: 0px; 
        height: 48px; 
        /*width: 310px; /* with live chat */
        width: 120px !important; /* without live chat */
        color: white; 
        font-size: 9pt; 
        font-family: Raleway, Arial, Tahoma; 
        z-index: 4004; 
        text-align: right; 
        border: solid 0px white; 
        background-color: #2C3487;
        /*display: block !important;*/
    }

    .iconsbtn {
        position: absolute; 
        right: 15px; 
        bottom: 10px; 
        height: 30px; 
        width: 30px; 
        border-radius: 15px; 
        border: solid 2px white; 
        color: white;
        display: none;
    }

    .loginpanel {
        position: absolute; 
        left: -250px; 
        background-color: white; /*#244A86; /*#FFE01A;*/ 
        width: 500px; 
        max-width: 100%; 
        height: 750px; 
        overflow: auto; 
        margin: 0px 50% 5px 50%; 
        padding: 20px; 
        z-index: 8001; 
        border-bottom-left-radius: 20px; 
        border-bottom-right-radius: 20px; 
        text-align: center; 
        color: black; /*#C31423;*/
    }

    .loginwelcome {
        margin-top: 10px; 
        margin-bottom: -10px; 
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 30pt; /*50pt;*/
        font-weight: bold;
    }

    .loginportal {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 14pt; /*18pt;*/
    }

    .loginlogo {
        width: 180px; 
        max-width: 180px; 
        margin: 0px 20px;
    }

    .logincont {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 16pt; 
        margin: 20px;
    }

    .loginpartner {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: left; 
        padding: 20px 20px 10px 20px; 
        width: 100%;
    }

    .loginlang {
        color: white;
    }

    .loginswitchtype {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: left;
        padding: 0px 0px 10px 20px; 
        width: 180px;
        float: left;
    }

    .loginforget {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt; 
        text-align: right; 
        padding: 0px 20px 10px 20px; 
        width: 175px;
        float: right;
    }

    .login-input {
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-size: 12pt;
    }
}

/***** End topbar *****/


/***** navbar *****/

/*.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}*/

/*
.navbar {

    position: relative;

    background-color: #f8f8f8;
    border-color: #e7e7e7;
    /*background-color: #146AB3;
    border-color: #ddd; /* #080808; */
/*
    border-radius: 5px;

    height: 30px;

    margin-top: 20px;
    margin-bottom: 20px;
}
*/


.navbar-default {

    background-color: transparent; /*#C31423;*/
    border-color: #2B388F; /*#C31423;*/
    margin-top: 20px;
    top: 85px;
}

.navbar-static-top {

    background-color: white; /*#C31423 !important; /*#FFE01A !important; /* #2B388F !important; #C31423 !important;*/
    border-color: white; /*#C31423 !important; /*#FFE01A !important; /* #2B388F !important; #C31423 !important;*/
    margin-top: 0px;

    right: 0;
    left: 0;
    z-index: 1000;

    border-width: 0 0 1px;
}

/*
.navbar-static-top {

    background-color: #f8f8f8;
    border-color: #e7e7e7;
    /*background-color: #146AB3;
    border-color: #080808; */
/*
    margin-top: 0px;

    min-height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;

    border-width: 0 0 1px;
}

.navbar-fixed-top {

    background-color: #f8f8f8;
    border-color: #e7e7e7;
    /*background-color: #146AB3;
    border-color: #080808; */
/*
    margin-top: 0px;
    margin-bottom: 20px;

    min-height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

    border-width: 0 0 1px;
}
*/
.navbar .navbar-nav>li>a {
    color: #2C3487; /*white !important;
    /*font-size: 9pt;
    /*background-color: #C31423;*/
}

.navbar .navbar-nav>li>a:hover, .navbar .navbar-nav>li>a:focus {
    color: white !important;
    /*font-size: 9pt;
    /*font-weight: normal;
    /*background-color: transparent;*/
    background-color: #333333; /*#2C3487; /*#C31423; /*#E21B38; /*#333333 !important; /*#C31423 !important;*/
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover, .navbar .navbar-nav>.active>a:focus {
    color: white !important;
    /*font-size: 9pt;
    /*font-weight: bold;
    /*background-color: transparent;*/
    background-color: #333333;/*#2C3487; /*#C31423; /*#E21B38; /* !important; /*#C31423 !important;*/
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}


.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
    color: white;
    /*font-weight: bold;*/
    background-color: transparent;
}

.navbar .navbar-brand {
    color: white;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

/*
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #146AB3;
}

.dropdown-menu>li>a {

    text-decoration: none;
    color: #777777;
    background-color: #FFFFFF;
}

.navbar .navbar-toggle {
    border-color: #777777;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
*/

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #777777;
}

.panel-red {
    border-color: #000000;
}

.panel-red>.panel-heading {
    color: white;
    background-color: #C11523;
    border-color: #000000;
}

.panel-blue {
    border-color: #146AB3;
}

.panel-blue>.panel-heading {
    color: white;
    background-color: #146AB3;
    border-color: #146AB3;
}

.panel-gray {
    border-color: #6D6D6D;
}

.panel-gray>.panel-heading {
    color: white;
    background-color: #6D6D6D;
    border-color: #6D6D6D;
}

.center-align
{
    float: none; 
    text-align: center;
    margin-left: auto; 
    margin-right: auto;
}

.left-align
{
    text-align: left;
}

.right-align
{
    text-align: right;
}

.justify-align
{
    text-align: justify;
}

/*
@media (min-width: 1200px) {

    .container {
        width: 900px;
    }
}

@media (min-width: 992px) {
    .container {
    width: 900px;
    }
}

@media (min-width: 768px) {

    .container {
        width: 750px;
    }

}
*/