/*!
 *	Travel Oregon - Sitewide styles
 *
 *	author: Substance Inc / findsubstance.com
 *	browser support: IE8+, latest Chrome, Safari, Firefox, Opera
 */
/*
@font-face {
	font-family: 'Rokkitt';
	src: url(/fonts/Rokkitt-webfont.eot);
	src: url(/fonts/Rokkitt-webfont.eot?#iefix) format('embedded-opentype'),
	     url(/fonts/Rokkitt-webfont.woff) format('woff'),
	     url(/fonts/Rokkitt-webfont.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'Rokkitt';
	src: url(/fonts/Sanchezlight-ita-webfont.eot);
	src: url(/fonts/Sanchezlight-ita-webfont.eot?#iefix) format('embedded-opentype'),
	     url(/fonts/Sanchezlight-ita-webfont.woff) format('woff'),
	     url(/fonts/Sanchezlight-ita-webfont.ttf) format('truetype');
	font-style: italic;
	font-weight: normal;
}
*/
@font-face {
	font-family: 'Scrappers';
	src: url(/fonts/scrappers-webfont.eot);
	src: url(/fonts/scrappers-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/scrappers-webfont.woff) format('woff'),
		 url(/fonts/scrappers-webfont.ttf) format('truetype');
	font-style: normal;
	font-weight: normal;
}

/* -- keyframes -- */
@-webkit-keyframes instagram-pulse {
  0% {
		-webkit-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		background-image: -webkit-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
  }
  50% {
		-webkit-box-shadow: inset 0 0 40px rgba(17,17,17,.95); /* inner glow */
		box-shadow: inset 0 0 40px rgba(17,17,17,.95); /* inner glow */
  }
}
@-moz-keyframes instagram-pulse {
  0% {
		-moz-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		background-image: -moz-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
  }
  50% {
		-moz-box-shadow: inset 0 0 40px rgba(17,17,17,.95); /* inner glow */
		box-shadow: inset 0 0 40px rgba(17,17,17,.95); /* inner glow */
  }
}
@-o-keyframes instagram-pulse {
  0% {
		box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		background-image: -o-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
  }
  50% {
		box-shadow: inset 0 0 40px rgba(17,17,17,.95); /* inner glow */
  }
}
@keyframes instagram-pulse {
  0% {
		box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		background-image: linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
  }
  50% {
		box-shadow: inset 0 0 40px rgba(17,17,17,.95); /* inner glow */
  }
}

/* -- reset -- */
html, body, a, abbr, blockquote, button, div, em, fieldset, form, h1, h2, h3, h4, h5, h6, hr, iframe, img, label, legend, li, object, ol, p, pre, span, strong, table, td, th, tr, ul { background: no-repeat 0 0; border: 0; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; }
ol, ul { list-style: none; }
strong, th { font-weight: bold; }
table {	border-spacing: 0; width: 100%; }
input, textarea { padding: 0; }
legend { white-space: normal; width: 100%; }
textarea { overflow: auto; resize: vertical; }
embed, iframe, img, input, object, select, textarea { margin: 0; max-width: 100%; vertical-align: top; }
a:hover, a:active, embed, object { outline: 0; }
a, button { cursor: pointer; }
button { line-height: normal; }
button[disabled] { cursor: default; }
button::-moz-focus-inner { border: 0; padding: 0; }


/* -- elements -- */
body {
	background: #f2ece1 url(/img/legacy/bg.jpg) repeat 50% 0;
	background-image: -moz-linear-gradient(0, #ddd4c2, #f2ece1 30%, #f2ece1 65%, #ddd4c2);
	background-image: -ms-linear-gradient(0, #ddd4c2, #f2ece1 30%, #f2ece1 65%, #ddd4c2);
	background-image: -o-linear-gradient(0, #ddd4c2, #f2ece1 30%, #f2ece1 65%, #ddd4c2);
	background-image: -webkit-linear-gradient(0, #ddd4c2, #f2ece1 30%, #f2ece1 65%, #ddd4c2);
	background-image: linear-gradient(to right, #ddd4c2, #f2ece1 30%, #f2ece1 65%, #ddd4c2);
	color: #222;
	font-size: 12px;
	line-height: 1.6667em; /* 20px */
	min-width: 960px;
	word-wrap: break-word;
}
a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;

	-moz-transition: color 100ms linear;
	-ms-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	-webkit-transition: color 100ms linear;
	transition: color 100ms linear;
}
a:hover {
	color: #026326;
	text-decoration: none;
}
h1 > a, h2 > a, h3 > a, h4 > a {
	font-weight: normal;
}
h1 {
	font-weight: 700;
	font-size: 52px;
	line-height: 1;
	margin: 0 0 .18em; /* 9px */
}
h2 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 .2647em; /* 9px */
}
h3 {
	font-size: 24px;
	line-height: 1; /* 24px */
	margin-bottom: .25em; /* 6px */
}
h4 {
	font-size: 18px;
	line-height: 1.1111; /* 20px */
	margin-bottom: .3333em; /* 6px */
}
h5 {
	font-size: 15px;
	line-height: 1.3333; /* 20px */
	margin-bottom: .4em; /* 6px */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;}
h6 {
	font-size: 13px;
	line-height: 1.5385; /* 20px */
	margin-bottom: .4615em; /* 6px */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
hr {
	border-top: 3px dashed transparent;
	margin: 15px 0 0;
	padding: 15px 0 0;

	-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
}
.ie hr {
	border-top-color: #999;
	border-top-width: 1px;
}
p {
	margin: 0 0 .75em; /* 9px */
}
blockquote {
	color: #616161;
	font-size: 16px;
	font-style: italic;
	line-height: 1.5; /* 24px */
	margin: 0 40px;
}
img, .video iframe {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
th, td {
	vertical-align: top;
}
iframe[src='about:blank'] {
	left: -9999px;
	position: absolute;
}

/* - elements: form - */
form {
	margin: 0 0 1em;
}
form:last-child {
	margin-bottom: 0;
}
fieldset {
	float: left;
	width: 100%;
}
legend {
	color: #555;
	font-weight: 700;
	font-size: 16px;
	font-style: italic;
	letter-spacing: .05em;
	line-height: 1.4286; /* 20px */
	padding: 0 0 5px;
	text-align: center;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
legend:before, legend:after {
	content: '  \2013  ';
	font-size: 16px;
}
legend > label {
	display: inline;
}
label, .label {
	display: block;
	margin: 0 0 4px;
}
input, select, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea {
	font-size: 13px;
}
select {
	font-size: 12px;
	width: 100%;
}
input[type='email'],
input[type='password'],
input[type='text'],
select,
textarea {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
input[type='email'],
input[type='password'],
input[type='text'],
textarea {
	border: 1px solid #555;
	padding: 8px;
	width: 100%;
}
input[type='submit'] {
	background: none;
	box-shadow: none;
	border: 0;
	cursor: pointer;
	font-size: inherit;
	margin: 2em 0 0;
	text-decoration: underline;
}
input[type='submit']:hover {
	text-decoration: none;
}
textarea {
	min-height: 90px;
}
input + p, textarea + p {
	margin: 3px 0;
}
input[size] {
	width: auto;
}
input[type='checkbox'], input[type='radio'] {
	display: block;
}

/* - elements: pseudo - */
::-moz-selection {
	background-color: #234331;
	color: #fff;
}
::selection {
	background-color: #234331;
	color: #fff;
}
:-moz-placeholder {
	color: #777;
}
::-webkit-input-placeholder {
	color: #777;
}
::input-placeholder {
	color: #777;
}

/* -- utility -- */
.clean {
	box-shadow: none;
}
.hash {
	cursor: default;
}
#wrap .fixed {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: auto;
}
#wrap .last {
	float: right;
	margin-right: 0;
}

/* - ui states - */
.s-hidden {
	display: none !important;
}
.s-loading {
	background-image: url(/img/icons/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 60px;
	min-width: 60px;
}
input.s-loading {
	background-image: url(/img/icons/loader-input.gif);
	background-position: 95% 50%;
	min-height: 10px;
}
.map.s-loading, .results.s-loading {
	background: none;
	min-height: 0;
	min-width: 0;
}
.map.s-loading:after, .results.s-loading:after {
	background: url(/img/icons/loader.gif) no-repeat 50% 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.results.s-loading:after {
	background-color: transparent;
	background-position: 50% 100px;
}
.modal.s-loading {
	min-height: 4px;
	min-width: 4px;
}
.sub.s-loading {
	background-image: url(/img/icons/loader-dark.gif);
}
.table-data.s-loading {
	background-position: 50% 100px;
}
.table-data.s-loading > tbody,
.table-data.s-loading > tbody .btn-action {
	visibility: hidden;
}
.table-data.s-loading > tbody > tr:first-child > td {
	min-height: 200px;
}

/* - font stacks - */
body, input, textarea, select,
.ad, .btn-action, .post-title-action, .collage .polaroid, .finder button, .marker.marker-listing, .h-sec > li, .grid-inline > .col, .nav > li, .faq.compact .answer {
	font-family: 'Helvetica Neue', Arial, Sans-serif;
}
button,
.amenities, .btn, .callout, .caption, .h-special, .form-disabled-message, .marker, .nav-toggle, .paging, .tabs > li,
#brand, #nav > li > a, #nav-footer > li, #nav-footer .nav > li, #nav-map > li {
	font-family: 'Scrappers', Sans-serif;
	font-weight: normal;
}
h1, h2, h3, h4, legend, blockquote,
.date, .featured-results, .intro, .lead, .results-bar, .table-data th, .answer, .answer:before,
#slideshow-caption,
.to13.content-lens.page-wrapper >.hgroup .h-section {
	font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* - alternate font color for footer and map animations with tan backgrounds - */
#footer-language, #footer-network, #footer-language:hover, #footer-network:hover { color: #000; }
.map-wrap { color: #000; }
.infowindow-inner .post-title, .infowindow-inner .meta, .infowindow-inner .post-title:hover, .infowindow-inner .meta:hover { color: #000; }

/* - inline-block whitespace fix - */
.ads, .collage, .grid-inline, .h-sec, .nav, .tabs {
	font-family: 'Courier New', Monospace;
	letter-spacing: -.65em;
}
.ad, .collage .polaroid, .collage .callout, .grid-inline > .col, .h-sec > li, .nav > li, .tabs > li {
	letter-spacing: normal;
}

/* - image replacement - */
.icon, .ui-icon, .paging .next, .paging .prev, .nav-share-link, .nav-share-title, #search button, #nav-footer a, #nav > li > a, #nav > li > span {
	border: 0;
	direction: ltr;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

/* - contain floats - */
.brochures-wrapper:after, .online-brochure-category:after, .brochure.featured:after, .group:after, .grid-alt:after, .field:after, .sec:after, .posts > li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* -- grid -- */
.col {
	float: left;
	margin-right: 20px;
}
.col > p:last-child {
	margin-bottom: 0;
}
.col-sep {
	border-right: 3px dashed transparent;
	padding-right: 20px;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .col-sep {
	border-right-color: #444;
	border-right-width: 1px;
}
.inner {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
.grid-inline {
	margin-left: -10px;
	margin-right: -10px;
}
.grid-inline > .col {
	display: inline-block;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: top;
}
.grid-inline.mid > .col {
	vertical-align: middle;
}
.grid-inline.mid > .col:first-child {
	text-align: right;
}
#wrap {
	min-height: 200px;
	overflow: hidden;
}
#wrap .col.solo {
	float: none;
	margin-left: auto;
	margin-right: auto;
}


/* - grid: primary (960wide/14col/20gutter) - */
.col1 { width: 50px; }
.col2 { width: 120px; }
.col3 { width: 190px; }
.col4 { width: 260px; }
.col5 { width: 330px; }
.col6 { width: 400px; }
.col7 { width: 470px; }
.col8 { width: 540px; }
.col9 { width: 610px; }
.col10 { width: 680px; }
.col11 { width: 750px; }
.col12 { width: 820px; }
.col13 { width: 890px; }

.append1 { padding-right: 70px; }
.append2 { padding-right: 140px; }
.append3 { padding-right: 210px; }
.append4 { padding-right: 280px; }
.append5 { padding-right: 350px; }

.prepend1 { padding-left: 70px; }
.prepend2 { padding-left: 140px; }
.prepend3 { padding-left: 210px; }
.prepend4 { padding-left: 280px; }
.prepend5 { padding-left: 350px; }

.pull { float: left; }
.pull1 { margin-left: -70px; }
.pull2 { margin-left: -140px; }
.pull3 { margin-left: -210px; }
.pull4 { margin-left: -280px; }
.pull5 { margin-left: -350px; }

.push { float: right; }
.push1 { margin-right: -70px; }
.push2 { margin-right: -140px; }
.push3 { margin-right: -210px; }
.push4 { margin-right: -280px; }
.push5 { margin-right: -350px; }


.centered {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

/* - grid: alternate (960wide/9col/30gutter) - */
.grid-alt .col {
	margin-right: 30px;
}
.grid-alt .col-sep {
	margin-right: 15px;
	padding-right: 12px;
}
.grid-alt .grid-inline {
	margin-left: -15px; margin-right: -15px;
}
.grid-alt .grid-inline > .col {
	margin-left: 15px; margin-right: 15px;
}

.grid-alt .col1 { width: 80px; }
.grid-alt .col2 { width: 190px; }
.grid-alt .col3 { width: 299.5px; }
.grid-alt .col4 { width: 410px; }
.grid-alt .col5 { width: 520px; }
.grid-alt .col6 { width: 630px; }
.grid-alt .col7 { width: 740px; }
.grid-alt .col8 { width: 850px; }

/* - grid: outdoorproject - */
.odp-wrapper .col4 { width: 306px; }

/* -- structure -- */
.sec {
	border-top: 3px dashed transparent;
	margin-top: 25px;
	padding-top: 25px;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

.sec.no-border {
	padding-top: 0;
	border: 0;

}

.ie .sec {
	border-top-color: #444;
	border-top-width: 1px;
}
.sec .sec:first-child,
.sec.aside.last {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.h-sec, .h-sec > li {
	display: inline-block;
	vertical-align: top;
}
.h-sec {
	white-space: nowrap;
}
.h-sec > li {
	white-space: normal;
}
.h-sec > li + li {
	border-left: 3px dashed transparent;
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .h-sec > li + li {
	border-left-color: #444;
	border-left-width: 1px;
}
.v-sec > li + li {
	border-top: 3px dashed transparent;
	margin: 15px 0 0;
	padding: 15px 0 0;

	-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
}
.ie .v-sec > li + li {
	border-top-color: #999;
	border-top-width: 1px;
}
.sep:before {
	border-top: 1px solid #555;
	content: '';
	display: block;
	margin: 12px auto;
	max-width: 80%;
	width: 85px;
}
.col > .sep:first-child {
	display: none;
}
.sep.compact:before {
	border-color: #888;
	margin: 6px auto;
	width: 12px;
}
.sep + .sec {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}


/* -- forms -- */
.label-em {
	font-weight: bold;
}
label em, .label-em em {
	font-size: 11px;
	font-weight: normal;
}
.placeholder-wrap {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.placeholder {
	color: #777;
	cursor: text;
	left: 9px;
	font-size: 13px;
	line-height: 1;
	position: absolute;
	top: 10px;
}
.field {
	font-size: 13px;
	margin: 0 0 15px;
}
.field:last-child {
	margin-bottom: 0;
}
.field-inner {
	margin: 10px 0 15px;
}
.cbrb-label {
	display: block;
	margin: -16px 0 0 20px;
}
.cbrb-icons {
	margin-top: -8px;
}
.cbrb-icons > li {
	float: left;
	margin: 8px 10px 0 0;
	width: 49px;
}
.optin {
	font-size: 11px;
	line-height: 1.3636; /* 15px */
}
.optin li + li {
	margin-top: 10px;
}
.optin .cbrb-label {
	margin-top: -14px;
}
.multi-input > div {
	float: left;
	width: 50%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.multi-input > div + div {
	padding-left: 10px;
}
.multi-input > input, .multi-input > .placeholder-wrap, .multi-input > .preposition {
	display: inline-block;
	vertical-align: middle;
}
.multi-select > div {
	min-height: 24px;
	position: relative;
}
.multi-select > div + div:after {
	background-image: url(/img/ui/sprite.png);
	content: '';
	height: 28px;
	left: -15px;
	position: absolute;
	top: -16px;
	width: 13px;
}
.multi-select > div + div:last-child:after {
	background-position: -13px 0;
}

/* - forms: disabled - */
.form-disabled {
	padding: 15px;
	position: relative;
}
.form-disabled-message {
	background: url(/img/ui/f2ece1-90.png);
	background: rgba(242, 236, 225, .9);
	border: 3px dashed transparent;
	bottom: 0;
	font-size: 20px;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 6;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .form-disabled-message {
	border-color: #666;
	border-width: 1px;
}
.form-disabled-message a {
	font-weight: normal;
}
.form-disabled-message:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.form-disabled-message .preposition {
	display: block;
	font-size: .9em;
	margin: .5em 0;
}
.form-disabled-message > p {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

/* - forms: mini - */
.form-mini {
	display: table;
	margin: 0;
	width: 100%;
}
.form-mini > div {
	display: table-cell;
	padding-right: 3px;
	width: 100%;
}
.form-mini > div + div {
	padding-right: 0;
	width: auto;
}
.form-mini input[type='text'], .form-mini button {
	display: inline-block;
	vertical-align: middle;
}
.form-mini input[type='text'] {
	padding: 6px;
}
.form-mini .placeholder {
	left: 7px;
	top: 8px;
}

/* - forms: compact - */
.h-section + .form-compact {
	margin-top: 15px;
}
.h-section.alt + .form-compact {
	margin-top: 0;
}
.form-compact .field {
	margin-bottom: 10px;
}

/* - forms: mega - */
.form-mega input, .form-mega textarea,
.input-mega[type='text'] {
	font-size: 16px;
}
.form-mega textarea, .form-mega input[type='email'], .form-mega input[type='password'], .form-mega input[type='text'], .input-mega[type='text']  {
	padding: 12px 8px;
}
.form-mega h3 + p {
	margin: -.4615em 0 .6923em; /* -6px 0 9px */
}
.form-mega h3 + .error {
	margin-top: 0;
}
.form-mega > .field {
	margin-bottom: 30px;
}
.form-mega .more {
	margin-top: -5px;
	padding-top: 20px;
}
.form-mega .support {
	font-size: 12px;
	line-height: 1.6667; /* 20px */
	margin: .5em 0 0; /* 6px */
}

/* - forms: finder - */
.finder {
	border: dashed transparent;
	border-width: 3px 0;
	margin: 25px 0;
	padding: 20px 0;
	position: relative;
	text-align: center;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}


.ie .finder {
	border: dashed #444;
	border-width: 1px 0;
}
.finder:before, .finder:after,
.has-hero-video > .hgroup:before, .has-hero-video > .hgroup:after {
	content: '';
	height: 35px;
	left: -10px;
	position: absolute;
	right: -10px;
	z-index: -1;
}
.finder:before,
.has-hero-video > .hgroup:before {
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .75);
	top: -37px;
}
.finder:after,
.has-hero-video > .hgroup:after {
	bottom: -37px;
	box-shadow: 0 -20px 25px -15px rgba(0, 0, 0, .75);
}
.finder form {
	margin-bottom: 0;
}
.finder button {
	border-width: 10px 20px 10px 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3333; /* 24px */
	margin-top: 8px;
	padding: 0;

	-moz-border-image: url(/img/buttons/border-submit.png) 20 stretch;
	-o-border-image: url(/img/buttons/border-submit.png) 20 stretch;
	-webkit-border-image: url(/img/buttons/border-submit.png) 20 stretch;
	border-image: url(/img/buttons/border-submit.png) 20 stretch;
}
.ie .finder button {
	border-width: 8px 10px;
}
.finder button:after, .finder button:hover {
	-moz-border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
	-o-border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
	-webkit-border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
	border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
}
.finder label {
	margin-bottom: 0;
}
.finder .h-section:after {
	display: none;
}
.finder .col-sep {
	min-height: 58px;
}
.finder .field {
	margin-bottom: 0;
	text-align: left;
}
.finder .multi-input > input, .finder .multi-input > .placeholder-wrap {
	width: 40%;
}
.finder .multi-input > .preposition {
	width: 15%;
}
.finder .switch-secondary {
	display: block;
	margin-top: -3px;
}
.finder .switches > .switch-secondary:first-child {
	margin-top: -6px;
}
.finder .target {
	margin-bottom: 7px;
}
.finder + .sec {
	border: 0;
	margin-top: -25px;
}
.finder.search button {
	margin-top: 12px;
}
.finder.search .col-sep {
	min-height: 70px;
}

/* - finder: city - */
.to13 .finder-city{
	border:0;
	margin:0;

	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #222222),
		color-stop(0.02, #444444),
		color-stop(0.98, #333333),
		color-stop(1, #111111)
	);
	background-image: -o-linear-gradient(bottom, #222222 0%, #444444 2%, #333333 98%, #111111 100%);
	background-image: -moz-linear-gradient(bottom, #222222 0%, #444444 2%, #333333 98%, #111111 100%);
	background-image: -webkit-linear-gradient(bottom, #222222 0%, #444444 2%, #333333 98%, #111111 100%);
	background-image: -ms-linear-gradient(bottom, #222222 0%, #444444 2%, #333333 98%, #111111 100%);
	background-image: linear-gradient(to bottom, #222222 0%, #444444 2%, #333333 98%, #111111 100%);
}
.to13 .finder-city h2{
	color:#fffcf7;
}
.to13 .finder-city h2 .lead{
	color:#fffcf7;
}
.to13 .finder-city:before{
	display:none;
}
.to13 .finder-city:after{
	display:none;
}
.to13 .finder-inner{
	display:block;
	padding:20px 0;
}

.to13 .finder-city .col4.field {
	width: 350px;
}

.to13 .sub.finder-city button, .to13 .sub.finder-city button:hover{
	background-color:#fff;
	font-size:14px;
	border-width:8px 14px 8px 8px;
	padding-right:2px;
	-moz-border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
	-o-border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
	-webkit-border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
	border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
}

.to13 .finder-city .multi-select > div + div:after{
	/* dropdown arrow img white */
	background-image: url('/img/ui/arrow-fffcf7.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* - finder: gps - */
.gps-link,
.gps-link:hover {
	color: #fff;
}
.gps-link {
	background: #222;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	display: table-cell;
	font-size: 12px;
	line-height: 1;
	padding: 10px 5px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.gps-link:hover {
	background: #026326;
}
#finder-location {
	display: table;
	width: 100%;
}
.gps-link + #finder-location-input {
	margin-left: 3px;

	-moz-transition: padding 100ms linear;
	-ms-transition: padding 100ms linear;
	-o-transition: padding 100ms linear;
	-webkit-transition: padding 100ms linear;
	transition: padding 100ms linear;
}
#finder-location-input.gps-on[type='text'] {
	background-image: url(/img/legacy/gps-dot.png);
	background-image: -moz-radial-gradient(circle closest-side, #3a8c4a 0%, #026326 75%, #fff);
	background-image: -ms-radial-gradient(circle closest-side, #3a8c4a 0%, #026326 75%, #fff);
	background-image: -o-radial-gradient(circle closest-side, #3a8c4a 0%, #026326 75%, #fff);
	background-image: -webkit-radial-gradient(circle closest-side, #3a8c4a 0%, #026326 75%, #fff);
	background-image: radial-gradient(circle closest-side, #3a8c4a 0%, #026326 75%, #fff);
	background-position: 8px 50%;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	padding-left: 23px;
}


/* -- alerts -- */
.alert, .alert a {
	color: #fff;
}
.alert {
	background-color: #026326;
	background-position: 20px 50%;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5) inset, 0 0 6px rgba(0, 0, 0, .5);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6; /* 24px */
	margin: 0 auto 20px;
	max-width: 540px;
	min-height: 48px;
	padding: 15px 20px;
}
.alert:last-child {
	margin-bottom: 0;
}
.alert.fail {
	background-color: #b40;
	background-image: url(/img/icons/fail.png);
	padding-left: 90px;
}
.alert.success {
	background-image: url(/img/icons/success.png);
	padding-left: 110px;
}
.error > em, .error > em > a {
	color: #fff;
}
.error {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2308; /* 16px */
	margin: 0 0 10px;
}
.error > em {
	background-color: #b40;
	font-style: normal;
	display: inline-block;
	padding: 3px 5px 4px;
	position: relative;
}
.error > em:before {
	border: solid transparent;
	border-top-color: #b40;
	border-width: 6px 6px 0;
	top: 100%;
	content: '';
	height: 0;
	left: 10px;
	position: absolute;
	width: 0;
}
.error-alt {
	text-align: center;
}
.error-alt > em:before {
	left: 50%;
	margin-left: -6px;
}


/* -- tabular -- */

/* - tabular: data - */
.table-data th, .table-data td {
	min-width: 120px;
	padding-left: 20px;
	text-align: center;
}
.table-data th:first-child, .table-data td:first-child {
	padding-left: 0;
	text-align: left;
}
.table-data th {
	border-bottom: 3px dashed transparent;
	color: #555;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .05em;
	padding-bottom: 5px;
	text-transform: uppercase;
	white-space: nowrap;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .table-data th {
	border-bottom-color: #444;
	border-bottom-width: 1px;
}
.table-data th > span:before, .table-data th > span:after {
	content: '  \2013  ';
}
.table-data td {
	border-top: 3px dashed transparent;
	font-size: 11px;
	font-style: italic;
	line-height: 1.3636em; /* 15px */
	padding-bottom: 15px;
	padding-top: 15px;

	-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
}
.ie .table-data td {
	border-top-color: #999;
	border-top-width: 1px;
}
.table-data td:first-child {
	font-size: 12px;
	font-style: normal;
	line-height: 1.6667em; /* 20px */
}
.table-data tr:first-child td {
	border: 0;
}
.table-data .thumb.s {
	margin-right: 5px;
}

/* - tabular: instructions - */
.table-instructions {
	counter-reset: item;
	margin: 0 0 1em;
}
.table-instructions td, .table-instructions th {
	border-bottom: 1px solid #cdc8bf;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding: 10px;
}
.table-instructions th {
	font-weight: normal;
	padding-left: 30px;
	text-align: left;
}
.table-instructions th:before {
	content: counter(item) '.';
	counter-increment: item;
	float: left;
	font-size: 10px;
	margin: 1px 0 0 -30px;
	text-align: right;
	width: 20px;
}
.table-instructions .paren {
	color: #999;
	color: rgba(0, 0, 0, .5);
	font-size: 11px;
}

/* - tabular: weather - */
.table-weather col:first-child {
	width: 120px;
}
.table-weather td {
	text-align: center;
}
.table-weather th {
	font-weight: normal;
}
.table-weather thead abbr {
	border-bottom: 2px solid #bab5ab;
}
.table-weather tbody th {
	text-align: left;
}
.table-weather .location-title {
	font-weight: bold;
	padding-top: 8px;
}
.table-weather tr:first-child > .location-title {
	padding-top: 0;
}


/* -- header -- */
#header {
	position: relative;
	z-index: 15;
}
#header-inner {
	background: #e6dfd9 url(/img/ui/header-bg.jpg) repeat;
	box-shadow: 0 0 10px rgba(189, 180, 171, .9) inset, 0 0 10px rgba(0, 0, 0, .8);
	position: relative;
	z-index: 10;
}
#brand {
	position: absolute;
	top: -9999px;
}
#utility {
	box-shadow: 0 0 10px rgba(0, 0, 0, .9) inset, 0 0 6px rgba(0, 0, 0, .8);
	float: right;
	margin: 0 0 -41px;
	padding: 6px 10px;
	position: relative;
	white-space: nowrap;
	width: 387px;
	z-index: 10;
}
#utility > div {
	display: table;
	width: 100%;
}
#utility .col {
	display: table-cell;
	float: none;
	padding: 0 0 0 10px;
	width: 100%;
}
#utility .col:first-child {
	border-right: 3px dashed transparent;
	padding: 0 10px 0 0;
	width: auto;

	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}
.ie #utility .col:first-child {
	border-right-color: #87847f;
	border-right-width: 1px;
}
#search > label {
	left: -9999px;
	position: absolute;
}
#search input[type='text'] {
	padding: 5px 6px;
}
#search .placeholder {
	top: 7px;
}
#search button {
	background-color: transparent;
	background-image: url(/img/buttons/search.png);
	display: inline-block;
	height: 23px;
	width: 48px;
}
#search button:hover, #search button:focus {
	background-position: 0 -33px;
}


/* -- footer -- */
#logo img,
#footer img {
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
}
#logo img {
	background: #fff;
	background-image: -moz-linear-gradient(90deg, #bdb4ab, #fff 5%);
	background-image: -ms-linear-gradient(90deg, #bdb4ab, #fff 5%);
	background-image: -o-linear-gradient(90deg, #bdb4ab, #fff 5%);
	background-image: -webkit-linear-gradient(90deg, #bdb4ab, #fff 5%);
	background-image: linear-gradient(to top, #bdb4ab, #fff 5%);
	padding: 4px 4px 5px;
}
#footer {
	background: #fffcf7;
	bottom: 0;
	box-shadow: 0 0 10px #bdb4ab inset, 0 0 10px rgba(0, 0, 0, .8);
	left: 0;
	position: fixed;
	right: 0;
	z-index: 10;
}
#footer #logo img {
	bottom: 0;
	left: 0;
	padding-bottom: 4px;
	position: absolute;
	z-index: 5;
}

/* - footer: xtra - */
#footer-page {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3846em; /* 18px */
	position: relative;
}
#footer-page:before {
	background: url(/img/ui/footer-bg.png) no-repeat 50% 100%;
	content: '';
	left: 50%;
	margin-left: -582.5px;
	min-height: 210px;
	position: absolute;
	top: 10px;
	width: 1165px;
	z-index: -1;
}
.photo-essay #footer-page:before {
	z-index: 1;
	background: url(/img/ui/footer-bg-fffcf7.png) no-repeat 50% 100%;
}
#footer-page h4 {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.2857; /* 18px */
	margin: .2143em 0 0; /* 3px */
	text-transform: uppercase;
}
#footer-page ul + h4 {
	margin-top: 1em;
}
#footer-page li {
	margin: .25em 0 0; /* 3px */
}
#footer-page .a, #footer-page .b, #footer-page .c {
	float: left;
	width: 20%;
}
#footer-page .a {
	margin: 0 7% 0 36%;
	text-align: center;
	width: 28%;
}
#footer-page .b {
	margin-left: -62%;
	text-align: right;
}
#footer-page .lead:before, #footer-page .lead:after {
	display: none;
}
#footer-page .support {
	margin: .2727em 0 0; /* 3px */
}
#footer-page .fieldtrip,
#footer-page .roadtrippers {
	margin-top: .5em;
	padding-left: 43px;
}
#footer-page .fieldtrip img,
#footer-page .roadtrippers img {
	float: left;
	margin-left: -43px;
}

.photo-essay #footer-page .roadtrippers img { opacity: 0; }

.photo-essay #footer-page .roadtrippers .support {
	position: relative;
}
.photo-essay #footer-page .roadtrippers .support:before {
	content: '';

	position: absolute;
	display: block;
	height: 35px;
	width: 35px;
	left: -42px;

	background: transparent url('/img/figures/road-trippers-icon-fffcf7.png') no-repeat center;
}

#footer-page .fieldtrip img {
	border-radius: 4px;
}
#footer-page .tripadvisor {
	margin: .5em 0; /* 6px */
}
#footer-page .tripadvisor > .support {
	max-width: 165px;
}

.photo-essay #footer-page .tripadvisor img {
	opacity: 0;
}

.photo-essay #footer-page .tripadvisor .support {
	position: relative;
}
.photo-essay #footer-page .tripadvisor .support:before {
	content: '';

	position: absolute;
	display: block;
	height: 23px;
	width: 153px;
	left: 0px;
	top: -26px;

	background: transparent url('/img/figures/trip-advisor-fffcf7.png') no-repeat center;
}

.photo-essay #footer-page .brand-usa {
	position: relative;
	display: inline-block;
	height: 49px;
	width: 91px;

	background: transparent url('/img/figures/brand-usa-fffcf7.png') no-repeat center;
}

.photo-essay #footer-page .brand-usa img {
	opacity: 0;
}


/* -- content -- */
#content {
	padding: 30px 0;
}
#comments .h-section {
	margin-bottom: 0;
}
.back-link:before {
	content: '\2039  ';
}
.discussion {
	margin-top: 15px;
}
.group-link {
	display: block;
	text-decoration: none;
}
.page-header {
	text-align: center;
}
.page-header .h-section {
	letter-spacing: normal;
	text-transform: none;
}
.dem {
	font-weight: normal;
}
.paren {
	color: #555;
	color: rgba(0, 0, 0, .75);
	font-weight: normal;
}
.pipe {
	font-weight: normal;
	margin: 0 2px;
}
.preposition {
	font-style: italic;
	text-align: center;
	white-space: nowrap;
}
.preposition:before, .preposition:after {
	content: '  -  ';
}
.aside, .silo {
	text-align: center;
}

#ort-iframe-wrapper {
	display: inline-block;
	position: relative;
	width: 121px;
	height: 20px;
}

#ort-iframe-wrapper:before {
	background-image: url(/img/icons/road-trippers.png);
	background-position: -24px 0;
	content: '';
	display: inline-block;
	position: relative;
	height: 20px;
	margin: 0 -5px 0 0;
	vertical-align: middle;
	width: 20px;
}

.ie #ort-iframe-wrapper:before {
	margin-right: -20px;
}

#ort-iframe-wrapper > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 18px;
	top: 0;
	right: 0;
	bottom: 0;
}

.ie #ort-iframe-wrapper > iframe {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.ie #ort-iframe-wrapper > iframe body {
	margin-top: -10px;
	border: 4px solid green;
}

#ort-iframe-wrapper > * {
	display: inline;
}


.addtotrip-wrapper + .sec-road-trippers,
.single-resource .sec-road-trippers {
  border-bottom: 3px dashed transparent;
  margin-bottom: 25px;
  padding-bottom: 25px;

  -moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  -o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  -webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .addtotrip-wrapper + .sec-road-trippers,
.ie .single-resource .sec-road-trippers {
	border-bottom-color: #444;
	border-bottom-width: 1px;
}
.ie .sec-road-trippers {
  border-bottom: 1px dashed #444;
  border-top: 1px dashed #444;
}

.tree ul {
	display: none;
	margin-left: 20px;
}
.rt-login {
	font-style: normal;
}

/* -- more -- */
.more {
	border-top: 3px dashed transparent;
	padding: 15px 0 0;
	margin: 15px 0 0;
	text-align: center;

	-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
}
.ie .more {
	border-top-color: #999;
	border-top-width: 1px;
}
.field + .more {
	text-align: left;
}
.more > li {
	margin-top: 2px;
}
.more.alt {
	border: 0;
	padding: 0;
	margin: 1em 0 0;
}
.more button, .more .btn {
	vertical-align: middle;
}
.more .preposition {
	margin: 0 15px;
}


/* -- cms -- */
.cms {
	font-size: 13px;
	line-height: 1.8462; /* 24px */
}
.cms img, .cms li {
	margin-top: .4615em; /* 6px */
}
.cms ul, .cms ol, .lst {
	margin: 0 0 1em 20px;
}
.cms ul, .lst {
	list-style: disc;
}
.cms ol, ol.lst {
	list-style: decimal;
}
.cms p {
	margin: 0 0 1em;
}
.lst {
	margin-bottom: .75em; /* 9px */
}
.lst li {
	margin-top: .25em; /* 3px */
}

/* - cms: wordpress - */
.wp-caption {
	margin: 0 0 1em;
}
.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 1.3636; /* 15px */
	margin: 0;
}
.alignright {
	float: right;
	margin: 0 0 0 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 0 0;
}


