/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'OldPress';
  src: url('../fonts/OldPress.ttf');
}
@font-face {
  font-family: 'Blunt';
  src: url('../fonts/BLUNT.ttf');
}
@font-face {
  font-family: 'Handwriting';
  src: url('../fonts/Handwriting.ttf');
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf');
}
/* ==========================================================================
   General CSS
   ========================================================================== */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: white;
  background-image: url(../img/background_repeat_small.png);
  background-repeat: repeat;
  color: #353434;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
header {
  width: 100%;
  height: 200px;
}
.main-wrapper {
  overflow-x: hidden;
  width: 100%;
}
h1 {
  font-family: 'Blunt', 'Architects Daughter', cursive;
  text-align: center;
  color: #ca3140;
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 80px;
  margin-bottom: 20px;
}
h2 {
  font-family: 'Montserrat';
  text-align: center;
  color: #e9e9e9;
  font-size: 28px;
  font-weight: 100;
  line-height: 50px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
h3 {
  font-family: 'Montserrat';
  text-align: center;
  color: #353434;
  font-size: 24px;
  font-weight: 100;
  line-height: 50px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
h4 {
  font-family: 'Montserrat';
  text-align: center;
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 100;
  line-height: 50px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
p {
  font-family: 'Lato';
  font-weight: 100;
  line-height: 20px;
}
a {
  text-decoration: none !important;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.picture img {
  width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ca3140;
  margin-bottom: 20px;
}
ul {
  text-decoration: none;
}
div {
  box-sizing: border-box;
}
section {
  margin-bottom: 80px;
}
section.white {
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 10%;
  margin-bottom: 80px;
  padding: 40px;
  box-shadow: 2px 2px 10px rgba(53, 52, 52, 0.2);
}
.white-bg {
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 10%;
  padding: 30px;
  box-shadow: 2px 2px 10px rgba(53, 52, 52, 0.2);
}
ul.some-icons {
  text-align: center;
}
ul.some-icons li {
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 50px;
}
/* ==========================================================================
   Artist Name Header
   ========================================================================== */
.artist_header {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  height: 60px;
}
.artist_name {
  display: inline-block;
  font-family: 'OldPress';
  font-size: 56px;
  letter-spacing: 2px;
  vertical-align: center middle;
}
.artist_icons {
  display: inline-block;
}
.artist_icon_rewind {
  height: 22px;
  padding-bottom: 4px;
  padding-right: 15px;
}
.artist_icon_play {
  height: 30px;
  padding-bottom: 2px;
  padding-right: 15px;
}
.artist_icon_stop {
  height: 22px;
  padding-bottom: 4px;
  padding-left: 13px;
}
.artist_icon_forward {
  height: 20px;
  padding-bottom: 4px;
  padding-left: 13px;
}
.artist_name:hover {
  transform: scale(1.3);
  transition: all 500ms ease;
  padding: 0 10px;
}
.artist_icon_rewind:hover {
  transform: scale(1.3);
  transition: all 500ms ease;
  padding-right: 20px;
}
.artist_icon_forward:hover {
  transform: scale(1.3);
  transition: all 500ms ease;
  padding-left: 20px;
}
.artist_icon_stop:hover {
  transform: scale(1.3);
  transition: all 500ms ease;
  padding-right: 10px;
  padding-left: 20px;
}
.artist_icon_play:hover {
  transform: scale(1.3);
  transition: all 500ms ease;
  padding: 0 10px;
}
/* ==========================================================================
   NAVIGATION Desktop
   ========================================================================== */
.navbar-desktop {
  font-family: 'Handwriting';
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  font-size: 42px;
  text-align: center;
}
.navbar-desktop ul {
  margin: 0;
  padding: 20px 0;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
}
.navbar-desktop li {
  display: inline;
}
.navbar-desktop a {
  padding: 5px 15px;
  text-decoration: none;
  color: #353434;
}
.navbar-desktop li a:hover {
  color: #d5515d;
}
.navbar-desktop li a.active {
  color: #ca3140;
}
/* Subnav */
li > ul {
  background-color: #e9e9e9;
  border: 1px solid #353434;
  position: absolute;
  display: block;
  width: 160px;
}
.subnav li {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
li.subnav {
  display: inline-block;
}
.subnav-content {
  display: none;
  position: absolute;
  background-color: #e9e9e9;
  min-width: 160px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
}
/* Navigation Decoration */
.navigation-underline img {
  float: none;
  display: block;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
/* ==========================================================================
   NAVIGATION Responsive
   ========================================================================== */
/* Burger Menu Button */
.menu {
  cursor: pointer;
  padding-left: 1.25em;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: none;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  background-image: url(../img/responsive_burger_menu_line2.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 7px;
  width: 100%;
  transition: 0.55s;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 16px;
}
.menu-bottom {
  top: 32px;
}
.menu-top-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
}
/* // responsive burger menu button */
.navbar-responsive {
  font-family: 'Handwriting';
  position: absolute;
  background-color: #e9e9e9;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  font-size: 42px;
  text-align: center;
  border-bottom: 1px solid #353434;
  z-index: 9999;
}
.navbar-responsive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  text-align: center;
}
.navbar-responsive li {
  display: inline;
}
.navbar-responsive a {
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  color: #353434;
  display: block;
  border-bottom: 1px solid #353434;
  padding: 15px 0;
}
.navbar-responsive ul.some-icons li {
  width: 60px;
}
.navbar-responsive .fa {
  border-bottom: none;
}
.navbar-responsive li a:hover {
  color: #d5515d;
}
.navbar-responsive li a.active {
  color: #ca3140;
}
/* ==========================================================================
   HOME
   ========================================================================== */
.section-home-sixyears {
  background-image: url(../img/home_bg_sixyears.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  min-height: 420px;
  max-width: 1000px;
  margin: 20px auto;
}
.section-home-lazysunday {
  background-image: url(../img/home_bg_lazysunday.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  min-height: 420px;
  max-width: 1000px;
  margin: 20px auto;
}
.lazysunday {
  color: #4e6884;
}
.container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.white > .container {
  padding-top: 0;
}
.box-left {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
.box-left img {
  display: inline-block;
  width: 200px;
  box-shadow: 2px 2px 15px;
}
.box-right {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
.link-button {
  font-family: 'Montserrat';
  color: #e9e9e9;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  width: 200px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: left;
  padding: 0 15px;
  margin: 10px;
  background-image: url(../img/link_button_arrow.png);
  background-repeat: no-repeat;
  background-position: 160px;
  background-size: 25px auto;
}
.link-button a {
  display: block;
  color: #e9e9e9;
  text-decoration: none;
}
.link-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
/* ==========================================================================
   Boxes
   ========================================================================== */
.box {
  margin-bottom: 40px;
}
.box-2-left {
  width: 200px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.box-3-left {
  width: 300px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.box-2-left img {
  width: 150px;
  margin: 40px 10px;
  box-shadow: 2px 2px 15px;
}
.box-4-left {
  width: 30%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.box-4-right {
  width: 60%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.box-6-right {
  width: 600px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.infoText {
  margin: 0 auto;
  padding-bottom: 20px;
}
.infoText a {
  color: #ca3140;
}
.infoText-main {
  margin: 0 auto;
  margin-bottom: 40px;
}
.infoText-center {
  color: #e9e9e9;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.text-white {
  color: #e9e9e9;
}
.text-black {
  color: #353434;
}
.text-center {
  text-align: center;
  margin-bottom: 20px;
}
.myIframe {
  margin-bottom: 40px;
}
.videoIframe {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.videoIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   MUSIC
   ========================================================================== */
.song-title {
  font-family: 'Blunt', 'Architects Daughter', cursive;
  color: #353434;
  font-size: 28px;
  font-weight: 100;
  line-height: 50px;
  letter-spacing: 2px;
  width: auto;
  height: auto;
  text-align: left;
}
.song-title a {
  display: block;
  color: #353434;
  text-decoration: none;
  text-align: left;
}
.song-title a:hover {
  color: #ca3140;
}
.player--hidden {
  display: none;
}
.player {
  -webkit-transition: height .3s ease;
  height: 0;
  overflow: hidden;
}
.player--active {
  height: 100px;
}
/* ==========================================================================
   LYRICS
   ========================================================================== */
.lyrics {
  font-family: 'Handwriting';
  font-size: 16px;
  line-height: 20px;
  font-weight: 100;
  color: #353434;
}
.lyrics p {
  font-family: 'Handwriting';
  font-size: 32px;
  line-height: 30px;
  padding: 10px 0;
}
h2.title {
  font-family: 'Blunt', 'Architects Daughter', cursive;
  font-size: 36px;
  letter-spacing: 2px;
  color: #353434;
  line-height: 50px;
  margin-bottom: 20px;
}
/* ==========================================================================
   ABOUT
   ========================================================================== */
.biography {
  padding-left: 10px;
}
/* ==========================================================================
   PHOTOS
   ========================================================================== */
.instafeed {
  width: 100%;
  height: auto;
  text-align: center;
}
.instaPics img {
  display: inline-block;
  padding: 4px;
  margin: 10px;
  border: 1px solid #ca3140;
}
@media (max-width: 480px) {
  .masonry {
    margin: 3% 0;
  }
  .masonry .grid-sizer {
    width: 48.5%;
  }
  .masonry .gutter-sizer {
    width: 3%;
  }
  .masonry .item {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .masonry .item img {
    width: 100%;
  }
}
@media only screen and (max-width: xxspx) {
  .masonry {
    margin: 3% 0;
  }
  .masonry .grid-sizer {
    width: 48.5%;
  }
  .masonry .gutter-sizer {
    width: 3%;
  }
  .masonry .item {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .masonry .item img {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .masonry {
    margin: 2.25% 0;
  }
  .masonry .grid-sizer {
    width: 31.83333%;
  }
  .masonry .gutter-sizer {
    width: 2.25%;
  }
  .masonry .item {
    width: 31.83333%;
    margin-bottom: 2.25%;
  }
  .masonry .item img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .masonry {
    margin: 2% 0;
  }
  .masonry .grid-sizer {
    width: 23.5%;
  }
  .masonry .gutter-sizer {
    width: 2%;
  }
  .masonry .item {
    width: 23.5%;
    margin-bottom: 2%;
  }
  .masonry .item img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .masonry {
    margin: 1.875% 0;
  }
  .masonry .grid-sizer {
    width: 18.5%;
  }
  .masonry .gutter-sizer {
    width: 1.875%;
  }
  .masonry .item {
    width: 18.5%;
    margin-bottom: 1.875%;
  }
  .masonry .item img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .masonry {
    margin: 1.8% 0;
  }
  .masonry .grid-sizer {
    width: 15.16667%;
  }
  .masonry .gutter-sizer {
    width: 1.8%;
  }
  .masonry .item {
    width: 15.16667%;
    margin-bottom: 1.8%;
  }
  .masonry .item img {
    width: 100%;
  }
}
/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
  padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}
.gallery div {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 200px;
  margin: .5vw;
}
.gallery div img {
  width: 100%;
  height: auto;
  padding: 4px;
  border: 1px solid #ca3140;
}
@media screen and (max-width: 400px) {
  .gallery div {
    margin: 0;
  }
  .gallery {
    padding: 0;
  }
}
/* ==========================================================================
   CONTACT
   ========================================================================== */
section .contact {
  min-height: 280px;
}
.contact h3 {
  margin-bottom: 0;
}
.color-gray {
  color: #bebab4;
}
.mail {
  display: inline-block;
  width: 100px;
  margin: 5px auto;
  margin-bottom: 40px;
  color: #e9e9e9;
}
.mail .fa {
  color: #353434;
  font-size: 30px;
}
.mail a {
  color: #e9e9e9;
  margin-left: 5px;
}
.mail a:hover {
  color: #ca3140;
  cursor: pointer;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  position: relative;
  background-color: #353434;
  color: #e9e9e9;
  height: auto;
  margin: 50px 0 0 0;
  padding: 20px;
}
footer a {
  color: #e9e9e9;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border: 1px solid #e9e9e9;
  padding: 10px;
}
footer a:hover {
  opacity: 1.0;
}
footer ul.some-icons {
  font-size: 1.8em;
}
.footer {
  padding: 10px 20px;
}
.copyright {
  display: inline-block;
  font-family: 'Monserrat', sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #e9e9e9;
  opacity: 0.5;
  line-height: 50px;
  margin-top: 20px;
}
.developement {
  display: inline-block;
  font-family: 'Monserrat', sans-serif;
  font-size: 14px;
  float: right;
  text-align: right;
  font-weight: 100;
  color: #e9e9e9;
  opacity: 0.5;
  line-height: 25px;
  margin-top: 20px;
}
/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
/* -------------------------------- 

Primary style

-------------------------------- */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #444d65;
  text-decoration: none;
}
input,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  border: none;
  margin: 0;
  border-radius: 0;
}
input[type=email]::-ms-clear {
  /* remove the big X on ie */
  display: none;
}
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container::after {
  clear: both;
  content: "";
  display: table;
}
/* -------------------------------- 

Main components 

-------------------------------- */
/* form */
.cd-form-wrapper {
  position: relative;
  margin: 4em auto;
}
@media only screen and (min-width: 768px) {
  .cd-form-wrapper {
    margin: 8em auto;
  }
}
.cd-form {
  position: relative;
  width: 100%;
  height: 100px;
  background: #d9d2c7;
  border: 1px solid rgba(53, 52, 52, 0.2);
}
@media only screen and (min-width: 768px) {
  .cd-form {
    height: 180px;
  }
}
.cd-form .cd-loading {
  /* loading bar */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3%;
  width: 100%;
  background-color: #ca3140;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  -webkit-transition: -webkit-transform 3s;
  -moz-transition: -moz-transform 3s;
  transition: transform 3s;
  z-index: 3;
}
.no-csstransitions .cd-form .cd-loading {
  /* we use modernizr to detect old browser and hide the loading effect */
  display: none;
}
.cd-form.is-submitted .cd-loading {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.cd-label,
.cd-email,
.cd-submit {
  position: absolute;
}
.cd-label {
  font-family: 'Handwriting';
  color: #ca3140;
  left: 18px;
  top: 10%;
  font-size: 11px;
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 100;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  z-index: 2;
}
.is-active .cd-label {
  opacity: 0;
  -webkit-transform: translate3d(0, -200%, 0);
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -o-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
}
@media only screen and (min-width: 768px) {
  .cd-label {
    left: 40px;
  }
}
.cd-email,
.cd-submit {
  width: 100%;
  bottom: 0;
}
.cd-email:focus,
.cd-submit:focus {
  outline: none;
}
.cd-email {
  top: 0;
  left: 0;
  height: 100%;
  background: transparent;
  padding-left: 18px;
  font-weight: 300;
  color: #353434;
  -webkit-transition: height 0.3s, background-color 0.3s;
  -moz-transition: height 0.3s, background-color 0.3s;
  transition: height 0.3s, background-color 0.3s;
  z-index: 1;
}
.cd-email::-webkit-input-placeholder {
  color: #e9e9e9;
}
.cd-email::-moz-placeholder {
  color: #e9e9e9;
}
.cd-email:-moz-placeholder {
  color: #e9e9e9;
}
.cd-email:-ms-input-placeholder {
  color: #e9e9e9;
}
.is-active .cd-email {
  height: 50%;
}
.cd-email:focus {
  background-color: #bebab4;
}
@media only screen and (min-width: 768px) {
  .cd-email {
    padding-left: 40px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.cd-submit {
  top: 50%;
  cursor: pointer;
  background-color: #ca3140;
  color: #e9e9e9;
  text-transform: uppercase;
  font-weight: 700;
  /* hidden by default */
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 2;
  line-height: 50px;
}
.is-active .cd-submit {
  display: block;
  -webkit-animation: cd-bounce-in ease-out 0.4s;
  -moz-animation: cd-bounce-in ease-out 0.4s;
  animation: cd-bounce-in ease-out 0.4s;
}
.no-touch .cd-submit:hover,
.cd-submit:focus {
  background-color: #d5515d;
}
@media only screen and (min-width: 768px) {
  .cd-submit {
    line-height: 90px;
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    top: 100%;
  }
  60% {
    top: 45%;
  }
  100% {
    top: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    top: 100%;
  }
  60% {
    top: 45%;
  }
  100% {
    top: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    top: 100%;
  }
  60% {
    top: 45%;
  }
  100% {
    top: 50%;
  }
}
.cd-response {
  position: absolute;
  bottom: 110%;
  left: 0;
  padding: 1.4em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 3;
  /* hidden by default */
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: -webkit-transform 0.3s 0s, opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, opacity 0.3s 0s, visibility 0s .3s;
}
.cd-response::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  /* create triangle in css */
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.cd-response.cd-response-notification {
  background-color: #ca3140;
}
.cd-response.cd-response-notification::after {
  border-top-color: #ca3140;
}
.cd-response.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s 0s, opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, opacity 0.3s 0s, visibility 0s 0s;
}
.cd-response-success {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #92c195;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform .3s 0s, visibility 0s .3s;
  z-index: 3;
}
.cd-response-success p {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}
.cd-response-success.slide-in {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
  transition: transform .3s 0s, visibility 0s 0s;
}
.cd-response-success.slide-in p {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
/* ==========================================================================
   Buy Link Pages
   ========================================================================== */
.buylinks {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: center;
}
.buylinks_sixyears {
  background-image: url(../buy_pages/bg_img/bg_sixyears.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.buylinks-container {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  top: 10%;
  z-index: 9999;
}
.buylinks-content {
  position: absolute;
  margin: 0 auto;
  width: 100%;
}
.buylinks-content img {
  clear: both;
  display: inline-block;
  width: 250px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 15px;
}
.buylinks-button {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.buylinks-button a {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
}
.buylinks-button a:hover {
  background-color: #e9e9e9;
}
.iTunes {
  background-image: url(../buy_pages/bg_img/img_iTunes.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 110px auto;
  height: 70px;
  width: 250px;
  margin: 0 auto;
}
.amazon-music {
  background-image: url(../buy_pages/bg_img/img_AmazonMusic.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px auto;
  height: 70px;
  width: 250px;
  margin: 0 auto;
}
.google-play {
  background-image: url(../buy_pages/bg_img/img_GooglePlay.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px auto;
  height: 70px;
  width: 250px;
  margin: 0 auto;
}
.blur {
  -webkit-animation: blur 0.5s linear forwards;
  -moz-animation: blur 0.5s linear forwards;
  -ms-animation: blur 0.5s linear forwards;
  -o-animation: blur 0.5s linear forwards;
  animation: blur 0.5s linear forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.delay {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes blur {
  to {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@-moz-keyframes blur {
  to {
    -moz-filter: blur(5px);
    filter: blur(5px);
  }
}
@keyframes blur {
  to {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
  }
}
/* ==========================================================================
   RESPONSIVE CSS
   ========================================================================== */
.navbar-responsive {
  display: none;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
    margin-bottom: 40px;
  }
  h1 {
    line-height: 50px;
  }
  h2 {
    color: #353434;
  }
  .navbar-desktop {
    display: none;
  }
  .navigation-underline img {
    display: block;
    width: 100%;
    position: absolute;
    top: 80px;
    margin: 0;
    padding: 0;
  }
  .menu {
    display: block;
  }
  .artist_header {
    text-align: left;
    margin-top: 3px;
    vertical-align: middle;
    padding: 7px 20px;
    height: 80px;
    background-color: #e9e9e9;
  }
  .container {
    padding-top: 0;
  }
  .box-3-left {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .box-4-left {
    width: 100%;
    margin: 0 auto;
  }
  .box-4-right {
    width: 100%;
    margin: 0 auto;
  }
  .box-6-right {
    width: 80%;
  }
  .infoText-center {
    color: #353434;
    width: 80%;
  }
  footer {
    display: block;
    height: auto;
  }
  footer ul.some-icons li {
    width: 50px;
  }
  .copyright {
    width: 100%;
    text-align: center;
  }
  .developement {
    float: none;
    width: 100%;
    text-align: center;
  }
  .section-home-sixyears,
  .section-home-lazysunday {
    background-image: none;
  }
  section.white {
    margin: 0 5%;
    margin-bottom: 50px;
  }
  section.white-responsive {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 5%;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 10px rgba(53, 52, 52, 0.2);
  }
}
