/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Yellow Design Studio
 * License URL: http://www.fontspring.com/licenses/yellow-design-studio/webfont
 *
 *
 */

@font-face {
    font-family: 'eveleth_regularregular';
    src: url('../webfonts/EvelethRegular-webfont.eot');
    src: url('../webfonts/EvelethRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/EvelethRegular-webfont.woff2') format('woff2'),
         url('../webfonts/EvelethRegular-webfont.woff') format('woff'),
         url('../webfonts/EvelethRegular-webfont.ttf') format('truetype'),
         url('../webfonts/EvelethRegular-webfont.svg#eveleth_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'evelethclean_regular';
    src: url('../webfonts/EvelethClean-webfont.eot');
    src: url('../webfonts/EvelethClean-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/EvelethClean-webfont.woff2') format('woff2'),
         url('../webfonts/EvelethClean-webfont.woff') format('woff'),
         url('../webfonts/EvelethClean-webfont.ttf') format('truetype'),
         url('../webfonts/EvelethClean-webfont.svg#evelethclean_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'evelethclean_thin';
    src: url('../webfonts/EvelethCleanThin-webfont.eot');
    src: url('../webfonts/EvelethCleanThin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/EvelethCleanThin-webfont.woff2') format('woff2'),
         url('../webfonts/EvelethCleanThin-webfont.woff') format('woff'),
         url('../webfonts/EvelethCleanThin-webfont.ttf') format('truetype'),
         url('../webfonts/EvelethCleanThin-webfont.svg#evelethclean_thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo_slab500';
    src: url('../webfonts/Museo_Slab_500_2-webfont.eot');
    src: url('../webfonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Museo_Slab_500_2-webfont.woff2') format('woff2'),
         url('../webfonts/Museo_Slab_500_2-webfont.woff') format('woff'),
         url('../webfonts/Museo_Slab_500_2-webfont.ttf') format('truetype'),
         url('../webfonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museo_slab500_italic';
    src: url('../webfonts/Museo_Slab_500italic-webfont.eot');
    src: url('../webfonts/Museo_Slab_500italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Museo_Slab_500italic-webfont.woff2') format('woff2'),
         url('../webfonts/Museo_Slab_500italic-webfont.woff') format('woff'),
         url('../webfonts/Museo_Slab_500italic-webfont.ttf') format('truetype'),
         url('../webfonts/Museo_Slab_500italic-webfont.svg#museo_slab500_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSlab700Regular';
    src: url('../webfonts/Museo_Slab_700-webfont.eot');
    src: url('../webfonts/Museo_Slab_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/Museo_Slab_700-webfont.woff') format('woff'),
         url('../webfonts/Museo_Slab_700-webfont.ttf') format('truetype'),
         url('../webfonts/Museo_Slab_700-webfont.svg#MuseoSlab700Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
	font-family: 'icomoon';
	src:url('../webfonts/icomoon.eot?rckmq5');
	src:url('../webfonts/icomoon.eot?#iefixrckmq5') format('embedded-opentype'),
		url('../webfonts/icomoon.woff?rckmq5') format('woff'),
		url('../webfonts/icomoon.ttf?rckmq5') format('truetype'),
		url('../webfonts/icomoon.svg?rckmq5#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}







body{
	background-color: #000;
	border: 1px solid #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	text-decoration: none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;
}

h1, h2, h3, h4, h5 {
	font-family: 'evelethclean_regular';
	-webkit-backface-visibility: hidden;
	color: #fff;
}
h1 {
	opacity: 0.7;
}
h2 {
	opacity: 1;
}
h3 {
	opacity: .7;
}

h4 {
    text-align: left;
	opacity: .9;
}

p {
	font-family: 'museo_slab500';
	color: #fff;
	text-align: left;
	-webkit-backface-visibility: hidden;
}

p a {
	color: #a0a0a0;
	text-decoration: none;
}

p a:hover {
	color: #6969ab;
	text-decoration: none;	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out; 

}

q:before,q:after {
    content:'';
}

.p-italicXXXXXXXXX {
	font-family: 'museo_slab500_italic';
}


/* Custom CSS
 * --------------------------------------- */
 
#section3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;

}
.section-content {
    width: 90%;
    margin: auto;
}

.slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.slide-content {
    width: 90%;
    margin: auto;
}

.slide-content img {
    max-width:100%;
    height:auto;
}

.slide-content h2 {
    margin-bottom: 50px;
}

#slide12 .slide-content {
width: 100%;
}

.section{
	text-align:center;
}

.intro {
position: absolute;
width: 100%;
top: 10%;
}

.intro img {
max-width:100%;
height:auto;
margin: auto;
}

#intro-logo {
	opacity: 0;
}

.intro-type {
position: absolute; 
bottom: 125px; 
width: 100%
}

.notice {
	font-family: 'evelethclean_thin';
	color: #fff;
	font-size: 12px; 
	line-height: 20px;
	width: 100%;
	text-align: center; 
	position: absolute; 
	bottom: 25px; 
}
.notice-sm {
	text-align: center;
	font-size: 9px; 
	line-height: 12px;
}
.notice a, .notice-sm a {
color: #fff; 
text-decoration: none;  
cursor: pointer; 
}  
 
 
/* Defining each section background and styles
	* --------------------------------------- */
	#section0{
	background: #000000 url(../images/bg/bg-intro.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#section1{
	background: #000000 url(../images/bg/bg-concrete.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#section2{
	background: #000000 url(../imgs/nothing) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#section3{
	background: #000000 url(../imgs/nothing) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}


 	/*Adding background for the slides
	* --------------------------------------- */
	#slide11{  /* BIO */
	background: #000000 url(../images/bg/bg-fender.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#slide12{  /* PICS */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#slide13{  /* MUSIC */
	background: #000000 url(../images/bg/bg-harps.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#slide21{  /* SHOWS */
	background: #000000 url(../images/bg/bg-ludwigs.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#slide22{  /* FLIERS */
	background: #000000 url(../images/bg/bg-pedalboard.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#slide31{  /* SHOWS */
	background: #000000 url(../images/bg/bg-mic.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	#slide32{  /* FLIERS */
	background: #000000 url(../images/bg/bg-congas.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}


/* -- MENU NAVIGATION (desktop)
------------------------------------------------------------- */

#menu ul {
	font-family: 'evelethclean_thin';
    font-weight: normal;
        cursor: default;
    }
#menu li {
	display:inline-block;
	color: #fff;
}
#menu li.active{
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; 
}
#menu li.active a:hover {
	color: #fff;
}
#menu li a:hover {
	color: #fff;
}
#menu li a,
#menu li.active a{
	display:block;
}
#menu li.active a{
	color: #fff;
}

