@media screen and (max-width: 860px) {

body {
	margin: 0px;
	background: none;
}

#buttMobNav {
	display: block;
	position: absolute;
	z-index: 10000;
	left: 10px;
	top: 50px;
	height: 40px;
	cursor: pointer;
}

#mobNav {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9000;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.9);
}

#mobNavTable {
	width: 100%;
	height: 100%;
}

#mobNavTd {
	width: 100%;
	height: 100%;
}

#moblinksHolder {
	width: 95%;
	max-width: 150px;
	background-color: #000000;
	border-radius: 5px;
	box-shadow: 0px 0px 10px hsla(0,0%,100%,0.5);
	overflow: hidden;
}





#holder {
	width: 100%;
	max-width: 100%;
	margin: 0px;
}

main {
	border-radius: 0px;
}

#bannerHolder {
	border-radius: 0px;
}

#bannerTop {
	display: none;
}

#bannerTopMob {
	width: 100%;
	display: block;
	border-bottom: 1px solid #263240;
}

#topNav {
	display: none;
}

#bottom {
	border-radius: 0px;
}

#bottSpacer {
	display: none;
}

#nextToVideo1 {
	display: none;
}

#nextToVideo2 {
	display: none;
}



#content {
	width: calc(100% - 40px);
	padding: 20px;
}






#photosBand {
	height: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fpThumb {
	margin-bottom: 20px;
	margin-left: 2px;
	margin-right: 2px;
	height: 50px;
}




#videosBand {
	height: 52px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fpYouTube {
	height: 50px;
}



#video {
	position: absolute;
	z-index: 8000;
	left: 0px;
	cursor: pointer;
	display: block;
}









#innerEvent {
	height: 22px;
}

#eventBand {
	height: 22px;
}

.fpEvent {
	font-size: 12px;
	padding-top: 2px;
}

#fpEventDate {
	font-size: 12px;
}




#reviewBand {
	width: calc(100% - 40px);
	padding: 20px;
	font-size: 16px;
}





.merchTitle {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.merchDesc {
	font-size: 12px;
	text-align: left;
	line-height: 14px;
}

.merchPrice {
	font-weight: bold;
	font-size: 14px;
}








.fpFeatureTd {
	width: 20%;
	max-width: 100px;
}

.featureHeading {
	font-size: 12px;
	margin-bottom: 5px;
}

.leftColumn {
	float: none;
	width: 100%;
	min-width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}

.leftColumn p {
	font-size: 12px;
	line-height: 16px;
}

.rightColumn {
	float: none;
	width: 100%;
	min-width: auto;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	line-height: 16px;
}

.rightColumn p {
	font-size: 12px;
	line-height: 16px;
}





.tableThumbTd {
	width: 60px;
	height: 60px;
}

.tableThumbImage {
	max-width: 60px;
	max-height: 60px;
}

.gigTitle {
	display: block;
	color: #666666;
	font-size: 10px;
	margin-top: 5px;
	text-align: left;
}

.gigLocation {
	display: block;
	color: #760000;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
}

.gigInfoTd {
	vertical-align: top;
}


.videoTable {
	width: calc(100% - 40px);
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	display: block;
}

.videoThumb {
	max-width: 80px;
	max-height: 80px;
}

.videoTitleTd {
	font-size: 12px;
	font-weight: bold;
}














.galleryListTable {
	background-color: #eeeeee;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
	margin: 10px;
	width: auto;
	height: auto;
	display: inline-block;
}

.galleryListImageTd {
	width: 100px;
}

.galleryListImageTd2 {
	width: 100px;
	height: 150px;
	display: table-cell;
}

.galleryListImage {
	max-width: 100px;
	max-height: 100px;
}

.galleryListTitle {
	font-size: 10px;
	max-width: 120px;
}






.slider {
	width: calc(100% - 20px);
}

.edinburghDiv {
	height: auto;
	width: 100px;
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.edinburghThumb {
	height: 50px;
	border-radius: 3px;
	display: block;
}






#subEmail {
	width: calc(90% - 20px);
	max-width: 800px;
	margin: 0px;
}

#subscribe {
	width: 90%;
	height: 32px;
	margin: 0px;
	margin-top: 10px;
}




p {
	text-align: left;
	font-size: 14px;
}

h1 {
	font-size: 22px;
}









/* Top links */

a:link.linksMob {
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color: #056194;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1px;
}

a:active.linksMob {
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color: #056194;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

a:visited.linksMob {
	text-decoration: none;
	display: block;
	color: #ffffff;
	background-color: #056194;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

a:hover.linksMob {
	text-decoration: none;
	display: block;
	color: #e6d5a9;
	background-color: #056194;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

}