

/*------------------------------------*\
  RESET
\*------------------------------------*/


html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
}
html, body,
p, ol, ul, li,
blockquote, figure, fieldset, textarea, iframe, hr,
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  background-color: transparent;
  text-decoration: inherit;
}
ul {
  list-style: none;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
img, embed, iframe, object, audio, video {
  width: 100%;
  height: auto;
}
img {
	display: block;
  border-style: none;
}
img[src*=".svg"] {
  width: 100%; 
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
b, strong {
  font-weight: 700;
}
sub, sup {
  position: relative;
  font-size: smaller;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.25em;
}





/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/


.page-head {
	position: fixed;
	display: flex;
	align-items: center;
	width: 100%;
	top: 0;
	background-color: transparent;
	padding: 1em 2em;
	-webkit-transition: background-color 0.8s ease 0s;
					transition: background-color 0.8s ease 0s;
	z-index: 999;
}
.page-head__logo {
	width: 160px;
}

.primary-nav {
	margin-left: auto;
	margin-right: -0.8em;
}
.primary-nav li {
	display: inline-block;
}
.primary-nav__link {
	font-family: 'Raleway', sans-serif;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0.8em;
	-webkit-transition: background-color 0.3s ease 0s, color 0.5s ease 0s;
					transition: background-color 0.3s ease 0s, color 0.5s ease 0s;
}
.primary-nav__link:hover,
.primary-nav .active {
	color: #b79676 !important;
}

.mobile-icon,
.primary-nav__mobile {
	display: none;
}

.page-head--subpage,
.js-animate {
	background-color: #fff;
	box-shadow: 0 8px 10px -8px rgba(85,85,85, 0.5);
}
.page-head--subpage .primary-nav__link,
.js-animate .primary-nav__link {
	color: #555;
}
.js-animate .mobile-icon span {
	background: #2b2b2b;
}


@media only screen and (max-width: 1300px) {
	.page-head {
		background: #fff;
	}
	.page-head__logo {
		position: relative;
		z-index: 99999;
	}
  .mobile-icon {
    display: block;
    position: fixed;
    width: 32px;
    height: 32px;
    top: 2em;
    right: 2em;
    cursor: pointer;
    z-index: 99999;
    -webkit-transition: opacity 0.25s ease;
            transition: opacity 0.25s ease;
  }
  .mobile-icon span {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #2b2b2b;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
  }
  .mobile-icon .mobile-icon__middle {
    top: 10px;
  }
  .mobile-icon .mobile-icon__bottom {
    top: 20px;
  }
  .js-icon.active span {
    background: #2b2b2b;
  }
  .js-icon.active .mobile-icon__top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
            transform: translateY(10px) translateX(0) rotate(45deg);
  }
  .js-icon.active .mobile-icon__middle {
    opacity: 0;
  }
  .js-icon.active .mobile-icon__bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
            transform: translateY(-10px) translateX(0) rotate(-45deg);
  }
  .primary-nav {
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    margin-left: inherit;
		margin-right: inherit;
    -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
            transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 9999;
  }
  .primary-nav.open {
    height: 100%;
    visibility: visible;
    opacity: 1;
  }
  .primary-nav__wrap {
  	display: flex;
  	flex-flow: column;
  	justify-content: center;
    position: relative;
    height: 100%;
    text-align: left;
    padding: 0 10%;
  }
  .primary-nav li {
    display: block;
    position: relative;
    opacity: 0;
  }
  .primary-nav__link {
    display: inline-block;
    font-size: 2.2em;
    color: #2b2b2b !important;
    margin: 20px 0;
  }
  .primary-nav__mobile {
  	display: flex;
  	justify-content: space-between;
  	padding-top: 2em;
  	border-top: 1px solid #555;
  	margin-top: 20px;
  }
  .mobile__list {
  	display: flex;
  	justify-content: flex-start;
  }
	.mobile__link {
		display: block;
		font-family: 'Oswald', sans-serif;
		line-height: 1;
		text-transform: uppercase;
		color: #2b2b2b;
		text-align: center;
		padding: 0.9em 2em;
		border-radius: 30px;
		border: 2px solid #2b2b2b;
		margin-right: 1em;
		-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
          	transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
	}
	.mobile__link:hover {
		color: #fff;
		background: #2b2b2b;
	}
  .primary-nav__mobile .social__link {
  	display: block;
  	border: 2px solid #2b2b2b;
  	margin: 0 0 0 1em;
  }
  .primary-nav__mobile .social__link svg {
  	fill: #2b2b2b;
  }
  .primary-nav__mobile .social__link:hover {
  	background: #2b2b2b;
  }
  .primary-nav__mobile .social__link:hover svg {
  	fill: #fff;
  }
}

