@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@900&display=swap');

@font-face {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

.mobileOnly {
	display: none;
}

.desktopOnly {
	display: block;
}

body {
	margin: 0px;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	text-align: justify;
	overflow: hidden;

	background-color: #1c7bd7;
	background-image: url(../siteimages/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#container {
	display: block;
	width: 100%;
	max-width: 1920px;
	height: calc(100vh - 50px);
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	overflow: auto;
}

#topNav {
	display: block;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#logoFp {
	display: block;
	margin-top: calc(7vh - 50px);
	margin-left: auto;
	margin-right: auto;

	max-width: calc(100% - 100px);
	max-height: 30vh;
}

.holderFp {
	position: inherit;
	display: block;
	margin-top: 20vh;
	padding-top: 60px;

	background-image: url(../siteimages/back_inner_holder.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.holder {
	position: inherit;
	display: block;
	padding-top: 60px;
	padding-bottom: 0px;

	background-image: url(../siteimages/back_inner_holder.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#innerHolder {
	position: inherit;
	display: block;
	background-color: rgba(13,72,128,0.8);
}

.content {
	display: block;
	width: calc(100% - 100px);
	max-width: 1100px;
	margin: auto;
	color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	padding-bottom: 0px;
}

#bottom {
	display: block;
	padding-bottom: 50px;

	background-color: #000000;
}

#backBottom {
	display: block;
	width: 100%;
}

#bottom hr {
	border-color: #222222;
}

#bottomFlex {
	display: flex;
	margin-bottom: 30px;
}

.bottomSection {
	flex: 1;
	text-align: center;
	color: #ffbe00;
}

.bottomSection img {
	display: inline-block;
	width: 80px;
	margin: auto;
	margin-top: 15px;

	transform: rotate(0deg);
	transition: transform 1s ease-in-out;
}

.bottomSection img:hover {
	transform: rotate(360deg);
}

.bottText {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	font-size: 14px;
}

label {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

.red {
	color: #FFBE00;
}

#contactFlex {
	display: flex;
	margin-bottom: 30px;
}

.contactColumn {
	flex: 1;
}

#messageForm {
	display: block;
	width: 100%;
}

.contactInputs {
	width: calc(100% - 40px);
	max-width: 280px;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}

select.contactInputs {
	width: calc(100% - 18px);
	max-width: 300px;
}

#messageBody {
	resize: none;
	width: 90%;
	max-width: 600px;
	height: 200px;
	border: 1px solid #000000;
	padding: 5px;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #7e82a8;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	border-radius: 3px;
}

.tBox {
	width: calc(100% - 20px);
	max-width: 400px;
	padding: 10px;
	text-align: center;
	border: 1px solid #333333;
}

.tArea {
	width: calc(100% - 80px);
	max-width: 800px;
	height: 300px;
	padding: 10px;
	resize: none;
	border: 1px solid #aaaaaa;
	color: #333333 !important;
}

.tArea p {
	color: #333333;
}

.galleryHolder {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
}

.galleryThumb {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;

	filter: brightness(100%);
	transition: filter 0.5s ease-in-out;
}

.galleryThumb:hover {
	filter: brightness(150%);
}

#imageView {
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	border: 10px solid #ffffff;
	border-radius: 5px;

	transition: all 0.5s ease-in-out;
}

#imageViewClose {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	user-select: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #ff0000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

	transition: all 0.5s ease-in-out;
}

#imageViewClose:hover {
	background-color: #ffffff;
	color: #000000;
}

#bigGalleryImage {
	display: block;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 150px);
}

#imageCaption {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 80px);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,63,190,0.7);
	color: #ffff00;
}

.galleryVideo {
	display: inline-block;
	height: 200px;
	border: 1px solid #ffffff;
	margin: 10px;
}


#publicVideoContainer {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.publicVideoHolder {
	position: relative;
	width: calc(33% - 12px);
	display: block;
	margin-bottom: 20px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: 102%;

	border: 1px solid #000000;
	transition: border 0.3s ease-in-out;
}

.publicVideoHolder:hover {
	border: 1px solid #ffffff;
}

.publicVideoHolder img {
	width: 100%;
}

.videoTitle {
	position: absolute;
	bottom: 10px;
	right: 0px;
	background-color: rgba(0,63,190,0.7);
	color: #ffff00;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.musicTable {
	display: table;
	background-color: #277FD9;
	width: 100%;
	margin-bottom: 30px;

	border: 1px solid #277FD9;
	transition: border 0.3s ease-in-out;
}

.musicTable:hover {
	border-color: #ffffff;
}

.musicIconTd {
	width: 50px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.musicIconTd img {
	height: 50px;
}

.musicInfoTd {
	padding: 20px;
	color: #ffff00;
	font-weight: bold;
	text-align: left;
}

.musicInfoTd p {
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}

.musicSummary {
	display: block;
	margin-top: 10px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}

.serviceIconTd {
	width: 100px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}

.serviceIconTd img {
	height: 100px;
}

.reviewTextHolder {
	display: block;
	padding: 20px;
	text-align: center;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 36px;
	vertical-align: middle;
}

.star {
	width: 30px;
	margin-top: 20px;
}

.pagerTable {
}

.pagerArrowTd {
	width: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 0px;
}

.pagerPageNumber {
	width: 130px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 5px;
	line-height: 18px;
}

.pagerSpacer {
	width: 20px;
}

.buttPager {
	cursor: pointer;
	display: block;
}

.review2 {
	display: block;
	text-align: center;
	font-size: 24px;
}

.reviewTable {
	display: table;
	background-color: #277FD9;
	color: #ffffff;
	width: 100%;
	margin-bottom: 30px;
}

.contentImage {
	display: block;
	float: right;
	width: 40%;
	max-width: 300px;
	margin-left: 50px;
	margin-bottom: 30px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.spacer {
	display: block;
	clear: both;
}

.bigContentImage {
	display: block;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 3px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

.pCentre p {
	text-align: center;
}

#fpFeatureHolder {
	display: flex;
	justify-content: space-between;
}

#fpFeatureHolder div {
	width: calc(50% - 20px);
	cursor: pointer;

	filter: brightness(100%);
	transition: filter 0.3s ease-in-out;
}

#fpFeatureHolder div:hover {
	filter: brightness(130%);
}