/* -- pillar -- */
.pillar {
	font-size: 13px;
	text-align: center;
}
.pillar:before, .pillar:after {
	border-top: 1px solid #555;
	content: '';
	display: block;
	margin: 12px auto;
	max-width: 80%;
	width: 85px;
}
.h-section + .pillar:before {
	display: none;
}
.pillar label {
	display: inline-block;
	margin: 0;
}


/* -- callout -- */
.callout {
	background-clip: padding-box;
	background-color: #fbf9f6;
	border: 15px dashed transparent;
	font-size: 18px;
	margin: 30px 0 185px;
	padding: 5px;
	position: relative;
	text-align: center;

	-moz-border-image: url(/img/ui/line-dashed-rounded.png) 15 repeat;
	-o-border-image: url(/img/ui/line-dashed-rounded.png) 15 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-rounded.png) 15 repeat;
	border-image: url(/img/ui/line-dashed-rounded.png) 15 repeat;
}
.callout:first-child {
	margin-top: 0;
}
.callout:before, .callout:after {
	content: '';
	position: absolute;
	top: 100%;
}
.callout:before {
	background: url(/img/ui/callout-tip.png) no-repeat 100% 0;
	height: 36px;
	margin: 2px 0 0;
	right: 45px;
	width: 57px;
}
.callout:after {
	background: url(/img/ui/callout-icon.png) no-repeat 100% 0;
	height: 155px;
	left: -20px;
	margin: 30px 0 0;
	right: -20px;
}
.callout a {
	font-weight: normal;
}
.callout h3 {
	font-family: inherit;
	margin: 0;
}
.callout p {
	margin: .1667em 0 .6667em; /* 3px 12px */
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout li {
	margin: .3333em 0 0; /* 6px */
}
.callout.type-account {
	margin-bottom: 207px;
}
.callout.type-account:after {
	background-image: url(/img/ui/callout-icon-account.png);
	height: 197px;
	margin-top: 10px;
}
.callout.type-byway {
	margin-bottom: 138px;
}
.callout.type-byway:after {
	background-image: url(/img/ui/callout-icon-byway.png);
	height: 108px;
	margin-right: 55px;
}
.ie .callout {
	border-color: #555;
	border-width: 1px;
	padding: 15px;
}
.ie .callout.type-account, .ie .callout.type-byway {
	margin: 0 0 20px;
}
.ie .callout:before, .ie .callout.type-account:after, .ie .callout.type-byway:after {
	display: none;
}

/* - callout: compact - */
.callout-compact {
	margin: -2px 5px -10px;
	min-height: 138px;
	padding: 19px 0 10px;
	position: relative;
}
.callout-compact:before {
	background: url(/img/ui/callout-sign.png) no-repeat 50% 0;
	bottom: -7px;
	content: '';
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
	}
.callout-compact > .callout {
	margin: 0;
}
.callout-compact > .callout:before, .callout-compact > .callout:after {
	display: none;
}


/* -- intro -- */
.intro-toggle {
	display: none;
}
.intro {
	font-weight: 700;
	font-size: 16px;
	font-style: italic;
	line-height: 1.7143; /* 24px */
	margin: 0 auto 20px;
	max-width: 680px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mid .intro {
	margin-bottom: 0;
}
.intro a {
	font-weight: normal;
}
.intro p {
	margin: 0;
}
.intro p + p {
	margin: .4286em 0 0; /* 6px */
}
.intro.split {
	max-width: none;
}
.intro.split p {
	max-width: 680px;
}
.intro.alt {
	text-align: left;
}

/* - intro: mega - */
.intro.mega {
	font-size: 20px;
	font-style: normal;
	line-height: 1.2; /* 24px */
}

.intro.mega p + p {
	margin-top: .3em; /* 6px */
}

.intro.mega.wide {
	max-width:900px;
}


.posts .group .post-title,
.posts .group .meta {
	width: 340px;
}

/* -- supporting text -- */
.disclaimer,
.support {
	font-size: 11px;
	line-height: 1.3636; /* 15px */
	margin: .5454em 0 0; /* 6px */
	text-align: left;
}
.group .support-top {
	width: 120px;
	position: absolute;
	top: 8px;
	right: 0;
}
.group .support-second {
	top: 60px;
}

.group .support-top img {
	margin-left: 0;
	margin-right: 5px;
}
.disclaimer,
.support.alt {
	color: #666;
	text-align: center;
}
.disclaimer {
	margin: 1em auto 0;
	max-width: 600px;
}
legend + .support {
	font-style: italic;
	margin: -3px 0 10px;
	text-align: center;
}
.support > p,
.cbrb-label .support,
.multi-input .support {
	margin: 0;
}
.support > p span {
	display: none;
}
.note {
	color: #555;
	font-style: italic;
}


/* -- headlines -- */
.h-section {
	letter-spacing: .02em;
	line-height: .9;
	text-align: center;
	text-transform: uppercase;
}
.h-section:after {
	border-top: 1px solid #555;
	content: '';
	display: block;
	margin: 12px auto;
	width: 85px;
}
h1.h-section:after, h2.h-section:after {
	margin-top: 14px;
}
.h-section.alt:after {
	display: none;
}
.h-section > h1 {
	margin: 0;
}
.h-section > a {
	text-decoration: none;
}
.h-alt {
	text-align: center;
}
.lead,
.trail,
.subtitle {
	color: #555;
	display: block;
	text-align: center;
}
.lead {
	font-weight: 800;
	font-size: 15px;
	font-style: italic;
	letter-spacing: .1em;
	line-height: 1.3333; /* 16px */
	margin-bottom: .25em; /* 3px */
	text-transform: lowercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lead:before, .lead:after {
	content: '  \2013  ';
}
.lead > a {
	border-bottom: 1px solid #c1bcb4;
	display: inline-block;
	margin: 0 0 3px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
.lead > a:hover {
	border-color: transparent;
}
.lead > span, h1 > .lead {
	text-transform: none;
}
.trail {
	font-size: 18px;
	font-style: normal;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 6px;
	text-transform: uppercase;
}
.subtitle {
	font-size: 16px;
	font-style: italic;
	line-height: 1.25; /* 20px */
	margin: 0 0 .5em;
}


/* -- excerpt -- */
.excerpt {
	text-align: left;
}
.excerpt > p {
	margin: .25em 0; /* 3px */
}
.excerpt:last-child > p {
	margin-bottom: 0;
}
.excerpt.compact {
	font-size: 11px;
	font-style: italic;
	line-height: 1.3636; /* 15px */
}
.excerpt.mega {
	font-size: 15px;
	line-height: 1.6; /* 24px */
}
.excerpt.mega p {
	margin: 0 0 .8em; /* 12px */
}


/* -- media -- */
.media {
	display: inline-block;
	margin: 6px 0 12px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.media.solo {
	display: block;
	margin: 25px 0;
}
.sec > .media.solo, .tab-content > .media.solo {
	margin: 0;
	padding: 6px 0;
}
.page-header + .media.solo + .sec {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}
.img-main {
	display: block;
	margin: 0 auto 10px;
}
.video {
	margin: 0 auto;
	max-width: 820px;
}
.video iframe {
	display: block;
	margin: 0 auto;
	max-width: none;
}
.excerpt .video + p {
	margin-top: 1em;
}
.thumb {
	float: left;
	margin: 3px 20px 3px 0;
}
.thumb.s {
	margin-right: 10px;
}
.thumb.alt {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
.has-thumb {
	padding-left: 140px;
}
.has-thumb .thumb {
	margin-left: -140px;
	margin-right: 0;
	max-width: 120px;
}

/* - media: vignette - */
.vignette {
	box-shadow: 0 0 7px rgba(51, 51, 51, .3) inset;
	display: block;
}
.vignette img {
	box-shadow: none;
}
/*
.vignette img, .vignette > .slides {
	position: relative;
	z-index: -1;
}
*/

/* -- polaroid -- */
.polaroid {
	background: #ebf0f3;
	box-shadow: 0 0 5px rgba(51, 51, 51, .5), 0 7px 5px -5px #cdd3d4 inset, 0 -7px 5px -5px #fff inset;
	display: inline-block;
	margin-top: 6px; margin-bottom: 9px;
	max-width: 100%;
	padding: 8px 8px 29px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
	z-index: 1;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.polaroid.thumb {
	margin-bottom: 3px;
	margin-top: 3px;
}
.polaroid.s {
	margin-top: 3px; margin-bottom: 3px;
	padding: 4px 4px 14px;
}
.polaroid.m, .polaroid.l {
	margin-bottom: 12px;
}
.polaroid.m {
	padding: 18px 18px 60px;
}
.polaroid.l {
	padding: 26px 26px 88px;
}
.polaroid.l.alt {
	padding: 26px;
}
.polaroid img {
	display: block;
	height: auto;
}

/* - polaroid: captions - */
.caption {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin: 7px 0 0;
	text-align: center;
}
.polaroid > .caption {
	margin-bottom: -21px;
	max-width: 104px;
}
.polaroid.m > .caption {
	font-size: 18px;
	margin-bottom: -47px;
	max-width: 214px;
	min-height: 40px;
}
.polaroid.l > .caption {
	font-size: 20px;
	margin: 12px 0 -75px;
	max-width: 328px;
	min-height: 63px;
}


/* -- icons -- */
.icon {
	background-image: url(/img/icons/sprite.png);
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}
.i-close {
	background-color: #f2ece1;
	background-position: -180px 0;
	border-radius: 14px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	z-index: 1;
}
.i-facebook { background-position: 0 0; }
.i-twitter { background-position: -30px 0; }
.i-email { background-position: -60px 0; }

.i-close:hover { background-position: -180px -30px; }
.i-facebook:hover { background-position: 0 -30px; }
.i-twitter:hover { background-position: -30px -30px; }
.i-email:hover { background-position: -60px -30px; }

/* - icons: with text - */
.txt-facebook:before, .txt-feed:before, .txt-pdf:before, .txt-print:before {
	background-image: url(/img/icons/sprite.png);
	content: '';
	display: inline-block;
	height: 20px;
	margin-right: 3px;
	vertical-align: middle;
	width: 20px;
}
.txt-facebook:before {
	background-position: 0 -60px;
	height: 17px;
	margin-right: 5px;
	vertical-align: text-bottom;
	width: 17px;
}
.txt-feed:before { background-position: -150px 0; }
.txt-feed:hover:before { background-position: -150px -30px; }
.txt-pdf:before { background-position: -120px 0; }
.txt-pdf:hover:before {	background-position: -120px -30px; }
.txt-print:before { background-position: -90px 0; }
.txt-print:hover:before { background-position: -90px -30px; }


/* -- buttons -- */
button,
.btn, .btn:hover,
.btn-action, .btn-action:hover {
	color: #fff;
}
button,
.btn, .btn-action {
	background-color: #222;
	display: inline-block;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
button:hover,
.btn:hover, .btn-action:hover {
	background-color: #026326;
}

/* - buttons: default - */
button, .btn {
	background-clip: padding-box;
	border: solid #222;
	border-width: 4px 24px 4px 4px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	padding: 3px 4px 3px 15px;

	-moz-border-image: url(/img/buttons/border.png) 4 24 4 4 stretch;
	-o-border-image: url(/img/buttons/border.png) 4 24 4 4 stretch;
	-webkit-border-image: url(/img/buttons/border.png) 4 24 4 4 stretch;
	border-image: url(/img/buttons/border.png) 4 24 4 4 stretch;
}
.ie button, .ie .btn {
	border-width: 1px 12px 1px 1px;
}
button:after, button:hover, .btn:after, .btn:hover {
	border-color: #026326;

	-moz-border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
	-o-border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
	-webkit-border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
	border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
}
.photo-essay button,
.photo-essay .btn {
	background-color: #fffcf7;

	-moz-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
	-o-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
	-webkit-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
	border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
}
button:after, .btn:after {
	content: '';
	height: 0;
	position: absolute;
	visibility: hidden;
}
.btn.m {
	font-size: 18px;
	padding: 4px 0 4px 8px;
}
.btn.s {
	border-width: 2px 15px 2px 4px;
	font-size: 16px;
	padding: 2px 0 2px 4px;
	text-transform: lowercase;

	-moz-border-image: url(/img/buttons/border-s.png) 2 20 2 4 stretch;
	-o-border-image: url(/img/buttons/border-s.png) 2 20 2 4 stretch;
	-webkit-border-image: url(/img/buttons/border-s.png) 2 20 2 4 stretch;
	border-image: url(/img/buttons/border-s.png) 2 20 2 4 stretch;
}
.ie .btn.s {
	border-width: 1px 5px 1px 1px;
}
.btn.s:after, .btn.s:hover {
	-moz-border-image: url(/img/buttons/border-s-026326.png) 2 20 2 4 stretch;
	-o-border-image: url(/img/buttons/border-s-026326.png) 2 20 2 4 stretch;
	-webkit-border-image: url(/img/buttons/border-s-026326.png) 2 20 2 4 stretch;
	border-image: url(/img/buttons/border-s-026326.png) 2 20 2 4 stretch;
}

.scenic-guides .btn.s { text-transform: none; }

/* - buttons: actions - */
.btn-action, .btn-action:hover {
	color: #fff;
}
.btn-action {
	background: #222;
	border-radius: 3px;
	display: inline-block;
	font-size: 10px; font-weight: 500;
	line-height: 1;
	padding: 4px 7px;
	text-decoration: none;
	vertical-align: top;
	visibility: hidden;
}
.js .btn-action {
	visibility: visible;
}
.btn-action:before {
	background-image: url(/img/icons/actions.png);
	float: left;
	content: '';
	height: 15px;
	margin: -3px 0 -3px -5px;
	width: 15px;
}
.btn-action.m {
	font-size: 11px;
	padding: 7px 10px;
}
.btn-action.l {
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
}
.btn-action.m:before, .btn-action.l:before {
	margin: -2px 3px -2px -3px;
}
.btn-action.alt:before {
	display: none;
}
.btn-action.alt:after {
	border: solid 3px transparent;
	border-left-color: #f2ece1;
	content: '';
	display: inline-block;
	margin: 2px -4px 0 5px;
	vertical-align: top;
}
.btn-action .paren {
	color: rgba(255, 255, 255, .75);
}
.btn-addtotrip:before {
	background-image: url(/img/icons/road-trippers.png);
	background-position: 0 -5px;
	margin: -3px 3px -3px -3px;
}
.btn-addtotrip.l:before {
	background-position: -24px 0;
	height: 20px;
	margin-right: 5px;
	width: 20px;
}
.btn-edit.l:before {
	background-position: -40px -20px;
	margin-right: 5px;
}
.btn-flag {
	background-color: #666;
}
.btn-flag:before {
	background-position: -20px -20px;
}
.btn-map:before {
	background-position: -20px 0;
}
.btn-map.on:before {
	background-position: -40px 0;
}

/* buttons: map */
.map-wrap > .btn-group,
.map-wrap > .btn-embed {
	bottom: 25px;
	position: absolute;
	right: 10px;
}
.map-wrap > .btn-group > .btn-action {
	display: block;
	margin-top: 5px;
}
.btn-embed:before {
	background-position: -60px 0;
	margin-left: -3px;
	margin-right: 3px;
}
.btn-view:before {
	display: none;
}

/* buttons: actions: bar */
.btn-bar {
	margin: 9px 0 0;
	overflow: hidden;
}
.btn-bar > li {
	float: left;
}
.btn-bar > li > .btn-action {
	border-left: 1px dashed #f2ece1;
	border-radius: 0;
}
.btn-bar > li:first-child > .btn-action {
	border: 0;
	border-radius: 3px 0 0 3px;
}
.btn-bar > li:last-child .btn-action {
	border-radius: 0 3px 3px 0;
}
.btn-bar > li:only-child > .btn-action {
	border-radius: 3px;
}

/* buttons: state */
button.disabled {
  opacity: 0.75;
  pointer-events: none;
  cursor: normal;
}

button.submitting {
  padding-left: 26px;

  background-image: url('/img/icons/loader-dark.gif');
  background-position: 5px 7px;
  background-size: 16px;
}

/* -- tooltip -- */
.tip {
	background: #555;
	background: rgba(85, 85, 85, .9);
	border-radius: 3px;
	color: #fff;
	display: none;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.0909; /* 12px */
	padding: 5px 7px;
	position: absolute;
	z-index: 20;
}


/* -- datalist -- */
.datalist, #wrap .datalist a {
	color: #222;
}
.datalist {
	background-color: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	position: relative;
	text-align: left;
	z-index: 5;
}
.datalist input {
	background: none;
	border-color: transparent;
	box-shadow: none;
	padding: 5px;
	position: relative;
	outline: 0;

	-webkit-appearance: none;
}
.datalist .placeholder {
	left: 6px;
	top: 7px;
}
.datalist-trigger, .datalist-title:before {
	background-color: #777;
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 1;
}
.datalist-trigger:before, .datalist-title:after {
	border: solid transparent;
	border-top-color: #fff;
	border-width: 6px 6px 0;
	content: '';
	margin: -3px 0 0;
	position: absolute;
	right: 9px;
	top: 50%;
}

/* - datalist: no-js - */
.datalist-title, .datalist-items {
	display: none;
}
.datalist-title {
	color: #777;
	font-size: 13px;
	padding: 5px 8px;
	position: relative;
}
.datalist-title:before, .datalist-title:after {
	content: '';
	position: absolute;
	z-index: 1;
}
.datalist-items {
	background-color: #fff;
	border: 1px solid #555;
	font-size: 12px;
	left: -9999px;
	overflow: auto;
	max-height: 200px;
	position: absolute;
	top: 100%;
}
.datalist:hover .datalist-items {
	left: -1px;
	right: -1px;
}
.datalist-items a {
	display: block;
	font-weight: normal;
	padding: 4px 6px;
	text-decoration: none;
}
.datalist-items a:hover {
	background-color: #ddd;
}
.datalist-items > li {
	border-top: 1px solid #ccc;
}
.datalist-items > li:first-child {
	border: 0;
}

/* - datalist: mega */
.datalist.mega input, .datalist.mega .placeholder {
	font-size: 18px;
}
.datalist.mega input {
	padding: 9px;
}
.datalist.mega .placeholder {
	left: 10px;
	top: 11px;
}
.datalist.mega .datalist-trigger, .datalist.mega .datalist-title:before {
	width: 40px;
}
.datalist.mega .datalist-trigger:before, .datalist.mega .datalist-title:after {
	right: 14px;
}
.datalist.mega .datalist-title {
	font-size: 18px;
	padding: 10px;
}
.datalist.mega .datalist-items a {
	padding: 3px 10px;
}


/* -- paging -- */
.paging {
	font-size: 20px;
	position: relative;
	text-align: left;
	visibility: hidden;
	width: 100%;
}
.js .paging {
	visibility: visible;
}
.paging ol, .paging li, .paging a, .paging .on {
	display: inline-block;
	line-height: 42px;
	vertical-align: middle;
}
.paging a {
	font-weight: normal;
}
.paging .next, .paging .prev {
	background-image: url(/img/nav/paging.png);
	display: inline-block;
	height: 42px;
	margin: 0 10px 0 0;
	width: 46px;
}
.paging .next {
	background-position: -50px 0;
	margin: 0 0 0 10px;
}
.paging .next:hover {
	background-position: -50px -50px;
}
.paging .prev:hover {
	background-position: 0 -50px;
}
.pages:before {
	color: #555;
	content: 'page: ';
	display: inline-block;
	padding: 0 7px;
	vertical-align: middle;
}
.pages span {
	color: #555;
}
.pages a, .pages .on {
	padding: 0 7px;
}
.pages .on {
	font-weight: normal;
	position: relative;
}
.pages .on:before {
	background-image: url(/img/ui/sprite.png);
	background-position: -36px 0;
	content: '';
	height: 12px;
	left: 50%;
	margin-left: -12px;
	position: absolute;
	top: 0;
	width: 24px;
}
.paging-links {
	position: relative;
}
.perpage {
	color: #555;
	font-size: 16px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 12px;
	z-index: 1;
}
.perpage label {
	display: inline;
}
.perpage select {
	width: auto;
}

/* - paging: compact - */
.paging.compact {
	margin: 10px 25px 0;
	overflow: hidden;
	width: auto;
}
.paging.compact .next, .paging.compact .prev {
	margin: 0;
}
.paging.compact .next {
	float: right;
}
.paging.compact .prev {
	float: left;
}
.paging.compact .pages {
	padding-top: 10px;
}
.paging.compact .pages:before {
	padding: 0 .25em 0 0;
}
.paging.compact .paging-links {
	margin-right: 75px;
}

/* - paging: seasons - */
.paging-seasons a > span, .paging-seasons a:before, .paging-seasons .next, .paging-seasons .prev {
	background-image: url(/img/nav/paging-seasons.png);
}
.paging-seasons a > span, .paging-seasons a:before {
	background-color: #222;
}
.paging-seasons a:hover > span, .paging-seasons a:hover:before {
	background-color: #026326;
}
.paging-seasons a:before {
	background-position: -130px 0;
	content: '';
	height: 24px;
	left: 8px;
	position: absolute;
	top: 47px;
	width: 105px;
}
.paging-seasons a > span {
	display: block;
	height: 34px;
	margin: 14px auto 0;
	position: relative;
	width: 105px;
}
.paging-seasons .summer > span {
	background-position: -130px -48px;
}
.paging-seasons .autumn > span {
	background-position: -130px -82px;
}
.paging-seasons .winter > span {
	background-position: -130px -116px;
}
.paging-seasons .spring > span {
	background-position: -130px -150px;
}
.paging-seasons .next, .paging-seasons .prev {
	height: 97px;
	margin: 30px 0 0;
	position: relative;
	width: 120px;
}
.paging-seasons .next, .paging-seasons .prev,
.paging-seasons .next:hover, .paging-seasons .prev:hover {
	background-position: 0 0;
}
.paging-seasons .next {
	float: right;
}
.paging-seasons .next:before {
	background-position: -130px -24px;
}
.paging-seasons .prev {
	float: left;
}


/* -- tabs -- */
.tabs {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 15px;
	text-align: center;
	visibility: hidden;
}
.js .tabs {
	visibility: visible;
}
.tabs > li {
	display: inline-block;
	padding: 0 0 3px;
	vertical-align: top;
}
.tabs > li + li {
	border-left: 3px dashed transparent;
	margin-left: 8px;
	padding-left: 8px;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .tabs > li + li {
	border-left-color: #444;
	border-left-width: 1px;
}
.tabs a {
	background-color: #666;
	background-clip: padding-box;
	border: solid 3px transparent;
	color: #fff;
	display: block;
	font-weight: normal;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;

	-moz-border-image: url(/img/buttons/border-alt-666.png) 3 round;
	-o-border-image: url(/img/buttons/border-alt-666.png) 3 round;
	-webkit-border-image: url(/img/buttons/border-alt-666.png) 3 round;
	border-image: url(/img/buttons/border-alt-666.png) 3 round;
}
.ie .tabs a {
	border: 0;
}
.tabs a:after, .tabs a:hover {
	-moz-border-image: url(/img/buttons/border-alt-026326.png) 3 round;
	-o-border-image: url(/img/buttons/border-alt-026326.png) 3 round;
	-webkit-border-image: url(/img/buttons/border-alt-026326.png) 3 round;
	border-image: url(/img/buttons/border-alt-026326.png) 3 round;
}
.tabs a:after {
	content: '';
	height: 0;
	position: absolute;
	visibility: hidden;
}
.tabs a:hover {
	background-color: #026326;
}
.tabs a > span:before {
	background-image: url(/img/icons/tabs.png);
	content: '';
	display: inline-block;
	height: 21px;
	margin: -2px 5px -2px 0;
	width: 27px;
	vertical-align: top;
}
.tab-map > a > span:before {
	background-position: -37px 0;
}
.tab-video > a > span:before {
	background-position: -74px 0;
	width: 28px;
}
.tab-trip-ideas > a > span:before {
	background-position: -112px 0;
	width: 19px;
}
.tabs .on, .tabs .on:hover {
	background-color: #222;

	-moz-border-image: url(/img/buttons/border-alt.png) 3 round;
	-o-border-image: url(/img/buttons/border-alt.png) 3 round;
	-webkit-border-image: url(/img/buttons/border-alt.png) 3 round;
	border-image: url(/img/buttons/border-alt.png) 3 round;
}
.tabs .on:before {
	border: solid transparent;
	border-top-color: #222;
	border-width: 6px 6px 0;
	top: 100%;
	content: '';
	height: 0;
	left: 50%;
	margin: 0 0 0 -6px;
	position: absolute;
	width: 0;
}
.tab-content {
	display: none;
}
.tab-content:first-child {
	display: block;
}


/* -- collage -- */
.collage {
	margin: -10px 0 0;
	padding: 6px 0;
	text-align: center;
}
.collage .col {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
}
.collage .col.s {
	width: 129.9px;
}
.collage .col.m {
	width: 260px;
}
.collage .col.l {
	width: 390px;
}
.collage .polaroid {
	display: block;
	margin: 10px 5px 0;
}
.collage + .excerpt {
	margin-top: .5em; /* 6px */
}


/* -- meta -- */
.meta {
	font-style: italic;
	margin: 0 0 .25em; /* 3px */
}
.meta:last-child, .meta.compact:last-child {
	margin-bottom: 0;
}
.meta em {
	font-style: normal;
}
.meta .h-sec {
	margin-top: .5em; /* 6px */
}
.meta-primary {
	font-size: 13px;
}
.meta.compact {
	font-size: 11px;
	font-style: italic;
	line-height: 1.3636; /* 15px */
	margin-bottom: .2727em; /* 3px */
}
.meta-detail {
	font-size: 13px;
}
.meta-detail > ul > li {
	display: inline;
}
.meta-detail > ul > li:after,
.meta-detail > .view-map:before {
	content: '  \2013  ';
	margin: 0 2px;
}
.meta-detail > ul > li:last-child:after {
	display: none;
}


/* -- date -- */
.date {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	text-transform: lowercase;
}

body.date {
	text-transform: none;
	text-align: left;
}
.date .month {
	font-size: 12px;
	font-style: italic;
}
.date .day {
	font-size: 20px;
}
.date > .preposition {
	display: block;
	font-size: 12px;
	line-height: 1.5; /* 18px */
}

/* - date: emphasized - */
.date.em {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 6px;
}
.date.em span {
	display: block;
}
.date.em .day {
	font-size: 90px;
	line-height: .7556; /* 68px */
}
.date.em .month {
	margin: 0 0 12px;
}
.date.em > .preposition {
	display: inline;
	line-height: 1;
	padding: 0 0 5px;
	position: relative;
	text-transform: none;
	top: -15px;
}
.date.em > .preposition:before, .date.em > .preposition:after {
	content: '/';
	font-size: 28px;
	font-style: normal;
	position: absolute;
}
.date.em > .preposition:before {
	right: -.45em;
	top: -.90em;
}
.date.em > .preposition:after {
	bottom: -.75em;
	left: -.25em;
}
.date.em.multi {
	margin: 0 auto 6px;
	max-width: 120px;
}
.date.em.multi .day {
	font-size: 40px;
	line-height: .76; /* 38px */
}
.date.em.multi > .start > .day {
	padding-right: 55%;
	text-align: right;
}
.date.em.multi > .end > .day {
	margin-top: -18px;
	padding-left: 52%;
	text-align: left;
}
.date.em.multi > .end > .month {
	margin-bottom: 15px;
}

/* - date: single - */
.date.solo {
	display: inline-block;
	position: relative;
}
.date.solo:before, .date.solo:after {
	background-image: url(/img/ui/date-flourish.png);
	content: '';
	height: 48px;
	margin-top: -24px;
	position: absolute;
	top: 50%;
	width: 154px;
}
.date.solo:before {
	left: -174px;
}
.date.solo:after {
	background-position: -160px 0;
	right: -174px;
}
.date.solo > .preposition, .date.solo > .start, .date.solo > .end {
	display: inline-block;
	vertical-align: middle;
}
.date.solo > .preposition {
	margin: 0 20px;
	top: auto;
}


/* -- posts -- */
.post-title {
	margin-bottom: 0;
}
.post-title > a, .post-title > .post-title-action:hover {
	text-decoration: none;
}
.post-title > .post-title-action {
	text-decoration: underline;
}
.post-title-action {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
}
.post {
	text-align: center;
}
.post p {
	margin: .5em 0;
}
.post .btn-bar {
	text-align: left;
}
.post-mega h1 {
	margin: 0;
}
.post-mega h2 {
	line-height: 40px;
	margin: .0882em 0 0; /* 3px */
}
.post-mega .btn {
	vertical-align: baseline;
}

/* - posts: listing - */
.posts {
	text-align: left;
}
.posts p {
	margin: 0 0 .5em; /* 6px */
}
.posts p:last-child {
	margin: 0;
}
.posts > li {
	border-top: 3px dashed transparent;
	margin-top: 15px;
	padding-top: 15px;

	-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
}
.ie .posts > li {
	border-top-color: #999;
	border-top-width: 1px;
}
.posts.alt > li:first-child {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

/* posts: listing: compact */
.posts.compact {
	font-size: 11px;
	line-height: 1.3636; /* 15px */
	margin-top: -10px;
	text-align: center;
}
.pillar > .posts.compact {
	margin-top: 0;
}
.posts.compact > li {
	border: 0;
	margin-top: 10px;
	padding-top: 0;
}
.posts.compact .sep:before {
	margin: 6px auto;
}


/* -- fake images -- */
.fake-img {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;


  position: relative;
  z-index: 1;
  overflow: hidden;

  line-height: 0;
}

.hero.photo .fake-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;

  box-shadow: inset 0 0 135px 15px rgba(0,0,0,.4);

	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

.fake-img img {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* to13 */
.to13 {}

	.to13 .hero.photo {

	}


/* -- trip ideas -- */
.home #content,
.see-do.seven-wonder #content,
.trip-ideas #content,
.trip-ideas #content-2,
.post-type-archive-content-lens #content,
.cities-regions #content { position: static; }

.to13 #content {
	padding: 22px 0 30px;
}

.home #content {
	padding-top: 0;
}

.sec-promo + .to13.page-wrapper {
	border: dashed transparent;
	border-width: 3px 0 0;
	margin-top: 25px;
	padding-top: 25px;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

.to13.page-wrapper:before,
.to13.page-wrapper:after {
	content: ' ';
	display: table;
}

.to13.page-wrapper:after {
	clear: both;
}


.to13.page-wrapper > .hgroup .h-section {
	margin-top: -4px;

	font-family: 'Scrappers',sans-serif;
	letter-spacing: 0;
}

.to13.page-wrapper > .hgroup .h-section:after { display: none; }


.to13.page-wrapper > .hgroup .h-section .lead {
	margin-bottom: 7px;

	text-transform: lowercase;
	white-space: nowrap;
}

.to13.page-wrapper .hgroup .lead.breadcrumb:before,
.to13.page-wrapper .hgroup .lead.breadcrumb:after {
	display: none;
	content: '';
}

.to13.page-wrapper > .h-section .first-word {

}

.trip-ideas .meta.compact a {
	font-weight: normal;
	text-decoration: none;
}

.to13 .ads {
	margin-top: 16px;
	border-top: 0;
}

.trip-ideas .recent-trip-ideas + .col .ads {
	margin-top: 34px;
}

.ie #wrap .recent-trip-ideas .last { float :none; }

.has-video-hero { }

.has-video-hero .hgroup {
	border: dashed transparent;
	border-width: 3px 0;
	margin: 25px 0;
	padding: 21px 0 8px;
	position: relative;
	text-align: center;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

.has-video-hero .h-section {}

.has-video-hero .finder-wrapper.col { margin-right: 0; }

.has-video-hero .finder-wrapper.col:before { content: ''; }

.has-video-hero .finder {
	margin: 0;
	padding: 0;

	border-width: 0 0;
}

.has-video-hero .finder fieldset {
	margin-top: -11px;
}

.has-video-hero .finder .target {
	margin-bottom: 0px;
	margin-left: 9px;
}

.has-video-hero .finder .multi-select > div + div:after {
	left: -19px;
}

.has-video-hero .finder .switches {
	padding-left: 19px;
}

.has-video-hero .finder .submit.col {
	margin-left: 0;
	margin-right: 20px;
	padding-top: 8px;
}

.trip-ideas .to13.page-wrapper .finder .h-section,
.to13.page-wrapper .finder:before,
.to13.page-wrapper .finder:after { display: none; }

.has-photo-hero {}

	.seven-wonder .to13.resource .hero .hgroup,
	.has-photo-hero .hgroup,
	.to13.content-lens .hgroup,
	.to13.city-region .hgroup {
		position: relative;
		z-index: 2;
		width: 263px;
		min-height: 530px;
		border-width: 0; 
		margin: 25px 0;
		padding: 22px 0 8px;
		position: relative;

		color: #ffffff;

		text-align: center;
		text-shadow: 0 0 4px rgba(0,0,0,.6);
	}

	.seven-wonder .to13.resource .hero .hgroup {
		width: 300px;
		min-height: 455px;
		margin-bottom: 28px;
	}

	.to13.content-lens .hgroup,
	.to13.city-region .hgroup {
		width: 320px;
		min-height: 551px;
	}

	.seven-wonder .to13.resource .hero .hgroup .lead,
	.has-photo-hero .hgroup .lead,
	.to13.content-lens .hgroup .lead {
		line-height: 1;
		margin-bottom: 0.25em;
	}

	.seven-wonder .to13.resource .hero .hgroup .lead,
	.has-photo-hero .hgroup .lead,
	.has-photo-hero .hgroup legend,
	.to13.content-lens .hgroup .lead,
	.to13.content-lens .hgroup legend {
		color: #ffffff;
	}

	.seven-wonder .to13.resource .hero .hgroup .lead > a { border-bottom: transparent; }

	.has-photo-hero .hgroup .col-sep,
	.has-photo-hero .hgroup .col,
	.to13.content-lens .hgroup .col-sep,
	.to13.content-lens .hgroup .col {
		margin-left: 0;
		margin-right: 0;
		padding-right: 0;

		border-right: 0;
	}

	.has-photo-hero .hgroup .h-section {
		margin-right: 0;
		margin-bottom: 0;

		font-size: 90px;
		line-height: 0.7;
		letter-spacing: 0.08em;
	}

	.single-resource .to13.resource .hero .hgroup .breadcrumb:before,
	.seven-wonder .to13.resource .hero .hgroup .h-section:before {
		border-top: 1px solid #fffcf7;
		content: '';
		display: block;
		margin: 12px auto;
		width: 85px;
	}

	.seven-wonder .to13.resource .hgroup .h-section:after {
		display: none;
	}

	.has-photo-hero .hgroup .h-section .lead {}

	.has-photo-hero .h-section .first-word {
		font-size: 120px;
		line-height: 0.9;
	}

	.has-photo-hero .finder,
	.to13.content-lens .finder {
		margin: 18px 0px;
		padding: 8px 0px;

		border-bottom: 0;

		-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-fffcf7.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	}

	.has-photo-hero .finder fieldset {
	}

	.has-photo-hero .finder .col.toggle,
	.to13.content-lens .finder .col.toggle {
		margin-bottom: 8px;
		padding: 8px 0;

		border-top: 3px dashed transparent;
		border-bottom: 3px dashed transparent;

		-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-fffcf7.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;

	}

	.has-photo-hero .finder .multi-select,
	.to13.content-lens .finder .multi-select {
		width: 235px;
		margin: auto;
	}

	.has-photo-hero .finder .multi-select > div + div::after,
	.to13.content-lens .finder .multi-select > div + div::after {
		background-image: url('/img/ui/arrow-fffcf7.png');
		background-repeat: no-repeat;
	}

	.has-photo-hero .finder .multi-select > div + div:last-child::after,
	.to13.content-lens .finder .multi-select > div + div:last-child::after {
		background-position: 0 0;
	}


	.has-photo-hero .finder .switches,
	.to13.content-lens .finder .switches {
		padding-left: 10px;
	}

	.has-photo-hero .gps-link,
	.to13.content-lens .gps-link {
		background: #ffffff;
		color: #222222;
	}

	.has-photo-hero .gps-link:hover,
	.to13.content-lens .gps-link:hover {
		background: #026326;
		color: #ffffff;
	}

	.has-photo-hero .finder button,
	.to13.content-lens .finder button,
	.to13.city-region .finder button {
		background-color: #fffcf7;
		color: #222222;

		-moz-border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
		-o-border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
		-webkit-border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
		border-image: url(/img/buttons/border-submit-fffcf7.png) 20 stretch;
	}

	.has-photo-hero .finder button:after,
	.has-photo-hero .finder button:hover,
	.to13.content-lens .finder button:after,
	.to13.content-lens .finder button:hover,
	.to13.city-region .finder button:after,
	.to13.city-region .finder button:hover {
		background-color: #026326;
		color: #ffffff;

		-moz-border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
		-o-border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
		-webkit-border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
		border-image: url(/img/buttons/border-submit-026326.png) 20 stretch;
	}

	.has-photo-hero .hero-post .hero { }

		.to13.content-lens .hero.photo { }
		.admin-bar .to13.content-lens.scenic-byway .hero.photo { margin-top: -10px; }

		.seven-wonder .to13.resource .hero.photo .hero-img,
		.has-photo-hero .hero-post .hero-img,
		.to13.content-lens .hero.photo .hero-img,
		.to13.city-region .hero.photo .hero-img {
			position: absolute;
			/*top: 145px; + 83px*/
			top: 228px;
			left: 0;
			right: 0;
			z-index: 1;
			height: 590px;
		}

		.seven-wonder .to13.resource .hero.photo .hero-img  {
			height: 515px;
		}

		/*
		.to13.content-lens .hero.photo .hero-img { top: 116px;}

		.admin-bar .has-photo-hero .hero-post .hero-img,
		.admin-bar .to13.city-region .hero.photo .hero-img { top: 173px; }

		.admin-bar .to13.content-lens .hero.photo .hero-img { top: 144px;}
		*/
		/*
		.to13.content-lens .hero.photo .hero-img { top: 145px;}
		*/
		.admin-bar.seven-wonder .to13.resource .hero.photo .hero-img,
		.admin-bar .has-photo-hero .hero-post .hero-img,
		.admin-bar .to13.content-lens .hero.photo .hero-img { top: 173px; }

		.to13.city-region .hero.photo .hero-img { top: 183px; }
		.admin-bar .to13.city-region .hero.photo .hero-img { top: 211px; }

		.to13.content-lens .hgroup {
			position: relative;
		}

		.to13.content-lens .content-lens-img-caption {
			position: absolute;
			bottom: 20px;
			left: 420px;
			width: 500px;

			color: #ffffff;

			font-weight: normal;
			font-size: 18px;
			line-height: 1.166666667;
			font-family: 'Scrappers';
			text-align: right;
		}

		.to13.content-lens .content-lens-img-caption p,
		.to13.content-lens .content-lens-img-caption p {
			margin-bottom: 0;

			font-weight: normal;
		}

	.hgroup + .sec-promo,
	.hero + .sec-promo {
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-top: 0;
		border-bottom: 3px;
	}

	.hgroup + .sec-promo:before,
	.hgroup + .sec-promo:after {
		content: ' ';
		display: table;
	}

	.hgroup + .sec-promo:after {
		clear: both;
	}

.to13.page-wrapper .post .lead { text-transform: none; }

.seven-wonder .to13.resource .hero.photo .h-section {
	font-size: 44px;
	text-transform: none;
}

.post.has-guest-author .meta:before,
.recent-trip-idea.has-guest-author .lead:before {
	content: 'Guest Author';

	margin-right: 8px;
	padding: 4px 5px 2px;

	background-color: #656565;
	color: #fffbf7;

	font-style: normal;
	font-family: "Scrappers";
	font-size: 12px;
	text-transform: uppercase;

	box-shadow: 0 0 4px rgba(0,0,0,.3), inset 0 0 6px rgba(17,17,17,.5);
}

.hero-post {
	margin-bottom: 0.25em;
	padding: 12px 0;
}

	.hero-post .hero {}

	.hero-post .hero.video,
	.hero-post .hero .video {
		max-width: 100%;
	}

	.hero-post .hero.photo {}

	.hero-post .post-content,
	.content-lens-finder {
		box-sizing: border-box;
		-moz-box-sizing: border-box;

		position: relative;
		z-index: 2;
		max-width: 305px;
		margin-top: -10px;
		padding: 14px 14px 26px;
		float: right;

		background-color: #555;
		color: #fffcf7;
		box-shadow: 0 0 9px rgba(0,0,0,.4), inset 0 0 10px rgba(17,17,17,.5);

		background-image: -moz-linear-gradient(0, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%);
		background-image: -ms-linear-gradient(0, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%);
		background-image: -o-linear-gradient(0, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%);
		background-image: -webkit-linear-gradient(0, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%);
		background-image: linear-gradient(0, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%);
	}

	.has-photo-hero .hero-post .post-content { margin-top: -65px; }

	.hero-post .lead { color: #fffcf7; }

	.hero-post .post-title { margin-bottom: 0.25em; }

	.hero-post .meta {}

	.hero-post.has-guest-author .meta {
		position: relative;
		padding-left: 55px;
	}

	.hero-post.has-guest-author .meta:before {
		position: absolute;
		right: 75%;
		top: -3px;

		white-space: nowrap;
	}

	.hero-post .post-excerpt {
		font-style: italic;
		font-weight: 700;
		font-size: 16px;
		line-height: 24px;
		font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.hero-post .post-excerpt:before {
		content: '';

		display: block;
		height: 1px;
		width: 32%;
		margin: 1.2em auto 0.8em;

		border-top: 1px solid #d0cdca;
	}

	.hero-post .post-excerpt a {
		display: block;
		font-weight: 800;
	}

.secondary-post,
.featured-grid,
.recent-trip-ideas {
	width: 635px;
	float: left;
}

.ie .secondary-post { margin-right: 0; }

.secondary-hero-img {
	height: 356px;
}

.secondary-post .post-title {
	margin-top: 0.075em;
	margin-bottom: 0.12em;

	font-size: 44px;
}

.secondary-post .post-excerpt:before {
	content: '';

	display: block;
	height: 1px;
	width: 15%;
	margin: 0.8em auto 0.6em;

	border-top: 1px solid #62615e;
}

.secondary-post .post-excerpt {
	font-size: 14px;
}

.secondary-post .post-excerpt a {
	display: inline-block;
}


.featured-grid {
	margin-bottom: 1.75em;

	border: dashed transparent;
	border-width: 0 0 3px 0; 

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

	.featured-grid .sec { margin-top: 13px; }

	.featured-grid .row {
		margin-bottom: 1.5em;
		clear: both;
	}

	.featured-grid .row:before,
	.featured-grid .row:after {
		content: ' ';

		display: table;
	}

	.featured-grid .row:after {
		clear: both;
	}

	.featured-grid .post {
		position: relative;
		width: 305px;
		margin-right: 25px;
	}

	.featured-grid .post:nth-child( even ) {
		margin-right: 0;
	}

	.featured-grid .post.has-post-video:before,
	.recent-trip-ideas .post.has-post-video .post-title:before,
	.content-lens .row .post.has-post-video:before {
		content: '';

		position: absolute;
		top: 120px;
		left: 2px;
		z-index: 3;
		height: 27px;
		width: 36px;

		background: transparent url('/img/ui/video-icon.png') no-repeat;
	}

	.featured-grid .post.has-post-video:before {
		top: 141px;
	}

	.featured-grid .post .fake-img {
		height: 171px;
	}

	.featured-grid .post .fake-img + .post-title .lead {
		position: relative;
		z-index: 3;
		margin-top: -2.01em;
		margin-bottom: 0.70em;

		color: #ffffff;

		text-shadow: 0 0 4px rgba(0,0,0,.6);
	}

	.featured-grid .post-title {
		margin-bottom: 0.28em;
	}

	.featured-grid .post.has-guest-author .meta:before {
		position: absolute;
		top: 5px;
		left: -6px;
		z-index: 3;
	}

.recent-trip-ideas {
	clear: both;
}

.recent-trip-ideas .h-section {
	position: relative;
	display: table-caption;
	width: 100%;
}

.recent-trip-ideas .h-section:after {
	height: 1px;
	margin: 10px auto 10px;
}

	.recent-trip-ideas .h-section .post-title {
		margin-right: auto;
		margin-left: auto;

		font-size: 32px;
	}

	.recent-trip-ideas .h-section .lead {
		margin-bottom: .15em;
	}

.recent-trip-ideas .footer {
	display: table-footer;
	max-width: 610px;
	padding: 14px 0;
	text-align: center;

	border: dashed transparent;
	border-width: 3px 0 0 0; 

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

	.recent-trip-ideas .footer .btn {
		width: 220px;
		margin-right: auto;
		margin-left: auto;
		/*
		padding-right: 4px;
		padding-left: 15px;
		*/

		line-height: 28px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.recent-trip-ideas .row {
	position: relative;
	display: table-row;
	width: 100%;
	clear: both;
}

.recent-trip-idea {
	position: relative;
	display: table-cell;
	max-width: 190px;

	margin: 0;
	padding: 7px 20px 18px 0;

	text-align: left;
}

.recent-trip-idea:nth-child(3n) {
	padding-right: 0;
}


.recent-trip-ideas .row:nth-child(4n) .recent-trip-idea {
	padding-bottom: 10px;
}

.recent-trip-idea a { text-decoration: none; }

.recent-trip-idea .lead {
	position: relative;
	margin-bottom: .25em;
	padding-top: 12px;

	letter-spacing: 0;

	border: dashed transparent;
	border-width: 3px 0 0 0;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;

}

.recent-trip-ideas .h-section + .row .recent-trip-idea .lead { border-width: 0 0 0 0; }

.recent-trip-idea .fake-img {
	height: 108px;
	margin-bottom: .5em;
}

.recent-trip-idea .post-title {
	position: relative;
	margin-bottom: 0.2em;

	font-size: 18px;
	line-height: 1.115; /* 20px */

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.recent-trip-ideas .recent-trip-idea.has-post-video .post-title:before {
	top: -36px;
}

.recent-trip-idea .meta {
	position: relative;
}

.recent-trip-idea.has-guest-author .meta:before { display: none; }

.recent-trip-idea.has-guest-author .lead:before {
	position: absolute;
	top: auto;
	bottom: -30px;
	left: -6px;
	z-index: 3;
}

.related-trip-idea {
  padding: 18px 14px 22px;

  background-color: rgba(33,33,33,0.9);
  background-image: none;
  color: #fff;

  box-shadow: 0 0 9px rgba(0,0,0,.4), inset 0 0 10px rgba(0,0,0,.5);
}

.photo-essay .related-trip-idea {
  background-color: rgba(66,66,66,0.9);
}

.js .related-trip-idea-wrapper {
  position: relative;
  overflow: hidden;
}

  .js .related-trip-idea {
    overflow: hidden;

    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);

    opacity: 1;

    -webkit-transition: all 750ms cubic-bezier(.5,0,.5,1);
    -moz-transition: all 750ms cubic-bezier(.5,0,.5,1);
    -ms-transition: all 750ms cubic-bezier(.5,0,.5,1);
    -o-transition: all 750ms cubic-bezier(.5,0,.5,1);
    transition: all 750ms cubic-bezier(.5,0,.5,1);
  }

    .js .related-trip-content {
      -moz-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
      -o-transform: translateY(-120%);
      -webkit-transform: translateY(-120%);
      transform: translateY(-120%);

      -webkit-transition: all 750ms cubic-bezier(.5,0,.5,1) 500ms;
      -moz-transition: all 750ms cubic-bezier(.5,0,.5,1) 500ms;
      -ms-transition: all 750ms cubic-bezier(.5,0,.5,1) 500ms;
      -o-transition: all 750ms cubic-bezier(.5,0,.5,1) 500ms;
      transition: all 750ms cubic-bezier(.5,0,.5,1) 500ms;
    }

  .js .inview .related-trip-idea {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);

    opacity: 1;
  }

    .js .inview .related-trip-content {
      -moz-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -o-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }


.bounty-2014 + .related-trip-idea-wrapper .related-trip-content,
.media.solo + .related-trip-idea-wrapper .related-trip-content,
.author-bio + .related-trip-idea-wrapper .related-trip-content,
.photo-collage + .related-trip-idea-wrapper .related-trip-content {
  padding-left: 53px;
  padding-right: 53px;
}

.related-trip-idea .lead { color: #fff; }

.bounty-2014 + .related-trip-idea-wrapper .lead,
.media.solo + .related-trip-idea-wrapper .lead,
.author-bio + .related-trip-idea-wrapper .lead,
.photo-collage + .related-trip-idea-wrapper .lead {
  margin-bottom: 0.75em;
}

.related-trip-content img { margin-bottom: 10px; }

.bounty-2014 + .related-trip-idea-wrapper .related-trip-content img,
.media.solo + .related-trip-idea-wrapper .related-trip-content img,
.author-bio + .related-trip-idea-wrapper .related-trip-content img,
.photo-collage + .related-trip-idea-wrapper .related-trip-content img {
  margin-bottom: 0;
  margin-right: 40px;
  float: left;
}

.related-trip-idea .post-excerpt { display: none; }

.bounty-2014 + .related-trip-idea-wrapper .post-excerpt,
.media.solo + .related-trip-idea-wrapper .post-excerpt,
.author-bio + .related-trip-idea-wrapper .post-excerpt,
.photo-collage + .related-trip-idea-wrapper .post-excerpt {
  display: block;
  margin-top: 0.5em;
}

/* -- content lens -- */

/*
.to13.content-lens .hero.photo .hero-img { height: 523px; }
*/
.to13.content-lens .hgroup {
	margin-bottom: 20px;
	padding-top: 1px;
}

.content-lens .hgroup .lead {
	font-size: 14px;
}

.content-lens .lead > a {
	border-bottom-width: 0;
}

.content-lens .hgroup .h-section {
	margin-bottom: 14px;

	font-size: 38px;
	word-wrap: normal;
}

.content-lens .hgroup .h-section:after {
	margin-bottom: 0px;

	border-color: #ffffff;
}

.content-lens .hgroup .intro {
	margin-top: -4px;

	line-height: 1.5; /* 24px */
	text-align: center;
}


.content-lens-finder,
.to13.content-lens .finder {
	margin: -6px auto;
	padding: 18px 14px 22px;
	float: none;

	background-color: rgba(33,33,33,0.9);
	background-image: none;

	box-shadow: 0 0 9px rgba(0,0,0,.4), inset 0 0 10px rgba(0,0,0,.5);

	border-top: 0;
}

.content-lens-finder .finder-what,
.content-lens-finder .finder-where legend { display: none; }

.finder.content-lens-finder .h-section {
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: none;
}

.to13.content-lens .finder.content-lens-finder .col.toggle {
	margin-bottom: 3px;

	border-top: 0;
}

.finder.content-lens-finder button {
	color: #333;
	font-size: 14px;
}

.content-lens .post.col,
.city-region + .to13 .post.col { position: relative; }

.seven-wonder .to13.page-wrapper .row .col6,
.content-lens .row .col6,
.city-region + .to13 .col6,
.cities-regions .to13 .col6,
.to13.city-trip-ideas .col6 { width: 306px; }
.seven-wonder .to13.page-wrapper .row .col9,
.content-lens .row .col9,
.city-region + .to13 .col9,
.cities-regions .to13 .col9,
.to13.city-trip-ideas .col9 { width: 469px; }

.seven-wonder .to13.page-wrapper .row .col6:nth-child( 3n ),
.seven-wonder .to13.page-wrapper .row .col9:nth-child( 2n ),
.content-lens .row .col6:nth-child( 3n ),
.content-lens .row .col9:nth-child( 2n ),
.city-region + .to13 .row .col6:nth-child( 3n ),
.city-region + .to13 .row .col9:nth-child( 2n ),
.cities-regions .to13 .row .col6:nth-child( 3n ),
.cities-regions .to13 .row .col9:nth-child( 2n ),
.to13.city-trip-ideas .row .col6:nth-child( 3n ),
.to13.city-trip-ideas .row .col9:nth-child( 2n ) { margin-right: 0; }

.seven-wonder .to13 .post-hero,
.content-lens .post-hero,
.city-region + .to13 .post-hero,
.cities-regions .to13 .post-hero  { margin-bottom: 10px; }

.seven-wonder .to13 .col6 .fake-img,
.content-lens .col6 .fake-img,
.city-region + .to13 .col6 .fake-img,
.cities-regions .to13 .col6 .fake-img,
.to13.city-trip-ideas .col6 .fake-img { height: 171px; }
.seven-wonder .to13 .col9 .fake-img,
.content-lens .col9 .fake-img,
.city-region + .to13 .col9 .fake-img,
.cities-regions .to13 .col9 .fake-img,
.to13.city-trip-ideas .col9 .fake-img { height: 264px; }

.seven-wonder .to13 .col9.has-guest-author .meta:before,
.content-lens .col9.has-guest-author .meta:before,
.city-region + .to13 .col9.has-guest-author .meta:before,
.cities-regions .to13 .col9.has-guest-author .meta:before,
.to13.city-trip-ideas .col9.has-guest-author .meta:before {
	position: absolute;
	left: -5px;
	top: 5px;
	z-index: 2;
	white-space: nowrap;
}

.region-see-do.to13 .col9,
.get-to-know.to13 .col9 { width: 610px; }

.sevenwonders .get-to-know .footer .btn { width: 288px; }

.content-lens .post-title {
	margin-bottom: 6px;

	line-height: 1.15;
}

.content-lens .meta:after {
	content: '';

	display: block;
	height: 1px;
	width: 28%;
	margin: 1.2em auto 0.75em;

	border-top: 1px solid #62615e;
}

.content-lens .meta a { font-weight: normal; }

.content-lens .post-excerpt { text-align: left; }

.to13 .lead-story {
	width: 100%;
	margin-right: 0;
	margin-bottom: 30px;
	padding-bottom: 8px;

	border: dashed transparent;
	border-width: 0 0 3px 0; 

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

	.to13 .lead-story:before,
	.to13 .lead-story:after {
		content: ' ';
		display: table;
	}

	.to13 .lead-story:after {
		clear: both;
	}

	.to13 .lead-story .post-hero {
		width: 469px;
		margin-right: 20px;
		margin-bottom: 12px;
		float: left;
	}

	.to13.city-trip-ideas .lead-story.has-post-video .post-hero {
		width: 100%;
		height: auto;
		margin-right: 0;
		float: none;
	}

	.to13 .lead-story.has-post-video .post-hero .video { max-width: 100%; }

	.to13 .lead-story .fake-img { height: 263px; }

	.to13 .lead-story .post-title,
	.to13 .lead-story .meta,
	.to13 .lead-story .post-excerpt {
		width: 468px;
		float: right;
	}

	.to13 .lead-story .post-title {
		margin-top: -5px;
		margin-bottom: 11px;

		font-size: 44px;
		line-height: 1.045454545;
	}

	.to13 .lead-story .lead { margin-bottom: .25em; }

	.to13 .lead-story .meta {
		font-size: 12px;
	}

	.to13 .lead-story .meta:after {
		width: 18%;
		margin: 1em auto 0.2em;
	}

.content-lens .row .post.col9.has-post-video:before {
	top: 234px;
}

.content-lens .posts .meta:after { display: none; }

.to13 .footer {
	padding-top: 16px;
	clear: both;

	text-align: center;
}

.to13 .footer span,
.to13 .footer .btn {
	vertical-align: middle;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.to13 .footer span {
	display: inline-block;
	max-width: 435px;

	font-size: 24px;
	line-height: 1.166666667;
	font-family: 'Scrappers';
}

.to13 .footer span + .btn { margin-left: 10px; }


.has-thumb .thumb .to13_thumb.fake-img {
	height: 68px;
	width: 120px;
}

/* -- cities & regions -- */
.to13.city-region {

}

.cities-regions .to13.intro {
	max-width: none;
}

.cities-regions .to13.intro:before,
.cities-regions .to13.intro:after {
	content: ' ';
	display: table;
}

.cities-regions .to13.intro:after {
	clear: both;
}

.cities-regions .to13.intro #page-intro {
	width: 610px;
	float: left;

	font-size: 18px;
	line-height: 1.6;
	text-align: left;

}

.cities-regions .to13.intro .region-details {
	width: 330px;
	float: right;

	text-align: left;
}


.cities-regions .to13.intro .region-details .sidebar-region-map {
	width: 122px;
	max-width: 100%;
	margin-right: 16px;
	float: left;
}


.cities-regions .to13.intro .region-details p {
	font-size: 14px;
	line-height: 1.285714286;
}

.cities-regions .to13.intro .region-details p:before {
	content: '';

	display: block;
	height: 1px;
	width: 26%;
	margin: 1.2em auto 0.75em;

	border-top: 1px solid #62615e;
}

.cities-regions .to13.intro .region-details .sidebar-region-map + p:before { display: none; }

.to13.city-region .post-content {
	font-style: italic;
	font-size: 16px;
	text-align: left;
}

/*
.to13.city-region .hero.photo .hero-img {
	height: 589px;
}
*/

.to13.city-region .hgroup {
	height: 513px;
	margin-top: -15px;
	margin-bottom: 40px;
	padding-top: 1px;
	padding-bottom: 0;
}

.to13.city-region .hgroup .grid-inline > .col {
	margin-left: 0;
	margin-right: 0;
	width: 85%;
}

.to13.city-region .hgroup .col-sep { padding-right: 0; }

.to13.city-region .hgroup .lead > a,
.to13.city-region .hgroup .lead:before,
.to13.city-region .hgroup .lead:after,
.to13.city-region .hgroup legend {
	color: #fff;

	border-bottom: 0;
}

.to13.city-region .hgroup .lead { margin-bottom: 0; }

	.to13.city-region .hgroup .sec {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.to13.city-region .hgroup .wonder-badge {
		margin-bottom: 5px;
	}

	.to13.city-region .hgroup .h-section {
		font-size: 44px;
		line-height: 0.954545455;
		font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
		font-weight: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.to13.city-region .hgroup .h-section:after {
		content: '';

		display: block;
		height: 1px;
		width: 34%;
		margin: 0.29em auto;

		border-top: 1px solid #ffffff;
	}

	.to13.city-region .hgroup .h-section.alt {
		margin-left: 5px;
		margin-right: 5px;

		font-size: 22px;
		font-weight: bold;
		font-style: normal;
		letter-spacing: 0;
		text-transform: none;
		text-shadow: 0 0 10px rgba(0,0,0,.8);
	}

	.to13.city-region .hgroup .h-section.alt:after {
		display: none;
	}

	.to13.city-region .hgroup .h-section.alt:after {

	}

.to13.city-region .finder-region .col-sep {
	min-height: 36px;
	border-right: 0;
}


.to13.city-region .finder-region {
	margin: 0;
	padding: 0;

	border-width: 0;
}

.to13.city-region .hgroup .field {
	margin-left: 6px;
	margin-right: 17px;
	margin-bottom: 13px;
	padding-bottom: 2px;

	border-width: 0 0 3px;

	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}

.to13.city-region .hgroup .multi-select {
	margin-left: 6px;
	margin-right: 17px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.to13.city-region .hgroup .field.toggle {
	padding-top: 0px;
}

.to13.city-region .hgroup .field.toggle .multi-select {
	padding-bottom: 0;
}

.to13.city-region .hgroup .field .multi-select > div + div::after { display: none; }

.to13.city-region .hgroup .finder button { margin-top: 2px; }

	.to13.city-region .field .region-search > div:nth-child( 2n ) { display: none; }

	.to13.city-region .post-content .col {}

	.to13.city-region .post-content .col:nth-child( 2n ) {
		margin-right: 0;
	}

	.to13.city-region + .to13 .lead-story {
		margin-top: 23px;
		padding-top: 30px;
		padding-bottom: 18px;

		border-width: 3px 0 3px 0;
	}

	.to13.city-region .post-content .sidebar-region-map {
		position: relative;
		z-index: 2;
		max-width: 100%;
		height: auto;
		margin-top: -83%;
		margin-right: auto;
		margin-left: auto;
	}

	.to13.city-region .post-content .region-caption,
	.to13.city-region .post-content .region-img-caption,
	.to13.city-region .post-content .region-img-caption .lead {
		color: #222222;

		font-style: normal;
		font-family: 'Scrappers', sans-serif;
		text-align: center;
		letter-spacing: 0;
	}

	.to13.city-region .post-content .sidebar-region-map + .region-caption {
		margin-top: -1em;
	}

	.to13.city-region .post-content .sidebar-region-map + .region-caption:after {
		content: '';

		display: block;
		height: 1px;
		width: 43%;
		margin: 0.29em auto 0.45em;

		border-top: 1px solid #555555;
	}

	.to13.city-region .post-content .region-img-caption {
		position: relative;

		font-size: 18px;
	}

	.to13.city-region .post-content .region-img-caption:after {
		background-image: url(/img/ui/sprite.png);
		content: '';
		height: 28px;
		right: -15px;
		position: absolute;
		top: 8px;
		width: 13px;

		background-position: -13px 0;

		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.to13.city-region .post-content .region-img-caption .lead {
		font-weight: normal;
		font-size: 13px;
		text-transform: uppercase;
	}

	.to13.city-region .post-content .region-img-caption .lead:before,
	.to13.city-region .post-content .region-img-caption .lead:after {
		content: '';

		display: none;
	}

	.to13.city-region .post-content .region-img-caption a {
		font-weight: normal;
	}

	.region-see-do {}

		.seven-wonder .to13.region-see-do {
			border-top: 0;
		}

		.to13.region-see-do .col {
			margin-bottom: 1em;
		}

		.to13.region-see-do .col2 {
			width: 190px;
			margin-right: 20px;
			margin-left: 0;
		}

		.to13.region-see-do .col2:nth-child( 3n ) {
			margin-right: 0;
		}

		.to13.region-see-do .lead {
			font-size: 14px;
		}

		.to13.region-see-do .col .fake-img {
			height: 108px;
			margin-top: 20px;
			margin-bottom: 6px;
		}

		.to13.region-see-do .lead + .fake-img { margin-top: 0; }

		.to13.region-see-do .post-title {
			font-size: 18px;
			text-align: left;
		}

		.sec-featured-events .pillar:before {
			display: none;
		}

		.events-to13 .date {
			display: block;

			font-style: italic;
			font-weight: bold;
			font-size: 11px;
			font-family: 'Helvetica Neue', Arial, sans-serif;
			text-align: center;
			text-transform: none;
		}

		.sec-featured-events .footer {

		}

/* -- city -- */

.city-trip-ideas .lead-story {}

.city-trip-ideas .lead-story.has-post-img {
	text-align: center;
}

	.city-trip-ideas .lead-story.has-post-img .post-hero {
		height: 496px;
		width: 100%;
		margin-bottom: 17px;
	}

	.city-trip-ideas .lead-story.has-post-img .hero-img,
  .city-trip-ideas .lead-story.has-post-img .post-hero .fake-img {
		position: absolute;
		left: 0;
		right: 0;
		height: 496px;
	}

	.city-trip-ideas .post-title {
		margin-bottom: 7px;
	}

	.city-trip-ideas .lead-story .post-title,
	.city-trip-ideas .lead-story .meta,
	.city-trip-ideas .lead-story .post-excerpt {
		width: 815px;
		margin: auto;
		float: none;
	}

	.city-trip-ideas .lead-story .post-title {
		margin-bottom: 11px;
		clear: both;
	}

	.city-trip-ideas .lead-story .meta,
	.city-trip-ideas .lead-story .post-excerpt {
		font-family: 'Helvetica Neue', Arial, sans-serif;
	}

	.city-trip-ideas .lead-story .meta:after {

		content: '';

		display: block;
		height: 1px;
		width: 11%;
		margin: 1em auto 0.45em;

		border-top: 1px solid #222222;
	}

	.city-trip-ideas .lead-story .post-excerpt {
		margin-bottom: 36px;
	}

/* -- Seven Wonders -- */

.sevenwonders {}

.page-wrapper.sevenwonders {

}

	.sevenwonders #content {
		position: static;
		margin-top: -30px;
		padding-top: 633px;
	}

	.wonder-video-wrapper {
		position: absolute;
		/*top: 106px + 83px;*/
		top: 189px;
		left: 0;
		right: 0;
		height: 619px;
		overflow: hidden;

    background-color: transparent;
    background-image: url('/img/7w/seven-wonders-loop_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	}

	.admin-bar .wonder-video-wrapper {
		top: 134px;
	}

	.mobile .wonder-video-wrapper {
		top: 0;
	}

	@media (max-width: 600px) {
		.admin-bar .wonder-video-wrapper {
			top: 0;
		}
	}

	.wonder-video-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 3;
		width: 431px;

  	-webkit-transform: translate( -50%, -50% );
  	-moz-transform: translate( -50%, -50% );
  	-ms-transform: translateX( -50% ) translateY( -50% );
  	transform: translate( -50%, -50% );

		-webkit-transition: opacity 250ms linear;
		-moz-transition: opacity 250ms linear;
		-ms-transition: opacity 250ms linear;
		-o-transition: opacity 250ms linear;
		transition: opacity 250ms linear;
	}

	.mobile .wonder-video-logo,
	.no-js .wonder-video-logo { display: none; }

		.wonder-video-logo .h-section {
			width: 431px;
			height: 363px;
			margin-top: -33px;
			overflow: hidden;

			background: url('/img/7w/7w_logo.png') no-repeat;

			text-indent: -9999em;
			white-space: nowrap;
		}

		.wonder-video-logo .h-section:after { display: none; }

		.wonder-video-play,
		.wonder-video-scroll {
			-moz-box-sizing: border-box;
			box-sizing: border-box;

			display: block;
			margin: auto;
			padding-left: 16px;

			color: #ffffff;

			font-family: 'Scrappers', Sans-serif;
			font-size: 40px;
			line-height: 1;
			text-align: center;
			text-transform: lowercase;
		}

		.wonder-video-play {
			margin-top: -21px;
			cursor: pointer;
		}

			.wonder-play-button {
				display: inline-block;
				height: 70px;
				width: 135px;
				margin: -30px -15px 13px;
				overflow: hidden;

				background: transparent url('/img/7w/video_sprite.png') no-repeat -13px -12px;

				white-space: nowrap;
				text-indent: -9999em;
				vertical-align: middle;

		  	-webkit-transform: translate( 0, 10px );
		  	-moz-transform: translate( 0, 10px );
		  	-ms-transform: translate( 0, 10px );
		  	transform: translate( 0, 10px );
			}

			.wonder-video-play:hover .wonder-play-button,
			.wonder-play-button:hover {
				background-position: -17px -81px;
			}

		.wonder-video-scroll {
			font-size: 36px;
			text-decoration: none;
		}

		.wonder-video-scroll:before {
			content: '';

			display: block;
			width: 80%;
			height: 4px;
			margin: 3px auto 22px;

			background: transparent url('/img/7w/video_sprite.png') repeat-x 0 0px;
		}

			.wonder-scroll {
				display: inline-block;
				height: 113px;
				width: 140px;
				margin: -25px -15px 0 -18px;
				overflow: hidden;

				background: transparent url('/img/7w/video_sprite.png') no-repeat -157px -5px;

				white-space: nowrap;
				text-indent: -9999em;
				vertical-align: top;
			}

		.wonder-video-scroll:hover .wonder-scroll,
		.wonder-scroll:hover {
			background-position: -147px -122px;
		}

	.wonder-video-wrapper .main-wonder-video {
		position: relative;
		top: 50%;
		left: 50%;
		z-index: 2;
		width: 95%;
		height: auto;
		max-width: 960px;
		max-height: 540px;

  	-webkit-transform: translate( -50%, -50% );
  	-moz-transform: translate( -50%, -50% );
  	-ms-transform: translateX( -50% ) translateY( -50% );
  	transform: translate( -50%, -50% );

		-webkit-transition: opacity 250ms linear;
		-moz-transition: opacity 250ms linear;
		-ms-transition: opacity 250ms linear;
		-o-transition: opacity 250ms linear;
		transition: opacity 250ms linear;
	}

	#seven-wonders-video-fallback {display: none;}

	.wonder-video-wrapper .main-wonder-video > *,
	.wonder-video-wrapper .main-wonder-video .fluid-width-video-wrapper > embed,
	.wonder-video-wrapper .main-wonder-video .fluid-width-video-wrapper > iframe,
	.wonder-video-wrapper .main-wonder-video .fluid-width-video-wrapper > object {
		max-height: 540px;
	}

	.wonder-video-close {
		position: absolute;
		top: 50px;
		right: 50%;
		z-index: 5;
		margin-right: -520px;
		opacity: 0;

		color: #ffffff;

		font-family: 'Scrappers',sans-serif;
		font-size: 40px;
		font-weight: normal;
		text-decoration: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		-webkit-transition: opacity 250ms linear;
		-moz-transition: opacity 250ms linear;
		-ms-transition: opacity 250ms linear;
		-o-transition: opacity 250ms linear;
		transition: opacity 250ms linear;
	}

	.mobile .wonder-video-close {
		display: none !important;
	}

	.js .main-wonder-video {
		opacity: 0;
		pointer-events: none;
		cursor: normal;
	}

	.wonder-video-wrapper.show-video {
		background-color: black;
    background-image: none;
	}

	.wonder-video-wrapper.show-video .wonder-video-logo {
		opacity: 0;
		z-index: 2;
	}

	.wonder-video-wrapper.show-video .main-wonder-video {
		z-index: 3;
		opacity: 1;
		pointer-events: all;
		cursor: pointer;
	}

	.wonder-video-wrapper.show-video .attract-loop {
		opacity: 0.5;
	}

	.wonder-video-wrapper.show-video .wonder-video-close {
		opacity: 0.75;
	}

	.wonder-video-wrapper.show-video .wonder-video-close:hover {
		opacity: 1;
	}

	.wonder-video-wrapper .attract-loop {
		position: absolute;
		top: 50%;
		left: 0px;
		z-index: 1;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;

  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

		-webkit-transition: opacity 250ms linear;
		-moz-transition: opacity 250ms linear;
		-ms-transition: opacity 250ms linear;
		-o-transition: opacity 250ms linear;
		transition: opacity 250ms linear;
	}

  .mobile .wonder-video-wrapper {
    background: transparent url('/img/7w/video_loop_bg.jpg') no-repeat;
    background-size: cover;
  }

	.mobile .wonder-video-wrapper .attract-loop {
		display: none;
	}

	.mobile .main-wonder-video {
    opacity: 1;

    pointer-events: all;
  }

	.mobile #seven-wonders-video { display: block; }

	.mobile .wonder-video-close,
	.mobile .wonder-video-logo { display: none; }

	.seven-wonders .sec {
		border-top: 0;
	}

	.seven-wonders .sec + .sec {
		margin-top:20px;
		padding-top: 20px;
	}

	.seven-wonders .intro {
		max-width: 100%;

		font-size: 18px;
		line-height: 1.61;
		text-align: left;
	}

	.seven-wonders .intro .col5 {
		width: 467px;
	}

	.wonder-grid-wrapper {
		height: 635px;
	}

	.wonder-grid {
		position: absolute;
		left: 0;
		right: 0;
		max-width: 2420px;
		height: 635px;
		margin: auto;
	}

	.wonder-grid-item {
		position: relative;
		height: 360px;
		width: 33.333333%;
		float: left;
	}

	.wonder-grid-item:nth-child(n+4) {
		height: 275px;
		width: 25%;
		float: left;
	}

	.wonder-grid-item.small-wonder {
		height: 275px;
		width: 25%;
		float: left;
	}

	.wonder-grid-item a { line-height: 0; }

	.wonder-grid-item .fake-img {
		position: absolute;
		top: -1px;
		left: 0;
		bottom: 0;
		right: 0;
	}


	/* - Fancy promo icons - */

	.fancy-promo {
		min-height: 350px;
		text-align: center;
		margin: 28px 0;
	}

	.single-resource .fancy-promo {
		margin: 0 0 28px;
	}

	.fancy-promo img {
		box-shadow: 0 0 0 #000;
	}

	.fancy-promo .cta-wrap,
	.fancy-promo .promo {
		display: table;
		text-align: center;
		margin: 0 auto;
	}

	.fancy-promo .promo {
		padding: 10px 28px 0 !important;
	}

	.fancy-promo .cta-wrap>div,
	.fancy-promo .promo>div{
		display: table-cell;
		vertical-align: middle;
		padding-right: 15px;
	}
	.fancy-promo .promo>div {
		padding-right: 0;
	}
	.fancy-promo .promo>div>p {
		width: 285px;
		margin: 0px 8px 0px 20px;
		font-size: 20px;
		text-align: left;
	}
	.fancy-promo .cta-wrap>div:last-child {
		padding-right: 0;
	}

	.fancy-promo .cta-wrap img {
		max-height: 50px;
	}
	.fancy-promo .promo:after, .fancy-promo .cta-wrap:after, .fancy-promo:after {
    content:"";
    display:table;
    clear:both;
	}

	.fancy-divider {
		position: absolute;
		left: 0;
		right: 0;
		min-height: 150px;
		max-height: 350px;
		overflow: hidden;
		background-color: #555; /* layer fill content */
		-moz-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		-webkit-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDElIiB4Mj0iNTAlIiB5Mj0iLTEuMDAwMDAwMDAwMDAwMDElIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM0MzQzNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
		background-image: -moz-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: -o-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: -webkit-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		color: #ffffff;
	}

	.fancy-divider > div {
		text-align: center;
		max-width: 840px;
		padding: 27px 0px;
		margin: auto;
		font-size: 24px;
		font-family: "Scrappers",sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.fancy-divider h4 {
		font-size: 26px;
		font-family: "Scrappers",sans-serif;
	}

	.fancy-divider .cta {
		position: relative;
		float: none;
		margin: auto;

		display: inline-block;
		padding: 5px 15px 5px 10px;
		background-clip: padding-box;
		font-weight: normal;
		font-size: 22px;
		line-height: 1.3333;
		text-decoration: none;
		white-space: nowrap;
		border-width: 4px 30px 4px 4px;
	}

	.marquee-icons > .marquee-icon {
		position: relative;
		display: inline-block;
		margin: auto 10px;
		width: 100px;
		height: 110px;
		padding: 0px;
		border-right: 0px none;
		border-image: none;
	}

	.marquee-icon > a {
		display: block;
		height: 100%;
		width: 100%;
	}

	.marquee-icon > a > img {
		opacity: 0.85;
		width: 90%;
		height: auto;
		margin-top: 5%;
	}

	.marquee-icon:hover > a > img {
		opacity: 1;
	}

	@media (max-width: 767px) {
		.fancy-divider {
			position: relative;
			max-height: none;
		}
		.fancy-promo .promo {
			display: block;
			padding: 10px 5px 0px !important;
		}
		.fancy-promo .promo>div,
		.fancy-promo .cta-wrap > div {
			display: block;
			padding: 0;
			margin-bottom: 10px;
		}
		.fancy-promo .promo>div>p {
			width: auto;
		}
		.fancy-promo .cta-wrap > div:first-child {
			display: none;
		}
		.fancy-divider h4 {
			padding: 0 5px;
		}
	}


	/* - wonder icons - */
	.wonder-icon {
		position: relative;
	}

	.wonder-icon:before,
	.wonder-icon:after,
  .ie .wonder-icon a:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 3;
		max-width: 80%;
		max-height: 80%;
		opacity: 0.85;
		overflow: hidden;

		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;

		text-indent: -9999em;
		white-space: nowrap;

  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);

		pointer-events: none;
	}

  .ie .wonder-grid-item,
  .ie .wonder-icon a {
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999em;
  }

	.wonder-icon:after {
		opacity: 0.5;
		z-index: 2;
	}

	.wonder-icon:hover:before { opacity: 1; }
	.wonder-icon:hover:after { opacity: 1; }

	.wonder-icons .wonder-icon:before, .wonder-icons .wonder-icon:after { max-height: 100%; max-width: 100%; background-size: 100%; }

	.wonder-icons > .wonder-icon {
		padding: 0;

		border-right: 0;
		border-image: none;
	}

	.wonder-icons .wonder-icon {
		display: inline-block;
		width: 100px;
		height: 125px;
		margin: auto 18px;
	}

	.wonder-icons .wonder-icon:before {
	}

  .ie .wonder-icons .wonder-icon:before,
  .ie .wonder-icons .wonder-icon:after { display: none; }

	/* - wonder icon: oregon coast - */
	.wonder-icon.wonder-oregon-coast:before, .wonder-icon.wonder-oregon-coast:after, .ie .wonder-icon.wonder-oregon-coast a:after,
	.wonder-icon.wonder-coast:before, .wonder-icon.wonder-coast:after, .ie .wonder-icon.wonder-coast a:after {
		height: 222px;
		width: 252px;

		background-image: url('/img/7w/wonder-icon-coast-2x.png');
	}

  .wonder-icon.wonder-oregon-coast:after,
	.wonder-icon.wonder-coast:after {
		background-image: url('/img/7w/wonder-icon-coast_hover-2x.png');
	}

	.wonder-icons .wonder-icon.wonder-oregon-coast:before, .wonder-icons .wonder-icon.wonder-oregon-coast:after, .ie .wonder-icons .wonder-icon.wonder-oregon-coast a:after,
	.wonder-icons .wonder-icon.wonder-coast:before, .wonder-icons .wonder-icon.wonder-coast:after, .ie .wonder-icons .wonder-icon.wonder-coast a:after {
		height: 111px;
		width: 126px;

		background-image: url('/img/7w/wonder-icon-coast.png');
	}

	.wonder-icons .wonder-icon.wonder-oregon-coast:after,
	.wonder-icons .wonder-icon.wonder-coast:after {
		background-image: url('/img/7w/wonder-icon-coast_hover.png');
	}

	/* - wonder icon: crater lake - */
	.wonder-icon.wonder-crater-lake:before, .wonder-icon.wonder-crater-lake:after, .ie .wonder-icon.wonder-crater-lake a:after,
	.wonder-icon.wonder-crater-lake-national-park:before, .wonder-icon.wonder-crater-lake-national-park:after, .ie .wonder-icon.wonder-crater-lake-national-park a:after,
	.wonder-icon.wonder-crater-lake-national-park-2:before, .wonder-icon.wonder-crater-lake-national-park-2:after, .ie .wonder-icon.wonder-crater-lake-national-park-2 a:after {
		height: 196px;
		width: 272px;

		background-image: url('/img/7w/wonder-icon-crater-lake-2x.png');
	}

	.wonder-icon.wonder-crater-lake:after,
	.wonder-icon.wonder-crater-lake-national-park:after,
	.wonder-icon.wonder-crater-lake-national-park-2:after {
		background-image: url('/img/7w/wonder-icon-crater-lake_hover-2x.png');
	}

	.wonder-icons .wonder-icon.wonder-crater-lake:before, .wonder-icons .wonder-icon.wonder-crater-lake:after, .ie .wonder-icons .wonder-icon.wonder-crater-lake a:after,
	.wonder-icons .wonder-icon.wonder-crater-lake-national-park:before, .wonder-icons .wonder-icon.wonder-crater-lake-national-park:after, .ie .wonder-icons .wonder-icon.wonder-crater-lake-national-park a:after,
	.wonder-icons .wonder-icon.wonder-crater-lake-national-park-2:before, .wonder-icons .wonder-icon.wonder-crater-lake-national-park-2:after, .ie .wonder-icons .wonder-icon.wonder-crater-lake-national-park-2 a:after {
		height: 98px;
		width: 136px;

		background-image: url('/img/7w/wonder-icon-crater-lake.png');
	}
	.wonder-icons .wonder-icon.wonder-crater-lake:after,
	.wonder-icons .wonder-icon.wonder-crater-lake-national-park:after,
	.wonder-icons .wonder-icon.wonder-crater-lake-national-park-2:after {
		background-image: url('/img/7w/wonder-icon-crater-lake_hover.png');
	}


	/* - wonder icon: gorge - */
	.wonder-icon.wonder-columbia-river-gorge:before, .wonder-icon.wonder-columbia-river-gorge:after, .ie .wonder-icon.wonder-columbia-river-gorge a:after,
	.wonder-icon.wonder-gorge:before, .wonder-icon.wonder-gorge:after, .ie .wonder-icon.wonder-gorge a:after {
		height: 230px;
		width: 260px;

		background-image: url('/img/7w/wonder-icon-gorge-2x.png');
	}

	.wonder-icon.wonder-columbia-river-gorge:after,
	.wonder-icon.wonder-gorge:after {
		background-image: url('/img/7w/wonder-icon-gorge_hover-2x.png');
	}

	.wonder-icons .wonder-icon.wonder-columbia-river-gorge:before, .wonder-icons .wonder-icon.wonder-columbia-river-gorge:after, .ie .wonder-icons .wonder-icon.wonder-columbia-river-gorge a:after,
	.wonder-icons .wonder-icon.wonder-gorge:before, .wonder-icons .wonder-icon.wonder-gorge:after, .ie .wonder-icons .wonder-icon.wonder-gorge a:after {
		height: 115px;
		width: 130px;

		background-image: url('/img/7w/wonder-icon-gorge.png');
	}
	.wonder-icons .wonder-icon.wonder-columbia-river-gorge:after,
	.wonder-icons .wonder-icon.wonder-gorge:after {
		background-image: url('/img/7w/wonder-icon-gorge_hover.png');
	}


	/* - wonder icon: mt hood - */
	.wonder-icon.wonder-mt-hood:before, .wonder-icon.wonder-mt-hood:after, .ie .wonder-icon.wonder-mt-hood a:after {
		height: 242px;
		width: 266px;

		background-image: url('/img/7w/wonder-icon-mt-hood-2x.png');
	}

	.wonder-icon.wonder-mt-hood:after {
		background-image: url('/img/7w/wonder-icon-mt-hood_hover-2x.png');
	}

	.wonder-icons .wonder-icon.wonder-mt-hood:before, .wonder-icons .wonder-icon.wonder-mt-hood:after, .ie .wonder-icons .wonder-icon.wonder-mt-hood a:after {
		height: 121px;
		width: 133px;

		background-image: url('/img/7w/wonder-icon-mt-hood.png');
	}
	.wonder-icons .wonder-icon.wonder-mt-hood:after {
		background-image: url('/img/7w/wonder-icon-mt-hood_hover.png');
	}

	/* - wonder icon: painted hills - */
	.wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument:before, .wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument:after, .ie .wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument a:after,
	.wonder-icon.wonder-painted-hills:before, .wonder-icon.wonder-painted-hills:after, .ie .wonder-icon.wonder-painted-hills a:after {
		height: 172px;
		width: 274px;

		background-image: url('/img/7w/wonder-icon-painted-hills-2x.png');
	}

	.wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument:after,
	.wonder-icon.wonder-painted-hills:after {
		background-image: url('/img/7w/wonder-icon-painted-hills_hover-2x.png');
	}

	.wonder-icons .wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument:before, .wonder-icons .wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument:after, .ie .wonder-icons .wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument a:after,
	.wonder-icons .wonder-icon.wonder-painted-hills:before, .wonder-icons .wonder-icon.wonder-painted-hills:after, .ie .wonder-icons .wonder-icon.wonder-painted-hills a:after {
		height: 86px;
		width: 137px;

		background-image: url('/img/7w/wonder-icon-painted-hills.png');
	}
	.wonder-icons .wonder-icon.wonder-painted-hills-unit-john-day-fossil-beds-national-monument:after,
	.wonder-icons .wonder-icon.wonder-painted-hills:after {
		background-image: url('/img/7w/wonder-icon-painted-hills_hover.png');
	}


	/* - wonder icon: smith rock - */
	.wonder-icon.wonder-smith-rock-state-park:before, .wonder-icon.wonder-smith-rock-state-park:after, .ie .wonder-icon.wonder-smith-rock-state-park a:after,
	.wonder-icon.wonder-smith-rock:before, .wonder-icon.wonder-smith-rock:after, .ie .wonder-icon.wonder-smith-rock a:after {
		height: 235px;
		width: 237px;

		max-width: 75%;
		max-height: 75%;

		background-image: url('/img/7w/wonder-icon-smith-rock-2x.png');
	}

	.wonder-icon.wonder-smith-rock-state-park:after,
	.wonder-icon.wonder-smith-rock:after {
		background-image: url('/img/7w/wonder-icon-smith-rock_hover-2x.png');
	}

	.wonder-icons .wonder-icon.wonder-smith-rock-state-park:before, .wonder-icons .wonder-icon.wonder-smith-rock-state-park:after, .ie .wonder-icons .wonder-icon.wonder-smith-rock-state-park a:after,
	.wonder-icons .wonder-icon.wonder-smith-rock:before, .wonder-icons .wonder-icon.wonder-smith-rock:after, .ie .wonder-icons .wonder-icon.wonder-smith-rock a:after {
		height: 125px;
		width: 124px;
		max-width: 90%;
		max-height: 90%;


		background-image: url('/img/7w/wonder-icon-smith-rock.png');
	}
	.wonder-icons .wonder-icon.wonder-smith-rock-state-park:after,
	.wonder-icons .wonder-icon.wonder-smith-rock:after {
		background-image: url('/img/7w/wonder-icon-smith-rock_hover.png');
	}


	/* - wonder icon: wallowas - */
	.wonder-icon.wonder-the-wallowas:before, .wonder-icon.wonder-the-wallowas:after, .ie .wonder-icon.wonder-the-wallowas a:after,
	.wonder-icon.wonder-wallowas:before, .wonder-icon.wonder-wallowas:after, .ie .wonder-icon.wonder-wallowas a:after {
		height: 206px;
		width: 260px;

		background-image: url('/img/7w/wonder-icon-wallowas-2x.png');
	}

	.wonder-icon.wonder-the-wallowas:after,
	.wonder-icon.wonder-wallowas:after {
		background-image: url('/img/7w/wonder-icon-wallowas-2x.png');
	}

	.wonder-icons .wonder-icon.wonder-the-wallowas:before, .wonder-icons .wonder-icon.wonder-the-wallowas:after, .ie .wonder-icons .wonder-icon.wonder-the-wallowas a:after,
	.wonder-icons .wonder-icon.wonder-wallowas:before, .wonder-icons .wonder-icon.wonder-wallowas:after, .ie .wonder-icons .wonder-icon.wonder-wallowas a:after {
		height: 103px;
		width: 130px;

		background-image: url('/img/7w/wonder-icon-wallowas.png');
	}
	.wonder-icons .wonder-icon.wonder-the-wallowas:after,
	.wonder-icons .wonder-icon.wonder-wallowas:after {
		background-image: url('/img/7w/wonder-icon-wallowas.png');
	}


	/* -- wonder badges -- */
	.wonder-badge {
		display: block;
		height: 140px;
		width: 195px;
		margin: auto;
		overflow: hidden;

		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 0 0px;
		background-size: contain;

		text-indent: -9999em;
		white-space: nowrap;
	}

	.single-resource .wonder-badge {
		/*
		height: 220px;
		width: 300px;
		*/
		margin-bottom: 10px;
	}

	/* - wonder badge: oregon coast - */
	.wonder-badge.wonder-oregon-coast,
	.wonder-badge.wonder-coast {
		background-image: url('/img/7w/wonder_badge_coast-2x.png');
	}

	/* - wonder badge: crater lake - */
	.wonder-badge.wonder-crater-lake,
	.wonder-badge.wonder-crater-lake-national-park,
	.wonder-badge.wonder-crater-lake-national-park-2 {
		background-image: url('/img/7w/wonder_badge_crater-lake-2x.png');
	}

	/* - wonder badge: gorge - */
	.wonder-badge.wonder-columbia-river-gorge,
	.wonder-badge.wonder-gorge {
		background-image: url('/img/7w/wonder_badge_gorge-2x.png');
	}

	/* - wonder badge: mt hood - */
	.wonder-badge.wonder-mt-hood {
		background-image: url('/img/7w/wonder_badge_mt-hood-2x.png');
	}


	/* - wonder badge: painted hills - */
	.wonder-badge.wonder-painted-hills-unit-john-day-fossil-beds-national-monument,
	.wonder-badge.wonder-painted-hills {
		background-image: url('/img/7w/wonder_badge_painted-hills-2x.png');
	}

	/* - wonder badge: smith rock - */
	.wonder-badge.wonder-smith-rock-state-park,
	.wonder-badge.wonder-smith-rock {
		background-image: url('/img/7w/wonder_badge_smith-rock-2x.png');
	}


	/* - wonder badge: wallowas - */
	.wonder-badge.wonder-the-wallowas,
	.wonder-badge.wonder-wallowas {
		background-image: url('/img/7w/wonder_badge_wallowas-2x.png');
	}

	.sevenwonders-divider-wrapper {
		min-height: 150px;
	}


  .seven-wonder .instagram-intro.double-row,
  .sevenwonders .instagram-intro.double-row,
  .instagram-intro.triple-row {
  	margin-top: 0px;
  }

	.content-lens .instagram-intro.triple-row,
  .instagram-intro.double-row {
  	margin-top: 45px;
  }

  .instagram-grid-container + .sec {
  	border: none;
  	margin-top: 0;
  	padding-top: 0;
  }

	.home .sevenwonders-divider-wrapper {
		position: absolute;
		top: 408px;
		z-index: 4;
		width: 440px;
		height: 220px;
		margin-left: 150px;
	}

	.home.admin-bar .sevenwonders-divider-wrapper {
		/*top: 357px + 83px;*/
		top: 440px;
	}

	@media (max-width: 1023px) {
		.home.admin-bar .sevenwonders-divider-wrapper {
			/*top: 332px + 83px;*/
			top: 415px;
		}
	}

	@media (max-width: 600px) {
		.home.admin-bar .sevenwonders-divider-wrapper {
			/*top: 291px + 83px;*/
			top: 274px;
		}
	}

	/* - seven wonders divider - */
	.sevenwonders-divider {
		position: absolute;
		left: 0;
		right: 0;
		min-height: 150px;
		overflow: hidden;

		background-color: #555; /* layer fill content */
		-moz-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		-webkit-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDElIiB4Mj0iNTAlIiB5Mj0iLTEuMDAwMDAwMDAwMDAwMDElIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiM0MzQzNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
		background-image: -moz-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: -o-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: -webkit-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		background-image: linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
		color: #ffffff;
	}

	.home .sevenwonders-divider {
		height: 100%;
	}

	.sevenwonders-divider > div {
		max-width: 800px;
		margin: auto;
		padding: 28px 0;

		font-size: 24px;
		font-family: 'Scrappers',sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.home .sevenwonders-divider > div {
		max-width: 100%;
		padding: 22px 30px;

		text-align: center;
	}

	.sevenwonders-divider > div:before,
	.sevenwonders-divider > div:after,
	.home .sevenwonders-divider > a:before,
	.home .sevenwonders-divider > a:after,
	.home .intro-7w:before,
	.home .intro-7w:after,
	.seven-wonder.single-resource .post-content:before,
	.seven-wonder.single-resource .post-content:after {
		content: ' ';
		display: table;
	}

	.sevenwonders-divider > div:after,
	.home .sevenwonders-divider > a:after,
	.home .intro-7w:after,
	.seven-wonder.single-resource .post-content:after {
		clear: both;
	}

	.home .sevenwonders-divider a {
		display: block;
		height: 100%;
		width: 100%;

		font-weight: normal;

		text-decoration: none;
	}

	.home .sevenwonders-divider a:hover {
		color: #ffffff;
	}

	.home .sevenwonders-divider a:hover .cta {
		color: #026326;
	}

	.sevenwonders-divider h4 {
		float: left;
		font-size: 32px;
		font-family: 'Scrappers',sans-serif;
	}

	.home .sevenwonders-divider h4 {
		margin-bottom: 2px;
		float: none;

		text-align: center;
		text-decoration: none;
	}

	.sevenwonders-divider .cta, .instagram-details .instagram-cta {
		display: inline-block;
		padding: 5px 15px 5px 10px;
		float: left;
		clear: left;

		background-color: #fffcf7;
		background-clip: padding-box;
		color: #000000;

		font-weight: normal;
		font-size: 22px;
		line-height: 1.3333; /* 24px */
		text-decoration: none;
		white-space: nowrap;

		border-width: 4px 30px 4px 4px;
	}

	.home .sevenwonders-divider .cta {
		float: none;

		font-size: 20px;
		margin: 2px 0 0;
	}

	.sevenwonders-divider p {
		width: 330px;
		margin-top: 5px;
		margin-bottom: 0;
		float: right;

		line-height: 1.2;
		letter-spacing: -1px;
		text-align: left;
	}

	.instagram-intro .wrap {
		margin: 5px 0 0;
	}

	.instagram-intro .wrap:after {
    content:"";
    display:table;
    clear:both;
	}

	.instagram-intro .wrap p {
		float: right;
		width: 75%;
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.1;
	}

	.instagram-intro .wrap img {
		box-shadow: 0 0 0 #000;
		height: auto;
		width: 23%;
		margin: 10px 2px 0 0;
		float: left;
	}

	@media (max-width: 959px) {
		.instagram-intro .wrap img {
			display: none;
		}
		.instagram-intro .wrap p {
			float: none;
			width: 100%;
		}
		.instagram-intro .wrap .cta {
			float: none;
		}
	}
	@media (min-width: 769px) and (max-width: 959px) {
		.sevenwonders-divider {
			top: -1px;
		}
	}


	.other-wonders {
		min-height: 350px;

		text-align: center;
	}

	.seven-wonder .other-wonders { margin-bottom: 28px; }

	.seven-wonder .other-wonders + .get-to-know,
  .seven-wonder .other-wonders + .events-to13 {border-top: 0; }

	.other-wonders .sevenwonders-divider {
		min-height: 350px;
	}

	.other-wonders .sevenwonders-divider > div {
		max-width: 840px;
		padding: 27px 0;
	}

	.other-wonders h4 {
		float: none;

		font-size: 26px;
	}

		.other-wonders .wonder-icons {
			margin-bottom: 5dpx;
		}

		.other-wonders .wonder-icon {
			display: inline-block;
			margin: auto 10px;
		}

		.other-wonders .wonder-icon a {
			display: block;
			height: 100%;
			width: 100%;
			overflow: hidden;

			text-indent: -9999em;
			white-space: nowrap;
		}

		.other-wonders .cta {
			position: relative;
			margin: auto;
			float: none;

			margin: auto auto auto 77px;
		}

		.other-wonders .cta:before {
			content: '';
			position: absolute;
			left: -31%;
			top: -25%;
			display: block;

			height: 48px;
			width: 58px;

			background: transparent url('/img/7w/7wonders-icon-subnav-2x.png') no-repeat;
			background-size: 100%;
		}

		.other-wonders .promo, .fancy-promo .promo {
			max-width: 820px;
			margin-top: 28px;
			padding: 10px 28px;
			border-style:solid;
			border-width: 4px 0 0 0;
			-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
			-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
			-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
			border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		}

		.other-wonders .promo > * {
			display: inline-block;
			float: left;
		}

			.promo .alaska-air-logo {
				display: inline-block;

				width: 192px;
				max-width: 100%;
				height: 41px;
				overflow: hidden;

				background-image: url('/img/7w/alaska-air-logo.png');
        background-position: 100%;

				text-indent: -9999em;
				white-space: nowrap;
			}

			.side-wonder.promo .alaska-air-logo {
				width: 192px;
        height: 30px;
				margin-bottom: 4px;

				background-image: url('/img/7w/alaska-air-logo_sidebar.png');
        background-position: 50%;
        background-size: contain;
			}



			.promo .partner-logo, .side-wonder.promo .partner-logo {
				background-image: none;
				width: auto;
				height: auto;
				text-indent: none;
				margin-bottom: 4px;
			}

			.promo .partner-logo img, .side-wonder.promo .partner-logo img {
				box-shadow: 0 0 0 #000;
			}

			.other-wonders .promo p {
				width: 285px;
				margin: 0 8px 0 20px;

				font-size: 20px;
				text-align: left;
			}

			.other-wonders .promo .cta {
				margin: 0;
				float: right;
				clear: none;
			}

			.other-wonders .promo .cta:before {
				display: none;
			}

			.side-wonder.promo .cta { display: inline-block; }


	.instagram-grid-container  {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.home .instagram-grid-container.triple-row {
		margin-bottom: 30px;
		height: 660px;
	}

	.instagram-grid-container.double-row {
		margin-bottom: 38px;
		height: 440px;
	}

	.instagram-grid-wrapper.triple-row, .instagram-grid-wrapper.double-row {
		position: absolute;
		left: 0;
		right: 0;
		z-index: 3;
		height: 660px;
		overflow: hidden;
	}

    .instagram-grid-wrapper.double-row {
      height: 440px;
    }

	.home .instagram-grid-wrapper.double-row, .home .instagram-grid-wrapper.triple-row  {
		box-shadow: 0 7px 15px rgba(0,0,0,.5);
	}

	.instagram-grid-container.triple-row {
		height: 700px;
	}
	.instagram-grid-container.double-row {
		height: 440px;
	}

	@media (max-width: 1023px) {
		.instagram-grid-container.double-row {
			height: 500px;
		}
	}

		.instagram-grid {
			position: absolute;
			left: 50%;
			width: 2420px;
			margin-left: -1210px;
		}

		.instagram-grid-item {
			width: 220px;
			height: 220px;
			float: left;

  		background-color: #555; /* layer fill content */
  		-moz-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
  		-webkit-box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
  		box-shadow: inset 0 0 10px rgba(17,17,17,.5); /* inner glow */
  		background-image: -moz-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
  		background-image: -o-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
  		background-image: -webkit-linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */
  		background-image: linear-gradient(bottom, #212121 -1%, #434343 1.49%, #333 99.26%, #111 101%); /* gradient overlay */

      -webkit-animation: instagram-pulse 2s linear 0s infinite alternate;
      -moz-animation: instagram-pulse 2s linear 0s infinite alternate;
      -ms-animation: instagram-pulse 2s linear 0s infinite alternate;
      -o-animation: instagram-pulse 2s linear 0s infinite alternate;
      animation: instagram-pulse 2s linear 0s infinite alternate;
    }

    .instagram-grid-item:nth-child(1n) {
      -webkit-animation-delay: 0.25s;
      -moz-animation-delay: 0.25s;
      -ms-animation-delay: 0.25s;
      -o-animation-delay: 0.25s;
      animation-delay: 0.25s;
    }
    .instagram-grid-item:nth-child(2n) {
      -webkit-animation-delay: 0.5s;
      -moz-animation-delay: 0.5s;
      -ms-animation-delay: 0.5s;
      -o-animation-delay: 0.5s;
      animation-delay: 0.5s;
    }
    .instagram-grid-item:nth-child(3n) {
      -webkit-animation-delay: 0.75s;
      -moz-animation-delay: 0.75s;
      -ms-animation-delay: 0.75s;
      -o-animation-delay: 0.75s;
      animation-delay: 0.75s;
    }
    .instagram-grid-item:nth-child(4n) {
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -ms-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s;
    }

		.instagram-grid-item img {
			max-height: 100%;
			max-width: 100%;
		}

    .instagram-grid-item img.fallback { display: block; }

    .instagram-grid-item img { display: none; }

    .js .instagram-grid-item img {
      display: block;
      opacity: 0;

			-webkit-transition: opacity 250ms linear;
			-moz-transition: opacity 250ms linear;
			-ms-transition: opacity 250ms linear;
			-o-transition: opacity 250ms linear;
			transition: opacity 250ms linear;
    }

    @media screen and ( max-width: 975px ) {
      .double-row li.instagram-grid-item:last-child {
        display: none;
      }
    }

    .instagram-grid-item.loaded,
    .instagram-grid-item.not-visible {
  		background-color: #555; /* layer fill content */
  		-moz-box-shadow: none; /* inner glow */
  		-webkit-box-shadow: none; /* inner glow */
  		box-shadow: none; /* inner glow */
  		background-image: none; /* gradient overlay */

      -webkit-animation: none;
      -moz-animation: none;
      -ms-animation: none;
      -o-animation: none;
      animation: none;
    }

    .js .instagram-grid-item.loaded img { opacity: 1; }

    .js .instagram-grid-item img.fallback { display: none; }

		.instagram-overlay-wrapper {
			position: absolute;
			right: 0;
			left: 0;
			z-index: 2;
			height: 660px;
			opacity: 0;

			background: #000000;
			background: rgba( 0, 0, 0, 0.85 );

			-webkit-transition: opacity 250ms linear;
			-moz-transition: opacity 250ms linear;
			-ms-transition: opacity 250ms linear;
			-o-transition: opacity 250ms linear;
			transition: opacity 250ms linear;
		}

    @media screen and ( max-width: 975px ) {

      .modal-cta {
        clear: both;
      }
		.instagram-overlay-wrapper.instagram-grid-cta {
			height: 720px;
		}
    }

		.double-row .instagram-overlay-wrapper {
			height: 440px;
		}

    @media screen and ( max-width: 550px ) {
		.double-row .instagram-overlay-wrapper.instagram-grid-cta {
			height: 540px;
		}
    }

		.has-overlay .instagram-overlay-wrapper {
			z-index: 4;
			opacity: 1;
		}

			.instagram-overlay {
				max-width: 960px;
				width: 100%;
				height: 100%;
				margin: auto;
				padding: 20px 0;

				color: #ffffff;

				font-family: 'Scrappers',sans-serif;
				line-height: 1;

				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}

			.oregon-food-trips .instagram-overlay,
			.seven-wonder .instagram-overlay { max-width: 800px; }

			.instagram-large {
				max-height: 609px;
				max-width: 609px;
				float: left;
                opacity: 0;

  			    -webkit-transition: opacity 250ms linear;
  			    -moz-transition: opacity 250ms linear;
  			    -ms-transition: opacity 250ms linear;
  			    -o-transition: opacity 250ms linear;
  			    transition: opacity 250ms linear;
			}

			.instagram-large.loaded { opacity: 1; }

			.double-row .instagram-large,
			.seven-wonder .instagram-large {
				height: 400px;
				width: 400px;
			}

			.instagram-details {
				position: relative;
				width: 330px;
				max-height: 100%;
				float: right;

				font-size: 13px;
				font-weight: normal;
				text-align: left;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
			}

				.instagram-profile-pic {
					height: 50px;
					width: 50px;
					margin-right: 20px;
					float: left;
				}

				.instagram-profile-link {
					display: block;
					max-width: 290px;

					font-size: 32px;
					font-weight: normal;
					text-transform: none;
					text-decoration: none;
				}

				.instagram-caption {
					max-height: 395px;
					margin-top: 20px;
					margin-bottom: 14px;
					overflow: hidden;
					clear: both;

					font-size: 24px;
					line-height: 1.2;
					text-overflow: ellipsis;
				}

				.instagram-location {
					display: block;
					margin-bottom: 15px;

					font-size: 20px;
					font-weight: normal;
					text-decoration: none;
				}

				.instagram-location:before {
					content: '';

					display: inline-block;
					width: 16px;
					height: 23px;
					margin-right: 2px;
					margin-top: -6px;
					vertical-align: middle;

					background-image: url(/img/icons/instagram-marker_2x.png);
					background-repeat: no-repeat;
					background-size: 100%;
				}

				.instagram-detail-link {
					position: relative;
					display: block;
					margin-bottom: 25px;
					padding-left: 24px;

					font-size: 20px;
					font-weight: normal;
					text-decoration: underline;
				}

				.instagram-detail-link:before,
				.instagram-detail-link:after {
					content: '';

					position: absolute;
					top: 0;
					left: -2px;
					display: block;
					width: 22px;
					height: 23px;
					opacity: 1;

					background-image: url(/img/icons/instagram-icon_2x.png);
					background-repeat: no-repeat;
					background-size: 100%;

					-webkit-transition: opacity 250ms linear;
					-moz-transition: opacity 250ms linear;
					-ms-transition: opacity 250ms linear;
					-o-transition: opacity 250ms linear;
					transition: opacity 250ms linear;
				}

				.instagram-detail-link:after {
					opacity: 0;

					background-image: url(/img/icons/instagram-icon_hover_2x.png);
				}

				.instagram-detail-link:hover:before { opacity: 0; }
				.instagram-detail-link:hover:after { opacity: 1; }

				.instagram-wonder-link {
					position: relative;
					display: inline-block;
					margin-top: 32px;
					padding: 5px 15px 5px 10px;
					clear: both;

					background-color: #fffcf7;
					background-clip: padding-box;
					color: #000000;

					font-weight: normal;
					font-size: 20px;
					line-height: 1.3333; /* 24px */
					text-decoration: none;
					white-space: nowrap;

					border-width: 4px 30px 4px 4px;
					-moz-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
					-o-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
					-webkit-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
					border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
				}




				.instagram-wonder-link:hover {
					background-color: #026326;
					color: #ffffff;

					-moz-border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
					-o-border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
					-webkit-border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
					border-image: url(/img/buttons/border-026326.png) 4 24 4 4 stretch;
				}

				.instagram-wonder-link:before {
					content: '';

					position: absolute;
					top: -58px;
					left: -5px;
					right: 0;
					display: block;
					width: 320px;
					margin-top: 25px;

					border-width: 0 0 4px 0;
					-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
					-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
					-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
					border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
				}

/*        .oregon-food-trips .instagram-wonder-link,
        .seven-wonder .instagram-wonder-link {
          display: none !important;
        }*/

				.instagram-overlay-close {
					position: absolute;
					top: -5px;
					right: 5px;

					font-size: 40px;
					font-weight: normal;
					text-decoration: none;
				}


	/* - seven wonders: sponsors - */
	.sevenwonders-sponsors {
    position: relative;
		margin: auto -20px;
		padding: 20px;

		background: #e6dfd9 url(/img/ui/header-bg.jpg) repeat;

		box-shadow: 0 0 6px rgba(0,0,0,.4);

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.finder + .sevenwonders-sponsors {
		margin-top: 40px;
	}

	.sevenwonders-sponsors .h-section {
		display: block;
		margin-top: -10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 14px;

		font-size: 13px;
		font-family: 'Scrappers',sans-serif;
		letter-spacing: 1px;
	}

	.sevenwonders-sponsors .h-section:after { display: none; }

	.sevenwonders-sponsors .h-section span {
		position: relative;
		display: inline-block;
		margin: auto;
	}

	.sevenwonders-sponsors .h-section span:before,
	.sevenwonders-sponsors .h-section span:after {

		background-image: url(/img/ui/advertisement.png);
		background-position: 0 0;
		content: '';
		height: 17px;
		left: -15px;
		margin: 0 0 0 -5px;
		position: absolute;
		width: 13px;
	}

	.sevenwonders-sponsors .h-section span:after {
		left: auto;
		right: -19px;

		background-position: 100% 0;
	}

	.sevenwonders-sponsor {
		font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
		text-align: center;
	}

	.sevenwonders-sponsor .sponsor-photo-wrap {
		display: block;
		margin-bottom: 10px;
	}

	.sevenwonders-sponsor p {
		font-size: 15px;
		line-height: 24px;
		text-align: left;
	}

	.sevenwonders-sponsor.sponsor-alaska-air p {
    max-width: 610px;
  }

	.sevenwonders-sponsor p:before {
		content: '';
		display: block;

		float: left;

		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}

 	.sevenwonders-sponsor.sponsor-alaska-air p:before {
		width: 98px;
		height: 46px;
		margin-right: 22px;

		background-image: url('/img/7w/alaska-air-logo_sidebar.png');
    background-position: center;
	}

	.sevenwonders-sponsor.sponsor-the-clymb p:before {
		width: 150px;
		height: 41px;
		margin-right: 22px;

		background-image: url('/img/7w/theclymb_logo.png');
    background-position: center;
	}


	.sevenwonders-sponsor .cta {
		margin-right: auto;
		margin-bottom: 12px;

		font-size: 18px;
	}

	.sevenwonders-sponsor .alaska-air-tag {
    position: absolute;
    right: 93px;
    bottom: 38px;
    display: block;
    height: 202px;
    width: 186px;
    overflow: hidden;

    background-image: url('/img/promo/sponsor-tag_alaska-air.png');
    background-repeat: no-repeat;

    text-indent: -99em;
    white-space: nowrap;
  }

	/* - seven wonders: sidebars - */

	.seven-wonder .post-content .aside {
		width: 330px;
		margin-right: 20px;
		margin-bottom: 10px;
		float: left;
	}

		.seven-wonder .post-content .aside.right {
			max-width: 100%;
			margin-bottom: 40px;
			margin-left: 20px;
			margin-right: 0;
			float: right;
		}

		.seven-wonder .post-content .aside.right * { max-width: 100%; }

	.seven-wonder .resource-meta {
		font-size: 13px;
		line-height: 20px;
		font-family: 'Helvetica Neue', Arial, Sans-serif;
	}

	.seven-wonder .resource-meta .meta-detail {
		border-bottom: 3px dashed transparent;

		margin-bottom: 10px;
		padding: 10px 0;

		-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	}

	.seven-wonder .resource-meta .meta-detail a { font-weight: normal; }

	.side-wonder {
		font-weight: normal;
		font-style: normal;
		font-family: 'Scrappers',sans-serif;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		border-top: 3px dashed transparent;

		padding: 10px 0 0;

		-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	}

	.seven-wonder .post-content .addtotrip-wrapper {
		padding-bottom: 10px;
		margin-bottom: 0;

		border-bottom: 3px dashed transparent;

		-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;

	}

  .ie .seven-wonder .post-content .addtotrip-wrapper,
  .ie .seven-wonder .resource-meta .meta-detail {
    border-bottom-color: #999;
    border-bottom-width: 1px;
  }

  .ie .side-wonder,
  .ie .side-wonder.more-info,
  .ie .seven-wonder .region-img-caption + .more-info.side-wonder {
    border-top-color: #999;
    border-top-width: 1px;
    border-top-style: dashed;
  }

	.seven-wonder .addtotrip-wrapper + .side-wonder.more-info {
		border-top: 0;
	}

	.side-wonder.more-info {
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;

		border-top: 0;
	}

	.side-wonder.promo {
		margin-bottom: 1em;
	}

	.side-wonder h5 {
		margin-bottom: 5px;

		font-size: 24px;
		line-height: 1;
		font-weight: normal;
	}

	.side-wonder h6 {
		font-size: 13px;
		line-height: 1;
		font-weight: normal;
		text-transform: uppercase;
	}

	.side-wonder p {
		margin-bottom: 4px;

		font-size: 16px;
		line-height: 1;
	}

	.side-wonder a {
		display: block;

		font-size: 18px;
		font-weight: normal;
		white-space: nowrap;
	}

	.seven-wonder .city-trip-ideas .footer { margin-bottom: 40px; }

	/* - seven wonders: region - */
	.seven-wonder {}

		.seven-wonder .hero .wonder-icon {
			display: block;
			height: 113px;
			width: 135px;
			margin: -10px auto 0;
			overflow: hidden;

			text-indent: -9999em;
			white-space: nowrap;

			background-image: url(/img/7w/icon_ringer.png);
		}

		.seven-wonder .hero .wonder-icon:before, .seven-wonder .hero .wonder-icon:after {
			max-height: 100%;

			background-size: 53%;
			background-position-x: center;
		}

		.seven-wonder .to13.city-region .hgroup > .h-section {
			font-size: 38px;
		}

		.seven-wonder .to13.city-region .post-content .region-caption,
		.seven-wonder .to13.city-region .post-content .region-img-caption { color: #222; }

		.region-img-caption + .side-wonder.more-info {
			border-top: 3px;
		}

/* - seven wonders: resource - */
	.seven-wonder.single-resource {

	}

	.seven-wonder.single-resource .post-content {
		margin-bottom: 40px;

		font-size: 15px;
		line-height: 28px;
		font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
		font-weight: 700;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.seven-wonder.single-resource .post-content > .col > p:first-of-type {
		font-size: 18px;
		line-height: 28px;
		font-style: italic;
	}

	.seven-wonder.single-resource .post-content .post-edit-link { clear: both; }

		.seven-wonder .resource-map.to13 {
			border-top: 0;
		}

	/* -- seven wonders: home -- */

	.intro-7w {
		margin-bottom: 40px;
	}

	.intro-7w .intro {
		font-size: 19px;
		line-height: 1.9143;
		text-align: left;
	}


	.mobile .seven-wonders .intro .col5:before {
		content: '';

		display: block;
		height: auto;
		min-height: 131px;
		width: 35%;
		margin-right: 17px;
		margin-bottom: 10px;
		float: left;

		background: transparent url('/img/7w/7w_badge-2x.png') no-repeat;
		background-size: cover;
	}

	.mobile .seven-wonders .intro .col5.last:before { display: none; }

	.intro-7w .col .sec {
		margin-top: 20px;
		padding-top: 14px;
	}

	.intro-7w .col .sec .h-section {
		font-size: 28px;
	}

	.intro-7w .col .sec .h-section:after { margin: 10px auto 8px; }

	.intro-7w .col .sec:first-child {
		margin-top: 2px;
		padding-top: 0;

		border-top: 0;
	}

	.intro-7w .col .sec .btn {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.intro-7w .col .sec:first-child .btn {
		font-size: 18px;
		text-transform: none;
	}

	/* -- seven wonders: trip idea -- */
	.wonderous-trip-idea {
		background: transparent url('/img/7w/7w_badge-2x.png') no-repeat;
		background-size: 37%;

		color: #222222;

		font-size: 13px;
		font-family: 'Scrappers',sans-serif;
		letter-spacing: 1px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;

		border-top: 0;
	}

	.wonderous-trip-idea p {
		min-height: 96px;
		padding-left: 135px;

		font-size: 20px;
		line-height: 1.2;
		text-align: left;
		letter-spacing: 0;
	}

	.wonderous-trip-idea .btn {
		color: #ffffff;

		font-size: 20px;
		letter-spacing: 0px;
	}



/* -- Outdoor Project: Adventure Tiles -- */
.odp-wrapper {}

  .ie .odp-wrapper { display: none !important; }

  .odp-wrapper .h-section {
    margin-bottom: 28px;
  }


  .odp-tile .adventure-icons img { box-shadow: none; }

	/* -- faq -- */
.faq {
	padding-left: 30px;
}
.question:before, .answer:before {
	float: left;
	font-size: 24px;
	margin: 0 0 0 -30px;
	position: absolute;
	width: 30px;
}
.question {
	margin: 0;
}
.question:before {
	content: 'Q:';
}
.answer {
	color: #555;
	font-size: 18px;
	line-height: 1.2222; /* 22px */
	margin: .5em 0 .25em;
}
.answer:before {
	content: 'A:';
	margin-top: -.18em;
}
.answer > p:last-child {
	margin-bottom: 0;
}

/* - faq: compact - */
.faq.compact .answer {
	font-size: 12px;
	line-height: 1.6667; /* 20px */
}
.faq.compact .answer:before {
	margin-top: -.45em;
}


/* - faq: mega - */
.faq.mega {
	padding-left: 40px;
}
.faq.mega .answer {
	font-size: 24px;
		line-height: 1.15;
}
.faq.mega .answer:before, .faq.mega .question:before {
	font-size: 34px;
	margin-left: -40px;
	width: 40px;
}
.faq.mega .answer:before {
	margin-top: -.25em;
}
.faq.mega .answer a {
	font-weight: normal;
}


/* -- rating -- */
.rating {
	display: inline-block;
	font-size: 10px;
	line-height: 1.3; /* 13px */
	max-width: 125px;
	text-align: left;
	vertical-align: top;
}
.rating p {
	margin: .4em 0 0; /* 4px */
}
.rating > img {
	margin-top: 2px;
}
#ta-frame {
	height: 420px;
	overflow: hidden;
	width: 100%;
}
.rating-avg {
	border-top: 3px dashed transparent;
	color: #555;
	margin: 0 0 -5px;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;

	-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
}
.ie .rating-avg {
	border-top-color: #999;
	border-top-width: 1px;
}
.rating-avg .rating {
	margin: 0 3px;
	vertical-align: top;
}
.rating-avg .tripadvisor-logo {
	margin-top: 4px;
}

/* - rating: compact - */
.rating.compact {
	vertical-align: top;
}
.table-data .rating.compact {
	margin: 0 auto;
	width: 100px;
}
.rating.compact > p {
	margin-top: .2em; /* 2px */
}


/* -- modal -- */
.modal {
	border-radius: 22px;
	display: none;
	padding: 20px;
	position: absolute;
	z-index: 10;

	-moz-transition: border-radius 250ms linear;
	-ms-transition: border-radius 250ms linear;
	-o-transition: border-radius 250ms linear;
	-webkit-transition: border-radius 250ms linear;
	transition: border-radius 250ms linear;
}
.modal.s-loaded {
	border-radius: 10px;
}
.modal p:last-child {
	margin-bottom: 0;
}
.modal .intro {
	margin-bottom: 15px;
}
.modal .intro p {
	margin: 0;
}
.modal .alert.fail, .modal .alert.success {
	background-image: none;
	font-size: 13px;
	line-height: 1.5385; /* 20px; */
	min-height: 0;
	padding: 10px 15px;
}
.modal .sec {
	margin-top: 15px;
	padding-top: 15px;
}


/* -- map -- */
.map-wrap {
	position: relative;
}

.map-city-wrap{
	overflow:hidden;
}
.map {
	background: #e5e3df;
	border: 1px solid #abaaa7;
	border: 1px solid rgba(0, 0, 0, .25);
	box-shadow: 0 0 5px rgba(51, 51, 51, .5);
	height: 420px;
}
.city-map .map{
	box-shadow: 0 0 0;
	border:0;
	height:500px;
}
.map.mini {
	height: 250px;
	margin: 10px 0 0;
}
.map.compact {
	height: 330px;
}
.map.mega {
	height: 500px;
}
.map img {
	box-shadow: none;
	max-width: none;
}


.map-wrap i{
	position:absolute;
	display:block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	display:none;
}

.map-city-wrap i{
	display:block;
}

.map-top {
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-right {
    right: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}
.map-bottom {
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}
.map-left {
    left: -5px;
    top: 0;
    bottom: 0;
    width: 5px;
}

/* @note: fixes some odd issues on touch devices */
.marker,
.infowindow {
	-webkit-transform: translateZ(0);
}

/* - map: earth - */
#earth-support {
	margin-top: 20%;
	text-align: center;
}
.earth-wrap {
	background: #e5e3df;
}
.earth {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.earth-iframe-container {
	position: absolute;
	top: 10px;
	z-index: 100;
}
.earth-iframe-shim {
	background: #000;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -10000;
}
.earth-dashboard {
	overflow: hidden;
	text-align: center;
}
.earth-dashboard > .btn-bar {
	display: block;
	margin-top: 0;
}
.earth-dashboard > .btn-bar .btn-action {
	display: block;
	min-width: 50px;
	visibility: visible;
}
.earth-dashboard > .btn-bar .btn-action:before {
	display: none;
}
.earth-iframe-container > .i-close {
	border-radius: 0;
	position: static;
}

/* - map: markers - */
.marker {
	background-color: #0d692e;
	border: 1px solid #0d692e;
	color: #f2ece1;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.marker:hover {
	z-index: 999;
}
.marker-content {
	border: 1px solid #f2ece1;
	display: block;
	font-family: 'Scrappers', Sans-serif;
	min-height: 7px;
	min-width: 1px;
	padding: 3px 6px;
}
.marker-content:after {
  background-repeat: no-repeat;
	background-image: url(/img/ui/map.png);
  background-position: -25px 0;
	content: '';
	height: 5px;
	left: 0;
	margin: -2.5px 0 0 -4px;
	position: absolute;
	top: 50%;
	width: 5px;
}
.marker-listing {
	font-size: 9px;
}
.marker-listing > .marker-content {
	min-height: 9px;
	min-width: 9px;
	padding: 2px;
}
.marker-featured {
	background-color: #0d692e;
	border-color: #0d692e;
	z-index: 51;
}
.marker-featured > .marker-content:after {
}
.map-city-wrap .marker-featured,
.marker-airport {
  background-color: #222;
  border-color: #222;
}
.marker-airport > .marker-content {
	background-image: url(/img/ui/map.png);
	background-position: 3px -16px;
  background-repeat: no-repeat;
	height: 16px;
	padding: 3px;
	width: 15px;
}
.map-city-wrap .marker-featured > .marker-content:after,
.marker-airport > .marker-content:after {
  background-position: -15px 0;
}
.marker-current-location {
	background-color: #1a7132;
	background-image: -o-radial-gradient(circle closest-side, #3a8c4a, #026326);
	background-image: -moz-radial-gradient(circle closest-side, #3a8c4a, #026326);
	background-image: -ms-radial-gradient(circle closest-side, #3a8c4a, #026326);
	background-image: -webkit-radial-gradient(circle closest-side, #3a8c4a, #026326);
	background-image: radial-gradient(circle closest-side, #3a8c4a, #026326);
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
	height: 10px;
	width: 10px;
}
.marker-current-location > .marker-content {
	border: 0;
}
.marker-current-location > .marker-content:after {
	display: none;
}
.marker-current-location:before {
	background-color: rgba(255, 255, 255, .25);
	box-shadow: 0 0 2px 2px rgba(255, 255, 255, .25);
	content: '';
	height: 2px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 2px;
}

/* - map: clusters - */
.cluster {
  z-index: 900;
}

/* - map: info windows - */
.infowindow,
.marker-tooltip {
	background: #f2ece1;
	border: 1px solid #222;
	box-shadow: 0 0 4px rgba(0, 0, 0, .65);
	position: absolute;
	text-align: left;
	z-index: 999;
}
.infowindow {
	padding: 10px 15px;
	visibility: hidden;
	width: 300px;
}
.infowindow.s-loaded {
	visibility: visible;
}
.infowindow:after {
	background-image: url(/img/ui/map.png);
	background-position: 0 -10px;
	content: '';
	height: 5px;
	left: 50%;
	margin: 0 0 0 -4px;
	position: absolute;
	top: 100%;
	width: 7px;
}
.infowindow h4 {
	margin-right: 25px;
}
.infowindow .sec {
	margin-top: 10px;
	padding-top: 10px;
}
.map.compact .infowindow {
	width: 250px;
}

/* - map: tooltip - */
.marker-tooltip {
	display: none;
	min-width: 200px;
	padding: 5px 10px;
}
.marker-tooltip a {
	text-decoration: none;
}
.marker-tooltip .meta {
	font-size: 11px;
	line-height: 1.3636; /* 15px */
	margin: 0;
}

/* - map: list - */
.map-list {
	border: dashed transparent;
	border-width: 3px 0;
	overflow: hidden;
	position: relative;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .map-list {
	border: dashed #444;
	border-width: 1px 0;
}
.map-list:before,
.map-list:after {
	box-shadow: 0 0 25px -7px rgba(0, 0, 0, .75);
	content: '';
	height: 25px;
	left: 10px;
	position: absolute;
	right: 10px;
}
.map-list:before {
	top: -25px;
}
.map-list:after {
	bottom: -25px;
}
.map-list > ol {
	counter-reset: item;
	max-height: 212px;
	overflow: auto;

	-webkit-overflow-scrolling: touch;
}
.map-list > ol > li {
	margin: 0;
	padding: 0;
}
.map-list > ol > li:before {
	content: counter(item) '.';
	counter-increment: item;
	float: left;
	font-size: 10px;
	margin: 10px 0 0 0;
	text-align: right;
	width: 20px;
}
.map-list > ol > li:after {
	display: none;
}
.map-list > ol > li:first-child {
	border: 0;
	margin: 0;
}
.map-list a {
	display: block;
	padding: 10px 10px 10px 30px;
}
.map-list .on, .map-list .on a {
	color: #fff;
}
.map-list .on a {
	background-color: #026326;
	box-shadow: 0 0 15px rgba(34, 34, 34, .8) inset;
}
.map-with-list .map-wrap {
	margin-left: -10px;
}
.map-with-list .map-list > ol {
	font-family: 'Scrappers', Sans-serif;
	height: 459px;
	max-height: none;
}
.map-with-list-compact + .sec {
	border: 0;
	padding-top: 0;
}
.map-with-list-compact + .related-trip-idea-wrapper {
	margin-top: 25px;
	padding-top: 25px;

	border-top: 3px dashed transparent;
	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

/* map list height for sections other than scenic byways */
.single-oregon-story .map-with-list .map-list > ol,
.single-itinerary .map-with-list .map-list > ol,
.single-getaway .map-with-list .map-list > ol {
	height: 420px;
}

/* - map: style fixes from gmaps api conflicts - */
.gm-style .marker-tooltip {
	visibility: hidden;
}
.gm-style-cc a {
	font-weight: normal;
}

/* -- results -- */
.results {
	border-top: 3px dashed transparent;
	padding: 5px 0;
	position: relative;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .results {
	border-top-color: #444;
	border-top-width: 1px;
}
.results .v-sec > li + li {
	margin-top: 5px;
	padding-top: 5px;
}
.results + .more {
	margin-top: 0;
}
.featured-results {
	background: #fffcf7;
	border-radius: 5px;
	box-shadow: 0 0 20px #bdb4ab inset, 0 0 6px #000;
	font-size: 15px;
	margin: 0 0 20px;
	padding: 15px 20px;
}

/* - results: bar - */
.results-bar {
	font-size: 16px;
	font-style: italic;
	line-height: 1.5; /* 24px */
	margin: 0 auto;
	max-width: 680px;
	text-align: center;
}
.results-bar p {
	margin: 0;
}
.results-bar p + p {
	margin-top: .375em; /* 6px */
}

/* - amenities - */
.amenities {
	font-size: 18px;
	margin-top: -12px;
	text-align: center;
}
.amenities > li {
	display: inline-block;
	margin: 12px 7px 0;
}
.amenities img {
	vertical-align: top;
}

.amenity-icon {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;

  background-image: url(/img/icons/amenity-sprite.png);
  background-repeat: no-repeat;

  white-space: nowrap;
  text-indent: 100%;
}

.meta .amenity-icon,
.amenities-list .amenity-icon {
  display: inline-block;
  vertical-align: middle;
}

.single .amenities-list .amenity-icon {
  vertical-align: sub;
}

.amenity-icon.amenity-air-conditioning {
  background-position: -5px -5px;
}

.amenity-icon.amenity-cabin-cottage-rentals {
  background-position: -35px -5px;
}

.amenity-icon.amenity-complimentary-breakfast {
  background-position: -65px -5px;
}

.amenity-icon.amenity-concierge-services {
  background-position: -95px -5px;
}

.amenity-icon.amenity-credit-cards-accepted {
  background-position: -125px -5px;
}

.amenity-icon.amenity-electric-vehicle-charging-station-onsite {
  background-position: -155px -5px;
}

.amenity-icon.amenity-family-friendly-2 {
  background-position: -5px -35px;
}

.amenity-icon.amenity-fifty-amp-full-hookups {
  background-position: -35px -35px;
}

.amenity-icon.amenity-fireplace {
  background-position: -65px -35px;
}

.amenity-icon.amenity-fitness-facility {
  background-position: -95px -35px;
}

.amenity-icon.amenity-full-breakfast {
  background-position: -125px -35px;
}

.amenity-icon.amenity-garage {
  background-position: -155px -35px;
}

.amenity-icon.amenity-glocat-1 {
  background-position: -5px -65px;
}

.amenity-icon.amenity-glocat-11 {
  background-position: -35px -65px;
}

.amenity-icon.amenity-glocat-13 {
  background-position: -65px -65px;
}

.amenity-icon.amenity-glocat-2 {
  background-position: -95px -65px;
}

.amenity-icon.amenity-glocat-3 {
  background-position: -125px -65px;
}

.amenity-icon.amenity-glocat-5,
.amenity-icon.amenity-glocat-6,
.amenity-icon.amenity-glocat-10,
.amenity-icon.amenity-tof-amenity {
  background-position: -155px -65px;
}

.amenity-icon.amenity-glocat-5-green,
.amenity-icon.amenity-glocat-6-green,
.amenity-icon.amenity-glocat-10-green {
  width: 35px;
  height: 41px;
  background-position: -5px -95px;
}

.amenity-icon.amenity-glocat-8 {
  width: 35px;
  height: 41px;
  background-position: -50px -95px;
}

.amenity-icon.amenity-groceriesice-on-site {
  background-position: -95px -95px;
}

.amenity-icon.amenity-handicap-accessible {
  background-position: -125px -95px;
}

.amenity-icon.amenity-high-speed-internet-access {
  background-position: -155px -95px;
}

.amenity-icon.amenity-kitchenette-or-full-kitchen {
  background-position: -95px -125px;
}

.amenity-icon.amenity-laundry-facilities {
  background-position: -125px -125px;
}

.amenity-icon.amenity-near-fishinghunting {
  background-position: -155px -125px;
}

.amenity-icon.amenity-glocat-4,
.amenity-icon.amenity-pet-friendly {
  background-position: -5px -155px;
}

.amenity-icon.amenity-private-bathrooms {
  background-position: -35px -155px;
}

.amenity-icon.amenity-propane {
  background-position: -65px -155px;
}

.amenity-icon.amenity-pull-through {
  background-position: -95px -155px;
}

.amenity-icon.amenity-restaurant-lounge {
  background-position: -125px -155px;
}

.amenity-icon.amenity-restaurant-on-site {
  background-position: -155px -155px;
}

.amenity-icon.amenity-showers {
  background-position: -185px -5px;
}

.amenity-icon.amenity-smoke-free {
  background-position: -185px -35px;
}

.amenity-icon.amenity-spa-hot-tub {
  background-position: -185px -65px;
}

.amenity-icon.amenity-spapool {
  background-position: -185px -95px;
}

.amenity-icon.amenity-swimming {
  background-position: -185px -125px;
}

.amenity-icon.amenity-tvcable-hookup {
  background-position: -185px -155px;
}

.amenity-icon.amenity-washerdryer {
  background-position: -5px -185px;
}

.amenity-icon.amenity-waterfront-or-mountain-view {
  background-position: -35px -185px;
}

/* - region - get to know */
.get-to-know{}
	.get-to-know h2.h-section{
	}

	.get-to-know h2.h-section:after{
		display:none;
	}

	.get-to-know .col.last{
		margin-top:60px;
	}

.cities-dropdown{
	float:none;
	margin:0 auto 15px auto;
}

.region-map{
	height:400px;
	width:100%;
	box-shadow: 0 0 5px rgba(51, 51, 51, .5) inset;
	background:#fff;
}

.to13 .region-map { height: auto; }

/* - cities list - */
.cities-list {
	font-size: 13px;
}
.cities-list > .col {
	text-align: center;
}

/* - regions list - */
.sec-regions-list {
	display: none;
}
.sec-regions-list + .sec {
	border-top-width: 0;
	margin-top: -25px;
}

/* - trip items - */
.trip-items {
	margin-top: 25px;
}
.trip-items > li:first-child {
	counter-reset: item;
}
.trip-items > li > ol > li {
	padding-left: 15px;
}
.trip-items > li > ol > li:before {
	content: counter(item) '.';
	counter-increment: item;
	float: left;
	font-size: 11px;
	margin: 0 5px 0 -20px;
	width: 15px;
}
.remove-trip-item {
	float: right;
}


/* -- sub -- */
.sub, .sub a, .sub a:hover {
	color: #fff;
}
.sub {
	background-color: #414141;
	box-shadow: 0 0 10px rgba(0, 0, 0, .9) inset, 0 0 10px rgba(0, 0, 0, .8);
}
.ie .sub h4,
.ie .sub .more,
.ie .sub .posts > li,
.ie .sub .col-sep,
.ie .sub .sec {
	border-color: #cfcdc9;
}
.sub hr, .sub .more, .sub .posts > li {
	-moz-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
}
.sub .col-sep {
	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}
.sub .sec {
	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}
.sub .sep:before, .sub .h-section:after {
	border-color: #cfcdc9;
}
.sub .lead, .sub .trail {
	color: #cfcdc9;
}
.sub .note, .sub .support.alt,
.sub .note a, .sub .support.alt a {
	color: #cfcdc9;
}
.sub button, .sub .btn, .sevenwonders-divider .cta, .fancy-divider .cta,
.sub button:hover, .sub .btn:hover, .sevenwonders-divider .cta:hover, .fancy-divider .cta:hover, .instagram-details .instagram-cta {
	background-color: #fffcf7;
	border-color: #fffcf7;
	color: #222;
	border-style:solid;
	-moz-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
	-o-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
	-webkit-border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
	border-image: url(/img/buttons/border-fffcf7.png) 4 24 4 4 stretch;
}
.sub button:hover, .sub .btn:hover, .sevenwonders-divider .cta:hover, .fancy-divider .cta:hover, .instagram-details .cta:hover {
	color: #026326;
}
.sub .btn.s {
	-moz-border-image: url(/img/buttons/border-s-fffcf7.png) 2 20 2 4 stretch;
	-o-border-image: url(/img/buttons/border-s-fffcf7.png) 2 20 2 4 stretch;
	-webkit-border-image: url(/img/buttons/border-s-fffcf7.png) 2 20 2 4 stretch;
	border-image: url(/img/buttons/border-s-fffcf7.png) 2 20 2 4 stretch;
}

.modal-cta {
    padding-top: 25px;

    border-color: #fffcf7;
    border-style: solid;
    border-top-width: 4px;
	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}

/* -- ads -- */
.ads {
	display: none;
	margin-bottom: -10px;
	text-align: center;
}
.ads:before {
	background-image: url(/img/ui/advertisement.png);
	content: '';
	display: block;
	height: 17px;
	margin: 6px auto 10px;
	width: 121px;
}
.ads + .ads {
	border-top: 0;
	margin-top: 10px;
	padding-top: 0;
}
.ads + .ads:before {
	display: none;
}
.ad {
	background-color: #fff;
	border: 2px solid #d5d5d5;
	box-shadow: 0 0 5px rgba(51, 51, 51, .5);
	display: inline-block;
	font-size: 11px;
	line-height: 1.3636; /* 15px */
	margin: 0 5px 10px;
	max-width: 100%;
	overflow: hidden;
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
.ad a {
	font-weight: normal;
	text-decoration: none;
}
.ad img {
	box-shadow: none;
	height: auto;
	width: auto;
	vertical-align: top;
}
.ad p {
	margin: 0;
}
.ad-content {
	padding: 5px;
}
.ad-125 {
	font-size: 9px;
	line-height: 1;
	min-height: 125px;
	width: 117px;
}
.ad-125 .ad-content {
	padding: 2px;
}
.ad-300 {
	width: 292px;
}
.ad-300 img {
	float: left;
	margin: 0 5px 0 0;
}


/* -- slideshow -- */
/*
.slides, .slide {
	vertical-align: top;
}
.slides {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
/*
.slide, .s-loaded .slide:first-child {
	display: none;
	position: absolute;
}
.slide:first-child, .slide.on, .s-loaded .slide.on {
	display: block;
	position: relative;
}
*/

/* TO-2226 */

#trip-idea-slideshow {
  display: inline-block;
  max-width: 960px;
}

#trip-idea-slideshow .slides-wrapper {
  position: relative;
  z-index: 2;

  max-width: 960px;

  background-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#trip-idea-slideshow .paging > .prev {
  left: -54px;
}

#trip-idea-slideshow .paging > .next {
  right: -54px;
}

#trip-idea-slideshow .slide {
  position:absolute;

  display: none;

  background-color: transparent;
}

#trip-idea-slideshow .slide .slide-img {
  position: relative;
  z-index: 2;
}

#trip-idea-slideshow .slide #slideshow-caption {
  position: absolute;
  left: 0;
  right: 0;
}

@media (min-width: 960px) and (max-width: 1087px) {
  #trip-idea-slideshow {
    max-width: calc(100% - 126px);
  }
  #trip-idea-slideshow .slides-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 1057px) {
  #trip-idea-slideshow .slides-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 957px) {
  #trip-idea-slideshow {
    max-width: 100%;
  }
}

@media (min-width: 600px) and (max-width: 845px) {
  #trip-idea-slideshow {
    max-width: calc(100% - 126px);
  }
}

/* End ==== TO-2226 */

.slideshow,
#slideshow,
#trip-idea-slideshow {
	padding: 6px 0;
}
#slideshow,
#trip-idea-slideshow {
	position: relative;
	text-align: center;
	z-index: 1;
}
.media.solo >
#slideshow,
#trip-idea-slideshow {
	padding: 0;
}

#trip-idea-slideshow .slides,
#slideshow .slides {
  max-height: 500px;
  max-width: 960px;
  width: auto;
}

.slide {
  max-width: 100%;
  max-height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slides .slide { display: none; }

.slides .slide-0 { display: block }

.slide > img {
  box-shadow: none;
  max-width: none;
  visibility: hidden;
}

#slideshow-caption {
	background: #fffcf7;
	background-image: -moz-linear-gradient(0, #bdb4ab, #fffcf7 2%, #fffcf7 99%, #dad4c9);
	background-image: -ms-linear-gradient(0, #bdb4ab, #fffcf7 2%, #fffcf7 99%, #dad4c9);
	background-image: -o-linear-gradient(0, #bdb4ab, #fffcf7 2%, #fffcf7 99%, #dad4c9);
	background-image: -webkit-linear-gradient(0, #bdb4ab, #fffcf7 2%, #fffcf7 99%, #dad4c9);
	background-image: linear-gradient(0, #bdb4ab, #fffcf7 2%, #fffcf7 99%, #dad4c9);
	border-radius: 5px;
	box-shadow: 0 0 10px #bdb4ab inset, 0 0 6px #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5; /* 24px */
	margin: -3px auto 0;
	max-width: 80%;
	min-height: 50px;
	padding: 15px 20px;
	position: relative;
	text-align: left;
	width: 540px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
#slideshow.detail #slideshow-caption {
	width: 460px;
}
#slideshow-caption p {
	display: inline;
	margin: 0 5px 0 0;
}
#slideshow-caption .slideshow-paging { display: none; }
#slideshow-caption .thumb {
	margin: 0 10px 0 0;
}
#slideshow .slides,
#trip-idea-slideshow .slides {
  text-align: center;
}
#slideshow .slide {
	background-color: #fffcf7;
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}
#slideshow .paging,
#trip-idea-slideshow .paging {
	position: static;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}
#slideshow .paging > a,
#trip-idea-slideshow .paging > a {
	height: 54px;
	margin: -27px 0 0;
	position: absolute;
	top: 50%;
	width: 61px;
	z-index: -1;

	-moz-transition: margin 250ms linear;
	-ms-transition: margin 250ms linear;
	-o-transition: margin 250ms linear;
	-webkit-transition: margin 250ms linear;
	transition: margin 250ms linear;
}
#slideshow .paging > .next,
#trip-idea-slideshow .paging > .next {
	background-position: -100px -92px;
	right: -50px;
}
#slideshow .paging > .prev,
#trip-idea-slideshow .paging > .prev {
	background-position: 0 -92px;
	left: -50px;
}
#slideshow .paging > .next:hover,
#trip-idea-slideshow .paging > .next:hover {
	margin-right: -10px;
}
#slideshow .paging > .prev:hover,
#trip-idea-slideshow .paging > .prev:hover {
	margin-left: -10px;
}

/* - slideshow: compact - */
.slideshow.compact {
	position: relative;
	text-align: center;
}
.slideshow.compact > .polaroid {
  width: 100%;
  max-width: 308px;
	margin: 0;
}

.slideshow.compact .vignette { overflow: hidden; }


.slideshow.compact .slide {
  display: block;
  height: auto;
}

.slideshow.compact .slide > img {
  position: static;
  display: block;
  max-width: 100%;
  visibility: visible;
}


.slideshow.compact > .polaroid > .paging {
	bottom: 25px;
	left: 25px;
	margin: 0;
	position: absolute;
	right: 25px;
	width: auto;
	z-index: 5;
}
.slideshow.compact > .polaroid.alt > .paging {
	bottom: -25px;
}

/* -- third party -- */

/* - jQuery UI - */
.ui-widget a {
	outline: 0;
	text-decoration: none;
}

/* jQuery UI: autocomplete */
.ui-autocomplete {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	display: none;
	font-family: 'Helvetica Neue', Arial, Sans-serif;
	margin: -1px 0 0 0;
	max-height: 144px;
	overflow: auto;
	position: absolute;
	text-align: left;
	z-index: 20;
}
.ui-autocomplete a {
	color: #555;
	display: block;
	font-weight: normal;
	padding: 4px 6px;
}
.ui-autocomplete a:hover, #ui-active-menuitem {
	background: #eee;
}
.ui-autocomplete > li {
	border-top: 1px solid #ccc;
}
.ui-autocomplete > li:first-child {
	border-top: 0;
}

/* jQuery UI: datepicker */
.ui-datepicker {
	background: #f2ece1;
	border: 1px solid #222;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	display: none;
	font-size: 12px;
	line-height: 1em;
	margin: 3px 0 0;
	padding: 3px;
}
.ui-datepicker-header {
	padding: 5px 0;
	position: relative;
}
.ui-datepicker-prev, .ui-datepicker-next {
	border: solid 5px transparent;
	height: 0;
	margin: -5px 0 0;
	position: absolute;
	top: 50%;
	width: 0;
}
.ui-datepicker-prev {
	border-right-color: #222;
	left: 0;
}
.ui-datepicker-next {
	border-left-color: #222;
	right: 0;
}
.ui-datepicker-title {
	font-weight: bold;
	text-align: center;
}
.ui-datepicker-calendar {
	border-collapse: separate;
	border-spacing: 2px;
	border-top: 2px solid #d3cec4;
	margin-top: 4px;
	text-align: center;
}
.ui-datepicker-calendar a {
	background: #d3cec4;
	display: block;
	font-weight: normal;
	padding: 6px;
}
.ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
	background: #e5dfd5;
	color: #222;
}
.ui-datepicker-current-day a {
	background: #026326;
	color: #fff;
}
.ui-datepicker-calendar th {
	color: #555;
	font-size: 10px;
	padding: 4px 0;
}
.ui-datepicker-today a {
	font-weight: bold;
}
.ui-datepicker-other-month a {
	background: transparent;
	color: #999;
}

/* - fitVid - */
.fluid-width-video-wrapper {
	padding: 0;
	position: relative;
	width: 100%;
}
.fluid-width-video-wrapper > embed,
.fluid-width-video-wrapper > iframe,
.fluid-width-video-wrapper > object {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* - recaptcha - */
#recaptcha_widget_div img {
	box-shadow: none;
}


/* -- nav -- */
.nav a {
	display: block;
	font-weight: normal;
	text-decoration: none;
}
.nav > li {
	display: inline-block;
	vertical-align: top;
}
.nav-toggle {
	display: none;
}

/* - nav: global - */
#nav {
	white-space: nowrap;
	width: 100%;
}
#nav, #nav > li > a {
	position: relative;
	z-index: 5;
}
#nav:hover > li > a {
	opacity: .6;
}
#nav > li:hover > a {
	opacity: 1;
}
#nav > li, #nav > li > a {
	background-image: url(/img/nav/global.png);
}
#nav > li {
	white-space: normal;
}
#nav > li > a {
	outline: 0;

	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
#nav > li > a, #nav > li > span {
	height: 107px;
	margin-bottom: -2px;
	width: 100%;
}
#nav-home {
	background-position: -1550px -100px;
	margin-left: -2px;
	margin-right: 0;
	width: 62px;
}
#nav-7wonders {
	background-position: -264px 0;
	margin-left: -2px;
	margin-right: -7px;
	width: 140px;
}
#nav-seedo {
	background-position: 0 100px;
	margin-right: -10px;
	width: 91px;
}
#nav-tripideas {
	background-position: -200px 0;
	margin-right: -7px;
	width: 131px;
}
#nav-citiesregions {
	background-position: -400px 0;
	margin-right: -3px;
	width: 154px;
}
#nav-askoregon {
	background-position: -600px 0;
	width: 95px;
}
#nav-seasons {
	background-position: -800px 0;
	width: 142px;
}
#nav-lodging {
	background-position: -1000px 0;
	width: 108px;
}
#nav-deals {
	background-position: -1200px 0;
	width: 102px;
}
#nav-gettingaround {
	background-position: -1400px 0;
	margin-right: -6px;
	width: 99px;
}
#nav-home > a, #nav-home > span {
	background-position: 0 100px;
}
#nav-7wonders > a {
	background-position: -800px -103px;
}
#nav-seedo > a {
	background-position: -9px -100px;
}
#nav-tripideas > a {
	background-position: -200px -100px;
}
#nav-citiesregions > a {
	background-position: -400px -100px;
}
#nav-askoregon > a {
	background-position: -600px -100px;
}
#nav-seasons > a {
	background-position: -800px -100px;
}
#nav-lodging > a,
/* NOTE: fixes body class slug issue in /deals/places-to-stay */
.deals.places-to-stay #nav-lodging > a {
	background-position: -1000px -100px;
}
#nav-deals > a {
	background-position: -1200px -100px;
}
#nav-gettingaround > a {
	background-position: -1400px -100px;
}

