.owl-top-banner {margin-top:60px;}  
.owl-top-banner ul{margin-bottom:0;}
.owl-top-banner .bn-top-content{position:relative;}
.owl-top-banner .bn-top-content a.toge-link{text-align:center;padding:10px 5px;font-size:16px;text-transform:uppercase;background:rgba(0,0,0,0.7);color:#fff;width:100%;position:absolute;bottom:0;left:0;}  
.owl-top-banner .bn-top-content:hover > a.toge-link{background:#00b16a;}
.copy-right .payment{margin-bottom:0;margin-top:11px;}
.copy-right .payment li{display:inline-block;margin:0 5px 10px;}
.banner-top  a:before
{
	    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.banner-top  a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: rgba(255,255,255,0.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.banner-top a:hover:after, .banner-top a:hover:before { 
    width: 100%;
    height: 100%;
}
@media (max-width : 767px)
{
 .owl-top-banner{margin-top:30px;}
}