@media only screen and (max-width: 900px) {
	.page-head {
		padding: 0.8em 2em;
	}
	.page-head__logo {
		width: 140px;
	}
	.mobile-icon {
    top: 1.6em;
  }
	.primary-nav__link {
    font-size: 1.8em;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 600px) {
	.page-head {
		padding: 0.7em 1.2em;
	}
	.page-head__logo {
		width: 130px;
	}
	.mobile-icon {
    top: 1.4em;
    right: 1.3em;
  }
  .primary-nav__wrap {
    text-align: center;
  }
  .primary-nav__link {
    font-size: 1.3em;
    margin: 10px 0;
  }
  .primary-nav__mobile {
  	display: block;
  	padding: 0;
  	border: none;
  	margin: 0;
  }
  .mobile__list {
  	justify-content: center;
  	padding-bottom: 20px;
  	border-bottom: 1px solid #999;
  	margin: 20px 0;
  }
	.mobile__link {
		flex: 1;
		max-width: 135px;
		font-size: 0.9em;
		padding: 0.8em;
		margin: 0 0.3em;
	}
  .primary-nav__mobile .social__link {
  	width: 40px;
  	height: 40px;
  	margin: 0 0.3em;
  }
  .primary-nav__mobile .social__link svg {
  	width: 12px;
  	height: 12px;
  }
}

.primary-nav.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 40%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}





/*------------------------------------*\
  #LAYOUT
\*------------------------------------*/


.container {
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

section {
	margin: 4em 0;
}

.no--margin {
	margin: 0 auto;
}
.no--margin + .info {
	margin: 0;
}
.parallax.no--margin {
	margin: 4em 0 0;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.row--2 .row__col {
	width: 47%;
}
.row--3 .row__col {
	width: 30%;
}

.hide {
	display: none;
}


@media only screen and (max-width: 900px) {
	.container {
		width: 85%;
	}
	section {
		margin: 3em 0;
	}
	.row__col p:last-of-type,
	.row__col ul:last-of-type,
	.row__col ul li:last-of-type {
		margin: 0;
	}
	.row--2 .row__col,
	.row--3 .row__col {
		width: 100%;
	}
	.parallax.no--margin {
		margin: 3em 0 0;
	}
}





/*------------------------------------*\
  #TYPE
\*------------------------------------*/


body {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	color: #555;
}

.page-content h1,
.page-content h3,
.page-content h2,
.page-content h4,
.title {
	text-transform: uppercase;
}
.page-content h1,
.title, .sub-title {
	line-height: 1;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
	line-height: 1.2;
}

.page-content h1,
.featured .title {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #b79676;
	margin: 0 0 0.5em;
}
.featured .sub-title {
	display: block;
	font-family: 'Sacramento', cursive;
	font-size: 5em;
	color: #989898;
	text-transform: none;
	margin: 0 0 0.3em;
}

.page-content h2,
.page-content h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #b79676;
}
.page-content h2 {
	font-size: 2.2em;
	margin: 1em 0 0.3em;
}
.page-content h3 {
	font-size: 1.6em;
	margin: 1em 0 0.3em;
}

.page-content h4,
.page-content h5 {
	color: #2b2b2b;
}
.page-content h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	margin: 1.2em 0 0.25em;
}
.page-content h5 {
	font-family: 'Sacramento', cursive;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	margin: 0.85em 0 0.12em;
}

.page-content p,
.page-content li {
	font-size: 1.2em;
}
.page-content p,
.page-content ul {
  margin-bottom: 1em;
}
.page-content p {
	line-height: 1.6;
}
.page-content li {
  position: relative;
  line-height: 1.3;
  padding-left: 1.2em;
  margin: 0.7em 0;
}
.page-content li::before {
  position: absolute;
  content: '\2022';
  font-size: 2em;
  font-weight: 700;
  color: #b79676;
  top: -11px;
  left: 0;
}

.page-content hr {
  border: 1px solid #f4f4f4;
  margin: 2em 0;
}

.row__col p a {
	color: #2b2b2b;
	text-decoration: underline;
}
.row__col p a:hover {
	color: #b79676;
}
.row__col a[href^="tel:"] {
	color: #2b2b2b;
	text-decoration: none;
}

a.link {
	font-weight: 700;
	color: inherit;
	text-decoration: underline;
}
a.link:hover {
	color: #b79676;
}


@media only screen and (max-width: 1300px) {
  .page-content {
  	font-size: 0.95em;
  }
	.page-content li {
	  margin: 0.5em 0;
	}
}

