
html {
    font-size: 62.5%;
}

/* 10px */
body {
    font-size: 1.6rem;
}

/* 16px */
#divHeader {
    height: 6vh;
    background-color: #1f273e;
    color: #919191;
}

#divHeader img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

#divHeader .headermenuButton {
    background-color: transparent;
    color: #a1a0a0;
    border: 0px;
}

#divHeader .headermenuButton:hover {
    text-decoration: none;
    color: #ffffff;
}

#divHeader .headermenu {
    background-color: #1f273e;
    border: 0px;
}

#divHeader .headermenu a {
    color: #9D9D9E;
}

#divHeader .headermenu a:hover {
    color: #FF452C;
    background-color: #1f273e;
}

/* Notify */
img.imgBell {
    width: 18px;
    height: 18px;
}

ul#NotifyPool {
    max-height: calc(100vh - 56px);
    /*overflow: auto;*/
    width: 25%;
    overflow-y: auto;
    overflow-x: hidden;

}

ul#NotifyPool li {
    padding: 5px;

    border-bottom: #373740 solid 1px;
}

ul#NotifyPool li.ignore {
    background-color: #373740;
}

ul#NotifyPool li div.avatar img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    /*border: solid 2px rgb(255, 69, 44, 1);*/
    background-color: rgba(8, 13, 25, 1);
    padding: 5px;
}

ul#NotifyPool li div.cellNotify {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 290px;

}

ul#NotifyPool li div.cellNotify div.NotifyContent {
    padding: 5px;
    width: 220px;
}

ul#NotifyPool div.NotifyBody {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notifiDot {
    position: absolute;
    border-radius: 50%;
    background-color: #FF452C;
    width: 10px;
    height: 10px;
    right: 1%;
}

.no_notifiDot {
    display: none;
    position: absolute;
    border-radius: 50%;
    background-color: #FF452C;
    width: 10px;
    height: 10px;
    right: 1%;
}

/* =========== */

.headerProfileIcon {
    width: 3.5vh;
    height: 3.5vh;
    border-radius: 50%;
    border: 2px solid rgb(2, 132, 253);
}

/* + NAVBAR ================================ */
.do {
    height: 1200px;
}

li.copyright {
    /*position: absolute;*/
    /*bottom: 10px;*/
}

li.copyright p.copyright-text {
    font-size: 14px;
    text-align: left;
}

div.termpolicy {
    /*position: absolute;*/
    /*bottom: 60px;*/
}

div.termpolicy a {
    font-size: 14px;
}

li.muQstarz {
    margin: 10px 7px;
}

li.muQstarz img {
    width: 18px;
    height: 18px;
}

@-webkit-keyframes animFixedMainBack {
    0% {
        width: 100vw;
        bottom: 0;
        margin-left: -215px;
    }
    100% {
        width: 100%;
        margin-left: 0;
        bottom: 0;
    }
}

@keyframes animFixedMainBack {
    0% {
        width: 100vw;
        bottom: 0;
        margin-left: -215px;
    }
    100% {
        width: 100%;
        margin-left: 0;
        bottom: 0;
    }
}

.navbar-header {
    margin: 0

}

.navbar {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0px;
    z-index: 99;
    min-height: 50px;
    background: rgba(31, 39, 57, 1);
    border-bottom: 1px solid #ddd;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    -moz-transition-timing-function: swing;
    -o-transition-timing-function: swing;
    transition-timing-function: swing;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.navbar ul {
    padding-left: 0;
    list-style: none;
}

.navbar-default {
    border: 0;
}

.navbar-default .navbar-brand {
    font-size: 14px;
    /*padding-top: 20px;*/
    padding: 0 0 0 15px;
    color: rgba(216, 216, 216, 1);
}

@media (max-width: 768px) {
    .navbar-default .navbar-brand {
        padding-left: 15px;
    }
}

.navbar-default .navbar-brand:hover {
    color: rgba(255, 69, 44, 1);
}

.navbar-header h2 {
    margin: 0;
}

.navbar-default .navbar-brand h2 img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    width: 80%
}