#menu {
	background: rgba(255,255,255,0.55);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
}
#menu-title, #menu-title-sm {
  position: absolute;
  font-family: 'evelethclean_regular';
    font-weight: normal;
    font-size: 18pt;
    text-align: left;
	top: 22px;
    color: rgba(255,255,255,1);
    display: none;
}
#menu-title a, #menu-title-sm a {
    color: #fff;
}


[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-fb-menu:before {
	content: "\e600";
	font-size: 22px;
	text-decoration: none;
	color: #000;
	line-height: 1;
	vertical-align: sub;

}
.icon-fb-menu:hover:after, .icon-fb-menu:hover:before {
	color: #fff;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out; 
}


/* -- MENU NAVIGATION (mobile)
------------------------------------------------------------- */

.mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
}
.mobile div {
  display: none;
}
.mobile hambutton {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 75px;
  height: 50px;
  text-indent: 30px;
}

.mobile hambutton span,
.mobile hambutton span:before,
.mobile hambutton span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: white;
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  left: 0;
}

.mobile hambutton span h5 {
  font-family: 'evelethclean_regular';
  font-size: 10px;
  color: #fff;
  margin-top: -3px;
  letter-spacing: 1px;
}

.mobile hambutton span:before,
.mobile hambutton span:after {
  content: "";
}

.mobile hambutton span {
  top: 8px;
}