@media only screen and (max-width: 900px) {
  .page-content {
  	font-size: 0.9em;
  }
  .featured .sub-title {
		font-size: 4.5em;
	}
	.page-content h2 {
		font-size: 2.1em;
	}
	.page-content li::before {
	  font-size: 1.8em;
	  top: -8px;
	}
}

@media only screen and (max-width: 700px) {
	.page-content {
  	font-size: 0.85em;
  }
  .page-content h1,
	.featured .title {
		font-size: 1.5em;
	}
	.featured .sub-title {
		font-size: 4em;
	}
	.page-content p {
		line-height: 1.5;
	}
	.page-content hr {
	  margin: 1.5em 0;
	}
}

@media only screen and (max-width: 500px) {
	.featured .sub-title {
		font-size: 3.5em;
	}
}





/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/


.btn {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #2b2b2b;
	padding: 1em 1.5em;
	border: 2px solid #2b2b2b;
	margin: 1em 0.5em 1em 0;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
          transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn:hover,
.event .btn:hover {
	color: #fff;
	background: #2b2b2b;
}

.event--gold .btn{
	color: #e1cca1;
	border-color: #e1cca1;
}
.event--gold .btn:hover {
	background: #e1cca1;
}
.btn--red,
.event--red .btn,
.overview--red .btn {
	color: #989898;
	border-color: #989898;
}
.btn--red:hover,
.event--red .btn:hover,
.overview--red .btn:hover {
	background: #989898;
}
.btn--orange,
.event--orange .btn,
.overview--orange .btn,
.btn--gold,
.overview--gold .btn {
	color: #b79676;
	border-color: #b79676;
}
.btn--orange:hover,
.event--orange .btn:hover,
.overview--orange .btn:hover,
.btn--gold:hover,
.overview--gold .btn:hover {
	background: #b79676;
}
.btn--white {
	color: #fff;
	background: #2b2b2b;
	border-color: #fff;
}
.btn--white:hover {
	color: #2b2b2b;
	background: #fff;
}

.bg--black {
	background: #2b2b2b;
}
.bg--gold {
	background: #b79676;
}
.bg--gray {
	background: #f4f4f4;
}

.featured {
	text-align: center;
	padding-top: 4em;
}
.featured p {
	max-width: 1000px;
	margin: 0 auto;
}
.featured .btn {
	margin: 1.6em 0 0;
}
section + .featured {
	padding: 0;
}

.image img {
	margin: 0 auto;
}
.img--lrg {
	max-width: 900px;
}
.img--med {
	max-width: 700px;
}
.img--sml {
	max-width: 500px;
}

.list {
	background: #f4f4f4;
	padding: 2em 3.5em;
	margin: 4em auto;
}


@media only screen and (max-width: 900px) {
	.featured {
		padding-top: 5em;
	}
	.list {
		padding: 1.5em 2.5em 2em;
		margin: 3em auto;
	}
}





/*------------------------------------*\
  #PARALLAX
\*------------------------------------*/


.parallax {
	position: relative;
}

.parallax__img {
  position: relative;
  height: 100%;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax--overlay .parallax__img::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0, 0.4);
}

