/* base css */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  margin: 0;  padding: 0; border: 0;  font-size: 100%;  font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block;}body {  line-height: 1;}ol, ul {  list-style: none;}blockquote, q { quotes: none;}blockquote:before, blockquote:after,q:before, q:after { content: '';  content: none;}table {  border-collapse: collapse;  border-spacing: 0;}
h1,h2,h3,h4,h5 {-webkit-margin-before: 0;-webkit-margin-after: 0;-webkit-margin-start: 0px;-webkit-margin-end: 0px;}
* {margin: 0; padding: 0;}
html {height: 100%;}

body {
  height: 100%;
  -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;width: 100%;height: 100vh;}

/* classic */

.hidden {display: none !important;}

.clear {clear: both;}

.emphasize {font-weight: 700;}

.inline-wrapper {display: inline-block;}

.italicize {font-style: italic;}

.flip {
  /* transform: rotateY(180deg); */
  transform: scaleX(-1);
}

/* structure */

.container {
  width: 100%;
  height: 100%;
  position: relative;
}

.content {
  background-color: #000;
  width: 60%;
  padding: 5px 0;
  margin: 20px auto 30px;
  z-index: -11;
}

.section {
  display: block;
  width: 90%;
  margin: 20px auto 30px;
}

.footer {
  background-color: transparent;
  width: 100%;
  z-index: 7;
  margin-bottom: 100px;
  position: relative;
  bottom: 0;
}

/* color etc. */

::selection {
  background: #9EE7C9;
}

.btn {
  border: 1px solid #fff;
  padding: 6px 9px;
  border-radius: 5px;
}

.btn:hover {
  border: 1px solid #ccc;
  padding: 7px 11px;
  color: #ccc;
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Anonymous Pro', courier, monospace;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
}

body a {
  color: #fff;
  text-decoration: none;
}

body a:hover {
  color: #f5613a;
  text-decoration: none;
}

i {
  color: #f39317;
}

#music-player a:hover {
  color: #f39317;
}

#next-show a:hover {
  color: #05a67e;
}

  #next-show .section-title {
    background: url('../assets/flourish.png') no-repeat center;
  }

  #next-show .section-title {
    cursor: pointer;
  }

  #next-show .section-title:hover {
    color: #01ba95;
  }

#link-out i.fa-facebook {color: #3b5998;}

#link-out i.fa-twitter {color: #55acee;}

.title {
  z-index: 5;
  text-align: center;
  height: 85px;
  font-family: 'Abril Fatface', Arial, sans-serif;
  font-size: 100px;
  line-height: 0.8;

  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
  .title.sticky {
    position: fixed;
    top: 0;
    display: block;
    height: 100px;
    background: -webkit-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.5) 50%,rgba(0,0,0,0));
    background: -moz-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.5) 50%,rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.5) 50%, rgba(0,0,0,0));
    font-size: 80px;
    text-align: center;
    width:100%;
  }

  .pushdown {
    margin-top: 110px !important;
  }

.section-title {
  font-family: 'Montserrat', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  color: #c0b8ab;
}

.section-title i {
  position: relative;
  bottom: 2px;
  font-size: 15px;
  cursor: pointer;
}

.section-title i:active, .section-title i:focus, .section-title i:hover {
  opacity: 0.5;
}

.section-body {
  font-size: 14px;
  font-weight: 300;
}

.section-body .review {
  margin-bottom: 25px;
}

.section-body .review i {
  cursor: pointer;
}

.section-body i:active, .section-body i:focus, .section-body i:hover {
  opacity: 0.5;
}

/* background images */

.lion {
  height:135px;
  display:block;
  margin: 0 auto;
}

.tree-l, .tree-r {
  bottom: 60%;
  z-index: -14;
  position: fixed;
  width: 287px;
  height: 361px;
  background: transparent url(../assets/tree.png) no-repeat
}

.bass-l, .bass-r {
  bottom: 57%;
  width: 260px;
  height: 212px;
  position: fixed;
  z-index: -12;
  background: transparent url(../assets/bass.png) no-repeat;
}

.guitar-l, .guitar-r {
  bottom: 40%;
  width: 250px;
  height: 231px;
  position: fixed;
  z-index: -11;
  background: transparent url(../assets/guitar.png) no-repeat;
}

