body {
  /*background-color: #0f0f0f;*/
/*   background-image: url('/images/background.jpg'); */
  background-color: #1a1a18;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 16px;
}
.pre-order{
	font-size: 12px;
	color: #fff!important;
	padding-right: 5px;	
}
.pre-save-svg img{
	width: 85px !important;
	height: auto;
}
.pre-save{
	font-size: 12px;
	background-color: #1db954;
	color: #fff!important;
  padding: 2px 9px 2px  5px;
	border-radius: 50px;	
}
h1{
	font-family: 'Lato', sans-serif!important;
}
.sectionHeader h1 {
  font-size: 25px;
}
h1.splash {
  margin-bottom: 10px;
  color: white;
  font-size: 50px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
.signUp h1 {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 8px;
}
h2 {
  font-family: 'Lato', sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  color: #9d5a4c;
}
h2.splash {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3.splash {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4.splash {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5.splash {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
h6.splash {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
#loading {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: #0f0f0f url('../images/bg150430.jpg') repeat-x;
  background-repeat: repeat-x;
  background-position: top center;
}
#loading #logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -133px;
}
.splash-container {
  padding: 60px 50px;
}
.splash-container.top {
  padding: 40px 50px 10px 50px;
}
.splash-container.top-purchase {
  padding: 0 50px 20px 50px;
}
.social-splash-container {
  padding-top: 120px;
}
.navbar {
  background-color: transparent;
  margin-right: -15px;
}
.nav-link {
  font-family: 'Lato', sans-serif;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #fff;
  outline: none !important;
  padding: 10px 12px;
  font-size: 18px;
}
.nav-link.last {
  padding-right: 0;
}
.nav-link:hover {
  color: #9d5a4c !important;
}
.nav-link:visited {
  color: #fff !important;
}
.nav-link.current, .w-nav-link.w--current {
  color: #9d5a4c !important;
}
.brand {
  display: none;
}
.top-socials {
	font-size: 25px;
  text-align: right;
}
.top-socials a:not(:last-child){
	padding-right: 10px;
}
a.top-social-link, a.purchase-btn {
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  margin: 0 0 0 6px;
  display: inline-block !important;
  padding: 6px;
  border: 1px solid #888888;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
a.top-social-link:hover, a.purchase-btn:hover {
  background-color: #444;
}
a.purchase-btn {
  -webkit-transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
  transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
  margin-top: 10px;
  margin-left: 0;
  padding: 6px 30px;
  border: none;
  background-color: #000000;
  border: 1px solid #888888;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
a.purchase-btn:hover {
  background-color: #fff4b8;
  color: black;
  border: 1px solid #fff4b8;
}
a.top-social-link img {
  display: block !important;
  height: 15px;
}
.facebook-like {
  width: 80px;
  margin-right: 10px;
  float: right;
}
.tweet {
  width: 190px;
  margin-bottom: 5px;
  float: right;
  clear: both;
}
.bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.align-right {
  text-align: right;
}
.single {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: -0.2px;
}
.purchase-link {
  width: 90px;
  margin-top: 10px;
  margin-right: 5px;
}
.purchase-link.left {
  margin-right: 5px;
  margin-left: 0;
}
.copyright {
  clear: both;
  color: #888;
  font-size: 16px;
  text-align: right;
}
.play {
  position: absolute;
  left: 50%;
  top: 40%;
  display: none;
  margin-left: -48px;
  padding: 30px 26px 30px 34px;
  border: 3px solid white;
  border-radius: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: rgba(0, 0, 0, 0.29) 0px 5px 10px 0px;
}
.google {
  width: 80px;
  margin-bottom: 5px;
  float: right;
}
.bold {
  font-weight: 600;
}
.yellow {
  color: #9d5a4c;
}


/**** Exclusive Offers ****/

.store-row {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.store-row.bonus {
  border-bottom: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #888888;
  padding-bottom: 8px;
}
h2.bonus {
  font-size: 67px;
  line-height: 67px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  margin-bottom: 0;
}
.bonus-text  {
  color: #fff;
  text-align: right;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

ul.store-list {
  color: #fff;
  list-style-type: square !important;
  margin-left: 17px;
}

ul.store-list li, ul.get.shirts.capsule li {
  font-size: 16px;
  margin-bottom: 5px;
}

ul.get {
  color: #fff;
  font-size: 14px;
  padding: 10px 10px 10px 30px;
  list-style-type: square !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
ol.get {
  color: #fff;
  font-size: 16px;
  padding: 10px 10px 10px 30px;
  margin-top: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
ul.get.shirts {
  font-family: 'Lato', sans-serif;
  color: #9d5a4c;
  padding: 0 0 0 17px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;  
}
ul.get.shirts.capsule {
  margin-top: 0px;
}
.standout {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #9d5a4c;
  margin-left: 2px;
  margin-top: 1px;
}
.dropdown ul ol {
  display: none;
}
.dropdown ul li {
  cursor: pointer;
  margin-left: 5px;
}
.toggle {
  margin-top: 20px;
  color: #9d5a4c;
}
ol.get.tracklisting {
  padding: 0 0 0 20px;
  color: #fff;
}
.shop-store {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #fff !important;
  text-decoration: underline;
}
.digital-delivery {
  margin-bottom: -5px;
  margin-left: 14px;
}
.red {
  color: #9d5a4c;
}
.fineprint {
  font-size: 9px;
}


/**** News ****/


.post {
  margin-bottom: 40px;
}
.post h2 {
  margin-bottom: 0;
}
.post .date {
  margin-bottom: 20px;
}



/**** Tour ****/

.bit-events td {
  border-top: 1px solid #fff !important;
}


/****** Video BG   ******/

#content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
  box-shadow: #0f0f0f 0px 0px 150px 100px inset;
}

#videobg, #tubular-container, #tubular-player {
  display: block;
}

#playandpause {
  display: inline-block;
}

.addthis_toolbox {
  width: 134px;
  display: inline-block;
  margin-top: 10px;
}

#email, .submit, #goog-wm-qt {
  padding: 0.360em .25em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: white;
  font-size: .825em;
  -webkit-appearance: none;
}

.btn, .chrome, #goog-wm-sb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.07));
  background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.07));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.07));
  background-image: -ms-linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.07));
  background-image: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.07));
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  text-align: center;
  font-size: .75em;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  text-shadow: 0 1px 0 #fff;
  -webkit-appearance: none;
}

  #playmobile {
    display: none;
  }
  
