/* Itinerary css */
#itinerary .itinerary-preview {
	padding: 4px;
	border: 1px solid #ddd;
	background-color: white;
	text-align: center;
}

#itinerary #itinerary-previews {
	padding-top: 20px;
}

#itinerary .itinerary-preview {
	margin-bottom: 30px;
}

#itinerary .itinerary-preview h3 {
	color: #908261;
}

#itinerary .itinerary-preview .body-text {
	padding: 10px 5px;
}

#itinerary .intinerary-panel {
	margin-top: 60px;
	border-radius: 0 4px 4px 4px;
	margin-bottom: 0;
}

#itinerary .intinerary-panel h3 {
	color: #908261;
}

#itinerary .intinerary-panel hr {
	background-color: #CFCFCF;
}

#itinerary .intinerary-panel #place-panel {
	margin-bottom: 0;
}

#itinerary .intinerary-panel #tab_accommodation hr:last-of-type {
	display: none;
}

#itinerary .intinerary-panel .itinerary-banner {
	margin-bottom: 15px;
}

#itinerary .intinerary-panel .loader {
	text-align: center;
	padding: 30px 0;
}

#itinerary .intinerary-panel .slideshow {
	position: relative;
	margin-bottom: 15px;
}

#itinerary .body-text img {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	#itinerary .body-text img {
		float: right;
		width: 250px !important;
		margin-left: 15px;
	}
}

@media (min-width: 992px) {
	#itinerary .body-text img {
		width: 350px !important;
	}
}

@media (min-width: 1200px) {
	#itinerary .body-text img {
		width: 450px !important;
	}
}

#itinerary h1 .fa,
#itinerary h2 .fa,
#itinerary h3 .fa {
	margin-right: 10px;
}

.sidenav-button {
	padding: 10px 15px;
	margin-bottom: 20px;
	display: table;
	width: 100%;
}

.sidenav-button,
.sidenav-button:hover,
.sidenav-button:active,
.sidenav-button:focus,
.sidenav-button:visited {
	outline: none;
	text-decoration: none;
}

.sidenav-button div {
	display: table-cell;
	vertical-align: middle;
}

.sidenav-button .icon-container {
	width: 1%;
}

.sidenav-button .text-container {
	padding-left: 15px;
}

.sidenav-button .text-container .title {
	font-size: 15px;
	font-weight: bold;
}

.sidenav-button .text-container .subtitle {
	font-size: 13px;
}

.sidenav-button.light {
	color: black;
	background-color: #D2CEB0;
	border: 1px solid #8A7C60;
}

.sidenav-button.dark {
	color: white;
	background-color: #8A7C60;
	border: 1px solid #D2CEB0;
}

a.list-group-item.child {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

/* End Itinerary css */
* {
	outline: none;
}

.form-control:focus {
	box-shadow: none;
	border: none;
}

body {
	background: #000;
}

h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
	font-family: 'Gotham-Bold';
}

h1 {
	color: #908261;
}

.clearfix span {
	display: none;
}

.weather-icon {
	height: 2em;
	margin-right: -5px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background: rgba(127, 112, 86, 0.875);
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	background-color: rgba(127, 112, 86, 0.5);
	border-color: rgba(127, 112, 86, 0.1);
}

.display-table {
	display: table;
	height: 100%;
	margin-bottom: 0;
	width: 100%;
}

.cell {
	display: table-cell !important;
	vertical-align: middle;
	float: none;
}

.cell-thumbnail {
	padding-right: 15px;
}

.cell-content {
	width: 100%;
}

#welcome {
	z-index: 200;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#welcome-text {
	text-align: center;
	color: #d7c9a0;
	text-shadow: 3px 3px 3px #000;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2000;
}

#welcome #header-large {
	font-size: 50px;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
}

#welcome #header-small {
	font-size: 20px;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
	color: #fff;
}

#filter-results {
	margin-bottom: 20px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #ddd;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	text-decoration: none;
}

.thumbnail .thumbnail-content {
	padding: 10px 5px;
}

