body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.hero {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/freedom-distort-2.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/freedom-distort-2.gif');
  background-position: 0px 0px, 50% 46%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.copyright-text {
  margin-top: 10px;
  margin-bottom: 0px;
  opacity: 0.8;
  font-family: Montserrat, sans-serif;
  color: #fffcf1;
  font-size: 8px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.utility-page-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tabs-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.utility-page-content {
  position: static;
  bottom: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fffcf1;
}

.footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.facebook-link {
  position: static;
  display: block;
  overflow: visible;
  max-width: 30px;
  margin-bottom: 8px;
  float: none;
  clear: none;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.facebook-link:hover {
  background-image: none;
  opacity: 0.33;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.facebook-icon {
  display: block;
  max-width: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.twitter-link {
  display: block;
  max-width: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.twitter-link:hover {
  background-image: none;
  opacity: 0.33;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.twitter-icon {
  display: block;
  max-width: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.instagram-link {
  max-width: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.instagram-link:hover {
  background-image: none;
  opacity: 0.33;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.instagram-icon {
  display: block;
  max-width: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.youtube-link {
  max-width: 30px;
  margin-top: 8px;
  margin-bottom: 8px;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.youtube-link:hover {
  background-image: none;
  opacity: 0.33;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.youtube-icon {
  display: block;
  max-width: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.soundcloud-link {
  max-width: 30px;
  margin-top: 8px;
  opacity: 0.9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.soundcloud-link:hover {
  background-image: none;
  opacity: 0.33;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.soundcloud-icon {
  display: block;
  max-width: 30px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.mailing-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 385px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-block {
  position: relative;
  display: block;
  margin: auto;
}

.submit-button {
  display: block;
  height: 44px;
  max-height: 100%;
  margin-bottom: 0px;
  padding: 6px auto;
  border: 2px solid #948f7e;
  background-color: transparent;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Montserrat, sans-serif;
  color: #948f7e;
  font-size: 12.9px;
  font-weight: 600;
  text-align: center;
}

.submit-button:hover {
  border-style: solid;
  border-color: #000;
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 252, 241, 0), rgba(255, 252, 241, .5));
  background-image: linear-gradient(45deg, rgba(255, 252, 241, 0), rgba(255, 252, 241, .5));
  color: #000;
  font-weight: 600;
}

.submit-column {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 100%;
  font-weight: 700;
}

.email-column {
  padding-right: 5px;
  padding-left: 5px;
}

.email-text-field {
  height: 44px;
  max-height: 100%;
  margin-bottom: 0px;
  padding: 6px auto;
  border: 2px solid #fffcf1;
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fffcf1;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.terms {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  border-style: none;
  border-color: transparent;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  opacity: 0.8;
  font-family: Vollkorn, serif;
  color: #fffcf1;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.form-columns {
  position: relative;
  margin-bottom: 6px;
}

.success-message {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: rgba(255, 253, 242, .75);
  background-image: -webkit-linear-gradient(45deg, transparent, rgba(0, 0, 0, .5));
  background-image: linear-gradient(45deg, transparent, rgba(0, 0, 0, .5));
}

.body {
  overflow: hidden;
  height: 100%;
  background-color: #000;
  text-align: center;
}

.success-text {
  font-family: Montserrat, sans-serif;
}

.error-text {
  font-family: Montserrat, sans-serif;
  color: #a8a8a8;
  font-size: 14px;
  text-align: center;
}

.error-message {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  border-radius: 3px;
  background-color: #333;
  background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .5), transparent);
}

.important-text {
  letter-spacing: 0.5px;
}

.freedom-tilt {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.terms-section {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.wmm-link {
  color: #fffcf1;
}

.wmm-link:hover {
  color: #bdb7a2;
}

.html-embed {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.spotify-follow {
  display: block;
  max-width: 93px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.spotify-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-header {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  color: #fffcf1;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.homepage-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #948f7e;
  border-radius: 22px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, transparent, rgba(0, 0, 0, .4));
  background-image: linear-gradient(45deg, transparent, rgba(0, 0, 0, .4));
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Montserrat, sans-serif;
  color: #948f7e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.homepage-button:hover {
  border-style: solid;
  border-color: #000;
  background-color: #948f7e;
  color: #000;
}

.text-block {
  width: 100%;
  height: 100%;
  margin-bottom: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.8;
  font-family: Vollkorn, serif;
  color: #fffcf1;
  font-size: 10px;
  text-transform: none;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.preloader-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sun-icon {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: 302px;
  max-width: 333px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.left-socials {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.right-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100%;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.music-button {
  max-width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.9;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.music-button:hover {
  opacity: 0.33;
}

.home-button {
  max-width: 75%;
  margin-bottom: 20px;
  opacity: 0.9;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.home-button:hover {
  opacity: 0.33;
}

.signup-button {
  max-width: 75%;
  margin-top: 20px;
  opacity: 0.9;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.signup-button:hover {
  opacity: 0.33;
}

.freedom-html {
  position: relative;
  left: 0px;
  top: -33px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.9;
}

.s1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/sun-icon-c1.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.s2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/sun-icon-c2.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.s3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/sun-icon-c3.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.s4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/sun-icon-c4.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.s5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/sun-icon-c5.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.s6 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/sun-icon-c6.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.s7 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-image: url('../images/sun-icon-c7.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
}

.mailing-list-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tabs-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tabs {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.music-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/tabs-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.downloads-button {
  max-width: 75%;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.9;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.downloads-button:hover {
  opacity: 0.33;
}

.music-apps {
  margin-top: 25px;
  text-align: center;
}

.apple-music {
  margin-right: 25px;
}

.apple-music-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.apple-music-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.itunes {
  margin-right: 25px;
  margin-left: 25px;
}

.itunes-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.itunes-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.spotify {
  margin-right: 25px;
  margin-left: 25px;
}

.spotify-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.spotify-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.tidal {
  margin-right: 25px;
  margin-left: 25px;
}

.tidal-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tidal-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.google-play {
  margin-left: 25px;
}

.shazam {
  margin-right: 25px;
  margin-left: 25px;
}

.amazon-music {
  margin-right: 25px;
}

.shazam-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shazam-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.google-play-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.google-play-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.amazon-music-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.amazon-music-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.header {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-color: transparent;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  opacity: 0.8;
  font-family: Vollkorn, serif;
  color: #fffcf1;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.genius {
  margin-right: 25px;
  margin-left: 25px;
}

.musixmatch {
  margin-left: 25px;
}

.genius-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.genius-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.musixmatch-icon {
  opacity: 0.75;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.musixmatch-icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.preloader-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
}

.downloads-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/tabs-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mobile-wallpapers {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wallpaper-dos {
  position: static;
  display: block;
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mobile-wallpaper-dos {
  display: inline-block;
  max-width: 20%;
  min-width: 15%;
  margin-bottom: 22px;
}

.desktop-wallpaper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  margin-bottom: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.desktop-wallpaper-image {
  position: static;
  display: inline-block;
  max-width: 25%;
  min-width: 20%;
  margin-bottom: 22px;
}

.wallpaper-download {
  display: block;
  width: 111px;
  max-width: 111px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 0px 2px 1px;
  border: 2px solid #948f7e;
  border-radius: 22px;
  background-color: transparent;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Montserrat, sans-serif;
  color: #948f7e;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.33px;
}

.wallpaper-download:hover {
  border-color: #000;
  background-color: transparent;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 252, 241, .05), rgba(255, 252, 241, .5));
  background-image: linear-gradient(45deg, rgba(255, 252, 241, .05), rgba(255, 252, 241, .5));
  color: #000;
}

.tabs-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/tabs-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pp-link {
  color: #fffcf1;
}

.pp-link:hover {
  color: #bdb7a2;
}

._404 {
  overflow: hidden;
  height: 100%;
  background-color: #000;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.password-button {
  border: 2px solid #948f7e;
  background-color: transparent;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-family: Montserrat, sans-serif;
  color: #948f7e;
  font-weight: 600;
}

.password-button:hover {
  border-color: #000;
  background-color: #948f7e;
  background-image: -webkit-linear-gradient(45deg, #000, rgba(2, 2, 2, 0));
  background-image: linear-gradient(45deg, #000, rgba(2, 2, 2, 0));
  color: #000;
}

.error-message-2 {
  width: 100%;
  background-color: #333;
  background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .44));
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .44));
  color: #000;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.wallpaper-um {
  position: static;
  display: block;
  width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mobile-wallpaper-um {
  display: inline-block;
  max-width: 20%;
  min-width: 15%;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .hero {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/freedom-distort-2.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/freedom-distort-2.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .utility-page-wrap {
    background-image: url('../images/tabs-background.jpg');
    background-size: cover;
  }
  .footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  .facebook-link {
    max-width: 30px;
  }
  .facebook-icon {
    max-width: 30px;
  }
  .twitter-link {
    max-width: 30px;
  }
  .twitter-icon {
    max-width: 30px;
  }
  .instagram-link {
    max-width: 30px;
  }
  .instagram-icon {
    max-width: 30px;
  }
  .youtube-link {
    max-width: 30px;
  }
  .youtube-icon {
    max-width: 30px;
  }
  .soundcloud-link {
    max-width: 30px;
  }
  .soundcloud-icon {
    max-width: 30px;
  }
  .submit-button {
    font-weight: 500;
  }
  .submit-button:hover {
    font-weight: 500;
  }
  .submit-column {
    padding-bottom: 10px;
  }
  .email-column {
    padding-bottom: 10px;
  }
  .email-text-field {
    color: #5d5d5d;
  }
  .success-message {
    border-style: none;
    background-color: #f1f1f1;
    font-family: Montserrat, sans-serif;
  }
  .body {
    display: block;
    text-align: center;
  }
  .freedom-tilt {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .preloader {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .preloader-background {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-mobile-background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-mobile-background.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    text-align: center;
  }
  .sun-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .left-socials {
    left: 0px;
    top: 0px;
    bottom: 0px;
  }
  .right-menu {
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .freedom-html {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .s1 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .s2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s3 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s4 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s5 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s6 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s7 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .mailing-list-tab {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .tabs {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .music-tab {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .preloader-div {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin-right: 0px;
    margin-left: 0px;
  }
  .downloads-tab {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .desktop-wallpaper {
    margin-bottom: 33px;
  }
}

@media (max-width: 767px) {
  .hero {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/freedom-distort-2.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/freedom-distort-2.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .copyright-text {
    font-size: 6px;
    line-height: 15px;
  }
  .footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .freedom-tilt {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .preloader {
    display: none;
  }
  .preloader-background {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-background.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .sun-icon {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .left-socials {
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-left: 20px;
  }
  .right-menu {
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: visible;
    margin-right: 20px;
  }
  .music-button {
    min-width: 25%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .home-button {
    min-width: 25%;
    margin-bottom: 15px;
  }
  .signup-button {
    min-width: 25%;
    margin-top: 15px;
  }
  .freedom-html {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s1 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 80px;
  }
  .s2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin-right: auto;
    background-size: 80px;
  }
  .s3 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 80px;
  }
  .s4 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 80px;
  }
  .s5 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 80px;
  }
  .s6 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 80px;
  }
  .s7 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-size: 80px;
  }
  .mailing-list-tab {
    display: none;
    max-width: 100%;
    padding-right: 33.3px;
  }
  .tabs {
    display: none;
  }
  .music-tab {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding-right: 33.3px;
    padding-bottom: 5px;
  }
  .downloads-button {
    min-width: 25%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .preloader-div {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .downloads-tab {
    display: none;
    padding-right: 33.3px;
  }
  .mobile-wallpaper-dos {
    margin-bottom: 10px;
  }
  .desktop-wallpaper {
    margin-bottom: 22px;
  }
  .desktop-wallpaper-image {
    margin-bottom: 10px;
  }
  .wallpaper-download {
    width: 80px;
    max-width: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 7px;
    font-weight: 800;
  }
  .mobile-wallpaper-um {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .hero {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/freedom-distort-2.gif');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/freedom-distort-2.gif');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .copyright-text {
    font-size: 6px;
    line-height: 10px;
  }
  .utility-page-content {
    position: relative;
    bottom: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .facebook-icon {
    max-width: 20px;
  }
  .twitter-icon {
    max-width: 20px;
  }
  .instagram-icon {
    max-width: 20px;
  }
  .youtube-icon {
    max-width: 20px;
  }
  .soundcloud-icon {
    max-width: 20px;
  }
  .mailing-list {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .submit-column {
    padding-left: 0px;
  }
  .preloader {
    display: none;
  }
  .preloader-background {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-mobile-background.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url('../images/preloader-mobile-background.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }
  .sun-icon {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .left-socials {
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-left: 15px;
  }
  .right-menu {
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-right: 15px;
  }
  .music-button {
    min-width: 50%;
  }
  .home-button {
    min-width: 50%;
  }
  .signup-button {
    min-width: 50%;
  }
  .s1 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s2 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s3 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s4 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s5 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s6 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .s7 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .mailing-list-tab {
    display: none;
    max-width: 100%;
  }
  .tabs {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .music-tab {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding-bottom: 0px;
  }
  .downloads-button {
    min-width: 50%;
  }
  .music-apps {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .itunes {
    margin-right: 0px;
  }
  .google-play {
    margin-left: 0px;
  }
  .shazam {
    margin-right: 0px;
  }
  .genius {
    margin-left: 0px;
  }
  .preloader-div {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .downloads-tab {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .mobile-wallpapers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .wallpaper-dos {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-wallpaper-dos {
    max-width: 15%;
    min-width: 10%;
  }
  .desktop-wallpaper {
    margin-bottom: 25px;
  }
  .desktop-wallpaper-image {
    max-width: 40%;
  }
  .tabs-background {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .freedom-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    max-width: 50%;
    min-width: 25%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.9;
  }
  .wallpaper-um {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .mobile-wallpaper-um {
    max-width: 15%;
    min-width: 10%;
  }
}