.mobile hambutton span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 25% 100%;
  transform-origin: 33% 100%;
  top: -8px;
  z-index: 10;
}

.mobile hambutton span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 25% 0;
  transform-origin: 33% 0;
  top: 8px;
}

.mobile hambutton.expanded span,
.mobile hambutton.expanded span:before,
.mobile hambutton.expanded span:after {
  background-color: transparent;
}

.mobile hambutton.expanded span:before {
  -moz-transform: translateY(8px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(8px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(4px) translateX(1px) rotate(45deg);
  transform: translateY(8px) translateX(1px) rotate(45deg);
  background-color: white;
}

.mobile hambutton.expanded span:after {
  -moz-transform: translateY(-8px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-4px) translateX(1px) rotate(-45deg);
  transform: translateY(-8px) translateX(1px) rotate(-45deg);
  background-color: white;
}

.mobile a {
  display: block;
  font-family: 'evelethclean_thin';
  font-weight: normal;
  cursor: default;
  font-size: 12px;
  background: rgba(0,0,0,0.75);
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}

.mobile a:first-child {
  padding-top: 25px;
}

.mobile a:hover,
.mobile a:active,
.mobile a:focus {
  background: rgba(255,255,255,0.75);
  color: #000;
}



 /* -- SLIDES NAVIGATION
------------------------------------------------------------- */
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 30px;
}
.fp-slidesNav ul {
  margin: -5px;
  padding: 0;
}
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 26px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
    margin: 0 10px 0 10px;
}
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.fp-slidesNav ul li a.active span {
    background: rgba(255, 255, 255, 1);
    width: 12px;
    height: 12px;
    top: 0;
    opacity: 1;
 transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.fp-slidesNav ul li a span {
    top: 0;
    left: 2px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0);
    border-radius: 15%;
    position: absolute;
    z-index: 1;
    opacity: 1;
 transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.fp-slidesNav ul li a span:hover,
.fp-slidesNav ul li a span:focus {
	background: #fff;
	opacity: 1;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    cursor: pointer;
    width: 40px;
    height: 50px;
}
.fp-controlArrow.fp-prev {
	left: 50%;	
	margin-left: -78px;
	background: url(../images/assets/arrows.svg) no-repeat center left;
	display:block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.fp-controlArrow.fp-prev:hover {
-webkit-transform:translate(-5px);
   -moz-transform:translate(-5px);
    -ms-transform:translate(-5px);
     -o-transform:translate(-5px);
        transform:translate(-5px);
-webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
}

.fp-controlArrow.fp-next {
    right: 50%;
	margin-right: -83px;
	background: url(../images/assets/arrows.svg) no-repeat center right;
display:block;
-webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
}
.fp-controlArrow.fp-next:hover {
-webkit-transform:translate(5px);
   -moz-transform:translate(5px);
    -ms-transform:translate(5px);
     -o-transform:translate(5px);
        transform:translate(5px);
-webkit-transition:all 0.3s ease;
   -moz-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
        transition:all 0.3s ease;
}

/* modals styling */

.credits {
	height: auto;
	width: 200px;
	font-family: 'evelethclean_thin';
	font-size: 7pt;
	letter-spacing: 2px;
	position: absolute;
	z-index: 3000;
	bottom: 38px;
	left: 40px;
}
.credits a {
	color: #fff;
	text-decoration: none;
}
.credits a:hover {
	color: #6969ab;
	text-decoration: none;
}

.flyerpop {
	border: none; 
	background: transparent;
	}




.icon-fb-icon{
	width: 38px;
	height: 38px;
    display: block;
	margin: 4px 10px 0 0;
    float: left; 
    position: relative;
    z-index: 500;
}
.icon-fb-icon:before {
	content: "\e601";
	color: #fff;
	font-size: 38px;
}
.icon-fb-icon:hover:after, .icon-fb-icon:hover:before {
	color: #6969ab;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out; 
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#000; 
	z-index:5001; 
}

#status {
	width:100%;
	height:100%;
	position:absolute;
	background-image:url(../images/logo/sprocket.svg); 
	background-repeat:no-repeat;
	background-position:center center;

    -webkit-animation: rotation 5s infinite linear;
	-moz-animation: rotation 5s infinite linear;
	-o-animation: rotation 5s infinite linear;
	-ms-animation: rotation 5s infinite linear;
	animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to   {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to   {-o-transform: rotate(359deg);}
}
@-ms-keyframes rotation {
    from {-ms-transform: rotate(0deg);}
    to   {-ms-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to   {transform: rotate(359deg);}
}

#logo {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1002; 
	background-image:url(../images/logo/logo.svg); 
	background-repeat:no-repeat;
	background-position:center center;
	margin-left: 1px;
}


/* HOMEPAGE BOUNCING ARROW */

.arrow {
position: absolute;  bottom: 60px;
  z-index: 200;
  left: 50%;
  margin-left: -20px;
  width: 30px;
  height: 25px;
  color: transparent; 
  background: transparent url(../images/assets/arrow-down.svg) no-repeat center left;
  background-size: contain;
}

.arrow a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    }

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
 }

