/*menu top */
/*----------  1.10. Header Gaming ----------*/

/*.header-main.gaming {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    background: -moz-linear-gradient(#161616, transparent);
    background-color: transparent;
    box-shadow: none;
}*/

.header-main.gaming .header-middle-wrapper {
    height: 80px;
    min-height: 80px;
}

.header-main.gaming .nav-search {
    max-width: 100%;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    background-color: rgba(22, 22, 22, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.header-main.gaming .navigation {
    float: right;
}

.header-main.gaming .navigation .main-menu:after {
    background-color: transparent;
}

.header-main.gaming .navigation .main-menu .icon-dropdown {
    padding-left: 5px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.header-main.gaming .button-search {
    float: right;
    margin-left: 40px;
}

.header-main.gaming .sticky-header {
    background-color: #161616;
}

.header-main.gaming .sticky-header .nav-search {
    padding: 20px;

    background: none;
    background-color: #161616;
}

.header-main.gaming .sticky-header .navigation .main-menu:after {
    background-color: #141414;
}
.button-search {
    position: relative;
    z-index: 103;

    display: inline-block;

    cursor: pointer;
}

.button-search .icons {
    line-height: 80px;

    padding: 0 7px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    color: #ffffff;
}

.button-search .icons:hover {
    color: #d73333;
}

.button-search.active .fa-search:before {
    content: '\f00d';
}

/*.header-main.gaming {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    background: -moz-linear-gradient(#161616, transparent);
    background-color: transparent;
    box-shadow: none;
}*/

.header-main.gaming .header-middle-wrapper {
    height: 80px;
    min-height: 80px;
}

.header-main.gaming .nav-search {
    max-width: 100%;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    background-color: rgba(10, 10, 10, 0.86);
    box-shadow: 0 2px 5px rgba(10, 10, 10, 0.86);
}

.header-main.gaming .navigation {
    float: right;
}

.header-main.gaming .navigation .main-menu:after {
    background-color: transparent;
}

.header-main.gaming .navigation .main-menu .icon-dropdown {
    padding-left: 5px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.header-main.gaming .button-search {
    float: right;

    margin-left: 40px;
}

.header-main.gaming .sticky-header {
    background-color: #161616;
}

.header-main.gaming .sticky-header .nav-search {
    padding: 20px;

    background: none;
    background-color: #161616;
}

.header-main.gaming .sticky-header .navigation .main-menu:after {
    background-color: #141414;
}
.nav-search {
    position: absolute;
    z-index: 102;
    top: 0;
    bottom: 0;

    width: 100%;
    max-width: 1170px;
    padding: 20px;

    color: #777777;
    background-color: #141414;
}

.nav-search form {
    font-size: 24px;
    line-height: 1;
    display: block;
    margin-top: 102px;
    width: calc(100% - 40px);
    height: 38px;
}
.nav-search form input[type='text'] {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    border: none;
    background-color: transparent;
}

.navigation > li {
    margin: 0 7px;
}

.navigation > li:first-child {
    margin-left: 0 !important;
}

.navigation > li:last-child {
    margin-right: 0 !important;
}

.navigation .main-menu {
    font-family: 'poppinsregular', sans-serif !important;
    font-size: 21px;
    font-weight: normal;
    line-height: 58px;
    position: relative;
    padding: 0;
    color: #ffffff;
}
.navigation .face_bord{
          border: solid 1px #fff;
    padding: 6px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100px;
    line-height: 20px;
    margin-top: 12px;
    color: #fff;
}
.navigation .face_bord:hover{
    background-color: #008eff;
}

.navigation .main-menu:before,
.navigation .main-menu:after {
    position: absolute;
    bottom: 22px;
    left: 0;

    width: 0;
    height: 2px;

    content: '';
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.navigation .main-menu:before {
    background-color: #d73333;
}

.navigation .main-menu:after {
    left: 27px;

    width: 4px;

    background-color: #141414;
}

.navigation .main-menu:hover,
.navigation .main-menu:focus {
    color: #d73333;
    background-color: transparent;
}

.navigation .main-menu:hover:before,
.navigation .main-menu:focus:before {
    width: 38px;
}
/*----------  1.4. Dropdown Menu ----------*/

.dropdown:hover > .dropdown-menu {
    visibility: visible;

    height: auto;

    opacity: 1;
}

.dropdown:hover .main-menu {
    color: #d73333;
    background-color: transparent;
}

.dropdown:hover .main-menu:before {
    width: 38px;
}

.dropdown:hover .main-menu .icon-dropdown {
    margin-right: -5px;
    padding-right: 5px;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #d73333;
}

.dropdown .left {
    top: 0;
    right: 100%;
    left: auto;
}

.dropdown .right {
    top: 0;
    right: auto;
    left: 100%;
}

.dropdown.dropdown-mega {
    position: static;
}

.dropdown.dropdown-mega .dropdown-mega-menu {
    right: 0;
    left: 0;
}

.dropdown-menu {
    top: calc(100% - 1px);

    display: block;
    visibility: hidden;

    min-width: 240px;
    height: 0;
    margin: 0;
    padding: 0;

    -webkit-transition: opacity .2s linear, visibility 0s linear;
       -moz-transition: opacity .2s linear, visibility 0s linear;
         -o-transition: opacity .2s linear, visibility 0s linear;
            transition: opacity .2s linear, visibility 0s linear;

    opacity: 0;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: #c10007;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.dropdown-menu li {
    border-top: 1px solid rgba(255, 255, 255, .05);
}

.dropdown-menu li:hover > .link-page {
    color: #d73333;
}

.dropdown-menu li:hover > .link-page > .icons-dropdown {
    -webkit-transform: rotate(180deg) !important;
       -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
         -o-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu .link-page,
.dropdown-menu .link-page-2 {
    display: block;

    padding: 10px 15px;

    -webkit-transition: opacity .2s linear, visibility 0s linear;
       -moz-transition: opacity .2s linear, visibility 0s linear;
         -o-transition: opacity .2s linear, visibility 0s linear;
            transition: opacity .2s linear, visibility 0s linear;
    white-space: normal;
    text-transform: capitalize;

    color: #ffffff;
    background-color: transparent;
    font-family: 'poppinsregular', sans-serif !important;
    font-size: 19px;
}

.dropdown-menu .link-page .icons-dropdown,
.dropdown-menu .link-page-2 .icons-dropdown {
    line-height: 1.42857143;

    position: absolute;
    right: 15px;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.dropdown-menu .link-page .icons,
.dropdown-menu .link-page-2 .icons {
    margin-right: 7px;

    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
}

.dropdown-menu .link-page-2 {
    line-height: 40px;

    padding: 0;
}

.dropdown-menu .link-page-2:hover {
    color: #d73333;
}

.dropdown-menu .link-page-2:hover .text:before {
    width: 100%;
}

/*busc menu lateral*/
.nav-search-mobile {
    display: block;

    height: 40px;
/*    margin: 20px 15px;*/

    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    background-color: #232323;
}

.nav-search-mobile input {
    line-height: 40px;

    width: calc(100% - 50px);
    padding: 0 20px;

    color: #000;
    border: none;
    background-color: transparent;
}

.nav-search-mobile button {
    line-height: 40px;

    border: none;
    background-color: transparent;
}
.icons-dropdown-wrapper {
    line-height: 50px;
     color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 50px;
    padding: 0;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-align: center;

    border-left: 1px solid rgba(255, 255, 255, .05);
}

.icons-dropdown-wrapper.submenu-opened i:before {
    content: '\f068';
}

.icons-dropdown-wrapper:hover {
    background-color: #181818;
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, .3);
}

.sub-menu-mobile li  {
    float: inherit !important;
    width: 100%;
}
.sub-menu-mobile li a{
    padding: 0px;
    /*text-transform: capitalize;*/
    padding: 0 !important;
    background-color: transparent !important; 
}
.navigation-mobile .menu-mobile .sub-menu-mobile li a {
/*    text-transform: capitalize;*/
}
.sub-menu-mobile {
    display: none;
    visibility: hidden;

    height: 0;

    opacity: 0;
    background-color: #181818;
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, .7);
}

.navigation-mobile .menu-mobile .open {
    display: block;
    visibility: visible;

    height: auto;

    opacity: 1;
}

.navigation-mobile .menu-mobile .open.sub-menu-mobile li:last-child {
    border-bottom: none;
}

.navigation-mobile .menu-mobile .open.sub-menu-mobile ul {
    border-top: 1px solid rgba(0, 0, 0, .35);
    box-shadow: none;
}

.navigation-mobile .menu-mobile li a {
    font-family: 'poppinsregular', sans-serif;
    line-height: 50px;

    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;

    text-transform: uppercase;

    color: #ffffff;
}

.navigation-mobile .menu-mobile li a:hover,
.navigation-mobile .menu-mobile li a:focus {
    color: #d73333;
    background-color: transparent;
}
.sub-menu-mobile.open {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
    height: auto !important;
}