/**
* @package NeoLatestNews
* @copyright Copyright (C) 2004 - 2014 NeoJoomla. All rights reserved.
* @license GNU/GPL
* @version 3.0
* @author NeoJoomla 
*/
.neolatestnews ul { margin: 0; padding: 0; }
.neolatestnews ul > li { padding: 0; margin:0.2em; list-style-type:none; background: none; }  

.neolatestnews .item { padding: 0 10px; }
.neolatestnews .item-category { clear: both; }
.neolatestnews .newstitle { padding: 0; margin: 0 0 10px 0; }
.neolatestnews .newstitle a { font-size: 1em; margin: 0; }
.neolatestnews .article-infos { clear: both; font-size: 0.85em; }
.neolatestnews .article-infos .category a {	font-weight: normal; }
.neolatestnews .newstext { margin: 0; }
.neolatestnews .newsimage > img { max-width: 100%; margin: 0; }
.neolatestnews .crop { position: relative; display: block; overflow: hidden; }
.neolatestnews .crop img { position: relative; top: 0; margin: 0; }
.neolatestnews .readall { padding: 10px 0; }
.neolatestnews .more-articles .more-title { font-weight: bold; }
.neolatestnews .item-col-content {}
.neolatestnews .item-col-image {}
.neolatestnews span.locked {
	display: block;
	float: left; 
	width: 20px;
	padding: 0;
	text-indent: -1000px;
	background: url(../images/locked.png) no-repeat 0 50%;
}	

/* SOCIAL NETWORKS */
.neolatestnews ul.share { display: block; float: right; padding: 0; margin: 5px 0 0 0 !important; }
.neolatestnews ul.share li { display: block; float: left; }
.neolatestnews ul.share li a { 
	display: block; 
	float: left; 
	margin: 0px;
	padding: 0;
	border: none;
}
.neolatestnews ul.share li a:hover { border: none; }
.neolatestnews ul.share li[class*="item-"] { background: none !important; padding: 0 !important; }
.neolatestnews ul.share li[class*="item-"] a { 
	width: 18px; 
	height: 18px; 
	text-indent: -9000px;
	background-image: url(../images/socialnetwork-icons-small.png) !important;
	background-repeat: no-repeat;
	background-position: 0 0; 
	background-color: transparent !important;
}
.neolatestnews ul.share li.item-facebook a { 	background-position: 0 0 !important; }
.neolatestnews ul.share li.item-netvibes a { 	background-position: 0 -18px !important; }
.neolatestnews ul.share li.item-twitter a { 	background-position: 0 -36px !important; }
.neolatestnews ul.share li.item-google a { 		background-position: 0 -54px !important; }
.neolatestnews ul.share li.item-delicious a { 	background-position: 0 -72px !important; }
.neolatestnews ul.share li.item-digg a { 		background-position: 0 -90px !important; }
.neolatestnews ul.share li.item-yahoo a { 		background-position: 0 -108px !important; }
.neolatestnews ul.share li.item-wikio a { 		background-position: 0 -126px !important; }


