#rc-lists-app {
	margin: 20px 0 40px;
}
#rc-lists-app .app_container .lists {
	overflow: auto;
}
	#rc-lists-app .app_container .lists .list_item {
		box-sizing: border-box;
		float: left;
		width: 50%;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	#rc-lists-app .app_container .lists .list_item:nth-child(2n) {
		padding-right: 0;
		padding-left: 10px;
	}
		#rc-lists-app .app_container .lists .list_item > a {
			box-sizing: border-box;
			display: block;
			width: 100%;
			padding-top: 75%;
			position: relative;
			color: #fff;
		}
			#rc-lists-app .app_container .lists .list_item > a .image {
				background-size: cover;
				background-color: #000;
				position: absolute;
				top: 0;
				right: 0;
				left: 0;
				bottom: 0;
			}
			#rc-lists-app .app_container .lists .list_item > a .date {
				background: rgba(0,0,0,0.5);
				padding: 10px;
				position: absolute;
				top: 0;
				right: 0;
			}
			#rc-lists-app .app_container .lists .list_item > a .title {
				background: rgba(0,0,0,0.5);
				padding: 10px;
				position: absolute;
				bottom: 0;
				right: 0;
				left: 0;
				font-size: 20px;
				font-weight: bold;
			}
#rc-lists-app .app_container .load_more_container {
	background: #000;
	width: 300px;
	margin: 0 auto;
}
#rc-lists-app .app_container .lists_load_more {
	font-size: 20px;
	width: 300px;
	font-weight: bold;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	background: #000;
	text-align: center;
	display: block;
	border: none;
}
#rc-lists-app .app_container .load_more_container:hover .lists_load_more {
	opacity: 0.75;
}

@media only screen and (max-width: 567px) {

	#rc-lists-app .app_container .lists .list_item {
		width: 100%;
		padding-right: 0;
	}
	#rc-lists-app .app_container .lists .list_item:nth-child(2n) {
		padding-left: 0;
	}
}

/* Vertical colors */
#rc-lists-app.politics .app_container .lists_load_more                   { background-color: #D30015; }
#rc-lists-app.politics .app_container .lists .list_item > a .image       { background-color: #D30015; }
#rc-lists-app.markets .app_container .lists_load_more                    { background-color: #669933; }
#rc-lists-app.markets .app_container .lists .list_item > a .image        { background-color: #669933; }
#rc-lists-app.world .app_container .lists_load_more                      { background-color: #0C124D; }
#rc-lists-app.world .app_container .lists .list_item > a .image          { background-color: #0C124D; }
#rc-lists-app.science .app_container .lists_load_more                    { background-color: #37414A; }
#rc-lists-app.science .app_container .lists .list_item > a .image        { background-color: #37414A; }
#rc-lists-app.sports .app_container .lists_load_more                     { background-color: #003399; }
#rc-lists-app.sports .app_container .lists .list_item > a .image         { background-color: #003399; }
#rc-lists-app.history .app_container .lists_load_more                    { background-color: #CC6600; }
#rc-lists-app.history .app_container .lists .list_item > a .image        { background-color: #CC6600; }
#rc-lists-app.future .app_container .lists_load_more                     { background-color: #004952; }
#rc-lists-app.future .app_container .lists .list_item > a .image         { background-color: #004952; }
#rc-lists-app.religion .app_container .lists_load_more                   { background-color: #81C0C8; }
#rc-lists-app.religion .app_container .lists .list_item > a .image       { background-color: #81C0C8; }
#rc-lists-app.energy .app_container .lists_load_more                     { background-color: #70AB41; }
#rc-lists-app.energy .app_container .lists .list_item > a .image         { background-color: #70AB41; }
#rc-lists-app.health .app_container .lists_load_more                     { background-color: #DBB706; }
#rc-lists-app.health .app_container .lists .list_item > a .image         { background-color: #DBB706; }
#rc-lists-app.investigations .app_container .lists_load_more             { background-color: #5D5D5D; }
#rc-lists-app.investigations .app_container .lists .list_item > a .image { background-color: #5D5D5D; }
#rc-lists-app.education .app_container .lists_load_more                  { background-color: #8D0000; }
#rc-lists-app.education .app_container .lists .list_item > a .image      { background-color: #8D0000; }
#rc-lists-app.defense .app_container .lists_load_more                    { background-color: #485228; }
#rc-lists-app.defense .app_container .lists .list_item > a .image        { background-color: #485228; }
#rc-lists-app.policy .app_container .lists_load_more                     { background-color: #65198E; }
#rc-lists-app.policy .app_container .lists .list_item > a .image         { background-color: #65198E; }
#rc-lists-app.books .app_container .lists_load_more                      { background-color: #017ba8; }
#rc-lists-app.books .app_container .lists .list_item > a .image          { background-color: #017ba8; }
#rc-lists-app.life .app_container .lists_load_more                       { background-color: #000000; }
#rc-lists-app.life .app_container .lists .list_item > a .image           { background-color: #000000; }

/* Loading spinner */
#rc-lists-app .loading {
  background: #fff url(/asset/img/ajax-black-sm.gif) center center no-repeat;
  width: 300px;
  height: 32px;
}