/* Page Elements */

body {
	margin: 0; 
	padding: 0;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none; /* Stops iPhone / iPad from resizing text */
}


/* Main Styling */

h1 {
	margin: 0;
	padding: 1px 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	margin: 0;
	padding: 1px 0;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a, a:visited {
	color: #6dcce4;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a img {
	outline : none;
}

img {
	outline: none;
}

iframe {
	border: 0;
	outline: 0;
}


/* Main Elements */

#fullPage {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: scroll;
	padding: 0;
	margin: 0;
	background: url(../images/bg.jpg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	/* Fix for IE without using cover or ms-filter */
	min-height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	/*min-width: 1024px;
	z-index: -999;
	height: auto;*/
}

/* Smaller screen lower res bg */
@media only screen and (max-width : 1280px) and (max-height : 968px) {
	#fullPage {
		background: url(../images/bg-1280.jpg) no-repeat center center fixed;
	}
}

@media only screen and (max-width : 1024px) and (max-height : 774px) {
	#fullPage {
		background: url(../images/bg-1024.jpg) no-repeat center center fixed;
	}
}

@media only screen and (max-width : 800px) and (max-height : 605px) {
	#fullPage {
		background: url(../images/bg-800.jpg) no-repeat center center fixed;
	}
}

#title {
	width: 400px;
	margin: 0 auto;
}

#logo {
	background: url(../images/logo.jpg) center no-repeat;
	display: block;
	position: relative;
	height: 150px;
	width: 400px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

#logoContactLink {
	position: absolute; 
	top: 110px; 
	left: 290px; 
	width: 110px; 
	height: 40px; 
	background-color: transparent;
	/*border: 1px solid yellow;*/
	border: 0;
	outline: none;
}

#titleHome {
	width: 1050px;
	margin: 0 auto;
}

#homeLogo {
	background: url(../images/logo-home.jpg) no-repeat;
	display: block;
	position: relative;
	height: 150px;
	width: 650px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

*:first-child+html #homeLogo {
	position: absolute;
}

#homeContactLink {
	position: absolute; 
	top: 70px; 
	left: 450px; 
	width: 200px; 
	height: 85px; 
	background-color: transparent; 
	/*border: 1px solid yellow;*/
	border: 0;
	outline: none;
}

.home-banner {
	width: 100%;
	padding: 2px 0;
	border: #900 2px solid;
	border-left: 0;
	border-right: 0;
	text-align: center;
}

.home-banner a {
	font-size: 20px !important; 
	color: #6dcce4 !important;
}

.home-banner a:hover {
	color: #00f200 !important;
}

#homePicL {
	background: url(../images/home-slider/slide1.jpg) no-repeat;
	height: 150px;
	width: 200px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

#homePicR {
	background: url(../images/home-slider/slide2.jpg) no-repeat;
	height: 150px;
	width: 200px;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

#titleMobile {
	display: none;
}

#pageHome {
	width: 1050px;
	padding: 0;
	margin: 0 auto 20px auto;
}

#containerHome {
	width: 1050px;
}

#containerMain {
	width: 800px;
	clear: left;
	padding: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}


/* Position Elements */

#mainContent, #mainTours {
	float: left;
	width: 600px;
	min-height: 566px;
	margin-bottom: 20px;
	background-color: #000;
	text-align: left;
	/*letter-spacing: 0.1em;*/
}

#content {
	float: left;
	width: 400px;
	line-height: 1.2;
}

#mainHome {
	float: right;
	width: 650px;
	min-height: 520px;
	background-color: #000;
}

#mainHome a {
	font-size: 15px;
	color: #00f200;
	text-decoration: none;
	font-weight: bold;
}

#mainHome a:hover {
	color: #6dcce4;
}

#homeLeftCol {
	width: 850px;
	float: left;
}

#homeRightCol {
	float: right;
	width: 200px;
	min-height: 520px;
	background-color: #900;
	color: #fff;
}

#leftHome {
	float: left;
	width: 200px;
	min-height: 520px;
	background-color: #900;
	color: #fff;
}

#mainTours {
	min-height: 613px;
}