.thumbnail .thumbnail-content h4,
.thumbnail .thumbnail-content h5 {
	line-height: 1em;
	min-height: 2em;
}

.thumbnail .thumbnail-content .thumbnail-tags {
	display: block;
	line-height: 1em;
	min-height: 3em;
	margin-bottom: 5px;
}

.thumbnail .thumbnail-content .thumbnail-rates {
	display: block;
	line-height: 1em;
	min-height: 3em;
	max-height: 3em;
	overflow: hidden;
}

.thumbnail .thumbnail-content .thumbnail-place {
	display: block;
}

.thumbnail .thumbnail-buttons {
	padding: 0 0 5px;
}

span.help {
	cursor: help;
}

.nav .caret,
.nav a:hover .caret,
.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.no-margin {
	margin: 0;
}

#map-canvas {
	background: #333;
}

.cycle-slideshow {
	width: 100%;
	background: #333;
}

#home-slideshow .item {
	height: 600px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

#inner-slideshow {
	width: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.gm-style-iw #info-content {
	padding: 5px 0 0;
}

.gm-style-iw #info-content img {
	margin: 0 15px 5px 0;
	background: #f3f3f3;
}

.gm-style-iw #info-content .btn {
	margin-bottom: 5px;
}

.contact-well {
	font-size: 1.1em;
}

.contact-well table td {
	padding-right: 5px;
}

.header-placeholder {
	width: 100%;
	/* float: left; */
}

.content {
	padding: 50px 0 40px;
}

/* under header*/
.content.listing h1 {
	color: #908261;
}

.container.placeOffTrail .content {
	padding: 50px 0 0px;
}

/* under header*/
.container.placeOffTrail #place-panel {
	margin-top: 51px;
}

.page-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.well {
	background: rgba(223, 221, 204, 0.5);
	margin-bottom: 0;
}

#identifiers .thumbnail {
	box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.90);
	min-height: 238px;
}

.featured-well {
	position: relative;
}

.featured {
	position: absolute;
	top: -7px;
	right: 0px;
	z-index: 1;
}

.featured-well .featured {
	right: -15px;
}

#map-buttons {
	padding-top: 15px;
}

.trans {
	background: rgba(0, 0, 0, 0.25);
}

.white {
	background: rgba(255, 255, 255, 0.95);
}

.beige {
	background-color: rgba(127, 112, 86, 0.875);
}

.opaque {
	background: #fff;
	box-shadow: 3px -2px 4px 0px rgba(0, 0, 0, 0.05);
}

.brown {
	position: relative;
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
}

.cycle-overlay {
	display: none;
	font-size: 12px;
	text-align: right;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	top: 150px;
	right: 20px;
	z-index: 1000;
	padding: 5px 10px;
	color: #fff;
	max-width: 200px;
	border-radius: 5px;
}

.cycle-overlay div:first-child {
	font-weight: bold;
}

.ezsearch-result {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}

.header {
	position: relative;
	margin-top: -124px;
	float: left;
	width: 100%;
}

.header-overlay {
	line-height: 1;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 101;
	padding: 20px 0;
	color: #fff;
	box-shadow: 3px -2px 4px 0px rgba(0, 0, 0, 0.1);
}

.current-place {
	font-size: 40px;
	font-weight: bold;
	color: #dcc89d;
}

.header-overlay .nav-item,
.header-overlay i {
	color: #fff;
	position: relative;
	top: -8px;
}

.header-overlay i {
	padding: 0 10px;
}

.navbar {
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	border: 0;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

.navbar-top {
	background: rgba(0, 0, 0, 0.9)
}

.navbar-brand {
	padding: 15px 0;
}

.navbar-toggle {
	margin-right: 0;
}

.paragraph {
	margin-bottom: 20px;
}

.cycle-slideshow img {
	display: none;
}

.cycle-button {
	position: absolute;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.25);
	display: block;
	cursor: pointer;
	top: 56%;
	transform: translateY(-56%);
}

.cycle-button:hover {
	background-color: rgba(0, 0, 0, 0.50)
}

