@charset "utf-8";

.caldera-grid {

	width:80%;
	margin-left:0;
}

#ScrollToTop {
	
	position:fixed;
	bottom:0;
	left:50%;
	display:none;
	background:rgba(170,170,170,0.87);
	cursor:pointer;
	width:48px;
	height:24px;
  	border-top-left-radius: 24px;
  	border-top-right-radius: 24px;
	text-align:center;
}

.contentWidthFrame {

	max-width:1170px;
	margin:0 auto;
}

.contentWidth {

	width:82%;
	margin:0 9%;
}

.beige {
	
	background:#D4C7AB;
	color:#fff;
}

.beigeFade {
	
	background:#D4C7AB;
}

.greenFade {
	
	background:rgba(28,96,76,0.76);
}

.grayFade {
	
	background:#bbb;
}

.widgetFade {
	
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.3);
	z-index:100;
	XXX_cursor:pointer;	
}

.fullImageWrap {

	overflow:hidden;
	text-align:center;
	position:relative;
}

.fullImageWrap img {

	max-width:none; /* stop image being responsive. Image centers and left/right is cropped. */
}

.fullImageContent {

	position:absolute;
	left:0;
	top:116px;
	width:100%;
	text-align:center;	
}

.fullImageWrap h2.title {

	padding:0;
	margin:0 auto;
	max-width:500px;
	color:#fff;
	font-size:40px;	
	line-height:50px;	
	text-shadow:1px 1px 2px rgba(0,0,0,0.80);
	
}

.fullImageWrap .copy {

	margin:26px auto 0 auto;	
	color:#fff;	
	max-width:460px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.80);
	font-size:13px;	
}

.fullTagLine {
	
	padding:40px 0px;
}

.fullTagLineWrap {
	
	max-width:740px;
	margin:8px auto;
	text-align:center;
	font-size:32px;
	color:#777;
}

.galleryPage .breadcrumb-list {
	
	display:none;
}

.pageGalleryRight {
	
	float:right;
	width:36%;
	margin-left:4%;	
	margin-bottom:40px;	
}

/* ---------------------------------------------------------- */

.site-header .search-form {
	
	position: absolute;
	right: 10px;
	top: 10px;
}

.site-header .search-field {
	
	background-color: transparent;
	background-image: url(../images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: none;
	-o-transition: none;
}

.site-header .search-field:focus {
	
	background-color: #fff;
	border: 1px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

.search-form
.search-submit { 

	display:none;
}

/* ---------------------------------------------------------- */

.pageLogo {

	clear:right;
	float:right;
	max-width:180px;
	margin:20px 0 10px 16px;	
}

#FeatImage {

	width:100%;	
	max-height:550px;
	overflow:hidden;
}

#FeatImage img {

	width:100%;		
}

#HeaderGallery {
	
	padding:10px;
	background:#222;
}

#HeaderGallery h1 {
	
	padding:40px 0 16px 10%;
	margin:0;
	color:#fff;	
}

#SliderGallery {

	background:#222;
	padding-bottom:12px;
	color:#fff;	
}


#wpbs__cont_icon_url {
	
	text-align:right;
}

#wpbs__cont_icon_url .widget-wrapper  {

	padding:15px;	
}

#wpbs__cont_icon_url .widget-wrapper:last-child  {

	padding-top:0;	
	padding-bottom:0;	
}

#wpbs__cont_icon_url .widget_nav_menu {
	
	padding-top:30px;
}

ul.menu {
	
	list-style:none;
	text-align:right;
	margin-right:0px;
	-webkit-padding-start: 0px;	
}

ul.menu a {

	font-size:18px;
	font-weight:bold;
}

#wpbs__cont_icon_url ul.menu li.current_page_item a {

	font-weight:normal;
	font-size:16px;
	color:#E9DBA9;
	cursor:default;
}

ul.menu a:hover {

	text-decoration:none;
}

#wpbs__cont_icon_url .textwidget {

	text-align:right;
}

#wpbs__cont_icon_url .textwidget p {

	margin:0 0 5px;
}

#wpbs__cont_icon_url .textwidget a {

	font-size:16px;
	font-weight:bold;
}

#wpbs__cont_icon_url .textwidget a:hover {

	text-decoration:none;
}

#wpbs__cont_icon_url #socialmedia-container {

	padding:0;	
}

#socialmedia-container DIV.smc_icon_container, #socialmedia-container DIV.smc_icon_container:last-child {

	margin:0 0 4px 8px !important;	
}

#HomeTestimonials {
	
	text-align:center;
}

.homeTestimonialWrap {
	
	padding:40px 0;
	max-width:650px;
	margin:0 auto;
}

#HomeTestimonials .homeTestimonialWrap:after {
	
	content:'';
	clear:both;
}