.left {
	width: 180px;
	padding: 0 10px;
	background-color: #900;
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.right {
	width: 180px;
	padding: 0 10px;
	text-align: left;
}

.right a {
	color: #fff;
	text-decoration: none;
}

.right a:hover {
	text-decoration: underline;
}

.centre {
	width: 580px;
	padding: 15px 10px 0 10px;
	color: #FFF;
	font-size: 16px;
	text-align: justify;
}

.centreText {
	float: left;
	width: 380px;
	font-size: 16px;
	color: #FFF;
	padding: 15px 10px 0 10px;
}

.map {
	padding-bottom: 10px;
}

.map iframe {
	width: 580px;
	height: 350px;
}


/* Galleries */

.centreGallery {
	float: left;
	width: 380px;
	font-size: 16px;
	color: #FFF;
	padding: 15px 2px 2px 2px;
}

#leftGallery {
	float: left;
	clear: left;	
}

#rightGallery {
	float: right;
	clear: right;
	width: 200px;
	min-height: 690px;
}

.galleryText {
	clear: left;
	padding: 5px;	
}


/* Contact Forms */

.contactTbl {
	width: 400px;
	line-height: 140%;
}

.contactTbl td {
	vertical-align: top;
}

.contactTbl td.contactLeftCol {
	width: 100px;
	vertical-align: top;
}

.contactInput {
	width: 220px;
	margin: 0 0 5px 0;
	vertical-align: top;
	font-size: 0.9em;
}

.contactPadding {
	padding: 10px 0;
}

.contactTextSmall {
	font-size: 12px;
}

.invalidFormItem {
	color: #F00;
	padding: 0 0 5px 0px;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}


/* Main Menu */

#menu {
	float: left;
	width: 200px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu ul li {
	position: relative;
	float: left;
	width: 200px;
}

#menu ul li a {
	background-color: #900;
	display: block;
	font-size: 16px;
	color: #fff;
	height: 30px;
	padding-top: 15px;
	text-align: center;
	text-decoration:none;
	border: solid 2px #000;
	border-right: 0px;
	margin-bottom: -2px;
	outline: none;
}

#menu ul li .selected, #menu ul li .mobDoubleSelected {
	background-color: #000;
	color: #fff !important;
}

#menu ul li .mobMenuSpacer {
	display: none;
}

#menu ul li a.doubleLine {
	padding-top:5px;
	height:40px;
}

#menu ul li a.doubleLineSelected {
	padding-top: 5px;
	height: 40px;
	background-color: #000;
	color: #fff;
}

#menu ul li a.toursMenu {
	width: 180px;
	float: right;
}

#menu ul li a.toursMenuSelected {
	width: 180px;
	float: right;
	background-color: #000;
	color: #fff;
}

#menu ul li a:hover {
	background-color: #000;
	color: #fff;
}

.mobMenu, #toursInlineMenu {
	display: none;
}


/* Training Menu */

.trainingMenu {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
}

.trainingMenu a {
	display: inline-block;
	padding-right: 10px;
	color: #6dcce4;
	text-decoration: none;
}

.trainingMenu span {
	display: inline-block;
}

#trainingMenuSelected {
	padding-right: 10px;
}


/* Images */

.trainingImages {
	float: right;
	clear: right;
	width: 200px;
	height: 670px;
	background: url(../images/training.jpg) no-repeat;
}

.trainingImages1 {
	float: right;
	clear: right;
	width: 200px;
	height: 759px;
	background: url(../images/training1.jpg) no-repeat;
}

.trainingImages2 {
	float: right;
	clear: right;
	width: 200px;
	height: 556px;
	background: url(../images/training2.jpg) no-repeat;
}

.trainingImages3 {
	float: right;
	clear: right;
	width: 200px;
	height: 583px;
	background: url(../images/training3.jpg) no-repeat;
}

.trainingImageSingle {
	float: right;
	clear: right;
	width: 198px;
	height: 149px;
	background: url(../images/training-single.jpg) no-repeat;
	border-top: #000 2px solid;
	border-right: #000 2px solid;
}

.tourImages {
	float: right;
	clear: right;
	width: 200px;
	height: 613px;
	background: url(../images/tours.jpg) no-repeat;
}

