/* Responsive layout created on 3rd March 2016 */



/*------Mobile Layout(Potrait/320px)----------*/

@media only screen and (max-width: 480px)

{
/*.st_wrap		{background-color: #FF0}*/
.st_contain				{ width:100%;}
.st_storyimage	{ float:none; width:auto; margin: 0 0 2% 0;}
.st_storyitem	{ padding:2%;}
.st_storyitem_read { padding:2%;}
.st_left_wrap		{ float:none; width:auto; border-right:none}
.st_right_wrap		{ float:none; width:auto; border-top:1px dotted #666; padding-top: 10px;}
.st_topitem			{ width:100%;}	
.st_topitem_image	{ width: 40%;}
.st_slider_caption	{ position:relative;}
.st_slider_caption h2	{ font-size:1.3em}
.st_slider_caption p	{ font-size:0.9em}
.st_slider_caption span	{ font-size:0.5em; font-weight:600; margin:10px 0 !important;}
.st_anchors		{ text-align:center; font-size:1em; display:block; padding-bottom:10px}
}


/*------Mobile Layout(landscape/480px)----------*/

@media only screen and (min-width: 480px) and (max-width: 767px)

{
/*.st_wrap			{background-color: #0F0}*/
.st_contain			{ width:100%;}
.st_storyitem	{ padding:2%;}
.st_storyitem_read { padding:2%;}
.st_left_wrap		{ float:none; width:auto; border-right:none}
.st_right_wrap		{ float:none; width:auto;}	
.st_slider_caption h2	{ font-size:1.4em; margin-bottom:10px;}
.st_slider_caption span	{ font-size:0.65em; font-weight:600; margin:10px 0 !important;}
}

/*------tablet----------*/

@media only screen and (min-width: 768px) and (max-width: 991px)  

{

/*.st_wrap				{background-color: #F00}*/	
.st_contain			{ width:100%;}
.st_storyitem	{ padding:2%;}
				
}

/*------Narrow Desktop Layout----------*/

@media only screen and (min-width: 992px) and (max-width: 1200px)  

{
/*.st_wrap				{background-color:#006}*/
.st_contain				{ width:100%;}
	
}
