/* @group reset - eric myer reset v2.0 | 20110126
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Import fonts
-----------------------------------------------------------------*/
@font-face {
	font-family: 'Malva';
	src: url('../fonts/Malva-Regular.eot');
	src: url('../fonts/Malva-Regular.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Malva-Regular.woff2') format('woff2'),
		url('../fonts/Malva-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Malva';
	src: url('../fonts/Malva-Bold.eot');
	src: url('../fonts/Malva-Bold.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Malva-Bold.woff2') format('woff2'),
		url('../fonts/Malva-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Malva';
	src: url('../fonts/Malva-Medium.eot');
	src: url('../fonts/Malva-Medium.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Malva-Medium.woff2') format('woff2'),
		url('../fonts/Malva-Medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Malva';
	src: url('../fonts/Malva-Italic.eot');
	src: url('../fonts/Malva-Italic.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Malva-Italic.woff2') format('woff2'),
		url('../fonts/Malva-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Rocher-Regular';
	src: url('../fonts/Rocher-Regular.eot');
	src: url('../fonts/Rocher-Regular.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Rocher-Regular.woff2') format('woff2'),
		url('../fonts/Rocher-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rocher-Extrude';
	src: url('../fonts/Rocher-Extrude.eot');
	src: url('../fonts/Rocher-Extrude.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Rocher-Extrude.woff2') format('woff2'),
		url('../fonts/Rocher-Extrude.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Rocher-BevelB';
	src: url('../fonts/Rocher-BevelB.eot');
	src: url('../fonts/Rocher-BevelB.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Rocher-BevelB.woff2') format('woff2'),
		url('../fonts/Rocher-BevelB.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Set tags and general classes
-----------------------------------------------------------------*/
*, *::after, *::before {
	box-sizing: border-box;
	outline: none;
	-webkit-appearance: none;
}
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	font-family: 'Malva', arial, helvetica, sans-serif;
	font-size: 18px;
	color: #32281f;
	line-height: 1.6;
	min-width: 320px;
	background-color: #f9f8f4;
}

a {
	color: #fd571d;
	text-decoration: none;
	transition: color .3s linear, text-decoration .3s linear, background-color .3s linear;
}
a:hover {
	color: #32281f;
}
a.alt {
	color: #32281f;
}
a.alt:hover {
	color: #fd571d;
}
a.no-link {
	color: inherit !important;
	pointer-events: none !important;
	font-weight: normal !important;
}

img {
	display: block;
	max-width: 100%;
}
iframe {
	width: 100%;
}

.heading-container {
	position: relative;
	display: inline-block;
	z-index: 1;
}
h1, h2 {
	position: relative;
	font: 54px 'Rocher-Regular';
	color: #f8922d;
	margin-bottom: 30px;
}
h1::before, h2::before {
	content: attr(text);
	font-family: 'Rocher-Extrude';
	color: #523e33;
	z-index: -1;
}
h1::after, h2::after {
	content: attr(text);
	font-family: 'Rocher-BevelB';
	color: #fec045;
}
h1::before, h1::after, h2::before, h2::after {
	position: absolute;
	top: 0;
	left: 0;
}
h3 {
	font: 40px 'Rocher-Regular';
	color: #fff;
	margin-bottom: 5px;
}
h4 {
	font: 36px 'Rocher-Regular';
	color: #523e33;
	margin-bottom: 5px;
}
h5 {
	font: 26px 'Rocher-Regular';
	color: #523e33;
	margin-bottom: 5px;
}
@media all and (max-width: 499px) {
	h1, h2 {
		font-size: 48px;
	}
	h3 {
		font-size: 38px;
	}
	h4 {
		font-size: 34px;
	}
}
@media all and (max-width: 419px) {
	h1, h2 {
		font-size: 42px;
	}
	h3 {
		font-size: 34px;
	}
	h4 {
		font-size: 30px;
	}
}
@media all and (max-width: 369px) {
	h1, h2 {
		font-size: 38px;
	}
}

p {
	margin-bottom: 25px;
}

ul.dual {
	column-count: 2;
	column-width: auto;
	column-gap: 20px;
}
@media all and (max-width: 949px) {
	ul.dual {
		column-count: 1;
		column-gap: 0;
	}
}

label {
	display: block;
	margin-bottom: 5px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	padding: 7px 15px;
	font: inherit;
	border: 3px solid #c5bcb7;
	background-color: #ebe6e0;
	transition: color .3s linear, background-color .3s linear, border-color .3s linear;
}
textarea {
	height: 220px;
}
input:required, textarea:required {
	border-color: #c5bcb7;
}
input:focus, textarea:focus {
	border-color: #ff591e;
	background-color: #f3ebe0;
	color: #523e33;
}
button {
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 0;
	color: #fff;
	text-transform: uppercase;
	background-color: #fd571d;
	border: 0;
	border-radius: 5px;
	padding: 13px 40px;
	transition: background-color .3s linear;
}
button:hover {
	background-color: #32281f;
}
form #captcha {
	display: none;
}

blockquote {
	margin: 0 0 25px 40px;
	padding-left: 15px;
	border-left: 3px solid #fd703a;
}
@media all and (max-width: 600px) {
	blockquote {
		margin-left: 20px;
	}
}
pre {
	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 0 0 25px 0;
	padding: 5px 10px;
	background-color: #f4f4f4;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	padding: 0 25px;
}
.col-1 { width: 8.333%; }
.col-2 { width: 16.666%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333%; }
.col-5 { width: 41.666%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333%; }
.col-8 { width: 66.666%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333%; }
.col-11 { width: 91.666%; }
.col-12 { width: 100%; }

.clearing {
	clear: both;
}

.bold, strong, b {
	font-weight: bold;
}
.italic, em, i {
	font-style: italic;
}

.error {
	color: #cc0000;
}

.center {
	text-align: center;
}

/* Custom
-----------------------------------------------------------------*/
#page-wrapper {
	width: 100%;
	/*max-width: 1600px;*/
	margin: 0 auto;
	overflow-x: hidden;
}
.content-wrapper {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}
.medium-content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}
.skinny-content {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 0 20px;
}

.padding-div {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-top {
	padding-top: 50px;
}
.padding-bottom {
	padding-bottom: 50px;
}

.faded {
	opacity: .75;
}

.grey-bg {
	background: #edeae3;
}

.wysiwyg-content ul {
	list-style: disc;
	margin-bottom: 25px;
}
.wysiwyg-content ul ul, .wysiwyg-content ol ul {
	list-style: disc;
}
.wysiwyg-content ol {
	list-style: decimal;
	margin-bottom: 25px;
}
.wysiwyg-content ol ol, .wysiwyg-content ul ol {
	list-style: lower-roman;
}
.wysiwyg-content li {
	margin-left: 50px;
}
.wysiwyg-content a, .semi-bold {
	font-weight: 600;
}

.iframe-video-wrapper, #videos-wrapper .sy-slides-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#videos-wrapper .sy-slides-wrap {
	padding-top: 0;
	padding-bottom: calc(56.25% + 25px);
}

i.right-arrow, i.left-arrow, i.up-arrow, i.down-arrow {
	border: solid #333;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transition: all .3s linear;
}
i.right-arrow {
	transform: rotate(-45deg);
}
i.left-arrow {
	transform: rotate(135deg);
}
i.up-arrow {
	transform: rotate(-135deg);
}
i.down-arrow {
	transform: rotate(45deg);
}

header {
	min-height: 180px;
	background-color: #523e33;
}
header > div:first-of-type {
	background-color: #402618;
}
header > div:first-of-type div {
	position: relative;
}
header > div:first-of-type div p {
	padding: 10px 0px;
	margin: 0;
	text-align: right;
	color: #ff9301;
	font-weight: 600;
}
header #logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 210px;
	z-index: 41;
	border-radius: 0 0 5px 5px;
}
@media all and (max-width: 1199px) {
	header #logo {
		left: 20px;
	}
}
header #mobile-bar {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #362013;
	z-index: 40;
}
header #mobile-bar::after {
	content: "";
	display: table;
	clear: both;
}
header #mobile-bar #mobile-nav-icon {
	cursor: pointer;
	display: none;
	padding: 8px 20px;
	float: left;
}
header #mobile-bar #mobile-nav-icon > div {
	width: 36px;
	height: 5px;
	background-color: #ff9500;
	margin: 6px 0;
	border-radius: 3px;
	transition: 0.4s;
}
header #mobile-bar #mobile-email-icon {
	float: right;
	padding: 13px 20px;
	height: 55px;
}
header #mobile-bar #mobile-nav-icon.open > div:first-of-type {
	transform: rotate(-45deg) translate(-9px, 6px) ;
}
header #mobile-bar #mobile-nav-icon.open > div:nth-of-type(2) {
	opacity: 0;
}
header #mobile-bar #mobile-nav-icon.open > div:last-of-type {
	transform: rotate(45deg) translate(-9px, -7px) ;
}
#nav {
	position: absolute;
	right: 0;
	bottom: -70px;
	z-index: 42;
}
#nav > li {
	display: inline-block;
	margin-right: 20px;
	margin-left: 10px;
}
#nav > li > a {
	display: block;
	color: #fff;
	font: 24px 'Rocher-Regular';
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#nav > li:hover > a {
	color: #ded1c0;
}
#nav > .active > a {
	border-bottom: 3px solid #fff;
	transition: border .3s linear;
}
#nav > li.active:hover > a {
	border-bottom: 3px solid #ded1c0;
}
#nav > li > ul {
	position: absolute;
	left: auto;
	display: block;
	z-index: 42;
	min-width: 300px;
	margin-left: -19%;
	background: linear-gradient(to bottom, transparent 35px, #fff 35px);
	border-radius: 0 0 5px 5px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(15px);
	transition: opacity .3s, transform .3s, visibility .3s;
	visibility: hidden;
	box-shadow: 0 45px 135px rgba(0, 0, 0, .7);
}
#nav > li > ul::before {
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background-color: #fff;
	height: 8px;
	-webkit-clip-path: polygon(50% 0%, calc(50% - 8px) 100%, calc(50% + 8px) 100%);
	clip-path: polygon(50% 0%, calc(50% - 8px) 100%, calc(50% + 8px) 100%);
}
#nav > li:hover > ul {
	opacity: 1;
	pointer-events: all;
	transform: translateY(0);
	visibility: visible;
}
#nav ul li {
	background: #fff;
}
#nav > li > ul > li:first-of-type {
	padding-top: 15px;
	border-radius: 5px 5px 0 0;
}
#nav > li > ul > li:last-of-type {
	padding-bottom: 15px;
	border-radius: 0 0 5px 5px;
}
#nav ul ul li.heading {
	padding: 18px 22px 8px 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #eee;
	margin-top: 10px;
}
#nav ul ul li:first-of-type.heading {
	padding-top: 23px;
	border: 0;
	margin-top: 0;
}
#nav ul li a, #nav > li > ul > li.heading > span {
	display: block;
	color: #32281f;
	background: #fff;
	padding: 8px 22px;
	font-size: 15px;
}
#nav ul ul {
	text-transform: none;
	font-weight: normal;
}
#nav ul li a:hover {
	background: #f8f5f0;
	color: #ff5b0f;
}
@media all and (min-width: 820px) {
	#nav > li > ul > li.heading > span.active {
		background-color: #f8f5f0;
	}
	#nav > li > ul > li.heading > span::after {
		float: right;
		content: "";
		border: 1px solid #32281f;
		border-top: 0;
		border-right: 0;
		display: inline-block;
		height: 8px;
		width: 8px;
		margin-top: 7px;
		transform: rotate(-45deg);
	}
	#nav > li > ul > li.heading > span.active::after {
		transform: rotate(135deg);
		margin-top: 11px;
	}
	#nav > li > ul > li.heading > span:hover {
		background: #f8f5f0;
		color: #ff5b0f;
		cursor: pointer;
	}
	#nav > li > ul > li.heading > span:hover::after {
		border-color: #ff5b0f;
	}
	#nav ul ul {
		overflow: hidden;
		max-height: 0;
		transition: max-height .25s ease-in-out;
	}
	#nav ul ul li a {
		padding-left: 40px;
	}
}
@media all and (max-width: 819px) {
	header > div:first-of-type div p {
		display: none;
	}
	header #logo {
		left: calc(50% - 105px);
	}
	#nav {
		display: none;
		top: 55px;
		width: 100%;
		min-height: 100vh;
	}
	#nav > li.active > a, #nav > li.active:hover > a {
		border: 0;
	}
	#nav > li {
		display: block;
		margin: 0;
		background: #362013;
	}
	#nav > li > a {
		padding: 10px 25px;
		margin-bottom: 0;
	}
	#nav > li:first-of-type > a {
		padding-top: 10px;
	}
	#nav > li:last-of-type {
		padding-bottom: 20px;
	}
	#nav > li > ul {
		position: relative;
		padding: 0;
		left: 0;
		margin: 0;
		min-width: 0;
		opacity: 1;
		border-radius: 0;
		background: #45291b;
		transform: none;
		transition: none;
		visibility: visible;
		box-shadow: none;
		pointer-events: all;
	}
	#nav > li:hover > ul {
		box-shadow: none;
	}
	#nav > li > ul::before {
		display: none;
	}
	#nav ul li {
		background: #45291b;
	}
	#nav ul li:first-of-type {
		padding-top: 5px;
		border-radius: 0;
	}
	#nav > li > ul > li:last-of-type {
		padding-bottom: 10px;
		border-radius: 0;
	}
	#nav > li > ul > li.heading {
		padding: 18px 22px 8px 22px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
		border: 0;
		color: #a48573;
		background: #45291b;
		margin-top: 0;
		padding: 5px 50px;
	}
	#nav > li > ul > li.heading > span {
		display: inline;
		color: inherit;
		background: transparent;
		padding: 0;
		font-size: 14px;
	}
	#nav > li > ul > li.heading > span::after {
		display: none;
	}
	#nav > li > ul > li.heading > span:hover {
		background: transparent;
		color: inherit;
		cursor: auto;
	}
	#nav ul ul li.heading {
		display: none;
	}
	#nav ul li:first-of-type.heading {
		padding-top: 15px;
		border: 0;
		margin-top: 0;
	}
	#nav ul li a {
		color: #fff;
		background: #45291b;
	}
	#nav > li > ul > li > a {
		padding: 5px 50px;
	}
	#nav ul li a:hover {
		background: #45291b;
	}
	#nav ul ul {
		display: block;
	}
	#nav ul ul li a {
		padding-left: 0;
		padding-right: 0;
	}
	header #mobile-bar {
		display: block;
	}
	header #mobile-bar #mobile-nav-icon {
		display: block;
	}
}
@media all and (max-width: 479px) {
	header #logo {
		width: 160px;
		left: calc(50% - 80px);
	}
}
@media all and (max-width: 369px) {
	#nav > li > ul > li.heading, #nav > li > ul > li > a {
		padding-left: 25px;
		padding-right: 25px;
	}
}