.navbar-default .navbar-brand h2 b {
    font-weight: 500;
}

@media (max-width: 768px) {
    .navbar-default .navbar-brand h2 {
        font-size: 1.5em;
        top: 16px;
    }

    .navbar-default .navbar-brand h2 span {
        display: none;
    }
}

.navbar-default .navbar-brand > img {
    max-height: 60px;
}

@media (max-width: 768px) {
    .navbar-default .navbar-brand > img {
        max-height: 50px;
    }
}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(255, 69, 44, 1);
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
    border: 0;
}

.navbar-default .navbar-nav > li {
    color: rgba(216, 216, 216, 1);
}

.navbar-default .navbar-nav > li a:hover {
    color: rgba(255, 69, 44, 1);
}

.navbar-default .navbar-nav > li a:visited {
    color: rgba(216, 216, 216, 1);
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li.active > a:focus {
        background-color: rgba(0, 0, 0, 0.05);
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
}

.navbar-default .navbar-nav > li.active > a:before {
    background-color: rgba(255, 69, 44, 1);
    left: 0;
    right: 0;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li.active > a:before {
        background-color: transparent;
    }
}

.navbar-default .navbar-nav > li > a {
    color: rgba(216, 216, 216, 1);
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    /*margin-right: 10px;*/
    /*text-transform: uppercase;*/
    white-space: nowrap;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-property: border-bottom, color;
    -o-transition-property: border-bottom, color;
    -webkit-transition-property: border-bottom, color;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    transition-property: border-bottom, color;
}

/* Small devices (portrait tablets and large phones, 1024px and down) */
@media all and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        letter-spacing: 0;
    }

}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0;
        /*padding: .5em 2em .5em 1.5em;*/
    }
}

.navbar-default .navbar-nav > li > a::before {
    background-color: transparent;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    z-index: 1;
}

.navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > li > a.active::before {
    background-color: rgba(255, 69, 44, 1);
    left: 0;
    right: 0;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > li > a.active::before {
        background-color: transparent;
    }
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
    color: rgba(255, 69, 44, 1);
    background-color: transparent;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
        color: rgba(255, 69, 44, 1);
    }
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > .dropdown-menu {
        margin: -60px 20px 0;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: rgba(255, 69, 44, 1);
}

.navbar-default .navbar-nav .open .dropdown-menu > li:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    box-shadow: none;
}

.navbar-default .navbar-nav .open > a {
    background-color: transparent;
    color: rgba(255, 69, 44, 1);
}

.navbar-default .navbar-nav .open > a:focus, .navbar-default .navbar-nav .open > a:hover {
    background-color: transparent;
    color: rgba(255, 69, 44, 1);
}

.navbar-default .dropdown-menu {
    border: 0;
    border-radius: 0 !important;
    background: rgba(8, 13, 25, 1);
    left: auto;
    padding: 0 !important;
}

.navbar-default .dropdown-menu li {
    position: relative;
}

.navbar-default .dropdown-menu li:last-child {
    border-bottom: 0;
}

.navbar-default .dropdown-menu li a {
    padding: 10px 12px 11px 12px;
    text-align: left;
    font-weight: 400;
    color: inherit;
    position: relative;
    text-transform: none;
    border-bottom: 1px solid rgba(31, 39, 57, 1);
    text-decoration: none !important;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.navbar-default .dropdown-menu li a:hover, .navbar-default .dropdown-menu li a:focus {
    outline: 0;
    color: rgba(255, 69, 44, 1);
    background-color: rgba(8, 13, 25, 1);
    /*-webkit-box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
    -moz-box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
    box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;*/
}

.navbar-default .nav,
.navbar-default .collapse,
.navbar-default .dropup,
.navbar-default .dropdown {
    position: static;
}

.navbar-default .container {
    position: relative;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    padding: 9px 10px;
    position: relative;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    height: 4px;
    width: 30px;
    background-color: rgba(255, 69, 44, 1);
    position: relative;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -9px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 0px 15px;
    }
}

