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

.videoTitle {
	font-size: 12px;
}

}


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

.publicVideoHolder {
	width: calc(50% - 12px);
}

h1 {
	font-size: 46px;
}

h2 {
	font-size: 28px;
}

body {
	font-size: 16px;
	line-height: 26px;

	background-image: url(../siteimages/background_mob.jpg);
	background-position: center top;
}

.mobileOnly {
	display: block;
}

.desktopOnly {
	display: none;
}

#topNav {
	display: none;
}

#container {
	margin-top: 0px;
	height: 100vh;
}

.bottomSection img {
	width: 50px;
	margin-top: 15px;
}

#buttMobNav {
	position: fixed;
	z-index: 10000;
	top: 10px;
	left: 50%;
	width: 25px;
	transform: translateX(-50%);
	cursor: pointer;
	background-color: #E02E2E;
	border: 2px solid #ffffff;
	border-radius: 50%;
	padding: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#mobNavHolder {
	position: fixed;
	left: -103%;
	top: 0px;
	z-index: 1100;
	display: block;
	width: 100%;
	height: 100%;
	border-right: 2px solid #ffffff;

	background-color: #00184f;
	background-image: url(../siteimages/back_mob_nav.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

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

#innerMobNav {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#logoFp {
	margin-top: 90px;
	width: 400px;
	max-width: none;
	max-height: none;
}

.holderFp {
	margin-top: 300px;
	padding-top: calc(2.9vw);
	background-size: contain;
}

.content {
	width: calc(100% - 60px);
	padding: 30px;
}

a:link.mobLinks, a:active.mobLinks, a:visited.mobLinks, a:hover.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 160px;
	padding-bottom: 1px;
}

h1 {
	margin-top: 100px;
}

#fpFeatureHolder p {
	font-size: 14px;
	line-height: 22px;
}

.reviewTextHolder {
	font-size: 26px;
	line-height: 32px;
}

.fright {
	width: 200px;
}





#thumbDragger {
	height: 84px;
}

#thumbDraggerInner {
	height: 84px;
}

.blogPhoto {
	height: 70px;
}

.musicSummary {
	margin-top: 0px;
}

}


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

.bottText {
	display: none;	
}

.serviceIconTd {
	vertical-align: top;
}

.blogTableTitle {
	font-size: 18px;
}


}


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

#contactFlex {
	display: block;
	margin-bottom: 10px;
}

.contactColumn {
	width: 100%;
	margin-bottom: 20px;
}

.publicVideoHolder {
	width: calc(100% - 2px);
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
	text-align: center;
}

.contentImage {
	float: none;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.musicSummary {
	line-height: 20px;
}

#fpFeatureHolder {
	display: block;
}

#fpFeatureHolder div {
	width: 100%;
	margin-bottom: 50px;
}

.fright {
	float: none;
	margin: auto;
	margin-bottom: 20px;
	width: 100%;
	max-width: 400px;
}

.blogTableImageTd {
	width: 70px;
	height: 70px;
	padding-right: 0px;
}

.blogTableImage {
	width: 70px;
	height: 70px;
}

}


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

.musicIconTd {
	width: 30px;
	padding: 10px;
	padding-right: 0px;
}

.musicIconTd img {
	height: 30px;
}

.serviceIconTd {
	width: 50px;
	padding: 10px;
	padding-right: 0px;
}

.serviceIconTd img {
	height: 50px;
}

#contactDetailsHolder {
	font-size: 14px;
}

}


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

#logoFp {
	margin-top: 110px;
	width: 300px;
}

}