#banner-wrapper {
	position: relative;
	overflow: hidden;
}
#banner-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .75) 0%, transparent 100%);
	z-index: 39;
}
#banner-wrapper #royalslider {
	width: 100%;
	height: calc(100vw * .45);
	transform: translate3d(0, 0, 0);
}
#banner-wrapper #royalslider .rsContainer {
	transform: scale(1.06);
	animation: zoomout 7s;
	animation-fill-mode: forwards;
}
#home #banner-wrapper #royalslider .rsContainer {
	transform: scale(1.15);
	animation: zoomout 16s;
	animation-fill-mode: forwards;
}
@keyframes zoomout {
	100% {
		transform: scale(1); 
	}
}
#banner-wrapper #royalslider .rsContainer img {
	margin-top: 0 !important;
	width: 100% !important;
	height: auto !important;
	margin-left: 0 !important;
	max-width: none !important;
}
@media all and (max-width: 1399px) {
	#banner-wrapper #royalslider {
		height: calc((100vw * .45) * 1.25);
	}
	#banner-wrapper #royalslider .rsContainer img {
		width: 130% !important;
		margin-left: -15% !important;
	}
}
@media all and (max-width: 729px) {
	#banner-wrapper #royalslider {
		height: calc((100vw * .45) * 1.7);
	}
	#banner-wrapper #royalslider .rsContainer img {
		width: 180% !important;
		margin-left: -40% !important;
	}
}
@media all and (max-width: 589px) {
	#banner-wrapper #royalslider {
		height: calc((100vw * .45) * 2.1);
	}
	#banner-wrapper #royalslider .rsContainer img {
		width: 220% !important;
		margin-left: -60% !important;
	}
}
@media all and (max-width: 479px) {
	#banner-wrapper #royalslider {
		height: calc((100vw * .45) * 2.4);
	}
	#banner-wrapper #royalslider .rsContainer img {
		width: 250% !important;
		margin-left: -75% !important;
	}
}
#banner-wrapper #royalslider.rsDefault .rsArrowIcn {
	width: 30px;
	height: 41px;
	margin-top: -20px;
	margin-left: -16px;
	background-color: transparent;
	background-size: 30px 41px;
	background-repeat: no-repeat;
	background-position: 0 0;
	border-radius: 0;
}
#banner-wrapper #royalslider.rsDefault .rsArrowLeft .rsArrowIcn {
	background-image: url('/images/arrow-left-inactive@2x.png');
}
#banner-wrapper #royalslider.rsDefault .rsArrowLeft .rsArrowIcn:hover {
	background-image: url('/images/arrow-left-active@2x.png');
}
#banner-wrapper #royalslider.rsDefault .rsArrowRight .rsArrowIcn {
	background-image: url('/images/arrow-right-inactive@2x.png');
}
#banner-wrapper #royalslider.rsDefault .rsArrowRight .rsArrowIcn:hover {
	background-image: url('/images/arrow-right-active@2x.png');
}
#banner-wrapper #royalslider.rsDefault .rsBullets {
	bottom: 15px;
	background: transparent;
	line-height: 17px;
}
#banner-wrapper #royalslider.rsDefault .rsBullets .rsBullet {
	width: 17px;
	height: 17px;
	display: inline-block;
	padding: 0;
	margin: 0 6px;
}
#banner-wrapper #royalslider.rsDefault .rsBullets .rsBullet span {
	width: 17px;
	height: 17px;
	border-radius: 0;
	background: transparent url('/images/indicator-inactive@2x.png') center center no-repeat;
	background-size: 17px 17px;
}
#banner-wrapper #royalslider.rsDefault .rsBullets .rsBullet.rsNavSelected span {
	background: transparent url('/images/indicator-active@2x.png') center center no-repeat;
	background-size: 17px 17px;
}