@-moz-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-ms-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}


/* -- SHOPPING CART
------------------------------------------------------------- */


.merch {
  text-align: center;
}

.select {
  position: relative;
  display: inline-block;
  width: 140px;
}
.select select {
  font-family: 'evelethclean_thin';
  display: inline-block;
  width: 100%;
  cursor: pointer;
  margin: 15px 15px 0 0;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #a0a0a0; 
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #fff;
  background: #6969ab;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 31px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
  border-top-color: #fff;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #fff;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.merch input, .submit {
  font-family: 'evelethclean_thin';
  position: relative;
  display: inline-block;
  width: 140px;
  cursor: pointer;
  padding: 10px 15px;
  margin: 15px 0 0 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #a0a0a0; 
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.merch input:hover[type="submit"] {
  background: #6969ab;
  color: #fff;
}



/* -- MEDIA QUERIES
------------------------------------------------------------- */


/* FOR WIDTHS LESS OR EQUAL TO 767px */

@media screen and (max-width: 767px) and (min-width: 320px) {

.mobile {
    display: block; }
#menu {
    display: none; }
    
h1 {
	font-size: 32px; 
	line-height: 32px;
	margin-bottom: 10px; }

.intro-type h1 {
	font-size: 38px; 
	line-height: 39px;
	margin-bottom: 10px; }

h2 {
	font-size: 16px; 
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: -10px; }

h3 {
	display: none; }

h4 {
	font-size: 12px; 
	line-height: 14px;
	letter-spacing: 0;
	margin-bottom: 6px; }

#slide21 h4 {
	margin-bottom: 2px; }

p {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 6px; }

#slide21 p {
	margin-bottom: 8px; }

.fp-slidesNav.bottom {
    bottom: 15px; }
    
.fp-controlArrow {
    bottom: 3px; }

.notice {
	bottom: 15px; }

.flyer {
	width: 426px;
	height: 560px;
	margin-top: 6px; }

#slide11 h4 {
	margin-top: -14px; }

#status {
	width:100%;
	height:100%;
background-size: 75%; }

#logo {
	width:100%;
	height:100%;
	background-size: 75% }	

#section0{
	background-position: center -50px; }

.icon-fb-icon{
	width: 32px;
	height: 32px;
	margin: 2px 10px 0 0; }
	
.icon-fb-icon:before {
	font-size: 32px; }

.credits {
	display: none; }

.flyerpop img{
	width: 300px;
	height: 394px;
	margin-top: 20%;}

.select select {
  margin: 15px 0 0 0;}

.merch input, .submit {
  margin: 15px 0 0 0;}

}	



@media screen and (max-width: 1024px) and (min-width: 768px) {
 
  #menu-title {
    display: none; }

  #menu-title-sm {
    display: inline;
	top: 21px;
    left: 35px; }

  #menu ul {
    padding-right: 30px;
    font-size: 13px; }

  #menu li {
    margin: 22px 0 0 0;
	letter-spacing: 2px; }

  #menu {
	height: 70px;
	margin: -71px 0 0 0;
    text-align: right; }
    
  #menu li span {
    letter-spacing: 2px; }
    
  h1 {
	font-size: 48px; 
	line-height: 48px;
	margin-bottom: 30px; }

