html, body {
    color: #333;
}

html, body {
    height: 100%;
    max-height: 100%;
}

html, body, p, br, table, td, tr, img, a, input, textarea, ul, li, h1, h2, h3, h4, h5, h6 {
    /*margin: 0;
    padding: 0;*/
    outline: none;
    line-height: 18px;
    color: #555;
    font-size: 12px;
    font-family: Verdana,Geneva,sans-serif
}

    a:link {
        color: #0000EE;
        text-decoration: none
    }
/*h1, h2, h3 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

hr {
    border-top-color: #666
}*/

h1 {
    font: bold 18px Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
    color: #a41d21
}

h2 {
    font: bold 14px Arial,Helvetica,sans-serif;
    margin: 0 0 20px;
    color: #a41d21
}

h3 {
    font: bold 12px Arial,Helvetica,sans-serif;
    color: #a41d21;
    margin: 0 0 5px
}

hr {
    border-top-color: #666666
}

img {
    max-width: 100%;
    border: none;
}

/*** navbar ***/
.navbar-aws {
    background: url(/assets/img/info/menu_bg.jpg) repeat-x scroll 0 0 #555;
}

.nav-link, .dropdown-item {
    color: #fff !important;
}

.dropdown-menu {
    background: #888 !important;
}

.datepicker-dropdown {
    background: #FFF !important;
}

.dropdown-item a:hover {
    text-decoration: none;
}

.dropdown-item-restricted {
    color: #325032 !important;
}
/********** MAIN CONTENT ***********************************/
.wrapper_top {
    width: 100%;
    padding: 20px 0;
    background-color: #000 !important;
}

.wrapper_user {
    padding: 10px 0;
    color: #fff;
    background-color: #007c6e !important;
}

.wrapper_slideshow {
    height: 100%;
    overflow: hidden;
}

.wrapper_content {
    margin: 0 auto;
    width: 100%;
}


.page-content {
    padding: 40px 0;
}

.page_content {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #007c6e
}

    .page_content h3, .page_content p {
        color: #fff;
    }

.page-title {
    color: #01a693;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/**** carousel ***/
.carousel-indicators {
    padding-top: 80px;
}

    .carousel-indicators li {
        display: inline-block;
        width: 1em;
        height: 1em;
        margin: 10px;
        text-indent: 0;
        cursor: pointer;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
    }

    .carousel-indicators #inda.active {
        background-color: #08886e;
    }

    .carousel-indicators #ind1.active {
        background-color: #e6b95f;
    }

    .carousel-indicators #ind2.active {
        background-color: #d58834;
    }

    .carousel-indicators #ind3.active {
        background-color: #ca6459;
    }

    .carousel-indicators #ind4.active {
        background-color: #338fc9;
    }

    .carousel-indicators #ind5.active {
        background-color: #33bbe5;
    }

    .carousel-indicators #ind6.active {
        background-color: #3daba1;
    }
/**** carousel end ***/
#counter1, #counter2 {
    color: #333;
    font-size: 6vw;
    height: 21%;
    width: 18%;
    position: absolute;
    left: 44%;
    top: 60%;
}

#counter2 {
    left: 74%;
}

.wrapper_footer {
    width: 100%;
}

.footer_content {
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
    color: #419996;
    min-height: 80px;
    line-height: 20px;
    background-color: #626262;
}

#counter {
    font-weight: 700;
    color: #fff;
}

.copyright_mainbox {
    margin: 0 0 20px;
    line-height: 30px;
    color: #8A8A8A;
}