#royalslider-gallery, #royalslider-videos {
	position: relative;
	background: transparent;
}
#royalslider-gallery .rsDefault, #royalslider-gallery .rsOverflow, #royalslider-gallery .rsSlide, #royalslider-gallery.rsVideoFrameHolder, #royalslider-gallery .rsThumbs,
#royalslider-videos .rsDefault, #royalslider-videos .rsOverflow, #royalslider-videos .rsSlide, #royalslider-videos.rsVideoFrameHolder, #royalslider-videos .rsThumbs {
	background: transparent;
}
#royalslider-gallery.rsDefault .rsBullets, #royalslider-videos.rsDefault .rsBullets {
	background: transparent;
	line-height: 17px;
	bottom: -20px;
}
#royalslider-gallery.rsDefault .rsBullets .rsBullet, #royalslider-videos.rsDefault .rsBullets .rsBullet {
	margin: 0 4px;
}
@media all and (max-width: 699px) {
	#royalslider-gallery.rsDefault .rsBullets .rsBullet, #royalslider-videos.rsDefault .rsBullets .rsBullet {
		margin: 0 2px;
	}
}
#royalslider-gallery.rsDefault .rsBullets .rsBullet span, #royalslider-videos.rsDefault .rsBullets .rsBullet span {
	background-color: #ccc;
}
#royalslider-gallery.rsDefault .rsBullets .rsBullet.rsNavSelected span, #royalslider-videos.rsDefault .rsBullets .rsBullet.rsNavSelected span {
	background-color: #fd571d;
}
#royalslider-gallery.rsDefault .rsArrowIcn, #royalslider-videos.rsDefault .rsArrowIcn {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: #fd571d;
	background-size: 18px 26px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 0;
	transition: background-color .3s linear;
}
#royalslider-gallery.rsDefault .rsArrowIcn:hover, #royalslider-videos.rsDefault .rsArrowIcn:hover {
	background-color: #523e33;
}
#royalslider-gallery.rsDefault .rsArrowLeft .rsArrowIcn, #royalslider-videos.rsDefault .rsArrowLeft .rsArrowIcn {
	background-image: url('/images/gallery-left@2x.png');
}
#royalslider-gallery.rsDefault .rsArrowRight .rsArrowIcn, #royalslider-videos.rsDefault .rsArrowRight .rsArrowIcn {
	background-image: url('/images/gallery-right@2x.png');
}
#royalslider-gallery.rsDefault .rsArrowLeft {
	left: -45px;
}
#royalslider-gallery.rsDefault .rsArrowRight {
	right: -45px;
}
#royalslider-videos.rsDefault .rsArrowLeft {
	left: -25px;
}
#royalslider-videos.rsDefault .rsArrowRight {
	right: -25px;
}
@media all and (min-width: 539px) {
	#royalslider-gallery.rsDefault .rsArrowIcn, #royalslider-videos.rsDefault .rsArrowIcn {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
		background-size: 23px 34px;
	}
	#royalslider-gallery.rsDefault .rsArrowLeft {
		left: -40px;
	}
	#royalslider-gallery.rsDefault .rsArrowRight {
		right: -40px;
	}
	#royalslider-videos.rsDefault .rsArrowLeft {
		left: -20px;
	}
	#royalslider-videos.rsDefault .rsArrowRight {
		right: -20px;
	}
}
@media all and (min-width: 1144px) {
	#royalslider-gallery.rsDefault .rsArrowIcn, #royalslider-videos.rsDefault .rsArrowIcn {
		width: 80px;
		height: 80px;
		margin-top: -40px;
		margin-left: -40px;
	}
	#royalslider-gallery.rsDefault .rsArrowLeft {
		left: calc(0px - ((100vw - 1120px) / 2) - 10px);
	}
	#royalslider-gallery.rsDefault .rsArrowRight {
		right: calc(0px - ((100vw - 1120px) / 2) - 10px);
	}
	#royalslider-videos.rsDefault .rsArrowLeft {
		left: calc(0px - ((100vw - 1120px) / 2) + 20px);
	}
	#royalslider-videos.rsDefault .rsArrowRight {
		right: calc(0px - ((100vw - 1120px) / 2) + 20px);
	}
}