/* nav: global: hover/on */
#nav > li > a:hover, #nav > li > a:focus {
	z-index: 10;
}
.sevenwonders #nav-7wonders > a, #nav-7wonders:hover > a, #nav-7wonders > a:focus {
	background-position: -799px -250px;
}
.see-do #nav-seedo > a, #nav-seedo:hover > a, #nav-seedo > a:focus {
	background-position: -9px -250px;
}
.seasons #nav-tripideas > a,
.trip-ideas #nav-tripideas > a, #nav-tripideas:hover > a, #nav-tripideas > a:focus {
	background-position: -200px -250px;
}
.cities-regions #nav-citiesregions > a, #nav-citiesregions:hover > a, #nav-citiesregions > a:focus {
	background-position: -400px -250px;
}
.ask-oregon #nav-askoregon > a, #nav-askoregon:hover > a, #nav-askoregon > a:focus {
	background-position: -600px -250px;
}
/*
.seasons #nav-seasons > a, #nav-seasons:hover > a, #nav-seasons > a:focus {
	background-position: -800px -250px;
}*/
.places-to-stay #nav-lodging > a, #nav-lodging:hover > a, #nav-lodging > a:focus {
	background-position: -1000px -250px;
}
.deals #nav-deals > a, #nav-deals:hover > a, #nav-deals > a:focus {
	background-position: -1200px -250px;
}
.getting-around #nav-gettingaround > a, #nav-gettingaround:hover > a, #nav-gettingaround > a:focus {
	background-position: -1400px -250px;
}

