/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/

@font-face {
	font-family: 'Bernadette';
	src: url('/includes/public/fonts/bernadetterough507.woff2') format('woff2'),
	url('/includes/public/fonts/bernadetterough507.woff') format('woff'),
	url('/includes/public/fonts/bernadetterough507.ttf') format('truetype');
}
@font-face {
	font-family: 'HayneSansBold';
	src: url('/includes/public/fonts/majestype---hayne-sans-bold-multiple-webfont.woff2') format('woff2'),
	url('/includes/public/fonts/majestype---hayne-sans-bold-multiple-webfont.woff') format('woff'),
	url('/includes/public/fonts/Majestype---Hayne-Sans-Bold-Multiple.ttf') format('opentype');
}

/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #4b4f55;
}
.wrapper {
    width: 100%;
	margin: 0 auto;
    display: block;
    position: relative;
    background: #fff;
}
h1 {
	font-family: 'Bernadette', cursive; 
	font-size: 55px;
	line-height: 55px;
	color: #4b4f55;
	font-weight: 400;
	text-shadow: 1px 1px 0px #f0efe9;
}
h2 {
	font-family: 'Bernadette', serif;
	font-size: 40px;
	line-height: 40px;
	color: #a2b476;
	font-weight: 400;
	text-shadow: 1px 1px 0px #f0efe9;
	padding: 10px 0 10px;
}
h3 {
	font-family: 'HayneSansBold', sans-serif;
	font-size: 36px;
	line-height: 1;
	color:#4b4f55;
	font-weight:400;
	text-shadow: 1px 1px 0px #f0efe9;
}
h4 {
	font-family: 'HayneSansBold', serif;
	font-size: 22px;
	line-height: 26px;
	color:#4b4f55;
	text-shadow: 1px 1px 0px #f0efe9;
	padding: 10px 0;
}
h5 {
	font-family: 'Poppins', sans-serif;	
	font-size: 24px;
	line-height: 28px;
	color:#a2b476;
	font-weight:700;
	text-shadow: 1px 1px 0px #f0efe9;
}
h6 {
	font-family: 'Bernadette', sans-serif;
	font-size: 36px;
	line-height: 1;
	color:#4b4f55;
	font-weight:400;
	text-shadow: 1px 1px 0px #f0efe9;
}
h7 {
	font-family: 'HayneSansBold', sans-serif;
	font-size: 36px;
	line-height: 1;
	color: #a2b476;
	font-weight: 400;
	text-shadow: 1px 1px 0px #f0efe9;
}
p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color:#4b4f55;
	text-shadow: 1px 1px 0px #f0efe9;
}
img { border: medium none;}
a, a:link, a:visited, a:focus, a:hover {
	color: #cf6726;
	text-decoration: none;
}
p a:hover {
   text-decoration: underline;
}

span[data-pin-log]{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
}

