@charset "utf-8";
/* CSS Document */

#banner_top {
    position: relative;
}
#banner_top img{
	min-width: 100%;
}
#banner_top img.after {
    z-index: 2;
    position: absolute;
    bottom: -1px;
	min-width: 100%;
}
#banner_top span.owl-numbers {
    background-color: transparent !important;
    font-size: 18px !important;
    color: #005aa0 !important;
    font-weight: 300;
}
#banner_top .owl-controls.clickable{
	z-index: 2;
    position: absolute;
    width: 100%;
	margin-top:0 !important;
}