
body {
	margin-top: 20px;
	
	overflow-x: hidden;

	font-family: Arial, Verdana;

	background-color: #ffffff;
	background-image: url(../siteimages/back_main.jpg);
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

@font-face {
	font-family: "treb";

	src: url("../fonts/trebuchet.eot") format("eot"),
	url("../fonts/trebuchet.woff") format("woff"),
	url("../fonts/trebuchet.ttf") format("truetype");

	font-weight: normal;
	font-style: normal;
}

#holder {
	width: 95%;
	max-width: 1200px;
	margin: auto;
}

#main {
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.3);
	border-radius: 10px;
}

#bannerHolder {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#bannerTop {
	width: 100%;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#bannerTopMob {
	display: none;
}




#slideSpacer {
	width: 100%;
	display: block;
	background-color: #000000;
}




#topNav {
	width: 100%;
	background-color: #000000;
	border-top: 1px solid #e2c029;
	border-bottom: 1px solid #ffffff;
}

#photosBand {
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #555555;
	border-top: 1px solid #ffffff;
}

.fpThumb {
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
	height: 100px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}




#subscribe {
	border: none;
	background-color: #056194;
	color: #ffffff;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 18px;
	font-size: 22px;
	margin-left: 10px;
}

#subscribeBand {
	width: 100%;
	padding-top: 20px;
	background-color: #000000;
}

#subscribeText {
	color: #ffffff;
}

#subIfr {
	display: none;
	width: 100%;
	height: 300px;
}

#subEmail {
	color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 18px;
	font-size: 22px;
	border: none;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	text-align: center;
	width: 90%;
	max-width: 300px;
}

#videosBand {
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
}

.fpYouTube {
	height: 100px;
	display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 20px;
}







#content {
	width: calc(100% - 80px);
	min-height: 316px;
	padding: 40px;
}



#reviewBand {
	width: calc(100% - 80px);
	background-color: #056194;
	text-align: center;
	padding: 40px;
	color: #ffffff;
	font-size: 30px;
	font-style: italic;
	font-family: Times New Roman;
}


.social {
	margin-left: 10px;
	margin-right: 10px;
}




#featureBand {
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #ffffff;
}





#bottom {
	width: 100%;
	height: 70px;
	padding-top: 30px;
	background-color: #222222;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top: 1px solid #ffffff;
}

#bottSpacer {
	width: 100%;
	height: 20px;
}





#p58text {
	display: block;
	font-size: 10px;
	color: #888888;
}



.spacer {
	clear: both;
	display: block;
	background-color: #ff0000;
}




.leftColumn {
	float: left;
	width: 46%;
	min-width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 20px;
}

.leftColumn p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}

.rightColumn {
	float: right;
	width: 46%;
	min-width: 300px;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 12px;
	line-height: 20px;
}

.rightColumn p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}







.fpFeatureTd {
	width: 30%;
	max-width: 160px;
}

.fpFeatureImage {
	width: 100%;
	display: block;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}

.featureHeading {
	color: #056194;
	font-weight: bold;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}





#mobNav {
	display: none;
}

#buttMobNav {
	display: none;
}





.contactInputs {
	width: 80%;
	max-width: 300px;
	padding: 5px;
	text-align: center;
}

#sentMessage {
	width: 100%;
	padding: 5px;
	border-radius: 25px;
	background-color: #056194;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	display: block;
}

#messageBody {
	width: 80%;
	max-width: 500px;
	height: 200px;
}



.fpYouTube {
	height: 100px;
	display: inline-block;
}






.gigTable {
	width: 100%;
	max-width: 800px;
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}

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

.tableThumbImage {
	max-width: 150px;
	max-height: 150px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	display: block;
}

.gigTitle {
	display: block;
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}

.gigLocation {
	display: block;
	color: #760000;
	font-weight: bold;
	margin-top: 5px;
}