.navbar-nav .open .dropdown-menu {
    box-shadow: 0 2px 4px rgba(255, 69, 44, 0.1), 0 4px 8px rgba(255, 69, 44, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    background-color: rgba(8, 13, 25, 1);
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -o-animation-name: slidenavAnimation;
    animation-name: slidenavAnimation;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        box-shadow: none !important;
    }
}

.navbar-nav .open .dropdown-menu .dropdown-header {
    margin-bottom: 0;
}

.navbar-nav .open .dropdown-menu > li {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu > li.dropdown-header {
        margin-left: 15px;
        padding: 1em 2em 1em 0;
    }
}

.navbar-nav .open .dropdown-menu > li > a {
    padding: 1em 2em 1em 1.5em;
}

@media (max-width: 768px) {
    .navbar-nav .open .dropdown-menu > li > a {
        margin: 0 15px;
        padding: 1em 2em 1em 0;
    }
}

.nav > li {
    list-style: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav > li > a {
    text-decoration: none;

}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.nav > li:hover {
    background-color: transparent;
}

.nav > li .open > a {
    border: none;
}

.nav > li .open > a:hover, .nav > li .open > a:focus {
    border: none;
}

.nav .open > a {
    background-color: transparent;
    border: 0;
}

.nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border: 0;
}

/*.navbar-right {*/
/*  float: left !important;*/
/*  margin-right: 15px;*/
/*}*/
/*@media (max-width: 786px) {*/
/*  .navbar-right {*/
/*    float: none !important;*/
/*  }*/
/*}*/
/*.navbar-right .dropdown-menu {*/
/*  right: auto;*/
/*}*/

.dropdown-header {
    font-size: 14px;
    font-weight: bold;
    color: rgba(216, 216, 216, 1);
    display: block;
    padding: 1em 2em 1em 1.5em;
    white-space: nowrap;
    border-bottom: 1px solid rgba(31, 39, 57, 1);
    line-height: 28px;
    margin-bottom: 13px;
    padding-top: 19px;
}

.navbar-collapse {
    border-bottom: 0 !important;
}

.mega-menu .mega-menu-content {
    position: relative;
    padding: 20px;
}

@media (max-width: 768px) {
    .mega-menu .mega-menu-content {
        padding: 0 15px;
    }
}

.mega-menu .mega-menu-content .widget .thumb {
    position: relative;
    padding: 20px;
}

.mega-menu .mega-menu-content .box li {
    border-bottom: 1px solid #eeeeee;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 10px 10px 10px 0;
}

.mega-menu .mega-menu-content .box li:before {
    color: inherit;
}

.mega-menu .mega-menu-content .box li:last-child {
    border-bottom: 0 solid #FFFFFF;
}

.mega-menu .mega-menu-content .box li i {
    right: 0;
    clear: both;
    top: 10px;
    display: block;
    position: absolute;
}

.mega-menu .mega-menu-content .box li a {
    color: inherit;
    border-bottom: none;
    border-bottom: 0 !important;
    padding: 14px 30px 12px 0 !important;
    position: relative;
    text-decoration: none;
    text-transform: none;
}

.mega-menu .mega-menu-content .box li a:hover, .mega-menu .mega-menu-content .box li a:focus {
    background: none !important;
    border: 0;
    box-shadow: none;
}

.mega-menu .dropdown-menu {
    padding: 30px 30px;
}

.mega-menu .navbar-default .mega-menu-content {
    border-radius: 0;
}

.mega-menu .navbar-default .mega-menu-full .dropdown-menu {
    left: 0;
    right: 0;
}

.mega-menu .navbar-default .mega-menu-half .dropdown-menu {
    left: 20%;
    right: 20%;
}

