.carousel-subpage-container {
    box-shadow: none;
}
#carousel-subpage .carousel-inner,
#carousel-subpage .carousel-inner .item,
#carousel-subpage .carousel-inner .item .img-box{
    height: 340px;
}
@media (max-width: 991px){
    #carousel-subpage .carousel-inner,
    #carousel-subpage .carousel-inner .item,
    #carousel-subpage .carousel-inner .item .img-box{
        height: 300px;
    }
}
.category-filter-container{
    padding: 0px 50px;
    display: none;
}
.category-filter-container select.form-control{
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 0px 15px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    height: 34px;
    font-weight: 500;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2f3138 url(../design/caret-down-white.svg) no-repeat center right 8px;
}
@media (max-width: 991px){
    .category-filter-container{
        display: block;
    }
}
@media (max-width: 767px){
    .category-filter-container{
        padding: 0px 30px;
    }
}

.reference-category-wrap{
    background: #2f3138;
    margin: 0px 0px 0px;
    position: relative;
    padding: 21px 0px;
    box-shadow: inset 0px 30px 60px -20px rgba(0, 0, 0, 0.5);
}
.reference-category-wrap .link-wrap{
    text-align: center;
    font-size: 0;
    line-height: 0;
}
@media (max-width: 991px){
    .reference-category-wrap .link-wrap{
        text-align: left;
    }
}
.reference-category-wrap .link-container{
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-align: left;
}
.reference-category-wrap .link-box{
    padding: 2px 0px;
    display: block;
}
.reference-category-wrap .link-box a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
.reference-category-wrap .link-box a.active,
.reference-category-wrap .link-box a:focus,
.reference-category-wrap .link-box a:hover{
    text-decoration: none;
    color: #fff;
    border-color: #fff;
}
@media (max-width: 991px){
    .reference-category-container{
        display: none;
    }
    .reference-category-wrap .link-box a.active,
    .reference-category-wrap .link-box a:focus,
    .reference-category-wrap .link-box a:hover{
        text-decoration: none;
        color: #d22402;
        border-color: transparent;
    }
}

.lista{
    margin: 40px 0px 0px;
}
.lista-box{
    display: block;
    margin: 0px 0px 40px;
}
.lista-box,
.lista-box:focus,
.lista-box:hover{
    text-decoration: none;
    color: #3c3c3b;
}
.lista-box .img-box{
    box-shadow: 4px 8px 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.lista-box .img-box img {
    background: #f0f1f1;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.lista-box .img-box:hover img {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}


.lista-box .date{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #2f3138;
    margin: 0px 0px 10px;
}

.lista-box .title{
    color: #2f3138;
    margin: 10px 0px 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.lista-box:hover .title{
    color: #d22402;
}
@media (max-width: 767px){
    .lista-box .title {
        font-size: 18px;
        line-height: 22px;
    }
}

.loader{
    height: 34px;
}
.loader img{
    height: 34px;
}


