/* --------------------------------------------------

	NEWS LIST

-------------------------------------------------- */

.list-news {
	max-width:800px;
	margin:0 auto;
	padding:0 12px;
	margin-bottom:-24px;
}
.list-news:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* --------------------------------------------------
	.item
-------------------------------------------------- */

.list-news .item {
	width:50%;
	
	float:left;
	position:relative;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}

.list-news .item .body {
	margin-left:12px;
	margin-right:12px;
}
.list-news .item.left {
	margin-left:-12px;
}
.list-news .item.right {
	margin-right:-12px;
}
.list-news .item.left .body,
.list-news .item.right .body {
	margin-left:0;
	margin-right:0;
}

/* -------------------------
	.body
------------------------- */

.list-news .item .body {
	padding:20px;
	margin-bottom:24px;
	position:relative;
	
	color:#000;
	text-align:left;
	background-color:#fff;
}

/* -------------------------
	.date
------------------------- */

.list-news .item .date {
	float:right;
	margin:-10px -10px 20px 20px;
	
	color:#999;
	font-size:0.84615em; /* 11px */
	line-height:1;
}
.list-news .item a.date {
	text-decoration:none;
}
.list-news .item a.date:hover {
	text-decoration:underline;
}

/* -------------------------
	.title
------------------------- */

.list-news .item h2.title {
	color:#000;
	font-size:1.53846em;
	font-weight:300;
	text-align:inherit;
}
.list-news .item h2.title .subtitle {
	display:block;
	color:#999;
	padding-top:.2em;
	font-size:0.8em;
}

.list-news .item h2.title a {
	text-decoration:none;
}
.list-news .item h2.title a:hover,
.list-news .item h2.title a:hover .subtitle {
	text-decoration:underline;
}

/* -------------------------
	.thumb
------------------------- */

.list-news .item .thumb {
	margin:1.61538em -20px -20px;
}

.list-news .item .thumb img {
	width:100%;
}

/* -------------------------
	.item.left
------------------------- */

.list-news .item.left {
	clear:left;
}

/* -------------------------
	.item.right
------------------------- */

.list-news .item.right {
	float:right;
	clear:right;
}
.list-news .item.right .date {
	float:left;
	margin:-10px 20px 20px -10px;
}
.list-news .item.right .body {
	text-align:right;
}

/* -------------------------
	@media
------------------------- */

@media
only screen and (max-width:700px)
{
	.list-news {
		max-width:376px;
		margin:0 auto -12px;
	}
	.list-news .item,
	.list-news .item.left,
	.list-news .item.right {
		width:auto;
		float:none;
		margin:0 -12px;
	}
	.list-news .item .body,
	.list-news .item.left .body,
	.list-news .item.right .body {
		text-align:left;
		margin:0 0 14px;
	}
	.list-news .item.right .date {
		float:right;
		margin:-10px -10px 20px 20px;
	}
}

/* -------------------------
	@media
------------------------- */

@media
only screen and (max-width:500px)
{
	.list-news {
		margin-bottom:-12px;
	}
}

/* -------------------------
	@media
------------------------- */

@media
only screen and (max-width:400px)
{
	.list-news {
		margin-top:-31px;
		margin-left:-12px;
		margin-right:-12px;
		margin-bottom:-45px;
	}
}