.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.login_button {
    box-shadow: 0 1px 0 0 #489b8f;
    background: linear-gradient(to bottom, #33867a 5%, #489b8f 100%);
    background-color: #33867a;
    border-radius: 4px;
    border: 1px solid #489b8f;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    /*font-family: Arial;*/
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    padding: 3px 40px;
    text-decoration: none;
    text-shadow: 0 1px 0px #2f6627;
    position: relative;
}

    .login_button:hover {
        background: linear-gradient(to bottom, #489b8f 5%, #33867a 100%);
        background-color: #489b8f;
    }

    .login_button:active {
        /*position: relative;
        top: 1px;*/
    }

.golden-box {
    border: 1px solid #BF953F;
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    border-radius: 5px;
    width: 220px;
    padding: 5px 20px;
    color: #000;
}

.section {
    margin-bottom: 30px;
    width: 100%;
}

.section-body {
}

.section-title {
    color: #fff;
    background-color: navy;
    font-size: 1rem;
    padding: 5px 0;
}

/* validation
-------------------------------------------------- */
.field-validation-error, .validation-summary-errors {
    color: #e00;
}

.field-validation-valid, .validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px ridge #e00;
}

.redback {
    Color: #f00;
    font-family: Arial, Helvetica, sans-serif;
}

.blueback {
    Color: #00f;
    font-family: Arial, Helvetica, sans-serif;
}

.greenback {
    Color: #2bbc4a;
    font-family: Arial, Helvetica, sans-serif;
}

.greyback {
    Color: #787878;
    font-family: Arial, Helvetica, sans-serif;
}

.yellowback {
    Color: #e6b95f;
    font-family: Arial, Helvetica, sans-serif;
}


.menu1 {
    margin-left: 5px;
    padding-left: 25px;
    padding-bottom: 15px;
    display: block;
    text-decoration: none;
    color: #252525;
    cursor: pointer;
    font: Arial;
    font-size: 14px;
    font-weight: normal;
}

#main1:before {
    content: '';
    background: url('../../assets/img/icon/icon_m1.png');
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-left: -37px;
    margin-top: -10px;
}

#main2:before {
    content: '';
    background: url('../../assets/img/icon/icon_m2.png');
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-left: -37px;
    margin-top: -10px;
}

#main3:before {
    content: '';
    background: url('../../assets/img/icon/icon_m3.png');
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-left: -37px;
    margin-top: -10px;
}

#main4:before {
    content: '';
    background: url('../../assets/img/icon/icon_m4.png');
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-left: -37px;
    margin-top: -10px;
}

#main5:before {
    content: '';
    background: url('../../assets/img/icon/icon_m5.png');
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-left: -37px;
    margin-top: -10px;
}

.menu1bold {
    margin-left: 5px;
    padding-left: 25px;
    padding-bottom: 0px;
    display: block;
    text-decoration: none;
    color: #252525;
    cursor: pointer;
    font: Arial;
    font-size: 14px;
    font-weight: bold;
}