.steeldrum-l, .steeldrum-r {
  bottom: 24%;
  width: 300px;
  height: 280px;
  position: fixed;
  z-index: -10;
  background: transparent url(../assets/steeldrum.png) no-repeat;
}

.dancer-l, .dancer-r {
  bottom: 0;
  width: 390px;
  height: 257px;
  position: fixed;
  z-index: -10;
  background: transparent url(../assets/dancer.png) no-repeat;
}

.tree-l {left:0px;}

.tree-r {right: 0px;}

.bass-l {left: -29px;}

.bass-r {right: -29px;}

.steeldrum-l {left: -130px;}

.steeldrum-r {right: -130px;}

.guitar-l {left: -10px;}

.guitar-r {right: -10px;}

.dancer-l {left: -90px;}

.dancer-r {right: -90px;}


/* specific sections */

.sites {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 12px;
  width: 47%;
  height: 30px;
  vertical-align: middle;
  margin-top: 20px;
  float: left;
}

.sites li {
  display: inline-block;
  width: 17%;
}

.sites a {
  margin-top: 5px;
  position: relative;
}

.sites p {
  position: absolute;
  display: none;
}

.sites a:hover p {
  display: block;
}

.sites-sm {
  width: 25px;
  vertical-align: super;
}

.sites-sm:hover {
  opacity: 0.5;
  cursor: pointer;
}

.label-s {
  left: -5px;
}

.label-m {
  left: -12px;
}

.label-l {
  left: -20px;
}

.player {
  text-align: right;
  width: 50%;
  height: 50px;
  position: relative;
  bottom: 13px;
}

.press-ring {
  position: relative;
  top: 26px;
  margin-left: -6px;
  width: 30px;
  height: 30px;
  border: 1px dashed #ddd;
  border-radius: 50%;
  z-index: -1;
}

.player:hover .press-ring {
  border: 1px dashed #00ccb8;
  cursor: pointer;
}

iframe {
  width: 100%;
  text-align: right;
}

#next-show .section-body, #meet-band .section-body, #share, #purchase, #contact, #discography, #link-out, #definition {
  text-align: center;
}

#press {
  padding-bottom: 20px;
}

#copyright {
  position: relative;
  text-align: center;
  bottom: 0;
  line-height: 1.3;
  font-size: 8px;
  color: #aaa;
  padding: 2px 2px 6px;
}

#copyright a:hover, #copyright a:focus, #copyright a:active {
  cursor: pointer;
}

#handshake:hover, #handshake:active, #handshake:focus,
#gramo:hover, #gramo:active, #gramo:focus {
  cursor: pointer;
  opacity: 0.5;
}

#link-out .section-title {
  margin-top: 40px;
}

#link-out i, #purchase .buy img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#link-out li:hover i, #purchase .buy:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#link-out a:hover, #link-out a:active, #link-out a:focus {
  color: #fff;
  text-decoration: none;
}

#link-out ul li {
  width: 150px;
  margin: 10px 0;
}

#purchase .buy img {
  height: 20px;
}

#purchase > .buy:hover {
  opacity: 1.0;
  text-decoration: none;
}

/* meet the band */


#hello {
  background-color: rgba(0,0,0,0.7);
}

.overlay {
  position:fixed;
  top:0;
  left:0;
  width: 100%;
  height:100vh;
  z-index: 6;
}

.x {
  position: fixed;
  top: 0;
  right: 5px;
  font-size:20px;
  cursor: pointer;
}

.x:hover, .x:focus, .x:active {
  opacity: 0.5;
}

.p {
  position: fixed;
}

.p:hover, .p:active, .p:focus {
  cursor: pointer;
}

#p1 {
  width: 212px;
  height: 479px;
  bottom: -26px;
  left: 6px;
  background: transparent url(../assets/scottie.png) no-repeat;
}

.p1-alt {
  background: transparent url(../assets/scottie2_w.png) no-repeat !important;
}

#p2 {
  width: 247px;
  height: 425px;
  bottom: -32px;
  left: 22%;
  background: transparent url(../assets/greg.png) no-repeat;
}

.p2-alt {
  background: transparent url(../assets/greg2_w.png) no-repeat !important;
}

#p3 {
  width: 247px;
  height: 484px;
  bottom: -16px;
  right: 0;
  background: transparent url(../assets/jairus.png) no-repeat;
}