.parallax--homepage {
	height: 100vh;
	margin: 0;
}
.parallax__logo {
	position: absolute;
	width: 650px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.scroll__btn {
	position: absolute;
	width: 4.5em;
	height: 3em;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(183,153,118, 0.9);
	margin: auto;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
}
.scroll__btn::after {
	position: absolute;
	content: '';
  width: 22px;
  height: 22px;
  top: 8px;
  left: 0;
  right: 0;
  border-right: 4px solid #d3d3d3;
  border-bottom: 4px solid #d3d3d3;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
}
.scroll__btn:hover {
	background: #b79676;
}
.scroll__btn:hover::after {
	border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.parallax--subpage {
	height: 600px;
	margin: 0;
}
.parallax--subpage .parallax__img {
	background-size: 100% auto;
}

.parallax--sml {
	height: 250px;
}
.parallax--med {
	height: 350px;
}
.parallax--lrg {
	height: 500px;
}

.ride + .parallax {
	margin-top: 0;
}
.parallax + .info {
	margin-top: -4em;
}


@media only screen and (max-width: 1700px) {
	.parallax__logo {
		width: 550px;
	}
	.parallax--subpage {
		height: 500px;
	}
}

@media only screen and (max-width: 1500px) {
	.parallax--subpage {
		height: 400px;
	}
}

@media only screen and (max-width: 1300px) {
	.parallax__logo {
		width: 450px;
	}
	.parallax--subpage {
		height: 320px;
		margin-top: 77px;
	}
	.parallax--sml {
		height: 200px;
	}
	.parallax--med {
		height: 250px;
	}
	.parallax--lrg {
		height: 400px;
	}
}

@media only screen and (max-width: 1024px) {
  .parallax__img {
  	background-attachment: scroll;
    background-position: center center !important;
    background-size: cover;
  }
  .parallax--homepage,
  .parallax--subpage,
  .parallax--sml,
  .parallax--med,
  .parallax--lrg {
		height: inherit;
	}
	.parallax--homepage {
		margin-top: 77px;
	}
	.parallax--homepage .parallax__img {
		padding: 26% 0;
	}
	.parallax__logo {
		width: 400px;
	}
	.scroll__btn {
		display: none;
	}
  .parallax--subpage .parallax__img,
  .parallax--med .parallax__img {
		padding: 14% 0;
	}
	.parallax--sml .parallax__img {
		padding: 12% 0;
	}
	.parallax--lrg .parallax__img {
		padding: 22% 0;
	}
}

@media only screen and (max-width: 900px) {
	.parallax + .info {
		margin-top: -3em;
	}
}

@media only screen and (max-width: 700px) {
	.parallax--homepage .parallax__img {
		padding: 24% 0;
	}
	.parallax__logo {
		width: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.parallax--homepage,
	.parallax--subpage {
		margin-top: 64px;
	}
	.parallax__logo {
		display: none;
	}
  .parallax--subpage .parallax__img,
  .parallax--med .parallax__img {
		padding: 18% 0;
	}
	.parallax--sml .parallax__img {
		padding: 18% 0;
	}
	.parallax--lrg .parallax__img {
		padding: 27% 0;
	}
}





/*------------------------------------*\
  #CTA-ROW
\*------------------------------------*/


.cta {
	margin: 0 auto;
}

.cta__row { 
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1%;
}

.cta__item {
	position: relative;
	display: flex;
	flex: 1;
	background-position: center center;
	background-size: cover;
	padding: 9% 0;
	margin: 0 1% 2%;
	-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
}
.cta__item::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(18,18,18, 0.6);
	z-index: 1;
	-webkit-transition: background-color 0.5s ease 0s;
					transition: background-color 0.5s ease 0s;
}
.cta__item span {
	display: block;
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 2.7em;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 0.08em 0.2em 0.15em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: auto;
	z-index: 2;
	-webkit-transition: color 0.5s ease 0s;
					transition: color 0.5s ease 0s;
}
.cta__item:hover span {
	color: #fff;
}	
.cta__item:hover::after {
	background-color: rgba(18,18,18, 0.85);
}


@media only screen and (max-width: 1100px) {
	.cta__item span {
		font-size: 2.2em;
	}
}

@media only screen and (max-width: 850px) {
	.cta__item span {
		font-size: 1.8em;
	}
}

@media only screen and (max-width: 700px) {
	.cta__item span {
		font-size: 1.4em;
	}
}

@media only screen and (max-width: 550px) {
	.cta__item {
		flex: 100%;
		padding: 8% 0;
	}
	.cta__item span {
		font-size: 2.3em;
	}
}

@media only screen and (max-width: 400px) {
	.cta__item {
		padding: 10% 0;
	}
	.cta__item span {
		font-size: 2em;
	}
}





/*------------------------------------*\
  #SHOWCASE
\*------------------------------------*/


.showcase {
	margin: 0 auto;
}

.showcase__row {
	display: flex;
	justify-content: space-between;
}
.showcase--full .showcase__row {
	padding: 0 2%;
}

.showcase__item {
	margin-bottom: 2%;
}

.showcase__row--2 .showcase__item {
	height: 28em;
}
.showcase__row--2 .showcase__item:first-child {
	width: 66%;
}
.showcase__row--2 .showcase__item:last-child {
	width: 32%;
}

.showcase__row--3 .showcase__item {
	width: 32%;
	height: 16em;
}

.showcase__img {
	width: 100%;
  height: 100%;
  object-fit: cover;
}


@media only screen and (max-width: 1024px) {
	.showcase__row--2 .showcase__item {
		height: 24em;
	}
	.showcase__row--3 .showcase__item {
		height: 14em;
	}
}

@media only screen and (max-width: 800px) {
	.showcase__row--2 .showcase__item {
		height: 20em;
	}
	.showcase__row--3 .showcase__item {
		height: 12em;
	}
}

@media only screen and (max-width: 700px) {
	.showcase__row--2 .showcase__item {
		height: 16em;
	}
	.showcase__row--3 .showcase__item {
		height: 10em;
	}
}

@media only screen and (max-width: 550px) {
	.showcase__row--2 .showcase__item {
		height: 13em;
	}
	.showcase__row--3 .showcase__item {
		height: 7em;
	}
}





/*------------------------------------*\
  #EVENT
\*------------------------------------*/


.event {
	margin: 1.5em auto;
}

.event__card {
	display: flex;
	position: relative;
	border-right-style: solid;
	border-right-width: 10px;
	border-color: #121212;
}

.event__item {
	position: relative;
	width: 30%;
}
.event__img {
	position: absolute;
	width: 100%;
  height: 100%;
  object-fit: cover;
}

.event__text {
	position: relative;
	width: 100%;
	padding: 3em;
	border-top: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
}
.event--img .event__text {
	width: 70%;
	border-left: none;
}

.event__type {
	display: inline-block;
	min-width: 120px;
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: #121212;
	padding: 0.5em 0.8em;
	margin-bottom: 1.5em;
}

.event__date {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	text-align: center;
}
.event__date span {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #121212;
}
.event__date span:first-of-type {
	font-size: 1.5em;
	padding: 0 0.2em 0.1em;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #121212;
	margin-bottom: 0.15em;
}

.event__text h3,
.event__text h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
.event__text h3 {
	font-size: 2.4em;
	font-weight: 300;
	color: #121212;
	margin: 0 0 0.1em;
}
.event__text h4 {
	font-size: 1.6em;
	font-weight: 400;
	margin: 0;
}
.event__text p {
	font-size: 1.1em;
	line-height: 1.35;
	margin: 0.5em 0;
}
.event__text p:last-of-type {
	margin-bottom: 0;
}

.event__text .btn {
	font-size: 0.9em;
	padding: 0.8em 1em;
	margin: 1.8em 0 0;
}

.event--red .event__card,
.event--red .event__date span:first-of-type {
	border-color: #989898;
}
.event--red .event__type {
	background: #989898;
}
.event--red .event__date span,
.event--red h4 {
	color: #989898;
}

.event--orange .event__card,
.event--orange .event__date span:first-of-type {
	border-color: #b79676;
}
.event--orange .event__type {
	background: #b79676;
}
.event--orange .event__date span,
.event--orange h4 {
	color: #b79676;
}

.event--gold .event__card,
.event--gold .event__date span:first-of-type {
	border-color: #e1cca1;
}
.event--gold .event__type {
	background: #e1cca1;
}
.event--gold .event__date span,
.event--gold h4 {
	color: #e1cca1;
}


@media only screen and (max-width: 1000px) {
	.event__text {
		padding: 2.5em;
	}
}

@media only screen and (max-width: 700px) {
	.event__item {
		display: none;
	}
	.event--img .event__text {
		width: 100%;
		border-left: 2px solid #f4f4f4;
	}
}

@media only screen and (max-width: 500px) {
	.event__card {
		border-top-style: solid;
		border-top-width: 8px;
		border-right: none;
	}
	.event__text {
		padding: 2em;
		border-top: none;
		border-right: 2px solid #f4f4f4;
	}
	.event__type {
		min-width: 100px;
	}
	.event__text h3 {
		font-size: 2em;
	}
	.event__text h4 {
		font-size: 1.4em;
	}
	.event__date {
		top: 0.7em;
		right: 0.8em;
	}
	.event__date span {
		font-size: 1.1em;
	}
	.event__date span:first-of-type {
		font-size: 1.3em;
	}
}





/*------------------------------------*\
  #SORTING
\*------------------------------------*/


.sorting {
	display: flex;
}

.sorting__wrap {
	display: flex;
	padding: 1.5em;
	margin: auto;
}

.sorting__link {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
	margin: 0 1em;
	cursor: pointer;
	-webkit-transition: color 0.5s ease;
					transition: color 0.5s ease;
}
.sorting__link.active::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: #b79676;
	bottom: -3px;
	left: 0;
}
.sorting__link:hover {
	color: #b79676;
}

.sorting__link.active {
	color: #b79676;
	cursor: default;
}


@media only screen and (max-width: 500px) {
	.sorting__wrap {
		padding: 1.2em 0;
	}
	.sorting__link {
		font-size: 1.1em;
		margin: 0 0.6em;
	}
}

@media only screen and (max-width: 400px) {
	.sorting__link {
		font-size: 1em;
	}
}





/*------------------------------------*\
  #OVERVIEW
\*------------------------------------*/


.overview__wrap {
	display: flex;
	min-height: 500px;
}

.overview__img {
	width: 50%;
	background-position: center center;
	background-size: cover;
}
.overview__text {
	width: 50%;
	padding: 3em 4em;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.overview__inner {
	max-width: 600px;
	margin: 0 auto;
}

.overview--featured h3 {
	font-size: 3.8em;
	font-weight: 300;
	line-height: 1;
	color: #2b2b2b;
	margin: 0 0 0.1em;
}
.overview--featured h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 1em;
	border-bottom: 1px solid #d3d3d3;
	margin: 0 0 1em;
}
.overview--featured p:last-of-type {
	margin: 0;
}
.overview--featured .btn {
	margin: 1.5em 0 0;
}
.overview--featured .btn:hover {
	color: #f1f1f1;
}

.overview--gold,
.overview--red,
.overview--orange {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.overview--gold h3 {
	color: #b79676;
}
.overview--red h3 {
	color: #989898;
}
.overview--orange h3 {
	color: #e1cca1;
}

.overview--upcoming h2 {
	text-align: center;
	margin: 0 0 0.7em;
}
.overview--upcoming .btn {
	display: block;
	max-width: 240px;
	margin: 1.8em auto 0;
}

.overview__event {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	margin-bottom: 0.5em;
}
.event__inner {
	padding: 1em 3.6em 1em 1em;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	-webkit-transition: border-color 0.5s ease;
					transition: border-color 0.5s ease;
}
.event__inner h3 {
	font-weight: 400;
	line-height: 1.1;
	color: #2b2b2b;
	margin: 0 0 0.13em;
}
.event__inner h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	margin: 0;
}

.overview__text .overview__event {
	border-left: 5px solid #d3d3d3;
}
.overview__text .event--red {
	border-left: 5px solid #989898;
}
.overview__text .event--orange {
	border-left: 5px solid #b79676;
}
.overview__text .event--gold {
	border-left: 5px solid #e1cca1;
}

.event--red:hover .event__inner {
	border-color: #b79676;
}
.event--orange:hover .event__inner {
	border-color: #c37818;
}
.event--gold:hover .event__inner {
	border-color: #e1cca1;
}

.overview + .info {
	margin-top: -4em;
}


@media only screen and (max-width: 1100px) {
	.overview__img {
		width: 35%;
	}
	.overview__text {
		width: 65%;
	}
}

@media only screen and (max-width: 900px) {
	.overview + .info {
		margin-top: -3em;
	}
}

@media only screen and (max-width: 800px) {
	.overview__wrap {
		min-height: inherit;
	}
	.overview__img {
		display: none;
	}
	.overview__text {
		width: 100%;
		text-align: center;
		padding: 3em 7.5%;
	}
	.overview__inner {
		max-width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.overview--featured h3 {
		font-size: 3em;
	}
}





/*------------------------------------*\
  #MODAL
\*------------------------------------*/


.modal {
	position: fixed;
	width: 100%;
	background: rgba(18,18,18, 0.97);
	bottom: 0;
	z-index: 99;
}

.modal__close {
	position: absolute;
	font-size: 3em;
	line-height: 1;
	color: #fff;
	top: -0.05em;
	right: 0.25em;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
					transition: color 0.3s ease;
}
.modal__close:hover {
	color: #9e711c;
}

.modal__wrap {
	display: flex;
	align-items: center;
	padding: 2em 0;
}

.modal__text {
	padding-right: 3em;
}
.modal__text h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2em;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	color: #9e711c;
	margin: 0 0 0.2em;
}
.modal__text p {
	font-size: 1.1em;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 1em;
}
.modal__text p:last-of-type {
	margin: 0;
}

.modal__wrap .btn {
	margin: 0 0 0 auto;
}


@media only screen and (max-width: 900px) {
	.modal__wrap {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 700px) {
	.modal__wrap {
		flex-flow: column;
		align-items: flex-start;
	}
	.modal__text {
		padding: 0;
	}
	.modal__wrap .btn {
		margin: 1.5em 0 0;
	}
}

@media only screen and (max-width: 500px) {
	.modal__wrap {
		font-size: 0.85em;
	}
}





/*------------------------------------*\
  #FORM
\*------------------------------------*/


form {
	margin: 0 auto;
}

.form__contact {
	max-width: 650px;
}
.form__contact .btn {
	min-width: 200px;
	margin: 0;
}

.form__inner {
	margin: 0.8em 0;
}

.label,
.input {
	display: block;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
  font-weight: 400;
}

.label {
  font-size: 1em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.3em;
}

.input {
  width: 100%;
  font-size: 1.2em;
  color: #121212;
  background: #fff;
  padding: 0.5em 2.2em 0.5em 0.5em;
  border: 2px solid #d3d3d3;
  -webkit-transition: border 0.5s ease;
          transition: border 0.5s ease;
}
.input:focus {
	outline: 0;
  border-color: #9e711c;
}

textarea {
	min-height: 200px;
	resize: none;
}

input[type=submit] {
	background: inherit;
}
input[type=date] {
	line-height: 1.2 !important;
}

::placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}
input[type=date]:invalid::-webkit-datetime-edit {
  color: #999;
}

input:focus:invalid {
  border: 2px solid #7e2128;
}
input:focus:invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%237e2128' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm4.151 17.943l-4.143-4.102-4.117 4.159-1.833-1.833 4.104-4.157-4.162-4.119 1.833-1.833 4.155 4.102 4.106-4.16 1.849 1.849-4.1 4.141 4.157 4.104-1.849 1.849z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  -webkit-transition: none;
          transition: none;
}
input:valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%239e711c' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.25 17.292l-4.5-4.364 1.857-1.858 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.643z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  -webkit-transition: none;
          transition: none;
}
input:optional,
input[type=submit] {
  background-image: none;
}

