#blocktopcategories {
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 0px;
    z-index: 100;
    width: 100%;
}


/* #blocktopcategories {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: -286px;
    z-index: 100;
    background: rgba(255, 255, 255, .8);
    width: 100%;
} */


/* 
#blocktopcategories {
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 32px;
    z-index: 100;
    background: rgba(255, 255, 255, .8);
    width: 100%;
}*/

#blocktopcategories .row {
    position: relative;
    bottom: 16px
}

#blocktopcategories .image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

#blocktopcategories .image img {
    border-radius: 50%;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

#blocktopcategories h3 {}

#blocktopcategories h3 a {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 22px
}

#blocktopcategories .description {
    color: #4D4D4D;
    font-weight: 300;
    font-size: 13px
}

#blocktopcategories .more {
    margin-top: 20px
}

#blocktopcategories .more .button {
    padding: .6em 1em;
    border-color: #0e80bf
}

@media(max-width: 1200px) {
    .sub_container {
        max-width: 980px;
        margin: 0
    }
}

@media(max-width: 991px) {
    #blocktopcategories {
        position: static;
    }
    #blocktopcategories .row {
        bottom: 0;
        padding-top: 100px
    }
    #blocktopcategories .row>div {
        margin-bottom: 50px
    }
}

@media(max-width: 480px) {
    #blocktopcategories .image {
        width: 100px;
        height: 100px
    }
}