/* - nav: sub - */
.nav-sub {
	font-size: 14px;
	margin: 0 -20px;
	text-align: center;
}
.nav-sub > li {
	border-right: 3px dashed transparent;
	margin: 4px 0;
	padding: 5px 20px;
	position: relative;

	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}
.ie .nav-sub > li {
	border-right-color: #cfcdc9;
	border-right-width: 1px;
}
.nav-sub > li:last-child {
	border: 0;
}
.nav-sub > li > a {
	background-clip: padding-box;
	border: solid transparent; border-width: 2px 0;
	font-weight: bold;
	margin: -9px -20px;
	padding: 8px 20px;
	position: relative;
}
.nav-sub > .on > a, .nav-sub > li > a:hover, .nav-sub > li:hover > a {
	background-color: #026326;
	box-shadow: 0 0 15px rgba(34, 34, 34, .8) inset;
	color: #fff;
}
.nav-sub > .on .paren, .nav-sub > li > a:hover > .paren, .nav-sub li:hover > a > .paren {
	color: #bfd7c5;
	color: rgba(255, 255, 255, .75);
}
.nav-sub .fb-connect {
	float: right;
	font-size: 12px;
}
.nav-sub .datalist {
	margin: 5px 0;
}
.nav-sub .avatar {
	float: left;
	margin: -4px 8px -4px 0;
}
.nav-sub + .sec {
	margin-top: 0;
	padding: 15px 0 20px;
}
.nav-sub.alt {
	margin: 0;
	text-align: left;
}
.nav-sub.alt > li {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}
.nav-sub.alt > li > a {
	border: 0;
	border-radius: 4px;
	margin: 0;
	padding: 6px 10px;
}
.nav-sub.alt > li + li {
	border-top: 3px dashed transparent;
	margin: 2px 0 0;
	padding: 2px 0 0;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie .nav-sub.alt > li + li {
	border-top-color: #999;
	border-top-width: 1px;
}

/* nav: sub: regions */
.nav-sub-regions {
	text-align: left;
}
.nav-sub-regions > li:nth-child(5) {
	border: 0;
}
.nav-sub-regions > li:nth-child(-n+5):not(:first-child):after {
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: '';
	left: 5px;
	margin: 2px 0 0;
	position: absolute;
	top: 100%;
	width: 100%;

	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}

/* - nav: megamenu - */
.nav-megamenu {
	background-color: #22442e;
	border-radius: 0 0 4px 4px;
	clip: rect(0, 9999px, 9999px, -20px);
	left: -20px;
	padding: 0 20px;
	position: absolute;
	right: -20px;
	top: 100%;
	visibility: hidden;
}
.hover > .nav-megamenu {
	visibility: visible;
}
.nav-megamenu .trail {
	font-size: 10px;
	font-style: italic;
	line-height: 1.4; /* 14px */
}
.nav-megamenu .excerpt {
	text-align: center;
}
.nav-megamenu .intro {
	margin-bottom: 0;
	max-width: 720px;
}

.nav-megamenu .h-section {
	font-size: 20px;
	word-wrap: normal;
}

/* - nav: seven wonders megamenu - */
#nav-7wonders .nav-megamenu {}

	#nav-7wonders .nav-sub {}

		#nav-7wonders .nav-sub > li {
			vertical-align: middle;
		}

		#nav-7wonders .nav-sub > li > a {
			display: block;
			height: 100%;
			width: 100%;
			margin: 0;
			padding: 0;
			overflow: hidden;

			text-indent: -9999em;
			white-space: nowrap;
		}

		#nav-7wonders .nav-sub > li:hover > a,
		#nav-7wonders .nav-sub > .on > a,
		#nav-7wonders .nav-sub > li > a:hover {
			background-color: transparent;

			box-shadow: none;
		}

