/********** General **********/
html, body {
	font-family: Arial, non-serif;
	color: #000000; 
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-height: 0;
	margin-width: 0;
}

div {
	background-color: transparent;
	border-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-height: 0;
	margin-width: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* This class allows page to resize all elements proportionally */
/* The padding amount creates a 16:9 proportion which stays constant */
.pageMobile {
	position: relative;
	font-family: 'Calibri', non-serif;
	font-size:14px;
	color: #111111;
	background-color: #FFFFFF;
	height: 0;
	padding-bottom: 177.78%;
	z-index: 1;
}

.pageMobileShort {
	position: relative;
	font-family: 'Calibri', non-serif;
	font-size:14px;
	color: #111111;
	background-color: #FFFFFF;
	height: 0;
	padding-bottom: 150%;
	z-index: 1;
}

.pageImageWrapperMobile {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.pageImageMobileRelative {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.pageImageMobileAbsolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.notesMobile {
	position: relative;
	font-family: 'Calibri', non-serif;
	font-size:14px;
	color: #111111;
	background-color: #FFFFFF;
	width: 96%;
	margin-top: 2%;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	z-index: 4;
}

.notesMobileAbsolute {
	position: absolute;
	font-family: 'Calibri', non-serif;
	font-size:14px;
	color: #111111;
	background-color: #FFFFFF;
	width: 96%;
	margin-top: 150%;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	z-index: 4;
}


/* For photos embedded in text strings */
.embeddedPhoto {
	position: relative;
	width: 100%;
}

/* Image at the top of each trip page */
.tripsImage {
	position: relative;
	left:0;
	width: 100%;
}

/* For email link on PC */
.emailLink {
	position: absolute;
	font-family: 'Calibri', non-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	top: 500px;
	left: 70px;
	z-index: 3;
}


/********** Home page menu click box to darken when clicked **********/
.menuClickbox {
	position: absolute;
	background-color: #000000;
	border: 1px solid rgba(0,0,0,0.1);
	opacity: 0.0;
	cursor: pointer;
	z-index: 2;
}

/********** For Trips page **********/
/* For tabs on Mobile Trips page */
.tripTabMobile {
	position: absolute;
	top: 15.0%;
	width: 33.33%;
	height: 5.8%;
	background-color: #FF0000;
	z-index: 4;
	opacity: 0.1;
	cursor: pointer;
}

/* For boxes on Trips page for each trip */
.tripBoxMobile {
	position: absolute;
	background-color: #000000;
	z-index: 4;
	opacity: 0.0;
	cursor: pointer;
}

/********** General box over area to darken when clicked **********/
.clickBox {
	position: absolute;
	background-color: #000000;
	z-index: 5;
	opacity: 0.0;
	cursor: pointer;
}

/********** Back arrows **********/
.arrowMobile {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 11.5%;
	z-index: 7;
	cursor: pointer;
}


/********** Tables ***********/
.tableWrapperMobile {
	position: relative;
	width: 100%;
	z-index: 5;
}

.tableMobile {
	font-family: 'Calibri', non-serif;
	font-size:12px;
	color: #111111;
	line-height:100%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/********** General tables **********/
.tableRow {
	outline: 1px solid rgb(200,200,200);
}

/********** For videos **********/
.videoContainerMobile {
	position: absolute;
	left: 0%;
	top: 20%;
	width: 100%;
	padding-top: 56.25%;
	outline: 1px solid rgb(0,0,0);
	z-index: 7;
}

.video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	z-index: 7;
}

.closeVideoImageMobile {
	position: absolute;
	cursor: pointer;
	opacity: 0.4;
	left: 5px;
	top: 5px;
	width: 30px;
	display: block;
	z-index: 20;
}



