@font-face {
    font-family: 'nexabook';
    src: url('/media/nexabook-webfont.woff2') format('woff2'),
         url('/media/nexabook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexalight';
    src: url('/media/nexalight-webfont.woff2') format('woff2'),
         url('/media/nexalight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nexathin';
    src: url('/media/nexathin-webfont.woff2') format('woff2'),
         url('/media/nexathin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fakt-Blond';
    src: url('/media/Fakt-Blond.woff') format('woff2'),
         url('/media/Fakt-Blond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fakt-Light';
    src: url('/media/Fakt-Light.woff') format('woff2'),
         url('/media/Fakt-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fakt-SemiBold';
    src: url('/media/Fakt-SemiBold.woff') format('woff2'),
         url('/media/Fakt-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--primary-color: #E0383E !important;
	--primary-font: 'Fakt-Blond', Arial, sans-serif !important;
	--secondary-font: 'nexalight', Arial, sans-serif !important;
	--linear-gradient: linear-gradient(90deg, rgba(146,74,134,1) 0%, rgba(224,56,62,1) 50%, rgba(232,116,44,1) 100%);
}

body {
    font-family: var(--primary-font) !important;
    font-size: 16px;
}

.d-none {
    display: none!important;
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block!important;
    }
    .d-lg-none {
        display: none!important;
    }
}

b, strong {
    font-family: 'Fakt-SemiBold' !important;
}

.linear-gradient {
    background: var(--linear-gradient) !important;
}

.radial-gradient {
    background: radial-gradient(circle, rgba(232,116,44,1) 0%, rgba(224,56,62,1) 50%, rgba(146,74,134,1) 100%) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--secondary-font) !important;
}

h2, h3 {
    color: var(--primary-color);
}

a.button, button {
    font-size: 14px;
    padding: 12px 22px;
    text-transform: none;
    color: inherit
}

a.button.big, button.big {
    border-radius: 2em !important;
    font-size: 16px
}

a.button.button-arrow:after, button.button-arrow:after {
    display: none;
}

#header {
    z-index: 100
}

#main-header {
    height: 179px;
    background-image: none !important;
}

@media(min-width:992px) {
    #navigation {
        display: flex;
        /*justify-content: space-between;*/
        justify-content: center;
    }
    
    #navigation>li {
        display: block;
        /*width: 100%;*/
        border: 0 none !important;
    }
    
    #navigation li>a, #navigation li>span {
        height: 100%;
        white-space: nowrap;
        padding: 18px 20px 13px !important;
        border: 0 none !important;
        font-weight: 200;
    }
}

#navigation>li.home-button>a{
    background: #e4e4e4 !important;
    color: #666;
}

#navigation .icon-home {
    font-size: 26px;
}

#navigation li:hover>ul {
    width: 220px
}

#navigation li ul li>a:after, #navigation li ul li>span:after {
    top: 21px;
}

.header-search {
    bottom: 25px;   
}

@media(min-width: 1200px) {
    .justify-content-center {
        display: flex;
        justify-content: center;
    }
}

.full-width-bg {
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 1680px;
    transform: translateX(-50%);
    left: 50%;
}

#main-footer h4 {
    color: var(--primary-color);
}

.p_table_stat h2 {
    font-family: 'nexabook' !important;
    color: #fff
}

.issue-block:hover .issue-icon {
	color: #fff !important;
}

#main-footer, #lower-footer {
    background: #cfcbcb
}

@media (max-width: 767px) {
    #main-header {
        height: 239px;
    }
    header #main-header #logo {
        margin-bottom: 0;
        padding: 30px 0;
    }
    .newsletter-form {
        text-align: center !important;
        margin-bottom: 20px;
    }
}

.modal.in .modal-dialog {
    width: 1200px;
    max-width: 100%;
    height: 100vh;
    margin-top: 50px;
}
@media(max-width: 500px) {
    .modal.in .modal-dialog {
        margin: 0 !important;
        display: flex;
        align-items: center;
    }
}

.modal video {
    width: 100%;
    height: auto;
    box-shadow: 0 0 30px rgba(0,0,0,.6);
    cursor: pointer;
}

.close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0 none;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    transition: all .4s ease;
    cursor: pointer;
    z-index: 2;
}

.close-video::after,
.close-video::before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    padding: 0;
    border: 0 none;
    background-color: #fff;
    height: 2px;
    width: 20px;
    transition: transform .5s,-webkit-transform .5s;
}

.close-video::after {
    transform: rotate(-45deg);
}

.close-video::before {
    transform: rotate(45deg);
}

.sidebar {
    background: #fff;
    padding: 30px 15px 15px;
}
@media(max-width: 500px) {
    .sidebar_container {
        height: auto !important;
    }
}
@media(min-width: 1200px) {
    .sidebar_container {
        position: absolute;
        top: 0;
        right: 0;
        width: 300px;
        height: 100%;
    }
    .sidebar {
        position: sticky;
        top: 0;
    }
    .sidebar-template .section,
    .sidebar-template .section1,
    .sidebar-template .section2{
        padding-right: 310px
    }
    .issue-content h4.ellipsis{
        min-height: 46px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 20px;
        overflow: hidden;
    }
    .issue-content p.ellipsis {
        height: 50px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.order-2 {
    order: 2
}

/* IMAGES FIX MOBILE */
@media(max-width: 500px) {
    img {
        float: none !important;
    }
}