.form__hiring {
	margin-top: 1.5em;
}

.form__row {
	display: flex;
	flex-flow: row wrap;
}
.form__row .form__inner {
	flex: 1;
	margin: 0.5em 1em 0.5em 0;
}
.form__row .form__inner:last-of-type {
	margin-right: 0;
}

input[type=radio] {
	-webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.radio__wrap {
	display: flex;
}
.radio__inner {
	display: flex;
	margin: 0.5em 1em 0.5em 0;
}
.radio__inner:last-of-type {
	margin-right: 0;
}
.radio {
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  color: #999;
  outline: none;
  border: 2px solid #d3d3d3;
  cursor: pointer;
}
.radio:checked::before {
	content: '';
	position: absolute;
  width: 10px;
  height: 5px;
  left: 0.2em;
  top: 0.25em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.radio:hover {
  background: #d3d3d3;
}
.radio:checked {
  background: #121212;
  border: 2px solid #121212;
}
.radio__inner .label {
	padding-left: 0.5em;
	cursor: pointer;
}


@media only screen and (max-width: 600px) {
	.form__row .form__inner {
		flex: 100%;
		margin: 0.5em 0 0.5em;
	}
}

@media only screen and (max-width: 500px) {
	.form__contact .btn {
		width: 100%;
	} 
}





/*------------------------------------*\
  #RIDE
\*------------------------------------*/


.ride {
	margin-bottom: 0;
}

.ride__wrap {
	padding: 1em 0 4em;
}

.ride__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 2em 0 1em;
}
.ride__item {
	display: flex;
	width: 48%;
	margin-bottom: 1.5em;
}
.ride__img {
	display: flex;
	height: 2.5em;
	margin-top: 0.2em;
}
.ride__img img {
	width: auto;
	height: 100%;
}
.ride__item p {
	font-size: 1em;
	line-height: 1.5;
	padding-left: 1.5em;
	margin: 0;
}

.ride__btns {
	display: flex;
	flex-flow: row wrap;
}
.ride__btns a {
	display: block;
	margin: 0 1em 0 0;
}
.ride__btns a:first-of-type {
	border-radius: 7px;
}
.ride__btns img {
	height: 3.4em;
	width: auto;
}


@media only screen and (max-width: 900px) {
	.ride__wrap {
		padding: 0.5em 0 3em;
	}
}

@media only screen and (max-width: 700px) {
	.ride__item {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.ride__btns {
		justify-content: space-between;
		max-width: 350px;
		margin: 0 auto;
	}
	.ride__btns a {
		width: 48%;
		margin: 1em 0 0;
	}
	.ride__btns a:first-of-type {
		width: 100%;
		margin: 0;
	}
	.ride__btns img {
		width: 100%;
		height: auto;
	}
}





/*------------------------------------*\
  #INFO
\*------------------------------------*/


.info {
	margin-bottom: 0;
}

.info__wrap {
	max-width: 900px;
	width: 90%;
	text-align: center;
	padding: 3em 0 4em;
	margin: 0 auto;
}

.info__logo {
	width: 300px;
	margin: 1em auto;
}

.info__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.info__card {
	width: 49%;
	padding: 2em 1em;
	border: 1px solid #d3d3d3;
	margin: 1% 0;
}
.info__card h3 {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin: 0 0 0.3em;
}
.info__card p,
.info__card a {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	color: #555;
	margin: 0;
}
.info__card a[href^="mailto:"]:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 900px) {
	.info__wrap {
		width: 85%;
		padding: 2em 0 3em;
	}
	.info__logo {
		width: 250px;
	}
}

@media only screen and (max-width: 850px) {
	.info__card {
		font-size: 0.9em;
	}
}

@media only screen and (max-width: 750px) {
	.info__card {
		width: 100%;
		max-width: 400px;
		font-size: 1.05em;
		padding: 1.5em 1em;
		border: none;
		border-bottom: 1px solid #d3d3d3;
		margin: 0 auto;
	}
	.info__card:last-of-type {
		border: none;
		padding: 1.5em 1em 0;
	}
}

@media only screen and (max-width: 500px) {
	.info__card {
		font-size: 1em;
	}
}




/*------------------------------------*\
  #LOCATIONS
\*------------------------------------*/


.locations {
	background: #fff;
	padding: 3em 0 4em;
	margin: 0;
}

.locations h2 {
	text-align: center;
	margin: 1% auto 0.5em;
}

.locations__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 1%;
}