.submenu {
    display: block;
    height: 20px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.submenubold {
    background: url(../../img/icon/icon_world.gif) no-repeat;
    display: block;
    height: 20px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.subsubmenu {
    display: block;
    height: 25px;
    margin-left: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 0px;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    /*font-weight: bold;*/
    text-decoration: none;
}

.show a:link {
    color: #333333;
    text-decoration: none;
}

.show a:visited {
    color: #333333;
    text-decoration: none;
}

.show a:hover {
    color: #333333;
    /*font-weight: bold;*/
    text-decoration: none;
}

.show a:active {
    text-decoration: none;
    color: #333333;
}

.hide {
    display: none;
}

.showmenu {
    display: block;
}

.showmenu a:link {
    color: #333333;
    text-decoration: none;
}

.showmenu a:visited {
    color: #333333;
    text-decoration: none;
}

.showmenu a:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.showmenu a:active {
    text-decoration: none;
    color: #333333;
}

.showmenu {
    display: block;
}

.redback {
    Color: #f00;
    font-family: Arial, Helvetica, sans-serif;
}

.greenback {
    Color: #2bbc4a;
    font-family: Arial, Helvetica, sans-serif;
}

.greyback {
    Color: #787878;
    font-family: Arial, Helvetica, sans-serif;
}

.yellowback {
    Color: #e6b95f;
    font-family: Arial, Helvetica, sans-serif;
}

.counter_up {
    font-size: 6vw;
    color: #000;
}

.member_right {
    padding-top: 30px;
}

.member_menu {
    background-color: #5db7ad;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 0px;
    /*//min-height:300px;*/
}

.green_header {
    font-size: 16px;
    font-weight: bold;
    color: #01a693;
}

.saper {
    background: url(../../assets/img/info/saper.jpg) no-repeat;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu1bold {
    margin-left: 5px;
    padding-left: 25px;
    padding-bottom: 0px;
    display: block;
    text-decoration: none;
    color: #252525;
    cursor: pointer;
    font: Arial;
    font-size: 14px;
    font-weight: bold;
}

.submenubold {
    background: url(../../assets/img/icon/icon_world.gif) no-repeat;
    display: block;
    height: 20px;
    margin-left: 10px;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

body, td {
    font-size: 12px;
    color: #242b2b;
    font-family: Arial, Helvetica, sans-serif;
}

.fbold {
    font-weight: bold;
}

.s_form, .s_form a {
    text-align: right;
    background-color: #dedede;
    font-size: 14px;
    color: #041567;
    font-family: Arial, Helvetica, sans-serif;
}

.s_input, .s_input a {
    background-color: #ededed;
    font-size: 14px;
    color: #041567;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
}

.maincontent {
    /*padding: 20px;*/
    /*padding-top: 30px;*/
    min-height: 400px;
    background-color: #fff;
}

.result, .result a {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

.fields {
    line-height: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #fcfcfc;
    border: solid 1px #79fcf7;
}

body, td {
    font-size: 12px;
    color: #242b2b;
    font-family: Arial, Helvetica, sans-serif;
}

.blueback {
    Color: #0000FF;
    font-family: Arial, Helvetica, sans-serif;
    Font-Size: 12px;
}

.fbold {
    font-weight: bold;
}

.tableborder {
    border: 3px solid #add8e6
}

.tariff_header {
    font-size: 14px;
    font-weight: bold;
    color: #339966;
    width: 35%;
    float: left;
    text-align: left;
}

.tariff_input {
    font-size: 14px;
    width: 65%;
    float: left;
}

.cellgroup {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fields {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #fcfcfc;
    border: solid 1px #79fcf7;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.fields_r {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #fcfcfc;
    border: solid 1px #fcbaba;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.fields_d {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #dcdcdc;
    border: solid 1px #79fcf7;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.bc_detail {
    text-align: left;
    width: 100%;
    min-width: 800px;
    height: 50px;
    padding: 5px;
    padding-top: 8px;
    border-bottom: 1px solid #dddddd;
}

.bc_green {
    background-color: #33a7a1;
    color: #ffffff;
    width: 180px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    display: inline-block;
}

    .bc_green a {
        color: #ffffff;
    }

.bc_text {
    display: inline;
    color: #555;
    padding-left: 10px;
}

    .bc_text a {
        color: #555;
    }

#circle1 {
    height: 30%;
    width: 12%;
    position: absolute;
    left: 51%;
    top: 8%;
    border: 0px solid red;
}

#circle2 {
    height: 33%;
    width: 11%;
    position: absolute;
    left: 57%;
    top: 38%;
    border: 0px solid red;
}

#circle3 {
    height: 26%;
    width: 14%;
    position: absolute;
    left: 49%;
    top: 67%;
    border: 0px solid red;
}

#circle4 {
    height: 26%;
    width: 14%;
    position: absolute;
    left: 35%;
    top: 63%;
    border: 0px solid red;
}

#circle5 {
    height: 33%;
    width: 12%;
    position: absolute;
    left: 32%;
    top: 30%;
    border: 0px solid red;
}

#circle6 {
    height: 25%;
    width: 14%;
    position: absolute;
    left: 37%;
    top: 7%;
    border: 0px solid red;
}

#circlea {
    height: 27%;
    width: 10%;
    position: absolute;
    left: 45%;
    top: 36%;
    border: 0px solid red;
}

#counter1 {
    height: 21%;
    width: 18%;
    position: absolute;
    left: 44%;
    top: 72%;
    border: 0px solid red;
}

#counter2 {
    height: 21%;
    width: 18%;
    position: absolute;
    left: 74%;
    top: 72%;
    border: 0px solid red;
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #top_logo_entry_wrapper {
        width: 100%;
        float: inherit;
        text-align: left
    }

    .top_img {
        display: none;
    }

    .navbar-nav {
        margin-top: 0
    }

        .navbar-nav .dropdown-menu .dropdown.open .dropdown-menu li a {
            padding: 5px 15px 5px 40px
        }

    .resize_hide {
        display: none;
    }

    .member_table {
        margin-left: -15px;
        margin-right: -15px;
    }

    .table {
        table-layout: fixed width:400px;
    }
}