.p3-alt {
  background: transparent url(../assets/jairus2_w.png) no-repeat !important;
}

#p4 {
  width: 219px;
  height: 469px;
  bottom: -69px;
  right: 22%;
  background: transparent url(../assets/laja.png) no-repeat;
}

.p4-alt {
  background: transparent url(../assets/laja2_w.png) no-repeat !important;
}

/* discography */

#bg-img {
  background: url('../assets/band-bg.jpg') repeat 50% 0;
}

#disc-panel {
  background-color: rgba(0,0,0,0.5);
  overflow: auto;
  z-index: 7;
}

#disc-panel-x {
  right: 10px;
  z-index: 9;
}

#disc-panel #timeline {
  position: absolute;
  top: 60%;
  border: 0;
  height: 2px;
  background: #fff;
  background-image: linear-gradient(to right, #666, #fff, #666, #fff, #666, #fff, #666, #fff, #666);
  width: 4050px;
  z-index: 8;
}

.scrollable {
  position: absolute;
  top: 20%;
  height: 40%;
  width: 4100px;
}

.scrollable .panel {
  width: 400px;
  height: 100%;
  vertical-align: top;
}

.scrollable .stem {
  height: 20px;
  margin: 0 200px;
  position: absolute;
  bottom: 0;
  border: 0;
  width: 2px;
  background: #fff;
  z-index: 8;
}

.scrollable iframe {
  position: absolute;
  bottom: 20px;
  width: 20px;
  display: block;
  margin: 0px 179px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
}

.scrollable .disc-title {
  position: relative;
  bottom: -30%;
  border: 0;
  text-align: center;
  font-family: 'Abril Fatface', Arial, sans-serif;
  font-size: 30px;
  width: 100%;
}

.scrollable .disc-about {
  position: absolute;
  top: 105%;
  padding: 0 30px;
  width: 400px;
  text-align: center;
  font-size: 11px;
  line-height:1.3;
  box-sizing: border-box;
}

.scrollable .disc-about .btn {
  display: inline-block;
  width: 130px;
  margin: 3px 2px;
}

.scrollable .disc-cover {
  text-align: center;
  position: relative;
  width: 100%;
  top: 33%;
}

.scrollable .disc-cover img {
  height: 200px;
  width: auto;
}

/*
**************************** responsive style changes ****************************
*/

@media only screen and (min-width: 1024px) {
  .content {
      background-color: transparent;
      border: 2px solid white;
    }

    .section {
      display: block;
      width: 90%;
      margin: 25px auto;
    }

    .steeldrum-l {
      left: -59px;
    }

    .steeldrum-r {
      right: -59px;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1023px) {
  .content {
    border: 2px solid white;
  }

  .tree-l {
    left: 0px;
  }

  .tree-r {
    right: 0px;
  }
}

@media only screen and (max-width: 885px) {
  .tree-r {
      background: transparent url(../assets/treeR.png) no-repeat
    }

  .bass-r {
    background: transparent url(../assets/bassR.png) no-repeat;
  }

  .steeldrum-r {
    background: transparent url(../assets/steeldrumR.png) no-repeat;
  }

  .guitar-r {
    background: transparent url(../assets/guitarR.png) no-repeat;
  }

  .dancer-r {
    background: transparent url(../assets/dancerR.png) no-repeat;
  }
}

@media only screen and (min-width: 499px) and (max-width: 900px) {

    .content {
      width: 76%;
    }

    .tree-l {
      left: -60px;
    }

    .tree-r {
      right: -60px;
    }

    .title {
      text-shadow: 0 0 10px #000;
      font-size: 80px;
      height: 67px;
      -webkit-transition: font-size 0.35s ease, height 0.35s ease;
      transition: font-size 0.35s ease, height 0.35s ease;
    }

    .title.sticky {
      font-size: 63px;
      height: 70px;
      display: block;
      width: 76%;
      margin-left: 12%;
    }

    .sites {
      padding: 0;
      float: none;
    }

    .player {
      display: inline-block;
      position:relative;
      bottom: 30px;
      min-width: 300px;
      width: 90%;
      text-align: right;
    }

    .press-ring {
      bottom: -2px;
    }

    .sites-sm {
      display: inline-block;
      width: 7%;
      position: relative;
      bottom: 30px;
    }

    .sites {
      width: 100%;
      text-align: center;
      position: relative;
      height: 15px;
      top: -15px;
      margin-top: 0;
    }
}

@media only screen and (max-width: 675px) {

  #copyright {
    background-color: #000;
  }

  #p1 {
    width: 176px;
    height: 314px;
    background: transparent url(../assets/scottie_sm.png) no-repeat;

    top:14%;
    right:0 !important;
    left:15px;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }

  .p1-alt {
    background: transparent url(../assets/scottie2_sm_w.png) no-repeat !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }

  #p2 {
    width: 197px;
    height: 270px;
    background: transparent url(../assets/greg_sm.png) no-repeat;

    top: 58%;
    left:18px;
    right:0 !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }

  .p2-alt {
    background: transparent url(../assets/greg2_sm_w.png) no-repeat !important;
  }

  #p3 {
    width: 192px;
    height: 317px;
    background: transparent url(../assets/jairus_sm.png) no-repeat;

    top: -5%;
    right:-6px !important;
    -ms-transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
  }

  .p3-alt {
    background: transparent url(../assets/jairus2_sm_w.png) no-repeat !important;
  }

  #p4 {
    width: 171px;
    height: 308px;
    background: transparent url(../assets/laja_sm.png) no-repeat;

    top: 32%;
    right:-9px !important;
    -ms-transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
  }

  .p4-alt {
    background: transparent url(../assets/laja2_sm_w.png) no-repeat !important;
  }
}