.mapImages {
	float: right;
	clear: right;
	width: 200px;
	height: 378px;
	background: url(../images/maps.jpg) no-repeat;
}

.picture {
	padding: 2px 0 0;
	float: left;
}

.imagemain {
	border: solid 2px #000;
	border-bottom: 0;
	border-left: 0;
	margin: 0;
	margin-bottom: 0;
	vertical-align: top;
}
.imageleft {
	border: solid 2px #000;
	border-bottom: 0;
	float: left;
	cursor: pointer;
}
.imageright {
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	float: right;
	cursor: pointer;
}

.fadeLeft {
	float: left;
	clear: left;
	position: relative; 
	height: 150px; 
	width: 200px;
}

.fadeRight {
	float: right;
	clear: right;
	position: relative; 
	height: 150px; 
	width: 200px;
}

.fadeLeft img, .fadeRight img {
	position: absolute;
	left: 0;
	top: 0; 
}

.img-instructors {
	float: right;
	padding: 0 0 5px 10px;
}

.img-training-combo1 {
	background: url(../images/training.jpg) no-repeat;
}

.img-training-1 {
	background: url(../images/training/1.jpg);
	float: right;
	clear: right;
	width: 198px;
	height: 149px;
	border-top: #000 solid 2px;
	border-right: #000 solid 2px;
}


/* Videos
	- Redefine anchor and img link with no outline for IE */

a {
	outline : none;
}

a img {
	outline : none;
}

img {
	border : 0;
}

#player {
  border: 0;
}

#img-roundabout {
	position: relative;
	z-index: 10;
}

.video-roundabout {
	position: absolute;
	top: 85px;
	left: 70px;
	z-index: 1;
	border: 0;
	outline: 0;
}

.video-roundabout-more-btn {
	position: absolute; 
	top: 205px; 
	left: 150px; 
	width: 125px; 
	height: 40px;
	z-index: 1000;
	background-color: transparent; 
	/*border: 1px solid yellow;*/
	border: 0;
	outline: none;
}

.preload-roundabout-play, .preload-roundabout-empty, .preload-roundabout-replay {
	background: no-repeat -9999px -9999px;
}


/* Footer */

#footerContainer, #footerContainerHome {
	clear: both;
	width: 100%;
	min-height: 35px;
	background-color: #000;
	border-top: #900 2px solid;
	line-height: 1.4;
}

#footer {
	float: left;
	width: 60%;
	padding: 6px 0 10px 10px;
	color: #fff;
	font-size: 15px;
}

#pazmedia {
	float: right;
	clear: right;
	width: 36%;
	padding: 6px 10px 10px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: right;
}

#footerHome {
	float: left;
	width: 70%;
	padding: 7px 0 10px 10px;
	color: #fff;
	font-size: 16px;
}

#pazmediaHome {
	float: right;
	clear: right;
	width: 25%;
	padding: 7px 10px 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}

#pazmedia a, #pazmedia a:visited, #footer a {
	/*color: #06F;*/
	color: #6dcce4;
	outline: none;
}

#pazmedia a:hover, #footer a:hover {
	text-decoration: none;
}


/* Other */

.floatLeft {
	float: left;
	clear: left;
}

.floatRight {
	float: right;
	clear: right;
}

.clearRight {
	clear: right;
}

.display-none {
	display: none;
}

.display-inline {
	display: inline;
}

.mobileHide {
	display: inline;
}

.mobLink, .mobTel {
	color: #fff !important;
	text-decoration: none;
	outline: none;
}

.contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00F;
}
.contact a:hover {
	color: #06F;
}

.eShow {
	display: none;
}

.bull {
	color: #00f200;
}

.bold {
	padding-top: 3px;
	font-weight: bold;
}

.underline {
	padding-top: 3px;
	text-decoration: underline;
}

.link-no-underline a {
	text-decoration: none;
}

.link-no-underline a:hover {
	text-decoration: underline;
}

.noLink {
	color: #fff !important;
}

.noLinkUn {
	color: #fff !important;
	text-decoration: none;
}

.red {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}