.body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0e0e0f;
  background-image: url('../images/rocktober-bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(#0e0e0f), to(#0e0e0f));
  background-image: url('../images/rocktober-bg.jpg'), linear-gradient(180deg, #0e0e0f, #0e0e0f);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
}

.text_available {
  margin-top: 18px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.text_available.full-list-page-title {
  margin-top: 25px;
  line-height: 1;
}

.header_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.albums_wrapper {
  display: block;
  max-width: 1250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.album {
  width: 25%;
  height: auto;
  margin-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.albums_back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  margin-bottom: 90px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.albums_front {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 74%;
  margin-top: -69px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text_featuring {
  margin-top: 40px;
  font-family: 'Changa One', Impact, sans-serif;
  color: #fff;
  font-size: 57px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.text_artists {
  margin-top: 20px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.text_available_at {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.stores_wrapper {
  display: block;
  max-width: none;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.stores_wrapper.hide-stores {
  display: none;
}

.logos_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 930px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 100%;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 3px;
}

.rocktober {
  width: 548px;
  margin-right: 80px;
  margin-left: 80px;
}

.limited_edition_releases {
  width: 870px;
}

.header-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  text-transform: capitalize;
}

.sub-header-section {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.star-image {
  width: 90px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.live-loud-copy {
  display: block;
  max-width: 300px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.666%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -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-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  text-align: center;
}

.body-2 {
  padding-bottom: 60px;
  background-color: #b3b5b8;
}

.titles-wrapper {
  width: 90%;
  max-width: 1320px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.release-date {
  width: 12%;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.release-date.heading {
  font-family: Oswald, sans-serif;
  color: #e21d3e;
  font-size: 24px;
}

.artist {
  width: 20%;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.heading {
  font-family: Oswald, sans-serif;
  color: #e21d3e;
  font-size: 24px;
}

.heading.artist {
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.heading.release-date.underline-heading {
  width: 12%;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  color: #fff;
  line-height: 27px;
}

.heading.title-heading {
  width: 20%;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.heading.description-heading {
  width: 48%;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.title-item {
  width: 20%;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.description-item {
  width: 48%;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.1;
}

.mobile-titles-list {
  display: none;
  padding-bottom: 48px;
}

.back-link {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #b6b6b6;
  font-size: 18px;
  text-align: center;
}

.back-link:hover {
  color: #fff;
}

.full-list-link {
  display: inline-block;
  margin-top: 70px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Merriweather, serif;
  color: #b6b6b6;
  font-size: 31px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.full-list-link:hover {
  color: #fff;
}

.date-copy {
  color: #fff;
  line-height: 1.3;
}

.title-span {
  display: none;
  color: #e21d3e;
}

.artist-copy {
  color: #fff;
  line-height: 1.3;
}

.title-copy {
  color: #fff;
  line-height: 1.3;
}

.description-copy {
  color: #fff;
  line-height: 1.2;
}

.artist-list-wrapper {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  text-transform: uppercase;
}

.rocktober-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.header-logo {
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}

.main-content {
  padding-top: 20px;
  padding-bottom: 150px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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-color: #0e0e0f;
}

.footer-copyright {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.title-body {
  background-color: #0e0e0f;
  background-image: url('../images/rocktober-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.copyright-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 7px;
  -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;
  line-height: 1.2;
  list-style-type: none;
}

.copyright-link-li {
  margin-right: 7px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-right: 1px none #fff;
  line-height: 0.8;
}

.copyright-link-li.last-copyright-link-li {
  margin-right: 0px;
}

.copyright-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7px;
  border-right: 1px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.copyright-link.ot-sdk-show-settings.last-copyright-link {
  border-right-style: none;
  cursor: pointer;
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .body {
    padding-bottom: 0px;
  }

  .text_available {
    font-size: 26px;
  }

  .header_wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .albums_wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .album {
    width: 25%;
    height: auto;
  }

  .albums_back {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .albums_front {
    margin-top: -45px;
  }

  .text_featuring {
    margin-top: 30px;
    font-size: 46px;
    line-height: 46px;
  }

  .text_artists {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 22px;
    line-height: 1.3;
  }

  .text_available_at {
    font-size: 27px;
  }

  .stores_wrapper {
    max-width: 750px;
    margin-top: 40px;
  }

  .logos_wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .logo {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .rocktober {
    width: 284px;
    margin-right: 60px;
    margin-left: 60px;
  }

  .limited_edition_releases {
    width: 80%;
  }

  .sub-header-section {
    padding-bottom: 0px;
  }

  .star-image {
    width: 60px;
  }

  .live-loud-copy {
    width: 100%;
    max-width: 260px;
    margin-top: 20px;
  }

  .link-block {
    width: 25%;
  }

  .titles-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .release-date {
    font-size: 17px;
    line-height: 18px;
  }

  .artist {
    font-size: 17px;
    line-height: 18px;
  }

  .heading.artist {
    font-size: 20px;
  }

  .heading.release-date.underline-heading {
    font-size: 20px;
    line-height: 20px;
  }

  .heading.title-heading {
    font-size: 20px;
  }

  .heading.description-heading {
    font-size: 20px;
  }

  .title-item {
    font-size: 17px;
    line-height: 18px;
  }

  .description-item {
    font-size: 17px;
    line-height: 18px;
  }

  .full-list-link {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 25px;
  }

  .rocktober-subtitle {
    font-size: 37px;
    letter-spacing: 1px;
  }

  .header-logo {
    max-width: 240px;
  }

  .main-content {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright-link-list {
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-image: url('../images/rocktober-bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(#0e0e0f), to(#0e0e0f));
    background-image: url('../images/rocktober-bg.jpg'), linear-gradient(180deg, #0e0e0f, #0e0e0f);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .text_available {
    margin-top: 10px;
    font-size: 23px;
  }

  .header_wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .albums_wrapper {
    margin-top: 0px;
  }

  .album {
    width: 25%;
    height: auto;
    min-width: 2px;
  }

  .albums_back {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .albums_front {
    margin-top: -38px;
  }

  .text_artists {
    margin-right: 0px;
    padding-left: 0px;
    font-size: 21px;
    line-height: 1.3;
  }

  .text_available_at {
    font-size: 22px;
    line-height: 1.3;
  }

  .stores_wrapper {
    max-width: none;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .logos_wrapper {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .logo {
    height: auto;
  }

  .rocktober {
    width: 230px;
  }

  .limited_edition_releases {
    width: 90%;
  }

  .sub-header-section {
    padding: 0px 15px;
  }

  .star-image {
    width: 40px;
  }

  .live-loud-copy {
    max-width: 240px;
    margin-top: 30px;
  }

  .link-block {
    text-align: center;
  }

  .titles-wrapper {
    display: block;
    width: 100%;
  }

  .title-row {
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
  }

  .title-row.title-container {
    display: none;
  }

  .release-date {
    width: 100%;
  }

  .artist {
    width: 100%;
  }

  .title-item {
    width: 100%;
  }

  .description-item {
    width: 100%;
  }

  .mobile-titles-list {
    display: none;
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-list-item {
    padding-top: 24px;
    padding-right: 15px;
    padding-left: 15px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #e21d3e;
  }

  .artist-mobile {
    margin-bottom: 5px;
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 20px;
  }

  .mobile-title {
    margin-bottom: 5px;
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 400;
  }

  .mobile-heading-span {
    color: #e21d3e;
    font-weight: 500;
  }

  .mobile-release-date {
    margin-bottom: 15px;
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 19px;
  }

  .mobile-description {
    padding-bottom: 20px;
    font-family: Oswald, sans-serif;
    color: #000;
    font-size: 19px;
  }

  .full-list-link {
    margin-top: 30px;
    font-size: 24px;
  }

  .date-copy {
    display: inline-block;
    margin-bottom: 2px;
  }

  .title-span {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
  }

  .artist-copy {
    display: inline-block;
    margin-bottom: 2px;
  }

  .title-copy {
    display: inline-block;
  }

  .description-copy {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .rocktober-subtitle {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .header-logo {
    max-width: 170px;
  }

  .main-content {
    padding-top: 20px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../images/rocktober-bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(#0e0e0f), to(#0e0e0f));
    background-image: url('../images/rocktober-bg.jpg'), linear-gradient(180deg, #0e0e0f, #0e0e0f);
    background-position: 0px 0px, 0px 0px;
    background-size: cover, auto;
  }

  .text_available {
    margin-top: 24px;
    font-size: 20px;
    text-align: center;
  }

  .header_wrapper {
    display: block;
    text-align: center;
  }

  .header_right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .albums_wrapper {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .album {
    width: 50%;
    height: auto;
    margin: 5px 0px;
  }

  .albums_back {
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .albums_front {
    max-width: 100%;
    margin-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text_featuring {
    font-size: 36px;
    line-height: 36px;
  }

  .text_artists {
    font-size: 18px;
    line-height: 1.3;
  }

  .text_available_at {
    font-size: 19px;
    line-height: 1.3;
  }

  .stores_wrapper {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logos_wrapper {
    width: 100%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .logo {
    display: block;
    width: 100%;
    height: auto;
  }

  .rocktober {
    width: 100%;
  }

  .limited_edition_releases {
    width: 92%;
    margin-top: 0px;
  }

  .sub-header-section {
    padding: 0px;
  }

  .star-image {
    display: none;
  }

  .live-loud-copy {
    width: 100%;
    max-width: 230px;
    margin-top: 30px;
  }

  .link-block {
    width: 50%;
    padding: 5px 11px 5px 10px;
  }

  .titles-wrapper {
    margin-top: 35px;
  }

  .release-date {
    font-size: 16px;
  }

  .artist {
    font-size: 16px;
  }

  .title-item {
    font-size: 16px;
  }

  .description-item {
    font-size: 16px;
  }

  .full-list-link {
    margin-bottom: 20px;
    font-size: 19px;
  }

  .rocktober-subtitle {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: 1px;
  }

  .copyright-link-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .copyright-link-li {
    margin-right: 0px;
    margin-bottom: 4px;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0px;
  }

  .copyright-link {
    padding-right: 0px;
    border-right-style: none;
  }
}

@font-face {
  font-family: 'Newrocker webfont';
  src: url('../fonts/newrocker-regular-webfont.woff2') format('woff2'), url('../fonts/newrocker-regular-webfont.eot') format('embedded-opentype'), url('../fonts/newrocker-regular-webfont.woff') format('woff'), url('../fonts/newrocker-regular-webfont.ttf') format('truetype'), url('../fonts/newrocker-regular-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}