#HomeTestimonials img {

	float:left;
	margin-right:30px;
	vertical-align:middle;
	max-width:100px;
}

#HomeTestimonials p {
	
	font-size:1.2em;
}

#HomeTestimonials p.title {
	
	text-align:right;
	text-transform:uppercase;
	font-size:1em;
}

/* --------------------------------------------------- */

.subPageThumbsFrame {

	margin-top:40px;
}

.subPageThumbs {

	display:block;	
	text-align:center;
}

.subPageThumbs:after {

	content:'';
	display:block;
	clear:both;
}

.thumbBox {
	
	position:relative;
	width:20%;
	*float:left;
	display:inline-block;
}

.thumbBox h2.title {
	
	position:absolute;
	top:44%;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	margin:0;
	padding:0;
	font-size:20px;
	text-transform:uppercase;
	z-index:110;
}

.thumbBox span.text {
	
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:14px;
	z-index:110;
}

.thumbBox img {
	
	width:100%;
}

.thumbBox .hoverImage {
	
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:90;
}

/* --------------------------------------------------------- */

#SlidePageContainer {

	position:relative;
}

#SlidePageContainer:after {

	content:'';	
	display:block;
	clear:both;
}

.slidePageContent {
	
	display:none;
	padding:30px 0 5px 0;
}

.slideTheContent {
	
	width:82%;
	margin:0 auto 24px auto;
}

.slideTheContent:after {

	content:'';
	display:block;
	clear:both;	
}

.slideTheContent ul {
	
	max-width:80%;
}

.slidePageContent h2 {
	
	font-size:28px;
	margin:14px 0 20px 0;
}

.slideTheContent img.alignright {
	
	padding:0 0 16px 20px;
}

.slideClose {

	float:right;
	margin-right:30px;
	font-weight:bold;
	font-size:26px;
	color:#828181;
	cursor:pointer;
}

/* --------------------------------------------------------- */

.cs-tabs {

	margin:40px 0;
	text-align:center;
}

.cs-tabs ul, .cs-tabs ul li {

	margin:0;
	padding:0;
}

.cs-tabs .cs-slider-nav {
	
	overflow: auto;
}

.cs-tabs ul.cs-tabs-navigation, .cs-tabs ul.cs-tabs-content {
	
	list-style: none;
	width:100%;
}

.cs-tabs ul.cs-tabs-navigation {
	
	white-space:nowrap;
}

.cs-tabs ul.cs-tabs-navigation li {
	
	display:inline-block;
	*float:left;
}

.cs-tabs ul.cs-tabs-navigation li a {

	color:#eee;
}

.cs-tabs ul.cs-tabs-navigation li a.selected, .cs-tabs ul.cs-tabs-navigation li a:hover, .cs-tabs ul.cs-tabs-navigation li a:active {

	color:#fff;
	text-decoration:none;
}

.cs-tabs ul.cs-tabs-navigation li a.selected {
	
	cursor:default;
}

.cs-tabs .tabLogo {
	
	display:block;
	max-width:180px;
	padding:0 30px 32px 30px;
}

.cs-tabs h2.tabText {

	display:block;
	margin:0;	
	padding:7px 30px;
	color:inherit;
	font-size:16px;
}

.cs-tabs .brown { background:#8B5758; }
.cs-tabs .black { background:#111; }
.cs-tabs .green { background:#31834A; }

.cs-tabs ul.cs-tabs-content li {
	
	padding:30px;
	color:#fff;
	text-align:left;
	opacity:0;
}

.cs-tabs ul.cs-tabs-content li:first-child {
	
	display:block;
}

.cs-tabs .contentLeft {
	
	float:left;
	display:block;
	width:46%;
}

.cs-tabs .contentRight {

	float:right;	
	display:block;
	width:46%;
	padding:1.4%;
	background:#111;
}

.cs-tabs .h3 {

	font-weight:normal;
	padding:0 0 16px 0;
	margin:0;
	color:#fff;
}

.cs-tabs .contentLogo {

	float:right;
	max-width:100px;	
}

/* --------------------------------------------------------- */

.travelDetails {

	width:50%;
	margin:20px auto 40px auto;
}

.travelDetails h2 {

	float:right;
	width:56%;
	padding:0;
	margin:0;
	color:#888;
	font-size:28px;	
	font-weight:normal;
}

.travelDetails .imgDiv {

	float:left;
	width:40%;
	margin:0 0 5% 0;
}

.travelDetails .imgDiv img {

	width:100%;
	vertical-align:middle;
}

/* --------------------------------------------------------- */

#cssmenu {
	
	padding-bottom:110px;	
}

#cssmenu .menuLogo {

	width:80px;
	padding-right:20px;	
}

#cssmenu ul,
#cssmenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul li {
  float: none;
}
/* Custom CSS Styles */
#cssmenu {
  font-size: 15px;
  max-width:80%;
  margin-left:6%
}
#cssmenu ul a,
#cssmenu ul a:link,
#cssmenu ul a:visited {
  display: block;
  color: #4a4c4d;
  text-decoration: none;
  font-weight: 300;
  font-weight:bold;
}
#cssmenu > ul {
  float: none;
}
#cssmenu ul {
/*
  background: #fff;
*/
}
#cssmenu > ul > li {
  border-left: 3px solid #c98fa2;
}
#cssmenu > ul > li > a {
  padding: 10px 20px;
}
#cssmenu > ul > li:hover {
  border-left: 3px solid #3dbd99;
}
#cssmenu ul li:hover > a {
  color: black;
}
#cssmenu > ul > li:hover {
  background: #f9f9f9;
}

