/*
 * 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 */
/*
/************************************************/
.animate {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Kameron';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/kameron/v15/vm8zdR7vXErQxuzniAIfO-rpeA.ttf) format('truetype');
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 23px;
  background: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
b,
em,
strong {
  font-weight: 800 !important;
  font-style: normal !important;
}
a {
  text-decoration: none !important;
  color: #222;
}
* {
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
h2 {
  font-size: 14px;
  font-weight: 800;
  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;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
/************************************************/
/*
/* !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.delay3 {
  animation-delay: 0.45s;
}
#main.scene .scene_element.delay4 {
  animation-delay: 0.6s;
}
#main.scene .scene_element.delay5 {
  animation-delay: 0.75s;
}
#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.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: #111;
  padding: 0;
  max-width: none;
  min-width: none;
  -webkit-font-smoothing: antialiased;
}
#main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 480px;
  max-width: 1400px;
  min-height: 100%;
  background: #111;
}
#content {
  position: relative;
  clear: both;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  min-width: 480px;
  max-width: 1400px;
  min-height: 100%;
}
.content_block {
  min-height: 400px;
}
.content_block .backdrop {
  min-height: 400px;
  background-position: center center !important;
}
/************************************************/
/*
/* !Navigation & Footer*/
/*
/************************************************/
header {
  position: relative;
  clear: both;
  width: 100%;
  padding: 20px 80px;
  height: 114px;
  box-sizing: border-box;
  background: #111;
}
header nav {
  width: 100%;
}
header nav .logo {
  position: relative;
  float: left;
  display: block;
  width: 180px;
  height: 74px;
  margin-top: 8px;
  background: url(i/raindogs_logo.svg) center center no-repeat;
  background-size: cover;
  background-size: 180px 74px;
}
header nav .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header nav ul {
  position: relative;
  float: right;
}
header nav ul li {
  position: relative;
  clear: none;
  float: left;
  margin-left: 50px;
  font-family: 'Kameron';
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 72px;
  text-transform: lowercase;
}
header nav ul li a,
header nav ul li a:visited {
  color: #797979;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
header nav ul li a:hover,
header nav ul li a:visited:hover {
  color: #fff;
}
header nav ul li a.sel,
header nav ul li a.sel:visited {
  color: #fff;
}
.no-svg header #logo {
  background-image: url(i/raindogs_logo.png);
}
/*
footer {
  position: relative;
  clear: both;
  width: 100%;
  height: 72px + 80;
  background: @dark;
}
*/
/************************************************/
/*
/* !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;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.9;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #111;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #111;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #111;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  /*   max-width: 100%; */
  max-width: 1400px;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.45);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* @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*/
/*
/************************************************/
#landing {
  position: relative;
  background: #111;
  /*
  .upcoming {
    position: absolute;
    display: block;
    left: 28%; top: 80%;
    width: 35%; min-width: 430px;
    text-transform: uppercase;
    text-align: center;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
  }
  */
}
#landing .backdrop {
  position: relative;
  display: block;
  background: url(i/backdrop_landing.jpg) center center no-repeat;
  background-size: cover;
}
#landing .backdrop:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#landing .logotype {
  position: absolute;
  display: block;
  left: 28%;
  top: 43%;
  width: 35%;
  min-width: 180px;
  max-width: 510px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: url(i/logotype_shadow.png) center center no-repeat;
  background-size: cover;
}
#landing .logotype:before {
  content: "";
  display: block;
  padding-top: 42.46031746%;
}
#landing .logotype h1 {
  position: absolute;
  left: 500px;
}
#landing .goodtothebone {
  position: absolute;
  display: block;
  left: 28%;
  top: 75%;
  width: 35%;
  min-width: 430px;
  text-align: center;
}
#landing .goodtothebone h1 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 2px;
}
.no-svg .landing_page h1 {
  background-image: url(i/logotype.png);
}
/************************************************/
/*
/* !Jowls*/
/*
/************************************************/
#jowls {
  position: relative;
}
#jowls:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#jowls .panel {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
  background: #111;
}
#jowls .panel .backdrop {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#jowls .panel.michael {
  left: 0;
}
#jowls .panel.michael .backdrop {
  background-image: url(i/portrait_michael.jpg);
}
#jowls .panel.mark {
  left: 20%;
}
#jowls .panel.mark .backdrop {
  background-image: url(i/portrait_mark.jpg);
}
#jowls .panel.john {
  left: 40%;
}
#jowls .panel.john .backdrop {
  background-image: url(i/portrait_john.jpg);
}
#jowls .panel.marty {
  left: 60%;
}
#jowls .panel.marty .backdrop {
  background-image: url(i/portrait_marty.jpg);
}
#jowls .panel.dan {
  left: 80%;
}
#jowls .panel.dan .backdrop {
  background-image: url(i/portrait_dan.jpg);
}
#jowls .panel h1,
#jowls .panel h2 {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 50%;
  text-align: center;
  line-height: 40px;
  opacity: 0;
  cursor: default;
}
#jowls .panel h1 {
  margin-top: -30px;
  color: #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#jowls .panel h2 {
  margin-top: 26px;
  color: #9a9a9a;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  line-height: 30px;
  font-weight: 800;
}
#jowls .panel:hover .backdrop {
  opacity: 0.2;
  transform: scale(1.1);
}
#jowls .panel:hover h1 {
  opacity: 1;
  margin-top: -40px;
}
#jowls .panel:hover h2 {
  opacity: 1;
  margin-top: 16px;
}
/************************************************/
/*
/* !Bones*/
/*
/************************************************/
#bones {
  position: relative;
  background: #111;
}
#bones .backdrop {
  position: relative;
  display: block;
  background: url(i/backdrop_bones.jpg) 20% top no-repeat !important;
  background-size: cover;
}
#bones .backdrop:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#bones p {
  display: block;
  position: absolute;
  width: 40%;
  max-width: 360px;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  line-height: 36px;
  font-weight: 800;
  color: #fff;
}
/************************************************/
/*
/* !Howls*/
/*
/************************************************/
#howls {
  position: relative;
  background: #111;
  min-height: 600px !important;
  /*
  #player {
    position: absolute;
    left: 65%; bottom: 50%;
    z-index: 99;
    width: 40px; height: 39px;
    background: @blue;
    cursor: pointer;
    display: none;

    .icon {
      position: absolute;
      display: block;
      left: 13px; top: 8px;
      width: 20px; height: 20px;

      div {
        border-radius: 1px;
        background:#fff;
        transition:.2s;
        position:absolute;
      }
      .top {
        width: 2px; height:18px;
        top:0;
        left:0;
      }
      .right {
        width: 2px;
        height: 18px;
        top:0;
        left: 16px;
      }
      .left {
        width: 2px;
        height: 18px;
        top:0;
        left:0;
      }

      &.play {
        transform:rotate(-90deg);
        .top {
          transform:rotate(-90deg) translate(8px, 8px) scaleY(1);
        }
        .right{
          transform-origin:center top;
          transform:rotate(29deg) translate(1px, 1px) scaleY(1);
        }
        .left{
          transform-origin:center top;
          transform:rotate(-29deg) translate(-1px, 1px) scaleY(1);
        }
      }

      &.pause {
        transform:rotate(0deg);
        top: 10px; left: 12px;
        .top{
          opacity:0;
        }
        .right{
          width: 3px;
          transform:translateX(-4px) scaleY(.9);
        }
        .left{
          width: 3px;
          transform:translateX(1px) scaleY(.9);
        }
      }
    }
    &:hover .icon div {
      background: #222;
    }
  }
  */
}
#howls .backdrop {
  position: relative;
  display: block;
  background: url(i/backdrop_howls.jpg) 30% center no-repeat !important;
  background-size: cover;
  min-height: 600px !important;
}
#howls .backdrop:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#howls ul.playlist {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 29%;
  min-width: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#howls ul.playlist li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 26px;
  cursor: pointer;
}
#howls ul.playlist li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  height: 0.55em;
  width: 0.55em;
  opacity: 0.3;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#howls ul.playlist li:hover:before {
  opacity: 1;
}
#howls ul.playlist li.playing:before {
  transform: translateY(-50%) rotate(0deg);
  border-width: 0.15em 0.15em 0.15em 0.15em;
  background: #ffffff;
  height: 0.35em;
  width: 0.35em;
}
#howls ul.playlist li.playing .progress,
#howls ul.playlist li.playing .track {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
}
#howls ul.playlist li.playing .progress {
  bottom: -4px;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
