/*
 * 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.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* 
 * These selection declarations have to be separate
 */
::-moz-selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   IE6 warning (Chrome-Frame)
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* =============================================================================
   Primary styles
   Author: Scott Wise
   ========================================================================== */
/************************************************/
/*
/* !Common Variables & Mix-Ins */
/*
/************************************************/
@font-face {
  font-family: 'Junior';
  font-weight: normal;
  font-style: normal;
  src: url('/css/fonts/junior.eot?') format('eot'), url('/css/fonts/junior.woff') format('woff'), url('/css/fonts/junior.ttf') format('truetype'), url('/css/fonts/junior.svg#Sans') format('svg');
}
@font-face {
  font-family: 'Lite';
  font-weight: normal;
  font-style: normal;
  src: url('/css/fonts/lite.eot?') format('eot'), url('/css/fonts/lite.woff') format('woff'), url('/css/fonts/lite.ttf') format('truetype'), url('/css/fonts/lite.svg#SansLight') format('svg');
}
.animate {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
body {
  font-family: 'Junior', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  background: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
b,
em,
strong {
  font-weight: 400 !important;
  font-style: normal !important;
}
a {
  text-decoration: none !important;
  color: #222;
}
* {
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-family: 'Lite', 'Helvetica', Arial, sans-serif;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #bc841a;
}
h2 {
  font-family: 'Junior', 'Helvetica', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 3px;
}
p {
  font-family: 'Junior', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
/*
h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}


p {
	font-weight: 300;
	font-size: 17px; line-height: 39px;
	margin-top: 0;
}

h1 {
	font-weight: 300;
	font-size: 36px;
	line-height: 46px;
}
h2 {
	font-weight: 400;
	font-size: 26px;
	line-height: 36px;
}

h3 {
	font-weight: 300;
	font-size: 20px; line-height: 38px;
}

h4, h5 {
	font-weight: 500;
	text-transform: uppercase;
}
h4 {
	font-size: 13px; line-height: 18px;
	letter-spacing: 2px;
}
h5 {
	font-size: 12px; line-height: 15px;
	letter-spacing: 2px;
}

ul, ol {
	margin: 0; margin-bottom: 1em;
	padding: 0;
	text-indent: 0;
	
	li {
		margin: 0 0 0.8em; padding: 0 0 0 15px;
    text-indent: -15px;
		color: #000;
		font-size: 14px; line-height: 24px;
	}
}
ul li { 
	list-style: circle inside;
}

p {
	font-size: 16px; line-height: 38px;
}
*/
.ablock {
  display: block;
  width: 100%;
  height: 100%;
}
.animate {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.animateSlow {
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
a {
  text-decoration: none;
  color: inhert;
}
a:focus {
  outline: none;
}
a:active,
a:visited {
  color: inherit;
}
.action {
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  line-height: 23px;
}
.action.arrowLeft:before,
.action.arrowRight:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  height: 13px;
  width: 15px;
  background-size: cover !important;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.action.arrowLeft {
  padding-left: 26px;
}
.action.arrowLeft:before {
  left: 0;
  background: url(i/arrow_left.png) left center no-repeat;
}
.action.arrowLeft:hover:before {
  left: -6px;
}
.action.arrowRight {
  padding-right: 26px;
}
.action.arrowRight:before {
  right: 0;
  background: url(i/arrow_right.png) left center no-repeat;
}
.action.arrowRight:hover:before {
  right: -6px;
}
.play_button {
  position: absolute;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  line-height: 23px;
  background: #bc841a;
  color: #fff;
  z-index: 5;
  padding: 4px 12px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  font-size: 18px;
}
.play_button:hover {
  background-color: #000;
  color: #bc841a;
}
.play_button.playing .icon {
  background-image: url(i/stop-square.png);
}
.play_button .icon {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #000;
  background-image: url(i/play-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.play_button .icon {
  background-size: 50% 50%;
}
.play_button.small {
  font-size: 15px;
}
.play_button.small .icon {
  background-size: 50% 50%;
}
/************************************************/
/*
/* !Page/Scene Transitions*/
/*
/************************************************/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(80px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate(-80px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate(0, -80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
#main.scene {
  /** Reverse "exit" animations */
}
#main.scene .scene_element {
  animation-duration: 0.3s;
  transition-timing-function: ease-in;
  animation-fill-mode: both;
}
#main.scene .scene_element.delay {
  animation-delay: 0.15s;
}
#main.scene .scene_element.delay2 {
  animation-delay: 0.3s;
}
#main.scene .scene_element.long {
  animation-duration: 0.8s;
}
#main.scene.is-exiting .scene_element {
  animation-name: fadeIn !important;
  animation-direction: alternate-reverse;
}
#main.scene.is-exiting .scene_element.delay,
#main.scene.is-exiting .scene_element.delay2,
#main.scene.is-exiting .scene_element.delayLong {
  animation-delay: 0;
}
#main.scene .scene_element.fadeIn {
  animation-name: fadeIn;
}
#main.scene .scene_element.fadeInLeft {
  animation-name: fadeInLeft;
}
#main.scene .scene_element.fadeInRight {
  animation-name: fadeInRight;
}
#main.scene .scene_element.fadeInUp {
  animation-name: fadeInUp;
}
#main.scene .scene_element.fadeInDown {
  animation-name: fadeInDown;
}
#main.scene .scene_element.logoIn {
  animation-name: logoIn;
}
#main.scene.is-loading,
#main.scene.is-loading a {
  cursor: progress;
}
/************************************************/
/*
/* !Main Layout*/
/*
/************************************************/
html {
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  background: #111;
  color: #fff;
  padding: 0;
  max-width: none;
  min-width: none;
  -webkit-font-smoothing: antialiased;
}
#main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 480px;
  min-height: 100%;
  background: #000;
  border: 30px solid #000;
  box-sizing: border-box;
}
#content {
  position: relative;
  clear: both;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  min-width: 480px;
  min-height: 100%;
}
.content_block {
  min-height: 500px;
  padding: 180px 60px 80px;
}
.content_block .backdrop {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center !important;
  background-size: cover;
  z-index: 1;
}
.content_block .dimmer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}
#siteby {
  position: absolute;
  display: block;
  right: 60px;
  bottom: 34px;
  font-size: 12px;
  font-family: 'Junior', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 99;
}
#siteby a {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#siteby a,
#siteby a:active {
  color: rgba(255, 255, 255, 0.4);
}
#siteby a:hover {
  color: #ffffff;
}
/************************************************/
/*
/* !Navigation & Footer*/
/*
/************************************************/
header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 60px;
  box-sizing: border-box;
  z-index: 99;
}
header nav {
  width: 100%;
}
header nav h1.logo {
  position: relative;
  float: left;
  display: block;
  font-size: 40px;
  font-weight: 400;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  letter-spacing: 0;
  margin-top: 14px;
  opacity: 1;
}
header nav h1.logo a,
header nav h1.logo a:visited {
  display: block;
  width: 100%;
  height: 100%;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  color: #bc841a;
}
header nav h1.logo.white a,
header nav h1.logo.white a:visited {
  color: #fff;
}
header nav h1.logo.black a,
header nav h1.logo.black a:visited {
  color: #000;
}
header nav h1.logo:hover {
  opacity: 0.5;
}
header nav ul {
  position: relative;
  float: right;
}
header nav ul li {
  position: relative;
  clear: none;
  float: left;
  margin-left: 32px;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 72px;
  text-transform: uppercase;
}
header nav ul li a,
header nav ul li a:visited {
  color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
header nav ul li a:hover,
header nav ul li a:visited:hover {
  color: #bc841a;
}
header nav ul li a.sel,
header nav ul li a.sel:visited {
  color: #fff;
  border-bottom: 2px solid #bc841a;
}
/************************************************/
/*
/* !Screen Readers */
/*
/************************************************/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  transition: 0;
  -webkit-appearance: none;
}
.screen-reader-text:active,
.screen-reader-text:focus {
  display: block;
  position: absolute;
  left: 15px;
  top: 79px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
  clip: auto;
  width: auto;
  height: auto;
  padding: 12px 16px 8px;
  z-index: 100000;
  outline: none;
}
/************************************************/
/*
/* !Forms */
/*
/************************************************/
label,
legend {
  display: block;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  color: #888;
  background-color: #222;
  font-size: 16px;
  line-height: 24px;
  border: none;
  width: 100%;
  margin: 0 ;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 4px 0 2px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: none;
  color: #fff;
  background-color: #333;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: -1px;
  margin: 0 4px 0 0;
  padding: 0;
}
input[type="submit"],
button {
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  background: #1a1a1a;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 8px 6px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
input[disabled],
button[disabled] {
  opacity: 0.4;
}
/* @mixin respond-to
------------------------------------------------------------------- */
/* line 6, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene .scene_element {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* line 17, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene .scene_element--fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/* line 22, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene .scene_element--fadeinup {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/* line 27, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene .scene_element--fadeinright {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* line 32, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene .scene_element--delayed {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
/* line 37, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
/* line 42, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene.is-exiting .scene_element--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 47, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
.m-scene.is-exiting .scene_element--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}
@media screen and (min-width: 768px) {
  /* line 58, /Users/miguelperez/Sites/csstricks/source/stylesheets/pageTransitions.css.scss */
  .m-scene .scene_element--fadeinright-wide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
.is-loading,
.is-loading a {
  cursor: progress;
}
/************************************************/
/*
/* !Landing*/
/*
/************************************************/
#video_landing .backdrop {
  background-image: url(i/backdrop_texture.jpg);
}
#video_landing .center {
  position: relative;
  z-index: 4;
}
#video_landing .center .video {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
  background: #000;
  max-width: 1280px;
  max-height: 720px;
}
#video_landing .center .video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#video_landing .center .video iframe {
  position: absolute;
  border: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.4);
}
#video_landing .center .credit {
  position: relative;
  display: block;
  float: left;
  margin: 38px 0 0 0;
  font-size: 13px;
  font-family: 'Junior', 'Helvetica', Arial, sans-serif;
}
#video_landing .center .credit a {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#video_landing .center .credit a,
#video_landing .center .credit a:active {
  color: rgba(255, 255, 255, 0.4);
}
#video_landing .center .credit a:hover {
  color: #ffffff;
}
#video_landing .center .enter {
  position: relative;
  display: block;
  float: right;
  margin: 40px 120px 0 0;
}
#video_landing .center .enter a {
  color: #bc841a;
}
/************************************************/
/*
/* !Landing & About*/
/*
/************************************************/
#landing .backdrop,
#about .backdrop {
  background-image: url(i/backdrop_paul.jpg);
}
#landing .landscape,
#about .landscape {
  position: absolute;
  display: block;
  left: 13%;
  bottom: 24%;
  width: 36%;
  max-width: 533px;
  min-width: 380px;
  background: url(i/landscape.png) center center no-repeat;
  background-size: cover;
  z-index: 3;
}
#landing .landscape:before,
#about .landscape:before {
  content: "";
  display: block;
  padding-top: 24.20262664%;
}
#landing .landscape h1,
#about .landscape h1 {
  display: none;
}
#landing .replay,
#about .replay {
  position: absolute;
  display: block;
  left: 60%;
  bottom: 28.5%;
  color: #bc841a;
  z-index: 4;
}
#landing .copyLeft,
#about .copyLeft,
#landing .copyRight,
#about .copyRight {
  position: relative;
  width: 25%;
  min-width: 280px;
  z-index: 4;
}
#landing .copyLeft,
#about .copyLeft {
  float: left;
}
#landing .copyRight,
#about .copyRight {
  float: right;
  margin-top: 60px;
}
#landing .copyLeft,
#landing .copyRight,
#landing .dimmer {
  display: none;
}
#about .landscape {
  position: relative;
  left: auto;
  top: auto;
  margin: 40px 0 40px 80px;
}
#about .landscape .watch {
  position: absolute;
  left: 12%;
  top: 80%;
}
#about .landscape .watch a {
  color: #bc841a;
}
/************************************************/
/*
/* !Alive in Italia*/
/*
/************************************************/
#italia_landing .backdrop {
  background-image: url(i/backdrop_italia.jpg);
}
#italia_landing .copyLeft {
  position: absolute;
  left: 16%;
  top: 20%;
  width: 60%;
  margin-left: 120px;
  min-width: 280px;
  z-index: 4;
  margin-top: 30px;
}
#italia_landing .copyLeft .italia_heading {
  position: absolute;
  left: -25%;
  top: 0;
  width: 75%;
  max-width: 520px;
  min-width: 380px;
  background: url(i/alive_in_italia_lockup.png) center center no-repeat;
  background-size: cover;
  z-index: 3;
}
#italia_landing .copyLeft .italia_heading:before {
  content: "";
  display: block;
  padding-top: 55.39823009%;
}
#italia_landing .copyLeft .italia_heading h1 {
  display: none;
}
#italia_landing .copyLeft .italia_heading h2 {
  position: absolute;
  left: 37%;
  top: 45%;
  font-family: 'Lite', 'Helvetica', Arial, sans-serif;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #bc841a;
  text-transform: uppercase;
}
#italia_landing .actions {
  position: absolute;
  right: 20%;
  top: 70%;
  width: auto;
  z-index: 4;
}
#italia_landing .actions .play_button {
  position: relative;
}
#italia_landing .actions .moreinfo {
  display: inline-block;
  z-index: 4;
  margin-top: 20px;
  margin-left: 24px;
  font-size: 18px;
}
#italia_landing .actions .moreinfo a {
  color: #000 !important;
}
#alive_in_italia .backdrop {
  background-image: url(i/backdrop_texture.jpg);
}
#alive_in_italia .copyRight {
  position: relative;
  width: 40%;
  min-width: 280px;
  z-index: 4;
  float: right;
  margin-top: 180px;
  padding-top: 30px;
}
#alive_in_italia .copyRight .italia_heading {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 80%;
  max-width: 400px;
  min-width: 300px;
  background: url(i/alive_in_italia_lockup.png) center center no-repeat;
  background-size: cover;
  z-index: 3;
}
#alive_in_italia .copyRight .italia_heading:before {
  content: "";
  display: block;
  padding-top: 55.39823009%;
}
#alive_in_italia .copyRight .italia_heading h1 {
  display: none;
}
#alive_in_italia .copyRight .italia_heading h2 {
  position: absolute;
  left: 37%;
  top: 42%;
  font-family: 'Lite', 'Helvetica', Arial, sans-serif;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #bc841a;
  text-transform: uppercase;
}
#alive_in_italia .copyRight p {
  margin-top: 0;
}
#alive_in_italia .photos {
  position: absolute;
  left: 20px;
  top: 25%;
  width: 58%;
  height: 50%;
  z-index: 3;
}
#alive_in_italia .photos div {
  position: absolute;
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.4);
  background-size: cover !important;
  transform-style: preserve-3d;
}
#alive_in_italia .photos div.photo1 {
  left: 22%;
  bottom: 17%;
  background: url(i/italy1.jpg) left top no-repeat;
  max-width: 394px;
  width: 55%;
  z-index: 4;
  transform: rotateZ(-3deg);
}
#alive_in_italia .photos div.photo1:before {
  content: "";
  display: block;
  padding-top: 57.6142132%;
}
#alive_in_italia .photos div.photo2 {
  left: 0;
  bottom: 17%;
  background: url(i/italy2.jpg) left top no-repeat;
  max-width: 239px;
  width: 30%;
  z-index: 5;
  transform: rotateZ(5deg);
}
#alive_in_italia .photos div.photo2:before {
  content: "";
  display: block;
  padding-top: 133.47280335%;
}
#alive_in_italia .photos div.photo3 {
  right: 55%;
  top: 80%;
  background: url(i/italy3.jpg) left top no-repeat;
  max-width: 277px;
  width: 32%;
  z-index: 6;
  transform: rotateZ(-4deg);
}
#alive_in_italia .photos div.photo3:before {
  content: "";
  display: block;
  padding-top: 100.36101083%;
}
#alive_in_italia .photos div.photo4 {
  left: 50%;
  top: 84%;
  background: url(i/italy4.jpg) left top no-repeat;
  max-width: 359px;
  width: 35%;
  z-index: 7;
  transform: rotateZ(6deg);
}
#alive_in_italia .photos div.photo4:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#alive_in_italia .play_button {
  left: 37%;
  right: auto;
  top: 50%;
}
/************************************************/
/*
/* !Music*/
/*
/************************************************/
#music .backdrop {
  background-image: url(i/backdrop_texture.jpg);
}
#music .albums {
  position: relative;
  display: block;
  z-index: 4;
  padding-bottom: 40px;
}
#music .albums .newest.album {
  position: relative;
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding-right: 40px;
}
#music .albums .newest.album .cover {
  position: relative;
  width: 100%;
  max-width: 500px;
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
#music .albums .newest.album .cover img {
  position: relative;
  display: block;
  width: 100%;
}
#music .albums .newest.album h2.description {
  width: 100%;
}
#music .albums .older {
  position: relative;
  float: right;
  width: 60%;
}
#music .albums .older .album {
  position: relative;
  float: left;
  width: 33%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 10px;
}
#music .albums .older .album .cover {
  position: relative;
  width: 100%;
  max-width: 240px;
  box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}
