.uabb-cl-wrap .uabb-cl-ul {
    display: block;
    float: none;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.uabb-cl-wrap .uabb-cl-ul li {
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}
.uabb-creative-link {
    margin: 0 auto;
    display: block
}

.uabb-creative-link h1,
.uabb-creative-link h2,
.uabb-creative-link h3,
.uabb-creative-link h4,
.uabb-creative-link h5,
.uabb-creative-link h6 {
    margin: 0;
}

.uabb-btn10-span {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s
}
.uabb-cl-wrap .uabb-creative-link a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: inherit;
    max-width: 100%;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    line-height: normal;
    box-shadow: none;
}
.uabb-creative-link a:focus,
.uabb-creative-link a:hover {
    outline: 0
}

/* =================================== */
/* Style 1 */
/* =================================== */

.uabb-cl-style1 a:before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
.uabb-cl-style1 a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.uabb-cl-style1 a:hover::before,
.uabb-cl-style1 a:hover::after,
.uabb-cl-style1 a:focus::before,
.uabb-cl-style1 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.uabb-cl-style1 a::before,
.uabb-cl-style1 a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

/* =================================== */
/* Style 2 */
/* =================================== */


.uabb-cl-style2 a {
    -webkit-perspective: 5000px;
    -moz-perspective: 5000px;
    perspective: 5000px;
    perspective-origin: 50% 50%
}
.uabb-cl-style2 a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: inherit;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.uabb-cl-style2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.uabb-cl-style2 a:hover span,
.uabb-cl-style2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}


/* =================================== */
/* Style 3 */
/* =================================== */

.uabb-cl-style3 a {
    padding: 8px 0;
}

.uabb-cl-style3 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
}

.uabb-cl-style3 a:hover::after,
.uabb-cl-style3 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* =================================== */
/* Style 4 */
/* =================================== */

.uabb-cl-style4 a {
    padding: 0 0 10px;
}

.uabb-cl-style4 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.uabb-cl-style4 a:hover::after,
.uabb-cl-style4 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* =================================== */
/* Style 5 */
/* =================================== */

.uabb-cl-style5 a {
    overflow: hidden;
    padding: 0 0.68em;
}

.uabb-cl-style5 a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.uabb-cl-style5 a span::before {
    position: absolute;
    top: 100%;
    font-weight: 700;
    content: attr(data-hover);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    white-space: nowrap;
}

.uabb-cl-style5 a:hover span,
.uabb-cl-style5 a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* =================================== */
/* Style 6 */
/* =================================== */

.uabb-cl-style6 a {
    margin: 0 10px;
    padding: 10px 20px;
}

/* =================================== */
/* Style 7 */
/* =================================== */

.uabb-cl-style7 a {
    padding: 12px 10px 10px;
    text-shadow: none;
}

.uabb-cl-style7 a::before,
.uabb-cl-style7 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    /*height: 3px;
    background: #566473;*/
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
}

.uabb-cl-style7 a::after {
    opacity: 0;
    -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.uabb-cl-style7 a:hover::before,
.uabb-cl-style7 a:focus::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.uabb-cl-style7 a:hover::after,
.uabb-cl-style7 a:focus::after {
    top: 0%;
    opacity: 1;
    -webkit-transform: scale(1) translateY(-100%);
    -moz-transform: scale(1) translateY(-100%);
    transform: scale(1) translateY(-100%);
}

/* =================================== */
/* Style 8 */
/* =================================== */

.uabb-cl-style8 a {
    padding: 10px 20px;
}
.uabb-cl-style8 a::before,
.uabb-cl-style8 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.uabb-cl-style8 a::after {
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
    /*pointer-events: none;*/
}

.uabb-cl-style8 a:hover::before,
.uabb-cl-style8 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}

.uabb-cl-style8 a:hover::after,
.uabb-cl-style8 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}

/* =================================== */
/* Style 9 */
/* =================================== */

.uabb-cl-style9 a {
    overflow: hidden;
    margin: 0 15px;
    z-index: 1;
}

.uabb-cl-style9 a::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateX(-25%);
}

.uabb-cl-style9 a span {
    display: block;
    padding: 10px 20px;
    -webkit-transition: -webkit-all 0.3s;
    -moz-transition: -moz-all 0.3s;
    transition: all 0.3s;
}

.uabb-cl-style9 a:hover::before,
.uabb-cl-style9 a:focus::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

.uabb-cl-style9 a:hover span,
.uabb-cl-style9 a:focus span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
}

/* =================================== */
/* Style 10 */
/* =================================== */

.uabb-cl-style10 a {
    padding: 10px 0;
    text-shadow: none;
}

.uabb-cl-style10 a::before {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 10px 0;
    max-width: 0;
    content: attr(data-hover);
    -webkit-transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.uabb-cl-style10 a:hover::before,
.uabb-cl-style10 a:focus::before {
    max-width: 100%;
}

/* =================================== */
/* Style 11 */
/* =================================== */

.uabb-cl-style11 a:hover::before,
.uabb-cl-style11 a:hover::after,
.uabb-cl-style11 a:focus::before,
.uabb-cl-style11 a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.uabb-cl-style11 a::before,
.uabb-cl-style11 a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    z-index: 0;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.uabb-cl-style11 a::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.uabb-cl-style11 span {
    position: relative;
    z-index: 1;
}

/* =================================== */
/* Style 12 */
/* =================================== */

.uabb-cl-style12 a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.uabb-cl-style12 a::before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: "•";
    text-shadow: transparent 0px 0px;
    transform: translateX(-50%);
    pointer-events: none;
    transition: text-shadow 0.3s, color 0.3s;
}