#howls ul.playlist li.playing .progress .track {
  top: 0;
  width: 0;
  background: #fff;
}
/************************************************/
/*
/* !Pics*/
/*
/************************************************/
#pics {
  position: relative;
  perspective: 1000px;
}
#pics:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#pics .credit {
  position: absolute;
  right: 25%;
  bottom: -30px;
  width: 50%;
  color: #444;
  font-size: 11px;
  text-align: center;
}
#pics .card {
  position: absolute;
  width: 50%;
  height: 50%;
  transition: 0.6s;
  transform-style: preserve-3d;
  z-index: 1;
}
#pics .card.center {
  left: 34%;
  top: 25%;
  width: 32%;
  min-width: 400px;
  z-index: 10;
  transform: translateZ(300px) rotateY(0deg) scale(0.7);
}
#pics .card.center .face .front {
  z-index: 10;
}
#pics .card.center .face .back {
  z-index: 9;
}
#pics .card.first,
#pics .card.second {
  top: 0;
}
#pics .card.third,
#pics .card.fourth {
  bottom: 0;
}
#pics .card.first,
#pics .card.third {
  left: 0;
}
#pics .card.second,
#pics .card.fourth {
  right: 0;
}
#pics .card .face {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden !important;
  -webkit-transform-style: preserve-3d;
  background-size: cover !important;
  background-position: center center;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#pics .card .face.front {
  z-index: 2;
  transform: rotateX(0deg);
  opacity: 1;
}
#pics .card .face.back {
  z-index: 1;
  transform: rotateX(180deg);
  opacity: 0;
}
#pics .card.center .face.back {
  transform: rotateY(180deg);
}
#pics .card.flipped {
  transform: rotateX(180deg);
}
#pics .card.flipped.center {
  transform: translateZ(300px) rotateY(180deg) scale(0.7);
}
#pics .card.flipped .front {
  opacity: 0;
}
#pics .card.flipped .back {
  opacity: 1;
}
/************************************************/
/*
/* !Flicks*/
/*
/************************************************/
#flicks {
  position: relative;
  background: #111;
}
#flicks .backdrop {
  position: relative;
  display: block;
  background: url(i/backdrop_flicks.jpg) 20% top no-repeat !important;
  background-size: cover;
}
#flicks .backdrop:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#flicks h1 {
  position: absolute;
  width: 40%;
  left: 10%;
  top: 50%;
  text-align: center;
  line-height: 36px;
  margin-top: -18px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer !important;
}
#flicks h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  cursor: pointer !important;
}
#flicks h1 span.nothin {
  display: none;
}
/************************************************/
/*
/* !Holler*/
/*
/************************************************/
#holler {
  position: relative;
  background: #111;
}
#holler .backdrop {
  position: relative;
  display: block;
  background: url(i/backdrop_holler.jpg) left top no-repeat !important;
  background-size: cover;
}
#holler .backdrop:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
#holler ul {
  position: absolute;
  width: 40%;
  left: 10%;
  top: 15%;
  list-style: none;
}
#holler ul li,
#holler ul a {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
}
#holler ul li {
  margin-bottom: 30px;
}
#holler ul li a {
  color: #fff;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#holler ul li a:hover {
  color: #aaa;
}
#holler ul li.facebook {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(i/icon-facebook.png) left top no-repeat;
  background-size: cover;
  opacity: 0.5;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#holler ul li.facebook:hover {
  opacity: 1;
}
#holler ul li.facebook a {
  display: block;
  width: 100%;
  height: 100%;
}
/************************************************/
/*
/* !404 Error Page*/
/*
/************************************************/
/************************************************/
/*
/* !Responsive Mixins */
/*
/************************************************/
.responsiveCommon {
  /* Navigation */
}
.responsiveCommon html,
.responsiveCommon body {
  width: 100%;
  min-width: 480px;
}
.responsiveCommon #content,
.responsiveCommon header,
.responsiveCommon nav,
.responsiveCommon footer {
  min-width: 480px;
}
.responsiveCommon .content_block {
  min-height: 640px;
  min-height: auto;
  overflow-x: hidden;
}
.responsiveCommon .content_block .backdrop {
  min-height: 640px;
  min-height: auto;
  background-position: center center !important;
}
.responsiveCommon h1 {
  font-size: 30px !important;
}
.responsiveCommon header nav {
  overflow: none;
  /* Hamburger Menu (Collapsed) */
  /* Hamburger Menu (Expanded) */
}
.responsiveCommon header nav ul {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 99;
  background: #000;
  padding: 60px 80px 40px 40px;
}
.responsiveCommon header nav ul li {
  float: right;
  clear: both;
  margin: 0;
  font-size: 30px;
}
.responsiveCommon header nav .logo {
  margin-left: -40px;
}
.responsiveCommon header nav #nav_toggle {
  width: 26px;
  height: 21px;
  z-index: 999;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 46px;
  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 #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 #landing {
  /*
  	.upcoming {
    	width: 100%;
    	left: 50%;
  	}*/
}
.responsiveCommon #landing .logotype {
  /*, .jazzfest { */
  left: 35%;
}
.responsiveCommon #landing .logotype {
  width: 40%;
  min-width: 250px;
}
.responsiveCommon #landing .goodtothebone {
  width: 100%;
  left: 50%;
}
.responsiveCommon #jowls:before {
  display: none;
}
.responsiveCommon #jowls .panel {
  width: 100%;
  height: 400px;
  position: relative;
  float: left;
  left: auto !important;
  top: auto;
}
.responsiveCommon #jowls .panel .backdrop {
  width: 50%;
  background-position-y: 25% !important;
}
.responsiveCommon #jowls .panel h1,
.responsiveCommon #jowls .panel h2 {
  width: 50%;
  left: 50%;
  display: block;
  opacity: 1;
}
.responsiveCommon #jowls .panel:nth-child(even) .backdrop {
  left: 50%;
}
.responsiveCommon #jowls .panel:nth-child(even) h1,
.responsiveCommon #jowls .panel:nth-child(even) h2 {
  left: 0;
}
.responsiveCommon #jowls .panel h1 {
  margin-top: -60px !important;
  font-size: 26px !important;
}
.responsiveCommon #jowls .panel h2 {
  margin-top: 0px !important;
  font-size: 17px;
}
.responsiveCommon #jowls .panel:hover .backdrop {
  opacity: 1;
  transform: none;
}
.responsiveCommon #jowls .panel:hover h1,
.responsiveCommon #jowls .panel:hover h2 {
  opacity: 1;
}
.responsiveCommon #bones .backdrop {
  background-position-x: 50% !important;
}
.responsiveCommon #bones .backdrop:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.responsiveCommon #bones p.left {
  width: 80% !important;
  max-width: none !important;
}
.responsiveCommon #howls {
  min-height: 720px;
}
.responsiveCommon #howls .backdrop {
  min-height: 720px !important;
}
.responsiveCommon #howls h1.left {
  top: 18%;
  left: 15%;
}
.responsiveCommon #howls h1.right {
  top: 95% !important;
  left: 15%;
  margin-top: 0;
}
.responsiveCommon #howls .repertoire {
  min-height: 720px;
}
.responsiveCommon #howls .repertoire .list {
  top: 40px;
  margin-top: 0;
  width: 40%;
}
.responsiveCommon #howls .repertoire .list.first,
.responsiveCommon #howls .repertoire .list.third {
  left: 8%;
}
.responsiveCommon #howls .repertoire .list.second,
.responsiveCommon #howls .repertoire .list.fourth {
  left: 52%;
}
.responsiveCommon #howls .repertoire .list li {
  font-size: 26px;
  line-height: 26px;
}
.responsiveCommon #howls .repertoire .more {
  left: 50%;
}
.responsiveCommon #howls .listen .backdrop {
  background-position-x: 35% !important;
}
.responsiveCommon #howls .listen .list {
  width: 75%;
  top: 40px;
  margin-top: 0;
}
.responsiveCommon #howls .listen .list li {
  font-size: 26px !important;
  line-height: 30px;
}
.responsiveCommon #flicks .backdrop {
  background-position-x: 50% !important;
}
.responsiveCommon #flicks h1 {
  left: 0;
  width: 100%;
}
.responsiveCommon #pics:before {
  display: none;
}
.responsiveCommon #pics .card,
.responsiveCommon #pics .card.center {
  position: relative;
  right: auto;
  bottom: auto;
  top: auto;
  left: auto;
  float: left;
  clear: both;
  width: 100%;
  height: 800px;
  transform: none !important;
}
.responsiveCommon #pics .card.first,
.responsiveCommon #pics .card.center.first,
.responsiveCommon #pics .card.second,
.responsiveCommon #pics .card.center.second {
  top: auto;
}
.responsiveCommon #pics .card.third,
.responsiveCommon #pics .card.center.third,
.responsiveCommon #pics .card.fourth,
.responsiveCommon #pics .card.center.fourth {
  bottom: auto;
}
.responsiveCommon #pics .card.first,
.responsiveCommon #pics .card.center.first,
.responsiveCommon #pics .card.third,
.responsiveCommon #pics .card.center.third {
  left: auto;
}
.responsiveCommon #pics .card.second,
.responsiveCommon #pics .card.center.second,
.responsiveCommon #pics .card.fourth,
.responsiveCommon #pics .card.center.fourth {
  right: auto;
}
.responsiveCommon #pics .card .face.front,
.responsiveCommon #pics .card.center .face.front,
.responsiveCommon #pics .card .face.back,
.responsiveCommon #pics .card.center .face.back {
  position: relative;
  display: block;
  right: auto;
  bottom: auto;
  top: auto;
  left: auto;
  width: 100%;
  height: 400px;
  float: left;
  clear: both;
  opacity: 1 !important;
  transform: none !important;
  backface-visibility: visible !important;
}
.responsiveCommon #pics .credit {
  position: relative;
  display: block;
  float: left;
  clear: both;
  right: auto;
  bottom: auto;
  width: 100% !important;
  height: 30px;
  padding: 20px 0;
  text-align: center;
}
.responsiveCommon #holler .backdrop {
  background-position-x: 18% !important;
}
.responsiveCommon #holler .backdrop:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.responsiveCommon #holler li,
.responsiveCommon #holler li a {
  font-size: 22px !important;
  line-height: 30px;
}
/************************************************/
/*
/* !Breakpoints */
/*
/************************************************/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 680px) and (max-width: 950px) {
  html,
  body {
    width: 100%;
    min-width: 480px;
  }
  #content,
  header,
  nav,
  footer {
    min-width: 480px;
  }
  .content_block {
    min-height: 640px;
    min-height: auto;
    overflow-x: hidden;
  }
  .content_block .backdrop {
    min-height: 640px;
    min-height: auto;
    background-position: center center !important;
  }
  h1 {
    font-size: 30px !important;
  }
  /* Navigation */
  header nav {
    overflow: none;
    /* Hamburger Menu (Collapsed) */
    /* Hamburger Menu (Expanded) */
  }
  header nav ul {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 99;
    background: #000;
    padding: 60px 80px 40px 40px;
  }
  header nav ul li {
    float: right;
    clear: both;
    margin: 0;
    font-size: 30px;
  }
  header nav .logo {
    margin-left: -40px;
  }
  header nav #nav_toggle {
    width: 26px;
    height: 21px;
    z-index: 999;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 46px;
    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 #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;
  }
  #landing {
    /*
  	.upcoming {
    	width: 100%;
    	left: 50%;
  	}*/
  }
  #landing .logotype {
    /*, .jazzfest { */
    left: 35%;
  }
  #landing .logotype {
    width: 40%;
    min-width: 250px;
  }
  #landing .goodtothebone {
    width: 100%;
    left: 50%;
  }
  #jowls:before {
    display: none;
  }
  #jowls .panel {
    width: 100%;
    height: 400px;
    position: relative;
    float: left;
    left: auto !important;
    top: auto;
  }
  #jowls .panel .backdrop {
    width: 50%;
    background-position-y: 25% !important;
  }
  #jowls .panel h1,
  #jowls .panel h2 {
    width: 50%;
    left: 50%;
    display: block;
    opacity: 1;
  }
  #jowls .panel:nth-child(even) .backdrop {
    left: 50%;
  }
  #jowls .panel:nth-child(even) h1,
  #jowls .panel:nth-child(even) h2 {
    left: 0;
  }
  #jowls .panel h1 {
    margin-top: -60px !important;
    font-size: 26px !important;
  }
  #jowls .panel h2 {
    margin-top: 0px !important;
    font-size: 17px;
  }
  #jowls .panel:hover .backdrop {
    opacity: 1;
    transform: none;
  }
  #jowls .panel:hover h1,
  #jowls .panel:hover h2 {
    opacity: 1;
  }
  #bones .backdrop {
    background-position-x: 50% !important;
  }
  #bones .backdrop:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #bones p.left {
    width: 80% !important;
    max-width: none !important;
  }
  #howls {
    min-height: 720px;
  }
  #howls .backdrop {
    min-height: 720px !important;
  }
  #howls h1.left {
    top: 18%;
    left: 15%;
  }
  #howls h1.right {
    top: 95% !important;
    left: 15%;
    margin-top: 0;
  }
  #howls .repertoire {
    min-height: 720px;
  }
  #howls .repertoire .list {
    top: 40px;
    margin-top: 0;
    width: 40%;
  }
  #howls .repertoire .list.first,
  #howls .repertoire .list.third {
    left: 8%;
  }
  #howls .repertoire .list.second,
  #howls .repertoire .list.fourth {
    left: 52%;
  }
  #howls .repertoire .list li {
    font-size: 26px;
    line-height: 26px;
  }
  #howls .repertoire .more {
    left: 50%;
  }
  #howls .listen .backdrop {
    background-position-x: 35% !important;
  }
  #howls .listen .list {
    width: 75%;
    top: 40px;
    margin-top: 0;
  }
  #howls .listen .list li {
    font-size: 26px !important;
    line-height: 30px;
  }
  #flicks .backdrop {
    background-position-x: 50% !important;
  }
  #flicks h1 {
    left: 0;
    width: 100%;
  }
  #pics:before {
    display: none;
  }
  #pics .card,
  #pics .card.center {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    float: left;
    clear: both;
    width: 100%;
    height: 800px;
    transform: none !important;
  }
  #pics .card.first,
  #pics .card.center.first,
  #pics .card.second,
  #pics .card.center.second {
    top: auto;
  }
  #pics .card.third,
  #pics .card.center.third,
  #pics .card.fourth,
  #pics .card.center.fourth {
    bottom: auto;
  }
  #pics .card.first,
  #pics .card.center.first,
  #pics .card.third,
  #pics .card.center.third {
    left: auto;
  }
  #pics .card.second,
  #pics .card.center.second,
  #pics .card.fourth,
  #pics .card.center.fourth {
    right: auto;
  }
  #pics .card .face.front,
  #pics .card.center .face.front,
  #pics .card .face.back,
  #pics .card.center .face.back {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    width: 100%;
    height: 400px;
    float: left;
    clear: both;
    opacity: 1 !important;
    transform: none !important;
    backface-visibility: visible !important;
  }
  #pics .credit {
    position: relative;
    display: block;
    float: left;
    clear: both;
    right: auto;
    bottom: auto;
    width: 100% !important;
    height: 30px;
    padding: 20px 0;
    text-align: center;
  }
  #holler .backdrop {
    background-position-x: 18% !important;
  }
  #holler .backdrop:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #holler li,
  #holler li a {
    font-size: 22px !important;
    line-height: 30px;
  }
}
/* 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;
  }
  #content,
  header,
  nav,
  footer {
    min-width: 480px;
  }
  .content_block {
    min-height: 640px;
    min-height: auto;
    overflow-x: hidden;
  }
  .content_block .backdrop {
    min-height: 640px;
    min-height: auto;
    background-position: center center !important;
  }
  h1 {
    font-size: 30px !important;
  }
  /* Navigation */
  header nav {
    overflow: none;
    /* Hamburger Menu (Collapsed) */
    /* Hamburger Menu (Expanded) */
  }
  header nav ul {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 99;
    background: #000;
    padding: 60px 80px 40px 40px;
  }
  header nav ul li {
    float: right;
    clear: both;
    margin: 0;
    font-size: 30px;
  }
  header nav .logo {
    margin-left: -40px;
  }
  header nav #nav_toggle {
    width: 26px;
    height: 21px;
    z-index: 999;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 46px;
    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 #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;
  }
  #landing {
    /*
  	.upcoming {
    	width: 100%;
    	left: 50%;
  	}*/
  }
  #landing .logotype {
    /*, .jazzfest { */
    left: 35%;
  }
  #landing .logotype {
    width: 40%;
    min-width: 250px;
  }
  #landing .goodtothebone {
    width: 100%;
    left: 50%;
  }
  #jowls:before {
    display: none;
  }
  #jowls .panel {
    width: 100%;
    height: 400px;
    position: relative;
    float: left;
    left: auto !important;
    top: auto;
  }
  #jowls .panel .backdrop {
    width: 50%;
    background-position-y: 25% !important;
  }
  #jowls .panel h1,
  #jowls .panel h2 {
    width: 50%;
    left: 50%;
    display: block;
    opacity: 1;
  }
  #jowls .panel:nth-child(even) .backdrop {
    left: 50%;
  }
  #jowls .panel:nth-child(even) h1,
  #jowls .panel:nth-child(even) h2 {
    left: 0;
  }
  #jowls .panel h1 {
    margin-top: -60px !important;
    font-size: 26px !important;
  }
  #jowls .panel h2 {
    margin-top: 0px !important;
    font-size: 17px;
  }
  #jowls .panel:hover .backdrop {
    opacity: 1;
    transform: none;
  }
  #jowls .panel:hover h1,
  #jowls .panel:hover h2 {
    opacity: 1;
  }
  #bones .backdrop {
    background-position-x: 50% !important;
  }
  #bones .backdrop:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #bones p.left {
    width: 80% !important;
    max-width: none !important;
  }
  #howls {
    min-height: 720px;
  }
  #howls .backdrop {
    min-height: 720px !important;
  }
  #howls h1.left {
    top: 18%;
    left: 15%;
  }
  #howls h1.right {
    top: 95% !important;
    left: 15%;
    margin-top: 0;
  }
  #howls .repertoire {
    min-height: 720px;
  }
  #howls .repertoire .list {
    top: 40px;
    margin-top: 0;
    width: 40%;
  }
  #howls .repertoire .list.first,
  #howls .repertoire .list.third {
    left: 8%;
  }
  #howls .repertoire .list.second,
  #howls .repertoire .list.fourth {
    left: 52%;
  }
  #howls .repertoire .list li {
    font-size: 26px;
    line-height: 26px;
  }
  #howls .repertoire .more {
    left: 50%;
  }
  #howls .listen .backdrop {
    background-position-x: 35% !important;
  }
  #howls .listen .list {
    width: 75%;
    top: 40px;
    margin-top: 0;
  }
  #howls .listen .list li {
    font-size: 26px !important;
    line-height: 30px;
  }
  #flicks .backdrop {
    background-position-x: 50% !important;
  }
  #flicks h1 {
    left: 0;
    width: 100%;
  }
  #pics:before {
    display: none;
  }
  #pics .card,
  #pics .card.center {
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    float: left;
    clear: both;
    width: 100%;
    height: 800px;
    transform: none !important;
  }
  #pics .card.first,
  #pics .card.center.first,
  #pics .card.second,
  #pics .card.center.second {
    top: auto;
  }
  #pics .card.third,
  #pics .card.center.third,
  #pics .card.fourth,
  #pics .card.center.fourth {
    bottom: auto;
  }
  #pics .card.first,
  #pics .card.center.first,
  #pics .card.third,
  #pics .card.center.third {
    left: auto;
  }
  #pics .card.second,
  #pics .card.center.second,
  #pics .card.fourth,
  #pics .card.center.fourth {
    right: auto;
  }
  #pics .card .face.front,
  #pics .card.center .face.front,
  #pics .card .face.back,
  #pics .card.center .face.back {
    position: relative;
    display: block;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
    width: 100%;
    height: 400px;
    float: left;
    clear: both;
    opacity: 1 !important;
    transform: none !important;
    backface-visibility: visible !important;
  }
  #pics .credit {
    position: relative;
    display: block;
    float: left;
    clear: both;
    right: auto;
    bottom: auto;
    width: 100% !important;
    height: 30px;
    padding: 20px 0;
    text-align: center;
  }
  #holler .backdrop {
    background-position-x: 18% !important;
  }
  #holler .backdrop:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #holler li,
  #holler li a {
    font-size: 22px !important;
    line-height: 30px;
  }
}
/* =============================================================================
   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 */