/* - nav: tert - */
.nav-tert {
	background-color: #616161;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4) inset, 0 0 10px rgba(0, 0, 0, .8);
	font-size: 12px;
	left: -9999px;
	line-height: 1.3333; /* 16px */
	margin: 4px 0 0;
	padding: 5px 5px 8px;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 190px;
	z-index: -1;
}
li:hover > .nav-tert {
	left: 0;
}
.nav-tert a {
	color: #d0d0d0;
	margin: 0 -4px;
	padding: 3px 10px;
}
.nav-tert a:hover, .nav-tert .on > a {
	color: #fff;
}
.nav-tert a:hover {
	background: #717171;
	background: rgba(255, 255, 255, .1);
}
.nav-tert .on > a {
	font-weight: 500;
}
.nav-tert li {
	width: 100%;
}
.nav-tert li > ul a {
	padding-left: 20px;
}
.nav-tert ul + ul {
	border-top: 3px dashed transparent;
	margin-top: 5px;
	padding-top: 5px;

	-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}
.ie .nav-tert ul + ul {
	border-top-color: #cfcdc9;
	border-top-width: 1px;
}
.has-tert:after {
	background-image: url(/img/ui/sprite.png);
	background-position: -70px 0;
	bottom: 4px;
	content: '';
	height: 3px;
	left: 50%;
	margin: 0 0 0 -5px;
	position: absolute;
	width: 10px;
}
.on > .has-tert:after, li:hover > .has-tert:after {
	background-position: -70px -8px;
}

