@charset 'UTF-8';
/* ---------------------------------------------------------------------------------
    
              ____ _______ ______ ______ _______ _    _ 
             |___ \__   __|____  |  ____|__   __| |  | |
               __) | | |     __| | |__     | |  | |__| |
              |__ <  | |    |__  |  __|    | |  |  __  |    
              ___) | | |   ____| | |____   | |  | |  | |
             |____/  |_|  |______|______|  |_|  |_|  |_|    
                                                                                      
 
                     site by: uncasually.com 


1.  MAIN STYLES
	 1.1 MEDIA QUERIES
	 1.2 ICONS
2.  BODY STYLES
     2.1 LOADER
     2.2 SCROLL
	 2.3 HEADER
3.  CONTENT
4.  MUSIC
5.  RELEASES
6.  TOUR
7.  STORE
8.  VIDEOS
9.  EFFECTS

------------------------------------------------------------------------------------ */

/* 1. MAIN STYLES  -------------------------------------------*/
html {}
body {
    background: rgba(0, 0, 0, 1.00);
}


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

@media (min-width: 768px) {
  body {}
}
@media (min-width: 992px) {
  body {}
}
@media (min-width: 1200px) {
  body { margin: 0;}
  .date {}
}

/* 1.2 ICONS  ------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src:  url('https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/icomoon.eot?7x2nlp');
  src:  url('https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/icomoon.eot?7x2nlp#iefix') format('embedded-opentype'),
    	url('https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/icomoon.ttf?7x2nlp') format('truetype'),
    	url('https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/icomoon.woff?7x2nlp') format('woff'),
    	url('https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/icomoon.svg?7x2nlp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-googleplay {
	font-size: 2.3em;
	padding: 1em .5em;
}
.icon-tidal {
	font-size: 2.7em;
	padding: 1em .5em;
}
.icon-googleplay:before {
  content: "\e901";
}
.icon-tidal:before {
  content: "\e900";
}

/* 2. CONTENT STYLES  ----------------------------------------*/
body {
    background: rgba(0,0,0,1);
  	overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
}
section {
	margin: 0 auto;
	color: #ecf0f1;
	line-height: 1.1;
	font-size: .8em;
}
a {
    color: rgba(252, 18, 25, 1.00);
}
a:hover {
    color: rgba(252, 18, 25, .50);
}
#fulls {
    margin: 0;
    padding: 0;
}
.upper {
    text-transform: uppercase;
}
.center-block {
    margin: 0 20% 65px;
}
.nopad {
    padding: 0;
}
.caption {
    font-size: 70%;
}

/* 2.1 LOADER  ----------------------------------------*/
#loading {
	font: 50px/1.5 'PT Mono', Monospace;
    color: #FC1219;
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #000;
}

#loading > span {
  position: relative;
  padding-top: 10%;
  display: inline-block;
  text-transform: uppercase;  
  opacity: 0;
  transform: rotateX(-90deg);
}

.let1 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.2s;
}

.let2 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.3s;
}

.let3 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.4s;
}

.let4 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.5s;

}

.let5 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.6s;
}

.let6 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.7s;
}

.let7 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.8s;
}

@keyframes drop {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }
    80% {
        opacity: 1;
        top: 3.78em;
        transform: rotateX(-360deg);
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        top: 6.94em
    }
}