#sub-nav-wrapper {
	min-height: 95px;
	margin-bottom: 50px;
}
#sub-nav {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 4px solid #eee;
	text-align: center;
	transition: top .3s;
}
@media all and (min-width: 780px) {
	#sub-nav.fixed-nav {
		position: fixed;
		top: -65px;
		left: 0;
		right: 0;
		width: 100%;
		max-width: none;
		z-index: 9999;
		padding: 15px 20px;
		margin-bottom: 0;
		background-color: #f9f8f4;
	}
	#sub-nav.fixed-nav.show-nav {
		top: 0;
	}
}
#sub-nav li {
	display: inline-block;
	margin: 0 15px;
}
@media all and (max-width: 779px) {
	#sub-nav li {
		display: block;
		margin-bottom: 15px;
	}
}
#sub-nav a {
	display: block;
	color: #523e33;
	font: 20px 'Rocher-Regular';
	padding-bottom: 5px;
}
#sub-nav .active a, #sub-nav a:hover {
	color: #fd571d;
}

#join-us-wrapper {
	position: relative;
	background: url("../images/canyon.png") top center;
	background-size: auto 1200px;
	padding-top: 110px;
	margin-bottom: 160px;
}
#join-us-wrapper .skinny-content {
	margin-bottom: 120px;
}
#join-us-wrapper #badge {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 230px;
}

.full-half-heading {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	margin-top: -15px;
}

.boulders {
	margin: 0 auto;
	width: 950px;
	max-width: 950px;
}
@media all and (max-width: 1000px) {
	.boulders {
		margin-left: calc(0px - ((1000px - 100vw) / 2));
	}
}

.intro-text > p:first-of-type {
	font-size: 22px;
	font-weight: bold;
}

.section-nav {
	padding-bottom: 30px;
	border-bottom: 4px solid #eee;
	margin-bottom: 100px;
}
.section-nav li {
	display: inline-block;
	color: #fff;
	font: 24px 'Rocher-Regular';
	margin: 0 20px 10px 20px;
}
#home .section-nav-top li {
	font-size: 20px;
}
.section-nav a {
	color: #523e33;
}
.section-nav a:hover {
	color: #fd571d;
}
@media all and (max-width: 719px) {
	#home .section-nav-top li {
		display: block;
		margin: 0 0 20px 0;
	}
}

