html {
    width: 100%;
	min-height: 100%;
	min-width: 0;
	height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial;
	overflow-x: hidden;
}

div.container {
	height: auto;
	min-height: 100%;
}

div.mobileBlackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 30;
    display: none;
}

.navigationButton {
	display: block;
	position: absolute;
	top: 20px;
	left: 5%;
	width: 40px;
	height: 40px;
	background-image: url("images/menuIcon.png");
	z-index: 31;
	cursor: pointer;
}

div.content {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	margin: 0 5% 0 5%;
}

div.scene {
	display: none;
}

div.mobileScene {
	display: block;
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
}

div.logo {
	position: relative;
	height: auto;
	width: auto;
	left: 0;
	top: 0;	
	margin: 0 auto 20px auto;
	text-align: center;
}

div.logo img {
	width: 50%;
	max-width: 250px;
	height: auto;	
	margin-top: 10px;
}

h2 {
	
}

body {
	overflow-x: hidden;
}

body.home {
    background-color: #c8dff2;	
}

body.about {
    background-color: #c8c5b8;
}

body.times {
    background-color: #442178;
}

body.merchandise {
	background-color: #ffd5d5;	
}

body.committee {
    background-color: #c8dff2;
}

body.fiveKSeries {
    background-color: #c8dff2;
}

body.santa {
    background-color: #c8dff2;
}

div.content div.committeePage {
    color: #339;
}

div.content div.santaPage {
    color: #744;
}

div.mobileGrassClose {
	position: absolute;
	top: 15px;
    height: 30px;
    width: 100%;
    background-image: url("images/GrassClose.png");
    background-repeat: repeat-x;
}

div.mobileGrassFar {
	position: absolute;
	top: 0px;
    height: 30px;
    width: 100%;
    background-image: url("images/GrassFar.png");
    background-repeat: repeat-x;
}

div.mobileTrack {
	position: absolute;
	top: 15px;
    height: 30px;
    width: 100%;
    background-image: url("images/track.png");

}

div.mobileEarth {
    position: absolute;
    top: 45px;
	height: 105px;
    width: 100%;
    background-image: url("images/Earth.png");
    background-repeat: repeat;
}

div.mobileFence {
    position: absolute;
    top: -120px;
	height: 135px;
    width: 100%;
    background-image: url("images/Fence.png");
    background-repeat: repeat;	
}

div.mobileCarpet {
    position: absolute;
    top: -50px;
    height: 200px;
    width: 100%;
    background-color: #808080;
}

div.mobileKite {
    position: absolute;
	top: -260px;
    width: 168px;
    height: 288px;
    background-image: url("images/kite.png");
	background-size: 168px 288px;
    background-repeat: no-repeat;
    z-index: 3;
}

div.mobilePresenter {
	position: absolute;
    top: -100px;
    left: 5%;
	background-image: url("images/people/Presenter.png");
	background-size: auto 200px;
	width: 110px;
    height: 200px;
	z-index: 7;
}

div.mobileBookcase {
	position: absolute;
    top: -130px;
    right: 5%;
	background-image: url("images/bookcase.png");
	background-size: 135px 120px;
    width: 135px;
    height: 120px;
    z-index: 6;
}


div.mobileAudience {
    position: absolute;
    top: 50px;
    height: 100px;
    left: 0;
    width: 100%;
    background-image: url("images/Audience.png");
    background-repeat: repeat;
	z-index: 10;
}

div.mobileAboutIcon {
	position: absolute;
	top: -80px;
	right: 5%;
}

div.mobileHistoryIcon {
	position: absolute;
	top: -140px;
	right: 5%;
}

div.mobilePresenterIcon {
	position: absolute;
	top: -20px;
	left: 90px;
}

div.mobileNeathSkyline {
    position: absolute;
	width: 100%;
	height: 200px;
	background-image: url("images/NeathSkyline.png");
	background-size: auto 200px;
	top: -180px;
    left: 0;
}

