@charset "utf-8";
/* CSS Document */

html, body { 
  background:#000 url(../images/bg.jpg) no-repeat fixed center center; 
  background-position: 0px 0px;
  /*-webkit-background-size: 2368px 1656px;
  -moz-background-size: 2368px 1656px;
  -o-background-size: 2368px 1656px;
  background-size: 2368px 1656px;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table;
  margin: auto;
  width:100%;
  min-width:720px;
  font: bold 13px/18px sans-serif;
}

p {
	margin: 4px 8px 4px 8px;	
}

h2 {
	margin: 4px 8px 4px 8px;	
	text-decoration: underline;	
}


#wrapper {
  width:100%;
  min-width:720px;
}

#header {
	width:100%;
	height:135px;
	background-color:#000;
	border-bottom:3px solid #43c6db;
}

#container {
  width:960px;
  
}

#left_container {
	float:left;
	width:280px;
	color:#FFF;
	background-color: rgba(0, 0, 0, 0.60);
	font-weight:bold;
	text-align:justify;
	padding-bottom:60px;
}

#left_container a {
	text-decoration:none;
	color:#dd5d1f;
}

#right_container {
	float:left;
	/*margin-left:10px;*/
	width:660px;
	/*height:300px;*/
	color:#FFF;
	font-weight:bold;
	text-align:justify;
}

#rightContent {
	padding-top:6px;
	/*padding-left:12px;*/
	color:#FFF;
	background-color: rgba(0, 0, 0, 0.40);
}

#rightContentSpacer {
	color:#FFF;
	background-color: rgba(0, 0, 0, 0.40);
}

#footer_container {  
	width:100%;
	height:50px;
	position:fixed;
	bottom:0px;
    background-color:#000;
    border-top:2px solid #43c6db;
}

.footer {
	margin-top:6px;
	width: 960px;
	color:#FFF;
    font-size:15px;
    font-weight:bold;
}

.footer a {
	color:#dd5d1f;
	text-decoration:none;
}

.footer a:hover {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


<!-- NAVIGATION -->
.navigation {
  border-top:3px solid #43c6db;
  padding-top:3px;
}


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

.navigation a:hover {
	color:#dd5d1f;
	text-decoration:none;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navigation ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 0px 17px 0;
  list-style: none;
}
.navigation ul li {
  color:#fff;
  font: bold 15px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  /*padding: 15px 20px; */
  padding: 15px 15px;
  /*background: #555;*/
  background: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0px 3px rgba(0,0,0,0.4);
  box-shadow: 0 0px 3px rgba(0,0,0,0.4);
}
#first-nav-item { 
  -webkit-border-bottom-left-radius:8px;
  -moz-border-radius-bottomleft:8px;
  border-bottom-left-radius:8px;
}
#last-nav-item { 
  -webkit-border-bottom-right-radius:8px;
  -moz-border-radius-bottomright:8px;
  border-bottom-right-radius:8px;
}
.navigation ul li:hover {
  /*background: #555;*/
  background: #000;
  color: #dd5d1f;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.navigation ul li ul li { 
  /*background: #555;*/
  border-top:1px solid #333;
  background: #000;
  color: #dd5d1f;
  display: block; 
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4);
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}
.navigation ul li ul li:hover { 
  /*background: #666;*/
  background: #000;
  color: #dd5d1f;
  /*font-size: 14px;*/
}
.navigation ul li ul li:first-child { 
	border:none;
}
.navigation ul li ul li:last-child { 
  -webkit-border-bottom-right-radius:4px;
  -moz-border-radius-bottomright:4px;
  border-bottom-right-radius:4px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-bottomleft:4px;
  border-bottom-left-radius:4px;
}
.navigation ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
<!-- END NAVIGATION -->


#div_logo {
	background-color: rgba(0, 0, 0, 0.60);
}

#slogan {
    padding-top:15px;
}

#bullet_points {
	width:265px;
}

#sticky_title {
	background-color: rgba(0, 0, 0, 0.85);
	border-bottom:1px solid #43c6db;
	border-top:1px solid #43c6db;
}

#page_title {
	color:#43c6db;
	font-weight:bold;
}

#tour_title {
	font-size:34px;
	font-weight:bold;
	color:#43c6db;
	padding:8px 0px 18px 0px;
	text-shadow: 0 1px 0 #fff;
}

#tour_dates {
	width:100%;
}

.tour_date_box {
	display:inline-block;
	padding:12px;
	border:1px solid #666;
	background-color: rgba(0, 0, 0, 0.40);
	margin:4px;
}

.tour_photo {
	display:inline-block;
	padding:4px 2px 16px 2px;
	vertical-align:bottom;
}

#contact {
	color:#FFF;
	background-color: rgba(0, 0, 0, 0.40);
}

#contact em {
	color:#F00;
}

.error {
	color:#F00;
	display:none;
}

#terms, #reservations {
	 text-align:justify;
	 color:#FFF;
}

#reservations a {
	text-decoration:none;
	color:#dd5d1f;
}

#terms h3 {
	font-size:22px;
	padding-left: 4px;	
}

.tour {
	display:inline-block;
	padding:10px;
}

