/* ***** ----------------------------------------------- *****

    _________    __  _________   __  ______  __  _______ ______
   / ____/   |  /  |/  / ____/  / / / / __ \/ / / / ___// ____/
  / /_  / /| | / /|_/ / __/    / /_/ / / / / / / /\__ \/ __/
 / __/ / ___ |/ /  / / /___   / __  / /_/ / /_/ /___/ / /___
/_/   /_/  |_/_/  /_/_____/  /_/ /_/\____/\____//____/_____/

Built by Fame House
-
http://famehouse.net
https://www.facebook.com/famehouse
@FameHouse
-
Project: *

/* ***** ----------------------------------------------- ***** */
@import url(normalize.css);
@import url(fonts.css);

/* ***** General Styles
/* ***** ----------------------------------------------- ***** */
/* line 27, ../sass/main.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  outline: none; }

*::-moz-selection {
  background: white;
  color: #333333; }

*::selection {
  background: white;
  color: #333333; }

html, body{
  margin: 0;
  padding: 0;
  overflow-x:hidden;
}

html {
  background-image: url("../images/gen_back.jpg");
  background-position: center top;
  background-attachment: fixed;
     /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
  font-size: 62.5%;
}

body {
  color: #111111;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 24px;
  line-height: 2.4rem; }

a,
a:visited {
  color: #777777;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

a:hover,
a:active {
  color: #777777; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol {
  margin: 0; }

img {
  max-width: 100%; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.show-mobile {
  display: none!important;
}


/* ***** Main Styles
/* ***** ----------------------------------------------- ***** */
.video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 0 8px;
}


.inner-content {
  position: relative;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;


  text-align: center;
  vertical-align: middle;
  z-index:2;
}

a.btn {
  display: inline-block;
  width: 170px;
  background: #d8070d;
  color: #fff;
  font-size:22px;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}

a.btn:hover {
  background: #fff;
  color: #d8070d;
  /*background: #ef5318;*/
}

.logo {
  margin: 78px 0 45px;
}
.ep-text {
  margin-bottom: 50px;
}
  .ep-text img {
    width: 470px;
  }
  .ep-text h1,
  .ep-text h2 {
    color:#fff;
    font-size: 45px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
  }

  .ep-text h1 {
    color: #d90007;
    letter-spacing: 6px;
  }
.soundcloud iframe {
  margin: 0 auto;
  display: inline-block;
}
.download {
  margin: 0px 0 30px;
}
  .download a {
    margin: 0;
    background: #2f2f2e;
    width: 300px;
    font-size: 33px;
    font-family: 'Open Sans Condensed', sans-serif;
    display: inline-block;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .download a:hover {
    background: #d8070d;
  }
.listen img {
  display: block;
  margin: 0 auto 20px;
}

.social {
  margin-top: 0px;
  margin-bottom: 20px;
}
.social li {
  display: inline-block;
}
  .social li a {
    font-size: 40px;
    color: #ffffff;
  }
  .social li a:hover {
    color: #fde8eb;
  }

.footer {
  margin-top: 70px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  padding: 0 20px;
  z-index: 2;
  color: #fff;
}

a.publisher {
  visibility: hidden;
}


/* ***** Form Styles
/* ***** ----------------------------------------------- ***** */
.email-signup {
  margin-top: 0px;
  margin-bottom: 10px;
}
input[type=email] {
  border: 3px solid #fff;
  color: #111111;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 13px 12px;
  background: transparent;
  width: 305px;
  display: inline-block;
  letter-spacing: 1px;
  max-width: 100%;
}

input[type=submit] {
  border: 3px solid #fff;

  color: #d8070d;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 12px;
  background: #fff;
  display: inline-block;
  margin-left: 5px;
  letter-spacing: 1px;
  transition: all 250ms ease;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
}
  input[type=submit]:hover {
    background: #d8070d;
    color: #fff;
  }

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

:-ms-input-placeholder {
   color: #fff;
}

#mce-success-response {
  color: #fff;
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}

.tour {
  max-width: 100%;
  margin: 50px auto 0 auto;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.7);
  padding: 20px 0;

}
  .tour h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 4px;
  }
  .tour table {
    width: 100%;
  }

  .tour th,
  .tour td {
    width: 25%;
    border-bottom: 1px solid #fff;
    padding: 6px 5px;
    text-transform: uppercase;
  }
  .tour th {
    font-weight: bold;
  }

  .tour .tickets {
    display: inline-block;
    background: #d8070d;
    color: #fff;
    font-weight: bold;
    padding: 8px 20px 6px;
    font-size: 16px;
  }
  .tour .tickets:hover {
    color: #d8070d;
    background: #fff;
  }
  .tour .location .tickets {
    margin-top: 6px;
  }

.widget {
  margin-top: 40px;
  padding: 20px;
}
.widget h2 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 4px;
}
/* ***** Media Queries
/* ***** ----------------------------------------------- ***** */

@media screen and (max-width: 768px) {
  /*html {
    background: url(../images/video_still.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }*/
  .video iframe {
    display: none;
  }

}

@media screen and (max-width: 680px) {
  body, html {overflow-y: scroll;}
  html {
     background-image: url("../images/gen_back_mobile.jpg");
    background-position: left center;
  }
  .main:before {display: none;}
  .inner-content {
    padding-top: 30px;
    display: block;
  }
  .buttons {
    margin-bottom: 30px;
  }


  a.btn {
    display: block;
    text-align: center;
    letter-spacing: 6px;
    font-size: 16px;
    padding: 10px 0 8px;
    margin: 0 auto 10px;
    font-weight: 400;
  }

  input[type=submit] {
    display: block;
    width: 170px;
    margin: 10px auto 0;
  }

}

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

  .ep-text h1,
  .ep-text h2 {
    font-size: 29px;
  }

  .hide-mobile {
    display: none!important;
  }
  .show-mobile {
    display: block!important;
  }
  .social {
    margin-top: 20px;
  }
    .social li a {
      font-size: 20px;
    }
  .tour th,
  .tour td {
    font-size: 12px;
  }
  .tour .tickets {
    padding: 8px 10px 6px;
    font-size: 10px;
  }

  .footer {
    font-size: 8px;
  }
}