.cycle-button i {
	font-size: 50px;
	opacity: 0.5;
}

.cycle-button.cycle-prev {
	left: 0;
	padding: 10px 0 5px 3px;
}

.cycle-button.cycle-next {
	right: 0;
	padding: 10px 0 5px 10px;
}

.navbar-collapse {
	max-height: none;
}

#trail-nav-panel .panel-title {
	text-align: center;
}

.list-group#trail-nav {
	text-align: center;
	padding: 10px 0 15px;
}

.list-group#trail-nav .list-group-item {
	border: 0;
	padding: 3px 0;
}

.list-group#trail-nav .list-group-item.active {
	background: #f3f3f3;
}

.list-group#trail-nav .list-group-item .place {
	font-weight: bold;
}

.list-group#trail-nav .list-group-item .journey {
	font-size: 10px;
	display: block;
	line-height: 1;
}

.list-group#trail-nav .list-group-item .journey i {
	display: block;
}

.yamm-fw .dropdown-menu {
	margin: 0 15px;
	border: 0;
}

.yamm-content a {
	color: #333;
}

.yamm-content#places {}

.nav>li>a:hover,
.nav>li>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: rgba(146, 129, 99, 0.9);
}

.nav>li.active>a {
	background-color: rgba(146, 129, 99, 0.9);
}

.book {
	padding: 70px 0 60px;
}

.background {
	background: url(/img/background.jpg) no-repeat top center fixed;
	background-size: cover;
}

.background-black {
	background-color: #000;
}

.btn-green {
	background-color: #727a35;
	border-color: #60672d;
	color: #fff;
}

.btn-green:hover {
	background-color: #60672d;
	border-color: #4f5525;
	color: #fff;
}

.btn-beige,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #bbae84;
	border-color: #9f9470;
	color: #fff;
}

.btn-beige:hover {
	background-color: #9f9470;
	border-color: #8c8263;
	color: #fff;
}

.btn-gold {
	background-color: #8F826B;
	border-color: #8F826B;
	color: #fff;
	border-radius: 0;
}

.btn-gold:hover {
	background-color: #8F826B;
	border-color: #8F826B;
	color: #fff;
}

.btn-primary {
	background-color: #dbcb9a;
	border-color: #b6a67d;
}

.btn-primary:hover {
	background-color: #b6a67d;
	border-color: #b6a67d;
}

.place-tabs {
	margin-top: 30px;
	padding-bottom: 30px;
}

#place-panel {
	margin-top: 60px;
	border-radius: 0 4px 4px 4px;
}

.trail-tabs {
	margin-top: -41px;
	margin-left: -1px;
}

.trail-tabs li {
	background: #ccc7a6;
	float: left;
	margin-right: 2px;
	font-family: 'Gotham-Bold';
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	overflow: hidden;
}

.trail-tabs li a {
	color: #000;
}

.trail-tabs li:hover a {
	background: #908363;
}

.trail-tabs li.active a {
	background: #fff;
	color: #000;
}

.trail-tabs li.active a i {
	color: #908363;
}

.header-padding {
	padding: 18px 0;
}

.header-padding.header-icons {
	padding: 22px 0;
}

.header-icons a {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin-left: 5px;
	opacity: 0.95;
}

.header-icons a:hover {
	opacity: 1;
}

#top-nav {
	background-color: rgba(127, 112, 86, 0.875);
	border-bottom: 0;
}

#top-nav i {
	color: #dcc89d;
}

#top-nav-btn {
	background: #bbae84;
	border-color: #9f9470;
	color: #fff;
	border-radius: 0;
	padding: 8px;
	margin-bottom: 0;
	margin-top: 10px;
}

#top-nav-btn .icon-bar {
	background: #fff;
}

#filters-nav {
	padding: 0;
}

.navbar-nav a {
	font-family: 'Gotham-Medium';
}

.navbar-nav>li>a {
	color: #fff;
	font-family: 'Gotham-Medium';
	text-shadow: 0px 0px 2px #333;
}

