body {
    background: #f8f8f8;
    overflow-x: hidden;
}


.btn-primary {
    background: #0d5ba6;
}

.container {
    max-width: 1200px
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.box-shadow:hover {
    -webkit-box-shadow: 0 3px 7px 0 rgba(168, 168, 168, 1);
    -moz-box-shadow: 0 3px 7px 0 rgba(168, 168, 168, 1);
    box-shadow: 0 3px 7px 0 rgba(168, 168, 168, 1);
}

.field-validation-error, .required {
    color: #dc3545;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.article-link-box{
    padding: 0;
    margin: 0;
}

a.article-link-box, a.article-link-box:active, a.article-link-box:visited {
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: #212529;
}

a.article-link-box:hover {
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*border: 1px solid transparent;*/
    /*-webkit-box-shadow: 0 3px 7px 0 #a8a8a8;*/
    /*-moz-box-shadow: 0 3px 7px 0 #a8a8a8;*/
    /*box-shadow: 0 3px 7px 0 #a8a8a8;*/
}

a.article-link-box h5{
    overflow: hidden;
    height: 8rem;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-weight: 700;
    color: #212529;
}

a.article-link-box p{
    color: #212529;
}

.article-box > div{
    cursor: pointer;
}

/*.article-box > div:hover{*/
    /*border: 1px solid transparent;*/
    /*-webkit-box-shadow: 0 3px 7px 0 #a8a8a8;*/
    /*-moz-box-shadow: 0 3px 7px 0 #a8a8a8;*/
    /*box-shadow: 0 3px 7px 0 #a8a8a8;*/
/*}*/

.article-title {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.cms-article-image img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.article-title {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

/* MOBILE */

@media (max-width: 575.98px) {
    #proces-box .proces-item {
        height: 250px;
        width: 250px;
        margin: 1em;
    }
    .proces-item.line {
        transform: scale(0.6, 0.4) rotate(90deg);
    }
    #proces-box #proces-container {
        flex-direction: column;
        padding: 0;
    }
    .oferta-box img {
        max-height: 80px;
    }
}

@media (min-width: 576px) and (max-width: 992px) {
    .proces-item.line {
        display: none !important; 
        opacity: 0;
    }

    #proces-box #proces-container {
        flex-wrap: wrap;
    }
    #proces-container .proces-item-box {
        flex: 50%;
    }
    #proces-box .proces-item {
        margin: 2em auto;
    }
    
    .oferta-box img {
        max-height: 80px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .proces-item.line {
        display: none;
        opacity: 0;
        flex: 1 1 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .proces-item.line {
        display: none;
        opacity: 0;
        flex: 1 1 10px;
    }
}

@media (min-width: 1200px) {
    
}

.article-container {
    padding: 15px;
    background: white;
    border-radius: .25rem;
    border-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

/*top menu mobile*/


.inner-menu {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

#mobile-menu-btn,
#mobile-menu-btn:after {display: none;}

#mobile-menu-btn:focus,
#mobile-menu-btn:hover { box-shadow: 0 0 0 0.2rem rgba(179, 192, 198,1); }

@media screen and (max-width:  470px) {
    .inner-menu {
        flex-direction: column;
        align-items: inherit;
    }

    .inner-menu .dropdown-menu.show {
        right: 0;
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
}

@media screen and (max-width:  900px) {
    #mobile-menu-btn {
        display: block;
        background-color: transparent;
        border: 1px solid #dee2e6 !important;
        border-radius: 4px;
        padding: 12px 16px;

    }
    .inner-menu {
        display: flex;
        justify-content: space-between;

    }
    .inner-menu nav { display: none; }
    .inner-menu .dropdown-menu { background-color:  #f8f8f8; }

    .inner-menu .dropdown-menu a:focus ,
    .inner-menu .dropdown-menu a:hover {  background-color: #b3c0c6; }
    
}

@media screen and (min-width: 900px) {
    .inner-menu nav { justify-content: flex-end; }
    .inner-menu .dropdown-menu { display: none; }
}