#music .albums .older .album .cover img {
  position: relative;
  display: block;
  width: 100%;
}
#music .albums h2.year {
  color: #bc841a;
}
#music .albums .purchasing {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#music .albums .purchasing ul,
#music .albums .purchasing li {
  list-style: none;
  padding: 0;
  text-indent: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
#music .albums .purchasing ul {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#music .albums .purchasing li {
  position: relative;
  clear: both;
  display: block;
  margin: 7px 0;
}
#music .albums .purchasing li a,
#music .albums .purchasing li a:visited {
  color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
#music .albums .purchasing li a:hover {
  color: #bc841a;
}
#music .albums .album:hover .purchasing {
  opacity: 1;
}
/************************************************/
/*
/* !Dates*/
/*
/************************************************/
#dates .backdrop {
  background: #2b2117;
  /*     background-image: url(i/backdrop_ridetheone.jpg); */
}
#dates h2 {
  color: #bc841a;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 1.2em;
}
#dates .events {
  position: relative;
  z-index: 4;
  zoom: 1;
}
#dates .events .column {
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: 0;
}
#dates .events .column.left {
  padding-right: 40px;
}
#dates .events .column.right {
  padding-left: 40px;
}
#dates .events .column li {
  line-height: 20px;
  margin-bottom: 14px;
}
/************************************************/
/*
/* !Contact*/
/*
/************************************************/
#contact .backdrop {
  background-image: url(i/backdrop_texture.jpg);
}
#contact .contact_details {
  position: relative;
  z-index: 4;
  padding-top: 100px;
  zoom: 1;
}
#contact .contact_details .paul,
#contact .contact_details .publicity,
#contact .contact_details .bookings {
  position: relative;
  float: left;
  width: 33%;
  box-sizing: border-box;
}
#contact .contact_details .paul {
  padding-right: 40px;
}
#contact .contact_details .publicity {
  padding-left: 20px;
  padding-right: 20px;
}
#contact .contact_details .bookings {
  padding-left: 40px;
}
#contact .contact_details h1 {
  color: #fff;
}
#contact .contact_details h2 {
  color: #bc841a;
  font-size: 30px;
  line-height: 32px;
}
#contact .contact_details ul,
#contact .contact_details li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact .contact_details ul {
  margin-top: 40px;
}
#contact .contact_details li {
  font-size: 20px;
  line-height: 28px;
}
#contact .contact_details a,
#contact .contact_details a:active {
  color: rgba(255, 255, 255, 0.4);
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#contact .contact_details a:hover {
  color: #ffffff;
}
#contact .contact_details a.social {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  margin-top: 10px;
  cursor: pointer;
  margin-right: 2px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#contact .contact_details a.social.facebook {
  background-image: url(i/icon-facebook.png);
}
#contact .contact_details a.social.twitter {
  background-image: url(i/icon-twitter.png);
}
#contact .contact_details a.social.instagram {
  background-image: url(i/icon-instagram.png);
}
#contact .contact_details a.social.pinterest {
  background-image: url(i/icon-pinterest.png);
}
#contact .contact_details a.social.soundcloud {
  background-image: url(i/icon-soundcloud.png);
}
#contact .contact_details a.social:hover {
  opacity: 1;
}
/************************************************/
/*
/* !Cobalt & Lyrics*/
/*
/************************************************/
#cobalt .backdrop,
#lyrics .backdrop {
  background-image: url(i/backdrop_texture.jpg);
}
#cobalt .copy,
#lyrics .copy {
  position: relative;
  margin: 0 auto;
  max-width: 680px;
  z-index: 4;
}
#cobalt .copy h1,
#lyrics .copy h1 {
  margin-top: 100px;
  margin-bottom: 80px;
}
#cobalt .copy p a,
#lyrics .copy p a {
  color: #bc841a;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#cobalt .copy p a:hover,