.locations__card {
	flex: 1 1 0;
	display: block;
	text-align: center;
	padding: 1.5em 1em;
	outline: 1px solid #b79676;
	margin: 1%;
}
.locations__card h4,
.locations__card p,
.locations__card span {
	font-family: 'Oswald', sans-serif;
	line-height: 1.4;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #555
}
.locations__card h4 {
	font-size: 0.95em;
	font-weight: 700;
	margin: 0;
}
.locations__card p {
	font-size: 0.85em;
	font-weight: 400;
	color: #b79676;
	margin: 0.8em 0;
}
.locations__card span {
	font-size: 0.85em;
	font-weight: 700;
}
.locations__card:hover {
	outline: 2px solid #b79676;
}



@media only screen and (max-width: 1600px) {
	.locations__card {
		flex-basis: 30%;
		margin: 1.5%;
	}
}

@media only screen and (max-width: 1100px) {
	.locations h2 {
		margin: 1.5% auto 0.5em;
	}
}

@media only screen and (max-width: 1100px) {
	.locations {
		padding: 2em 0 3em;
	}
}

@media only screen and (max-width: 700px) {
	.locations__wrap {
		padding: 0 2%;
	}
  .locations__card {
  	font-size: 1.05em;
  	flex-basis: 46%;
  	margin: 2%;
	}
	.locations h2 {
		margin: 2% auto 0.5em;
	}
}