/* - nav: share - */
.nav-share {
	background: #444;
	border-radius: 5px 0 0 5px;
	color: #fff;
	margin: 30px 0 0;
	padding: 5px 3px 4px 4px;
	position: absolute;
	right: 0;
	top: 100%;
}
.nav-share-title, .nav-share-link {
	background-image: url(/img/nav/share.png);
}
.nav-share-title {
	height: 8px;
	margin: 0 0 3px;
	width: 26px;
}
.nav-share-link {
	height: 23px;
	margin: 1px 0 0 3px;
	width: 23px;
}
.nav-share-link:hover {
	background-color: #026326;
}
.nav-share-facebook > a {
	background-position: -3px -11px;
}
.nav-share-twitter > a {
	background-position: -3px -35px;
}
.nav-share-google > a {
	background-position: -3px -59px;
}
.nav-share-pinterest > a {
	background-position: -3px -84px;
	margin-top: 2px;
}
.nav-share-email > a {
	background-position: -3px -108px;
}

/* - nav: map - */
#nav-map {
	background: #cdc6ba;
	border: 1px solid #99948b;
	border: 1px solid rgba(0, 0, 0, .25);
	border-top-color: #8e887f;
	box-shadow: 0 0 5px rgba(51, 51, 51, .5);
	font-size: 18px;
	margin: -1px 0 0;
	padding: 7px 3px;
	position: relative;
	text-align: center;
	z-index: 5;
}
#nav-map:before, #nav-map:after {
	content: '';
	left: 50%;
	position: absolute;
	top: 0;
}
#nav-map:before {
	border: 8px solid transparent;
	border-bottom-color: #8e887f;
	margin: -16px 0 0 -8px;
}
#nav-map:after {
	border: 6px solid transparent;
	border-bottom-color: #cdc6ba;
	margin: -12px 0 0 -6px;
}
#nav-map a {
	margin: -3px 0;
	padding: 7px 5px;
}
#nav-map > li {
	border-left: 3px dashed transparent;
	width: 16.6667%;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ie #nav-map > li {
	border-left-color: #666;
	border-left-width: 1px;
}
#nav-map > li:first-child {
	border: 0;
}
#nav-map .on {
	background-color: #026326;
	box-shadow: 0 0 15px rgba(34, 34, 34, .8) inset;
	color: #fff;
}
#nav-map .on:focus {
	outline: none;
}
.map-with-list #nav-map {
	margin-left: -10px;
}


/* - nav: footer - */
#nav-footer {
	font-size: 14px;
	line-height: 1;
	margin-left: 55px;
}
#nav-footer a {
	background-image: url(/img/nav/footer.png);
	height: 42px;
	margin: -5px 0;
}
#nav-footer li, #nav-footer > li:first-child {
	float: left;
}
#nav-footer > li {
	border-right: 3px dashed transparent;
	float: right;
	margin: 5px 0;
	position: relative;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
.ie #nav-footer > li {
	border-right-color: #666;
	border-right-width: 1px;
}
#nav-footer > li:first-child {
	border: 0;
	border-radius: 4px 4px 0 0;
	margin: -5px 0 -4px;
}
#nav-footer .external {
	background: #f1e9db;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(189, 180, 171, .9) inset, 0 0 6px rgba(0, 0, 0, .8);
	padding: 10px;
}
#nav-footer > li > .external {
	bottom: 100%;
	height: 0;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 1;
}
#nav-footer > li:hover > .external {
	height: auto;
	padding: 10px;
}

#nav-footer > li:hover > .external > li,
#nav-footer > li:hover > .external > li > a {
	height: auto;
}
#nav-footer .external > li {
	border-top: 3px dashed transparent;
	margin: 0;
	padding: 0;
	width: 100%;

	-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
	border-image: url(/img/ui/line-dashed.png) 6 repeat;
}
#nav-footer > li:hover > .external > li {
  padding-top: 5px;
  margin-top: 5px;
}

.ie #nav-footer .external > li {
  height: 0;
	border-top-color: #666;
	border-top-width: 1px;
}
#nav-footer .external > li:first-child {
	border: 0;
	margin: 0;
	padding: 0;
}
#nav-footer .external > li > a {
	background-image: none;
	display: block;
	height: 0;
	margin: 0;
	overflow: visible;
	text-align: center;
	text-indent: 0;
}
#footer-language:before, #footer-network:before {
	border: solid 5px;
	border-color: transparent transparent #222 transparent;
	content: '';
	left: 50%;
	margin-left: -2.5px;
	position: absolute;
	top: -4px;
}
#footer-language:hover:before, #footer-network:hover:before {
	border-bottom-color: #026326;
}
#footer-social > ul, #footer-social a {
	float: left;
	height: 30px;
}
#footer-social > ul {
	margin-left: 4px;
}
#footer-social a {
	margin: 0;
	width: 31px;
}
#footer-social > a {
	margin: 1px 4px 0 5px;
	width: 52px;
}
#footer-social > a:before {
	display: none;
}
#footer-facebook > a {
	background-position: -100px 0;
}
#footer-twitter > a {
	background-position: -150px 0;
}
#footer-youtube > a {
	background-position: -200px 0;
	width: 34px;
}
#footer-foursquare > a {
	background-position: -250px 0;
}
#footer-instagram > a {
	background-position: -300px 0;
}
#footer-pinterest > a {
	background-position: -350px 0;
}
#footer-google > a {
	background-position: -400px 0;
}
#footer-subscribe > a {
	background-position: 0 -100px;
	width: 112px;
}
#footer-contact > a {
	background-position: -150px -100px;
	height: 47px;
	margin-top: -11px;
	width: 75px;
}
#footer-guides {
	padding-right: 65px;
	position: relative;
}
#footer-guides img {
	bottom: -20px;
	position: absolute;
	right: 5px;

	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
#footer-guides > a {
	background-position: -250px -100px;
	width: 75px;
}
#footer-network > a {
	background-position: -350px -100px;
	width: 82px;
}
#footer-network > .external {
	margin-left: -33px;
	width: 130px;
}
#footer-network > .external > li > a {
	padding-left: 28px;
	text-align: left;
}
#footer-network > .external img, #footer-network > .external span {
	display: inline-block;
	vertical-align: middle;
}
#footer-network > .external img {
	box-shadow: 0 0 2px rgba(0, 0, 0, .7);
	margin: 0 0 0 -28px;
}
#nav-footer > #footer-language {
	border: 0;
}
#footer-language > a {
	background-position: -450px -100px;
	width: 72px;
}
#footer-language > .external {
	margin-left: -9px;
	width: 100%;
}

/* nav: footer: hover */
#footer-facebook > a:hover { background-position: -100px -50px; }
#footer-twitter > a:hover { background-position: -150px -50px; }
#footer-youtube > a:hover { background-position: -200px -50px; }
#footer-foursquare > a:hover { background-position: -250px -50px; }
#footer-instagram > a:hover { background-position: -300px -50px; }
#footer-pinterest > a:hover { background-position: -350px -50px; }
#footer-google > a:hover { background-position: -400px -50px; }
#footer-subscribe > a:hover { background-position: 0 -150px; }
#footer-contact > a:hover { background-position: -150px -150px; }
#footer-guides > a:hover { background-position: -250px -150px; }


/* photo essay */
.photo-essay {}

	.photo-essay #wrap {
		background: #222222;
	}

	.photo-essay #wrap,
	.photo-essay .lead,
	.photo-essay .subtitle,
	.photo-essay .disclaimer,
	.photo-essay .support.alt { color: #fffcf7; }

	.photo-essay .sec {
		-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	}

	.photo-essay .posts > li,
	.photo-essay .more,
	.photo-essay .map-list {
		-moz-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
	}

	.photo-essay .map-list:before, .photo-essay .map-list:after {
		box-shadow: 0 0 25px -7px rgba(0, 0, 0, 1);
	}

	.photo-essay .h-section:after {
		border-top-color: #fffcf7;
	}

	.photo-essay #slideshow-caption,
	.photo-essay button,
	.photo-essay .btn {
		color: #222;
	}

	.photo-essay button:hover,
	.photo-essay .btn:hover {
		color: #026326;
	}

	.photo-essay #slideshow-caption {
		position: static;

		border-radius: 0;

		font-weight: normal;
	}

	.photo-essay #slideshow.detail #slideshow-caption {
		width: 720px;
	}

	.photo-essay #slideshow-caption-text {
		position: relative;
		padding-left: 70px;
		z-index: 10;

	}

	.photo-essay #slideshow-caption .slideshow-paging {
		position: absolute;
		left: 0;
		display: block;
		margin-left: 8px;
		margin-right: 8px;

		font-style: italic;
		font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
	}

	.photo-essay #slideshow-caption .slideshow-paging span {
		font-size: 18px;
		font-style: normal;
	}

	.photo-essay #slideshow .paging {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.photo-essay #slideshow .paging > a {
		height: 54px;
		margin: -27px 0 0;
		position: absolute;
		top: 50%;
		width: 61px;
		z-index: -1;
	}
	.photo-essay #slideshow .paging > .next {
		right: -50px;
	}
	.photo-essay #slideshow .paging > .prev {
		left: -50px;
	}

	.photo-essay .cms {
		font-style: italic;
		font-size: 16px;
		font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
	}

body > img[alt='css.php'] { position: absolute; }

/* Guide Ordering */

.getting-around .intro + .sec { padding-top: 0.5em; }

.thead .lead {
  text-align: left;
  white-space: nowrap;
}

.guide-cover {}

  .guide-cover img {
    display: block;
    max-width: 150px;
    width: auto;
    max-height: 190px;
    height: auto;
    margin: auto;
  }

  .guide.featured {}

    .guide.featured h2 {
      font-size: 44px;
    }

    .guide.featured .guide-cover img {
      max-width: 100%;
      max-height: none;
    }

    .guide.featured .description { font-size: 16px; }

.order-guide {
  position: relative;
}

.guide-checkbox {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;


}

.add-to-cart {
  position: relative;
  z-index: 1;
  padding: 8px 0;

  background-color: #000;
  color: #fff;

  font-weight: bold;
  font-size: 14px;
	font-family: 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: .05em;
  text-align: center;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

  cursor: pointer;
}

.add-to-cart.added {
  background-color: #026326
}

.add-to-cart.added:before {
  content: "\2713";

  margin-right: 5px;

  font-weight: normal;
  font-size: 16px;
  line-height: 0;
}

.order-guide {
  position: relative;
}

  .order-guide .lead,
  .order-guide a {
    display: block;

    text-align: center;
  }