/* SLIDESHOW / SCROLL */
.neolatestnews .scroll {
	position: relative;
	width: 100%;
}
.neolatestnews .scroll .scroll-container  {
	clear: left;
	position: relative;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.neolatestnews .scroll .clip { 
	position: absolute; 
	float: left; 
	display: block; 
	width: 20000em; 
	margin: 0 !important;
	padding: 0 !important;
}
.neolatestnews .scroll .clip > li { 
	float: left; 
	display: block; 
	list-style: none !important; 
	padding: 0 !important; 
	margin: 0 !important;
	background: none !important; 
}
.neolatestnews .scroll-vertical .clip,
.neolatestnews .scroll-vertical .clip > li { float: none; }

.neolatestnews .scroll-navigation a { 
	display: block;
	font-size: 1em; 
	font-weight: normal; 
	padding: 0;
	text-decoration: none; 
	cursor: pointer;
}
.neolatestnews .scroll-navigation a.prev { float: left; }
.neolatestnews .scroll-navigation a.next { float: right; }
.neolatestnews .scroll-navigation a.inactive { 
	-ms-filter: "alpha(opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	opacity: 0.3;
	cursor: default; 
}
.neolatestnews .scroll-pagination { clear: both; padding: 0; text-align: center; }
.neolatestnews .scroll-pagination .control { display: inline-block; margin-right: 10px;  font-weight: normal; cursor: pointer; }
.neolatestnews .scroll-pagination.text .active { font-weight: bold; }
.neolatestnews .scroll-pagination.numeric .control {
	width: 10px;
	height: 10px;
	text-indent: -9000px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #CCC;	
}
.neolatestnews .scroll-pagination.numeric .control.active { background-color: #AAA }

/* SLIDESHOW */
.neolatestnews .slideshow .clip > li { position: relative; overflow: hidden; }
.neolatestnews .slideshow .item-content-container { 
	position: absolute; 
	left: 10px; 
	bottom: 10px; 
	width: 300px;
	background: transparent url(../images/bkg-white.png) repeat 0 0;
	z-index: 2;
}
.neolatestnews .slideshow .item { padding: 0.75em; }
.neolatestnews .slideshow .item p { padding: 0 !important; margin: 0 !important; }
.neolatestnews .slideshow .item-image-container { 
	position: absolute; 
	width: 100%;
	height: 100%; 
	left: 0; 
	top: 0; 
	z-index: 1; 
}
.neolatestnews .slideshow .item-image-container .newsimage,
.neolatestnews .slideshow .item-image-container img { margin: 0 !important; padding: 0 !important; border: 0 !important; }

/* CALENDAR */
.neolatestnews .calendar .calendar-nav { margin: 15px 0; }
.neolatestnews .calendar .calendar-nav > ul { display: block; margin: 0; padding: 0 !important; }
.neolatestnews .calendar .calendar-nav > ul > li { display: inline-block; margin: 0; padding: 0; list-style: none; }
.neolatestnews .calendar .calendar-nav a { display: inline-block; margin: 0 10px 0 0; text-decoration: none; }
.neolatestnews .calendar .calendar-nav a.active { font-weight: bold; }

.neolatestnews .calendar .calendar-container { padding: 10px 0; }
.neolatestnews .calendar .item-date { padding: 10px 0 15px 0!important; font-weight: bold; font-size: 1.4em; }

/* ACCORDION */
.neolatestnews .accordion .accordion-container {	margin: 0; padding: 0; }
.neolatestnews .accordion .header { display: block;	margin: 0 !important; padding: 0 !important; cursor: pointer; }
.neolatestnews .accordion .item-content  { margin: 0; padding: 0; }

/* FAQ */
.neolatestnews .faq .faq-summary-list { display: block; height: auto; }
.neolatestnews .faq .faq-summary-summary { display: block; }

.clr { clear: both; }

.colset, [class*="colset-"] { clear: both;  }
.colset:after, [class*="colset-"]:after { 
	clear: both ;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
}
.colset .col, [class*="colset-"] .col { 
	float: left;
	padding: 0 10px;
	margin: 0 0 10px 0; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.colset-1 .col { width: 100%; }
.colset-2 .col { width: 50%; }
.colset-3 .col { width: 33.33%; }
.colset-4 .col { width: 25%; }
.colset-5 .col { width: 20%; }
.colset-6 .col { width: 16%; }

.neolatestnews .col-one-quart, .neolatestnews .col-three-quart,
.neolatestnews .col-one-third, .neolatestnews .col-two-third, 
.neolatestnews .col-one-half { 
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}
.neolatestnews .col-one-quart { width: 25%; }
.neolatestnews .col-three-quart { width: 75%; }
.neolatestnews .col-one-third { width: 33.3333%; }
.neolatestnews .col-two-third { width: 66.66%; }
.neolatestnews .col-one-half { width: 50%; }