/* 2.2 SCROLL  ----------------------------------------*/
html, body, 
#fulls,
.bscroller,
.bscroller section { 
    height: 100%; 
}
.bscroller > nav {
    position: fixed;
    z-index: 9999;
    right: 100px;
    top: 50%;
    width: 26px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bscroller > nav a {
    display: block;
    position: relative;
    z-index: 9999;
    color: transparent;
    width: 26px;
    height: 26px;
    outline: none;
    margin: 25px 0;
    border-radius: 50%;
    border: 4px solid #fff;
}

.no-touch .bscroller > nav a:hover {
    background: rgba(255,255,255,0.6);
}

.bscroller > nav a.bcurrent {
    background: #fff;
}

/* background-attachment */
.bscroller section {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.no-touch .bscroller section {
    background-attachment: fixed;
}
#bsection1 {
    background-image: linear-gradient(to bottom, rgba(102,102,102,0) 0%, rgba(76,76,76,0.2) 70%, rgba(0,0,0,0.5) 87%, rgba(0,0,0,1) 100%), url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/1.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top center;
    background-attachment: fixed, fixed;
    transform: translateZ(-3px) scale(1.01);
}
#bsection2 {
    background-image: url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/2.jpg);
  	background-attachment: fixed;
  	background-size: cover;
    transform: translateZ(5px) scale(1.01);
}
#bsection3 {
    background-image: url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/3.jpg);
  	background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    position: relative;
    transform: translateZ(8px) scale(1.01);
  	padding: 5% 0;
}
#bsection4 {
    background-image: linear-gradient(to bottom, rgba(102,102,102,0) 0%, rgba(76,76,76,0) 70%, rgba(0,0,0,0.25) 87%, rgba(0,0,0,1) 100%), url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/4.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top left;
    background-attachment: scroll, fixed;
    transform: translateZ(-3px) scale(1.01);
}
#bsection5 {
    background-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(136,5,8,.25) 16%,rgba(252,18,25,0) 36%,rgba(252,18,25,0) 63%,rgba(136,5,8,.25) 85%,rgba(0,0,0,1) 100%),
                      url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/6.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top left;
}
#bsection6 {
    background-image: url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/5.jpg);
}
#bsection7 {
    background-image: url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/7.jpg);
}
#bsection8 {
    background: url(https://cdn.shopify.com/s/files/1/2475/3712/t/2/assets/BW.png), rgba(0,0,0,1);
    background-attachment: scroll, scroll;
    background-size: cover, cover;
    background-position: top left, top left;
    position: relative;
    transform: translateZ(-8px) scale(1.01);
}
#bsection9 {
    background: #000000;
}

@media only screen and (max-width: 768px) {
.bscroller section { background-size: cover; background-attachment: scroll; }
#bsection1, #bsection4, #bsection5, #bsection8 { background-size: cover, cover; background-attachment: scroll, scroll; transform: none; }
#bsection2, #bsection3, #bsection6, #bsection7, #bsection9 { background-attachment: scroll; background-size: cover; transform: none; }
}

/* 2.3 HEADER  ----------------------------------------*/
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

header {
    font-family: 'Space Mono', Arial, sans-serif;
    font-weight: 700;
    color: rgba(252, 18, 25, 1.00);
    
}
header .logo {
    height: 100%;
}