.intro-type h1 {
	font-size: 48px; 
	line-height: 48px;
	margin-bottom: 15px; }

  h2 {
	font-size: 20px; 
	line-height: 20px;
	letter-spacing: 1px; 
		margin-bottom: 50px; }

  h4 {
	font-size: 21px; 
	line-height: 24px;
	letter-spacing: .03em;
	margin-bottom: 10px; }
	
  p {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 9px; }

  .intro-type {
	bottom: 155px; }

  #slide21 h4 {
  margin-bottom: 5px; }

  #slide21 p {
  margin-bottom: 18px; }

  .fp-slidesNav.bottom {
    bottom: 15px; }
    
  .fp-controlArrow {
    bottom: 3px; }
    
  .icon-fb-icon{
	margin: 3px 10px 0 0;
}
.notice {
	bottom: 50px; }
.notice-sm {
	line-height: 12px; }
.arrow {
	bottom: 85px; }
.credits {
	bottom: 23px;
	left: 45px; }

}


/* FOR LANDSCAPE LESS THAN 1024px */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

  #menu-title {
    display: none; }

  #menu-title-sm {
    display: inline;
	top: 21px;
    left: 35px; }

  .select {
  	width: 40%;}
  
  .merch input, .submit {
  	width: 40%;}

}

/* FOR WIDTHS GREATER THAN 1024px */

@media only screen and (min-width: 1024px) {

  #menu-title {
    display: inline;
        left: 35px; }

  #menu-title-sm {
    display: none; }

  #menu ul {
    padding-right: 30px; 
    font-size: 10pt; }

  #menu li {
    margin: 22px 0 0 0;
	letter-spacing: 5px; }

  #menu {
	height: 70px;
	margin: -71px 0 0 0;
    text-align: right; }

  #menu li span {
	letter-spacing: 5px; }
	
  h1 {
	font-size: 64px; 
	line-height: 64px;
	margin-bottom: 45px; }

.intro-type h1 {
	font-size: 64px; 
	line-height: 64px; 
	margin-bottom: 0; }

  h2 {
	font-size: 25px; 
	letter-spacing: 2px;
	margin-bottom: 30px; 
	line-height: 55px; }

  h4 {
	font-size: 24px; 
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 12px; }
	
#slide21 h4 {
	margin-bottom: 6px; }

  p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 9px; }

#slide21 p {
	margin-bottom: 18px; }

.notice {
	bottom: 40px; }
.notice-sm {
	line-height: 12px; }

.arrow {
	bottom: 70px; }

.credits {
	bottom: 40px;
	left: 45px; }

}


/* iPad Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {

  #menu li {
    margin: 22px 0 0 0;
	letter-spacing: 2px; }
    
  #menu li span {
    letter-spacing: 2px; }
}




/* HEY BOSS... BREAKING SOME LINES HERE. I want me a drink of water, but you won't let me stop... */


@media screen and (min-width: 320px) {

.notice-sm .linebreak {
    display: block; }

.intro-type h1 .linebreak {
    display: block; }

.intro-type h2 .linebreak {
    display: block; }
}    


@media only screen and (min-width: 767px) {

.notice-sm .linebreak {
    display: inline; }

.intro-type h1 .linebreak {
    display: inline; }

.intro-type h2 .linebreak {
    display: inline; }   
}    


@media only screen and (min-width: 768px) {

#slide21 h4 .linebreak {
    display: inline; }
}
    
    
@media only screen and (min-width: 1024px) {

#slide21 h4 .linebreak {
    display: block; }
}


@media only screen and (min-width: 1450px) {

#slide21 h4 .linebreak {
    display: inline; }
}


@media only screen and (min-width: 1400px) {
#section3 h4 .linebreak {
    display: block; }
}


@media only screen and (min-width: 1900px) {
#section3 h4 .linebreak {
    display: inline; }
}




/* hack to fix IE10 & 11 (headlines covered by navbar) */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
h1 {
margin-top: 120px; }
}





