/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html,button,input,select,textarea {
	color:#222;
}

body {
	font-size:1em;
	line-height:1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
	background:#b3d4fc;
	text-shadow:none;
}

::selection {
	background:#b3d4fc;
	text-shadow:none;
}

/*
 * A better looking default horizontal rule
 */
hr {
	display:block;
	margin:1em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
	vertical-align:middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	margin:0;
	padding:0;
	border:0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize:vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
	margin:.2em 0;
	padding:.2em 0;
	background:#ccc;
	color:#000;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* -- Google Font Alegreya - font-family: 'Alegreya SC', serif; */
html {
	background:url(../img/bg-wood-2.jpg) #000 center top repeat-x;
	background-size:cover;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
}

body {
	background:url(../img/nav-bg.png) transparent center top repeat-x;
	color:#fbc178;
}

h1,h2,h3,h4 {
	font-weight:400;
	font-family:'Alegreya SC',serif;
}

.main-wrap {
	margin:0 auto;
	padding:20px 0 0 0;
	max-width:915px;
}

a {
	outline:none;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#BEA20B;
}

/*-- Navigation --*/
nav {
	display:inline-block;
	width:100%;
}

nav ul {
	margin:0;
	padding:0;
}

nav ul li {
	float:left;
	width:20%;
	text-align:center;
}

nav a {
	color:#fbc178;
	text-decoration:none;
	font-size:1.1em;
	font-family:'Alegreya SC',serif;
	line-height:1em;
	-webkit-transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease;
}

nav a:hover,nav a:active,nav a:focus,nav a.active {
	outline:none;
	color:#fff;
}

nav a.active {
	cursor:default;
}

nav a span {
	display:none;
}

@media all and (min-width: 480px) {
	html {
		background:url(../img/bg-wood.jpg) #000 center top no-repeat fixed;
		background-size:cover;
	}

	nav a {
		font-size:2.2em;
		line-height:1em;
	}
}

@media all and (min-width: 960px) {
	nav a span {
	/* --display: inline; */
	}
}

/*-- main -- */
h1.title a {
	display:block;
	padding-bottom:91%;
	height:0;
	background:url(../img/title.jpg) transparent center center no-repeat;
	background-size:cover;
	-webkit-box-shadow:5px 5px 21px 0 rgba(0,0,0,.85);
	box-shadow:5px 5px 21px 0 rgba(0,0,0,.85);
	text-indent:-200%;
}


/* -- Slider -- */
.news-header {
	float:left;
	margin:0;
	padding:10px 10px 10px 20px;
	width:50%;
	font-size:45px;
}

.slider-controlls {
	float:right;
	margin:0;
	width:50%;
}

.store-paging {
	padding-top:35px;
	padding-right:20px;
	text-align:right;
	font-weight:400;
	font-size:25px;
	font-size:1.5em;
	font-family:'Alegreya SC',serif;
	line-height:1em;
}

.store-paging span {
	font-size:35px;
}

.left-col {
	padding:0 35px;
}

.right-col {
	padding:0 35px 20px;
}

.flex-viewport {
	clear:both;
	font-family:"arial" sans-serif;
}

time {
	text-transform:uppercase;
	font-size:16px;
}

.flex-viewport h3 {
	margin:0 0 10px;
	color:#fff;
	font-size:26px;
	font-family:"arial" sans-serif;
	line-height:1em;
}

@media all and (min-width: 750px) {
	.news-header {
		padding:10px 10px 10px 30px;
		font-size:55px;
	}

	.store-paging {
		padding-right:30px;
		font-size:35px;
	}

	.store-paging span {
		font-size:45px;
	}

	.flex-viewport h3 {
		font-size:36px;
	}

	.left-col {
		float:left;
		padding:0 20px 20px 80px;
		width:60%;
	}

	.right-col {
		float:right;
		padding:0 80px 20px 20px;
		width:40%;
	}
}

/*-- Page --*/
.page {
	display:inline-block;
	margin-top:20px;
	padding:10px 20px 20px;
	background:#1F1710;
	background:rgba(0,0,0,.8);
  border-top: 1px solid rgba(251, 193, 120, 0.24);
}

.page a:link,.page a:visited {
	color:#f67b0b;
}

.page a:hover,.page a:active {
	color:#FFC178;
}

.page h1 {
	margin-top:0;
	margin-bottom:10px;
	font-size:2.5em;
}

.page img {
	width:100%;
}

.page .tour-image {
  width: 100%;
  margin: 0 0 40px 0;
}

.page img.img-right {
	float:right;
	margin:10px 0 20px 20px;
}

h2 {
	font-size:1.2em;
}

@media all and (min-width: 480px) {
	.page {
		margin-top:30px;
		padding:20px 70px 70px;
	}

	.page h1 {
		margin-top:0;
		font-size:55px;
	}
}

@media all and (min-width: 600px) {
	.page {
		margin-top:45px;
		min-height:600px;
	}

	.page img {
		width:60%;
	}

	.page aside img {
		width:100%;
	}

	h2 {
		font-size:1.5em;
	}
}

@media all and (min-width: 900px) {
	.sidebar-one .content {
    margin: 0 auto;
		padding-right:10px;
		width:75%;
	}

	.sidebar-one aside {
		float:right;
		width:50%;
    padding-left: 40px;
    display: none;
	}
}

/* -- Tour Page --*/
.tour-page article header h1 {
  font-size: 2.2em;
  line-height: 1.1em;
  text-align: center;
  border-bottom: 1px solid rgba(251, 193, 120, 0.24);
  padding-bottom: .5em;
}
.tour-page article header h1 span {
  display: block;
  font-size: .65em;
}
.tour-page article header h3.csn-info {
  font-size: 1em;
  text-align: center;
}
.tour-page article header h3.csn-info a {
  display: block;
}
.crowd-surge-code {
  clear: both;
  padding: 20px 0;
}
table {
	width:100%;
  margin-bottom: 60px;
	font-size:16px;
  background: rgba(0, 0, 0, 0.5);
}

table th {
	padding:10px 20px;
	text-align:left;
	text-transform:uppercase;
}

table td {
	padding:10px 20px;
	color:#fff;
	vertical-align:middle;
}

a.purchase-link {
	text-transform:uppercase;
	font-weight:700;
}

table td:nth-child(1) strong {
	text-transform:uppercase;
}

table td:nth-child(n+2) {
	font-weight:700;
}

tr.border-bottom td {
	border-bottom:1px solid #503E31;
}

table.past-tour-dates {
	color:#E4BB8D;
}

table.past-tour-dates th {
	color:#FFC178;
}

table.past-tour-dates td {
	color:#E4BB8D;
}


@media only screen and (min-width: 600px) {
  .tour-info {
    width: 50%;
    float: left;
  }
  .tour-page article header img {
    width: 40%;
    float: right;
  }
  
}

@media only screen and (min-width: 768px) {
  .tour-page article header h1 {
    font-size: 2.9em;
  }
}




/*-- News --*/
.news-item {
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.15);
	margin-bottom: 25px;
}