@media screen and (min-width: 950px) {
    .green_header {
        font-size: 20px;
    }

    .html, body, p, br, table, td, tr, img, a, input, textarea, ul, li, h1, h2, h3, h4, h5, h6, blockquote {
        line-height: 20px;
        font-size: 14px;
    }

    .navbar-header {
        display: none
    }

    .content_top, .maincontent, .content_footer {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto
    }

    //#navbar {
        width: 560px;
        margin: 0 auto
    }

    .wrapper_top {
        height: 140px;
    }

    .wrapper_content {
        min-height: 400px
    }

    .container {
        padding: 0
    }

    #mainmenu {
        background: url(../../img/info/bg_menu.jpg) repeat-x scroll 0 0 #2b336e
    }
    /*#navbar{background:#8e1127}*/

    .top_logo {
        float: left;
        width: 331px;
        height: 63px;
        margin-top: 30px
    }

    .top_omg {
        float: right;
        width: 560px;
        height: 63px;
        margin-top: 40px;
        text-align: right;
    }

    /*.dropdown-menu{border-radius:0;border:0}*/
    .navbar {
        min-height: 20px
    }

    .navbar-default {
        background: transparent;
        border: 0
    }

        .navbar-default .navbar-nav > li > a {
            color: #fff
        }

    .navbar-nav > li > a {
        padding: 9px 0;
        font-size: 12px
    }

        .navbar-nav > li > a.parent_menu {
            padding: 15px 3px;
            border-right: 1px solid #58d5f5;
            font-weight: 400;
            background: url(../../img/info/menu_bg.jpg) repeat-x scroll 0 0 #555;
        }

    .navbar-nav > li.entry_1 > a.parent_menu {
        border-left: 1px solid #58d5f5;
    }

    .navbar-nav > li.open > ul.dropdown-menu {
        min-width: 12em
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background: url(../../img/info/bg_menu_active.jpg) repeat-x scroll 0 0 #e0dedf;
        color: #555;
    }

    .wrapper_slideshow { /*background:url(../../img/info/bg_slideshow.jpg) repeat-x scroll 0 0 #00361f;*/
        background-color: #000;
    }

    .wrapper_user { /*background:url(../../img/info/bg_slideshow.jpg) repeat-x scroll 0 0 #00361f;*/
        background-color: #000;
    }

    .navbar-default .navbar-nav > li.mainmenu_entry > a:hover {
        color: #d7cfff;
        background-color: #e0dedf
    }

    .navbar-default .navbar-nav > li.mainmenu_entry > a:focus {
        color: #d7cfff;
    }


    .slider_box, .usermenu {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        width: 100%;
        max-width: 1920px;
        height: auto;
    }

    .navbar-header {
        display: none
    }

    .mainmenu_entry {
        text-align: center
    }

        .mainmenu_entry.entry_1 {
            width: 100px
        }

        .mainmenu_entry.entry_2 {
            width: 120px
        }

        .mainmenu_entry.entry_3 {
            width: 100px
        }

        .mainmenu_entry.entry_4 {
            width: 130px
        }

        .mainmenu_entry.entry_5 {
            width: 110px
        }

    .dropdown-menu > li > a {
        background: #888 !important;
        border-bottom: 1px solid #fff;
        color: #fff;
        padding: 7px 20px
    }

    .dropdown-menu .dropdown-menu > li > a {
        background: #0082bc
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #ccc;
        color: #666;
        background-color: #87de75
    }

    .dropdown-menu {
        padding: 0;
        border-top: 1px solid #fff;
        border-radius: 0;
        border: 0
    }

        .dropdown-menu .dropdown-menu {
            padding: 0;
            margin: 0;
            position: absolute;
            left: 100%;
            top: 0
        }

    .navbar-nav > li.entry_1 > .dropdown-menu {
        width: 250px
    }

    .navbar-nav > li.entry_2 > .dropdown-menu {
        width: 280px
    }

    .navbar-nav > li.entry_3 > .dropdown-menu {
        width: 230px
    }

    .navbar-nav > li > .dropdown-menu .caret {
        border-bottom: 5px solid transparent;
        border-left: 4px solid;
        border-top: 4px solid transparent;
        display: inline-block;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        width: 0;
    }

    .navbar-nav > li > .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background: #92c5e2;
        color: #333
    }

    .wrapper_footer {
        /*//background: url(../../img/info/bg_footer_repeat.jpg) repeat-x scroll 0 0 #91c5dd;*/
        width: 100%;
    }

    .content_footer_entry_row {
        display: block;
        margin-bottom: 10px;
    }

    .social_mainbox {
        float: left;
        margin: 0 25px 25px;
        text-align: left;
        width: 175px;
    }

    .social_content {
        text-align: left;
    }

    .social_title {
        font-size: 11px;
        font-weight: bold;
        margin: 0 20px 10px 0;
    }

    .member_menu {
        min-height: 800px;
        /*margin-bottom: -20px;*/
        height: 100vh;
    }

    .saper {
        background: url(../../assets/img/info/saper.jpg) no-repeat;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .narrow_logo {
        width: 100%;
    }

    .login_bar {
        min-height: 45px;
        padding-top: 10px;
    }

    .login_button_margin {
        margin-top: -6px;
    }

    .login_button {
        font-size: 16px;
        padding: 6px 40px;
    }
}

