	

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

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

	.list-col 				  { display:block; float:left; margin: 1% 0 1% 1.6%;}
	.list-col:nth-child(4n+1) { margin-left:0}
	.list-col h2 		{ font-size:140%; padding-top:15px; color:#fff; padding-bottom: 10px; }
	.list-col 			{ font-size:90%; transition: all 0.3s ease-out;}
	.list-col.list-sm 	{ width:23.8%;}

	.list-col:hover 	{ cursor:pointer;}
	.list-col .img-blk	{ height:auto; overflow: hidden;}
	.list-col img 		{ transition: transform .5s ease; max-width: 100%; vertical-align: middle;}
	.list-col:hover img { /*transform: scale(1.2);*/ }
	.list-col:hover h2  { transition: all 0.3s ease-out;}

	.list-col h2  		{ display:inline-block; color:#cd0720; text-decoration: none;}
	.list-col p			{ color: #333; }
	/* .list-col h2::after { content: ''; display:block; width:0; height:5px; background:#000; transition:width .3s;} */
	/* .list-col:hover h2::after 	{ width:100%; //transition: width .3s;}  */
		
	.ui-tabs-panel .list-col,.ui-tabs .list-col  { height:400px;}
	/* #tabs-1 .list-col  { height:500px;}
	#tabs-2 .list-col  { height:300px;}
	#tabs-3 .list-col  { height:500px;}
	#tabs-4 .list-col  { height:500px;}
	#tabs-5 .list-col  { height:500px;}
	#tabs-6 .list-col  { height:500px;}
	#tabs-8 .list-col  { height:500px;}

	/*  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:nth-child(4n+1)  { margin-left:1.6%}
	.list-col:nth-child(3n+1)  { margin-left:0}
	.list-col.list-sm  { width: 32.26%;}
	}

	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.list-col.list-sm  { width: 49%}
	.list-col 				   { margin: 1% 0 1% 2%;}
	.list-col:nth-child(2n+1)  { margin-left:0}
	.list-col:nth-child(3n+1)  { margin-left:2%}
	.list-col:nth-child(4n+1)  { margin-left:0}
	}

	@media only screen and (max-width:767px) {
	.stories { padding:10px 10px 20px 10px}


	.list-col 			{ margin-left:0; margin-bottom:60px}
	.list-col.list-sm 	{ width:100%;}
	.list-col.list-sm:last-child { margin-bottom:0}
	.list-col:nth-child(4n+1) 	{ margin-left:0}
	.list-col:nth-child(3n+1)  	{ margin-left:0}


	#tabs-1 .list-col,
	#tabs-2 .list-col, 
	#tabs-3 .list-col, 
	#tabs-4 .list-col,  
	#tabs-5 .list-col,  
	#tabs-6 .list-col,  
	#tabs-8 .list-col  { height:auto;}

	}
