@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}

body a, body a:hover, body a:active, body a:focus, body object, body embed {
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
img {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}
.sweepsWrapper.inactive {
  display: none;
}
.innerSweeps {
  text-transform: uppercase;
  padding-top: 3%;
}

.innerSweeps .footerWrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sweepsWrapper{
  min-height: calc(100vh - 361px);
}
.innerSweeps {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.innerSweeps a {
  color: #fff;
  text-decoration: underline;
}
@font-face {
  font-family: "icomoon-splash";
  src: url("../fonts/icomoon-splash.eot?kxpcb6");
  src: url("../fonts/icomoon-splash.eot?kxpcb6#iefix") format("embedded-opentype"), url("../fonts/icomoon-splash.ttf?kxpcb6") format("truetype"), url("../fonts/icomoon-splash.woff?kxpcb6") format("woff"), url("../fonts/icomoon-splash.svg?kxpcb6#icomoon-splash") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-splash" !important;
  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-splashbrand:before {
	content: "\e901";
}

.icon-splashfacebook:before {
	content: "\e902";
}

.icon-splashyoutube-play:before {
	content: "\e905";
}

.icon-splashspotify:before {
	content: "\e900";
}

.icon-splashinstagram:before {
	content: "\e904";
}

.icon-splashtwitter:before {
	content: "\e903";
}

.icon-splashappleinc:before {
	content: "\eabe";
}
@font-face {
  font-family: 'musicicomoon';
  src:  url('../fonts/musicicomoon.eot?hlrd13');
  src:  url('../fonts/musicicomoon.eot?hlrd13#iefix') format('embedded-opentype'),
    url('../fonts/musicicomoon.ttf?hlrd13') format('truetype'),
    url('../fonts/musicicomoon.woff?hlrd13') format('woff'),
    url('../fonts/musicicomoon.svg?hlrd13#musicicomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="music-icon-"], [class*=" music-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'musicicomoon' !important;
  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;
}

.music-icon-itunes:before {
  content: "\e900";
}
.music-icon-tidal:before {
  content: "\e901";
}
.music-icon-pandora:before {
  content: "\e902";
  /*color: #005483;*/
}
.music-icon-deezer:before {
  content: "\e903";
  /*color: #00c7f2;*/
}
.music-icon-google:before {
  content: "\e904";
  /*color: #607d8b;*/
}
.music-icon-soundcloud:before {
  content: "\e905";
}
.music-icon-amazon:before {
  content: "\ea87";
}
.music-icon-spotify:before {
  content: "\ea94";
}
.music-icon-youtube:before {
  content: "\ea9d";
  color:red;
}
.music-icon-apple:before {
  content: "\eabe";
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
#footer-wrap {
  font-size: 0;
  width: 96vw;
  margin: 0 auto;
  padding: 155px 0;
}
div#social-wrap {
  margin: 0 auto;
  text-align: center;
  width: 50%;
  display: block;
  vertical-align: middle;
  margin-bottom: 20px;
}
div#copyright-wrap {
  font-size: 8px;
  letter-spacing: 1.25px;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 1.7;
}
div#copyright-wrap a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
}
div#social-wrap a {
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}
div#social-wrap a:last-child {
  margin: 0px;
}
body{
  margin: 0;
	background:url(../images/Group-7.jpg) no-repeat fixed;
	background-size: cover; 
  font-family: pragmatica-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-text-size-adjust: none;
  background-color: #000;
  color: #fff;
}
.logoWrapper {
  max-width: 744px;
  margin: 0 auto;
  padding-top: 180px;
}
.headerText {
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
}
.descText {
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 200;
}
span.hashtag {
  font-weight: 700;
}
.enter-button {
  text-align: center;
  margin-top: 18px;
}
a.mlistButton {
  color: #fff;
  font-size: 14px;
  width: 170px;
  border: 2px solid #fff;
  display: inline-block;
  height: 42px;
  line-height: 44px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.footerEnterButton {
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 10;
  min-height: auto;
}
.photoWrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 154px;
}
div#mlistLightBox{
  display: none;
}
form#sweepsPageSignup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/Secondbg.jpg) no-repeat;
  background-size: cover; 
  z-index: 11;
}
.hashtagText{
  display: none;
}
body.thankyouPage {
  background: url(../images/black-and-white-scratches-29.jpg) no-repeat fixed;
  background-size: cover;
}
.hashtagText {
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  padding-top: 110px;
}
body.thankyouPage .photoWrapper{
  padding-top: 82px;
}
.secondFormCloseWrap {
  display: none;
}
.albumCopy {
  max-width: 246px;
  margin: 0 auto;
  font-size: 14px;
  padding-bottom: 13px;
}
.albumImg {
  width: 164px;
  height: 164px;
  margin: 0 auto;
}
a.getItNow {
  width: 164px;
  height: 42px;
  line-height: 42px;
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
}
div#social-wrap a:hover, div#copyright-wrap a:hover {
  color: #EFB963;
}
a.mlistButton:hover, #thankyoublock-innerwrapper .mlist-submit-new input.submit:hover, a.getItNow:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  -webkit-text-fill-color: #000;
}
body.thankyouPage #footer-wrap{
  padding-bottom: 26px;
}
.overallWrapper.sweepsWrapper {
  min-height: calc(100vh - 363px);
}
.footerEnterButton .mlistButton {
  color: #000;
  border-color: #000;
}
.footerEnterButton a.mlistButton:hover{
  color: #EFB963;
  background: #000;
  -webkit-text-fill-color: #EFB963;
} 
form#sweepsPageSignup fieldset{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.albumCopy a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.albumCopy a:hover{
  color: #EFB963;
}
@media only screen and (min-width: 1800px) {
  form#sweepsPageSignup fieldset{
    top: 37%;
  }
  form#sweepsPageSignup .closeWrapper{
    padding-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .logoWrapper{
    max-width: 278px;
    padding-top: 39px;
  }
  .headerText{
    font-size: 15px;
  }
  .descText{
    max-width: 288px;
    font-size: 11px;
  }
  a.mlistButton{
    width: 117px;
    height: 29px;
    line-height: 31px;
    font-size: 9px;
  }
  .photoWrapper{
    padding-top: 38px;
  }
  .overallWrapper [data-lf-package~="streamhub-wall#4.3.2"] .content p{
    font-size: 12px;
    word-break: break-all;
  }
  .overallWrapper [data-lf-package~="streamhub-wall#4.3.2"] .content .content-body a{
    font-size: 12px;
    word-break: break-all;
  }
  #footer-wrap{
    padding: 22px 0 100px 0;
    width: 100%;
  }
  div#social-wrap{
    width: 100%;
  }
  div#social-wrap a{
    margin-right: 25px;
  }
  .footerEnterButton{
    padding: 16px 0;
  }
  .overallWrapper [data-lf-package~="streamhub-wall#4.3.2"] .streamhub-media-wall-view .hub-wall-column{
    padding: 5px;
  }
  form#sweepsPageSignup{
    overflow-y: scroll;
  }
  .hashtagText{
    font-size: 16px;
    padding-top: 30px;
  }
  body.thankyouPage .photoWrapper {
    padding-top: 19px;
  }
  body.thankyouPage #footer-wrap{
    padding: 40px 0 34px 0;
  }
  .overallWrapper.sweepsWrapper {
    min-height: calc(100vh - 40%);
  }
  form#sweepsPageSignup .closeWrapper{
    padding: 14px 30px;
  }
  span.mob-sep {
    display: none;
  }
  div#copyright-wrap{
    letter-spacing: 0;
    max-width: 230px;
    margin: 0 auto;
    display: block;
  }
  form#sweepsPageSignup fieldset{
    position: relative;
    top: 7%;
    left: 0;
    transform: none;
  }
}
@media only screen and (max-width: 1023px){
  body:after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-position: left bottom;
    background:url(../images/Group-386.jpg) no-repeat;
    background-color: #000;
    background-size: 100% auto;
  }
  body {
    background: none;
  }
  body.thankyouPage:after{
    background: url(../images/black-and-white-scratches-29.jpg) no-repeat;
  }
  body.thankyouPage{
    background: none;
  }
  form#sweepsPageSignup {
    background: url(../images/Mobile_Secondbg.jpg) no-repeat;
    background-size: cover; 
    background-position: center right 34%;
  }
  div#mlistLightBox input:checked+ label:after, div#mlistLightBox input:checked+ label+ label:after{
		left: 1px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body:after {
    background:url(../images/Group-7.jpg) no-repeat;
    background-size: cover;
  }
  .logoWrapper{
    max-width: 90%;
  }
  .hashtagText {
    font-size: 34px;
  }
}
#footer-wrap{
	padding:0;
    padding-top: 35vh;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #footer-wrap{
    padding-top: 25vh;
  }
}
@media only screen and (max-width: 767px){
  #footer-wrap{
      padding-top: 40vh;
  }
}
@media only screen and (max-width: 767px) and (orientation:landscape){
  #footer-wrap{
      padding-top: 50vh;
  }
}
@media only screen and (min-width: 1900px){
#footer-wrap{
    padding-top: 30vh;
}
}