/*======CSS FOR PROPERTY SLIDER======*/
.ro_slider .container:before, .ro_slider .lSPager {display:none;}
.ro_slider article {width:30%;padding:3%;background:rgba(0,0,0,0.7);color:#eee;margin-top:15%;margin-bottom:10%;}
.ro_slider article:after {content:'';clear:both;display:table;}
.ro_slider article h2 {display:block;color:#fff;font-size:20px;}
.ro_slider article .Description {font-size:13px;}
.ro_slider article ul {margin:0px;padding:0px;}
.ro_slider article .Bedrooms:before {content:'';background:url(../img/bg-details-beds-wh.png) 0 3px no-repeat;width:16px;height:10px;padding-left:23px;}
.ro_slider article .Bathrooms:before {content:'';background:url(../img/bg-details-baths-wh.png) 6px 5px no-repeat;width:16px;height:10px;padding-left:23px;}
.ro_slider article .price {float:right;}
.ro_slider article hr {border-top:0px;border-bottom:1px solid #ddd;}
.ro_slider article .read_more {display: table;background: #3F51B5;color: #fff;border-radius: 5px;padding: 5px 15px;font-size: 12px;float:right;}
