/* CSS Document */

body {
	margin: 0;
	text-align:center; 
	background:#F4F4F4 url(../images/main_bground.jpg) repeat;
}

#wrapper {
	width:998px;
	margin:0 auto;
	text-align:left;
	}
	
#nav {
	height:62px;
	width:998px;
	background:url(../images/nav_bground.png) no-repeat;
	text-align:center; 

}

#nav ul {
	padding:0;
	margin:0;
	text-align:center;

}



#nav ul li {
    display: inline-block;
    height: 40px;
    margin: 0;
 	padding: 0 12px;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

#nav ul li a {
   color: #FFFFFF;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding: 9px 17px 0 10px;
    text-decoration: none;
	margin-top:6px;
}


/*#nav ul li a:hover,#nav ul li a.active {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:url(../images/active_about_us.jpg) no-repeat;
}*/

a.home:hover {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background: #ca8827 /*url(../images/nav_over.jpg) no-repeat*/;

}

.home2 {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827/*url(../images/nav_over.jpg) no-repeat*/;

}

a.about:hover {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_about_us.jpg) no-repeat*/;

}

.about2 {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_about_us.jpg) no-repeat*/;

}

a.tours:hover {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_our_tours.jpg) no-repeat*/;

}

.tours2 {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_our_tours.jpg) no-repeat*/;

}

a.packages:hover {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_packages.jpg) no-repeat*/;

}

.packages2 {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background#: #ca8827 /*url(../images/active_packages.jpg) no-repeat*/;

}

a.fleet:hover {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_our_tours.jpg) no-repeat*/;

}

.fleet2 {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_our_tours.jpg) no-repeat*/;

}

a.contact:hover {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_contact_us.jpg) no-repeat*/;

}

.contact2 {
    color: #ffffff;
    display: inline-block;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 15px 17px 0 10px;
    text-decoration: none;
	background:#ca8827 /*url(../images/active_contact_us.jpg) no-repeat*/;

}

a.bttn{
	border-radius: 4px;
	border: 1px solid #BF420A;
	font-family: "Raleway",sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #BF420A;
	background-image: linear-gradient(#f1530c, #BF420A);
	background: #BF420A;
  	background: linear-gradient(#f1530c, #BF420A);
	padding: 10px 14px;
	text-transform: uppercase;
	display: inline-block;
	margin-top:15px;
	text-decoration:none;
}

a.bttn:hover {
	background-color: #BF420A;
	background-image: linear-gradient(#BF420A, #f1530c);
	background: #BF420A;
  	background: linear-gradient(#BF420A, #f1530c);
}

#header {
	height:342px;
	width:969px;
	padding-left:19px;
}

#logo {
	width:281px;
	height:342px;
	float:left;
}


#main_content {
	width:860px;
	margin:0 auto;
	background:url(../images/content_bground.jpg) repeat-y;
    padding: 15px 50px 50px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:13px;
	line-height:22px;
	color:#453826;

}


#main_content img {
	border: 1px solid #BF420A;
    /*margin:5px 10px;
    padding: 1px;*/


}

img.alignright {
	float:right;
	margin: 10px 0 0 15px;
	padding:1px;
}

img.alignleft {
	float:left;
	margin: 10px 15px 0 0;
	padding:1px;
}

h1 {
	font-family:"Georgia", Times New Roman, Times, serif;
	size:20px;
	margin-top: -15px;
}

h2 {
	font-family:"Georgia", Times New Roman, Times, serif;
	size:15px;
	margin-top: 0px;
	margin-bottom: 10px;
	color:#BF420A;
}

h2 a {
	color:#BF420A;
	text-decoration:none;
}

h2 a:hover {
	color:#e16229;
	text-decoration:underline;
}


#footer {
	width:960px;
	height:125px;
	margin:0 auto;
	background:url(../images/footer.jpg) no-repeat;
	position:relative;
}

#packages {
	margin-bottom: 25px;
	/*margin-top: 15px;*/
	min-height: 185px;
	display: inline-block;
	width: 45%;
	vertical-align: top;
	padding: 15px 2%;
}
/*#packages {
	margin-bottom: 25px;
	margin-top: 15px;
	min-height: 185px;
}*/

.package_thumb {
	border: 1px solid #BF420A;
    /*float: left;*/
    margin-bottom: 15px;
    padding: 1px;
    max-width: 100%;
    width: 390px;
    height: 250px;
}


.btm_links {
	clear: both;
	margin-top: 25px;
	text-align: center;
}

img.promo {
	/*left: 380px;*/
	right: 6px;
	position: relative;
	/*top: -25px;*/
}

#imgarray {
	width:700px;
	margin: 0 auto;
	text-align: center;
}

#imgarray div {
	display: inline-block;
	margin:0 auto;
}

/*div.land {
	float:left;
}*/

div.clr {clear:both;}

#CDSWIDWRM {
    bottom: 6px;
    position: absolute;
    right: 65px;
}

/*--->>> Share Buttons<<<---*/
#share-buttons {margin:40px 0 10px; } 
#share-buttons a {text-decoration:none;}

#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

/*---->>>> GALLERY STYLES <<<<----*/
.row > .column {
  padding: 10px;
}

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

.column {
  float: left;
  width: 47%;
  cursor:pointer;
}

#myModal .column {float:left;width:150px;}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 1%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev, .next {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  max-width:100%;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  max-width:100%;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}