#slider { overflow:hidden; }#slider .item{  background:#ccc; position:relative; }#slider .item img{ width:100%;}#slider .active .cptionmy{  	-webkit-animation-name: bounceInUp;  animation-name: bounceInUp;}#slider .item:before{ content:''; position:absolute; left:0px; bottom:0px; height:30%; width:100%; background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0px, transparent 100%) repeat scroll 0% 0%;}#slider .item .cptionmy{  -webkit-animation-duration: 2s;  animation-duration: 2s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both; position:absolute;  bottom:35px; left:0px; width:100%; color:#fff; text-align:center;  text-shadow:0px 1px 1px rgba(0,0,0,0.5);font-family: 'swiss_721_swaroman','arial';font-weight:normal; font-size:30px;}.owl-buttons div{ background:rgba(255,255,255,0.4); position:absolute;height:80px; width:30px; text-align:center;margin-top:-40px;color:#fff;color:rgba(0,0,0,0.5);border-radius:3px;transition:all .3s ease-in-out;}.owl-buttons div i{line-height:80px; font-size:30px;}.owl-buttons .owl-prev{left:10px; top:50%; transform:translate(-100px,0px); opacity:0;}.owl-buttons .owl-next{right:10px;top:50%;transform:translate(100px,0px);opacity:0;}#slider:hover .owl-buttons .owl-prev{transform:translate(0px,0px);opacity:1;}#slider:hover .owl-buttons .owl-next{transform:translate(0px,0px);opacity:1;}.owl-pagination{width:100%; height:10px; position:absolute; bottom:12px; z-index:1; text-align:center;}.owl-pagination .owl-page{ display:inline-block; height:10px; width:10px; background:#fff; margin:0px 3px; border-radius:100%;}.owl-pagination .active{ background:#09f}