.wrapper .ui-datepicker select { padding: 0;}
.ui-datepicker { z-index: 10 !important;}
.clear {
	clear: both;
	line-height: 1px;
	visibility: hidden;
}
.wrapper .button,
.wrapper input[type="submit"],
.wrapper button{
	color: #fff;
	background: #4b4f55;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.wrapper button{
	background: #cf6726;
}
.wrapper .button:hover,
.wrapper input:hover[type="submit"],
.wrapper button:hover{
	background-color: #DE7B39; 
}
/* //// BROWSER SPECIFIC PLACEHOLDER STYLES /// */
::-webkit-input-placeholder { color: #4b4f55; opacity: 1;}
:-moz-placeholder { color: #4b4f55; opacity: 1;}
::-moz-placeholder { color: #4b4f55; opacity: 1;}
:-ms-input-placeholder { color: #4b4f55; opacity: 1;}

/*Shadow styles*/
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 12px;
	left: 30px;
	width: 60%;
	top: 80%;
	max-width: 300px;
	-webkit-box-shadow: 0 14px 16px;
	-moz-box-shadow: 0 14px 16px;
	box-shadow: 0 14px 16px;
	color: #777;
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}


.shadow:after {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	right: 30px;
	left: auto;
}
.show-wrapper.full-width .shadow:before,
.show-wrapper.full-width .shadow:after{
	display: none;
	height: 0px;
}

div.ui-datepicker-div{
	z-index: 2000 !important;
}
@media only screen and (max-width: 375px) {
	h1 {
		font-size: 37px;
		line-height: 37px;
	}	
	h2 {
		font-size: 22px;
		line-height: 30px;
	}
	p {
		font-size: 16px;
		line-height: 22px;
	}
}
/* Foundation overwrites */
.row { max-width: 1050px;}
/*.layout-panel { padding-top: 3.750rem; padding-bottom: 3.750rem;}*/
.layout-panel { padding-top: 25px; padding-bottom: 3.750rem;}
.contentRender_name_plugins_nav_custom_three_col_even .layout-panel { padding-bottom: 0; }

/* Slick overwrites */
	.slick-slider {
		margin-bottom:0px;
	}
/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-section {
  z-index: 2000;
  position: relative;
}
.header-section .search-container {
	float: right;
    padding-top: 0px;
    width: 243px;
}
.header-section .headerRow {
	position: relative;
	z-index: 60;
	background: #fff;
}

.header-section .upper-header-outer .upper-header-wrapper {
    height: 40px;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}
.header-section .upper-header {
	max-width: 1020px;
	margin: 0 auto;
	padding-right: 10px;
}
.header-section .navCont {
	float: right;
    padding-right: 10px;
    position: relative;
    top: 3px;
}
.header-section .logo.desktop {
	float: left;
    position: relative;
    width: 405px;
}

.header-section .logo.desktop > a{
    min-width: 403px;
    min-height: 1px;
    display: inline-block;
}
.header-section .logo.desktop > a > img{
	position: absolute;
}


.header-section .upper-header-outer {
	display: none;
}
.header-section .lower-header-outer {
	position: relative;
	background-color: #fff;
    display: inline-block;
    height: 60px;
    width: 100%;
}
.header-section .mainNavCont {
	float: none;
    max-width: none;
    width: 100%;
    padding-top: 0;
}
.header-section .logo.desktop{
	display: none;
}



/*
|-----------------------------------------------------------------------------------------------------------
| SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header-slideshow{
    position: relative;
    top: 60px;
    min-height: 60px;
}
.header-slideshow > div[class$="core_textbox"] {
	margin-top: 45px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.body-section .bodyRow{
	 padding-top: 5px;
}
.body-section h1 span.subtitle{
	color: #a2b476;
	display: block;
	font-size: 26px;
	line-height: 37px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	padding: 10px 0 15px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| HIGHLIGHTS SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.panel_custom_highlights {
	position: relative;
	padding-top: 55px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline-block;
}
.panel_custom_highlights .highlights-ribbon {
	font-family: 'HayneSansBold', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.14em;
	color: #859b55;
	text-align: center;
	text-transform: lowercase;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	width: auto;
	height: 68px;
	margin: 0px auto;
}

/*
|-----------------------------------------------------------------------------------------------------------
| FEATURED SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.panel_custom_featured {
	background: #D6E7EF;
	position: relative;
	width: 100%;
	margin-top: 113px;
	border-bottom: 1px solid #efefef;
}
.panel_custom_featured .tabs {
	position: absolute;
	top: -104px;
	left: 0;
	right: 0;
	max-width: 303px;
	margin: 0px auto;
}
.panel_custom_featured .tabs li:first-child { margin-right: 3px; }
.panel_custom_featured .tabs .tab-title {
	background: #E7EFF7;
	border: none;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 150px;
	color: #A5ADAD;
	border-bottom: 1px solid #fff;
}
.panel_custom_featured .tabs .tab-title.active {
	opacity: 1;
	z-index: 101;
	background: #D6E7EF;
	border-bottom: 1px solid #D6E7EF;
}
.panel_custom_featured .tabs .tab-title a {
	background-color: transparent;
	position: relative;
	font-family: 'Bernadette', serif;
	font-weight: 400; 
	font-size: 26px;
	color: rgba(75,79,85,.6);
	line-height: 1;
	height: 104px;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 0px 1px #f0efe9 !important;
	padding: 15px;
}
.panel_custom_featured .tabs .tab-title.active a {
	color: rgba(75,79,85,1);
}
.panel_custom_featured .tabs .tab-title a span {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 15px;
	color: rgba(207,103,38,.6);
	text-transform: uppercase;
	pointer-events: none;
	text-shadow: -1px 0px 1px #f0efe9;
	display: block;
	margin-top: 5px;
}
.panel_custom_featured .tabs .tab-title.active a span {
	color: rgba(207,103,38,1);
}
.panel_custom_featured .tabs .tab-title.active a span { pointer-events: all; }
.panel_custom_featured .tabs-content {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	z-index: 100;
}

/*
|-----------------------------------------------------------------------------------------------------------
| Listings Search Widget
|-----------------------------------------------------------------------------------------------------------
*/
.listingSearchWidget{
	padding: 50px 20px 30px;
	background: #A5C6D6;
	background-position: center;
	border-top: solid 1px #efefef;
	box-shadow: 0 0 8px -3px #212121 inset;
	overflow: hidden;
}
.listingSearchWidget .mainContainer{
	background: #4A4A52;
    border: 5px solid #efefef;
    border-radius: 4px;
    color: #f1efe8;
    padding: 20px 14px 35px;
    text-align: center;
    text-shadow: none;
}
.item-shadow{
	background: url('/includes/public/assets/images/shadow.png') no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 15px;
	display: block;
}
.listingSearchWidget .title{
	font-family: 'HayneSansBold', serif;
	font-weight: 400; 
	font-style: normal;
	font-size: 25px;
	line-height: 32px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.listingSearchWidget .embellishment{
	background-image: url("/includes/public/assets/images/icon-grapes.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin-bottom: 9px;
    width: 100%;
}
.listingSearchWidget .embellishment > span{
	display: inline-block;
    height: 2px;
    position: relative;
    top: -18px;
    width: 36%;
}
.listingSearchWidget .embellishment .left{float: left;}
.listingSearchWidget .embellishment .right{float:  right; right: 1px;}
.listingSearchWidget .embellishment .top{
	border-bottom: 0px solid #fff;
    border-top: 1px solid #fff;
    display: inline-block;
    height: 2px;
    width: 100%;
    margin-bottom: -19px;
}
.listingSearchWidget .embellishment .bottom{
	border-bottom: 1px solid #fff;
    border-top: 0px solid #fff;
    display: inline-block;
    height: 2px;
    width: 100%;
}
.listingSearchWidget .introText{
	font-size: 15px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400; 
	font-style: normal;
	display: inline-block;
	width: 100%;
	margin-bottom: 29px;
}
.listingSearchWidget form{
	padding: 0 4px;
}
.listingSearchWidget select{
	font-family: 'Poppins', sans-serif;
	-moz-appearance: none;
	font-size: 16px;
	background: #fff;
	color: #4b4f55;
	font-weight: normal;
	background-image: url(/includes/public/assets/images/listings-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center; 
	padding: 7px 35px 7px 10px;
	height: 44px;
	box-shadow: 1px 1px 0 0 #f1efe8;
	border-width: 1px;
	border-color: #d4ccb9;
	border-style: solid;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.listingSearchWidget select:focus{
  	box-shadow: 1px 1px 0 0 #fff;
}
.listingSearchWidget input[type="submit"]{
	background: #DE7B39;
    border-radius: 6px;
    color: #fffbf0;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    line-height: 14px;
    margin-bottom: 0px;
    margin-top: 6px;
    position: relative;
    text-transform: uppercase;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #6b593c;
    width: 100%;
}
.listingSearchWidget input[type="submit"]:hover{
}
.listingSearchWidget .mapImage{
	margin-top: 12px;
    text-align: center;
    width: 100%;
}

/*
|-----------------------------------------------------------------------------------------------------------
| STACKLA CONTAINER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.stackla-widget { margin-bottom: 25px; }

.stackla-container .title-bar {
	display: flex;
	align-items: center;
	height: 60px;
	border: 1px solid #dad2bf;
	border-radius: 5px 5px 0 0;
	background: #f3e8da;
}

.stackla-container .title-bar .social-icons {
	display: flex;
	justify-content: space-around;
	margin: 0px 10px;
	min-width: 150px;
}

.stackla-container .social-icons .fa {
	color: #4b4f55;
	font-size: 36px;
	text-shadow: 1px 1px 0 #fff;
}

.stackla-container .title-bar .title {
	flex: 1;
	color: #4b4f55;
	font-size: 40px;
	font-family: 'HayneSansBold', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

.stackla-container .stackla-content {
	padding: 10px;
	background-color: #fff;
}

.stackla-container .panel-shadow {
	background: url(/includes/public/assets/images/shadow.png) no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 15px;
	display: block;
}

/*** MEDIA QUERY ***/ 
/*** Mobile ***/ 
@media only screen and (max-width: 40em) { } 
/*** Tablet and Desk***/ 
@media only screen and (min-width: 48em){
	.panel_custom_featured { margin-top: 57px; }
	.panel_custom_featured .tabs {top: -58px; }
	.panel_custom_featured .tabs .tab-title a { text-align: left; height: 57px; }
	.panel_custom_featured .tabs .tab-title a span {
		position: absolute;
		bottom: 8px;
		right: 15px;
	}
} 
/*** Tablet ***/ 
@media only screen and (min-width: 48em) and (max-width: 64em) {
	.panel_custom_featured .tabs { max-width: 728px; }
	.panel_custom_featured .tabs .tab-title { width: 355px; }
	.panel_custom_featured .tabs li:nth-child(2) { width: 370px;}
	.panel_custom_featured .tabs .tab-title a { 
		font-size: 34px;
	}
} 
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
	.panel_custom_featured .tabs { left: 115px; max-width: 1080px; margin: auto; }
	.panel_custom_featured .tabs .tab-title { width: 390px; }
	.panel_custom_featured .tabs .tab-title a { 
		font-size: 36px;
		padding: 15px 15px 0 35px;
	}
	.panel_custom_featured .tabs .tab-title a span {
		display: inline;
		margin-top: 0;
	}
	.panel_custom_featured .tabs .tab-title.active a span:hover { text-decoration: underline; }
	.panel_custom_featured .tabs-content { padding-left: 100px; padding-right: 100px; }
}
/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.mobile-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 200001;
}
.footer-section{	
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    margin-top: 50px;
    width: 100%;
}
.footer-section .footer-container {
	background: #fff;
	width: 100%;
}
.footer-section .footerRow {
	padding-top: 30px;
}
.footer-section .footer-logo {
	padding-right: 20px;
	width: 32%;
	height: 209px;
	display: block;
	float: left;
}
.footer-section .address-cont {
	float: left;
    width: 55%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #4b4f55;
    box-sizing: border-box;
}
.footer-section .address-cont .clientname {
	font-weight: 600;
	margin-bottom: 15px;
}
.footer-section .address-cont .address,
.footer-section .address-cont .address p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #4b4f55;
}
.footer-section .footer-nav-cont {
    width: 100%;
    padding-left: 50px;
    margin: 0 auto;
    text-align: center;
}

.footer-section .newsletterContainer {margin-bottom: 20px;}

.footer-section .copyright-cont {
    border-top: 2px solid #d2d3d4;
    color: #4b4f55;
    font-size: 14px;
    padding: 30px 0;
    position: relative;
    top: -3px;
    text-shadow: 1px 1px 0px #f0efe9;
    text-transform: uppercase;
}

.footer-section .simpleview a {float: right;}

/*
|-----------------------------------------------------------------------------------------------------------
| WIDGET STYLES 
|-----------------------------------------------------------------------------------------------------------
|
| !!  THESE ARE NOT SITEWIDE STYLES. THESE WILL NEED TO BE APPLIED TO EACH SPECIFIC MODULE !!
|
*/
/*slideshow*/
.slideshow{
	width: 1280px; 
	margin: 0 auto; 
	max-width: 100%; 
	position: relative;
}
.slideshow .upperShadow{
	height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}
.slideshow .slide{
	z-index: 35;
	position: relative;
}
.slideshow .slide img{
	height: 674px;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    text-align: center;
    width: auto;
    border: 4px solid #fff;
}

/**** Navigation ****/

/* Top Nav */

nav .item{
	display: inline-block;
	margin-right: 19px;
}
nav .item:last-child{
	margin-right: 0;
}
nav .top-nav .item {
	margin: 0;
}
nav .top-nav .item a {
	color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
	margin: 0 12px 0 0;
}
nav .top-nav .item .pipe { 
	display: inline-block;
	margin: 0 0 0 15px;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.66);
}

/* Main Nav */

nav .nav-primary .item {
	/*height: 67px;	*/
	height: 92px;
	position: relative;
}

nav .nav-primary .item:hover {border-bottom: 3px solid #8e9109;}

nav .nav-primary .item a {
	color: #4b4f55;
    font-family: 'HayneSansBold', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-shadow: 0px 0px 2px rgba(240,239,233,1);
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
nav .nav-primary .item a:hover {
	color: #cf6726;
}
nav .nav-primary > .item > a {
	margin-top: 15px;
	position: relative;
	display: inline-block;
	text-transform: lowercase;
}
nav .nav-primary > .item.selected a {
	color: #cf6726;
}

.nav-primary .dropdown {
	background: #fff;
    border-top: 4px solid #cf6726;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    display: none;
    height: auto;
    left: -100px;
    min-width: 550px;
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    /*top: 67px;*/
    top: 55px;
    width: auto;
    z-index: 30;
}
.nav-primary .dropdown.things-to-do {left: -150px}
.nav-primary .dropdown.places-to-stay {left: -310px}
.nav-primary .dropdown.plan {left: -495px}

.nav-primary .item:hover .dropdown {display: block;}
.nav-primary .dropdown .dropdown-cont {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    margin: 0 0 0 20px;
    position: relative;
}
.nav-primary .dropdown .dropdown-cont .dtnad {
	float: left;
    margin: 0 auto;
    text-align: center;
    width: 240px;
}
.nav-primary .dropdown .dropdown-cont .drop-image {
	float: left;
    margin: 10px 0 0 30px;
    width: 230px;
}
.nav-primary .dropdown .dropdown-cont .drop-item-cont {
	float: left;
	width: auto;
	min-width: 280px;
}
.nav-primary .dropItem {
	position: relative;
}
.nav-primary .dropItem a {	
    display: block;
    color: #4b4f55;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 20px;
    position: relative;
    text-align: left;
    text-transform: none;
    white-space: normal;
    width: 100%;
}
.nav-primary .dropItem:hover a {}
.nav-primary .dropItem a .dropTitle {
    color: #4b4f55;
    display: block;
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
    padding: 3px 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
} 

.nav-primary .dropdown .dropItem .dropTitle .arrow {
	position: absolute;
	left: 90%;
	top: 38%;
	width: 0; 
	height: 0; 
	border-bottom: 6px solid transparent;
    border-left: 10px solid #b8e2de;
    border-top: 6px solid transparent;
    display: inline-block;
}

/* Interior Sidenav */

.nav-side {border-radius: 10px; margin-bottom: 20px;}
.nav-side .nav-side-title {
	background: #859b55;
	font-family: 'Poppins', sans-serif;
	font-weight: 400; 
	font-size:  26px;
	text-transform: uppercase;
	color:  #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 100%;
	padding: 5px 15px 5px 25px;
}
.nav-side .nav-side-cont {
	background: #f3e8da;
    padding: 15px 0 20px;
    border: 1px solid #efefef;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.nav-side .nav-side-shadow {
	background: url('/includes/public/assets/images/shadow.png') no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 10px;
	display: block;
}

.nav-side .nav-side-cont .item {position: relative; padding-left: 15px;}

.nav-side .nav-side-cont .item a {
    color: #4b4f55;
    display: block;
    font-family: 'Poppins', sans-serif;
	font-weight: 400; 
    font-size: 18px;
    line-height: 25px;
    min-height: 35px;
    padding: 4px 10px;
    text-decoration: none;
}

.nav-side .nav-side-cont .item a:hover,
.nav-side .nav-side-cont .item.selected a.selected {
    font-weight: 600;
}

.nav-side .nav-side-cont .item a.open {font-weight: 600;}

.nav-side .item .container .arrow-right {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #3ebed6;
}

.nav-side .item .container .arrow-down {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #3ebed6 transparent transparent transparent;
}

.nav-side .item .container .arrow-right,
.nav-side .item .container .arrow-down {display: none;}

.nav-side .item .container.has-dropdown .arrow-right,
.nav-side .item .container .item-open {display: inline-block;}

.nav-side .item .container .arrow-right,
.nav-side .item .container .arrow-down,
.nav-side .item .container.has-dropdown .arrow-right,
.nav-side .item .container .item-open {
    color: #4b4f55;
    cursor: pointer;
    font-size: 24px;
    margin-right: 0;
    position: absolute;
    left: 12px;
    top: 12px;
}
.nav-side .item .container .arrow-down {right: 5px;}

.nav-side .item .container .item-open {
    display: none;
    height: 20px;
    right: 8px;
    top: 8px;
    width: 19px;
}

.nav-side .item.selected .container .item-open,
.nav-side .item .container.has-dropdown .arrow-right,
.nav-side .item.open.displayopen .container .arrow-down,
.nav-side .item.active .container .arrow-down,
.nav-side .item .container .item-open .arrow-down {display: inline-block;}

.nav-side .item.selected .container .arrow-right,
.nav-side .item.open.displayopen .container .arrow-right,
.nav-side .item.active .container .arrow-right,
.nav-side .item.displayopen .container .children .container .arrow-right,
.nav-side .item.active .container .children .arrow-down {display: none;}

.nav-side .item.open.displayopen .container .arrow-right {color: #fff;}

.nav-side .item .children {position: relative; display: none; width: 100%;}
.nav-side .item.selected .container .children,
.nav-side .item .container > .children .item,
.nav-side .item.displayopen .container .children,
.nav-side .item.active .container .children {display: block; width: 100%;}
.nav-side .item .container > .children .item a {
    color: #4b4f55;
    padding-left: 20px;
}

.nav-side .item .container > .children .item a.selected {}

.nav-side .item .container .children .item-open {top: 3px;}

.nav-side .item.open.displayopen .container .children .arrow-down {display: none;}

.nav-side .item.selected .container .children .container .item-open {display: none;}
.nav-side .item .container .children .container .item.selected .item-open {display: block;}

.nav-side .item .container .arrow-right,
.nav-side .item .container .arrow-down {display: none !important;} /* No arrow comp'd, hiding for now */

/* Footer Nav */

nav .footer-nav .item{
	display: block;
    margin: 5px 0 15px;
    text-align: left;
    margin-right: 0;
    position: relative;
}
nav .footer-nav .item a{
	color: #4b4f55;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #f0efe9;
}

/* Mobile Nav */

.mobilenav { 
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20002;
}
.mobilenav .logo.mobile {
    position: absolute;
    top: 50px;
    width: 450px;
}
.mobilenav .siteSearchBox {
	height: 38px;
    position: absolute;
    right: 95px;
    top: 0;
    width: 38px;
}
.mobilenav .mobile-top-bar {
  width: 100%;
  height: 10px;
  display: block;
}
.mobilenav .logo-mobile {
	background-size: cover !important;
    display: block;
    height: 97px;
    left: -160px;
    margin-left: 50%;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 55px;
    width: 320px;
    z-index: 9;
}
.mobilenav .logo-mobile img {width: 320px;}
.mobilenav .logo-mobile a {
	display: block;
    height: 97px;
    margin: 0 auto;
    text-align: center;
    width: 320px;
}
.mobilenav .dl-menuwrapper {  
	left: 0;
   	position: relative;
    /*top: 60px;*/
	height: 38px;
	line-height: 64px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index: 20002;
	background: #859b55;
}
.mobileHeader.active .dl-menuwrapper {background-color: #f7f7ef;}

.mobilenav .menu-icon {
	background: transparent url("/includes/public/assets/images/hamburger.png") no-repeat scroll right 0;
    display: block;
    height: 38px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 136px;
}
.mobilenav .menu-icon a {
    margin: 0 auto;
    height: 38px;
    width: 96px;
}
.mobilenav .menu-icon:hover {background-color: transparent;}
.mobilenav .menu-icon.dl-active {background: transparent url("/includes/public/assets/images/menu-close.png") no-repeat scroll right 0;}
.mobilenav .menu-icon.dl-active a .fa-bars {display: none;}

.mobilenav ul.dl-menu {
    background: #f3e8da;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    top: 38px;
}
.mobilenav ul.dl-menu li {
	border-bottom: 1px solid #dad2bf;
    float: none;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    width: 100%;
}
.mobilenav ul.dl-menu li.mobile-item {    
    border-bottom: 1px dashed #cac0b4;
    margin: 0 15px;
}
.mobilenav ul.dl-menu li.mobile-item:hover,
.mobilenav ul.dl-menu li.mobile-item:active {color: #ec1a24;}
/* Add arrow to parent items with children*/
.mobilenav ul.dl-menu li .arrow {
    color: #fff;
    display: none;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 10px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #b8e2de;
}
.mobilenav ul.dl-menu li.item-main.has-submenu .arrow {display: block;}

/* Industry Mobile Nav */

.mobilenav ul.dl-menu .item.item-top a {
    display: block;
    font-family: 'Poppins', sans-serif;
	font-weight: 600; 
	font-size: 16px;
    color: #4b4f55;
    line-height: 30px;
    margin: 10px 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}

.mobilenav ul.dl-menu .item.item-top a .pipe {display: none;}

.mobilenav ul.dl-menu .item.item-top .has-submenu .fa-angle-right {display: inline-block; top: 3px;}

.mobilenav ul.dl-menu .item.item-top a .fa,
.mobilenav ul.dl-menu .item.item-top ul li > a .fa {
	background-color: #4b4f55;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 8px;
    position: absolute;
    right: 18px;
}

/* Hide arrow on LI when parent is active */
.mobilenav ul.dl-menu li.has-submenu.dl-subviewopen {
  background-image: none;
}
.mobilenav ul.dl-menu li > a,
.mobilenav ul.dl-menu li ul li > a {
  	display: block;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 22px;
    color: #4b4f55;
    line-height: 30px;
    margin: 10px 0;
    padding: 0 20px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
}
.mobilenav ul.dl-menu li > a .fa,
.mobilenav ul.dl-menu li ul li > a .fa {
	background-color: #4b4f55;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    right: 15px;
}

.mobilenav ul.dl-menu li.has-dropdown > a,
.mobilenav ul.dl-menu li ul li.has-dropdown > a {
}

.mobilenav ul.dl-menu li.has-dropdown ul li a {
  width: 98%;
  padding-right: 5px;
}

.mobilenav ul.dl-menu li:hover:not(.has-form) > a {}

.mobilenav ul li > a:hover,
.mobilenav ul.dl-menu li ul li > a:hover,
.mobilenav ul.dl-menu li:hover > a {}
.mobilenav .dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  max-width: 320px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}

.mobilenav .dl-menuwrapper .dl-menu.dl-menuopen {
	box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.5);
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hide the inner submenus */
.mobilenav ul.dl-menu li.dl-back > a {font-size: 16px; text-transform: uppercase; opacity: 0.7;}

.mobilenav .dl-menuwrapper ul.dl-menu li .dl-submenu {
  display: none;
  margin-left: 0;
}

/* Color the parent nav a different color when children are visible and hide arrow */
.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent {
  background-image: none;
}

.mobilenav .dl-menuwrapper ul.dl-menu .dl-parent a {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.mobilenav .dl-menu.dl-subview li,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > a,
.mobilenav .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.mobilenav .dl-menu.dl-subview li.dl-subview,
.mobilenav .dl-menu.dl-subview li.dl-subview .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.mobilenav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context NEEDS styling for transition */
.mobilenav .dl-menuwrapper > .dl-submenu {
  background: #fff url(/includes/public/assets/images/sub-menu-dd-btm-bg.jpg) repeat-x bottom center; 
  position: absolute;
  width: 100%;
  top: 68px;
  left: 0;
  list-style: none;
  list-style-type: none;
  margin: 0;
  display:none;
}
.mobilenav .dl-menuwrapper > .dl-submenu li {
  list-style-type: none;
  border-bottom: 1px solid #ff9933;
}

.mobilenav .dl-menuwrapper > .dl-submenu li a {
  display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    outline: medium none;
    padding: 8px 0 6px 15px;
    color: #fff;
}

/* mobile industry nav */
.mobilenav ul.dl-menu li.item-topnav > a, 
.mobilenav ul.dl-menu li.item-topnav ul li > a {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #80400b;
  text-transform: lowercase;
}

/* mobile .tripbuilder nav */
.mobilenav .mobile-tripbuilder {
    background: url('/includes/public/assets/images/retinadust-green.png') repeat;
    padding-left: 20px;
    min-height: 38px;
    width: 100%;
}

.mobilenav .social ul {margin: 0 auto; text-align: center;}

.mobilenav .social ul li {border: 0 none; display: inline-block; height: auto; width: auto;}

/* Animation classes for moving out and in - THERE ARE MORE OPTIONS THAN WHAT IS BELOW */

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 1;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
  }
}


/* Explore widget */
.exploreContainer{
	background: url('/includes/public/assets/images/wood.png') repeat;
	min-height: 600px;
	width: 100%;
	margin: 70px auto 20px;
	text-align: center;
}
.exploreContainer img {position: relative; top: -27px;}

/* Featured Events Widget */

.feateventsContainer {
	background: url('/includes/public/assets/images/seamless-paper-tan.png') repeat;
	width: 100%;
	margin: 90px auto 0;
	text-align: center;
}

.feateventsContainer img {position: relative; top: -70px; margin-bottom: -75px;}

/* homepage map */

.homemapContainer {
    margin: 0 auto; 
}
.homemapContainer img{
	width: 100%;
	margin-bottom: 50px;
}

/* Visitor Guide and Social Links area above Footer */

.vguide-container {
	background: #f3e8da;
    display: inline-block;
    margin: 0 auto;
    min-height: 140px;
    padding-bottom: 60px;
    text-align: center;
    width: 100%;
}

.vguide-container .social-hub {
	display: inline-block;
	max-width: 300px;
	position: relative; 
	bottom: -35px;
}

.vguide-container .social-icons {display: inline-block; max-width: 300px;}
.vguide-container .social-icons .social-link {margin-left: 5px;}
.vguide-container .social-icons:first-child,
.vguide-container .social-icons:first-child {margin-left: 0;}
.vguide-container .social-icons .facebook,
.vguide-container .social-icons .twitter,
.vguide-container .social-icons .pinterest,
.vguide-container .social-icons .instagram,
.vguide-container .social-icons .tripadvisor {
  background-image: url(/includes/public/assets/images/social-icons-sprite.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.vguide-container .social-icons a:hover {opacity: 1;}
.vguide-container .social-icons .facebook:hover,
.vguide-container .social-icons .twitter:hover,
.vguide-container .social-icons .pinterest:hover,
.vguide-container .social-icons .instagram:hover,
.vguide-container .social-icons .tripadvisor:hover {
  /*background-image: url(/includes/public/assets/images/social-icons-sprite-ro.png);*/
}


.vguide-container .social-icons .facebook {
  background-position: 0 0;
}
.vguide-container .social-icons .twitter {
  background-position: -60px 0;
}
.vguide-container .social-icons .instagram {
  background-position: -120px 0;
}
.vguide-container .social-icons .pinterest {
  background-position: -180px 0;
}
.vguide-container .social-icons .tripadvisor {
  background-position: -240px 0;
}
.vguide-container .inner{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| SITEMAP
|-----------------------------------------------------------------------------------------------------------
*/
.wrapper .sitemap{
	display: block;
    margin: 45px 0 0;
}
.wrapper .sitemap h4{
	border-bottom: 2px solid #ccc4ae;
	color: #4b4f55;
	font-family: 'HayneSansBold', serif;
	font-size: 35px;
	line-height: 16px;
	margin: 45px 0 15px;
	padding: 0 0 11px;
	font-weight: 400;
	text-shadow: 0px 1px 0px #f0efe9 !important;
	background-color: transparent;
	position: relative;
	font-size: 30px;
	line-height: 25px;
	font-style: normal;
}
.wrapper .sitemap ul{
	list-style-position: outside;
    list-style-type: none;
    color: #000;
}

.wrapper .sitemap ul li{
	display: block;
    margin-bottom: 25px;
     color: #cf6726;
     display: list-item;
}
.wrapper .sitemap ul li a{
	border: medium none;
	color: #cf6726;
	outline: 0 none;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}
.wrapper .sitemap ul li a:hover {
	border: medium none;
    color: #cf6726;
	-webkit-transition: color 225ms ease-in-out;
    -moz-transition: color 225ms ease-in-out;
    -o-transition: color 225ms ease-in-out;
    transition: color 225ms ease-in-out;
    text-decoration: underline;
}
.wrapper .sitemap ul li a:after{
	font-family: FontAwesome;
 	content: "\00a0\f107";
    font-size: 14px;
    left: 3px;
    position: relative;
    top: -1px;
}
.wrapper .sitemap ul li a:last-child:after{
	font-family: FontAwesome;
	content: "\00a0\f105";
}
/*second level*/
.wrapper .sitemap ul ul{
	margin: 0 0 0 45px;
}
.wrapper .sitemap ul ul li{
	margin-bottom: 12px;
}
.wrapper .sitemap ul ul li a{
	font-size: 16px;
}
.wrapper .sitemap ul ul li a:after{
    font-size: 11px;
    left: 3px;
    position: relative;
    top: -0px;
}
/*third level*/
.wrapper .sitemap ul ul ul{
	margin: 0 0 0 30px;
}
.wrapper .sitemap ul ul ul li{
	margin-bottom: 16px;
}
.wrapper .sitemap ul ul ul li a{
	font-size: 14px;
}
.wrapper .sitemap ul ul ul li a:after{
    font-size: 9px;
    left: 3px;
    position: relative;
    top: -1px;
}

/*
|-----------------------------------------------------------------------------------------------------------
| NEWSLETTER SIGNUP
|-----------------------------------------------------------------------------------------------------------
*/
.newsletter-signup{
	margin: 12px auto;
    overflow: hidden;
    position: relative;
    width: 290px;
    max-width: 100%;
}
.newsletter-signup .title{
	background-color: transparent;
    color: #4b4f55;
    display: block;
    font-family: 'Bernadette',serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 14px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #f0efe9 !important;
}
.newsletter-signup .inputArea{
	display: block;
}
.newsletter-signup form{}
.newsletter-signup .inputCont{
	float: left;
	width: 70%;
	padding-right: 4px;
}
.newsletter-signup input[type="text"]{
	background: #f3e8da none repeat scroll 0 0;
    border-color: #dad2bf;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    color: #4b4f55;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    height: 44px;
    margin-bottom: 10px;
    padding: 7px 15px 7px 16px;
    box-shadow: none;
}
.newsletter-signup .submitCont{
	float: left;
	width: 30%;
}
.newsletter-signup input[type="submit"]{
	background: #cf6726;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    border-radius: 4px;
    color: #fffbf0;
    font-weight: 600;
    height: 45px;
    line-height: 14px;
    margin-bottom: 0px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    border: none;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #f1efe8;
}

.footer-section .footer-signup {
	position: fixed;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 41px;
	padding-top: 8px;
	/*background-color: rgba(147, 150, 9, 0.85);*/
	background: rgba(133, 155, 85, .7);
	border-top: 1px solid #fff;
	box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.4);
	opacity: 1;
	z-index: 200;
	-moz-transition:all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.footer-section .footer-signup > i {
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	height: 20px;
	width: 20px;
	font-size: 20px;
	color: black;
	background-color: white;
	border-radius: 10px;
	padding-left: 4.7px;
	line-height: 1.1;
	cursor: pointer;
	-moz-transition:all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.footer-section .footer-signup.visible {
	opacity: 1;
}
.footer-section .footer-signup.collapsed {
	height: 0;
}
.footer-section .footer-signup.collapsed > i {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}
.footer-section .footer-signup a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-section .footer-signup.collapsed .visitorsguide-icon {
	-ms-transform: translate(0px, 65px); /* IE 9 */
	-webkit-transform: translate(0px, 65px); /* Chrome, Safari, Opera */
	transform: translate(0px, 65px);
}
.footer-section .footer-signup .enewsletter-link,
.footer-section .footer-signup .visitorsguide-link {
	text-align: center;
}
.footer-section .footer-signup .enewsletter-link .fa { padding-right: 10px;}

@media only screen and (min-width: 64.063em) {
	.footer-section .footer-signup .visitorsguide-icon {
		content: '';
		position: relative;
		left: 25px;
		float: left;
		margin-top: -65px;
		height: 100px;
		width: 150px;
		/*background: url(/includes/public/assets/images/visitors-guide-new.png) center 0 no-repeat;*/
		background-size: contain;
		-moz-transition:all .3s linear;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}
	.footer-section .footer-signup .visitorsguide-link {
		padding-right: 60px;
	}
}

@media only screen and (max-width: 40.063em) {
	.footer-section .footer-signup a { font-size: 11px; }
	.footer-section .footer-signup a > i { display: none; }
	.footer-section .footer-signup .enewsletter-link,
	.footer-section .footer-signup .visitorsguide-link {
		padding: 0;
	}
}
/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 375px) {

	.mobilenav .logo.mobile {
		left: 0px;
	    margin: 0 auto;
	    right: 0;
	    top: 38px;
	    width: 100%;
	    overflow: hidden;
	}
	.mobilenav .logo.mobile img{
		left: 0px;
	    margin: 10px auto 0;
	    right: 0;
	    display: inline-block;
	    max-width: 280px;
	}

	.header-slideshow,
	.slideshow .slide img {
		height: auto;
    	max-width: 100%;
	}
	.slideshow .slide img {
		margin-bottom: 85px;
    	top: 85px;
	}

	.show-wrapper {
		 padding-top: 35px;
	}

	.header-section {margin-bottom: 30px;}

	.footer-section .footer-logo,
	.footer-section .address-cont {width: 100%}
	.footer-section .footer-logo {text-align: center; margin: 0 auto;}

	.footer-section .newsletterContainer {
		-webkit-box-shadow: 0 20px 0px -19px rgba(240, 239, 233, 1) inset;
	    -moz-box-shadow: 0 20px 0px -19px rgba(240, 239, 233, 1) inset;
	    border-top: 1px solid #bfb7a0;
	    box-shadow: 0 20px 0 -19px rgba(240, 239, 233, 1) inset;
		padding: 20px 0 0;
		text-align: center;
	}

	.footer-section .translateContainer {padding-bottom: 20px; margin: 0 auto; text-align: center;}

	nav .footer-nav .item {display: block; width: 100%; margin: 0 auto; text-align: center;}

	.footer-section .copyright-cont,
	.footer-section .simpleview a {float: none; text-align: center; margin: 0 auto;}
	.footer-section .simpleview a {padding-top: 15px; display: block;}
}
/*for logo */
@media only screen and (max-width: 640px) {
	.mobilenav .logo.mobile {
	    width: 100%;
	    text-align: center;
	}
	.mobilenav .logo.mobile img{
	    display: inline-block;
	    max-width: 200px;
	}
}

/*** Mobile and Tablet Large ***/
@media only screen and (max-width: 1024px) {
	
	.wrapper .header-section .headerRow {
		max-height: 38px;
	}

	.header-section .lower-header-outer {background: url('/includes/public/assets/images/retinadust-green.png') repeat; height: 38px;}
	
	.slideshow .slide img {width: auto;}

	nav .footer-nav .item {display: inline-block; margin-right: 25px;}
	nav .footer-nav .item:last-child {margin-right: 0;}


	.footer-section .footer-nav-cont {
		-webkit-box-shadow: 0 20px 0px -19px rgba(240, 239, 233, 1) inset;
	    -moz-box-shadow: 0 20px 0px -19px rgba(240, 239, 233, 1) inset;
	    border-top: 1px solid #bfb7a0;
	    box-shadow: 0 20px 0 -19px rgba(240, 239, 233, 1) inset;
		padding: 20px 0;
	}
}

/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
	/*
	|------------------------
	| SLIDESHOW SECTION
	|------------------------
	*/ 
	.header-slideshow {
	} 

	.header-slideshow .img-shadow {
	    display: inline-block;
	    position: relative;
	}

	.header-slideshow .img-shadow::before, 
	.header-slideshow .img-shadow::after {
	    bottom: 12px;
	    box-shadow: 0 14px 16px #777;
	    content: "";
	    left: 20px;
	    max-width: 300px;
	    position: absolute;
	    top: 80%;
	    transform: rotate(-4deg);
	    width: 60%;
	    z-index: -1;
	}

	.header-slideshow .img-shadow::after {
	    left: auto;
	    right: 20px;
	    transform: rotate(4deg);
	}

	.header-slideshow .border-fade::after {
	    background: rgba(0, 0, 0, 0) linear-gradient(to left, transparent, #c0bfb9 35%, #c0bfb9 70%, transparent) repeat scroll 0 0;
	    bottom: -1px;
	    content: "";
	    display: block;
	    height: 1px;
	    position: absolute;
	    width: 100%;
	    z-index: 999;
	}

	/*
	|------------------------
	| BODY SECTION
	|------------------------
	*/
	
	/*
	|------------------------
	| BODY SECTION
	|------------------------
	*/
	
	.panel_custom_highlights .highlights-ribbon {
		font-size: 28px;
		width: auto;
		height: 68px;
	}


	/*
	|------------------------
	| FOOTER SECTION
	|------------------------
	*/

	/*
	|---------------------------
	| Listings Search Widget
	|---------------------------
	*/    
	.listingSearchWidget{ min-height: 450px; padding: 53px 12px 42px; }
	.listingSearchWidget .mainContainerWrapper{ width: 50%; float: left; }
	.listingSearchWidget form{ padding: 0; }
	.listingSearchWidget .mapImage{ width: 50%; display: inline-block; }
	.listingSearchWidget form .row.collapse .columns{ padding: 0 4px; }
	.listingSearchWidget input[type="submit"]{ margin-top: 0; max-width: 130px; float: left;}
	.listingSearchWidget .mapImage{ margin: 0; }
	.listingSearchWidget .title{ font-size: 23px; }
	.listingSearchWidget .embellishment > span { width: 41%; }

	/*
	|-------------------------
	|  NEWSLETTER SIGNUP
	|-------------------------
	*/
	.newsletter-signup{
		width: 100%;
		margin: 0 0 11px 0;
	}
	.newsletter-signup .inputCont{ width: 75%; }	
	.newsletter-signup .submitCont{ width: 25%; }

	/*
	|-----------------------
	| SITEMAP
	|-----------------------
	*/
	.sitemap ul.multicol {
	    margin:0;
	    -moz-column-count: 2;
	    -moz-column-gap: 30px;
	    -webkit-column-count:2;
	    -webkit-column-gap:30px;
	    column-count:2;
	    column-gap:30px;
	}
	

}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	/*
	|------------------------
	| GLOBAL TAG STYLES
	|------------------------
	*/
	body .wrapper .row{
	}
	/*
	|------------------------
	| HEADER SECTION
	|------------------------
	*/
	.lower-header-outer{
    	height: 50px;
    }

    .mobilenav .menu-icon,
	.mobilenav .dl-menuwrapper .dl-menu{right: 30px;}
    /*
	|------------------------
	| FOOTER SECTION
	|------------------------
	*/
    .footer-section .links div.socialLinkCont {
	    margin: 35px 0 15px;
    	width: 100%;
	}
	.footer-section .links.row.collapse {
	    padding-top: 15px;
	}
	.footer-section .news.row.collapse .columns:nth-child(1){
		padding-right: 0.9375rem;
	}
	.footer-section .news.row.collapse .columns:nth-child(2){
		padding-left: 0.9375rem;
	}

	.footer-section .footer-logo img{
		
	}

	.vguide-container{
		height: 133px;
		min-height: 0;
    	padding-bottom: 0;
    	margin-bottom: -5px;
    	padding-right: 21px;
	}
	.vguide-container .social-hub{

	}
	.listingSearchWidget{
		background: #A5C6D6;
	}
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 
	/*
	|------------------------
	| HEADER SECTION
	|------------------------
	*/
	.header-section .upper-header-outer{
		background: #859b55;
	    border-bottom: 1px solid #fff;
	    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	    box-sizing: border-box;
	    display: block;
	    max-height: 40px;
	    padding-top: 3px;
	    position: relative;
	    z-index: 10;
	}
	.header-section .lower-header{
		margin: 0 auto;
	    max-width: 1060px;
	}
	.header-section .lower-header-outer{
		background-color: transparent;
		height: auto;
	}
	.header-section .mainNavCont{
		float: left;
	    max-width: 600px;
	    /*max-width: 609px;*/
	    padding-top: 24px;
	    width: 100%;
	    position: relative;
	}
	.header-section .mainNavCont .item{
		margin-left: 22px;
   		margin-right: 0;
	}

	.nav-primary .dropItem {max-width: 260px;}

	.top-nav .sub-cont {display: none;}

	.header-section .logo.desktop{
		display: block;
	}
	.header-slideshow{
		top: -60px;
    	margin-bottom: -60px;
    	min-height: 60px;
	}
	/*
	|------------------------
	| BODY SECTION
	|------------------------
	*/
	.body-section h1.home.intro-header .embellish{
    	display: block;
    }
    /*
	|------------------------
	| FOOTER SECTION
	|------------------------
	*/
	.footer-section .links.row.collapse{
		text-align: left;
	}
	.footer-section .footerNavCont{
		float: right;
	    width: 215px;
	}
	.footer-section .links div.socialLinkCont {
    	width: auto;
    }
    .footer-section .bookingCont {
	    margin-top: 15px;
	}
	.vguide-container{
		height: 110px;
		min-height: 0;
    	padding-bottom: 0;
    	margin-bottom: -5px;
	}
	.vguide-container .social-hub{

	}

	/*
	|---------------------------
	| Listings Search Widget
	|---------------------------
	*/
	.listingSearchWidget{
		background: #A5C6D6;
	}
	.listingSearchWidget .mapImage {
	    left: 48px;
	    margin: 0;
	    position: relative;
	    top: -20px;
	}
	.listingSearchWidget .title{ font-size: 25px; }
	.listingSearchWidget .introText{ padding: 0 10px; }
}


/*
|--------------------------------------------
| WIDGET MEDIA QUERIES
|--------------------------------------------
*/
/*** Mobile ***/ 
@media only screen and (max-width: 375px){
	.exploreContainer img {top: -25px;}
}
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
 	.mobilenav {

	}
	.mobilenav .logo.mobile{
		max-width: 260px;
	}

	.exploreContainer img {top: -25px;}
}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {}