#lyrics .copy p a:hover {
  border-bottom: 1px solid #ffffff;
}
#cobalt .image,
#lyrics .image {
  position: relative;
  width: 40%;
  display: inline-block;
  float: right;
  margin: -100px 0 20px 20px;
}
#cobalt .image:before,
#lyrics .image:before {
  content: "";
  display: block;
  padding-top: 115.56195965%;
}
#cobalt .image img,
#lyrics .image img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#cobalt .download,
#lyrics .download {
  position: relative;
  display: block;
  float: left;
  margin: 40px 120px 0 0;
}
#cobalt .download a,
#lyrics .download a {
  color: #bc841a;
}
/************************************************/
/*
/* !404 Error Page*/
/*
/************************************************/
/************************************************/
/*
/* !Responsive Mixins */
/*
/************************************************/
.responsiveCommon {
  /* Navigation */
}
.responsiveCommon html,
.responsiveCommon body {
  width: 100%;
  min-width: 480px;
}
.responsiveCommon #main {
  border: none;
}
.responsiveCommon #content,
.responsiveCommon header,
.responsiveCommon nav,
.responsiveCommon footer {
  min-width: 480px;
}
.responsiveCommon #siteby {
  right: 40px;
}
.responsiveCommon header {
  padding: 30px 40px 0;
}
.responsiveCommon header nav {
  overflow: none;
  /* Hamburger Menu (Collapsed) */
  /* Hamburger Menu (Expanded) */
}
.responsiveCommon header nav h1.logo {
  z-index: 99;
  font-size: 48px;
}
.responsiveCommon header nav h1.logo:hover {
  opacity: 1 !important;
}
.responsiveCommon header nav ul {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 99;
  background: #000;
  padding: 80px 40px 40px 40px;
}
.responsiveCommon header nav ul li {
  float: right;
  clear: both;
  margin: 0;
  font-size: 32px;
}
.responsiveCommon header nav ul li a:hover {
  color: inherit !important;
}
.responsiveCommon header nav #nav_toggle {
  width: 26px;
  height: 21px;
  z-index: 999;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 50px;
  display: block;
}
.responsiveCommon header nav #nav_toggle:hover .menubars:before {
  top: -12px;
}
.responsiveCommon header nav #nav_toggle:hover .menubars:after {
  top: 12px;
}
.responsiveCommon header nav .menubars {
  width: 32px;
  height: 2px;
  top: 6px;
  margin: 0.2em 0;
  background: #fff;
  position: relative;
  display: block;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.responsiveCommon header nav .menubars:before {
  top: -10px;
}
.responsiveCommon header nav .menubars:after {
  top: 10px;
}
.responsiveCommon header nav .menubars:after,
.responsiveCommon header nav .menubars:before {
  content: '';
  display: block;
  height: 2px;
  width: 32px;
  background: #fff;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.responsiveCommon header nav.js-open h1.logo a {
  color: #bc841a !important;
  border: none !important;
}
.responsiveCommon header nav.js-open #nav_toggle .menubars {
  background: rgba(4, 188, 195, 0);
  width: 3px;
  left: 11px;
}
.responsiveCommon header nav.js-open #nav_toggle .menubars:before {
  width: 26px;
  left: -11px !important;
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.responsiveCommon header nav.js-open #nav_toggle .menubars:after {
  width: 26px;
  left: -11px !important;
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.responsiveCommon header nav.js-open #nav_toggle:hover .menubars:before,
.responsiveCommon header nav.js-open #nav_toggle:hover .menubars:after {
  width: 22px;
  left: -9px !important;
}
.responsiveCommon header nav.js-open ul {
  display: block;
}
.responsiveCommon #video_landing {
  padding-left: 0;
  padding-right: 0;
}
.responsiveCommon #video_landing .credit {
  margin-left: 40px !important;
}
.responsiveCommon #video_landing .enter {
  margin-right: 40px !important;
}
.responsiveCommon #landing .replay,
.responsiveCommon #about .replay {
  left: auto;
  right: 60px;
  bottom: 18%;
}
.responsiveCommon #landing .copyLeft,
.responsiveCommon #about .copyLeft,
.responsiveCommon #landing .copyRight,
.responsiveCommon #about .copyRight {
  float: right;
  width: 100%;
  margin-top: 0;
}
.responsiveCommon #landing .copyLeft p,
.responsiveCommon #about .copyLeft p,
.responsiveCommon #landing .copyRight p,
.responsiveCommon #about .copyRight p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.5em;
}
.responsiveCommon nav.landing h1.logo a {
  color: #fff !important;
}
.responsiveCommon #about .landscape {
  margin-left: 0;
}
.responsiveCommon #italia_landing .backdrop {
  background-position-x: 35% !important;
  height: 100% !important;
}
.responsiveCommon #italia_landing .copyLeft {
  left: 0;
}
.responsiveCommon #italia_landing .copyLeft .italia_heading {
  left: -80px;
}
.responsiveCommon #italia_landing .actions {
  top: 67%;
}
.responsiveCommon #alive_in_italia .copyRight {
  width: 50%;
}
.responsiveCommon #alive_in_italia .photos {
  left: 0;
  width: 45%;
  height: 75%;
}
.responsiveCommon #alive_in_italia .photos div.photo1 {
  left: 0;
  top: 25%;
  bottom: auto;
  width: 100%;
}
.responsiveCommon #alive_in_italia .photos div.photo2 {
  left: 15%;
  top: 0;
  width: 30%;
  bottom: auto;
  min-width: 140px;
}
.responsiveCommon #alive_in_italia .photos div.photo3 {
  left: 15%;
  top: 60%;
  bottom: auto;
  min-width: 170px;
}
.responsiveCommon #alive_in_italia .photos div.photo4 {
  left: 50%;
  top: 75%;
  bottom: auto;
  min-width: 200px;
}
.responsiveCommon #alive_in_italia .play_button {
  left: auto;
  right: 55%;
  top: 72%;
}
.responsiveCommon #music .albums .newest.album {
  width: 100%;
  clear: both;
  padding-right: 0;
  margin-bottom: 40px;
}
.responsiveCommon #music .albums .older {
  clear: both;
  width: 100%;
}
.responsiveCommon #dates .events .column {
  width: 100%;
  clear: both;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.responsiveCommon #dates .events .column li {
  font-size: 18px;
  line-height: 26px;
}
.responsiveCommon #contact .contact_details .paul,
.responsiveCommon #contact .contact_details .publicity,
.responsiveCommon #contact .contact_details .bookings {
  width: 50%;
  padding-right: 40px;
  padding-left: 0;
  margin-bottom: 80px;
}
/************************************************/
/*
/* !Breakpoints */
/*
/************************************************/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 680px) and (max-width: 950px) {
  html,
  body {
    width: 100%;
    min-width: 480px;
  }
  #main {
    border: none;
  }
  #content,
  header,
  nav,
  footer {
    min-width: 480px;
  }
  #siteby {
    right: 40px;
  }
  /* Navigation */
  header {
    padding: 30px 40px 0;
  }
  header nav {
    overflow: none;
    /* Hamburger Menu (Collapsed) */
    /* Hamburger Menu (Expanded) */
  }
  header nav h1.logo {
    z-index: 99;
    font-size: 48px;
  }
  header nav h1.logo:hover {
    opacity: 1 !important;
  }
  header nav ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 99;
    background: #000;
    padding: 80px 40px 40px 40px;
  }
  header nav ul li {
    float: right;
    clear: both;
    margin: 0;
    font-size: 32px;
  }
  header nav ul li a:hover {
    color: inherit !important;
  }
  header nav #nav_toggle {
    width: 26px;
    height: 21px;
    z-index: 999;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 50px;
    display: block;
  }
  header nav #nav_toggle:hover .menubars:before {
    top: -12px;
  }
  header nav #nav_toggle:hover .menubars:after {
    top: 12px;
  }
  header nav .menubars {
    width: 32px;
    height: 2px;
    top: 6px;
    margin: 0.2em 0;
    background: #fff;
    position: relative;
    display: block;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  header nav .menubars:before {
    top: -10px;
  }
  header nav .menubars:after {
    top: 10px;
  }
  header nav .menubars:after,
  header nav .menubars:before {
    content: '';
    display: block;
    height: 2px;
    width: 32px;
    background: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  header nav.js-open h1.logo a {
    color: #bc841a !important;
    border: none !important;
  }
  header nav.js-open #nav_toggle .menubars {
    background: rgba(4, 188, 195, 0);
    width: 3px;
    left: 11px;
  }
  header nav.js-open #nav_toggle .menubars:before {
    width: 26px;
    left: -11px !important;
    top: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  header nav.js-open #nav_toggle .menubars:after {
    width: 26px;
    left: -11px !important;
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
  }
  header nav.js-open #nav_toggle:hover .menubars:before,
  header nav.js-open #nav_toggle:hover .menubars:after {
    width: 22px;
    left: -9px !important;
  }
  header nav.js-open ul {
    display: block;
  }
  #video_landing {
    padding-left: 0;
    padding-right: 0;
  }
  #video_landing .credit {
    margin-left: 40px !important;
  }
  #video_landing .enter {
    margin-right: 40px !important;
  }
  #landing .replay,
  #about .replay {
    left: auto;
    right: 60px;
    bottom: 18%;
  }
  #landing .copyLeft,
  #about .copyLeft,
  #landing .copyRight,
  #about .copyRight {
    float: right;
    width: 100%;
    margin-top: 0;
  }
  #landing .copyLeft p,
  #about .copyLeft p,
  #landing .copyRight p,
  #about .copyRight p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0.5em;
  }
  nav.landing h1.logo a {
    color: #fff !important;
  }
  #about .landscape {
    margin-left: 0;
  }
  #italia_landing .backdrop {
    background-position-x: 35% !important;
    height: 100% !important;
  }
  #italia_landing .copyLeft {
    left: 0;
  }
  #italia_landing .copyLeft .italia_heading {
    left: -80px;
  }
  #italia_landing .actions {
    top: 67%;
  }
  #alive_in_italia .copyRight {
    width: 50%;
  }
  #alive_in_italia .photos {
    left: 0;
    width: 45%;
    height: 75%;
  }
  #alive_in_italia .photos div.photo1 {
    left: 0;
    top: 25%;
    bottom: auto;
    width: 100%;
  }
  #alive_in_italia .photos div.photo2 {
    left: 15%;
    top: 0;
    width: 30%;
    bottom: auto;
    min-width: 140px;
  }
  #alive_in_italia .photos div.photo3 {
    left: 15%;
    top: 60%;
    bottom: auto;
    min-width: 170px;
  }
  #alive_in_italia .photos div.photo4 {
    left: 50%;
    top: 75%;
    bottom: auto;
    min-width: 200px;
  }
  #alive_in_italia .play_button {
    left: auto;
    right: 55%;
    top: 72%;
  }
  #music .albums .newest.album {
    width: 100%;
    clear: both;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #music .albums .older {
    clear: both;
    width: 100%;
  }
  #dates .events .column {
    width: 100%;
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #dates .events .column li {
    font-size: 18px;
    line-height: 26px;
  }
  #contact .contact_details .paul,
  #contact .contact_details .publicity,
  #contact .contact_details .bookings {
    width: 50%;
    padding-right: 40px;
    padding-left: 0;
    margin-bottom: 80px;
  }
}
/* Smartphones (portrait and landscape) ----------- */
/* @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { */
@media only screen and (max-width: 679px) {
  html,
  body {
    width: 100%;
    min-width: 480px;
  }
  #main {
    border: none;
  }
  #content,
  header,
  nav,
  footer {
    min-width: 480px;
  }
  #siteby {
    right: 40px;
  }
  /* Navigation */
  header {
    padding: 30px 40px 0;
  }
  header nav {
    overflow: none;
    /* Hamburger Menu (Collapsed) */
    /* Hamburger Menu (Expanded) */
  }
  header nav h1.logo {
    z-index: 99;
    font-size: 48px;
  }
  header nav h1.logo:hover {
    opacity: 1 !important;
  }
  header nav ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 99;
    background: #000;
    padding: 80px 40px 40px 40px;
  }
  header nav ul li {
    float: right;
    clear: both;
    margin: 0;
    font-size: 32px;
  }
  header nav ul li a:hover {
    color: inherit !important;
  }
  header nav #nav_toggle {
    width: 26px;
    height: 21px;
    z-index: 999;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 50px;
    display: block;
  }
  header nav #nav_toggle:hover .menubars:before {
    top: -12px;
  }
  header nav #nav_toggle:hover .menubars:after {
    top: 12px;
  }
  header nav .menubars {
    width: 32px;
    height: 2px;
    top: 6px;
    margin: 0.2em 0;
    background: #fff;
    position: relative;
    display: block;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  header nav .menubars:before {
    top: -10px;
  }
  header nav .menubars:after {
    top: 10px;
  }
  header nav .menubars:after,
  header nav .menubars:before {
    content: '';
    display: block;
    height: 2px;
    width: 32px;
    background: #fff;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
  }
  header nav.js-open h1.logo a {
    color: #bc841a !important;
    border: none !important;
  }
  header nav.js-open #nav_toggle .menubars {
    background: rgba(4, 188, 195, 0);
    width: 3px;
    left: 11px;
  }
  header nav.js-open #nav_toggle .menubars:before {
    width: 26px;
    left: -11px !important;
    top: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  header nav.js-open #nav_toggle .menubars:after {
    width: 26px;
    left: -11px !important;
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
  }
  header nav.js-open #nav_toggle:hover .menubars:before,
  header nav.js-open #nav_toggle:hover .menubars:after {
    width: 22px;
    left: -9px !important;
  }
  header nav.js-open ul {
    display: block;
  }
  #video_landing {
    padding-left: 0;
    padding-right: 0;
  }
  #video_landing .credit {
    margin-left: 40px !important;
  }
  #video_landing .enter {
    margin-right: 40px !important;
  }
  #landing .replay,
  #about .replay {
    left: auto;
    right: 60px;
    bottom: 18%;
  }
  #landing .copyLeft,
  #about .copyLeft,
  #landing .copyRight,
  #about .copyRight {
    float: right;
    width: 100%;
    margin-top: 0;
  }
  #landing .copyLeft p,
  #about .copyLeft p,
  #landing .copyRight p,
  #about .copyRight p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0.5em;
  }
  nav.landing h1.logo a {
    color: #fff !important;
  }
  #about .landscape {
    margin-left: 0;
  }
  #italia_landing .backdrop {
    background-position-x: 35% !important;
    height: 100% !important;
  }
  #italia_landing .copyLeft {
    left: 0;
  }
  #italia_landing .copyLeft .italia_heading {
    left: -80px;
  }
  #italia_landing .actions {
    top: 67%;
  }
  #alive_in_italia .copyRight {
    width: 50%;
  }
  #alive_in_italia .photos {
    left: 0;
    width: 45%;
    height: 75%;
  }
  #alive_in_italia .photos div.photo1 {
    left: 0;
    top: 25%;
    bottom: auto;
    width: 100%;
  }
  #alive_in_italia .photos div.photo2 {
    left: 15%;
    top: 0;
    width: 30%;
    bottom: auto;
    min-width: 140px;
  }
  #alive_in_italia .photos div.photo3 {
    left: 15%;
    top: 60%;
    bottom: auto;
    min-width: 170px;
  }
  #alive_in_italia .photos div.photo4 {
    left: 50%;
    top: 75%;
    bottom: auto;
    min-width: 200px;
  }
  #alive_in_italia .play_button {
    left: auto;
    right: 55%;
    top: 72%;
  }
  #music .albums .newest.album {
    width: 100%;
    clear: both;
    padding-right: 0;
    margin-bottom: 40px;
  }
  #music .albums .older {
    clear: both;
    width: 100%;
  }
  #dates .events .column {
    width: 100%;
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #dates .events .column li {
    font-size: 18px;
    line-height: 26px;
  }
  #contact .contact_details .paul,
  #contact .contact_details .publicity,
  #contact .contact_details .bookings {
    width: 50%;
    padding-right: 40px;
    padding-left: 0;
    margin-bottom: 80px;
  }
  #alive_in_italia {
    min-height: 680px !important;
  }
  #alive_in_italia .photos {
    display: none;
  }
  #alive_in_italia .play_button {
    top: 140px;
  }
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /*
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }*/
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /*   a[href]:after { content: " (" attr(href) ")"; } */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.css.map */