@media only screen and (max-width: 500px) {
	.locations h2 {
		max-width: 280px;
		margin: 2% auto 1em;
	}
	.locations__wrap {
		width: 85%;
		padding: 0;
		margin: 0 auto;
	}
	.locations__card {
  	flex-basis: 100%;
  	font-size: 1.15em;
  	padding: 1.25em 1em;
  	margin: 1.5% 0;
	}
}





/*------------------------------------*\
  #FOOTER
\*------------------------------------*/


.page-foot__content {
	text-align: center;
	padding: 4em 2em 3em;
}
.page-foot__content p {
	font-family: 'Raleway', sans-serif;
	font-size: 0.95em;
	font-weight: 500;
	line-height: 1.6;
	color: #fff;
}

.page-foot__wrap {
	display: flex;
	max-width: 1200px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}

.page-foot__col {
	flex: 1;
	padding: 3em 2em;
}
.page-foot__col:nth-of-type(2) {
	border-left: 1px dashed #fff;
	border-right: 1px dashed #fff;
}
.page-foot__col h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	text-transform: uppercase;
	color: #b79676;
}
.page-foot__col p {
	flex: 1;
	margin: 1.3em 0 1.8em;
}
.page-foot__col .btn {
	font-size: 0.9em;
	margin: 0;
}