div.mobileChairman {
	position: absolute;
	top: -110px;
	left: 50px;
	width: 80px;
	height: 150px;
}

div.mobileChairman img {
	height: 100%;
}

div.mobileChairmanIcon {
	position: absolute;
	top: -90px;
	left: 120px;
}

div.mobileHeadCoach {
    position: absolute;
    top: -110px;
    left: 5%;
    width: 80px;
    height: 145px;
}

div.mobileHeadCoach img {
	height: 100%;	
}

div.mobileHeadCoachIcon {
	position: absolute;
	top: -130px;
	left: 80px;	
}

div.mobileKitIcon {
	position: absolute;
	top: -110px;
	left: 40%;	
}

div.mobileClock {
	position: absolute;
    top: -80px;
    right: 5%;
	background-image: url("images/clock.png");
	background-size: auto 100px;
    width: 143px;
    height: 100px;
}

div.mobileSanta {
	position: absolute;
    top: -130px;
    left: 40%;
	background-image: url("images/santa.png");
    width: 118px;
    height: 156px;
}

div.mobileClockIcon {
	position: absolute;
	right: 5%;
	top: -50px;	
}

div.mobilePaySantaIcon {
	position: absolute;
	right: 5%;
	top: -50px;	
}

div.mobileSantaSponsorsIcon {
	position: absolute;
	right: 5%;
	top: -50px;	
}

div.mobile5kDetailIcon {
	position: absolute;
	right: 5%;
	top: -50px;	
}

div.mobileClothes {
    position: absolute;
    top: -150px;
    left: 5%;
    background-image: url("images/clothes.png");
    width: 270px;
    height: 160px;
}

div.mobileChangingRoomCharacter {
    position: absolute;
    top: -110px;
    left: 20%;
    width: 61px;
    height: 145px;
}

div.mobileChangingRoomCharacter2 img {
	height: 100%;	
}

div.mobileChangingRoomCharacter2 {
    position: absolute;
    top: -110px;
    left: 70%;
    width: 50px;
    height: 145px;
}

div.mobileChangingRoomCharacter img {
	height: 100%;	
}
	
div.mobileIcon {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
}

div.mobileSea {
	position: absolute;
	top: -90px;
    height: 30px;
    width: 100%;
    background-color: #82c9e1;
}

div.mobileSand {
	position: absolute;
	top: -60px;
	height: 50px;
    width: 100%;
    background-color: #dce06c;
}

div.mobileProm {
	position: absolute;
	top: -10px;
    height: 90px;
    width: 100%;
    background-color: #a7ac93;
}

div.mobileAberavonProm {
    background-color: #555;	
}

div.mobileSeasideHills {
	position: absolute;
	top: -140px;
	height: 50px;
	width: 100%;
    background-image: url("images/SeasideHills.png");
}

div.mobileRailing {
    position: absolute;
    background-image: url("images/Railing.png");
    background-repeat: repeat-x;
    width: 100%;
    height: 115px;
    top: -120px;
}

div.mobileAberavonRailing {
    background-image: url("images/AberavonFence.png");
    height: 118px;
}

div.navigation {
	position: fixed;
	left: 0;
	top: 0 !important;
	height: auto;
	margin: 0;
	display: none;
	width: 120px;
	background-color: rgba(0,0,0,0.7);
	z-index: 30;
	padding: 20px;
	height: 100%;
}

div.navigation li {
	float: none;
	margin-right: 5px;
	margin-bottom: 5px;	
}

div.pageNavigation {
	display: none;	
}

div.popup {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: auto;
	padding: 0;
	border-radius: 0;
}

div.popup .close {
	right: 20px;
}

div.popupContainer {
	padding: 0;
}

div.popupContents {
	max-height: inherit;
	padding: 20px 0 20px 0;
	margin: 0 5% 0 5%;
}

div.mobilePush {
	height: 290px;
}

div.popupContents img.landscape {
	padding: 0;
	width: 100%;
}

#eventCalendar {
	display: none;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