@media all and (min-width: 721px) {
	.main-tour-wrapper > div, .about-team-wrapper > div {
		opacity: 0;
		visibility: hidden;
		transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
	}
	.main-tour-wrapper > div.odd, .about-team-wrapper > div.odd {
		transform: translateX(100px);
	}
	.main-tour-wrapper > div.even, .about-team-wrapper > div.even {
		transform: translateX(-100px);
	}
	.main-tour-wrapper > div.transition-in, .about-team-wrapper > div.transition-in {
		opacity: 1;
		transform: translateX(0);
		visibility: visible;
	}
}
.main-tour-wrapper, .about-team-wrapper {
	margin: 40px 0 80px 0;
}
.main-tour-wrapper > div, .about-team-wrapper > div {
	margin-bottom: 40px;
	background-color: #fff;
}
.main-tour-wrapper > div::after, .about-team-wrapper > div::after {
	content: "";
	display: table;
	clear: both;
}
.main-tour-wrapper > div h4 {
	margin-bottom: 20px;
}
.main-tour-wrapper > div p {
	overflow: hidden;
	max-height: 190px;
}
.about-team-wrapper > div p:first-of-type {
	text-transform: uppercase;
	font: 22px 'Rocher-Regular';
	color: #f7942c;
}
.main-tour-wrapper > div > div, .about-team-wrapper > div > div {
	height: 505px;
}
.main-tour-wrapper > div.odd > div:first-of-type, .about-team-wrapper > div.even > div:first-of-type {
	float: left;
}
.main-tour-wrapper > div.even > div:first-of-type, .about-team-wrapper > div.odd > div:first-of-type {
	float: right;
}
.main-tour-wrapper > div > div:first-of-type, .about-team-wrapper > div > div:first-of-type {
	position: relative;
	width: calc(100% - 485px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.main-tour-wrapper > div > div:first-of-type img, .about-team-wrapper > div > div:first-of-type img {
	height: 505px;
	display: none;
	position: absolute;
	top: 0;
}
.main-tour-wrapper > div.odd > div:first-of-type > img:first-of-type, .about-team-wrapper > div.even > div:first-of-type > img:first-of-type {
	display: block;
	right: 0;
}
.main-tour-wrapper > div.even > div:first-of-type > img:last-of-type, .about-team-wrapper > div.odd > div:first-of-type > img:last-of-type {
	display: block;
	left: 0;
}
.main-tour-wrapper > div > div:last-of-type, .about-team-wrapper > div > div:last-of-type {
	position: relative;
	width: 485px;
	padding: 40px;
	float: left;
	text-align: left;
}
@media all and (max-width: 639px) {
	.main-tour-wrapper > div > div:last-of-type, .about-team-wrapper > div > div:last-of-type {
		padding: 40px 20px;
	}
}
.tour-buttons {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
}
@media all and (max-width: 949px) {
	.main-tour-wrapper > div > div:first-of-type img, .about-team-wrapper > div > div:first-of-type img {
		display: none !important;
	}
	.main-tour-wrapper > div > div:first-of-type, .about-team-wrapper > div > div:first-of-type {
		float: none !important;
		width: 100%;
		height: calc(100vw * .55);
	}
	.main-tour-wrapper > div > div:first-of-type::after, .about-team-wrapper > div > div:first-of-type::after {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		height: 100%;
		width: 100%;
		content: "";
		background: url('../images/rough-edge-img-base.png') bottom center no-repeat;
		background-size: 100% auto;
	}
	.main-tour-wrapper > div > div:last-of-type, .about-team-wrapper > div > div:last-of-type {
		float: none;
		width: 100%;
		height: auto;
	}
	.main-tour-wrapper > div p {
		overflow: visible;
		max-height: none;
	}
	.tour-buttons {
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 40px auto 0 auto;
		max-width: 405px;
	}
}
.tour-buttons > div {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 7px 0;
	text-align: center;
	font-size: 16px;
}
.tour-buttons > div:nth-of-type(1) {
	background-color: #f58b59;
	width: 120px;
}
.tour-buttons > div:nth-of-type(2) {
	background-color: #f69d73;
	width: 90px;
	margin-right: 10px;
	text-transform: none;
}
.tour-buttons > div:nth-of-type(3) {
	background-color: #fca53e;
	width: 145px;
}
.tour-buttons > div:nth-of-type(4) {
	background-color: #fdb65c;
	width: 40px;
}
.tour-buttons > div span {
	color: #ffcfad;
}
.tour-buttons a {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #fd571d;
	padding: 7px;
	text-align: center;
	font: 22px 'Rocher-Regular';
	border-radius: 7px;
	margin-top: 10px;
}
.tour-buttons a:hover {
	background-color: #4d3020;
}
@media all and (max-width: 524px) {
	.tour-buttons > div:nth-of-type(odd) {
		width: calc(100% - 90px);
		margin-bottom: 10px;
	}
	.tour-buttons > div:nth-of-type(even) {
		width: 90px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.tour-buttons a {
		margin-top: 0;
	}
}

.rough-edge {
	position: relative;
	min-height: 275px;
	margin-bottom: 80px;
}
.rough-edge::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 275px;
	background: url('../images/rough-edge.png') repeat-x center bottom;
	background-size: 1440px 10px;
	z-index: -1;
}
.rough-edge > div {
	padding-top: 35px;
}
#latest-news-wrapper::after, #latest-blog-wrapper::after, #tours-links-wrapper::after, .partner-links-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	height: 275px;
	width: 100%;
	z-index: -2;
	background: linear-gradient(to right, #4d3022, #362013);
}
#tours-links-wrapper::after {
	background: #ebe6e0;
}
#latest-blog-wrapper::after, #plw-2::after {
	background: linear-gradient(to right, #ff9f15, #ff9600);
}
#plw-3::after {
	background: linear-gradient(to right, #ff5b1e, #ff4907);
}
#latest-blog-wrapper::before, #plw-2::before {
	background-position: left bottom;
}
#latest-news-wrapper > div > p {
	color: #bb8f74;
}
#latest-news-wrapper a.view-more, #latest-blog-wrapper a.view-more, #latest-news-wrapper a.view-more-mobile, #latest-blog-wrapper a.view-more-mobile {
	float: right;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 5px;
	margin-top: -10px;
}
#latest-news-wrapper a.view-more::after, #latest-blog-wrapper a.view-more::after {
	content: "";
	display: table;
	clear: both;
}
#latest-news-wrapper a.view-more {
	color: #4d3020;
	background-color: #ff9f14;
}
#latest-news-wrapper a.view-more:hover {
	background-color: #c28f71;
}
#latest-blog-wrapper a.view-more {
	color: #ff9f14;
	background-color: #4d3020;
}
#latest-blog-wrapper a.view-more:hover {
	background-color: #faf8f5;
}
#latest-news-wrapper a.view-more-mobile, #latest-blog-wrapper a.view-more-mobile {
	float: none;
	display: none;
	margin: 10px auto;
	color: #fff;
}
#latest-news-wrapper a.view-more-mobile:hover, #latest-blog-wrapper a.view-more-mobile {
	background-color: #ff9f14;
}
#latest-news-wrapper a.view-more-mobile, #latest-blog-wrapper a.view-more-mobile:hover {
	background-color: #4d3020;
}
@media all and (max-width: 649px) {
	#latest-news-wrapper a.view-more, #latest-blog-wrapper a.view-more {
		display: none;
	}
	#latest-news-wrapper a.view-more-mobile, #latest-blog-wrapper a.view-more-mobile {
		display: table;
	}
}
.article-wrapper {
	max-width: none;
	width: calc(100% + 40px);
	margin-left: -20px;
}
.article-wrapper::after {
	content: "";
	display: table;
	clear: both;
}
.article-wrapper > div {
	display: block;
	text-align: center;
	margin: 20px;
	width: calc(33.333% - 40px);
	float: left;
	background-color: #fff;
	transform: translateY(0);
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .1);
	transition: transform .2s, box-shadow .2s;
}
.article-wrapper > div, .article-wrapper a > div {
	border-radius: 0 0 5px 5px;
}
.article-wrapper > div.miss-one-article {
	margin-left: calc(16.666% + 20px);
}
.article-wrapper > div.miss-two-article {
	margin-left: calc(33.333% + 20px);
}
@media all and (max-width: 924px) {
	.article-wrapper > div {
		width: calc(50% - 40px);
	}
	.article-wrapper > div.miss-one-article {
		margin-left: 20px;
	}
	.article-wrapper > div.miss-two-article {
		margin-left: calc(25% + 20px);
	}
	.article-wrapper > a:nth-of-type(3n) {
		margin-left: calc(25% + 20px);
	}
}
@media all and (max-width: 649px) {
	.article-wrapper > div {
		width: calc(100% - 40px);
	}
	.article-wrapper > div.miss-two-article {
		margin-left: 20px;
	}
	.article-wrapper > div:nth-of-type(3n) {
		margin-left: 20px;
	}
}
.article-wrapper > div:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 24px 7px rgba(0, 0, 0, .1);
}
.article-wrapper a {
	display: block;
}
.article-wrapper a > div {
	padding: 20px;
	background-color: #fff;
}
.article-wrapper a > div > p:first-of-type {
	margin-bottom: 10px;
	min-height: 50px;
	line-height: 1.2;
	color: #32281f;
	font-weight: bold;
	font-size: 20px;
	transition: color .3s linear;
}
.article-wrapper a:hover > div > p:first-of-type, #tours-links-wrapper .article-wrapper a:hover > div > p:first-of-type, .partner-links-wrapper .article-wrapper a:hover > div > p:first-of-type {
	color: #fd571d;
}
.article-wrapper a > div > p:last-of-type {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #786f68;
	font-size: 11px;
	font-weight: bold;
}
.article-wrapper a > div > p:last-of-type span {
	color: #c7bcb6;
}
#tours-links-wrapper .article-wrapper a > div > p, .partner-links-wrapper .article-wrapper a > div > p:first-of-type {
	text-transform: none;
	height: 50px;
	font-size: 18px;
	color: #32281f;
}
.partner-links-wrapper .article-wrapper img {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

#single-article-wrapper h1 {
	margin-bottom: 10px;
}
#single-article-wrapper h4 {
	margin-bottom: 0;
	font-size: 34px;
}
#single-article-wrapper .article-spacer {
	margin-bottom: 30px;
}
#single-article-wrapper img {
	margin: 0 auto 25px auto;
}
#single-article-details::after {
	display: inline-block;
	content: "";
	border-top: 4px solid #ebe6e0;
	width: 100px;
	margin: 20px 0;
}
#single-article-details p, #social-share p {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0;
}
#single-article-details p:first-of-type {
	color: #c7bcb6;
}
#single-article-details p:last-of-type {
	color: #786f68;
}
#social-share p {
	color: #786f68;
	margin-bottom: 10px;
}
#social-share img {
	display: inline-block;
	padding: 7px;
	margin: 5px;
	width: 49px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #ccc;
	transition: border-color .3s linear;
}
#social-share img:first-of-type {
	border-color: rgba(77, 100, 158, .5);
}
#social-share img:first-of-type:hover {
	border-color: rgba(77, 100, 158, 1);
}
#social-share img:nth-of-type(2) {
	border-color: rgba(38, 173, 231, .5);
}
#social-share img:nth-of-type(2):hover {
	border-color: rgba(38, 173, 231, 1);
}
#social-share img:nth-of-type(3) {
	border-color: rgba(242, 64, 54, .5);
}
#social-share img:nth-of-type(3):hover {
	border-color: rgba(242, 64, 54, 1);
}

