
/****Media Queries*****/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 800px) {
	
	#logo{
		height: 60px;	
	}
	
	header{
		min-height: 145px !important;
	}
	
	#header {
		min-height: 245px !important;
	}
	
	nav{
		height: 60px;
	}
	
	 #panel-toggle, #radio-toggle, #sidebar{
		display: block;
	}
	
	#nlinks{
		display: none;
	}
	
	#sidebar, #iplayer {
		position: fixed;
		top: 60px !important;
		left: -350px;
		width: 350px !important;
		height: 100% !important;
		padding: 20px 0 100px 0px;
		margin: 0 !important;
		z-index: 101 !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: scroll;
		background: #000000;
		list-style:none;
		font-size: 15pt;
		 -webkit-transition: margin-left 0.5s ease-out;
		-moz-transition: margin-left 0.5s ease-out;
		-o-transition: margin-left 0.5s ease-out;
		-ms-transition: margin-left 0.5s ease-out;
		transition: margin-left 0.5s ease-out;
	}
	
	
	#jp_playlist_1{
		display: block !important;
		border: none !important;
		margin-left: 0 !important;
	}
	
	#sidebar a{
		color: #ddd;
	}
	
	#sidebar li{
		border-bottom: #ddd solid 1px;
		width: 100%;
		padding: 10px 20px 10px 20px;
	}
	
	#sidebar li li:last-child{
		border-bottom: none !important;
	}
	
	
	#fpshows, .col1, .col2, #showpic, #shows{
		margin: 0;
		clear: both;
		float: both;
		width: 100% !important;
		padding: 0;
	}
	
	.show td:first-child{
		display: none;
	}
	
	#showtbl td:nth-child(2){
		border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
	}
	
	#showpic{
		margin-top:30px !important;
	}
	
	#homeshow{
		display: -webkit-flex; /* Safari */
	    -webkit-flex-direction: column-reverse; /* Safari 6.1+ */
	    display: flex;
	    flex-direction: column-reverse; 
	}
	
	#social{
		margin-top: 40px;
	}
	
	.uline, .uline .newshead{
		font-size: 15pt !important;
		overflow: none !important;
		word-wrap: none;
	}
	
	.imonth{
		margin: 3% 0 0 0;
		font-size: 3.7vw;
		color: #FFFFFF;
	}
	
	.idate{
		margin: 0 0 0 0;
		font-size: 11vw;
	}
	
	footer{
		height: 200px;
		text-align: center;
		line-height: 80px;
		background: rgba(0,0,0,0.1);
	}
	
	#gallery, #gallery img, #gallery li{
		max-width: 90% !important;
		margin: 0;
	}
	
}

@media screen and (min-width: 801px) {
	 #panel-toggle, #radio-toggle, #sidebar{
		display: none;
	}
	
	#nlinks{
		display: block;
	}
	
	#iplayer, #jp_playlist_1{
		background: rgba(0,0,0,0.7) !important;
		position:fixed; 
		right:10px !important; 
		width: 325px;
		-webkit-border-radius: 4px !important;
		-moz-border-radius: 4px !important;
		border-radius: 4px !important;
		z-index:2001; 
		-webkit-box-shadow: 0 10px 32px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0 10px 32px 0px rgba(0,0,0,0.75);
		box-shadow: 0 10px 32px 0px rgba(0,0,0,0.75);
	}
	
	#iplayer{ 
		top:90% !important; 
		height: 200px;
		z-index:10001; 
	
	}
	
	#jp_playlist_1{
		bottom:84px !important; 
		border: none !important;
	}
}