.ah {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ah-perspective {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-perspective: 1100px;
	-moz-perspective: 1100px;
	perspective: 1100px;
	-webkit-perspective-origin: 50% 0;
	-moz-perspective-origin: 50% 0;
	perspective-origin: 50% 0;
}
.ah-perspective > div {
	background: transparent;
	/*text-align: left;
	padding: 0 7%;*/
	height: 100%;
	width: 100%;
	margin: 0 auto;
	position: relative;
	/*text-align: center;*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.ah-front {
	z-index: 20000;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.ah-perspective .ah-bottom {
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	z-index: 10;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
	position: absolute;
	top: 0;
}
.ah-perspective > div::after {
    content: '';
    display: inline-block;
    width: 100%;
}
.ah h1,
.ah h1::before,
.ah h1 span,
.ah nav,
.ah nav::before {
	display: inline-block;
	vertical-align: middle;
	/*text-align: center;*/
}
.ah h1 {
	font-size: 1.95em;
	letter-spacing: .25em;
	margin: 0;
	padding: 0 .5em 0 0;
	color: #2d383f;
	cursor: default;
	height: 100%;
	z-index: 100;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.ah h1::before,
.ah nav::before {
	content: '';
	height: 100%;
}
.ah h1::after {
	content: '';
	width: 100px;
	height: 96px;
	background: #fff;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	cursor: pointer;
	box-shadow: inset 0 8px #2d383f, inset 0 16px #fff, inset 0 24px #2d383f, inset 0 32px #fff, inset 0 40px #2d383f, inset 0 48px #fff, inset 0 56px #2d383f;
	opacity: 0;
	border: 20px solid #fff;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.ah nav {
	height: 100%;
}
.ah nav a {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-indent: 0.5em;
    padding: 0.2em 0.4em;
    margin: 0 0.4em 0;
    font-size: 1.15em;
    cursor: pointer;
    text-decoration: none;
}
.ah nav a:last-child {
    margin-right: 0;
}
.ah-large {
	height: 120px;
}
.ah-small {
	height: 80px;
	padding-top: .75em;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, .5), rgba(0, 0, 0, .25), rgba(0, 0, 0, 0));
}
.ah-hide {
	height: 5em;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-200%);
}
.ah-show {
	height: 5em;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.ah-show .ah-bottom {
	opacity: 0;
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	top: 0;
}
.ah-color {
	height: 420px;
}
.ah-color .ah-front,
.ah-color .ah-bottom {
	background: #f3796c;
}
.ah-color h1,
.ah-color nav a {
	color: #fff;
}  
.btn {
    border-radius: 2px;
    border: none;
    font-size: .85em;
}
.btn-default {
    font-family: 'Work Sans', sans-serif;
    color: #FFF;
    background-color: #EB414D;
    border-color: #ccc;
    text-transform: uppercase;
    padding: 10px 24px 10px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
#menuToggle {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #626272;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }
#menuToggle:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out; }

/* 3. CONTENT  ----------------------------------------*/

#home img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateZ(6px) scale(0.95);
  	z-index: 0;
}

#tour, #contact {
    font-family: 'PT Mono', monospace;
    text-align: center;
    color: #FC1219;
    background-color: #000000;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#shutdown {
	position: absolute;
    top: 0;
}
#join p {
    color: #000000;
    font-size: 1.25em;
    font-style: italic;
}
#join a:hover, #join a:focus {
    opacity: 1;
}
.form-control {
    border-radius: 0;
}
.subscribe {
    background: #FC1219;
    font-family: 'PT Mono', monospace;
    font-size: 1.5em;
}
.joinbtn {
    color: #FC1219;
    background-color: #000000;
    border-radius: 0;
    font-family: 'PT Mono', monospace;
    font-size: 1.5em
    text-transform: uppercase;
    border: solid 1px #FC1219;
    padding: .5rem 3rem;
}
#contactform {
    background-color: #000000;
}
#contactform .form-control {
    color: #000000;
    background-color: #FC1219;
    border-radius: 0;
    font-family: 'PT Mono', monospace;
}
.col-form-label {
    color: #FC1219;
    font-family: 'PT Mono', monospace;
}
.contactbtn {
    color: #FC1219;
    background-color: #000;
    border-radius: 0;
    font-family: 'PT Mono', monospace;
    text-transform: uppercase;
    border: 1px solid #FC1219;
    padding: .5rem 1rem;
    margin: 5% 0;
}
#bsection6 p, #bsection7 p, {
    color: #FC1219;
    background-color: #000000;
    border-radius: 0;
    font-family: 'PT Mono', monospace;
    font-size: 1.5em;
}
#bsection4 img, #bsection6 img {
    width: 100%;
}
#omf img { 
  	width: 65%;
    padding-top: 25%;
    margin: 0 17%;
}
#inputMessage {
    resize: horizontal;
    white-space: nowrap;
    display: inline-block;
}
.iframe-controls-container {
    visibility: hidden !important;
}
.buttons-container {
    visibility: hidden !important;
}
.overlay {
    position: absolute;
}
nav, i {
    z-index: 5;
}
button {
    z-index: 6;
}
textarea {
    border: 1px solid #000000;
    background-color: #fc1219;
    color: #000000;
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
    border-radius: 0;
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) { }
@media screen and (max-width: 60em) {
	#omf img { width: 100%; margin: 0; padding-top: 25%; }
  	#home img { position: relative; top: 10em; }
}
@media screen and (max-width: 60em) and (orientation:landscape){


}
@media screen and (max-width: 38em) and (orientation:portrait) {
	.joinbtn {
    font-size: 1.15em;
    padding: .5rem 1rem; }
  	.subscribe {
    font-size: 0.75em; }
  	#omf img { width: 100%; margin: 0; padding-top: 45%; }
 	
}
@media screen and (max-width: 38em) and (orientation:landscape) {

}
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {

}
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  	#guard img { width: 85%; }
}
/* min-width 1921px, xlarge screens */
@media only screen and (min-width: 120.063em) {
	#guard img { width: 85%; }
} 

