/*--------------------------------------------------------------------------------------------
*
*	Pacesetter Media News list styles
*
*--------------------------------------------------------------------------------------------*/



.newsitems {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 30px;
	padding: 0;
	}

.newsitems li {
	margin-bottom: 12px;
	line-height: 1.3;
	}


@media (max-width: 767px) {
	
.home .newslistbox {
	display: block;
	width:auto;
	padding-left: 0px;
		}
}