/* --------------------------------------------------------- */
/* Tablet Layout: Landscape */

@media screen and (max-device-width: 1024px) and (orientation:landscape) {

}

/*---------------------------------------------------------*/
/* Tablet Layout: Portrait */

@media screen and (max-device-width: 1024px) and (orientation:portrait) {

	.caldera-grid {
	
		width:90%;
		margin-left:0;
	}

	.cs-tabs .contentLeft {
		
		float:none;
		width:100%;
	}
	
	.cs-tabs .contentRight {
	
		float:none;	
		width:100%;
	}
}

/*---------------------------------------------------------*/
/* Tablet Layout: 481px to 900px. */

@media screen and (min-width:651px) and (max-width:980px) {

	.caldera-grid {
	
		width:90%;
		margin-left:0;
	}

	.thumbBox h2.title {
		
		font-size:16px;
	}

	.travelDetails {
	
		width:70%;
		margin:16px auto 30px auto;
	}
	
	.travelDetails h2 {
	
		width:60%;
		font-size:26px;
	}
	
	.travelDetails .imgDiv {
	
		width:34%;
		margin:0 0 5% 0;
	}

	.cs-tabs .contentLeft {
		
		float:none;
		width:100%;
	}
	
	.cs-tabs .contentRight {
	
		float:none;	
		width:100%;
	}

	.homeTestimonialWrap {
		
		padding:34px 30px;
	}
}

/*---------------------------------------------------------*/
/* Tablet Layout: 481px to 900px. */

@media screen and (min-width:481px) and (max-width:650px) {

	.pageGalleryRight {
		
		float:none;
		width:100%;
		margin-left:0;	
		margin-bottom:20px;	
	}

	.caldera-grid {
	
		width:100%;
		margin-left:0;
	}

	.pageLogo {
	
		max-width:120px;	
	}

	.fullTagLineWrap {
		
		max-width:98%;
		font-size:24px;
	}

	.thumbBox h2.title {
		
		font-size:15px;
	}
	
	.thumbBox span.text {
		
		display:none;
	}

	.travelDetails {
	
		width:80%;
		margin:16px auto 40px auto;
	}
	
	.travelDetails h2 {
	
		font-size:20px;
	}

	.cs-tabs .contentLeft {
		
		float:none;
		width:100%;
	}
	
	.cs-tabs .contentRight {
	
		float:none;	
		width:100%;
	}

	.homeTestimonialWrap {
		
		padding:30px;
	}
}

/*-------------------------------------------------------------------------------*/
/* Mobile Layout: 480px and below. */

@media only screen and (min-width:0px) and (max-width:480px) {

	.pageGalleryRight {
		
		float:none;
		width:100%;
		margin-left:0;	
		margin-bottom:20px;	
	}

	.caldera-grid {
	
		width:100%;
		margin-left:0;
	}

	#HeaderGallery h1 {
		
		padding:38px 0 12px 10%;
	}

	.contentWidth {
	
		width:96%;
		margin:0 1.98%;
	}

	.pageLogo {
	
		max-width:110px;	
	}

	.fullTagLineWrap {
		
		max-width:100%;
		font-size:17px;
	}

	.fullImageContent {
	
		top:102px;
	}

	.fullImageWrap h2.title {
	
		max-width:92%;
		font-size:28px;	
		line-height:34px;	
	}
	
	.fullImageWrap .copy {
	
		margin:16px auto 0 auto;	
		max-width:90%;
		font-size:13px;	
	}

	.thumbBox h2.title {
		
		font-size:15px;
	}
	
	.thumbBox span.text {
		
		display:none;
	}

	.travelDetails {
	
		width:80%;
		margin:16px auto 40px auto;
		text-align:right;
	}
	
	.travelDetails h2 {
	
		font-size:22px;
	}
	
	.cs-tabs .contentLeft {
		
		float:none;
		width:100%;
	}
	
	.cs-tabs .contentRight {
	
		float:none;	
		width:100%;
	}

	.homeTestimonialWrap {
		
		padding:30px 20px;
	}
}

/*---------------------------------------------------------------------*/