#reviews-wrapper {
	text-align: center;
	margin: 60px auto;
	font-size: 16px;
}
#reviews-wrapper > div {
	margin-bottom: 40px;
	display: inline-block;
}
#reviews-wrapper > div::after {
	content: "";
	display: table;
	clear: both;
}
#reviews-wrapper div img {
	float: left;
	width: 190px;
	margin-right: 30px;
}
#reviews-wrapper div div {
	float: left;
	text-align: left;
	max-width: 380px;
}
@media all and (max-width: 639px) {
	#reviews-wrapper div img {
		float: none;
		margin: 20px auto;
	}
	#reviews-wrapper div div {
		float: none;
		max-width: 380px;
		margin: 0 auto;
		text-align: center;
	}
}
#reviews-wrapper div h4 {
	margin-top: 5px;
}

#affiliates-wrapper {
	background-color: #edeae3;
	text-align: center;
	padding: 60px 0;
}
#affiliates-wrapper p {
	color: #aca8a5;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}
#affiliates-wrapper img {
	display: inline-block;
	width: 190px;
	margin: 10px 2px;
}
@media all and (max-width: 799px) {
	#affiliates-wrapper img {
		max-width: calc(50% - 30px);
	}
}
#affiliates-wrapper img.set-width {
	max-width: 130px;
}
@media all and (max-width: 419px) {
	#affiliates-wrapper img.set-width {
		max-width: calc(50% - 30px);
	}
}

.about-heading-wrapper {
	position: relative;
	background-image: url("../images/header-bg-01.gif");
	background-position: top center;
	background-size: auto 350px;
	padding-top: 100px;
	height: 350px;
}
#ah2, #ah4 {
	background-image: url("../images/header-bg-02.gif");
}
#ah3 {
	background-image: url("../images/header-bg-03.gif");
}
@media all and (max-width: 799px) {
	.about-heading-wrapper {
		background-size: auto 250px;
		height: 250px;
		padding-top: 50px;
	}
}
@media all and (max-width: 499px) {
	.about-heading-wrapper {
		background-size: auto 200px;
		height: 200px;
		padding-top: 25px;
	}
}
.about-heading-wrapper h2 {
	margin-bottom: 5px;
}
.about-heading-wrapper p {
	font: 32px 'Rocher-Regular';
	margin-bottom: 5px;
	color: #523e33;
}
@media all and (max-width: 799px) {
	.about-heading-wrapper h2 {
		font-size: 48px;
	}
}
@media all and (max-width: 640px) {
	.about-heading-wrapper h2 {
		font-size: 44px;
	}
	.about-heading-wrapper p {
		font-size: 28px;
	}
}
@media all and (max-width: 499px) {
	.about-heading-wrapper h2 {
		font-size: 36px;
	}
	.about-heading-wrapper p {
		font-size: 24px;
	}
}