a.fancybox img {
	width:25%;
	height:auto;
}


/**** Exclusive Offers Slider ****/

.slider {
  height: auto !important; 
  background: white !important; 
}
.slider-icon {
  color: #9d5a4c !important;
}







@media (max-width: 991px) {
  body {
    box-shadow: none !important;
  }
  #content {
    box-shadow: none;
  }
  .splash-container {
    padding: 40px 30px;
  }
  .splash-container.top {
    padding: 40px 30px 10px 30px;
  }
  .splash-container.top-purchase {
    padding: 0 30px 10px 30px;
  }
  .social-splash-container {
    padding-top: 120px;
  }
  a.nav-link {
    font-size: 15px;
    padding: 5px 8px 0;
  }
 
  .navbar {
    margin-right: -8px;
  }
  /*
  .nav-link {
    padding: 10px 15px 9px;
    border-bottom: 1px solid #424242;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: right;
  }
  .nav-link.last {
    padding: 8px 15px;
    border-bottom-style: none;
  }
  .menu-button {
    border: 1px solid #888;
    color: #888;
    padding: 8px;
  }
  .menu-button.w--open {
    background-color: #888;
  }*/
  .top-socials {
    margin-top: 10px;
  }
  .single {
    font-size: 17px;
    line-height: 20px;
  }
  .purchase-link {
    width: 80px;
  }
  .purchase-link.exclusive-offers {
    width: auto;
  }
  /*
  .nav-menu {
    border: 1px solid #424242;
    background-color: transparent;
  }*/
  .play {
    display: none;
  }
  #videobg, #tubular-container, #tubular-player {
    display: none;
  }
  #playandpause {
    display: none;
    padding-top: 10px;
    margin-left: -5px;
  }
  #playmobile {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  body {
    background-position: 50% 0px;
    background-size: 120%;
  }
  h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .post h2 {
    font-size: 22px;
    line-height: 26px;
  }
  h2.bonus {
  text-align: left;
  padding-left: 15px;
  }
  .bonus-text  {
    text-align: left;
    padding-left: 15px;
  }
  .splash-container {
    padding: 30px 30px;
  }
  .splash-container.top {
    padding: 20px 30px 0px 30px;
  }
  .splash-container.social-container {
    padding-top: 0px;
  }
  .social-splash-container {
    padding-top: 0px !important;
  }
  .facebook-like {
    margin-left: 10px;
    float: left;
  }
  .tweet {
    float: none;
  }
  .bottom {
    position: relative;
    padding-top: 0;
  }
  .copyright {
    text-align: left;
  }
  .play {
    position: relative;
    display: none;
    margin-top: 60px;
    margin-bottom: 110px;
  }
  .google {
    float: left;
  }
  .purchase-link {
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .purchase-link.left {
    margin-right: 5px;
    margin-left: 0;
  }
  .signUp h1 {
    font-size: 16px;
    line-height: 16px;
  }
  #email, .submit, #goog-wm-qt {
    width: 80%;
    max-width: 200px;
  }
  .logo {
    width: 120px;
      vertical-align: top;
  }
  ul.store-list li, ul.get.shirts li {
    font-size: 14px;
  }
  .w-nav-menu {
    float: none;
  }
  .top-socials {
    text-align: center;
  }
  .navbar {
    margin-left: -5px;
  }
  a.top-social-link {
    margin: 0 6px 0 0;
  }
  .align-right {
    text-align: center;
  }
  .container {
    text-align: center;
  }
}
@media (max-width: 479px) {
  body {
    background-size: 130%;
  }
  .splash-container {
    padding: 30px 10px;
  }
  .splash-container.top {
    padding: 20px 10px 10px 10px;
  }
  .splash-container.top.right {
    padding: 0px 10px 10px 10px;
  }
  .splash-container.top-purchase {
    padding: 0 10px 0 10px;
  }
  .splash-container.navigation {
    padding: 0px 10px 10px 10px;
  }
  a.nav-link {
    padding: 9px 4px 0px;
    font-size: 16px;
  }
  .menu-button {
    padding: 8px;
  }
  .single {
    font-size: 16px;
    line-height: 18px;
  }
  .purchase-link {
    width: 80px;
  }
  .nav-menu {
    min-width: 0px;
  }
  .play {
    margin-top: 15px;
    margin-bottom: 80px;
    margin-left: -38px;
    padding: 20px 16px 20px 24px;
  }
  a.top-social-link {
    margin: 0 0 0 3px;
    padding: 3px;
  }
  a.top-social-link img {
    height: 13px;
  }
  .logo {
    width: 90px;
  }
}


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

Contest Page - Oct 01 2018

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


body.share-contest-page{
	background-color: #21252A;
	color: #fff;

}
.share-contest-page main{
	padding: 50px 0;
		padding-left:15px ; 
	padding-right:15px ; 
}
body.share-contest-page h1{
	padding: 30px 0 20px 0;
	font-size: 25px;
}
body.share-contest-page h2{
	font-size: 20px;
	padding-bottom: 30px;
}
body.share-contest-page .container{
	background-color: transparent;
}
.band-press-img{
	width: 100%;
	margin: 0;
	padding: 0;
}
img.album-packshot{
	width: 350px;
	margin: 0 auto;
	display: block;
}
.share-contest-page li{
	padding-bottom: 20px;
}
.share-contest-page span{
	color: #85d1cf;
}
.footer-contest p{
	font-size: 10px !important;
	text-align: center !important;
}
.footer-contest{
	background-color: #000;
	padding: 50px 0 30px 0;
}
.mb-30 {
	margin-bottom: 30px;
}

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