/* =================================== */
/* Style 13 */
/* =================================== */

.uabb-cl-wrap .uabb-cl-style13 a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
}

.uabb-cl-style13 a::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}
.uabb-cl-style13 a::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.uabb-cl-style13 a::before, 
.uabb-cl-style13 a::after {
    position: absolute;
    width: 45px;
    content: '';
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.uabb-cl-style13 a:hover::before,
.uabb-cl-style13 a:focus::before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}
.uabb-cl-style13 a:hover::after,
.uabb-cl-style13 a:focus::after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}
.uabb-cl-style13 a:hover::before,
.uabb-cl-style13 a:hover::after,
.uabb-cl-style13 a:focus::before,
.uabb-cl-style13 a:focus::after {
    opacity: 1;
}

/* =================================== */
/* Style 14 */
/* =================================== */

.uabb-cl-style14 a {
    color: rgba(0,0,0,0.2);
    font-weight: 700;
    text-shadow: none;
    transition: all 0.3s, opacity 0.3s;
}
.uabb-cl-style14 a:hover::before,
.uabb-cl-style14 a:focus::before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

/* =================================== */
/* Style 15 */
/* =================================== */

.uabb-cl-style15 a {
    text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.uabb-cl-style15 a::before {
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.uabb-cl-style15 a:hover::before,
.uabb-cl-style15 a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}

/* =================================== */
/* Style 16 */
/* =================================== */

/*.uabb-cl-style16 a {
    text-shadow: none;
    padding: 10px 0;
}

.uabb-cl-style16 a::before {
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.uabb-cl-style16 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.uabb-cl-style16 a:hover::before,
.uabb-cl-style16 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

.uabb-cl-style16 a:hover::after,
.uabb-cl-style16 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}*/

.uabb-cl-style16 a {
    padding: 8px 0;
}

.uabb-cl-style16 a::after {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
}

.uabb-cl-style16 a:hover::after,
.uabb-cl-style16 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* =================================== */
/* Style 17 */
/* =================================== */

.uabb-cl-style17 a {
    padding: 0 5px;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.uabb-cl-style17 a span {
    position: relative;
    z-index: 2;
}

.uabb-cl-style17 a::before {
    top: -3px;
}
.uabb-cl-style17 a::after {
    bottom: -3px;
}
.uabb-cl-style17 a::before,
.uabb-cl-style17 a::after {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -1px;
    content: '';
    z-index: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}

.uabb-cl-style17 a:hover::before,
.uabb-cl-style17 a:focus::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.uabb-cl-style17 a:hover::before,
.uabb-cl-style17 a:hover::after,
.uabb-cl-style17 a:focus::before,
.uabb-cl-style17 a:focus::after {
    opacity: 0.7;
    top: 50%;
}

.uabb-cl-style17 a:hover::after,
.uabb-cl-style17 a:focus::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Style Simple */

.uabb-cl-simple a {
    display: inline-block;
    margin: 0 7px 10px;
    padding: 8px 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/* Style 18 */

.uabb-cl-style18 a {
    line-height: 2em;
    margin: 15px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    display: block;
}

.uabb-cl-style18 a span {
    position: relative;
    display: block;
    width: 100%;
    /*padding: 0 14px;*/
    padding: 10px 15px 7px;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.uabb-cl-style18 a span::before {
    position: absolute;
    padding: inherit;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
}

.uabb-cl-style18 a:hover span,
.uabb-cl-style18 a:focus span {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

/* Style 19 */

.uabb-cl-style19 a {
    line-height: 2em;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
}

.uabb-cl-style19 a span {
    position: relative;
    display: inline-block;
    /*padding: 3px 15px 0;*/
    padding: 10px 15px 7px;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.uabb-cl-style19 a span::before {
    position: absolute;
    padding: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}

.uabb-cl-style19 a:hover span::before,
.uabb-cl-style19 a:focus span::before {
    -webkit-transform: rotateX(10deg);
    -moz-transform: rotateX(10deg);
    transform: rotateX(10deg);
}

/* Style 20 */

.uabb-cl-style20 a {
    padding: 10px;
    font-weight: 700;
    text-shadow: none;
}

.uabb-cl-style20 a::before,
.uabb-cl-style20 a::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.uabb-cl-style20 a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.uabb-cl-style20 a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.uabb-cl-style20 a:hover::before,
.uabb-cl-style20 a:focus::before,
.uabb-cl-style20 a:hover::after,
.uabb-cl-style20 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

/* Style 2 IE Fix */
.internet-explorer .uabb-cl-style2 a span {
    position: relative;
    display: inline-block;
    padding: 10px 15px 7px;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}


.internet-explorer .uabb-cl-style2 a span:before {
    padding: inherit;
    top: 0;
    left: 0;
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}
.internet-explorer .uabb-cl-style2 a:hover span:before,
.internet-explorer .uabb-cl-style2 a:focus span:before {
    -webkit-transform: rotateX(10deg);
       -moz-transform: rotateX(10deg);
            transform: rotateX(10deg);  
}
.internet-explorer .uabb-cl-style2 a:hover span,
.internet-explorer .uabb-cl-style2 a:focus span {
    transform: none;
}