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

body {
	margin-top: 51px;
}

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

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

#mobNavTable td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#top {
	width: 100%;
	height: 50px;
}

#innerTop {
	width: calc(100% - 20px);
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

#logoTop {
	height: 50px;
}

#buttMobNav {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 10px;
	right: 20px;
	height: 30px;
	cursor: pointer;
}

#fpPhotoLeft {
	display: none;
}

.twoColumns {
	column-count: 1;
}

.leftColumn {
	float: none;
	width: 100%;
}

.rightColumn {
	float: none;
	width: 100%;
}

#darkBand {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}

#darkInner {
	height: 20px;
	width: 100%;
	margin: 0px;
}

.social {
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	width: 20px;
}

#fb {
	margin-right: 10px;
}

#quickFind {
	display: none;
}

.addressElement {
	display: block;
}

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

.bottAddress {
	margin-left: 0px;
}

.innerContent {
	width: calc(100% - 40px);
	padding: 20px;
}





#slideMobile {
	width: 100%;
	max-width: 800px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.imageBox {
	display: none;
}







.fpVidList {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 10px;
	vertical-align: top;
}

.fpVidThumbHolder {
	display: block;
	width: auto;
}

.fpVidThumb {
	width: 100%;
	max-width: 480px;

    position: inherit;
	margin-top: 0px;
    clip: rect(auto, auto, auto, auto);
}

.fpVidDesc {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
}

.vidTitle {
	font-family: Oswald;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.vidDesc {
	display: block;
	font-size: 12px;
}




.serviceHolderFp {
	margin-bottom: 10px;
	min-width: 90px;
}

.serviceTitle {
	display: block;
	font-family: Oswald;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}





.rightImage {
	width: 30%;
}

.rightServiceImage {
	width: 30%;
}




.eventTable {
	display: table;
	width: 100%;
	margin: 0px;
	margin-bottom: 20px;
}

.eventListThumbTd {
	width: 50px;
	height: 50px;
	vertical-align: top;
}

.eventListThumb {
	max-width: 50px;
	max-height: 50px;
}






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

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




h1 {
	text-align: center;
}















a:link.linksTop {
	display: none;
}

a:active.linksTop {
	display: none;
}

a:visited.linksTop {
	display: none;
}

a:hover.linksTop {
	display: none;
}

#linkSelected {
	display: none;
}









a:link.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #5b9240;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	width: 150px;
	font-family: Oswald;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	border: 2px solid #ffffff;

	transition: color 0.5s;
}

a:active.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #5b9240;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	width: 150px;
	font-family: Oswald;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	border: 2px solid #ffffff;
}

a:visited.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #5b9240;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	width: 150px;
	font-family: Oswald;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	border: 2px solid #ffffff;
}

a:hover.mobLinks {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	background-color: #5b9240;
	color: #ffff00;
	text-align: left;
	font-size: 18px;
	width: 150px;
	font-family: Oswald;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	border: 2px solid #ffffff;
}

#mobLinkSelected {
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
 	background-color: #3a0c0b;
	color: #ffff00;
	text-align: left;
	font-size: 18px;
	width: 150px;
	font-family: Oswald;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
	border: 2px solid #ffffff;
}

.mobLinkIcon {
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	margin-left: 20px;
}

}





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

p {
	text-align: left;
}

#pageImage {
	width: 35%;
}

.capRight {
	width: 35%;
}

.srItem {
	width: 100%;
	max-width: 480px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.serviceHolder {
	width: calc(25% - 20px);
	min-width: 58px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
}

.serviceButtTitle {
	font-size: 10px;
}

}




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

#pageImage {
	width: 100%;
	float: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

.capRight {
	width: 100%;
	display: block;
	float: none;
	margin-left: 0px;
	margin-bottom: 20px;
}

#compeititionInfo {
	font-size: 14px;
	padding: 10px;
}

#rode {
	width: 70px;
}

#competitionHolder button {
	font-size: 14px;
	padding: 7px;
}

#competitionCloser {
	font-size: 18px;
}


}



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

.oppoImage {
	width: 20%;
	min-width: 80px;
}

}