#employment-wrapper {
	position: relative;
	background-color: #f1eee9;
	padding: 60px 0 50px 0;
	margin: 140px 0 80px 0;
}
#employment-wrapper > div > img:first-of-type {
	position: absolute;
	left: calc(50% - 50px);
	top: -45px;
	height: 90px;
}
#employment-wrapper > div > h4:first-of-type {
	margin-bottom: 20px;
}

#more-info-icons {
	text-align: center;
	font-size: 0;
	margin-top: 50px;
	margin-bottom: 50px;
}
#more-info-icons::after {
	content: "";
	display: table;
	clear: both;
}
#more-info-icons > a {
	display: inline-block;
	width: 25%;
	font: 22px 'Rocher-Regular';
	text-transform: uppercase;
	color: #32281f;
	margin: 40px 0;
}
@media all and (max-width: 699px) {
	#more-info-icons > a {
		width: 50%;
	}
}
#more-info-icons > a:hover {
	color: #fd571d;
}
#more-info-icons > a img {
	display: inline-block;
	width: 140px;
	transform: scale(1);
	transition: transform .3s linear;
}
#more-info-icons > a:hover img {
	transform: scale(1.1);
}

#map {
	width: 100%;
	height: 500px;
	margin: 60px auto;
}

#contact-details h5 {
	margin-bottom: 15px;
}
@media all and (max-width: 849px) {
	#contact-details .col-6 {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
}

#directions-icon {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin: 10px 10px 0 10px;
}
#directions-div {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 0 10px;
	text-align: left;
}
#directions-div a {
	font-weight: 600;
}
@media all and (max-width: 599px) {
	#directions-icon {
		display: block;
		margin: 0 auto 20px auto;
	}
	#directions-div {
		display: block;
		text-align: center;
	}
}

.oversized-alt {
	margin-top: 40px;
}
.oversized-alt > div:first-of-type {
	float: right;
}
.oversized-left {
	max-width: 130%;
	width: 130%;
	margin-left: -30%;
}
.oversized-right {
	max-width: 130%;
	width: 130%;
	margin-right: -30%;
}
@media all and (max-width: 949px) {
	.oversized-wrapper .col-6 {
		float: none;
		width: 100%;
		padding: 0;
	}
	.oversized-left, .oversized-right {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.oversized-alt br {
		display: none;
	}
}

.elevated-div, .elevated-div-no-before {
	position: relative;
	z-index: 20;
	margin-top: -110px;
	border-top: 5px solid #fd703a;
	background: linear-gradient(to bottom, #fff 0%, #f9f8f4 600px);
	padding-left: 50px;
	padding-right: 50px;
}
.elevated-div::before {
	content: "About";
	position: absolute;
	top: -40px;
	left: 0;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: #fd703a;
	padding: 0 20px;
}
#gallery-wrapper::before, #videos-wrapper::before {
	content: "Gallery";
}
@media all and (max-width: 1160px) {
	.elevated-div, .elevated-div-no-before {
		margin-top: -40px;
		max-width: calc(100% - 40px);
		padding-left: 20px;
		padding-right: 20px;
	}
}
.elevated-link {
	position: absolute;
	top: -40px;
	left: 80px;
	color: #fff;
	background: #fd703a;
	padding-right: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
}
.elevated-link a {
	color: #fff;
}
.elevated-link a:hover {
	color: #feb79c;
}

#faq-wrapper > div {
	position: relative;
	border-bottom: 2px solid #eee;
}
#faq-wrapper > div > a {
	display: block;
	font-weight: 600;
	font-size: 22px;
	padding: 20px 50px 20px 20px;
}
#faq-wrapper > div > a i {
	position: absolute;
	top: 31px;
	right: 20px;
	border-color: #000;
	transition: none;
	padding: 8px;
}
#faq-wrapper > div > a i.up-arrow {
	top: 39px;
}
#faq-wrapper > div > a.active {
	color: #fd571d;
}
#faq-wrapper > div > a.active i, #faq-wrapper > div > a:hover i {
	border-color: #fd571d;
}
#faq-wrapper > div > div {
	padding: 0 20px;
	max-height: 0;
	transition: all .3s linear;
	overflow: hidden;
}
#faq-wrapper > div > div p:last-of-type {
	padding-bottom: 10px;
}
.faq-image {
	float: right;
	width: 300px;
	max-width: 40%;
	margin: 10px 0 30px 30px;
}
.faq-image-mobile {
	display: none;
	width: 300px;
	max-width: 100%;
	margin: 0 auto 30px auto;
}
@media all and (max-width: 599px) {
	.faq-image {
		display: none;
	}
	.faq-image-mobile {
		display: block;
	}
}

#news-blog-wrapper > div {
	margin-bottom: 50px;
}
#news-blog-wrapper > div::after {
	content: "";
	display: table;
	clear: both;
}
#news-blog-wrapper h4 a {
	color: #523e33;
}
#news-blog-wrapper h4 a:hover {
	color: #fd571d;
}
#news-blog-wrapper > div > a > img {
	float: left;
	width: 225px;
	margin-right: 25px;
}
#news-blog-wrapper > div > div {
	float: left;
	width: calc(100% - 250px);
}
#news-blog-wrapper > div > div > p:first-of-type {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #786f68;
	font-size: 12px;
	font-weight: bold;
}
#news-blog-wrapper > div > div > p:first-of-type span {
	color: #c7bcb6;
}
#news-blog-wrapper > div > div > p:last-of-type {
	margin-bottom: 0;
}
@media all and (max-width: 699px) {
	#news-blog-wrapper > div > a > img {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 25px auto;
	}
	#news-blog-wrapper > div > div {
		float: none;
		width: 100%;
	}
}

