.iosSliderDemo {clear:both; width:100%; /* padding:0 0 30% 0;  padding:0 0 479px; */ margin:0 0 0 0; position:relative; }
.iosSlider{position:relative; top:0; left:0; width:100%; height:100%;}
.iosSlider .slider{width:100%; height:100%;}
.iosSlider2{position:relative; top:0; left:0; width:100%; height:100%;}
.iosSlider2 .slider{width:100%; height:100%;}
.sliderContainer .slideSelectors {position:relative; z-index:1; text-align:right; margin-top:25px; }
.sliderContainer .slideSelectors .item {display:inline-block; width:15px; height:15px;  border-radius:3px; background:#dfbfc5; margin:0px;}
.sliderContainer .slideSelectors a.selected { background:#600011;}
.sliderContainer .unselectable {opacity: 0.2;}
/* span12 carousel vars */

.iosSlider .slider .item {width:100%; height:100%; padding:0 0 0 0; position:relative;}
.slider .item a.headline:hover h2{ text-decoration:underline;}
/*.fluidHeight{width:100%; height: 100%;}*/
.sliderContainer .next2{position:absolute; right:-1px; top:43%; z-index:2; width:40px; height:40px; background:url(/img/icon-carousel-details-next.png) top left no-repeat;}
.sliderContainer .prev2{position:absolute; left:0px; top:43%; z-index:2; width:40px; height:40px; background:url(/img/icon-carousel-details-prev.png) top left no-repeat;}
/* cms page carousel */
.content-carousel{margin-top:20px;}
/*.col9 .content-carousel .fluidHeight{width:100%;  height:100%;}
.col8 .content-carousel .fluidHeight{width:100%;  height:100%;}*/
.content-carousel .sliderContainer .next{position:absolute; right:20px; top:45%; z-index:2; width:38px; height:38px; background:url(//static.lawsociety.ie/img/icon-carousel-details-next.png) top left no-repeat;}
.content-carousel .sliderContainer .prev{position:absolute; left:20px; top:45%; z-index:2; width:38px; height:38px; background:url(//static.lawsociety.ie/img/icon-carousel-details-prev.png) top left no-repeat;}
.content-carousel .sliderContainer .slideSelectors{display:none;}

/*@media all and (max-width: 768px){*/
        @media all and (max-width: 810px) {

    .slider .item a.headline{width: 48%;
    top: 0;
    bottom: 0;
    left: 0;}
    .slider .item a.headline {
       max-height: 200px;
    }
}