#s-6005 {
    padding: 50px 0;
}

#s-6005 h2 {
    color: #d33;
    font-size: 44px;
    font-weight: 900;
    word-break: break-word;
    text-align: center
}

#s-6005 a {
    color: #fff
}

#s-6005 a:hover {
    color: #d4c756
}

#s-6005 .bg-shadow:before {
    -moz-background-clip: content-box;
    -moz-background-size: cover;
    -moz-border-radius: 6px;
    -o-background-clip: content-box;
    -o-background-size: cover;
    -webkit-border-radius: 6px;
    background-clip: content-box;
    background-size: cover;
    border-radius: 6px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    z-index: 2
}

#s-6005 .button:first-child {
    background-color: #0f2b46 !important;
    border-radius: 0.4em 0.4em;
    -webkit-box-shadow: 10px 0 30px rgba(0,131,255,.3);
    box-shadow: 10px 0 30px rgba(0,131,255,.3);
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 0 10px;
    padding: 10px 35px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#s-6005 .button-group:after {
    clear: both;
    content: '';
    display: block
}

#s-6005 .button:active, #s-6005 .is-checked {
    background-color: #28F !important
}

#s-6005 .grid {
    margin-top: 30px
}

#s-6005 .is-checked {
    color: white
}

#s-6005 .item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,.19) 0 -2px 10px, rgba(0,0,0,.23) 0 -5px 6px;
    box-shadow: rgba(0,0,0,.19) 0 -2px 10px, rgba(0,0,0,.23) 0 -5px 6px;
    height: 250px;
    margin-bottom: 30px;
    margin-top: 20px;
    min-width: 100%;
    overflow: hidden;
    width: 100%
}

#s-6005 .item:hover #s-6005-title-hide {
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    opacity: 1;
    transform: translate(0,0);
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease
}

#s-6005 .item:hover .overlay {
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    height: 30%;
    opacity: .3;
    transform: translate(0,0);
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    z-index: 1
}

#s-6005 .title-hide {
    position: absolute;
    bottom: 1.5rem;
    color: #fff;
    font-weight: 700;
    left: 1.5rem;
    margin-right: 1.5rem;
    opacity: 1;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    z-index: 3
}

#s-6005 .title-link {
    font-size: 1.2rem;
    font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif
}

#s-6005 .overlay {
    background: #121212;
    bottom: 0;
    height: 0;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    position: absolute !important;
    width: 100%
}

#s-6005 .wrapper {
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #d33;
    margin-bottom: 20px;
    padding: 0 0 15px;
    position: relative;
}

#s-6005 .wrapper:after {
    background-color: #d33;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px
}

#s-6005 .wrapper:before {
    border-left: 0;
    border-right: 5px solid transparent;
    border-top-color: #d33;
    border-top: 5px solid #2c2f34;
    bottom: -5px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0
}

#s-6005 .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px
}

#s-6005 .filter-value {
    background-color: #4db7fe;
    border-radius: 30px;
    -webkit-box-shadow: 10px 0 30px rgba(0,131,255,.3);
    box-shadow: 10px 0 30px rgba(0,131,255,.3);
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 0 10px;
    padding: 15px 40px;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

#s-6005 .filter-value:focus {
    background-color: #ec2a57 !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#s-6005 .filter-value:hover {
    background-color: #ec2a57 !important;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease
}

@media (max-width: 1024px) {
    #s-6005 .item {
        height: 270px
    }
}

@media (max-width: 768px) {
    #s-6005 .item {
        padding: 0 5px
    }

    #s-6005 {
        padding: 1.5rem .5rem 1rem
    }
}

@media(max-width:576px) {
    #s-6005 .item {
        height: 230px
    }

    #s-6005 .title-hide {
        opacity: 1
    }

    #s-6005 .wrapper {
        margin-top: 15px
    }

    #s-6005 .button-group {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #s-6005 .filter-value {
        border-radius: 7px;
        margin: 0 7px;
        padding: 15px 30px;
        margin-bottom: 20px !important
    }
}