.social {
	display: flex;
	justify-content: center;
}
.social__link {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 0.5em;
	-webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out;
}
.social__link svg {
	position: absolute;
	width: 20px;
	height: 20px;
	fill: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.social__link:hover {
	background: #fff;
}
.social__link:hover svg {
	fill: #2b2b2b;
}

.page-foot__copyright {
	margin-top: 3em;
}


@media only screen and (max-width: 900px) {
	.page-foot__content {
		padding: 3em 2em;
	}
	.page-foot__content p {
		font-size: 0.9em;
	}
  .page-foot__col h5 {
		font-size: 1.5em;
	}
	.social__link {
		margin: 0 0.3em;
	}
}

@media only screen and (max-width: 770px) {
	.page-foot__content {
		padding: 0.5em 2em 2em;
	}
  .page-foot__wrap {
		flex-direction: column;
		max-width: 500px;
		margin: 0 auto;
	}
	.page-foot__col {
		padding: 2.5em 2em;
	}
	.page-foot__col:nth-of-type(2) {
		border-left: none;
		border-right: none;
		border-top: 1px dashed #fff;
		border-bottom: 1px dashed #fff;
	}
	.page-foot__col p {
		max-width: 450px;
		margin: 1em auto 1.5em;
	}
	.page-foot__copyright {
		margin-top: 1.8em;
	}
	.page-foot__copyright p {
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 500px) {
	.page-foot__copyright p span {
		display: block;
	}
}









