#s-6000 {
    padding: 50px 0;
}

#s-6000 h2 {
    color: #d33;
    font-size: 44px;
    font-weight: 900;
    word-break: break-word
}

#s-6000 #lightgallery {
    margin-top: 30px
}

#s-6000 .button {
    background-color: #28F;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 16px;
    padding: 0.5em 1.0em
}

#s-6000 .button-group .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-6000 .button-group:after {
    clear: both;
    content: '';
    display: block
}

#s-6000 .button:active, #s-6000 .is-checked {
    background-color: #28F !important
}

#s-6000 img {
    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;
    margin-bottom: 30px;
    margin-top: 20px;
    max-height: 250px;
    min-width: 100%;
    overflow: hidden;
    width: 100%
}

#s-6000 .grid:after {
    clear: both;
    content: '';
    display: block
}

#s-6000 .is-checked {
    color: white
}

#s-6000 .wrapper {
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #d33;
    margin-bottom: 20px;
    padding: 0 0 15px;
    position: relative
}

#s-6000 .wrapper:after {
    background-color: #d33;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 40px
}

#s-6000 .wrapper:before {
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2f34;
    bottom: -5px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0
}

#s-6000 .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-6000 .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
}

#s-6000 .filter-value:focus {
    background-color: #ec2a57 !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#s-6000 .filter-value:hover {
    background-color: #ec2a57 !important;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease
}

@media(max-width:768px) {
    #s-6000 {
        padding: 1.5rem .5rem 1rem
    }
}

@media(max-width:576px) {
    #s-6000 .button-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #s-6000 .filter-value {
        margin-bottom: 20px !important;
    }
}

