.site-header {
    width: 100%;
    padding: 15px 0px;
}
#nav-top .newsticker-title {
    padding: 10px;
    background-color: #252525 !important;
}
#nav-top .newsticker li a{
    color: #ffffff;
}
.nav-main .navbar-nav .nav-link {
    line-height: 26px;
    padding: 12px 12px;
}
.footer-menu ul{
    width: 100%;
    padding: 0;
    margin: 0;
}
.footer-menu ul li{
    width: 100%;
    display: inline-block;
    list-style-type: none;
    padding: 0 0 5px;
}
.footer-menu ul li a{
    color: #ffffff;
    display: inline-block;
}
.footer-menu ul li a:hover{
    color: #ed1a22;
}
#footer .footer-inner {
    padding: 90px 0px 30px;
}
.lang-btn {
    width: 100%;
    text-align: right;
    padding: 60px 0 0;
}
.lang-dropdown-block{
    width: auto;
    display: inline-block;
    position: relative;
}
.lang-btn .lang-select-btn{
    border: 1px solid #454545;
    background-color: transparent;
    color: #fff;
    padding: 15px 30px 15px 40px;
    background-image: url(../images/globe.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    display: inline-block;
    position: relative;
}
.lang-btn .lang-select-btn:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 11px;
    width: 8px;
    height: 1px;
    background: #ffffff;
    transform: rotate(45deg);
}
.lang-btn .lang-select-btn::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    width: 8px;
    height: 1px;
    background: #ffffff;
    transform: rotate(-45deg);
}
.lang-sub-dropdown{
    width: auto;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    color: #000000;
    padding: 0;
    margin: 0;
    text-align: left;
    z-index: 1;
    display: none;
}
.lang-sub-dropdown li{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
}
.lang-sub-dropdown li a{
    padding: 7px 12px;
    color: #000000;
    display: inline-block;
    width: 100%;
}
.lang-sub-dropdown li a:hover{
    color: #ed1a22;
}
.site-header-right .navbar-nav li.profile-dropdown {
    padding-left: 10px;
}
.footer-bottom-menu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: normal;
    padding: 0 0 20px;
}
.footer-bottom-menu .menu{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 9px 0px 0;
}
.footer-bottom-menu .menu li{
    display: inline-block;
    padding: 0 8px;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    border-right: 1px solid #999999;
    line-height: normal;
}
.footer-bottom-menu .menu li:first-child{
    padding-left: 0;
}
.footer-bottom-menu .menu li a{
    color: #999999;
}
.footer-bottom-menu .menu li a:hover{
    color: #ed1a22;   
}
.cookies-block, .notification-block{
    line-height: normal;
    font-size: 11px;
    position: relative;
    top: 0px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cookies-block a, .notification-block a{
    color: #999999;
}
.notification-block {
    margin: 0 0 0 15px;
}
.notification-block img{
    width: 20px;
    margin: 0 5px 0 0px;
}
.switch-block{
    margin:0px 4px 2px 0px;
}
.switch {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 13px;
    border-radius: 20px;
    background: #cccccc;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
.switch-block input:checked + .switch {
    background: #ed1a22;
}
.switch-block input:checked + .switch::before {
    left: 11px;
    background: #ffffff;
}
.switch-block input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}
.site-sticky-header{
    position: fixed;
    top: -150px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    transition: all .5s;
    z-index: 9999999999;
    border-bottom: 1px solid #3a3a3a;
}
.site-sticky-header .navbar{
    border: none;
}
.site-logo{
    width: auto;
    margin-left: 10px;
}
.fixed-header .site-sticky-header{
    top: 0px;
}
.footer-mobile{
    display: none;
}
.badge-category{
    font-size: 14px;
}
#modalNewsletter .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 80%;
}
#modalNewsletter .form-control:active, #modalNewsletter .form-control:focus, #modalNewsletter .form-control:hover {
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
#modalNewsletter #btn_modal_newsletter{
    border-radius: 50px !important;
    padding: 25px 45px;
}
.modal-newsletter .popup-image{
    width:100%; height: 350px; object-fit: cover;
}
.widget-follow a{
    background-color: #000 !important;
    color:#fff !important;
}
.widget-follow a:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.color-twitter{
    background-color: #000;
}

@media only screen and (max-width: 991px){
    .site-header{display: none;}
    .site-sticky-header{display: none;}
    .footer-inner div{ text-align:center!important;justify-content:center; }
}
@media only screen and (max-width: 992px){
    .lang-btn{text-align: left;padding: 5px 0 0;}
    .footer-bottom-menu .menu{width: 100%;margin: 0 15px 30px 0;}
}
@media only screen and (max-width: 767px){
    .footer-bottom-menu .menu li{padding: 0 8px 0 0;margin: 0 8px 8px 0;}
    .footer-bottom-menu .menu{margin: 0px 15px 5px 0;}
    .notification-block{margin: 0;}
    .cookies-block, .notification-block{width: 100%;margin: 0 0 15px;}
    .footer-mobile{display: block;}
    .footer-copyright .footer-bottom-menu{display: none;}
    .footer-copyright{padding: 15px 0 4px;}
    .footer-widget-about .footer-social-links{display: none;}
    #footer .footer-inner{padding: 0px 0px 30px;}
    #footer .footer-widget-about{padding-bottom: 25px;border-bottom: 1px solid #454545;margin-bottom: 25px;}
    .footer-bottom-menu{padding: 0 12px 0px;}
    .footer-menu ul{display: none;}
    .footer-menu.footer-widget{margin: 0 0 12px;}
    .footer-menu .footer-menu-title{width: auto;display: inline-block;cursor: pointer;font-size: 16px;font-weight: normal;}
    .footer-menu .footer-menu-title::after{position: relative;content: '\e800';font-family: "vr-icons";font-style: normal;font-weight: normal;font-size: 12px;top: -1px;margin-left: 10px;}
    .footer-bottom-menu .menu li{margin: 0;padding: 0 0 15px;border: 0; width: 100%;}
    .footer-social-links.footer-mobile {margin: 0;}
    .lang-btn{padding: 20px 0 0;}
}
@media only screen and (max-width: 480px){
    .small-post-meta{flex-wrap: wrap;}
}
@media only screen and (max-width: 600px){
    .modal-newsletter{ margin-top:25px; }
    .modal-newsletter .popup-image{
        width:100%; height: 220px; object-fit: cover;
    }
}