﻿/*#region GLOBAL */


@font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('../fonts/Roboto-BoldCondensed.ttf') format('truetype');
    display: swap;
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    display: swap;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a:active, a:visited, a:hover {
    text-decoration: none;
    transition: all 300ms ease-in 0ms;
}
.hidden{
    display: none !important;
}
.gd_module img, .gd_banner img {
    max-width: 100%;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    padding: 10px;
}
/*#endregion */
.wpml-ls-flag {
    margin-top: -5px;
}
/*#region HEADER */
.progress {
    background: linear-gradient(to right,#004513 var(--scroll),transparent 0);
    position: fixed;
    width: 100%;
    height: 4px;
    z-index: 101;
    bottom: 0;
}

#header {
    background: #fff;
    width: 100%;
    position: relative;
}

#header.sticky {
    position: fixed;
    background: #fff;
    animation: fadeInDown 0.3s ease 0s;
    z-index: 100;
    top: 0;
}

#header.sticky::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.admin-bar #header.sticky {
    top: 0 !important;
}
#header.sticky .content-top-header {
    display: none !important;
    height: 0;
    transform: translateY(-100%);
}
.logo {
    align-self: center;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.content-top-header{
    justify-content: space-between;
    position: relative;
}
.gd_header_cta {
    display: flex;
    align-items: center;
}
/*Menu*/
.menu_header {
    background: #EA0202;;
}
.gd_main_menu_container {
    /*display: flex;*/
    /*justify-content: flex-end;*/
}

.gd_main_menu_container .offer {
    display: inline-block;
    background: url(../images/offer.png) no-repeat center center;
    width: 81px;
    height: 71px;
    margin-left: 30px;
}

.gd_main_menu ul {
    padding: 0;
}

.gd_main_menu .gd_menu__primary {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gd_main_menu .gd_menu__primary li {
    list-style: none;
    padding: 0 12px;
    position: relative;
}

.gd_main_menu .gd_menu__primary li a {
    color: #333;
    display: block;
    padding: 8px 0;
}


.gd_main_menu .gd_menu__primary > li {
    padding: 10px 16px;
    width: 100%;
}

.gd_main_menu .gd_menu__primary > li > a {
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
    padding: 0;
    text-align: center;
    transition: none;
}

.gd_main_menu .gd_menu__primary > li:hover, .gd_main_menu .gd_menu__primary > li.current-menu-item{
    background-color: #FF8428;
}

.gd_main_menu .sub-menu {
    display: block;
    left: 0;
    position: absolute;
    top: 48px;
    z-index: 1000;
    visibility: hidden;
    min-width: 200px;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.gd_main_menu .sub-menu.submenu_right {
    right: 100% !important;
    top: 0;
    left: auto;
    margin-right: 1px;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.gd_main_menu .sub-menu.submenu_left {
    left: 100% !important;
    top: 3px;
    right: auto;
    margin-left: 1px;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    -webkit-transform-origin: left;
    transform-origin: left;
}


.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) > .sub-menu {
    transform: rotateX(90deg);
    transform-origin: center top 0;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.gd_main_menu ul.gd_menu__primary > li:hover:not(.mega-menu) > .sub-menu {
    opacity: 1;
    transform: rotateX(0deg);
    visibility: visible;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li {
    border-bottom: 1px solid #e5e5e5;
    -moz-transition: all 300ms ease-in 0ms;
    -o-transition: all 300ms ease-in 0ms;
    -webkit-transition: all 300ms ease-in 0ms;
    transition: all 300ms ease-in 0ms;
    padding: 0;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li a {
    background: #fff;
    padding: 12px 15px;
    white-space: nowrap;
    font-size: 1rem;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li:hover > a {
    background: #004513;
	color: #fff;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li:last-child {
    border: none;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li .sub-menu {
    transform: rotateY(90deg);
    margin-top: -3px;
}

.gd_main_menu ul.gd_menu__primary > li:not(.mega-menu) .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
}

.slogan_header {
    padding-top: 15px;
}
.search-form {
    width: 50%;
    position: relative;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    box-shadow: none;
}
#searchInput {
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid #FF8428;
    padding: 10px;
}
.search-form {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}
.search-form form{
    width: 100%;
    position: relative;
}
#search_button {
    position: absolute;
    right: 3px;
    top: 2px;
    width: 39px;
    height: 39px;
    background: #F15C22;
    border: 1px solid #F15C22;
    border-radius: 50px;
    color: #fff;
}
.register {
    display: flex;
    align-items: center;
}
#datafetch {
    position: absolute;
    width: 100%;
    top: 79%;
    z-index: 9;
}
#datafetch ul {
    padding:0 10px;
    list-style: none;
    border: 1px solid #ccc;
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: scroll;
    border-radius: 25px;
    background: #fff;
}

#datafetch ul li{
    padding: 10px ;
    border-top: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}

#datafetch ul li a{
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 38px;
}
#datafetch ul li a:hover{
    color: #F15C22;
}
#datafetch img {
    width: 50px;
    margin-right: 10px;
    min-width: 50px;
}
@media only screen and (max-width: 1199px) {
    .gd_main_menu .gd_menu__primary > li {
        padding: 10px 7px;
    } 
    .gd_main_menu .gd_menu__primary > li >a {
        font-size: 13px;
    }
    .search-form {
        width: 36%;
    }
}
@media only screen and (max-width: 992px) {
    .search-form {
        width: 100%;
        position: absolute;
        display: flex;
        align-items: center;
        right: 0;
        bottom: -44px;
        display: none;
        z-index: 9;
    }
    .content-top-header {
        align-items: center;
    }
    #datafetch {
        top: 43px;
    }
    .gd_menu__mobile {
        display: block;
    }
    .logo {
    }

    .gd_main_menu_container {
        min-width: 50%;
    }

    .gd_header_cta {
        margin: 0;
        display: none;
    }

    .gd_search__box .search-icon {
        position: absolute;
        right: 65px;
        top: 12px;
    }
    /* #region MEAN MENU*/
    /* hide the link until viewport size is reached */
    a.meanmenu-reveal {
        display: none;
    }

    /* when under viewport size, .mean-container is added to body */
    .mean-container .mean-bar {
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 9999;
    }
    .mean-container a.meanmenu-reveal {
        color: #F15C22;
        cursor: pointer;
        display: block;
        font-family: Arial;
        font-weight: 700;
        height: 35px;
        line-height: 40px;
        padding: 0;
        position: relative;
        text-decoration: none;
        top: 0px;
        width: 40px;
        background: none;
        border-radius: 4px;
    }

    .mean-container a.meanmenu-reveal::before {
        content: "MENU";
        font-size: 11px;
        font-weight: 400;
        padding-top: 1px;
        text-indent: 0px;
        display: block; 
        line-height: 1;
        text-align: center;
    }

    .mean-container a.meanmenu-reveal.meanclose::before {
        display: none;
    }

    .mean-container a.meanmenu-reveal span {
        background: #F15C22;
        border-radius: 3px;
        display: block;
        height: 2px;
        margin: 4px 0 0 5px;
        width: 30px;
    }

    .mean-container a.meanmenu-reveal span:first-child {
        margin-top: 4px;
    }

    .mean-container .mean-nav {
        position: absolute;
        width: 100vw;
        right: -15px;
        top: 60px;
        max-width: 576px;
        margin-top: 0px;
        padding: 0;
        z-index: 2000;
        max-height: calc(100vh - 115px);
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .mean-container .mean-nav::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        background: #F15C22;
        list-style-type: none;
        float: left;
    }
    .search_icon {
        width: 30px;
        height: 30px;
        background: #F15C22;
        text-align: center;
        color: #fff;
        padding-top: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .mean-container .mean-nav ul li {
        border-top: 1px solid rgba(255,255,255,0.2);
        background: none;
        float: left;
        position: relative;
        width: 100%;
    }

    .mean-container .mean-nav ul li a {
        color: #fff;
        display: block;
        float: left;
        line-height: 42px;
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }

    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 0 5%;
        opacity: 0.75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible;
    }

    .mean-container .mean-nav > ul > li:first-child {
        border: none;
    }

    .mean-container .mean-nav .sub-menu li a {
        text-transform: none;
        white-space: nowrap;
    }

    .mean-container .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mean-container .mean-nav ul li li li a {
        width: 80%;
        padding: 0 10%;
    }

    .mean-container .mean-nav ul li li li li a {
        width: 70%;
        padding: 0 15%;
    }

    .mean-container .mean-nav ul li li li li li a {
        width: 60%;
        padding: 0 20%;
    }

    .mean-container .mean-nav ul li a:hover {
        background: rgba(255, 255, 255, 0.1);
        font-weight: bold;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        margin-top: -1px;
        width: 45px;
        line-height: 1rem;
        padding: 12px !important;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        font-weight: 300;
        background: none;
        border: none !important;
        /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important; */
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
        color: rgba(255,255,255,0.5);
    }

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: none;
    }

    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }

    .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /* Fix for box sizing on Foundation Framework etc. */
    .mean-container .mean-bar, .mean-container .mean-bar * {
        /*-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;*/
}

.mean-remove {
    display: none !important;
}

.home .mean-container a.meanmenu-reveal, .sticky .mean-container a.meanmenu-reveal {
    color: #F15C22;
}

.home .mean-container a.meanmenu-reveal span, .sticky .mean-container a.meanmenu-reveal span {
    background: #F15C22;
}

.mean-container .mean-nav > .gd_menu__primary {
    padding: 0 15px;
}
/* #endregion MEANMENU*/
}
@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 767px) {
    .slogan_header {
        display: none;
    }
    .logo_footer img {
        max-width: 100%;
    }
    #header.sticky .content-top-header {
        display: block
    }
}

@media only screen and (max-width: 576px) {
    .logo {
        width: 80px;
    }
    .qc_header{
        display: none;
    }

}

@media only screen and (max-width: 414px) {
    .s_mobile{
        display: none;
    }
   .btn-sm.btn-danger.mr-2 {
        margin-right: 3px !important;
    }
    
  
}
@media only screen and (max-width: 360px) {
    .register a {
        padding: 6px 5px;
        font-size: 13px;
    }
    .logo {
        width: 70px;
    }
}