.rdmo-cta-large {
  position: relative;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table;

  margin-top: 20px;
  margin-bottom: 60px;
  max-width: 100%;
  padding-top: 25px;
  padding-right: 50px;
  padding-left: 99px;
  width: 610px;

  font-family: 'Scrappers', Sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;

  background-image: url(/img/ui/more-info-header.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.ie .rdmo-cta-large {
  padding: 20px;

  border: 1px dashed #555;
  background-color: rgb( 251, 249, 246 );
  background-image: none;
}

.photo-essay .rdmo-cta-large {
  background-image: url(/img/ui/more-info-header-inverse.png);
}

.ie .photo-essay .rdmo-cta-large {
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

.is-photo-essay .rdmo-cta-large {
  margin-right: auto;
  margin-left: auto;
}

.rdmo-cta-large-bk {
  position: absolute;
  top: 136px;
  right: 21px;
  z-index: 1;

  display: table-cell;
  height: 100%;
  height: calc(100% - 136px);
  width: 518px;

  background-image: url(/img/ui/more-info-bk.png);
  background-repeat: repeat-y;
}

.ie .rdmo-cta-large-bk {
  display: none;
}

.photo-essay .rdmo-cta-large-bk {
   background-image: url(/img/ui/more-info-bk-inverse.png);
}

.rdmo-cta-large:after {
  position: absolute;
  right: 21px;
  bottom: -43px;

  display: block;
  height: 43px;
  width: 517px;

  background-image: url(/img/ui/more-info-footer.png);
  background-repeat: no-repeat;

  content: '';
}

.ie .rdmo-cta-large:after {
  display: none;
}

.photo-essay .rdmo-cta-large:after {
   background-image: url(/img/ui/more-info-footer-inverse.png);
}

.rdmo-cta-large h3 {
  margin-bottom: 10px;

  font-family: 'Scrappers', Sans-serif;
  font-size: 30px;
  text-align: center;
}

.rdmo-cta-large p {
  position: relative;
  z-index: 2;
}

@media screen and ( max-width: 959px ) {
  .rdmo-cta-large {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and ( max-width: 767px ) {

  .rdmo-cta-large, .photo-essay {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .rdmo-cta-large, .rdmo-cta-large-bk, .photo-essay .rdmo-cta-large, .photo-essay .rdmo-cta-large-bk {
    background: none;
  }

  .rdmo-cta-large:after {
    display: none;
  }

}

.cta-bounty {
  max-width: 610px;
}

.is-photo-essay .cta-bounty {
  margin-right: auto;
  margin-left: auto;
}

.rdmo-cta {
  max-width: 260px;
  float: left;

  margin-top: 1.2em;
  margin-bottom: 2em;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;

  font-family: 'Scrappers', Sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;

  border-right: 3px dashed transparent;

  -moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  -o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  -webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

.photo-essay .rdmo-cta {
  -moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
  -o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
  -webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
  border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
}

@media screen and ( max-width: 767px ) {

  .rdmo-cta {
    float: none;
    max-width: none;

    text-align: center;

    border-right: 0;
    border-bottom: 3px solid transparent;
  }
}

.rdmo-cta h3 {
  margin-bottom: 10px;

  font-family: 'Scrappers', Sans-serif;
  font-size: 26px;
}

/* -- Bounty 2014 -- */
.bounty-2014 {
  max-width: 320px;
  margin-top: 4em;
  margin-left: auto;
  margin-bottom: 4em;
  margin-right: auto;
  padding-top: 10px;

  background-image: url(/img/figures/bounty-2014.png);
  background-repeat: no-repeat;
}

.rdmo-cta + .bounty-2014 {
  max-width: 305px;
  float: left;

  margin-top: 2em;
  margin-right: 0;
  margin-bottom: 2em;
  margin-left: 20px;
}

@media screen and ( max-width: 767px ) {

  .rdmo-cta + .bounty-2014 {
    float: none;

    margin-top: 0.5em;
    margin-right: auto;
    margin-left: auto;
  }
}

.photo-essay .bounty-2014 {
  background-image: url(/img/figures/bounty-2014-ffcf7.png);
}

  .bounty-2014 a { text-decoration: none; }

  .bounty-2014 p {
    margin-left: 133px;
    margin-bottom: .5em;

    color: inherit;

    font-weight: normal;
    font-family: 'Scrappers', Sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  .bounty-2014 a:hover p { color: inherit; }

  .bounty-2014 .btn {
    margin-left: auto;
    margin-right: auto;
    padding: 7px 18px 7px 26px;
  }

/* Online Guides */
.guide-regions {
  margin-bottom: 25px;

  text-align: center;
}

  .guide-regions ul {
    border-top: 3px dashed transparent;
    border-bottom: 3px dashed transparent;

    -moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    -o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    -webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    border-image: url(/img/ui/line-dashed.png) 6 repeat;
  }

  .ie .guide-regions ul {
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
  }

  .guide-regions li {
    display: inline-block;
    padding: 13px 0;
  }

  .guide-regions a {
    padding: 4px 6px 4px 8px;

    text-decoration: none;

    border-left: 3px dashed transparent;

    -moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    -o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    -webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    border-image: url(/img/ui/line-dashed.png) 6 repeat;
  }

  .ie .guide-regions a { border-left: 1px dashed black; }

  .guide-regions li:first-child a {
    text-decoration: none;

    border-left: 0;
  }

.online-brochure-category {

  margin-bottom: 25px;
  padding-bottom: 25px;

  border-bottom: 3px dashed transparent;

  -moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  -o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  -webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
  border-image: url(/img/ui/line-dashed.png) 6 repeat;
}

.ie .online-brochure-category { border-bottom: 1px dashed black; }

.online-brochure-category:last-child,
.online-brochure-category.last-child { border-bottom: 0; }


  .online-brochure-category .h-section {
    margin-bottom: 40px;
  }

    .online-brochure-category .h-section h4 {
      font-size: 32px;
      line-height: 1;
      margin: 0 0 .2647em; /* 9px */
    }

  .online-brochure-category .brochures-wrapper {
    margin-bottom: 40px;
  }

  .online-brochure-category .brochure {
  }

  .online-brochure-category .brochures-wrapper .brochure {
  }

  .online-brochure-category .brochure.featured {
    margin-bottom: 30px;
    padding-bottom: 25px;

    border-bottom: 3px dashed transparent;

    -moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
    -o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
    -webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
    border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
  }

  .ie .online-brochure-category .brochure.featured { border-bottom: 1px dashed black; }


  .online-brochure-category .brochure.featured:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;

    border-bottom: 0px;
  }


  .brochure .img-wrapper {
    margin-bottom: 10px;
  }

    .brochure .img-wrapper img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: auto;
    }

    .brochure .brochure-content {
      text-align: center;
    }

    .brochure .brochure-content .btn-action {
    }

    .brochure .brochure-content .btn-action.pdf {
    }


    .brochure.featured .brochure-content {
      text-align: left;
    }

    .brochure h2 {
      margin-bottom: 14px;

      font-size: 20px;
      text-align: center;

    }

    .brochure.featured h2 {
      font-size: 44px;

    }

    .brochure.featured h2:after {
      border-top: 1px solid #555;
      content: '';
      display: block;
      margin: 12px auto;
      width: 85px;
    }

    .brochure.featured .description {
      max-width: 320px;
      padding-right: 24px;
      float: left;

      font-size: 16px;
    }

    .brochure .brochure-content .btn-action {
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
    }

    .brochure .brochure-content .btn-action:after {
      display: none;
    }

    .brochure.featured .brochure-content .btn-action:before {
      background-position: -22px 0px;

      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }

    .brochure.featured .brochure-content .btn-action.pdf:before {
      background-image: url(/img/icons/sprite.png);
      background-position: -121px -1px;

      height: 17px;
      margin-right: 3px;
      vertical-align: middle;
      width: 17px;
      border-radius:5px;

      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      -webkit-transform: none;
      transform: none;
    }

    .brochure.featured .brochure-content .btn-action.pdf:hover:before { background-position: -121px -31px; }



    /* photo collages */

    .photo-collage {
    	float: none;
    	margin-right: 0;
    }

    .photo-collage .row {
    	margin-bottom: 10px;
    }

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

    .photo-collage .row .item {
    	float: left;
    }

    .photo-collage .row .item p {
    	margin: 0 0 1em;
    	font-size: 13px;
    	line-height: 1.8462;
    }

    .photo-collage .row .item p.intro {
    	text-align: left;
    	font-size: 18px;
    	line-height: 1.61;
    	max-width: 100%;
    }

    .photo-collage .row .item blockquote {
    	margin: 0;
    	font-style: normal;
    }

    .photo-collage .row .item blockquote p {
    	font-family: 'Scrappers', Sans-serif;
    	font-size: 32px;
    	line-height: 34px;
    	color: #555;
    }

    .photo-collage .row .item blockquote p.credit {
    	font-size: 18px;
    	margin-top: -12px;
    }

    @media (max-width: 767px) {
    	.photo-collage .row .item {
    		float: none;
    		margin-right: 0 !important;
    		width: 100% !important;
    	}
    }

    .photo-collage .row .item .center,
    .photo-collage .row .item .alignnone {
    	text-align: center;
    }

    .photo-collage .row .item img.aligncenter,
    .photo-collage .row .item .aligncenter img {
    	width: 100%;
    	height: auto;
    }

    .photo-collage .row .item img.alignnone,
    .photo-collage .row .item img {
    	margin: 0 auto;
    }

    /* video adjusts */
    .photo-collage .row .item .video {
    	text-align: center;
    	position: relative;
    	max-width: 100%;
    	margin-bottom: 20px;
    }

    .photo-collage .row .item .video iframe {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    }


    /* photo captions */
    .photo-collage .row .item .wp-caption {
    	position: relative;
    	max-width: 100%;
    	margin: 0 auto 1em;
    }

    .photo-collage .row .item .wp-caption-text {
    	position: absolute;
    	bottom: 10px;
    	right: 10px;
    	background: rgba(0,0,0,0.75);
    	padding: 10px;
    	color: #fff;
    	max-width: 80%;
    	font-size: 12px;
    	box-shadow: 0px 0px 15px #000;
    	text-align: right;
    }

    .photo-collage .row.single .item .aligncenter .wp-caption-text {
    	width: auto;
    }

    .photo-collage .row.single .item {
    	float: none;
    }

    .photo-collage .row.double .item {
    	width: 49%;
    	margin-right: 2%;
    }


    .photo-collage .row.triple .item {
    	width: 32%;
    	margin-right: 2%;
    }

    .photo-collage .row .item.last {
    	margin-right: 0;
    }


    .clearfix:after {
    	visibility: hidden;
    	display: block;
    	font-size: 0;
    	content: " ";
    	clear: both;
    	height: 0;
    }

    /* social media links */
    .social {
    	width: 100%;
    	max-width: 680px;
    }
    .social a {
    	background-image: url(/img/nav/footer-2x.png);
    	height: 56px;
    	width: 60px;
    	overflow: hidden;
    	text-indent: -10000px;
    	display: block;
    }

    /*.social > li:first-child {
    	float: left;
    }
    */

    .social {
    	margin-left: auto;
    	margin-right: auto;
    }

    .social > li {
    	height: 56px;
    	width: 60px;
    	overflow: hidden;
    	display:inline-block;
    	padding-left: 15px;
    	padding-right: 15px;
    	padding-top: 15px;
    	margin-left: auto;
    	margin-right:auto;
    }

    .social .facebook > a {
    	background-position: -200px 0;
    }
    .social .twitter > a {
    	background-position: -300px 0;
    }
    .social .youtube > a {
    	background-position: -400px 0;
    }
    .social .foursquare > a {
    	background-position: -500px 0;
    }
    .social .instagram > a {
    	background-position: -600px 0;
    }
    .social .pinterest > a {
    	background-position: -700px 0;
    }
    .social .google > a {
    	background-position: -800px 0;
    }


    .social .facebook > a:hover {
    	background-position: -200px -100px;
    }
    .social .twitter > a:hover {
    	background-position: -300px -100px;
    }
    .social .youtube > a:hover {
    	background-position: -400px -100px;
    }
    .social .foursquare > a:hover {
    	background-position: -500px -100px;
    }
    .social .instagram > a:hover {
    	background-position: -600px -100px;
    }
    .social .pinterest > a:hover {
    	background-position: -700px -100px;
    }
    .social .google > a:hover {
    	background-position: -800px -100px;
    }

    /* printed guides form */

    .printed-guides-form {
      background-image: url('/img/icons/loader-dark.gif');
      background-repeat: no-repeat;
      background-position: -99em;
    }

    .printed-guides-form ul {
    	list-style: none;
    }


    .printed-guides-form .personal-info label {
    	width: 150px;
    	float: left;
    	text-align: right;
    	padding-right: 15px;
    	font-size: 125%;
    	font-weight: normal;
      line-height: 2;
    }

    .printed-guides-form .personal-info .required label {
    	font-weight: bold;
    }

    .printed-guides-form .personal-info input,
    .printed-guides-form .personal-info select {
    	width: 300px;
    	float: left;
    }

    .printed-guides-form .optin {
      margin-bottom: 0;
    }

    .printed-guides-form .optin ul {
      margin: 0;
      text-align: center;
    }

    .printed-guides-form .optin li {
      display: inline-block;
    	margin: 0 auto;
    }

    .printed-guides-form .optin label { margin-bottom: 0; }

    .printed-guides-form .footer {
    	display: block;
    	width: 100%;
    	font-size: 24px;
    	line-height: 1.166666667;
    	font-family: 'Scrappers';
      text-align: center;
    }

    .printed-guides-form .footer button {
    	margin-left: 10px;
    }

    .printed-guides-form .error {
    	margin-left: 170px;
    }

    .printed-guides-form .alert.fail {
    	margin-bottom: 15px;
    }

    .printed-guides-form .col.solo {
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
    }

    .printed-guides-form .ordered-guide {
    	border-top: 3px dashed transparent;
    	-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
    	-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
    	-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
    	border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;

    	font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
    	font-weight: normal;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;

    	font-size: 150%;
    	display:table;

    	padding-top: 10px;

    }

    .printed-guides-form .ordered-guide:first-child {
    	border-top: none;
    	-moz-border-image:		none;
    	-o-border-image:		none;
    	-webkit-border-image:	none;
    	border-image:			none;
    }

    .printed-guides-form .ordered-guide p {
    	display:table-cell;
    	vertical-align: middle;
      line-height: 1.1;
    }

    .printed-guides-form .ordered-guide .thumbwrap {
    	display:inline-block;
    	width: 75px;
    	height: 75px;
      margin-right: 10px;
      margin-bottom: 10px;
      vertical-align: middle;
    	/*	outline: 4px solid blue;*/
    }

    .printed-guides-form .ordered-guide img {
    	width: auto;
    	max-width: 75px;
    	height: 100%;
    	max-height: 75px;
    	display:block;
    	margin-left: auto;
    	margin-right:auto;

    	margin-top:0;
    	margin-bottom:0;
    }

    .printed-guides-form .optional-info > .col {
    	padding-left:110px;
    }

    .printed-guides-form .newsletters > p {
    	text-align: center;
    }

    .printed-guides-thanks > .intro > ul {
    	text-align: center;
    }

    .printed-guides-thanks > .intro > ul > li {
    	padding-top: 10px;
    }



/* -- @media -- */

/* - HiDPI - */
@media ( -webkit-min-device-pixel-ratio: 2 ), ( min-resolution: 192dpi ) {
	.s-loading, .map.s-loading:after {
		background-image: url(/img/icons/loader-2x.gif);
		background-size: 40px 40px;
	}
	input.s-loading {
		background-image: url(/img/icons/loader-input-2x.gif);
		background-size: 12px 12px;
	}
	.sub.s-loading {
		background-image: url(/img/icons/loader-dark-2x.gif);
	}
	.btn-facebook:before, .btn-facebook:after {
		display: none;
	}
	.btn-action:before {
		background-image: url(/img/icons/actions-2x.png);
		background-size: 75px 35px;
	}
	.icon, .txt-facebook:before, .txt-feed:before, .txt-pdf:before, .txt-print:before {
		background-image: url(/img/icons/sprite-2x.png);
		background-size: 200px 77px;
	}
	.infowindow:after, .marker-content:after, .marker-airport > .marker-content {
		background-image: url(/img/ui/map-2x.png);
		background-size: 15px 35px;
	}
	.tabs a > span:before {
		background-image: url(/img/icons/tabs-2x.png);
		background-size: 131px 21px;
	}
	.has-tert:after, .pages .on:before, .multi-select > div + div:after {
		background-image: url(/img/ui/sprite-2x.png);
		background-size: 80px 50px;
	}
	.nav-share-title, .nav-share-link {
		background-image: url(/img/nav/share-2x.png);
		background-size: 26px 131px;
	}
	.paging .next, .paging .prev {
		background-image: url(/img/nav/paging-2x.png);
		background-size: 161px 146px;
	}
	.paging-seasons a > span, .paging-seasons a:before, .paging-seasons .next, .paging-seasons .prev {
		background-image: url(/img/nav/paging-seasons-2x.png);
		background-size: 235px 184px;
	}
	#ort-iframe-wrapper:before,
	.btn-addtotrip:before,
	.road-trippers-link:before {
		background-image: url(/img/icons/road-trippers-2x.png);
		background-size: 44px 20px;
	}
	#nav-footer a {
		background-image: url(/img/nav/footer-2x.png);
		background-size: 522px 189px;
	}

  .bounty-2014 {
    background-image: url(/img/figures/bounty-2014-2x.png);
    background-size:  118px 102px;
  }

  .photo-essay .bounty-2014 {
    background-image: url(/img/figures/bounty-2014-ffcf7-2x.png);
  }

	.promo .alaska-air-logo {
		background-image: url('/img/7w/alaska-air-logo-2x.png');
    background-size: contain;
    background-position: 50%;
	}

	.side-wonder.promo .alaska-air-logo,
  .sevenwonders-sponsor.sponsor-alaska-air p:before {
		background-image: url('/img/7w/alaska-air-logo_sidebar-2x.png');
  }

	.promo .partner-logo, .side-wonder.promo .partner-logo {
		background-image: none;
	}
}

/* - breakpoints - */
@media ( min-height: 700px ) and ( min-width: 1500px ) {
	#wrap:before {
		background: url(/img/ui/trees-bg.png) no-repeat 50% 100%;
		bottom: 0;
		content: '';
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: -1;
	}

	.archive.cities-regions #wrap:before,
	.post-type-archive-content-lens #wrap:before,
	.page.trip-ideas #wrap:before,
	.page.sevenwonders #wrap:before,
	.seven-wonder #wrap:before {
		display: none;
	}
}
@media ( max-height: 800px ) {
	#footer {
		position: relative;
	}
}
@media ( max-height: 600px ) {
	.map {
		max-height: 500px;
	}
}
@media ( max-height: 500px ) {
	.map {
		max-height: 400px;
	}
}
@media ( max-height: 400px ) {
	.map {
		max-height: 300px;
	}
}
@media ( max-height: 300px ) {
	.map {
		max-height: 150px;
	}
}
@media ( max-width: 1040px ) {
	.wonder-video-close {
		right: 50px;
		margin-right: 0;
	}

  .solo #slideshow {
    margin-left: auto;
    margin-right: auto;
  }
}
@media ( max-width: 975px ) {
	body {
		min-width: 320px;
	}
	img {
		height: auto;
	}

	/* - header - */
	#header .inner {
		width: 100%;
	}
	#utility {
		background-color: #22442e;
		float: none;
		margin: 0;
		padding: 10px;
		width: auto;
		position: relative;
		z-index: 101;
	}
	#brand {
		border-right: 3px dashed transparent;
		display: inline-block;
		font-size: 16px;
		letter-spacing: .05em;
		line-height: 1;
		margin: 0 10px 0 0;
		padding: 4px 10px 4px 0;
		position: static;
		text-transform: uppercase;
		top: 0;
		vertical-align: middle;

		-moz-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-fffcf7.png) 6 repeat;
	}
	.ie #brand {
		border-right-color: #87847f;
		border-right-width: 1px;
	}
	#brand > a {
		text-decoration: none;
	}

	/* - footer - */
	#footer > .inner {
		width: 100%;
	}
	#nav-footer {
		padding-right: 10px;
	}
	#footer-guides {
		padding: 0;
	}
	#footer-subscribe > a {
		background-position: -30px -100px;
		width: 82px;
	}
	#footer-subscribe > a:hover {
		background-position: -30px -150px;
	}
	#footer-page .tripadvisor > .support {
		max-width: none;
	}

	/* - content - */
	.ad-300 {
		width: 140px;
	}
	.ad-300 img {
		display: block;
		float: none;
		margin: 0 auto;
	}
	.h-section {
		word-wrap: normal;
	}
	.more .preposition {
		margin: 0 5px;
	}
	.posts.alt .has-thumb {
		padding-left: 0;
	}
	#results, #results > .col {
		margin: 0;
		width: 100%;
	}

	/* - date - */
	.date > .preposition {
		font-size: 10px;
	}
	.date.em .day {
		font-size: 74px;
	}
	.date.em > .preposition:before, .date.em > .preposition:after {
		font-size: 24px;
	}
	.date.em.multi .day {
		font-size: 42px;
	}

	/* - finder - */
	.finder .col {
		margin: 0 auto 10px;
		width: 60%;
	}
	.finder .submit {
		border-top: 3px dashed transparent;
		margin: 0;
		padding: 10px 0 0;

		-moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
		border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
	}
	.ie .finder .submit {
		border-top-color: #999;
		border-top-width: 1px;
	}
	.finder .col-sep {
		border: 0;
		padding: 0;
	}
	.finder .cbrb {
		display: inline-block;
	}
	.finder label {
		display: inline;
	}
	.finder .switch-secondary {
		display: inline;
		margin: 0;
	}

	/* - finder: city - */
	.to13 .finder-city .col {
		display: inline-block;
		float: none;
		margin-left: 10px;
		margin-right: 10px;
		vertical-align: top;
	}

	.to13 .finder-city .col4 {
		max-width: 280px;
		margin-bottom: 0;
	}

	.to13 .finder-city .col.submit {
		width: 73px;
		padding-top: 0;

		border-top: 0;
	}

	/* - rating - */
	.aside .rating {
		width: 100%;
	}
	.aside .rating,
	.aside .rating p {
		text-align: center;
	}

	/* - slideshow - */
  #slideshow { max-width: 728px; }

  #slideshow .slides {
    max-width: 728px;
    max-height: 379px;
  }

	.slideshow.compact > .polaroid > .paging {
		left: 10px;
		right: 10px;
	}

	/* - map - */
	.marker-listing {
		font-size: 15px;
	}
	.marker-listing > .marker-content {
		min-height: 15px;
		min-width: 15px;
	}
	.map-with-list .map-list > ol {
		height: 498px;
	}
	#nav-map {
		padding: 5px;
	}
	#nav-map a {
		margin: 0;
	}
	#nav-map > li {
		border: dashed transparent;
		border-width: 3px 0 0 3px;
		width: 33.3333%;

		-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 repeat;
	}
	.ie #nav-map > li {
		border: dashed #666;
		border-width: 1px 0 0 1px;
	}
	#nav-map > li:nth-child(-n+3) {
		border-top: 0;

		-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 repeat;
	}
	#nav-map > li:nth-child(3n+1) {
		border-left: 0;

		-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 repeat;
	}
	#nav-map > li:first-child {
		border: 0;
	}

	/* - nav - */
	.nav {
		text-align: center;
	}
	.nav-tert {
		text-align: left;
	}
	li:last-child:hover > .nav-tert {
		left: auto;
		right: 0;
	}
	#nav > li, #nav > li > a {
		background-image: url(/img/nav/global-768.png);
	}
	#nav > li > a {
		height: 73px;
		margin-bottom: 0;
	}
	#nav:hover > li > a {
		opacity: 1;
	}

	.sevenwonders #nav-7wonders > a,
	#nav-7wonders:hover > a,
	#nav-7wonders > a:focus { background-position: -800px -253px; }

	#nav-seedo {
		margin-right: -6px;
		width: 78px;
	}

	#nav-seedo > a { background-position: -1px -100px; }

	.see-do #nav-seedo > a,
	#nav-seedo:hover > a,
	#nav-seedo > a:focus {	background-position: -1px -250px; }

	#nav-tripideas {
		margin-right: 0;
		width: 86px;
	}
	#nav-citiesregions {
		width: 115px;
	}
	#nav-askoregon {
		width: 75px;
	}
	#nav-seasons {
		width: 129px;
	}
	#nav-lodging {
		width: 89px;
	}
	#nav-deals {
		width: 83px;
	}
	#nav-gettingaround {
		width: 86px;
	}

	/* - trip ideas - */
	.trip-ideas .page-wrapper .finder .col4 {
		width: 220px;
		margin-right: 20px;
	}

	.trip-ideas .page-wrapper .finder .submit.col {
		border-top: 0;
		width: 73px;
	}

	.has-photo-hero .hero-post .hero-img,
	.to13.content-lens .hero.photo .hero-img	 {
		/*top: 160px + 83px;*/
		top: 243px;
	}

	.admin-bar .has-photo-hero .hero-post .hero-img,
	.admin-bar .to13.content-lens .hero.photo .hero-img	 {
		top: 188px;
	}

	.to13.content-lens .content-lens-img-caption {
		left: 320px;
		width: 408px;
	}

	.has-photo-hero .finder .multi-select,
	.to13.content-lens .finder .multi-select { width: 100%; }

	.cities-regions .to13.intro #page-intro {
		width: 310px;

		font-size: 16px;
		line-height: 1.4;
	}

	.cities-regions .to13.intro .region-details {
		width: 250px;
	}

	/* -- seven wonders -- */

	.sevenwonders #content {


	}

	.wonder-video-wrapper {

	}

	.instagram-grid {
		width: 1320px;
		margin-left: -660px;
	}

	.instagram-grid-item {
		height: 165px;
		width: 165px;
	}

	.oregon-food-trips .instagram-grid,
	.seven-wonder .instagram-grid {
		width: 1026.666666669px;
		margin-left: -513.333333334px;
	}

	.oregon-food-trips .instagram-grid-item,
	.seven-wonder .instagram-grid-item {
		height: 146.666666667px;
		width: 146.666666667px;
	}


	.home .instagram-overlay,
	.sevenwonders .instagram-overlay {
		position: relative;
	}

	.oregon-food-trips .instagram-overlay,
	.seven-wonder .instagram-overlay {
		padding: 40px 20px;
	}

	.home .instagram-large,
	.instagram-large {
		display: block;
		height: auto;
		width: 475px;
		max-width: 90%;
		margin: auto;
		float: none;
	}

	.oregon-food-trips .instagram-large,
	.seven-wonder .instagram-large {
		height: auto;
		width: 48%;
		max-width: 390px;
		float: left;
	}

	.home .instagram-details,
	.sevenwonders .instagram-details,
    .triple-row .instagram-details {
		position: relative;
		width: 100%;
		max-width: 475px;
		max-height: 155px;
		margin: 10px auto 0;
		float: none;
	}

	.oregon-food-trips .instagram-details,
	.seven-wonder .instagram-details {
		width: 48%;
		max-width: 390px;
		margin-left: 10px;
	}

    .triple-row .instagram-detail-link {
      margin-bottom: 15px;
    }

    .triple-row .instagram-wonder-link {
      margin-top: 22px;
    }

    .triple-row .instagram-wonder-link:before {
      top: -48px;
    }

	.home .instagram-profile-link,
	.sevenwonders .instagram-profile-link {
		max-width: 50%;
		margin-bottom: 20px;
	}

	.instagram-profile-pic,
	.instagram-caption  {
		display: none;
	}

	.home .instagram-location,
	.sevenwonders .instagram-location {
		max-width: 50%;
		float: left;
		clear: both;
	}

	.home .instagram-detail-link,
	.sevenwonders .instagram-detail-link {
		max-width: 32.5%;
		float: left;
		clear: left;
	}

	.home .instagram-wonder-link,
	.sevenwonders .instagram-wonder-link {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
		max-width: 30%;
		display: inline-block;
		padding: 5px 5px 5px 5px;
		float: none;

		white-space: normal;
		line-height: 20px;
	}


	.home .instagram-wonder-link:before,
	.sevenwonders .instagram-wonder-link:before { display: none; }

	.oregon-food-trips .instagram-wonder-link,
	.seven-wonder .instagram-wonder-link {white-space: normal; }

	.oregon-food-trips .instagram-wonder-link:before,
	.seven-wonder .instagram-wonder-link:before { max-width: 100%; }

	.home .instagram-overlay-close,
	.sevenwonders .instagram-overlay-close {
		position: absolute;
		top: -490px;
		right: -35px;
	}

	.oregon-food-trips .instagram-overlay-close,
	.seven-wonder .instagram-overlay-close {
		top: -35px;
		right: 0px;
	}

	/* - hidden - */
	.btn-embed,
	.collage .extra,
	.nav-megamenu,
	.nav-sub-regions > .col:first-child,
	.posts.compact .excerpt,
	.posts.alt .thumb,
	#footer-social h6,
	#footer-page:before,
	#footer-guides img,
	#nav-home,
	#results-ads {
		display: none;
	}
}
@media ( min-width: 768px ) and ( max-width: 959px ) {

	.group .support-top {
		position: relative;
		height: 38px;
		line-height: 30px;
		left: 0;
		width: 100%;
	}
	.group .support-top img {
		display: block;
	}
	.group .support-second {
		top: 0px;
	}

	/* - grid - */
	.inner { width: 728px; }

	.col { margin-right: 14px; }
	.col1 { width: 39px; }
	.col2 { width: 92px; }
	.col3 { width: 145px; }
	.col4 { width: 198px; }
	.col5 { width: 251px; }
	.col6 { width: 304px; }
	.col7 { width: 357px; }
	.col8 { width: 410px; }
	.col9 { width: 463px; }
	.col10 { width: 516px; }
	.col11 { width: 569px; }
	.col12 { width: 622px; }
	.col13 { width: 675px; }

	.append1 { padding-right: 53px; }
	.append2 { padding-right: 106px; }
	.append3 { padding-right: 159px; }
	.append4 { padding-right: 212px; }
	.append5 { padding-right: 265px; }

	.prepend1 { padding-left: 53px; }
	.prepend2 { padding-left: 106px; }
	.prepend3 { padding-left: 159px; }
	.prepend4 { padding-left: 212px; }
	.prepend5 { padding-left: 265px; }

	.pull1 { margin-left: -53px; }
	.pull2 { margin-left: -106px; }
	.pull3 { margin-left: -159px; }
	.pull4 { margin-left: -212px; }
	.pull5 { margin-left: -265px; }

	.push1 { margin-right: -53px; }
	.push2 { margin-right: -106px; }
	.push3 { margin-right: -159px; }
	.push4 { margin-right: -212px; }
	.push5 { margin-right: -265px; }


	.grid-inline > .col {
		margin-left: 7px;
		margin-right: 7px;
	}
	.grid-alt .col {
		margin-right: 28px;
	}
	.grid-alt .grid-inline {
		margin-left: -14px;
		margin-right: -14px;
	}
	.grid-alt .grid-inline > .col {
		margin-left: 14px;
		margin-right: 14px;
	}

	.grid-alt .col1 { width: 56px; }
	.grid-alt .col2 { width: 140px; }
	.grid-alt .col3 { width: 224px; }
	.grid-alt .col4 { width: 308px; }
	.grid-alt .col5 { width: 392px; }
	.grid-alt .col6 { width: 476px; }
	.grid-alt .col7 { width: 560px; }
	.grid-alt .col8 { width: 644px; }

  /* - grid: outdoorproject - */
  .odp-wrapper .col4 { width: 233px; }

	/* - trip ideas - */
	.trip-ideas .page-wrapper > .hgroup .h-section .lead { display: none; }

	.has-video-hero .finder .col4 {
		width: 180px;
		margin-right: 20px;
	}

	.has-video-hero .finder .submit.col {
		border-top: 0;
		width: 73px;
	}

	.hero-post .post-content {
		max-width: 205px;
		padding-right: 7px;
		padding-left: 7px;
	}

	.content-lens .row .col9,
	.city-region + .to13 .col9,
	.to13.city-trip-ideas .col9,
	.to13 .lead-story .post-hero {
		width: 357px;
	}

	.seven-wonder .to13.page-wrapper .row .col6,
	.content-lens .row .col6,
	.city-region + .to13 .col6,
	.cities-regions .to13 .col6,
	.to13.city-trip-ideas .col6 {
		width: 233px;
	}

	.get-to-know.to13 .col9,
	.seven-wonder .to13.page-wrapper .row .col9,
	.city-region + .to13 .col9,
	.cities-regions .to13 .col9,
	.to13.city-trip-ideas .col9 { width: 463px; }

	.get-to-know.to13 .col5 {
		width: 245px;
	}

	.to13 .lead-story.has-post-img .post-hero,
	.to13 .lead-story.has-post-img .post-title,
	.to13 .lead-story.has-post-img .meta,
	.to13 .lead-story.has-post-img .post-excerpt {
		width: 100%;
		float: none;
	}

	.to13 .lead-story.has-post-img .post-hero {
		float: none;
	}

	.get-to-know.to13 .cities-dropdown {
		width: 275px;
		margin-right: auto;
	}

	.city-trip-ideas .lead-story.has-post-img .post-hero .fake-img {

	}

	.city-trip-ideas.to13 .lead-story .post-title,
	.city-trip-ideas.to13 .lead-story .meta,
	.city-trip-ideas.to13 .lead-story .post-excerpt {
		width: 100%;
		max-width: 815px;
	}

	.to13 .lead-story .post-title {
		font-size: 32px;
		line-height: 1.15;
	}

	.cities-regions .to13.intro #page-intro {
		width: 400px;
	}

	.secondary-post,
	.featured-grid,
	.recent-trip-ideas {
		width: 509px;
	}

	.seven-wonders .recent-trip-ideas { width: 466px; }

	.featured-grid .post {
		width: 240px;
	}

	.recent-trip-idea { width: 169.666666667px;}

	.recent-trip-idea:after {
		width: 154px;
	}

	.to13.city-region .post-content .sidebar-region-map {
	}

	.to13.region-see-do .col2:nth-child( 3n ) { margin-right: 20px; }
	.to13.region-see-do .col2:nth-child( 2n ) { margin-right: 0px; }

	/* -- seven wonders -- */
	.home .sevenwonders-divider-wrapper {
		/*top: 287px + 83px;*/
		top: 369px;
		width: 495px;
		height: 165px;
		margin-left: 34px;
	}

	.home .sevenwonders-divider > div {
		padding: 12px;
	}

	.home .sevenwonders-divider p {
		margin-bottom: 8px;
		padding-left: 0;
	}

	.home .sevenwonders-divider p:before {
		display: none;
	}

	.seven-wonders .intro .col5 {
		width: 347px;
	}

	.mobile .seven-wonders .intro .col5:before {
		min-height: 97px;
	}


	.sevenwonders-divider > div {
		padding: 28px 20px;
	}

	.other-wonders .promo p { width: 35%;}

	.instagram-overlay .instagram-location { display: none !important; }

	.home .instagram-profile-link,
	.oregon-food-trips .instagram-profile-link,
	.seven-wonder .instagram-profile-link,
	.sevenwonders .instagram-profile-link {
		margin-bottom: 20px;
	}

  .scenic-guides img {
    margin-bottom: 10px;
  }

  .scenic-guides div {
    text-align: center;
  }

  .grid-alt .col.personal-info {
    width: 520px;
  }

	.sevenwonders-sponsor.sponsor-alaska-air p {
    max-width: 530px;
    margin-left: 0px;
  }

	.sevenwonders-sponsor .cta {
		margin-left: -250px;
	}

	.sevenwonders-sponsor .alaska-air-tag {
    right: 23px;
  }

	/* -- seven wonders: trip idea -- */
	.wonderous-trip-idea {
		background-size: 47%;
	}

	.wonderous-trip-idea p {
    padding-top: 0;
    padding-left: 135px;
  }
}

@media ( max-width: 830px ) {
  /*
  #slideshow {
    max-width: 660px;
  }
  */
}

@media ( max-width: 800px ) {

	.posts .group .post-title,
	.posts .group .meta {
		width: 100%;
	}

	.group .support-top {
		position: relative;
		height: 38px;
		line-height: 30px;
		left: 0;
		width: 100%;
	}


	.group .support-second {
		top: 0px;
	}

	.group .support-top img {
		display: block;
	}

	/* - footer - */
	#nav-footer {
		margin: 0;
	}
	#nav-footer .external {
		padding-left: 5px;
		padding-right: 5px;
	}
	#footer-social > a {
		margin-left: 0;
	}
	#footer-social > ul {
		margin: 0;
	}

	.other-wonders .promo p { width: 32%;}


	/* - hidden - */
	#footer-contact,
	#logo {
		display: none;
	}
}
@media ( max-width: 767px ) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 30px;
	}

	/* - content - */
	.has-thumb {
		padding-left: 0;
	}

	/* - date - */
	.date.em .day {
		font-size: 54px;
	}
	.date.em > .preposition:before,
	.date.em > .preposition:after {
		font-size: 16px;
	}
	.date.em.multi .day {
		font-size: 32px;
	}

	.to13 .finder-city .col4 {
		max-width: 220px;
		margin-bottom: 0;
	}

	.seven-wonder .to13.page-wrapper .row .col9,
	.seven-wonder .to13.page-wrapper .row .col6,
	.content-lens .row .col9,
	.city-region + .to13 .col9,
	.to13.city-trip-ideas .col9,
	.content-lens .row .col6,
	.city-region + .to13 .col6,
	.to13.city-trip-ideas .col6,
	.to13 .lead-story,
	.to13 .lead-story .post-hero,
	.to13 .lead-story .post-title,
	.to13 .lead-story .meta,
	.to13 .lead-story .post-excerpt {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.content-lens .row .col9,
	.city-region + .to13 .col9,
	.to13.city-trip-ideas .col9,
	.content-lens .row .col6,
	.city-region + .to13 .col6,
	.to13.city-trip-ideas .col6,
	.to13 .lead-story .post-excerpt {
		margin-bottom: 20px;
	}

	/* -- seven wonders -- */

	.home .sevenwonders-divider-wrapper {
		top: 285px;
		width: 495px;
		height: 330px;
		margin-left: -40px;
	}

	.home .sevenwonders-divider > div {
		padding: 40px 20px;
	}

	.home .sevenwonders-divider p {
		min-height: 70px;
		max-width: 80%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}

	.home .sevenwonders-divider p:before {
	}

	.instagram-intro,
	.instagram-intro .sevenwonders-divider {
		min-height: 224px;
	}

	.instagram-intro .sevenwonders-divider > div {
		text-align: center;
	}

	.instagram-intro .sevenwonders-divider > div > * {
		margin: auto;
		float: none;
	}

	.instagram-intro .sevenwonders-divider p {
		max-width: 420px;
    width: 360px;
		margin: 15px auto;
	}

	.sevenwonders-sponsor p {
    max-width: 320px;
    margin-left: 0;
    margin-right: 0;
  }

	.sevenwonders-sponsor.sponsor-alaska-air p:before {
		display: block;
		min-height: 50px;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 8px;
		float: none;
	}


	.sevenwonders-sponsor .cta {
		margin-left: -250px;
	}

	.sevenwonders-sponsor .alaska-air-tag {
    right: 53px;
    bottom: 43px;
  }


	.other-wonders { min-height: 604px; }

	.other-wonders h4 {
		max-width: 425px;
		margin: auto;
	}

	.other-wonders .wonder-icons {
		max-width: 435px;
		margin: auto;
	}

	.other-wonders .cta {
		margin-left: 0;
	}

	.other-wonders .cta:before {
		display: none;
	}

	.other-wonders .promo span,
	.other-wonders .promo p,
	.other-wonders .promo .cta {
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.other-wonders .promo p {

		width: 100%;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.other-wonders .promo .cta {
		display: inline-block;
		padding: 2px 2px 2px 2px;
	}

	/* -- seven wonders: trip idea -- */
	.wonderous-trip-idea {
		background-size: 100%;
	}

  .wonderous-trip-idea p {
    padding-left: 0;
    padding-top: 175px;
  }

	.city-trip-ideas .lead-story.has-post-img .post-hero .fake-img {
    position: relative;
    height: 100%;
	}

  .printed-guides-form .optional-info > .col {
    padding-left: 0;
  }

  .odp-tile .thumb { display: block !important; }

	/* - hidden - */
	.collage .extra2,
	.collage .col.l,
	.lead:before,
	.lead:after,
	.nav-share,
	.paging-seasons,
	.table-data td:last-child,
	.table-data th:last-child,
	.table-data col:last-child,
	.thumb {
		display: none;
	}
	.ads-h {
		display: none !important;
	}
}
@media ( min-width: 600px ) and ( max-width: 767px ) {

	/* - grid - */
	.inner { width: 580px; }

	.col { margin-right: 8px; }
	.col1 { width: 34px; }
	.col2 { width: 76px; }
	.col3 { width: 118px; }
	.col4 { width: 160px; }
	.col5 { width: 202px; }
	.col6 { width: 244px; }
	.col7 { width: 286px; }
	.col8 { width: 328px; }
	.col9 { width: 370px; }
	.col10 { width: 412px; }
	.col11 { width: 454px; }
	.col12 { width: 496px; }
	.col13 { width: 538px; }

	.append1 { padding-right: 42px; }
	.append2 { padding-right: 84px; }
	.append3 { padding-right: 126px; }
	.append4 { padding-right: 168px; }
	.append5 { padding-right: 210px; }

	.prepend1 { padding-left: 42px; }
	.prepend2 { padding-left: 84px; }
	.prepend3 { padding-left: 126px; }
	.prepend4 { padding-left: 168px; }
	.prepend5 { padding-left: 210px; }

	.pull1 { margin-left: -42px; }
	.pull2 { margin-left: -84px; }
	.pull3 { margin-left: -126px; }
	.pull4 { margin-left: -168px; }
	.pull5 { margin-left: -210px; }

	.push1 { margin-right: -42px; }
	.push2 { margin-right: -84px; }
	.push3 { margin-right: -126px; }
	.push4 { margin-right: -168px; }
	.push5 { margin-right: -210px; }

	.grid-inline > .col {
		margin-left: 4px;
		margin-right: 4px;
	}
	.grid-alt .col {
		margin-right: 14px;
	}
	.grid-alt .grid-inline {
		margin-left: -7px; margin-right: -7px;
	}
	.grid-alt .grid-inline > .col {
		margin-left: 7px; margin-right: 7px;
	}

	.grid-alt .col1 { width: 52px; }
	.grid-alt .col2 { width: 118px; }
	.grid-alt .col3 { width: 184px; }
	.grid-alt .col4 { width: 250px; }
	.grid-alt .col5 { width: 316px; }
	.grid-alt .col6 { width: 382px; }
	.grid-alt .col7 { width: 448px; }
	.grid-alt .col8 { width: 514px; }

  /* - grid: outdoorproject - */
  .odp-wrapper .col4 { width: 188px; }

	.col.solo { width: 90% !important; }
	.col.solo .col.solo { width: 100% !important; }

	/* - content - */
	h3, .answer:before, .question:before {
		font-size: 20px;
	}
	.faq {
		padding-left: 25px;
	}
	.answer:before, .question:before {
		margin-left: -25px;
		width: 25px;
	}
	.posts.compact .post-title {
		font-size: 14px;
		line-height: 1.1429; /* 16px */
	}

	/* - nav - */
	.nav-sub {
		font-size: 11px;
	}
	.nav-sub > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* - slideshow - */
  #slideshow .slides {
    max-width: 580px;
    max-height: 302px;
  }


	/* - trip ideas - */
	.trip-ideas .page-wrapper > .hgroup .h-section .lead { display: none; }

	.city-trip-ideas .lead-story.has-post-img .post-hero .fake-img {
    position: relative;
    height: 100%;
	}


	.has-video-hero .finder .col4 {
		width: 145px;
		margin-right: 20px;
	}

	.has-video-hero .finder .switches {
		padding-left: 0;
	}

	.hero-post .post-content {
		max-width: 100%;
		margin-top: 0;
		float: none;
	}

	.has-photo-hero .hero-post .post-content {
		margin-top: -25px;
	}

	.to13.content-lens .content-lens-img-caption {
		width: 260px;
	}

	.secondary-post,
	.featured-grid,
	.recent-trip-ideas {
		width: 100%;
	}

	.secondary-post + .push,
	.recent-trip-ideas + .push { display: none; }

	.featured-grid .post {
		width: 282px;
	}

	.recent-trip-idea { width: 193.333333333px;}

	.recent-trip-idea:after {
		width: 179px;
	}


  .cities-dropdown {
    width: auto;
    max-width: 66%;
    margin-right: auto;

  }

	/* -- seven wonders -- */
	.seven-wonders .intro .col5 {
		width: 100%;
	}

	/* - hidden - */
	#nav-gettingaround,
	#nav-seasons {
		display: none;
	}
}

@media ( max-width: 650px ) {
	#footer-guides {
		display: none;
	}

	/* -- seven wonders -- */
	.wonder-grid-wrapper {
		height: auto;
		margin: auto -30px;
	}

	.wonder-grid {
		position: relative;
		left: auto;
		right: auto;
		max-width: 100%;
		height: auto;
		margin: auto;
	}

	.wonder-grid-item,
	.wonder-grid-item.small-wonder,
	.wonder-grid-item:nth-child(n+4) {
		position: relative;
		height: 250px;
		width: 100%;
		float: none;
	}

	.city-trip-ideas .lead-story.has-post-img .post-hero .fake-img {
    position: relative;
    height: 100%;
    min-height: 171px;
	}
}


#newsletter_popup {
	display: none;
	opacity: 0.001;
	position: absolute;
	top: 0;
	left: 0;
	/*overflow: hidden;*/

	color: #fffcf7;
	width: 100%;
	height: auto;
	max-width: 700px;
	z-index: 20000;
	padding: 10px;

	background-color: #333333;
	box-shadow: 0 0 9px 9px rgba(0,0,0,.4);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#newsletter_popup:after {
    content:"";
    display:table;
    clear:both;
}


#newsletter_popup .image {

	float: left;
	width: 50%;

}

#newsletter_popup .copy {

	float: left;
	width: 50%;
	padding: 15px 0 0;

}



#newsletter_popup .close {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 22px;
	height: 22px;
	top: -10px;
	right: 8px;
	text-indent: -2000px;
	background-image: url("/img/nav/newsletter_popup_close.png");
	background-color: #333;
	border-radius: 50px;
}

#newsletter_popup .close:hover {
	background-position: 0 -30px;
}

#newsletter_popup .close:active {
	background-position: 0 0;
}

#newsletter_popup .big {
	font-size: 32px;
	letter-spacing: .02em;
	margin-bottom: 20px;
	line-height: 0.9;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#newsletter_popup .medium {
	font-size: 24px;
	letter-spacing: .02em;
	line-height: .9;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Archer A', 'Archer B', 'Rokkitt', 'Times New Roman', Serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#newsletter_popup p {

	font-size: 13px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#newsletter_popup .header .lead,
#newsletter_popup .follow .lead {
	color: #fffcf7;
}

#newsletter_popup .header:after {
	border-top: 1px solid #fffcf7;
	content: '';
	display: block;
	margin: 12px auto;
	width: 85px;
}

#newsletter_popup .body {
	position: relative;
	padding: 0 10px;
}

#newsletter_popup .body .errorMsg {
	font-weight:bold;
}

#newsletter_popup .body form {
	background-color: inherit;
	box-shadow: none;
}

#newsletter_popup .body input{
	width: 258px;
	-webkit-appearance: none;
}

#newsletter_popup .body button{
	font-size: 16px;
	margin: 5px 0 0;
}

#newsletter_popup .spinner {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}

#newsletter_popup .spinner img {
	position: absolute;
	border: 0;
	box-shadow: none;
}

#newsletter_popup .follow-list {
	text-align: center;
}

#newsletter_popup .follow-list > a {
	display: inline-block;
	width: 42px;
	height: 45px;
	margin-left: 10px;
	background-image: url("/img/nav/newsletter_popup_follow.png");
	text-indent: -2000px;
}

#newsletter_popup .follow-list:first-child {
	margin-left: 0;
}

#newsletter_popup .facebook {
	background-position: 0 0;
}

#newsletter_popup .twitter {
	background-position: -58px 0;
}

#newsletter_popup .instagram {
	background-position: -116px 0;
}

#newsletter_popup .pinterest {
	background-position: -175px 0;
}

#newsletter_popup .facebook:hover {
	background-position: 0 -60px;
}

#newsletter_popup .twitter:hover {
	background-position: -58px -60px;
}

#newsletter_popup .instagram:hover {
	background-position: -116px -60px;
}

#newsletter_popup .pinterest:hover {
	background-position: -175px -60px;
}

#newsletter_popup .error,
#newsletter_popup .success {
	display: none;
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
}