.navbar-nav .nav-list-header {
	font-family: 'Gotham-Bold';
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}

.nav-list li {
	border-bottom: 1px solid #ccc;
	line-height: 25px;
}

.nav-list li:last-child {
	border-bottom: 0px solid #ccc;
}

.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.9);
	border: 0;
}

.dropdown-menu a {
	color: #333;
}

.dropdown-menu #offtrail {
	margin-top: 15px;
}

.margin-bot-lg {
	margin-bottom: 40px;
}

.margin-bot-md {
	margin-bottom: 30px;
}

.margin-bot-sm {
	margin-bottom: 20px;
}

.margin-bot-xs {
	margin-bottom: 10px;
}

.margin-top-lg {
	margin-bottom: 40px;
}

.margin-top-md {
	margin-bottom: 30px;
}

.margin-top-sm {
	margin-bottom: 20px;
}

.margin-top-xs {
	margin-bottom: 10px;
}

footer {
	background: #000;
	padding: 30px 0;
	position: relative;
}

footer a {
	color: #bbae84;
}

a {
	color: #917f62;
}

a:hover,
a:focus {
	color: #6f6241;
}

#listings-filter {
	margin-top: -50px;
	box-shadow: none;
	width: auto;
	pointer-events: none;
}

#listings-filter .navbar-nav {
	pointer-events: auto;
}

#listings-filter .navbar-nav .dropdown {
	margin-right: 5px;
}

#listings-filter .navbar-nav .dropdown .dropdown-toggle {
	background: rgba(127, 112, 86, 0.875);
}

.panel-default>.panel-heading {
	background: rgba(127, 112, 86, 0.875);
	color: #fff;
}

.paragraph {
	margin-bottom: 30px;
}

#home-slideshow {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

#home-slideshow .item {
	height: 100vh;
	z-index: 0;
}

#home-header {
	margin: 0 !important;
	height: 70vh;
}

#identifiers,
.white {
	position: relative;
	z-index: 1;
	clear: both;
}

.navbar {}

#map-canvas {
	height: 535px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.map-canvas {
	border: solid 1px #333
}

#weather img {
	-webkit-filter: grayscale(50%);
	filter: gray;
	filter: grayscale(50%);
	filter: url(desaturate.svg#greyscale);
}

@media(max-width:1199px) {
	.newsletter-image {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}

	.thumbnail .thumbnail-content h4,
	.thumbnail .thumbnail-content h5 {
		min-height: 0;
		font-size: 15px;
	}

	#identifiers .thumbnail-content p {
		font-size: 13px;
		line-height: 1.2;
		margin-bottom: 0;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 20px;
	}

	#slider {
		height: 245px;
	}

	#welcome #header-large {
		font-size: 40px;
	}

	#welcome #header-small {
		font-size: 18px;
	}
}

@media (max-width:991px) {
	#identifiers .home-thumb .thumbnail {
		min-height: 387px;
	}

	.header-overlay {
		position: relative;
	}

	.header {
		margin-top: 0;
	}

	.home-thumb .thumbnail .thumbnail-content h4,
	.thumbnail .thumbnail-content h5 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	#identifiers .home-thumb .thumbnail-content p {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 0;
	}

	#welcome-text {
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (min-width:768px) and (max-width:992px) {
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 17px;
	}

	.navbar-nav {
		padding-left: 15px;
	}

	.list-thumbnail {
		width: 60px;
	}

	#slider {
		height: 161px;
	}

	.navbar-nav>li>a {
		padding: 8px;
		font-size: 12px;
	}

	.navbar {
		min-height: inherit;
	}

	#welcome-text {
		padding: 0 15px;
		line-height: 1;
	}

	#header-large {
		display: block;
		margin-botton: 10px;
	}

	.trail-tabs {
		margin-top: -31px;
	}

	.trail-tabs li {
		font-size: 10px;
	}

	.trail-tabs li a {
		padding: 8px;
	}

	.cycle-overlay {
		top: 20px;
	}

	.cycle-button {
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (min-width:769px) {
	.navbar-brand img {
		height: 34px;
	}

	#weather .col-sm-2 {
		width: 14.28571428571429%;
	}

	.navbar-collapse {
		padding: 0;
	}
}

