
.main {
    float: left;
    width: 100%;
    padding: 80px 0px 0px;
    top: 80px !important;
    background: #fff;
}



.unicorn-a {
    display: block;
    position: relative;
    height: 115px;
    width: 115px;
    box-sizing: border-box;
}

.unicorn-a *,
.unicorn-a *:before,
.unicorn-a *:after {
    box-sizing: inherit;
}
.unicorn-a:before {
    content: "";
    display: block;
    position: absolute;
    height: 95px;
    width: 95px;
    left: 10px;
    top: 10px;
    border-radius: 150px;
    z-index: 2;
}
.unicorn-a:after {
    content: "";
    display: block;
    height: 95px;
    width: 95px;
    left: 10px;
    top: 10px;
    position: absolute;
    border-radius: 150px;
    -webkit-transition: width 0.1s, height 0.1s, top 0.1s, left 0.1s; /* Safari */
    transition: width 0.1s, height 0.1s, top 0.1s, left 0.1s;
    z-index: 1;
}
.active .unicorn-a:after,
.unicorn-a:hover:after {
    left: 4px;
    top: 4px;
    height: 105px;
    width: 105px;
    border: 1px solid #000;
}
.unicorn-label {
    float: left;
    width: 100%;
    margin: 95px 0px 30px;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);    
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeIn;
    -moz-animation-duration: 0.7s;
    -moz-animation-timing-function: ease-in;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.7s;
    -o-animation-timing-function: ease-in;
    animation-name: fadeIn;
    animation-duration: 0.7s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    z-index: 20;
    color: #000;
}
.unicorn-label span {
    width: 100px;
    position: relative;
    display: block;
    text-align: center;
    min-width: 160px;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    min-width: 160px;
    -webkit-transform-style: preserve-3d;
}
.unicorn-label span:before, 
.unicorn-label span:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -5px;
    border-width: 10px;
    border-style: solid;
    z-index: -1;
    -webkit-transform: translateZ(-1px);
}
.unicorn-label span:before {
    left: -15px;
}
.unicorn-label span:after {
    right: -15px;
}

li.active .unicorn-label {
    font-weight: bold;
}
.ball {
    height: 110px;
    width: 109px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 88%;
    z-index: 5;
    position: absolute;
    top: 1px;
    left: 2px;
}

.unicorn-label span span:before, 
.unicorn-label span span:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -5px;
}
.unicorn-label span span:before {
    left: 0;
    border-width: 5px 0 0 5px;
}
.unicorn-label span span:after {
    right: 0;
    border-width: 5px 5px 0 0;
}

@media screen and (min-width: 600px) {
    .left, .right {
        display: inline-block;
    }
}

/* images */
#armchairs-menu .ball { background-image: url("../webp/armchairs.webp"); }
#bar-chairs-menu .ball { background-image: url("../webp/bar-chairs.webp"); }
#bar-coffee-menu .ball { background-image: url("../webp/bar-e-coffee-tables.webp"); }
#center-tables-menu .ball { background-image: url("../webp/craig_center.webp"); }
#chairs-menu .ball { background-image: url("../webp/collins-2.webp"); }
#consoles-cabinets-menu .ball { background-image: url("../webp/consoles-e-cabinets.webp"); }
#contract-menu .ball { background-image: url("../webp/contract.webp"); }
#dining-room-menu .ball { background-image: url("../webp/dining-room.webp"); }
#dining-tables-menu .ball { background-image: url("../webp/dining-tables.webp"); }
#home-complements-menu .ball { background-image: url("../webp/home-complements.webp"); }
#living-room-menu .ball { background-image: url("../webp/living-room.webp"); }
#mirrors-menu .ball { background-image: url("../webp/mirrors.webp"); }
#new-arrivals-menu .ball { background-image: url("../webp/new-arrivals.webp"); }
#office-menu .ball { background-image: url("../webp/office.webp"); }
#sectional-sofa-menu .ball { background-image: url("../webp/sectional-sofa.webp"); }
#sideboards-menu .ball { background-image: url("../webp/sideboards.webp"); }
#side-tables-menu .ball { background-image: url("../webp/side-tables.webp"); }
#best-sellers-menu .ball { background-image: url("../webp/best-sellers.webp"); }
#sofas-menu .ball { background-image: url("../webp/sofas.webp"); }
#stool-benches-menu .ball { background-image: url("../webp/stool-e-benches.webp"); }

/* style default */
.unicorn-label span {
    color: #333333;
}



