.nav-below-cases {
    background: #f9f9f9;
}

/*------------------------------------------------------------------
    ARCHIVE CASES
-------------------------------------------------------------------*/
.archive-cases .uk-overlay {
    top: 0;
    -webkit-transition: all .2s;
    -moz-transition:    all .2s;
    -ms-transition:     all .2s;
    -o-transition:      all .2s;
    transition:         all .2s;
}
.archive-cases .uk-overlay:hover {
    top: -10px;
    -webkit-box-shadow: 0px 15px 30px rgba(47, 55, 71, 0.2);
    -moz-box-shadow:    0px 15px 30px rgba(47, 55, 71, 0.2);
    box-shadow:         0px 15px 30px rgba(47, 55, 71, 0.2);
            
    -webkit-transition: all .2s;
    -moz-transition:    all .2s;
    -ms-transition:     all .2s;
    -o-transition:      all .2s;
    transition:         all .2s;
}

.archive-cases h2 {
    color: #fff;
    padding: 30px 0 60px; 
    font-size: 56px;
    text-transform: uppercase;
}

.ws-panel-border {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 15px !important;
    border: 1px solid #fdd82f !important;
}

.archive-cases h3 {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 42px;
    font-family: 'neuronlight' !important;
}

.archive-cases h4 {
    line-height: 36px;
}

.ws-badge-cases {
    background: rgba(47, 55, 71, 0.3);
    padding: 3px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    
    -webkit-border-radius: 3px !important;
    -moz-border-radius:    3px !important;
    border-radius:         3px !important;
}

/*------------------------------------------------------------------
    SINGLE CASES
-------------------------------------------------------------------*/

.single-cases-header {
    position: relative;
    z-index: 0;
}

.single-cases-header:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.single-cases-header h2 {
    color: #fff;
    font-size: 56px;
    line-height: 64px;
    padding: 0 15px;
}
.single-cases p.cases-single-desc {
    color: #fff !important;}

.single-cases h3 {
    font-size: 24px;
}

.single-cases-header p {
    color: #fff;
}

.single-cases .uk-panel-box {
    border: rgba(0, 0, 0, 0.5) !important;
}

.single-cases small.uk-text-muted {
    color: rgba(0, 0, 0, 0.3) !important;
}

/*------------------------------------------------------------------
    ПОДРОБНОЕ ОПИСАНИЕ КЕЙСА
-------------------------------------------------------------------*/

.detail-description-cases {
    font-size: 24px;
    line-height: 32px;
    font-family: 'neuronlight' !important;
}

/*------------------------------------------------------------------
    ИНСТРУМЕНТЫ КЕЙСА
-------------------------------------------------------------------*/

.instruments-cases {
    
}

/*------------------------------------------------------------------
    МЕХАНИКА КЕЙСА
-------------------------------------------------------------------*/

.mechanics_cases {
    
}

/*------------------------------------------------------------------
    БЮДЖЕТ КЕЙСА
-------------------------------------------------------------------*/

.money-cases {
    
}

/*------------------------------------------------------------------
    ПРОДОЛЖИТЕЛЬНОСТЬ РК
-------------------------------------------------------------------*/

.duration-cases {
    
}

/*------------------------------------------------------------------
    OLD CASES
-------------------------------------------------------------------*/

.old-theme-cases .fw-special-title {
    font-size: 74px;
    line-height: 74px;
    text-transform: uppercase;
    font-family: 'neuronheavy' !important;
}

.fw-special-subtitle {
    font-size: 18px;
    font-weight: bold;
}

.old-theme-cases span {
    font-size: 48px;
    white-space: nowrap !important;
    padding-right: 30px !important;
    font-family: 'neuronheavy' !important;
}

@media screen  and (min-width: 320px) and (max-width: 767px) {  /* Phones portrait / mini */
    .single-cases-header h2 {
        color: #fff;
        font-size: 24px;
        line-height: 32px;
    }
}