@media (max-width:767px) {
	body {
		background: none;
	}

	button#filters-nav-btn {
		margin: 20px 0;
		outline: none;
	}

	#identifiers .home-thumb {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto
	}

	#identifiers .home-thumb .thumbnail {
		min-height: 0
	}

	#map-canvas {
		height: 300px !important;
	}

	.gm-style-iw #info-content img {
		width: 100px;
		height: 67px;
	}

	.gm-style-iw #info-content #info-heading {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.gm-style-iw #info-content {
		font-size: 11px;
	}

	.gm-style-iw #info-content img {
		margin: 0 10px 5px -5px;
	}

	.gm-style-iw #info-content p {
		margin-bottom: 5px;
	}

	.gm-style-iw #info-content .btn {
		font-size: 9px;
	}

	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 17px;
	}

	h3 {
		font-size: 13px;
	}

	#filters-nav-btn {
		margin: 10px auto 5px;
	}

	#filter-results {
		text-align: center;
	}

	#top-nav {
		position: absolute;
	}

	.navbar-brand {
		padding: 16px 0;
	}

	.navbar-brand img {
		height: 24px;
	}

	.margin-bottom-xs {
		margin-bottom: 20px !important;
	}

	#top-nav {
		background-color: rgba(127, 112, 86, 0.97);
	}

	#top-nav i .fa-search {
		color: #fff;
	}

	.dropdown-menu,
	.dropdown-menu a {
		color: #fff;
	}

	.dropdown-menu .nav-list li {
		border-bottom: 0;
	}

	.dropdown-menu .nav-list {
		padding-bottom: 19px;
		margin-bottom: 20px;
		border-bottom: 1px solid #bcae97;
	}

	.dropdown-menu #offtrail .nav-list {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: 0;
	}

	#welcome {
		position: static;
		background: rgba(255, 255, 255, 0.925);
	}

	#welcome-text {
		position: static;
		transform: translateY(0%);
		padding: 20px 15px;
		text-shadow: none;
	}

	#welcome-text span {
		line-height: 1;
	}

	#welcome #header-large {
		font-size: 20px;
		color: #908261;
	}

	#welcome #header-small {
		font-size: 13px;
		color: #5a5a5a;
	}

	.cycle-button i {
		font-size: 15px;
	}

	.cycle-button.cycle-prev {
		left: 0;
		padding: 5px 0 3px 3px;
	}

	.cycle-button.cycle-next {
		right: 0;
		padding: 5px 0 3px 5px;
	}

	.img-responsive {
		margin: 0 auto;
	}

	.cycle-slideshow .item {
		height: 200px;
	}

	.text-center-xs {
		text-align: center;
	}

	.trail-tabs {
		margin-top: -31px;
	}

	.trail-tabs li {
		font-size: 10px;
	}

	.trail-tabs li a {
		padding: 8px;
	}

	#inner-slideshow .item {
		height: 300px;
	}

	#home-slideshow {
		position: relative;
	}

	#home-slideshow .item {
		height: 250px;
	}

	#weather h3 {
		text-align: center;
		margin: 10px 0;
		font-size: 18px;
	}

	#weather .col-sm-2 {
		margin: 10px 0;
	}

	#home-header {
		height: auto;
	}

	#trail-nav-panel {
		margin-top: 20px;
	}

	.content {
		padding: 20px 0;
	}

	.book {
		background: #333;
		padding: 30px 0;
		text-align: center;
	}

	footer div {
		text-align: center !important;
	}

	.dropdown-menu>li>a {
		color: #fff;
	}

	#tab_accommodation img {
		margin-bottom: 10px;
	}

	.cycle-button {
		top: 50%;
		transform: translateY(-50%);
	}

	.cycle-overlay {
		top: 15px;
		right: 15px;
		font-size: 10px;
		padding: 3px 5px;
	}
}