#tourpage-wrapper > div:first-of-type {
	float: left;
	width: calc(100% - 310px);
}
#tourpage-wrapper > div:last-of-type {
	float: left;
	width: 280px;
	margin-left: 30px;
	padding-top: 20px;
}
#rezdy-secondary {
	display: none;
}
#tourpage-wrapper::after {
	content: "";
	display: table;
	clear: both;
}
@media all and (max-width: 789px) {
	#tourpage-wrapper > div:first-of-type, #tourpage-wrapper > div:last-of-type {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
}
#tourpage-wrapper .intro-text h5 {
	margin: 40px 0 20px 0;
	padding-top: 30px;
	border-top: 4px solid #ebe6e0;
}
#tourpage-cost-size {
	background: transparent;
	margin-bottom: 10px;
}
#tourpage-cost-size::after {
	content: "";
	display: table;
	clear: both;
}
#tourpage-cost-size p {
	display: block;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#tourpage-cost-size > div, #tourpage-options-select div {
	float: left;
	width: calc(50% - 5px);
	text-transform: uppercase;
}
#tourpage-options-select {
	margin-bottom: 20px;
	border-bottom: 4px solid #ebe6e0
}
#tourpage-options-select::after {
	content: "";
	display: table;
	clear: both;
}
#tourpage-options-select div {
	position: relative;
	color: #fff;
	font-weight: bold;
	background-color: #f49265;
	padding: 15px 10px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: .3s linear;
}
#tourpage-options-select div.active::before {
	content: "";
	position: absolute;
	top: -6px;
	left: calc(50% - 6px);
	display: block;
	background-color: #523e33;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
}
#tourpage-options-select div.active, #tourpage-options-select div:hover {
	background-color: #ff5b1e;
}
#tourpage-cost-size > div:first-of-type, #tourpage-options-select div:first-of-type {
	margin-right: 10px;
}
#tourpage-cost-size > div:first-of-type > p:first-of-type {
	line-height: 38px;
	background-color: #f27e45;
}
#tourpage-cost-size > div:last-of-type > p:first-of-type {
	line-height: 38px;
	background-color: #fc9b2a;
}
#tourpage-cost-size > div:first-of-type > p:last-of-type {
	font: 34px 'Rocher-Regular';
	background-color: #f49265;
	padding: 15px 10px;
}
#tourpage-cost-size > div:last-of-type > p:last-of-type {
	font: 34px 'Rocher-Regular';
	background-color: #fcae4a;
	padding: 15px 10px;
}
#tour-start-booking, #tour-choose-option {
	text-transform: uppercase;
	color: #fff;
	background-color: #523e33;
	padding: 15px 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}
#tour-rocks {
	margin-top: -8px;
	padding-top: 15px;
	background: linear-gradient(to bottom, #fff 75%, transparent 75%);
}
#tour-rocks img {
	max-width: calc(100% - 40px);
	margin: 0 auto;
}
#tourpage-questions {
	margin: 60px 0 50px 0;
	padding-top: 40px;
	border-top: 4px solid #ebe6e0;
}
.tourpage_tourdates {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -10px;
}
.itinerary-wrapper > span {
	padding-bottom: 10px;
}
.itinerary-wrapper > span:nth-of-type(odd) {
	position: relative;
	display: inline-block;
	width: 100px;
	vertical-align: top;
	font-weight: bold;
}
.itinerary-wrapper > span:nth-of-type(odd)::after {
	position: absolute;
	top: 8px;
	right: -9px;
	content: "";
	width: 8px;
	height: 13px;
	background: transparent url("/images/itinerary-dot.png") center center no-repeat;
	background-size: 100%;
}
.itinerary-wrapper > span:first-of-type::after {
	top: 0;
	height: 21px;
	background-image: url("/images/itinerary-dot-first.png");
}
.itinerary-wrapper > span:nth-of-type(even) {
	display: inline-block;
	width: calc(100% - 110px);
	border-left: 1px solid #fda889;
	padding-left: 22px;
}
.itinerary-wrapper > span:last-of-type {
	border-image: linear-gradient(to top, #f9f8f4, #fda889) 0 100%;
}

#non-rezdy {
	background-color: #fff;
	padding: 20px;
	font-size: 16px;
}
#non-rezdy button {
	width: 100%;
}

footer {
	position: relative;
	background-image: url("../images/canyon-footer.png"), linear-gradient(#4D3022, #362013);
	background-position: top center;
	background-size: auto 800px;
	padding-top: 50px;
	margin-top: 50px;
}
#home footer {
	margin-top: 0;
}
@media all and (max-width: 720px) {
	footer {
		margin-top: 0;
	}
}
footer #logo-footer {
	display: inline-block;
	width: 170px;
}
footer .section-nav {
	border: none;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 0;
}
footer .section-nav li {
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
@media all and (max-width: 549px) {
	footer .section-nav {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}
footer .section-nav a {
	color: #fff;
}
footer .social {
	margin-bottom: 30px;
}
footer .social li {
	display: inline-block;
	margin: 0 10px;
	border: 3px solid #543e31;
	border-radius: 50%;
}
footer .social svg {
	display: block;
	padding: 12px;
	width: 46px;
	transform: translate3d(0, 0, 0);
	-webkit-fill: #fff;
	fill: #fff;
	transition: fill .3s linear;
}
footer .social svg:hover {
	-webkit-fill: #fd571d;
	fill: #fd571d;
}
@media all and (max-width: 349px) {
	footer .social svg {
		padding: 10px;
		width: 40px;
	}
}
footer .links {
	margin-bottom: 20px;
}
footer .links li {
	display: inline-block;
	margin: 0 20px;
}
footer .links a {
	text-transform: uppercase;
	color: #bea495;
	font-size: 13px;
	font-weight: bold;
}
footer .links a:hover {
	color: #fd571d;
}
footer p {
	color: #bb8f74;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 125px;
}
footer .boulders {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.cd-pagination {
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
}
.cd-pagination li {
	display: none;
	margin: 0 2px;
}
@media only screen and (min-width: 768px) {
	.cd-pagination li {
		display: inline-block;
	}
}
.cd-pagination li.button {
	display: inline-block;
}
.cd-pagination a, .cd-pagination span {
	display: inline-block;
	user-select: none;
	padding: 3px 11px;
}
.cd-pagination a {
	border: 1px solid #ebe6e0;
	background-color: #ebe6e0;
	color: #7b7067;
	border-radius: 5px;
}
.cd-pagination a:hover {
	background-color: #ff5b1e;
	color: #fff;
}
.cd-pagination a i {
	border-color: #7b7067;
}
.cd-pagination a:hover i {
	border-color: #fff;
}
.cd-pagination a.disabled {
	color: rgba(123, 112, 103, .4);
	pointer-events: none;
}
.cd-pagination a.disabled i {
	border-color: rgba(123, 112, 103, .4);
}
.cd-pagination .current {
	background-color: #523e33;
	border-color: #523e33;
	color: #fff;
	pointer-events: none;
}
.cd-pagination.move-buttons::after {
	clear: both;
	content: "";
	display: table;
}
.cd-pagination.move-buttons .button:first-of-type {
	float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
	float: right;
}

.rezdy-bootstrap-styles .modal-backdrop {
	right: 20px !important;
}