	
/* ==========================================================================
	Media Styles
============================================================================= */

	@media only screen and (max-device-width:1024px) {
	.m-section {margin-bottom:50px}
	.m-hero { width:100%; overflow:hidden;}
	.m-hero h1 {padding-bottom:10px}

	.m-section-content { background: url(images/bg-black-opacity60.png) repeat; color:#fff;}
		.m-section-content .m-pos { padding:20px}
		.m-section-content .m-pos a {color:#fff}	
	
	.albumname {margin-bottom:10px}

	.m-music-row 	{ display:table; table-layout:fixed; height:100%; width:100%; background: url(images/bg-black-opacity60.png) repeat; }
	.m-music-sm-col { display:table-cell; float:none; height:100%; vertical-align:top}
	.m-music-sm-col.m-album-col1      { width:50%}
	.m-music-sm-col.m-album-col1 .m-album-pos { padding:20px}
	.m-music-sm-col.m-album-col2 	  { width:50%}
	.m-music-sm-col.m-album-col2 img  { width:100%; height:auto;}

	.m-discover { position:absolute; bottom:0; right:0; background-color:#59030f; padding:5px 10px; color:#fff; text-transform:uppercase;}
	#body.tc .m-content, #body.sc .m-content { line-height:1.4}
	.m-section .location { margin-bottom:10px; /* border-bottom:1px solid #911325; */ padding-bottom:5px}
        .m-section-content .newssep { margin-top:20px; border-bottom:1px solid #911325; }
        

	}


	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
	.m-hero img { width:100%; height:auto;}
	.m-hero .m-hero-content-blk	{ position:absolute; top:120px; color:#fff; width:50%; right:0}
	.m-hero-content-pos { padding:10px 60px 10px 0}

	}


	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
	.m-hero img { width:150%; height:auto;}
	.m-hero-content-pos { padding:20px 50px}
	.m-hero .m-hero-content-blk	{ position:relative; color:#fff; width:100%; bottom:0; text-align:center;
								  background: url(images/bg-black-opacity60.png) repeat;}


	 }

	@media only screen and (max-device-width: 767px) {
	.m-hero img { width:150%; height:auto;}
	.m-hero-content-pos { padding:30px}
	.m-hero .m-hero-content-blk	{ position:relative; top:auto;  bottom:0; right:auto; width:100%; text-align:center; color:#fff;
								  background: url(images/bg-black-opacity60.png) repeat;}

	.m-section-content .m-pos { padding:15px}
							  

	}


	@media only screen and (max-device-width: 480px) {
	.m-hero img { width:210%; height:auto; margin-left:-50px}

	.m-music-row { display:inline-block; table-layout:inherit; height:auto; width:100%; background: url(images/bg-black-opacity60.png) repeat; }
	.m-music-sm-col { display:block; float:left; height:auto; vertical-align:top}
	.m-music-sm-col.m-album-col1      { width:100%}
	.m-music-sm-col.m-album-col1 .m-album-pos { padding:20px}
	.m-music-sm-col.m-album-col2 	  { width:100%}
	.m-music-sm-col.m-album-col2 img  { width:100%; height:auto;}
        
        .m-box { display:inline-block; table-layout:inherit; height:auto; width:100%; background: url(images/bg-black-opacity60.png) repeat; }
        .m-box a { float:left;padding:0; margin:-10px 0 10px 10px  }


	}
