	

	.stories { padding:40px 20px; background-color:#888; text-align:center;}

	.list-section 	{ clear:both; padding:0px; margin:0; overflow:hidden;}

	.list-col 				  { display:block; float:left; margin: 1% 0 1% 1.6%; padding-bottom:50px;  transition: all 0.3s ease-out;}
	.list-col:nth-child(5n+1) { margin-left:0}
	.list-col h2 		{ font-size:120%; padding-top:15px; }
	.list-col 			{ font-size:90%; transition: all 0.3s ease-out;}
	.list-col.list-sm 	{ width:18.72%; transition: all 0.3s ease-out;}

	.list-col .img-blk	{ height:auto; overflow: hidden; border:1px solid #ececec; box-sizing: border-box;}
	.list-col img 		{ transition: transform .5s ease; max-width: 100%; vertical-align: middle;}
		
	.list-col ul 	 	{ margin:0; padding:0}
	.list-col ul li  	{ margin:0; padding:0; list-style:none; display:inline-block; width:20px; height:20px;}
	.list-col ul li a 	{ width:100%; height:auto;}
	.list-col ul li.line { width:1px; height:20px; margin:0 12px 0 10px; background-color:#999;}
	.list-col ul li a img.show  { display:block}
	.list-col ul li a img.none  { display:none}

	.list-col ul li:hover a img.show 	{ display:none; cursor:pointer;}
	.list-col ul li:hover a img.none 	{ display:block; cursor:pointer;}


	/*  GROUPING  */
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
	.group { zoom:1; /* For IE 6/7 */ }


	/* ==========================================================================
	    Media Style
	============================================================================= */
	@media only screen and (max-width:1200px) {
	.list-col 				   { display:block; float:left; margin: 1% 0 1% 1.6%; }

	.list-col.list-sm 			{ width:23.4%}
	.list-col:nth-child(5n+1) 	{ margin-left:1.6%}
	.list-section {margin-left:-1.6%}
	}



	@media only screen and (max-width:767px) {
	.list-col 				    { margin:1% 0 1% 3%;}
	.list-col.list-sm 			{ width:47%;}
	.list-col:nth-child(5n+1) 	{ margin-left:3%}
	.list-section {margin-left:-3%}

	.list-col h2 		{ font-size:110%; padding-top:15px; }

	.list-col ul li  	{ width:15px; height:15px;}
	.list-col ul li.line { width:1px; height:15px; margin:0 12px 0 10px;}

	}
