﻿html {
    height: 100%;
}

body {
    background: #ffffff; /*#0D0D0D;*/
    padding: 0;
    text-align: center;
    position: relative;
    margin: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 90% !important;
    z-index: 10;
}
 h1 {
    font-family: Roboto-Medium;
    font-size: 32px;
    font-weight: 700;
    color: #ED3237;
    text-align: center;
}

.page1-margin {
    margin-top:170px;
}
a {
    text-decoration: none;
}

.section-title {
    font-family: Roboto-Light;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0px;
    color: #ED3237;
}

.page1-section-title {
    padding: 10px 0px;
}

.page1-section-sub-title {
    font-family: Roboto-Light;
    font-size: 25px;
    font-weight: 700;
}

.page1-section-text {
    font-family: Roboto-Light;
    font-size: 30px;
    font-weight: 300;
    color: inherit;
    text-align: center;
}

.div-pad-setting {
    padding: 10px;
}

.page2-section-text {
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 300;
    color: inherit;
    text-align: left;
}

.page3-section-text {
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 300;
    color: inherit;
    text-align: left;
}

.page5-section-text {
    font-family: Roboto-Light;
    font-size: 18px;
    font-weight: 300;
    color: inherit;
    text-align: justify;
}

.section-label {
    font-family: Roboto-Light;
    font-size: 20px;
    font-weight: 300;
    color: inherit;
}

.app-links {
    height: 50px;
    border-radius: 7px;
}

.footer-social-media-img {
    width: 30px;
    height: 30px;
}


hr {
    border: 1px solid black !important;
    margin: 0px !important;
    width: 0px !important;
    height: 350px !important;
    left: 50% !important;
    position: absolute !important;
}


@media (max-width: 801px) {
    .container {
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .page1-margin {
        margin-top:60px;
    }
   
    hr {
        border: 1px solid black !important;
        margin: 0px !important;
        width: 100% !important;
        height: 0 !important;
        left: 0 !important;
        position: static !important;
    }

    .div-pad-setting {
        padding: 10px;
    }

    .section-title {
        font-size: 20px;
    }

    .page1-section-text {
        font-size: 21px;
    }

    .page2-section-text {
        font-size: 12px;
    }

    .page3-section-text {
        font-size: 12px;
    }
    .page5-section-text {
        font-size: 12px;
    }

    .section-label {
        font-size: 20px;
        font-weight: 300;
        color: inherit;
    }

    .app-links {
        height: 40px;
        border-radius: 7px;
    }

    @media only screen and (max-device-width: 376px) {
    }

    @media only screen and (max-device-width: 361px) {
    }

    @media only screen and (max-device-width : 326px) {

        .app-links {
            height: 25px;
        }

        .section-title {
            font-size: 20px;
        }

        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 12px;
        }

        .page3-section-text {
            font-size: 12px;
        }

        .page5-section-text {
            font-size: 12px;
        }
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 900px) {
    .page1-margin {
        margin-top:60px;
    }
    .page1-hide-download-rig {
        display: none;
    }

    .page5-hide-help-guide {
        display: none;
    }

    .div-pad-setting {
        padding: 10px;
    }
    .height-inherit {
        height: auto;
    }

    @media only screen and (max-device-height : 1280px) {
        .page5-hide-help-guide {
            display: block;
        }

        .page1-hide-download-rig {
            display: block;
        }

        .app-links {
            height: 80px;
        }

        .section-title {
            font-size: 35px;
        }

        .page1-section-text {
            font-size: 36px;
        }

        .page2-section-text {
            font-size: 18px;
        }

        .page3-section-text {
            font-size: 18px;
        }
        .page5-section-text {
            font-size: 18px;
        }

        .section-label {
            font-size: 35px;
        }


        .padding10 {
            padding: 20px;
        }
    }

    @media only screen and (max-device-height : 960px) {

        .app-links {
            height: 60px;
        }

        .section-title {
            font-size: 20px;
        }

        .page1-section-text {
            font-size: 30px;
        }

        .page2-section-text {
            font-size: 18px;
        }

        .page3-section-text {
            font-size: 18px;
        }
        .page5-section-text {
            font-size: 18px;
        }

        .section-label {
            font-size: 30px;
        }

        .padding10 {
            padding: 20px;
        }
    }

    @media only screen and (max-device-height : 414px) {
        
        .section-title {
            font-size: 20px;
        }


        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 12px;
        }

        .page3-section-text {
            font-size: 12px;
        }
        .page5-section-text {
            font-size: 12px;
        }

        .app-links {
            height: 40px;
        }
        .footer-social-media-img {
            width: 25px;
            height: 25px;
        }

        .padding10 {
            padding: 5px;
        }

        .section-label {
            font-size: 25px;
        }
    }

    @media only screen and (max-device-height : 384px) {
      
        .section-title {
            font-size: 20px;
        }

        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 12px;
        }

        .page3-section-text {
            font-size: 12px;
        }


        .page5-section-text {
            font-size: 12px;
        }

        .app-links {
            height: 40px;
        }
        .footer-social-media-img {
            width: 25px;
            height: 25px;
        }

        .padding10 {
            padding: 5px;
        }

        .section-label {
            font-size: 25px;
        }
    }

    @media only screen and (max-device-height : 376px) {
      

        .section-title {
            font-size: 20px;
        }


        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 18px;
        }

        .page3-section-text {
            font-size: 18px;
        }

        .page5-section-text {
            font-size: 18px;
        }

        .app-links {
            height: 40px;
        }
        .footer-social-media-img {
            width: 25px;
            height: 25px;
        }
    }

    @media only screen and (max-device-height : 376px) and (min-device-width: 667px) {
       
        .section-title {
            font-size: 20px;
        }

        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 18px;
        }

        .page3-section-text {
            font-size: 18px;
        }
        .page5-section-text {
            font-size: 18px;
        }

        .app-links {
            height: 40px;
        }
        .footer-social-media-img {
            width: 25px;
            height: 25px;
        }
    }

    @media only screen and (max-device-height : 376px) and (min-device-width: 812px) {
       

        .section-title {
            font-size: 20px;
        }

        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 18px;
        }

        .page3-section-text {
            font-size: 18px;
        }
        .page5-section-text {
            font-size: 18px;
        }

        .app-links {
            height: 40px;
        }
        .footer-social-media-img {
            width: 25px;
            height: 25px;
        }
    }

    @media only screen and (max-device-height: 361px) {
     

        .section-title {
            font-size: 20px;
        }

        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 18px;
        }

        .page3-section-text {
            font-size: 18px;
        }

        .page5-section-text {
            font-size: 18px;
        }

        .app-links {
            height: 40px;
        }
        .footer-social-media-img {
            width: 25px;
            height: 25px;
        }

        .padding10 {
            padding: 5px;
        }

        .section-label {
            font-size: 25px;
        }
    }

    @media only screen and (max-device-height: 326px) {


        .app-links {
            height: 32px;
        }

        .section-title {
            font-size: 20px;
        }


        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 12px;
        }

        .page3-section-text {
            font-size: 12px;
        }
        .page5-section-text {
            font-size: 12px;
        }

        .padding10 {
            padding: 5px;
        }
    }

    @media only screen and (max-device-height: 326px) and (min-device-width: 568px) {
       

        .app-links {
            height: 32px;
        }

        .section-title {
            font-size: 20px;
        }

        .page1-section-text {
            font-size: 21px;
        }

        .page2-section-text {
            font-size: 12px;
        }

        .page3-section-text {
            font-size: 12px;
        }
        .page5-section-text {
            font-size: 12px;
        }

        .padding10 {
            padding: 5px;
        }
    }
}

