/********** 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 {
	font-family: 'Arial', non-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000000;
	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;
}

/********** Main pages for PC **********/

/* Main pages - will max width at 1920 and stay centered */
.page {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	max-width: 1920px;
	z-index: 1;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

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

.fadingImage {
	position: absolute;
	padding-top: 5.55%;
	left: 16.98%;
	width: 66.09%;
	z-index: 1;
}

.header {
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* Bottom padding for 1920 x 400 banner images */
.header400 {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 20.83%;
	z-index: 1;
}

/* Bottom padding for 1920 x 640 trips image */
.header640 {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 33.33%;
	z-index: 1;
}

/* Home page titles */
.homeTitleContainer {
	position: absolute;
	left: 10%;
	top: 0%;
	width: 80%;
	margin-top: 10%;
	z-index: 3;
}

.homeTitle1 {
	position: relative;
	display: block;
	left: 0%;
	top: 0%;	
	width: 100%;
	font-family: 'Arial Narrow', non-serif;
	font-size: 46px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 10;
}

.homeTitle2 {
	position: relative;
	display: block;
	left: 0%;
	top: 0%;
	font-family: 'Arial Narrow', non-serif;
	font-size: 16px;
	color: #FFFFFF;
	z-index: 10;
}

/* Home page menu */
.menu {
	position: absolute;
	left: 17%;
	width: 56%;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	padding-top: 1.4%;
	padding-left: 10%;
//	padding-bottom: 0.1%;
	border-bottom: 1px solid black;
	z-index: 5;
}

.menuItem {
	position: relative;
	float: left;
	width: 15%;
	text-align: center;
	font-family: 'Arial', non-serif;
	font-size: 18px;
	color: #888888;
	cursor: pointer;
	z-index: 5;
}

.menuItemLarge {
	position: relative;
	float: left;
	width: 15%;
	text-align: center;
	font-family: 'Arial', non-serif;
	font-size: 21px;
	font-weight: bold;
	color: #888888;
	cursor: pointer;
	z-index: 5;
}

.menu:after {
	content: "";
	display: table;
	clear: both;
}

/* Home page text */
.textIntro {
	position: absolute;
	left: 53%;
	padding-top: 29.3%;
	width: 45%;
	z-index: 2;
}

.youTube {
	position: absolute;
	left: 5%;
	width: 7%;
	padding-top: 30%;
	z-index: 3;
}

.textContact {
	position: absolute;
	left: 5%;
	padding-top: 30%;
	z-index: 2;
}


/* Two column layout */
.twoColLeft {
	position: relative;
	float: left;
	width: 42%;
	margin-top: 1%;
	margin-left: 4%;
	margin-right: 4%;
	z-index: 2;
}

.twoColRight {
	position: relative;
	float: right;
	width: 42%;
	margin-top: 1%;
	margin-left: 4%;
	margin-right: 4%;
	z-index: 2;
	overflow-x: auto;
}

/* Three column layout */
.threeColLeft {
	position: relative;
	float: left;
	width: 30%;
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 1%;
	z-index: 2;
}

.threeColCenter {
	position: absolute;
	width: 30%;
	margin-top: 1%;
	margin-left: 35%;
	z-index: 2;
}

.threeColCenterTable {
	position: absolute;
	width: 30%;
	margin-top: 1%;
	margin-left: 2%;
	z-index: 2;
}

/* Second item in center column */
.threeColCenter2 {
	position: absolute;
	overflow-x: auto;
	width: 30%;
	margin-left: 35%;
	z-index: 2;
}

.threeColRight {
	position: relative;
	float: right;
	width: 30%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 2%;
	z-index: 2;
}

/* For tables in right column on trip pages */
.threeColRight2 {
	position: relative;
	overflow-x: auto;
	overflow-y: auto;
	float: right;
	width: 30%;
	height: 550px;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 2%;
	z-index: 2;
}

/* Three column layout for narrower center column */
.threeColLeftWide {
	position: relative;
	float: left;
	width: 35%;
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 1%;
	z-index: 2;
}

.threeColCenterNarrow {
	position: absolute;
	width: 20%;
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 2%;
	z-index: 2;
}

.threeColCenterNarrow2 {
	position: absolute;
	width: 20%;
	margin-top: 28%;
	margin-left: 40%;
	margin-right: 2%;
	z-index: 2;
}

.threeColRightWide {
	position: relative;
	float: right;
	width: 35%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 2%;
	z-index: 2;
}

/* For back arrows */
.arrowClickBox {
	position: absolute;
	display: block;
	align: left;
	left: 0%;
	top: 0%;
	width: 2.8%;
	z-index: 5;
	margin-top: 16.5%;
	cursor: pointer;
}

/* For overlayed title text image in trips page header */
.tripsTitle {
	position: absolute;
	display: block;
	left: 0%;
	top: 0%;
	width: 12.0833%;
	z-index: 20;
}

/* For map div in trip pages */
.mapClickBox {
	position: absolute;
	display: block;
	align: right;
	left: 80%;
	top: 0%;
	width: 13%;
	border: 8px solid #FFFFFF;
	margin-top: 1%;
	z-index: 5;
	cursor: pointer;
}

/* For trip boxes on trips page */
.tripBox {
	position: absolute;
	display: block;
	left: 0%;
	top: 0%;
	width: 12.1%;
	z-index: 10;
	cursor: pointer;
}

/* For email link on PC */
.emailLink {
	font-family: 'Calibri', non-serif;
	font-size: 18px;
	color: #000000;
	align: right;
	text-decoration: none;
}

.emailLink:hover {
	color: #FF0000;
}

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


/* Tables */
.table {
	font-family: 'Arial', non-serif;
	color: #111111;
	line-height:100%;
	width: 100%;
}

.tableRow {
	outline: 1px solid rgb(220,220,220);
}


/********** For videos **********/
.videoIcon {
	position: absolute;
	left: 35%;
	top: 2%;
	width: 10.94%;
	height: 6.15%;
	cursor: pointer;
	z-index: 10;
}

.videoContainer {
	position: absolute;
	left: 16%;
	top: 10%;
	width: 66.6%;
	padding-top: 37.46%;
	z-index: 7;
	border: 1px solid black;
}

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

.closeVideoImage {
	position: absolute;
	cursor: pointer;
	opacity: 0.4;
	left: 0;
	top: 0;
	width: 5%;
	display: block;
	z-index: 20;
}


/* For FAQ page */
a:hover {
    color: #C1565E!important;
}

.sideMenu {
	font-family: 'Calibri', non-serif;
	color: #666666;
	font-size: 24px;
	font-weight: 500;
}

.sideText {
	font-family: 'Calibri', non-serif;
	color: #666666;
	font-size: 20px;
}

/* Reduce text size as screen width reduces */
@media screen and (max-width: 1280px) {
	div { font-size: 14px; }
	.emailLink { font-size: 14px; }
	.menuItem { font-size: 14px; }
	.menuItemLarge { font-size: 17px; }
}

@media screen and (max-width: 1080px) {
	div { font-size: 12px; }
	.emailLink { font-size: 12px; }
	.menuItem { font-size: 12x; }
	.menuItemLarge { font-size: 14px; }
}

@media screen and (max-width: 800px) {
	div { font-size: 10px; }
	.emailLink { font-size: 10px; }
	.menuItem { font-size: 10px; }
	.menuItemLarge { font-size: 12px; }
}