/* 4. MUSIC  ----------------------------------------*/
#music {
	height: 100%;
	padding: 1.5em;
	margin: 0 10%;
	max-width: 90%;
}
#music a:hover {
	text-decoration: none;
}
#music iframe {
    border: none;
}
.fa {
    padding: 10px;
    font-size: 3em;
}
.googlepl {
	width: 2.4em;
	padding-bottom: 1.3em;
	margin-left: 1em;
}
#player {
    width: 100%;
  	height: 65%;
	padding-top: 25px;
}
#play {
    left: 5px!important;
}
#nonartarea {
    border:1px solid #262626;
    border:1px solid rgba(255,255,255,0.15);
    border-top: 0;
    background-color: #000000 !important;
}
.smallartwork #big_play_button, .noartwork #big_play_button, .smallartwork #artarea:hover #big_play_button, .noartwork #artarea:hover #big_play_button {
    background: #000000 !important;
}
@media screen and (max-width: 60em) and (orientation:landscape){
  	#player { height: 55%; }
}
@media screen and (max-width: 60em) {
  	#player { height: 65%; }
	#music {
		margin: 0;
  		padding: 1em;
		max-width: 100%;
	}
}
@media screen and (max-width: 38em) {
  	#player { height: 75%; margin: 0 5%; padding-top: 12%; }
  	#shutrel { font-size: .92em;}
}

/* 5. RELEASES  ----------------------------------------*/
#releases {
	margin-top: 0;
}
#releases img {
	padding: 30px 0 0 0;
	width: 100%
}
#releases p {
    text-align: center;
}

@media screen and (max-width: 60em) {

}
@media screen and (max-width: 38em) {

}
@media (min-width: 1200px) {
  	#player { margin-right: 5%; }
  	.art { margin: 0 3%;}
}

/* 6. TOUR  ----------------------------------------*/
#tour {
	margin: 0 5%;
}
.bit-widget {
	background-color: transparent;
}
.bit-widget .bit-event {
	border: none;
}
.bit-show-upcoming {
	visibility: hidden;
}
.bit-date {
	text-transform: uppercase;
	letter-spacing: .15em;
}
.bit-details div{
    text-align: left;
}
.bit-upcoming-events-show-all-button {
	color: #FAFCFF;
    background-color: #EB414D;
}
.bit-event-lists {
    font-size: 1em;
    font-family: 'Space Mono', sans-serif;
    /* font-family: 'PT Mono', sans-serif; */
    font-weight: 400;
}
.bit-widget .bit-upcoming-events-show-all-button, 
.bit-past-events-show-all-button, 
.purchase-link, 
.carousel-indicators,
.carousel-control,
.ytp-large-play-button {
    z-index: 7;
}

@media screen and (max-width: 38em) {
	#tour { font-size: 1.65em; }
  	.bit-widget .bit-event .bit-details {
    line-height: 1em;
    font-size: .9em; }
  	.bit-event-lists { font-size: .9em; }
  	.bit-widget .bit-nav-bar-container { padding: 0; display: none;}
  	.bit-widget .bit-event { padding: 5px 0px; padding-top: 5px; padding-bottom: 5px; }
    .bit-widget .bit-event .bit-details { line-height: 1em;}
}
@media screen and (max-width: 60em) {
    #tour { font-size: 1.65em; }

}

/* 7. STORE  ----------------------------------------*/
.home_collection .grid__item {
    width: 33.33%;
    float: left;
    padding: 10px;
}
.home_collection img {
    vertical-align: middle;
    width: 100%;
}
#shopify-section-product-template {
	margin-top: 25%;
}
.product-single {
	margin: 0 25%;
}
@media screen and (max-width: 38em) {
	#homeproducts {
    flex: 0 0 95%;
    max-width: 100%;
	}
}
/* 8. VIDEOS   ----------------------------------------*/
html,
body,
.view {
    height: 100%;
}
 /* Carousel*/
        
.carousel,
.carousel-item,
.active {
   	width: 100%;
    height: 100%;
}
.carousel-inner {
    height: 100%;
}
.inner {
  	height: 100%;
}
.carousel-caption, .carousel-caption h1 {
	color: rgba(252, 18, 25, 1.00);
    margin: 0;
}
.carousel-indicators li, .carousel-indicators .active {
    width: 8px;
    height: 8px;
  	background-color: rgba(252,18,25,.75);
}

@media screen and (max-width: 38em) {}
@media screen and (max-width: 60em) {
    .carousel-caption { font-size: 18px; }
}

/* 9. EFFECTS   ----------------------------------------*/
.down {
    position: absolute;
    top: 60%;
    left: 50%;
}

.down p {
    position: absolute;
    color: #fff;
    top: 70px;
    left: 47%;
    -webkit-animation: sd 2s infinite;
    animation: sd 2s infinite;
    opacity: 0;
}

.down span {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sd 2s infinite;
    animation: sd 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

.down span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.down span:nth-of-type(2) {
    top: 126px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.down span:nth-of-type(3) {
    top: 152px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@-webkit-keyframes sd {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sd {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

