/* Page Widht */
@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
    /* Menu */
    .cg-primary-menu .menu > li > a {
        padding: 20px 48px;
    }
}
/* END */
#badge {
    position: absolute;
    top: -118px;
    right: 15px;
    z-index:999999;
}
.rightnav .extra {
    margin-right: 140px;
}

.content-area .header-wrapper {
    display: none;
}
/* Menu */
.cg-primary-menu .cg-main-menu .menu > li:hover,
.cg-primary-menu .cg-main-menu .menu > li:before {
    border: none;
    background: none;
}
.cg-primary-menu .cg-main-menu .menu > li:hover {
    background-color: #013ca6;
}
.cg-primary-menu .cg-main-menu .menu > li:hover a {
    opacity: 1;
}
.cg-primary-menu .menu > li:last-child:after {
    display: none;
}
.cg-primary-menu-below-wrapper .menu > li.current_page_item > a {
    color: #fff !important;
}
.cg-primary-menu .menu > li .cg-submenu-ddown .container > ul > li a, .cg-submenu-ddown .container > ul > li > a {
    font-weight: bold !important;
}
/* Header */
.cg-header-details {
    margin-left: 35px;
    padding-left: 48px;
}
.cg-menu-below .cg-extras .cg-header-details i {
    font-size: 28px;
    left: 10px;
    top: 10px;
}
.cg-menu-below .cg-extras .cg-header-details h4 {
    font-size: 12px;
}
.cg-extras .textwidget {
    font-size: 18px;
    font-weight: 700;
}
.rightnav .lang-item a {
    font-weight: 700;
}
.cg-header-details.widget_polylang {
    padding-left: 32px;
    margin-top: 5px;
}

/* Footer */
.first-footer .textwidget p {
    line-height: 22px;
}
.first-footer .inner-widget-wrap {
    border-right:none;
    padding-top: 25px;
}
.first-footer .textwidget,
.first-footer .inner-widget-wrap a {
    color: #aaa;
}
.first-footer .inner-widget-wrap a:hover {
    color: #cbcbcb;
    text-decoration: underline;
}
.first-footer .contacts .inner-widget-wrap,
.first-footer .company .inner-widget-wrap {
    padding-top: 40px;
    padding-bottom: 0;
}
.first-footer .company .inner-widget-wrap a {
    margin-top: 10px;
}
.first-footer .company h4.widget-title {
    text-transform: none;
}
.first-footer .contacts {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: #aaa;
}
.first-footer .contacts span {
    margin-right: 35px;
}
.first-footer .contacts i {
    font-size: 16px;
    vertical-align: top;
    padding: 3px 5px 0 0;
}
.first-footer .contacts a:hover {
    text-decoration: none;
}
.first-footer .textwidget i {
    font-size: 16px;
    width: 18px;
}

/* Buttons */
form input[type=submit] {
    color: #fff;
}