.gigDate {
	display: block;
	color: #056194;
	font-weight: bold;
	font-size: 10px;
}

.gigInfoTd {
	text-align: left;
	vertical-align: middle;
}

.gigInfoTd p {
	margin-bottom: 0px;
}


.videoTable {
	width: 42%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	display: inline-block;
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}

.videoThumb {
	max-width: 150px;
	max-height: 150px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
	display: block;
}

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




#video {
	position: absolute;
	z-index: 8000;
	left: 50%;
	cursor: pointer;
	display: block;
	width: 100%;
}

#nextToVideo1 {
	background-color: #263240;
	display: block;
	position: absolute;
	z-index: 9000;
	left: 50%;
	border-left: 1px solid #ffffff;
}

#nextToVideo2 {
	background-color: #263240;
	display: block;
	position: absolute;
	z-index: 9001;
	left: 50%;
	border-left: 1px solid #ffffff;
}









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

.galleryListImageTd {
	max-width: 150px;
	max-height: 150px;
	display: table-cell;
}

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

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

.galleryListTitle {
	font-size: 12px;
	max-width: 150px;
}





#bigGalleryImage {
	width: 100%;
	max-width: 800px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.5);
}




.pageImage {
	float: right;
	width: 20%;
	max-width: 200px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}

.pageImageSmall {
	float: right;
	width: 20%;
	max-width: 100px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.5);
}





.merchTitle {
	font-weight: bold;
	color: #263240;
}

.merchPrice {
	font-weight: bold;
	color: #263240;
	margin-top: 15px;
	display: block;
}




.buyNow {
	width: 30px;
	text-align: center;
	vertical-align: middle;
}







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

.slick-slide {
	margin: 0px 10px;
}

.slick-slide img {
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.edinburghDiv {
	height: 140px;
	display: inline-block;
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.edinburghThumb {
	height: 100px;
	border-radius: 5px;
	display: block;
}




#map {
	width: 100%;
	height: 400px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}

.mapCaption p {
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}




/* Responsive YouTube videos! */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.3);
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#infoHolder {
	overflow: hidden;
	max-height: 2500px;

    transition: 1s;
}

#airBnB {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}













p {
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}

.pCentre p {
	text-align: center;
}

h1 {
	font-family: Treb;
	color: #263240;
	font-size: 26px;
	text-align: center;
}

h2 {
	font-family: Treb;
	color: #056194;
	font-size: 20px;
	text-align: left;
}

hr {
	width: 80%;
	border: none;
	border-top: 1px dotted #bbbbbb;
}





a:link {
	text-decoration: none;
	color: #056194;
}

a:active {
	text-decoration: none;
	color: #056194;
}

a:visited {
	text-decoration: none;
	color: #056194;
}

a:hover {
	text-decoration: underline;
	color: #056194;
}







/* Top links */

a:link.linksTop {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 10px;

	transition: color 0.5s;
}

a:active.linksTop {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 10px;

	transition: color 0.5s;
}

a:visited.linksTop {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 10px;

	transition: color 0.5s;
}

a:hover.linksTop {
	text-decoration: none;
	display: inline-block;
	color: #ffd829;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 10px;

	transition: color 0.5s;
}














/* Display images */

a:link.fpPhotoThumb {
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover.fpPhotoThumb {
	filter: brightness(1.3);
	text-decoration: none;
}






a:link.edinburghThumb {
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	filter: saturate(0) brightness(1);
}

a:hover.edinburghThumb {
	filter: saturate(1) brightness(1.3);
	text-decoration: none;
}














a:link.adminLink {
	text-decoration: none;
	font-size: 10px;
	color: #555555;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

a:active.adminLink {
	text-decoration: none;
	font-size: 10px;
	color: #555555;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

a:visited.adminLink {
	text-decoration: none;
	font-size: 10px;
	color: #555555;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

a:hover.adminLink {
	text-decoration: none;
	font-size: 10px;
	color: #555555;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}