@media (max-width: 949px) {
    .wrapper_top {
        height: 120px;
    }

    .top_logo {
        width: 100%;
        background-color: #000;
        margin-top: 20px;
    }

    .narrow_logo {
        max-width: 72%;
        height: 63px;
    }

    .top_img {
        display: none;
    }

    .top_omg {
        margin-top: -60px;
    }

    .navbar-collapse {
        display: none;
    }

    .navbar-nav > li > a {
        /*background: #555;*/
        /*border-bottom: 1px solid #ccc;*/
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        width: 280px;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        border-color: #ccc;
        color: #555;
    }

    .navbar-nav .open .dropdown-menu > .dropdown-menu > li > a {
        padding: 5px 15px 5px 30px
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        background: #ccc;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background: #e7e7e7;
    }

    .dropdown-menu > li > a {
        border-bottom: 1px solid #ccc;
        background: #888 !important;
        border-bottom: 1px solid #fff;
        color: #fff;
    }

    #top_logo_entry_wrapper {
        width: 100%;
        float: inherit;
        text-align: left;
    }

    .dropdown-menu, .dropdown-menu .dropdown-menu {
        padding: 0
    }

    .navbar-default a {
        font-size: 14px;
        line-height: 100%
    }

    .navbar-nav > li > a.parent_menu {
        padding: 6px 10px
    }

    .navbar-nav {
        margin-top: 0;
    }

    #navbar {
        position: absolute;
        z-index: 10;
        right: 10px;
    }

    .navbar-nav .dropdown-menu .dropdown.open .dropdown-menu li a {
        padding: 5px 15px 5px 30px
    }

    .wrapper_banner_footer {
        background: #fff
    }

    .banner_footer_title {
        border-top: 2px solid #f3f3f3;
        padding: 5px 0;
        background: #244380
    }

    .input_textbox {
        width: 200px;
        height: 23px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .page_content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .login_button {
        font-size: 14px;
        padding: 2px 30px;
    }
}

@media screen and (min-width: 1440px) {
    .green_header {
        font-size: 24px;
    }

    .html, body, p, br, table, td, tr, img, a, input, textarea, ul, li, h1, h2, h3, h4, h5, h6, blockquote {
        line-height: 22px;
        font-size: 16px;
    }

    .footer_menu, .footer_menu a {
        font-size: 13px;
    }

    .menu1, .menu1bold {
        font-size: 16px;
    }

    .submenu, .submenubold {
        font-size: 15px;
    }

    .login_area {
        font-size: 18px;
    }

    .login_bar {
        min-height: 60px;
        padding-top: 13px;
    }

    .login_button {
        font-size: 22px;
        padding: 12px 40px;
    }

    .login_button_margin {
        margin-top: -8px;
    }

    .mod_login {
        padding-top: 5px;
    }

    .input_textbox {
        width: 60%;
        height: 33px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .navbar-nav > li > a {
        font-size: 16px;
    }

    .top_logo {
        float: left;
        width: 494px;
        height: 103px;
        margin-top: 50px;
        margin-left: 20px;
    }

    .top_omg {
        width: 760px;
        margin-top: 70px;
    }

    .mainmenu_entry.entry_1 {
        width: 140px;
    }

    .mainmenu_entry.entry_2 {
        width: 170px
    }

    .mainmenu_entry.entry_3 {
        width: 130px
    }

    .mainmenu_entry.entry_4 {
        width: 170px
    }

    .mainmenu_entry.entry_5 {
        width: 150px
    }

    .wrapper_top {
        /*height: 200px;*/
    }

    .navbar-nav > li > a.parent_menu {
        padding: 20px 3px;
    }

    .footer_menu {
        padding: 50px 10px;
    }

    .footer_content {
        padding: 20px 10px;
        margin: 0 auto;
    }

    .copyright_mainbox {
        font-size: 16px;
    }

    .member_right, .member_menu {
        padding-top: 60px;
        padding-bottom: 100px;
    }
}