#ui_main {
    list-style: none;
    text-align: center;
    float: right;
}

#li_profile {
    padding: 0px 30px 0px 30px;
}

#ui_main > li {
    display: inline-block;
    position: relative;
    line-height: 0px;
    text-align: left;
}

    #ui_main > li ul > li > a {
        display: block;
        padding: 8px 8px;
        text-decoration: none;
        color: #fff;
        font-size: 18px;
    }

    #ui_main > li > ul.dropdown {
        min-width: 200%; /* Set width of the dropdown */
        background: #e6e5e5;
        display: none;
        position: absolute;
        z-index: 999;
        padding-left: 1px;
        left: 0;
    }

    /*ul li ul.dropdown li a:hover {
                    color: #EF5251;
                }*/

    #ui_main > li:hover > ul.dropdown {
        display: block; /* Display the dropdown */
        background: rgba(64,64,64, .5);
    }

    #ui_main > li > ul.dropdown > li {
        display: block;
    }

header {
    background: #0D0D0D !important;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.main-ui-profile {
    border-radius: 50%;
    border: 2px solid #ED3237;
}

.header-sp-pad {
    padding-left: 15px;
}

.company-page-img {
    width: 70%;
}

.company-page-hr {
    display: block;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .page1-margin {
        margin-top:60px;
    }
    .header-sp-pad {
        padding-left: 0px;
    }

    header .navbar-default .navbar-nav {
        padding: 0px;
        float: none;
        margin: 0px;
    }

    .navbar-nav > li > a {
        padding: 10px;
    }

    header {
        background: #0D0D0D;
    }

    .navbar-header {
        line-height: 70px;
    }

    .company-page-img {
        width: 50% !important;
    }

    .company-page-hr {
        display: block;
        margin-top: 75px;
    }

    @media (max-width: 1024px) {
        .navbar-header {
            line-height: 0px;
        }

        header .navbar-default .navbar-nav {
            margin: 7.5px -20px;
        }
    }

    @media (max-height: 1366px) {
        .navbar-header {
            line-height: 55px;
        }
    }

    @media (max-height: 1024px) {
        .navbar-header {
            line-height: 55px;
        }

        header .navbar-default .navbar-nav {
            margin: 7.5px -20px;
        }
    }

    @media (max-height: 768px) {
        .navbar-header {
            line-height: 0px;
        }

        header .navbar-default .navbar-nav {
            margin: 7.5px -20px;
        }
    }
}

@media (max-width: 800px) {
    .navbar-nav > li {
        float: none;
    }
}

.profile-img {
    height: 35px !important;
    width: 35px !important;
}

.profile-a {
    color: #FFFFFF !important;
    padding: 0px !important;
}

.navbar-default {
    background-color: rgba(23, 23, 66, 0) !important;
    border-color: rgba(23, 23, 66, 0.3) !important;
    font-family: Roboto-Medium;
    border: none;
}

.profile-popup {
    display: none;
    float: right;
    background-color: white;
    width: 350px;
    height: 180px;
    padding: 5px;
    margin: 10px;
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 10;
    border: 1px solid black;
}

.c-btn-pink {
    color: white;
    background-color: #ED3237;
    border-color: #ED3237;
}

.c-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.logo-style {
    display: inline-block;
    float: left;
    margin: 9px 10px 10px 11px;
    width: 121px;
    height: 27px;
    background: url('/img/app_icons/brand_logo.png') no-repeat;
    background-size: 121px;
}