#newsletter_popup_shade {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 19900;
	background: transparent url("/img/ui/000000-0.4.png") repeat;
}

.newsletter_prevent_scroll {
	position: fixed;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#popup_content {
	display:none;
}


@media( max-width: 600px ) {

	#newsletter_popup .header:after {

		margin-bottom: 5px;

	}

	#newsletter_popup {

		max-width: 280px;
		clear: none;

	}

	#newsletter_popup_form {

		margin-bottom: 5px;

	}

	#newsletter_popup .body input{
		width: 188px;
	}

	#newsletter_popup .body p:last-of-type {

		margin-bottom: 0;

	}

	#newsletter_popup .image {

		float: none;
		width: 100%;
		overflow: hidden;

	}

	#newsletter_popup .image img {

		margin-top: -20px;

	}

	#newsletter_popup .copy {

		float: none;
		width: 100%;
		padding: 15px 0 0;

	}

	#newsletter_popup .big {

		font-size: 20px;
		margin-bottom: 10px;
		/*line-height: 1.2;*/

	}

	#newsletter_popup .big br:last-of-type {

		display: none;

	}

	#newsletter_popup .close {

		top: -16px;

	}

	#newsletter_popup p {

		font-size: 11px;

	}


}

@media ( max-width: 680px ) {
  #slideshow {
    max-width: 500px;
  }

  #slideshow .slides {
    max-width: 500px;
    max-height: 260px;
  }
}


/* - smallscreen - */
@media ( max-width: 599px ) {

	body { overflow-x: hidden; } /* to remove horizontal scroll when using fly-in */

	#overlay {
		width:100%;
		height:100%;
		position:fixed;
		_position:absolute;
		top:0;
		left:0;
		z-index:1001;
		background-color:#000000;
		overflow: hidden;
	}
	#popup_content {
		position:fixed;
		width:100%;
		min-height:50px;
		z-index:10020;
		bottom:0;
		left: 0;
		right: 0;
		border: 1px solid #222;
		background-color: #222; color: #fff;
		font-family: Tahoma,sans-serif;
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#popup_content .spinner {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0,0,0,0.4);
	}

	#popup_content .spinner img {
		position: absolute;
		top: 20px;
		margin-left: -20px;
		border: 0;
		box-shadow: none;
	}

	#popup_content .pu_signup {
		padding: 7px 10px 10px;
	}

	#popup_content .pu_signup .lead {

		font-size: 12px;
		color: #fffcf7;
		text-transform: none;

	}

	#popup_content .pu_signup form {

		background: none;
		box-shadow: 0 0 0 #000;
		margin-bottom: 0;

	}

	#popup_content .pu_signup form:after {
		content:'';
    display:table;
    clear:both;
	}

	#popup_content .pu_signup form input[ type='text' ] {

		float: left;
		width: 75%;
		margin-right: 2%;

	}

	#popup_content .pu_signup form .btn {

		float: left;
		width: 23%;
		margin-top: 5px;

	}

	#popup_content .pu_signup .success,
	#popup_content .pu_signup .error {
		display: none;
		padding-top: 10px;
		margin-bottom: -5px;
	}

	#banner_close {
		color: #cc0000;
		display: block;
		position: absolute;
		top: -15px;
		right: 8px;
		height: 22px;
		width: 22px;
		background-image: url( '/img/nav/newsletter_popup_close.png' );
		background-repeat: no-repeat;
		border-radius: 50%;
		background-color: #222;
		text-indent: -9999px;
		z-index: 1003;
	}


	body {
		line-height: 1.5385em; /* 20px */

		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

	/* - type - */
	h1 { font-size: 33px; }

	/* - grid - */
	.inner {
		width: 100%;
	}
	col, .col, .sec {
		width: 100% !important;
	}
	col, .col {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 20px;
	}
	.posts > .col2 {
		padding: 0 2.5% !important;
		width: 45% !important;
	}
	col, .col:first-child, .mid .col, #utility .col {
		margin-top: 0;
	}
	.grid-inline,
	.append1, .append2, .append3, .append4, .append5,
	.prepend1, .prepend2, .prepend3, .prepend4, .prepend5 {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.push, .pull {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.grid-inline > .sec {
		border: 0;
		padding-top: 0;
	}

  /* - grid: outdoorproject - */
  .odp-wrapper .col4 { width: 233px; }

	/* - header - */
	#utility {
		white-space: normal;
	}
	#utility > div,
	#utility .col {
		display: block;
		width: auto;
	}
	#utility .col,
	#utility .col:first-child {
		border: 0;
		padding: 0;
		width: auto;
	}
	#utility .col:first-child {
		padding-right: 32px;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#brand {
		border-width: 0 0 0 0;
		font-size: 14px;
		margin-right: 5px;
		max-height: 1em;
		max-width: 115px;
		padding-right: 5px;
		white-space: nowrap;
	}
	#search > div {
		padding: 0;
	}
	#search > label {
		background: url(/img/ui/sprite.png) -30px -21px;
		cursor: pointer;
		height: 29px;
		left: auto;
		right: 4px;
		text-indent: 100%;
		top: 6px;
		white-space: nowrap;
		width: 33px;
	}
	#fSearch {
		display: none;
		margin: 8px 0 0;
	}
	#fSearch.open {
		display: block;
	}

	/* - footer - */
	#footer > .inner { width: 99.99%; }
	#footer-page .a {
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	#footer-page .b, #footer-page .c {
		margin: .5em 0 0;
		width: 47%;
	}
	#footer-page .b {
		margin-right: 3%;
	}
	#footer-page .c {
		margin-left: 3%;
	}
	#footer {
		box-shadow: 0 0 10px #bdb4ab inset, 0 0 5px rgba(0, 0, 0, .8);
		position: relative;
	}
	#nav-footer {
		padding: 0;
	}
	#nav-footer {
		text-align: center;
	}
	#nav-footer > li {
		margin-left: -4px;
		margin-right: -4px;
	}
	#nav-footer > li,
	#footer-social > ul,
	#footer-social a {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	#nav-footer > li:first-child {
		border-radius: 0;
		border-bottom: 2px solid #bdb4ab;
		box-shadow: 0 0 10px rgba(189, 180, 171, .9) inset;
		margin: 0;
		overflow: hidden;
		width: 100%;

		-webkit-border-image: none;
		border-image: none;

		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#nav-footer > li:last-child {
		border: 0;
	}
	#nav-footer > #footer-language {
		border-right: 3px dashed transparent;

		-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 repeat;
	}
	.ie #nav-footer > #footer-language {
		border-right-color: #666;
		border-right-width: 1px;
	}
	#footer-language > a {
		width: 77px;
	}
	#nav-footer > #footer-subscribe {
		margin-left: 3px;
	}

	/* - content - */
	#content, #content-2 {
		padding: 20px;
		width: auto;
	}
	.alert.fail, .alert.success {
		background-image: none;
		font-size: 13px;
		line-height: 1.5385; /* 20px; */
		padding: 10px 15px;
	}
	.btn-action {
		padding: 7px 10px;
	}

	.btn-bar > li > .btn-action {
		border-width: 0px;
		border-radius: 3px 3px 3px 3px;
	}

	.btn-facebook {
		font-size: 12px;
		padding: 7px;
		vertical-align: middle;
	}
	.callout {
		background: none;
		border: 0;
		margin-bottom: 0 !important;
		margin-top: 20px;
	}
	.callout:before, .callout:after {
		display: none;
	}
	.date > .preposition {
		display: inline-block;
		margin: 0 6px;
	}
	.intro {
		font-size: 13px;
		text-align: left;
	}
	.intro-toggle {
		display: block;
		text-align: center;
	}
	.intro-toggle-target {
		display: none;
		margin-top: 1em;
	}
	.intro-toggle-target.open {
		display: block;
	}
	.more .preposition {
		margin: 0;
	}
	.tabs {
		font-size: 16px;
	}
	.rating-avg .rating {
		display: block;
		margin: 3px 0;
		text-align: center;
	}
	.paging {
		min-height: 30px;
	}
	.paging .next {
		float: right;
	}
	.paging .prev {
		float: left;
	}
	.perpage {
		left: 50%;
		margin-left: -50px;
		position: absolute;
		right: auto;
	}
	.polaroid.solo {
		display: inline-block;
	}
	.posts .date {
		text-align: left;
	}
	.posts .date.em,
  .events-to13 .posts .date {
		text-align: center;
	}
	.modal.s-loaded {
		border-radius: 0;
	}
	.sec-promo {
		text-align: center;
	}

	/* - tabular data - */
	.table-data td {
		display: none;
	}
	.table-data td:first-child {
		display: block;
	}

	/* - finder - */
	.finder > .h-section {
		font-size: 24px;
	}
	.finder-suppress + .finder,
	.finder-suppress + .sec {
		border-top-width: 0;
		margin-top: -20px;
	}
	.finder-suppress + .finder:before {
		display: none;
	}
	.sec-promo + .finder-suppress + .finder {
		border-top-width: 3px;
		margin-top: 25px;
	}
	.sec-promo + .finder-suppress + .finder:before {
		display: block;
	}
	.finder + .sec-collage + .sec {
		border-top-width: 0;
		margin-top: -25px;
	}

	/* - map - */
	.infowindow {
		width: 240px;
	}
	.infowindow .i-close {
		right: 5px;
		top: 5px;
	}
	.infowindow .btn-action.alt {
		float: none;
		margin-bottom: 8px;
	}
	.map {
		margin: 0 10px;
	}
	.map-list {
		margin-top: 0;
	}
	.map-with-list .map-list > ol {
		height: auto;
		max-height: 210px;
	}
	.map-with-list .map-wrap,
	.map-with-list #nav-map {
		margin-left: 0;
	}

	/* - slideshow - */
  /*
	.slides {
		display: block;
		overflow: auto;
		white-space: nowrap;

		-webkit-overflow-scrolling: touch;
	}
	.vignette > .slides {
		z-index: 1;
	}
	.vignette > .slides img {
		position: static;
	}
	.slide {
		display: inline-block !important;
		position: static !important;
	}
	.slide:after {
		border: solid 14px transparent;
		border-left-color: rgba(255, 255, 255, .65);
		content: '';
		display: none;
		margin-top: -14px;
		position: absolute;
		right: 0;
		top: 50%;
	}
	.slide:first-child + .slide:after {
		display: block;
	}
	.slideshow, #slideshow {
		margin-left: -6%;
		margin-right: -6%;
	}
	.slideshow > .polaroid {
		padding: 0 !important;
	}
  */
  #slideshow .slides {
    max-width: 100%;
    max-height: 180px;
  }
	.photo-essay #slideshow-caption-text {
    padding-left: 0;
  }

	.photo-essay #slideshow-caption .slideshow-paging { display: none; }

  #slideshow-nav { display: none; }

	/* - regions list - */
	.sec-regions-list {
		display: block;
	}
	.sec-regions-list + .sec {
		border-top-width: 3px;
		margin-top: 25px;
	}
	.regions-list {
		font-family: 'Scrappers', Sans-serif;
		font-size: 24px;
		line-height: 1;
		text-transform: uppercase;
	}
	.regions-list > li {
		margin-top: 10px;
	}
	.regions-list a {
		display: table;
		font-weight: normal;
		text-decoration: none;
		width: 100%;
	}
	.regions-list img,
	.regions-list .region-title {
		display: table-cell;
		vertical-align: middle;
	}
	.regions-list img {
		max-width: none;
		padding-right: 10px;
		width: 90px;
	}
	.regions-list .region-title {
		width: 100%;
	}

	/* - nav - */
	.nav-toggle {
		display: block;
		padding: 10px;
		text-decoration: none;
		text-transform: uppercase;
		visibility: hidden;

	}
	.js .nav-toggle {
		visibility: visible;
	}
	.nav-toggle:after {
		float: right;
	}
	.nav-toggle-section:before {
		content: ' / ';
	}
	#nav,
	#nav-sub {
		height: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
	}
	#nav.open,
	#nav-sub.open {
		height: auto;
		position: relative;
	}
	#nav-sub {
		height: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
	}

	/* nav: global */
	#nav {
		white-space: normal;
	}
	#nav > li,
	#nav > li > a {
		background: none;
		height: auto !important;
		margin: 0 !important;
		overflow: visible;
		text-indent: 0;
	}
	#nav > li > a {
		font-size: 16px;
		padding: 13px 0 10px;
		text-align: center;
		text-transform: uppercase;
		width: auto;
	}
	#nav > li {
		float: left;
		width: 50% !important;

		-moz-border-image: url(/img/ui/line-dashed.png) 6 / 3px 3px 0 0 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 / 3px 3px 0 0 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 / 3px 3px 0 0 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 / 3px 3px 0 0 repeat;

		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#nav > li:nth-child(odd) {
		-moz-border-image: url(/img/ui/line-dashed.png) 6 / 3px 0 0 0 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 / 3px 0 0 0 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 / 3px 0 0 0 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 / 3px 0 0 0 repeat;
	}
	#nav > li:first-child + li {
		-moz-border-image: url(/img/ui/line-dashed.png) 6 / 0 3px 0 0 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 / 0 3px 0 0 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 / 0 3px 0 0 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 / 0 3px 0 0 repeat;
	}
	#nav > li:first-child + li + li {
		-moz-border-image: none;
		-o-border-image: none;
		-webkit-border-image: none;
		border-image: none;
	}
	.deals #nav-deals,
	.getting-around #nav-gettingaround,
	.see-do #nav-seedo,
	.trip-ideas #nav-tripideas,
	.cities-regions #nav-citiesregions,
	.ask-oregon #nav-askoregon,
	.seasons #nav-seasons,
	.places-to-stay #nav-lodging {
		background: url(/img/ui/diagonal-line.png) repeat;
	}
	#nav-global-toggle {
		background: #e6dfd9 url(/img/ui/header-bg.jpg) repeat;
		box-shadow: 0 0 4px rgba(0, 0, 0, .5);
		font-size: 18px;
		position: relative;
		z-index: 8;
	}
	#nav-global-toggle:after {
		color: #5a5a5a;
		content: '––––';
		line-height: 4px;
		text-shadow: -.6em 0 0 #5a5a5a;
		width: .5em;

		-ms-transform: scale(1.5, 1);
		-webkit-transform: scale(1.5, 1);
		transform: scale(1.5, 1);

		-ms-transform-origin: 100% 0;
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}

	/* nav: sub */
	.nav-sub {
		font-size: 12px;
		margin: 0;
	}
	.nav-sub > li {
		border: 0;
		display: block;
		margin: 0;
		padding: 10px;
	}
	.nav-sub > li > a,
	.nav-sub > li > span {
		border: 0;
		margin: -10px;
		padding: 10px;
	}
	.nav-sub > li + li > a {
		border-top: 1px solid rgba(255, 255, 255, .1);
	}
	.nav-sub > .on > a {
		background-color: #22442e;
	}
	#nav-sub-toggle {
		background-color: #666;
		box-shadow: 0 0 15px rgba(34, 34, 34, .8) inset, 0 0 10px rgba(0, 0, 0, .8);
		color: #fff;
		padding: 6px 10px;
	}
	#nav-sub-toggle:after {
		color: #afaeae;
		content: '---';
		line-height: 5px;
		text-shadow: -.5em 0 0 #afaeae, -1em 0 0 #afaeae;
		width: .4em;
	}

	/* - nav: tert - */
	.nav-tert {
		border-radius: 0;
		box-shadow: none;
		display: none;
		left: auto;
		margin: 10px -10px -10px;
		padding: 5px 0;
		position: static;
		text-align: center;
		width: auto;
	}
	.on > .nav-tert {
		display: block;
	}
	.nav-tert a {
		margin: 0;
		padding: 5px 10px;
	}


	/* - trip ideas - */
	.hero.photo .fake-img:after { display: none; }

	.trip-ideas .page-wrapper > .hgroup {
		padding-right: 20px;
		padding-left: 20px;
	}

	.trip-ideas .page-wrapper > .hgroup .h-section .lead { display: none; }

	.has-video-hero .finder .target {
		margin-bottom: 7px;
		margin-left: 0px;
	}

	.to13.content-lens .hero.photo,
	.to13.city-region .hero.photo {
		position: relative;
		margin-top: -20px;
		margin-right: -20px;
		margin-bottom: 25px;
		margin-left: -20px;
		padding: 20px;
	}

	.to13.content-lens .hero.photo .hero-img,
	.admin-bar .to13.content-lens .hero.photo .hero-img,
	.to13.city-region .hero.photo .hero-img,
	.admin-bar .to13.city-region .hero.photo .hero-img {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: auto;
	}

	.to13.content-lens .hero.photo .hero-img:after,
	.to13.city-region .hero.photo .hero-img:after { display: block; }

	.has-photo-hero .hgroup {
		width: auto;
		height: auto;
		margin: 0;
		padding: inherit;

		text-align: inherit;
		text-shadow: none;
	}

	.has-photo-hero .hgroup,
	.to13.content-lens .hgroup,
	.to13.city-region .hgroup {
		min-height: 0;
	}

	.to13.content-lens .hgroup,
	.to13.city-region .hgroup {
		height: auto;
		max-width: 100%;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
	}

	.has-photo-hero .hgroup,
	.has-photo-hero .hgroup legend {
		color: #222;
	}

	.has-photo-hero .hgroup .h-section {
		font-size: 64px;
	}

	.has-photo-hero .h-section .first-word {
		font-size: inherit;
	}

	.has-photo-hero .finder-wrapper {
		margin-top: 0;
	}

	.has-photo-hero .finder,
	.has-photo-hero .finder .col.toggle {
		-moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		-webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
		border-image: url(/img/ui/line-dashed.png) 6 repeat;
	}

	.has-photo-hero .finder { margin-bottom: 8px; }

	.has-photo-hero .finder .multi-select {
		width: auto;
	}

	.has-photo-hero .gps-link {
		background: #222;
		color: #fff;
	}

	.has-photo-hero .finder button {
		background-color: #222;
		color: #fffcf7;

		-moz-border-image: url(/img/buttons/border-submit.png) 20 stretch;
		-o-border-image: url(/img/buttons/border-submit.png) 20 stretch;
		-webkit-border-image: url(/img/buttons/border-submit.png) 20 stretch;
		border-image: url(/img/buttons/border-submit.png) 20 stretch;
	}

	.has-photo-hero .hero-post .hero-img {
		position: static;
		top: 0;
		height: 292px;
	}

	.hero-post .post-content {
		max-width: 100%;
		margin-top: 0;
		float: none;
	}

	.secondary-post,
	.featured-grid,
	.recent-trip-ideas {
		width: 100%;
	}

	.to13 .lead-story .post-title,
	.to13 .lead-story .meta,
	.to13 .lead-story .post-excerpt {
		width: auto;
		max-width: 100%;
		float: none;
	}

	.to13 .lead-story .post-hero {
		width: auto;
		max-width: 100%;
		margin-right: 0;
		float: none;
	}

	.to13.city-trip-ideas .lead-story .post-hero {
		height: auto;
		max-height: 320px;
	}

	.to13.city-trip-ideas .lead-story.has-post-img .hero-img {
		position: relative;
		height: 320px;
	}

	.to13 .lead-story .post-title { font-size: 30px; }

	.featured-grid {
		border-bottom: 0;
	}

	.featured-grid .post.has-guest-author .meta:before {
		left: 0px;
	}

	.featured-grid .post .fake-img + .post-title .lead {
		position: relative;
		z-index: 2;

		margin-top: -2.05em;
		margin-bottom: 0.1em;

		line-height: 2;

		text-shadow: 0 0 4px rgba(0,0,0,.8);
	}

	.secondary-hero-img {
		height: 171px;
	}

	.recent-trip-ideas,
	.recent-trip-ideas + .push.col {
		display: none;
	}

	.to13.city-region .post-content .sidebar-region-map {
		display: block;
		margin-top: auto;
		margin-bottom: 1em;
	}

	.to13.city-region .post-content .sidebar-region-map + .region-caption { margin-top: auto; }

	.to13.city-region .post-content .sidebar-region-map + .region-caption:after { display: none; }

	.to13.city-region .post-content .region-img-caption { display: none; }

	.region-map { height: auto; }

	.region-see-do .col2:nth-child( 2n ) { margin-right: 0; }

	.get-to-know .col.last { margin-top: 0; }

	.cities-regions .to13.intro #page-intro {
		width: 100%;
		float: none;
	}

	.to13 .finder-city {
		padding-left: 20px;
		padding-right: 20px;
	}

	.to13 .finder-city .col {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.to13 .finder-city .col4:nth-child(1) {
	}

	.to13 .finder-city .col.submit {
	}

	/* -- seven wonders -- */
	.sevenwonders #content {
		margin-top: 0;
		padding-top: 0;
	}

	.wonder-video-wrapper {
		position: relative;
		top: 0px;
		height: 340px;
		margin-left: -20px;
		margin-right: -20px;

		background: #222222;
	}

	.wonder-video-logo {
		position: relative;
		top: auto;
		left: auto;
		max-width: 100%;

		-webkit-transform: translate( 0, 0 );
		-moz-transform: translate( 0, 0 );
		-ms-transform: translate( 0, 0 );
		transform: translate( 0, 0 );

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.wonder-video-logo .h-section {
		width: 320px;
		height: 205px;
		margin-top: 0;

		background-size: contain;
		background-position: center;
	}

	.wonder-video-play,
	.wonder-video-scroll {
		padding-left: 0;

		font-weight: normal;
		font-size: 28px;
	}

	.wonder-video-play {
		margin-top: -11px;
		margin-bottom: -15px;
	}


	.wonder-play-button {
		margin: -10px -26px 0;

		-webkit-transform: scale( 0.75 );
		-moz-transform: scale( 0.75 );
		-ms-transform: scale( 0.75 );
		transform: scale( 0.75 );
	}

	.wonder-scroll {

		margin: -35px -32px 0 -41px;

		-webkit-transform: scale( 0.66 );
		-moz-transform: scale( 0.66 );
		-ms-transform: scale( 0.66 );
		transform: scale( 0.66 );
	}

	#seven-wonders-attract-loop { display: none; }

	.mobile .seven-wonders .intro .col5:before {
		width: 99px;
		min-height: 79px;
		margin-bottom: 5px;
	}

	.seven-wonder .post-content .addtotrip-wrapper {
		display: none;
	}

	.instagram-intro .sevenwonders-divider h4 { font-size: 26px; }
	.instagram-intro .sevenwonders-divider p {
		max-width: 90%;

		font-size: 20px;
	}

	.home .instagram-intro {
		/*top: 245px; + 80px*/
		top: 326px;
		width: 100%;
		height: 165px;
		min-height: 165px;
		margin-left: -20px;
	}

	.home .instagram-intro .sevenwonders-divider {
		min-height: 165px;
	}

	.home .instagram-intro .sevenwonders-divider > div {
		padding: 10px 10px;
	}

	.home .instagram-intro .sevenwonders-divider p {
		max-width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}

	.home .instagram-intro .sevenwonders-divider p:before {
		display: none;
	}

	.home .instagram-intro .cta {
		padding: 2px 2px 2px 2px;
	}

	.sevenwonders-sponsors .h-section { margin-bottom: 0; }

	.sevenwonders-sponsors .h-section span {
		max-width: 85%;
	}

	.sevenwonders-sponsors .h-section span:before,
	.sevenwonders-sponsors .h-section span:after {
		top: 0;
	}

	.sevenwonders-sponsor .sponsor-photo-wrap {
		display: inline-block;
	}

	.sevenwonders-sponsor p {

  }

	.sevenwonders-sponsor.sponsor-alaska-air p:before {
    width: 164px;
    margin-left: 0;
    height: 50px;
    margin-left: 0;
    margin-bottom: 0;
  }

	.sevenwonders-sponsor .cta {
		margin-left: auto;
		margin-right: auto;
	}

	.sevenwonders-sponsor .alaska-air-tag {
    top: 94px;
    right: 20px;
    bottom: auto;
    width: 100px;
    height: 108px;

    background-size: contain;
  }

	.seven-wonder .post-content .aside.right {
		margin-bottom: 0;
	}

	.seven-wonder .to13.resource .hero .hgroup { max-width: 100%; }
	.seven-wonder .to13.resource .hero.photo .hero-img { top: 105px; }

	.side-wonder a { display: inline-block; }

	.other-wonders { min-height: 758px; }

	.other-wonders h4 {
		max-width: 95%;
	}

	.other-wonders .cta {
		max-width:60%;
		white-space:normal;
	}

	/* -- seven wonders: trip idea -- */
	.wonderous-trip-idea {
		background-size: 25%;
	}

  .wonderous-trip-idea p {
    padding-left: 150px;
    padding-top: 0px;
  }

	.to13.region-see-do .posts .lead { display: none; }

	.to13.region-see-do .col .fake-img { margin-top: 0; }

  /* guides */

  .getting-around .intro + .sec {
    padding-top: 0;
    border: 0;
  }

  .getting-around .thead { display: none; }

  .getting-around .guide-regions {
    display: block;
  }

  .getting-around .guide-regions ul {
    border-bottom: 0;
  }

  .getting-around .guide-regions li {
    width: 49%;
    padding: 0;

  }

  .getting-around .guide-regions li a {
    display: block;
    height: 100%;
    padding: 13px 0;

    white-space: nowrap;

    border-left: 3px dashed transparent;
    border-right: 3px dashed transparent;
    border-bottom: 3px dashed transparent;

    -moz-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    -o-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    -webkit-border-image: url(/img/ui/line-dashed.png) 6 repeat;
    border-image: url(/img/ui/line-dashed.png) 6 repeat;
  }

  .getting-around .guide-regions li:nth-child(odd) a {
    border-right: 0;
  }

  .getting-around .btn[type='submit'] {
    display: block;
    margin: auto;
  }

  .brochure.featured .brochure-content { text-align: center; }

  .brochure.featured .brochure-content .description { text-align: left; }

  /* - Outdoor Project - */
  .odp-wrapper .odp-tile {
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  .odp-tile .thumb { display: block !important; }

	/* - hidden - */
	.btn-facebook:before, .btn-facebook:after,
	.collage,
	.date.solo:before, .date.solo:after,
	.has-tert:after,
	.intro img,
	.col.img,
	.nav-sub-regions > li:after,
	.paging .pages,
	.post > .excerpt,
	.promo-content,
	.seasons .sec-featured-events,
	.sec-ask-oregon,
	.sec-collage,
	.sec-road-trippers,
	.table-data > thead,
	#login-info > span:not(.pipe),
	#nav-footer > #footer-contact,
	#regions-swf,
	#search button,
	.rt-add-link,
	.rt-add-to-trip,
	#ort-iframe-wrapper {
		display: none;
	}
	.ads,
	.finder-suppress {
		display: none !important;
	}
}

/* - smallscreen: HiDPI - */
@media ( max-width: 599px ) and ( -webkit-min-device-pixel-ratio: 2 ), ( max-width: 599px ) and ( min-resolution: 192dpi ) {
	#search > label {
		background-image: url(/img/ui/sprite-2x.png);
		background-size: 80px 50px;
	}
}

@media ( max-width: 550px ) {

	/* -- seven wonders -- */

	.instagram-overlay {
		padding-top: 40px;
	}

	.oregon-food-trips .instagram-overlay,
	.seven-wonder .instagram-overlay { padding: 20px 20px; }

	.sevenwonders .instagram-large,
	.oregon-food-trips .instagram-large,
	.seven-wonder .instagram-large,
	.home .instagram-large,
	.instagram-large {
		max-height: 400px;
		width: auto;
	}

	.oregon-food-trips .instagram-large,
	.seven-wonder .instagram-large {

		max-height: 280px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		float: none;

	}

	.sevenwonders .instagram-details,
	.oregon-food-trips .instagram-details,
	.seven-wonder .instagram-details,
	.home .instagram-details,
	.instagram-details {
		position: static;
		max-width: 90%;
		max-height: none;
	}

    .triple-row .instagram-details {
  		position: static;
  		width: 400px;
        max-width: 90%;
  		max-height: none;
    }

	.oregon-food-trips .instagram-details,
	.seven-wonder .instagram-details {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		float: none;
	}

    .double-row .instagram-details {
      max-width: 100%;
      width: 280px;
      margin-left: auto;
      margin-right: auto;
    }

	.sevenwonders .instagram-profile-link,
	.oregon-food-trips .instagram-profile-link,
	.seven-wonder .instagram-profile-link,
	.home .instagram-profile-link,
	.instagram-profile-link {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.sevenwonders .instagram-location,
	.oregon-food-trips .instagram-location,
	.seven-wonder .instagram-location,
	.home .instagram-location,
	.instagram-location {
		max-width: 100%;
		float: none;
		clear: both;
	}

	.oregon-food-trips .instagram-location,
	.seven-wonder .instagram-location { display: none !important; }

	.sevenwonders .instagram-detail-link,
	.oregon-food-trips .instagram-detail-link,
	.seven-wonder .instagram-detail-link,
	.home .instagram-detail-link,
	.instagram-detail-link {
		max-width: 160px;
		float: none;
		clear: left;
	}

	.sevenwonders .instagram-wonder-link,
	.oregon-food-trips .instagram-wonder-link,
	.seven-wonder .instagram-wonder-link,
	.home .instagram-wonder-link,
	.instagram-wonder-link {
		position: relative;
		margin-top: 30px;
		max-width: 100%;
	}

	.sevenwonders .instagram-wonder-link:before,
	.oregon-food-trips .instagram-wonder-link:before,
	.seven-wonder .instagram-wonder-link:before,
	.home .instagram-wonder-link:before,
	.instagram-wonder-link:before {
		display: block;
		max-width: 100%;
	}

	.sevenwonders .instagram-overlay-close,
	.home .instagram-overlay-close,
	.instagram-overlay-close {
		position: absolute;
		top: 2px;
		right: 5%;
	}


	.oregon-food-trips .instagram-overlay-close,
	.seven-wonder .instagram-overlay-close {
		top: 0px;
		right: 5px;
	}

  .printed-guides-form .personal-info label {
    text-align: left;
  }

  .meta-detail > ul > li {
    display: block;
    text-align: center;
  }

  .meta-detail > ul > li:after {
    display: none;
  }
}


@media ( max-width: 400px ) {
  .wonderous-trip-idea p {
    padding-left: 90px;
  }
}


/* TO-2280 form styles for promo */
#seven-bikes {
	margin: 30px 0;
}

.seven-bikes-hed {
	margin-top: 12px;
	text-align: center;
}

#seven-bikes .more {
	border-top: none;
	border-image: none;
	margin: 0;
	padding: 0;
}

#seven-bikes .e2ma_signup_form_label {
	font-weight: bold;
}

#seven-bikes .e2ma_signup_form_required_asterix {
	display: none;
}

#seven-bikes .e2ma_signup_form_required_footnote,
#seven-bikes #e2ma_signup_reset_button,
#seven-bikes #e2ma_signup_submit_button {
	display: none;
}

/* TO-2317 Sponored Content styles for Trip Ideas */
.content-sponsor-header {
  color: #555;
  font-family: 'Scrappers', Sans-serif;
  font-size: 20px;
  margin: 0 auto 10px;
  max-width: 690px;
}

.photo-essay .content-sponsor-header {
  color: #fff;
}

.is-photo-essay .content-sponsor-header {
  margin-bottom: 25px;
}

.content-sponsor-header img {
  display: inline-block;
  margin: 0 15px 15px 0;
  max-width: 115px;
  max-height: 115px;
}

.content-sponsor-header img.no-shadow {
  box-shadow: none;
}

.content-sponsor-header .content {
  display: inline-block;
  line-height: 1.5;
  max-width: 75%;
  max-width: calc( 100% - 137px );
}

.content-sponsor-header .content.no-logo {
  max-width: none;
}

.sponsor-sec {
  border-top: 3px dashed transparent;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
  padding-top: 15px;
  -moz-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
  -o-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
  -webkit-border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
  border-image: url(/img/ui/line-dashed-loose.png) 6 repeat;
}

.photo-essay .sponsor-sec {
  -moz-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
  -o-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
  -webkit-border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
  border-image: url(/img/ui/line-dashed-loose-fffcf7.png) 6 repeat;
}

.is-photo-essay .sponsor-sec {
  display: none;
}

.photo-essay-bio {
  margin-bottom: 25px;
}

@media (max-width: 440px) {

  .content-sponsor-header img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .content-sponsor-header .content {
    max-width: none;
  }
}

.content-sponsor-footer {
  color: #fff;
  font-family: 'Scrappers', Sans-serif;
  font-size: 25px;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  text-shadow: 0 0 4px rgba(0,0,0,.6)
}

.content-sponsor-footer .fake-img {
  height: 400px;
}

.content-sponsor-footer .figcaption {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 100%;
  max-width: calc( 100% - 40px );
  padding: 0 20px;
  position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
  text-align: left;
  width: 960px;
  z-index: 1;
}
.content-sponsor-footer .figcaption p {
  width: 610px;
  max-width: 100%;
}

.is-photo-essay .content-sponsor-footer .figcaption {
  margin: 0 auto;
  text-align: center;
  width: 730px;
}

.is-photo-essay .content-sponsor-footer .figcaption p {
  margin: 0 auto;
  width: 610px;
}

@media (max-width: 767px) {

  .content-sponsor-footer .fake-img {
    height: 200px;
  }

  .content-sponsor-footer .figcaption {
    color: #555;
    margin-top: 25px;
    position: static;
    text-shadow: none;
  }

  .photo-essay .content-sponsor-footer .figcaption {
    color: #fff;
    font-weight: normal;
  }
}

@media (max-width: 800px) {

  .content-sponsor-footer .figcaption a {
    font-weight: normal;
  }
}



/* campaign site promo bar */

@font-face {
    font-family: 'traveloregonrough';
    src: url('/fonts/visitor_display-webfont.eot');
    src: url('/fonts/visitor_display-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/visitor_display-webfont.woff2') format('woff2'),
         url('/fonts/visitor_display-webfont.woff') format('woff'),
         url('/fonts/visitor_display-webfont.ttf') format('truetype'),
         url('/fonts/visitor_display-webfont.svg#traveloregonrough') format('svg');
    font-weight: normal;
    font-style: normal;

}

.campaign-banner {

	display: block;
	position: relative;
	z-index: 100;

	background: #4d9cac;
	padding: 20px 0;

	max-height: 83px;

}

.campaign-banner:hover {

	background: #327f8f;

}

.campaign-banner:after {
    content:'';
    display:table;
    clear:both;
}

.campaign-banner .campaign-inner {

	margin: 0 auto;
	max-width: 700px;

}

.campaign-banner .copy {

	float: left;
	width: 90%;
	padding-top: 10px;

	color: #fff;
	font-family: 'traveloregonrough';
	font-weight: normal;
	line-height: 1;
	font-size: 30px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

.campaign-banner .or-logo {

	float: left;
	width: 8%;
	margin-right: 2%;

}

.campaign-banner .or-logo img {
	box-shadow: 0 0 0 #000;
}


@media( max-width: 599px ) {

	.campaign-banner {

		padding: 15px 0;

		z-index: 102;

		max-height: 80px;


	}


	.campaign-banner .campaign-inner {

		max-width: 280px;

	}

	.campaign-banner .copy {

		width: 81%;
		padding-top: 0;

		font-size: 21px;
		line-height: 1.2;

	}

	.campaign-banner .or-logo {

		width: 15%;
		margin-right: 4%;
		padding-top: 10px;

	}





}