.mega-menu .entry {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.mega-menu .entry img {
    width: 100%;
}

.mega-menu .entry:hover .magnifier {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.mega-menu .coldesc {
    background: #4b4e53;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: center;
}

.mega-menu .menu-image {
    margin-bottom: 30px;
}

.mega-menu .box p {
    color: inherit;
    font-weight: 400;
    padding-top: 10px;
    font-size: 13px;
}

.mega-menu .box h4 {
    color: inherit;
    font-weight: bold;
    font-size: 14px;
    padding-top: 0;
}

.mega-menu .box ul li span {
    float: right;
    margin-top: 4px;
}

.mega-menu .box ul li:hover .fa {
    color: #D83D59 !important;
}

.mega-menu .dropdown-submenu {
    position: relative;
}

.mega-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
}

.mega-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.mega-menu .dropdown-submenu.pull-left {
    float: none;
}

.mega-menu .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.sticky .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: rgba(31, 39, 57, 1);
    border-bottom: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
    border: 0;
    min-height: 50px;
    -webkit-animation: animFixedMain .5s forwards;
    -moz-animation: animFixedMain .5s forwards;
    -o-animation: animFixedMain .5s forwards;
    animation: animFixedMain .5s forwards;
}

.sticky .navbar .navbar-brand {
    font-size: 25px;
    padding: 0 0 0 15px;
    height: 50px;
}

.sticky .navbar .navbar-brand > img {
    max-height: 50px;
}

.sticky .navbar .navbar-nav > li > a {
    color: rgba(216, 216, 216, 1);
    /*padding: 20px 15px 20px;*/
    line-height: 1;
}

.sticky .navbar-toggle {

}

.SuppLangList {
    width: auto;
    height: auto;
    background-color: #000000;
    position: relative;
    float: right;
    /*margin-right: 20px;*/
    margin-top: 12px;
}


#btnSuppLang {
    border-color: #999999 transparent transparent;
    border-style: solid;
    border-width: 8px;
    position: absolute;
    top: 0px;
    float: right;
    margin-top: 27px;
    margin-left: 12px;
}

.LangImg {
    width: 37px;
    height: 25px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    border: 2px solid #8f8f8f;
    background-color: transparent;
    vertical-align: middle;
}

.cMenuSuppLangHide {
    display: none;
}

.cMenuSuppLang {
    display: block;
    position: absolute;
    left: -70px;
    background-color: #222;
}

.cMenuSuppLang ul li {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    padding: 15px;
}

.cMenuSuppLang ul li a:hover {
    color: #138496;
}

@-moz-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#header #userinfo > div > .login, .dropdown_avatar, #avatar_box {
    display: inline-flex;
    color: rgba(216, 216, 216, 1);
    /*vertical-align: middle;*/
}

.dropdown_avatar {
    padding: 10px 5px;
    height: 42px;
    vertical-align: middle;
}

#avatar img {
    width: 24px;
    height: 24px;
    /*width:40px;*/
    /*height:40px;*/
    /*padding: 2px 2px;*/
    border-radius: 100%;
    border: solid 2px rgb(255, 69, 44, 1);
    /*border: solid 2px rgba(255,69,44,1);*/
    background-color: rgba(8, 13, 25, 1);
}

.dropdown-menu-avatar {
    padding: 10px 5px;
    background-color: rgba(8, 13, 25, 1);

}

/*div.ScrollHide::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*div.ScrollHide {*/
/*    -ms-overflow-style: none; !* IE and Edge *!*/
/*    scrollbar-width: none; !* Firefox *!*/
/*    overflow: auto;*/
/*}*/

@media only screen and (min-width: 992px) {
    #header #userinfo {
        position: absolute;
        right: 20px;
        top: 15px;
    }
}

@media only screen and (max-width: 600px) {
    #header #userinfo {
        position: absolute;
        left: 20px;
        top: 50px;
    }
}

div#modalHitCookie div.modal-content {
    background-color: rgba(51, 48, 48, 0.8);
    color: #a1a0a0;
}

div#modalHitCookie button#btnClose {
    width: 100%;
}