.news-item:nth-last-child(1) {
	border-bottom:none;
	margin-bottom: 10px;
}

.news-item .date {
	float:left;
	padding-top:5px;
	width:50px;
	text-align:center;
	text-transform:capitalize;
	font-size:28px;
	font-family:'Alegreya SC',serif;
	line-height:1em;
}

.news-item .date .day {
	font-size:50px;
}

.news-item .date .year {
  opacity: .5;
  line-height: 1.5em;
}

.news-item .news-info {
	padding-left:85px;
}

.news-article h1 {
  font-size: 45px;
}

.news-article h2 {
  color: #f67b0b;
}
.news-article h2.sub-title {
  color: #f67b0b;
  font-family: sans-serif;
}


.news-item h3 {
	margin:0 0 10px;
	font-size:1.9em;
}


.back {
  font-size: 19px;
  background: url(../img/icon-back.png) transparent no-repeat left center;
  padding-left: 30px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-family:'Alegreya SC',serif;
  font-weight: bold;
}

/*-- News Article --*/
.news-article .page img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 20px auto;
  float: none;
}

.news-article .page img.full-width {
  width: 100%;
  max-width: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (min-width: 740px) {
  .news-article .page img {
    width: 50%;
    float: right;
    margin: 20px 0 20px 20px;
  }
  .news-article .page img.align-left {
    width: 50%;
    float: left;
    margin: 20px 20px 20px 0px;
  }
  .news-article .page img.align-center {
    width: 50%;
    float: none;
    margin: 20px auto;
  }
}
@media all and (min-width: 915px) {
  .news-article .page img {
    width: 40%;
    float: right;
    margin: 20px 0 20px 20px;
  }
}

/*-- Footer --*/
footer {
	padding: 20px 0;
	width:100%;
	background:#000;
	font-weight:400;
	font-size:12px;
	font-family:'Alegreya SC',serif;
}
.footer-inner {
  max-width: 915px;
  margin: 0 auto;
  padding: 0 20px;
}
.legal {
  width: 100%;
  float: left;
}
.social {
  width: 100%;
  float: right;
}

.sign-up {
  text-align: left;
}

.sign-up h2 {
  margin-top: 5px;
}

.sign-up p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
}
.sign-up  label {
  display: inline;
  font-weight: normal;
  font: normal 12px Arial,Helvetica,sans-serif;
  margin: 0 0 10px;
  color: #606060;
}
.sign-up input[type=text],
.sign-up input[type=email] {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
  height: 29px;
  color: #b9b9b9;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  background: #222;
  border: 1px solid #111;
  border-top-color: black;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sign-up input[type=text]:focus,
.sign-up input[type=email]:focus {
  color: #dfdfdf;
  background: #3d3d3d;
  outline: none;
  box-shadow: none;
}
:-moz-placeholder {
  color: #808080 !important; }

::-moz-placeholder {
  color: #808080 !important;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #808080; }

:-ms-input-placeholder {
  color: #808080; }

.lt-ie9 input {
  line-height: 27px; }

.sign-up button[type="submit"] {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 1;
  padding: 0 12px;
  font-size: 12px;
  color: #ddd;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
  background: #464a4f;
  background-clip: padding-box;
  border: 1px solid #111;
  border-bottom-color: black;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.25));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px 3px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 -1px 3px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.15); }
.sign-up button[type="submit"]:hover, button[type="submit"]:focus {
  color: #ddd;
  background-color: #53585f;
  outline: none;
}
.sign-up button[type="submit"]:active, button[type="submit"].active {
  color: #ccc;
  background: #323538;
  border-color: black #111 #111;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), transparent 50%, rgba(255, 255, 255, 0.07));
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

@media all and (min-width: 450px) {
  .legal {
    width: 50%;
    padding-right: 10px;
  }
  .social {
    width: 50%;
    padding-left: 10px;
  }

}
@media all and (min-width: 750px) {
  .legal {
    width: 75%;
  }
  .social {
    width: 25%;
  }

}



/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
	overflow:hidden;
/* IE 6/7 fallback */
	border:0;
	background-color:transparent;
	*text-indent:-9999px;
}

.ir:before {
	display:block;
	width:0;
	height:150%;
	content:"";
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
	display:none!important;
	visibility:hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
	position:absolute;
	overflow:hidden;
	clip:rect(0 0 0 0);
	margin:-1px;
	padding:0;
	width:1px;
	height:1px;
	border:0;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	position:static;
	overflow:visible;
	clip:auto;
	margin:0;
	width:auto;
	height:auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
	visibility:hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,.clearfix:after {
	display:table;
/* 2 */
	content:" ";
/* 1 */
}

.clearfix:after {
	clear:both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
	*zoom:1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */

}

@media print,(-o-min-device-pixel-ratio: 54),(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */

}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
	* {
		background:transparent!important;
		box-shadow:none!important;
		color:#000!important;
	/* Black prints faster: h5bp.com/s */
		text-shadow:none!important;
	}

	a,a:visited {
		text-decoration:underline;
	}

	a[href]:after {
		content:" (" attr(href) ")";
	}

	abbr[title]:after {
		content:" (" attr(title) ")";
	}

	/*
	     * Don't show links for images, or javascript/internal links
	     */
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content:"";
	}

	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}

	thead {
		display:table-header-group;
	/* h5bp.com/t */
	}

	tr,img {
		page-break-inside:avoid;
	}

	img {
		max-width:100%!important;
	}

	@page {
		margin:.5cm;
	}

	p,h2,h3 {
		orphans:3;
		widows:3;
	}

	h2,h3 {
		page-break-after:avoid;
	}
}