@media only screen and (max-height: 500px) and (max-width: 675px) {

  .tree-l, .tree-r {
    top: -11%;
  }

  .bass-l, .bass-r {
    top: 15%;
  }

  .guitar-l, .guitar-r {
    top: 26%;
  }

  .steeldrum-l, .steeldrum-r {
    top: 43%;
  }

  #p1 {
    width: 176px;
    height: 314px;
    background: transparent url(../assets/scottie_sm.png) no-repeat;

    top:-11%;
    right:0 !important;
    left:15px;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }

  .p1-alt {
    background: transparent url(../assets/scottie2_sm_w.png) no-repeat !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }

  #p2 {
    width: 197px;
    height: 270px;
    background: transparent url(../assets/greg_sm.png) no-repeat;

    top: 41%;
    left:18px;
    right:0 !important;
    -ms-transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }

  .p2-alt {
    background: transparent url(../assets/greg2_sm_w.png) no-repeat !important;
  }

  #p3 {
    width: 192px;
    height: 317px;
    background: transparent url(../assets/jairus_sm.png) no-repeat;

    top: -9%;
    right:-6px !important;
    -ms-transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
  }

  .p3-alt {
    background: transparent url(../assets/jairus2_sm_w.png) no-repeat !important;
  }

  #p4 {
    width: 171px;
    height: 308px;
    background: transparent url(../assets/laja_sm.png) no-repeat;

    top: 33%;
    right:-9px !important;
    -ms-transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important;
  }

  .p4-alt {
    background: transparent url(../assets/laja2_sm_w.png) no-repeat !important;
  }
}

@media only screen and (max-width: 498px) {

    .content {
      width: 87%;
      border: none;
    }

    .title {
      text-shadow: 0 0 15px #000;
      padding-bottom: 5px;
      font-size: 63px;
      height: 52px;
      -webkit-transition: font-size 0.35s ease, height 0.35s ease;
      transition: font-size 0.35s ease, height 0.35s ease;
    }

    .tree-l, .tree-r {
      top: -7%;
    }

    .tree-l {
      left: -90px;
    }

    .tree-r {
      right: -90px;
    }

    .steeldrum-l {
      left: -159px;
    }
    .steeldrum-r {
      right: -159px;
    }

    .bass-l, .bass-r {
      top: 15%;
    }

    .guitar-l, .guitar-r {
      top: 26%;
    }

    .steeldrum-l, .steeldrum-r {
      top: 43%;
    }

    .player {
      display: block;
      position:relative;
      min-width: 287px;
      width: 100%;
      margin-top: 0;
      bottom: 20px;
    }

    p.section-title {
      margin-bottom: 0;
    }

    #music-player {
      margin: 0 auto 25px;
    }

    .sites {
      width: 100%;
      text-align: center;
      margin-bottom: 10px;
      top:0;
      float: none;
      padding: 0;
    }

    .sites li {
      width: 17%;
    }
}
