.banner-content .enquirebtn {
    background: transparent;
}

.banner-content .enquirebtn button:hover,
.top-content.BI-banner .banner-content .enquirebtn button:hover {
    transition: all 1s;
    border: solid 2px #fff;
    background: none;
    color: #fff;
    font-weight: bold;
}

.content-cell .cell-icon li:hover img {
    animation: mymove 1s linear infinite;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

@keyframes mymove {
    100% {
        transform: rotate(360deg);
    }
}