#fpFeatureHolder img {
	display: block;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

#fpFeatureHolder span {
	display: block;
	color: #FFDE20;
	font-weight: bold;
	margin-top: 20px;
}

#fpFeatureHolder p {
	font-size: 16px;
}

#contactDetailsHolder {
	display: flex;
	font-size: 16px;
}

#contactDetailsHolder div {
	display: block;
	width: 50%;
}

#contactDetailsHolder div img {
	display: block;
	margin-bottom: 0px;
	width: 50px;

	transform: scale(1, 1);
	transition: transform 0.3s ease-in-out;
}

#contactDetailsHolder div img:hover {
	transform: scale(1.2, 1.2);
}

#mediaYear {
	display: block;
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

audio {
	display: block;
	width: 100%;
}











.blogTable {
	display: table;
	background-color: #277FD9;
	width: 100%;
	margin-bottom: 30px;

	border: 1px solid #277FD9;
	transition: border 0.3s ease-in-out;
}

.blogTable:hover {
	border-color: #ffffff;
}

.blogRow {
	display: table-row;
}

.blogTableImageTd {
	display: table-cell;
	width: 100px;
	height: 100px;
	padding: 10px;
}

.blogTableImage {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 3px;
}

.blogTableInfoTd {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	color: #ffff00;
	font-weight: bold;
}

.blogTableTitle {
	font-size: 22px;
	font-weight: bold;
	color: #ffff00;
}

.blogTableTime {
	display: block;
	font-size: 12px;
	color: #ffffff;
}

.blogDate {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 20px;
}

.fright {
	float: right;
	margin-left: 30px;
	margin-bottom:30px;
	border-radius: 5px;
	width: 300px;
	display: block;
}

#thumbDragger {
	width: 100%;
	height: 114px;
	cursor: grab;
	overflow: hidden;
}

#thumbDraggerInner {
	display: block;
	height: 114px;
	overflow-x: visible;
}

.blogPhotoHolder {
	display: inline-block;
	background-color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 3px;
	padding: 2px;
}

.blogPhoto {
	display: block;
	height: 100px;
	border-radius: 3px;
	cursor: pointer;
}

#bigImage {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: calc(100% - 100px);
	max-height: calc(100% - 100px);
	z-index: 1000;
	box-shadow: 0px 0px 20px hsla(0,0%,0%,1);
	border: 10px solid #ffffff;
	border-radius: 5px;
}

#xCloser {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	font-size: 20px;
	font-weight: bold;
	background-color: hsla(0,0%,0%,0.8);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 50%;
	color: #ffffff;
	user-select: none;
	cursor: pointer;
	transition: all 0.5s;
}

#ifr {
	display: none;
}

.fb-share-button, .twitter-share-button {
	vertical-align: bottom;
	margin-left: 10px;
	margin-right: 10px;
}





















/* Responsive YouTube videos! */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #ffffff;
}

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

















hr {
	display: block;
	border: none;
	border-top: 1px dotted #ffffff;
	width: calc(100% - 200px);
	margin-top: 50px;
	margin-bottom: 50px;
}

h1 {
	display: block;
	text-align: center;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 30px;
	font-family: 'Exo', sans-serif;
	color: #FFBE00;
	font-size: 66px;
	text-shadow: 3px 3px 20px rgba(0,0,0,0.2), -3px -3px 20px rgba(0,0,0,0.2);
}

h2 {
	display: block;
	font-family: 'Exo', sans-serif;
	color: #FFDE20;
	font-size: 36px;
}

h3 {
	display: block;
	font-family: 'Exo', sans-serif;
	color: #FFDE20;
	font-size: 26px;
	margin-bottom: 10px;
}

button {
	color: #ffffff;
	background-color: #7e82a8;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 5px solid #7e82a8;
	cursor: pointer;
}







a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #FFDE20;
}









a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;

	transition: color 0.3s ease-in-out;
}

a:hover.linksTop {
	color: #CAFFFF;
}





.musicInfoTd a:link, .musicInfoTd a:active, .musicInfoTd a:visited, .musicInfoTd a:hover {
	text-decoration: none;
	font-weight: bold;

	color: #ffff00;
	transition: color 0.3s ease-in-out;
}

.musicInfoTd a:hover {
	color: #FF9E00;
}









a:link.imageButton {
	text-decoration: none;
	filter: brightness(100%);

	transition: all 0.5s;
}

a:active.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:visited.imageButton {
	text-decoration: none;
	filter: brightness(100%);
}

a:hover.imageButton {
	text-decoration: none;
	filter: brightness(150%);
}
