
.news p.news{
	line-height: 19px;
    margin: 0;
}
.news p.news-2{
	margin-bottom: 34px;
}
.news-list{
	border-bottom: 1px solid #d9d9d9;
    float: left;
    margin-bottom: 12px;
    padding-bottom: 8px;
    width: 100%;
}

.icon{
	padding-right: 0;
    text-align: center;
}
.date{
	text-align: left;
	font-size: 18px;
}
.title{
	font-size: 18px;
    padding-left: 0;
}


.news-article{
	padding-left: 0;
}
.image{
	padding-left: 0;
}

.news-body{
	float: left;
    margin-bottom: 20px;
    margin-top: 8px;
    min-height: 416px;
    width: 100%;
}

.image-bot{
	margin-bottom: 10px;
}

#disclaimer {
    font-size: 12px;
}

/* Gallery */
.news-body .cf-image-gallery {
	text-align: center;
}
.news-body .lq_gallery-thumb{
		text-align: center;
}
.news-body .gallery {
    position: relative;
    overflow: hidden;
    border: 1px solid #C3C3CB;
    padding: 16px;
    text-align: center;
}
.news-body .gallery img {
    max-width: 100%;
}


/* Gallery thumbnails */
.news-body .thumb {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;    
}
.news-body .none-swipe .thumb {
	max-height: 78px;
	border: 1px solid #A1A1A1;
}
.news-body .none-swipe .thumb img { /* bbc imgar requires */
	max-width:100px;
}

.news-body .cf-image-gallery .main_image {
	min-height: 290px;
	margin-bottom:20px;
}



/* mobile swipe */
.news-body .swiper-slide .thumb { 
    max-width: 252px;
}
.news-body .swiper-slide .thumb .cf-img-bbc { 
    border: 1px solid #A1A1A1;
    overflow:hidden;
}

.cf-stock-advert .news-body .circle {
    border-radius: 50%;
    padding: 2.5%;
}
.cf-stock-advert  .news-body .colour_bk_blue {
    background: #46a3dc none repeat scroll 0 0;
}
.colour_white {
    color: #ffffff;
}
.cf-stock-advert .news-body .i_photo {
    background: rgba(0, 0, 0, 0) url("../img/responsive-icon-stripe.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    left: 3px;
    margin-right: 6px;
    position: relative;
    top: 0;
    width: 23px;
}

.cf-stock-advert  .news-body .pagination {
    bottom: 0;
    margin: 0;
    position: relative;
    right: 0;
}

@media (max-width: 767px) {
	.news-body .cf-image-gallery {
	    border: 1px solid #cecece;
	    margin-bottom: 20px;
	    padding-top: 10px;
	}
}