.icon-navbar {
    float: left;
    padding-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 3px;
}

.icon-navbar2 {
    float: left;
    padding-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 3px;
}

#img-icon2 {
    margin-top: 5px;
}

.header-navigation li a:hover {
    color: #ffffff;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    overflow: hidden;
    height: 100%;
    width: 100%;
    font-family: "PT Sans Narrow", Arial, sans-serif;
    /*font-family: "PT Sans Narrow";*/
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;
    height: 90px;
    text-align: center;
    background-color: rgba(68, 34, 2, 1);
}

/*.pre-footer h2 {
    text-transform: capitalize;
    margin-bottom: 3px;
}*/

.wrapper-left {
    padding: 10px;
}

.wrapper-right {
    background-color: rgba(0, 0, 0,0.6);
    /*height: 1700px;*/
    width: 100%;
    min-height: 762px;
}

.wrapper-left .logo .gmedia {
    padding-top: 10px;
    padding-left: 15px;
    width: 40%;
}

.wrapper-left .logo .wise {
    padding-top: 15px;
    padding-left: 15px;
    width: 12%;
}

.body {
    /*background-image: url("assets/frontend/style/img/BG.jpeg");
    background-repeat: no-repeat,
    background-position :top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 695px;*/
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    background: url('../../../../assets/frontend/style/img/BG.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.wrapper-left .menu-dropdown {
    display: none;
}

/*.wrapper-right .tabs-right {
    list-style: none;
    text-align: center;
    font-size: 20px;
    width: 100%;
    padding-left: 0;
    padding-top: 3%;
    padding-bottom: 10px;
}

.wrapper-right .tabs-right ul {
    display: block;
}

.wrapper-right .tabs-right>li {
    display: inline-block;
    padding-top: 5px;
    padding-right: 45px;
    padding-left: 45px;
    padding-bottom: 5px;
}

.wrapper-right .tabs-right>li>a {
    color: #fff;
}

.wrapper-right .tabs-right>li>a:hover {
    color: #ede900;
}*/

.wrapper-right .nav {
    width: 100%;
    list-style: none;
    padding-top: 2%;
}

.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
    padding-left: 10px;
    padding-right: 10px;
}

.nav-tabs {
    border-bottom:0px;
    width: 100%;
    text-align: center;
}   

.wrapper-right .nav-tabs> li {
    font-size: 20px;
    color: #fff;
}

.wrapper-right .nav-tabs> li > a {
    font-size: 20px;
    color: #fff;
}

.wrapper-right .nav-tabs>li>a:hover {
    color: #ede900;
    background: none;
    border: 1px solid transparent;
}

.wrapper-right .tab-content {
    text-align: center;
    /*padding-top: 1%;*/
}

.wrapper-right .tab-content h3 {
    color: #ede900;
    font-weight: bold;
    font-size: 30px;
}

.wrapper-right .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background:none;
    border: 1px solid transparent;
    color: #ede900;
}

.wrapper-right .info-text {
    color: #ffffff;
    font-size: 25px;
    width: 67%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: left;
}

.wrapper-right .info-form {
    text-align: left;
    color: #fff;
    padding: 10px 5px 5px 5px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.wrapper-right .info-rule {
    text-align: left;
    color: #fff;
    padding: 10px 5px 5px 5px;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    font-size: 18px;
}

.wrapper-right .info table {
    width: 55%;
    margin-left:auto;
    margin-right: auto;
}

.wrapper-right .info table tr td h4, .info-up {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.wrapper-right .info table tr td.info-bott {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.containers {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
    background-color: #ede900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrapper-left .menu-dropdown .nav-tabs {
    display: none;
    background-color: rgba(0,0,0,0.8);
}

.wrapper-left .menu-dropdown .nav-tabs>li>a {
    color: #fff;
    font-size: 15px;
}

.wrapper-left .menu-dropdown .nav-tabs>li>a:hover {
    color: #ede900;
    background: none;
    border: 1px solid transparent;
}

.wrapper-left .menu-dropdown .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background:none;
    border: 1px solid transparent;
    color: #ede900;
}

.wrapper-right .tab-content .support {
    margin-top: 2%;
}

.wrapper-left .img-transparent {
    width: 80.5%;padding-bottom: 5%;
    display: none;
}

@media(max-width: 575px) {
    .wrapper-left .logo .gmedia {
        padding-top: 5px;
        padding-left: 10px;
        width: 35%;
    }

    .nav-tabs > li {
        float:none;
        display:inline-block;
        zoom:1;
        padding-left: 10px;
        padding-right: 10px;
    }

    .wrapper-right .nav-tabs> li > a {
        font-size: 18px;
        color: #fff;
    }

    .wrapper-right .info-text {
        color: #ffffff;
        font-size: 20px;
        width: 77%;
        margin-left: auto;
        margin-right: auto;
        padding: 8px;
        text-align: left;
    }

    .wrapper-right {
        min-height: 500px;
    }

    .wrapper-right .info-form {
        padding: 10px 5px 5px 5px;
        width: 88%;
    }

    .wrapper-right .info-text {
        color: #ffffff;
        font-size: 22px;
        width: 88%;
    }

    .wrapper-right .info-rule {
        padding: 10px 5px 5px 5px;
        width: 88%;
    }

    .wrapper-right .info table {
        width: 88%;
    }

    #scroll-reg {
        height: 300px;
    }

    .body {
        width: 100%;
        height: 100%;
        padding-right: 0px;
        padding-left: 0px;
        background: url('../../../../assets/frontend/style/img/Hp.jpg') no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100% 100%;
        /*position: relative;*/
    }

    .wrapper-right {
        /*display: none;*/
        background-color: rgb(0,0,0);
        position: absolute;
    }

    /*.wrapper-left {
        height: 700px;
    }*/

    .wrapper-left .logo .gmedia {
        width: 50%;
    }

    .wrapper-left .menu-dropdown {
        display: block;
    }

    .wrapper-right .nav-tabs {
        display: none;
    }

    .wrapper-right .tab-content {
        padding: 5%;
    }

    .wrapper-left .menu-dropdown .nav-tabs {
        width: 180px;
    }

    .wrapper-left .logo .wise {
        padding-top: 15px;
        width: 26%;
        padding-right: 15px;
    }

    .wrapper-left .img-transparent {
        width: 82.2%;padding-bottom: 5%;
        display: block;
    }

    body {
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media(min-width: 576px) {
    .wrapper-left .logo .gmedia {
        padding-top: 5px;
        padding-left: 10px;
        width: 35%;
    }

    .wrapper-right .nav-tabs> li > a {
        font-size: 19px;
        color: #fff;
    }
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait) { 
    .header .mobi-toggler {
        margin-top: -39px;
        margin-right: 20px;
    } 
}

@media (min-width: 320px) and (max-width: 480px) {
    /*.wrapper-left {
        height: 620px;
    }*/
}

@media (min-width: 481px) and (max-width: 767px) {
    /*.wrapper-left {
        height: 700px;
    }*/
}

@media (max-width: 767px) {
    /*.wrapper-left {
        height: 550px;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) {
    /*.wrapper-left {
        height: 700px;
    }*/
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
    /*.wrapper-left {
        height: 700px;
    }*/
}

@media (max-width: 991px) {
    /*.wrapper-left {
        height: 700px;
    }*/
}

@media (min-width: 992px) and (max-width: 1200px) {
    /*.wrapper-left {
        height: 700px;
    }*/
}

@media (min-width: 1201px) {
    /*.wrapper-left {
        height: 700px;
    }*/
}