/*
@font-face {
	font-family:BEBAS;
	src:url(../fonts/BEBAS___.woff), url(http://www.fontsquirrel.com/fonts/bebas-NEUE);	
}
*/

@font-face {
    font-family: Turnpike;
    src: url(../fonts/Turnpike.ttf);
    /* src: url(http://lifeinvacuum.com/fonts/Turnpike.ttf); */
}

/*
 @font-face {

     font-family:"Vicious Hunger Expanded";
     src:url("../fonts/vicioushungerexpand.eot?") format("eot"),
     url("../fonts/vicioushungerexpand.woff") format("woff"),
     url("../fonts/vicioushungerexpand.ttf") format("truetype"),
     url("vicioushungerexpand.svg#ViciousHungerExpanded") format("svg");
     font-weight:normal;
     font-style:normal;
 }
*/


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




/*


                    MAIN STYLING


*/

html {
    overflow-x: hidden;
}

body {
    
	background-image:url(../img/new-bg.jpg);
    background-color: #fff;
	background-repeat:no-repeat;
/*	background-position:top-center;*/
	background-position: center;
	background-size:cover;
	background-attachment:fixed;
    font-size: 16px;
    font-family: "Turnpike";
    position: relative;
}

main {
    
    width: 1055px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#top-header {

    text-align: center;
    padding: 20px;
    color: #000;
    font-size: 1.3rem;
}

#top-header img {
    
    height: 25px;
    width: 25px;
    border: none;
    padding-top: 10px;
}

#top-header strong {
    font-size: 2rem;
    color: #ac626e;
}

#top-header p {
    padding-top: 20px;
}


h1 {
    
/*    display: none;*/
    font-size: 2.5rem;
}

h2 {
    
    text-align: center;
    display: block;
    padding: 40px 40px 0px 40px;
    font-size: 2rem;
/*    color: #eee;*/
}

#video1 h2 {
    
    display: none;
}

h3 {
    
    padding: 20px;
    text-align: left; 
/*    font-family: "Vicious Hunger Expanded";*/
/*    color: #eee;*/
    font-size: 2.5rem;
}

h4 {
    
/*    color: #eee;*/
    font-size: 1.5rem;
}

h5 {
    
    font-size: 1.5rem;
    padding: 10px 20px 20px 20px;
/*    color: #eee;*/
/*    font-family: monospace;*/
    color: #ac626e;
    font-weight: bold;
}

a {

    font-family: monospace;
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
}

a:hover {
    
	color: #753641;
}

iframe {
    
    width: 843px; 
    height: 540px;
    border: 3px solid black;
}

#video1 {
    
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

header img {
    
    width: 100%;
    border: 3px solid black;
    border-top: 0px;
}

#main-content {
    
/*    background-image:url(../img/background.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-position:top-center;*/
/*	background-size:cover;*/
    
/*    background-color: rgba(0,0,0,0.5);*/
    width: 960px;
    margin: 0 auto;
}

#main-content h2 {
    font-size: 1.5rem;
}

#main-content article {
    
    text-align: center;
}

aside {
    
    text-align: center;
}

aside h3 {
    font-size: 1.5rem;
    padding-bottom: 0px;
}

.clearfix {
    
    clear: both;
}

.expand {
    
    display: block;

}

#overlay {
    
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
}



/*


                   POP UP COVER STYLING


*/

#cover {
    
	position: fixed;
    top: 0;
	width: 100%;
    height: 100%;
	background: rgba(0, 0, 0, 0.9);
    z-index: 1010;
    padding-top: 10px;
}

#video { 
    
    /* position: absolute;  */
    top: 10%; 
    left: 0; 
    width: 100%; 
    text-align: center; 
    margin-top: 45px;
}

#video h1 {
    color: #fff;
}

#close-btn {
    
    display: block; 
    color: #444; 
    background: url(../img/close-button.png) no-repeat center; 
    width: 38px !important; 
    height: 38px !important; 
    background-size: contain; 
    text-indent: -300px; 
    overflow: hidden;
    position: absolute; 
    top: 0; 
    right: 50px; 
    z-index: 1012; 
    cursor: pointer; 
}


#video img {
    
    /* width: auto;
    height: 120vh; */
    width: 100%;
    height: auto;
}

.video-hold { 
    
    position: relative; 
    width: 95%; 
    height: 100%; 
    max-height: 540px;  
    max-width: 960px;
    z-index: 1001;
    margin: 0 auto;
    padding-bottom: 250px;
    overflow: scroll;
    overflow-x: hidden;
}

#video h5 {
    
    text-transform: uppercase;
    /* font-family: bebas; */
    color: #fff;
}



/*


                    SECTION & ARTICLE STYLING


*/


#order-text-main {
    
    margin: 20px;
    padding-left: 20%;
}

#order-text-main .buy-link {
    
    margin-bottom: 20px;
    height: 70px;
}

#order-text-main img {

    width: 64px;
    height: 64px;
    float: left;
    margin-right: 20px;
}

#buy-album {
    
    margin: 0 auto;
}

.buy-link a {
    
    float: left;
    color: black;
}

 #main-image {
        
    border: 3px solid #000;
    border-radius: 5px;
    -webkit-transition: filter 1s ease;
    transition: filter 1s ease;
}

#main-image:hover {
    
    -webkit-filter: brightness(75%);
	filter: brightness(75%);
}
    

button, .sameBtn {
    
    padding: 15px;
/*    border: 3px solid #753641;*/
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    line-height: 2.5;
/*    font-family: monospace;*/
    font-weight: bold;
    font-size: 1rem;
    width: 68%;
    background-color: #ac626e;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

button:hover, .sameBtn:hover {
    
/*    border: 3px solid #e1e8ed;*/
    background-color: #2a2f33;
    color: #eee;
}

.bandsintown {
    
    width: 40%;
    padding: 20px;
    border: 2px solid #000;
    margin: 20px;
    float: left;
    color: #fff;
    background-color: #ac626e;
/*    background-color: darkslategray;*/
    border-radius: 5px;
}

.bit-widget .bit-rsvp {
    color: #fff !important;
    border: 1px solid #00b4b3 !important;
    background-color: #00b4b3 !important;
}

.bit-widget .bit-rsvp:hover {
    color: #000 !important;
}

.bit-widget .bit-upcoming-events-show-all-button, .bit-past-events-show-all-button {
    color: #000 !important;
    border: 1px solid #00b4b3;
    background-color: #00b4b3 !important;
}

.bandsintown a {
    font-size: 1rem;
}

.bandsintown a:hover {
    color: #000;
}

#twitter-feed {
    
    width: 45%;
    float: left;
    padding: 20px;
}

/*


                    FOOTER STYLING


*/

footer {
    
/*
    background-image:url(../img/background.jpg);
    background-repeat: no-repeat;
    background-position:top-center;
	background-size:cover;
*/
/*    background-color: rgba(0,0,0,0.5);*/
    width: 1055px;
    margin: 0 auto;
}

footer h4 {

    font-size: 1rem;
    color: #ac626e;
}

footer a {
    color: #000;
    text-decoration: none;
}

#footer-image-container {
    
    float: left;
    margin: 15px;
}

#footer-image-container img {
    
    cursor: pointer;
    -webkit-transition: filter 1s ease;
    transition: filter 1s ease;
}

#footer-image-container img:hover {
    
    -webkit-filter: brightness(60%);
	filter: brightness(60%);
}

#footer-link-container {
    
    float: right;
    margin: 15px;
    width: 60%;
}

.footer-link {
    
    float: left;
    margin-right: 40px;
}

#footer-nav {
    
    display: flex;
}

#footer-nav li {
    font-size: 0.8rem;
    margin-right: 10%;
    color: #000;
    padding: 2px 0px;
}

#footer-nav li ul {
    
    width: 150%;
}


#footer-nav-container {
    
    display: none;
}

/*


                    RESPONSIVE STYLING


*/


@media only screen and (max-aspect-ratio: 407/512){
    
    #video img {
    
    width: 80vw;
	height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    
    main {
        
        width: 100%;    
    }
    
/*
    header img {
        
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
    }
    
*/
    #video1 {
        
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    
    .video {
        
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #main-content {
        
        width: 100%;
    }
    
    article img {
        
        width: 60%;
        height: auto;
    }
    
    footer {
        
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    
    main {
     
/*        padding-top: 20%;*/
    }
    
    .footer-link {
        
        margin-right: 0;
    }
}

@media only screen and (max-width: 990px ) {
    
    #close-btn {
        
        right: 0 !important;
        top: 0 !important;
    }
}

@media only screen and (max-width: 875px ) {
    
 
    
    footer {
        
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    footer a {
        
        margin-right: 20px;
        margin-left: 20px;
    }
    
    footer h4 {
        color: #eee;
    }
    
    #footer-link-container {
        
        position: fixed;
        right: 0;
        opacity: 0;
        z-index: 1001;
        top: 0;
        width: 0;
        background-color: #ac626e;
/*        background: darkslategray;*/
        overflow: hidden;
        -webkit-transition: width 0.9s ease;
        transition: width 0.9s ease;
        -webkit-transition: opacity 0.9s ease;
        transition: opacity 0.9s ease;
    }
    
    #footer-link-container.open {
        
        opacity: 1;
        width: 200px;
        padding: 20px;
        border: 3px solid #fff;
    }
    
    #footer-link-container ul{
        
        opacity: 0;
        width: 100%;
        -webkit-transition: opacity 0.9s ease;
        transition: opacity 0.9s ease;
    }
    
    #footer-link-container.open ul{
        
        opacity: 1
    }
    
    h4 {
        
        padding: 10px;
        text-align: left;
        color: aliceblue;
    }
    
    #footer-nav li {
    font-size: 0.6rem;
    color: aliceblue;
    }
    
    #footer-link-container ul {
        
        left: 0;
        display: block;
        text-align: center;
    }
    
    #footer-link-container ul li {
        
        text-align: left;    
    }
    
    #footer-link-container li {
        
        display: block;
    }
    
    #footer-image-container {
    
        width: 100%;
        margin: 0 auto;
    }
    
    #footer-nav {
        
        display: block;
    }
    
    #footer-nav-container.open {
        
        right: 35%;
        -webkit-transition: 0.3s ease all;
        transition: 0.3s ease all;
    }

    /*
    
                                HAMBURGER MENU
    
    */
    
    #footer-nav-container {
        
      display: block;
      position: fixed;
      z-index: 1000;
      top: 10% !important;
      right: 5%;
      width: 60px;
      height: 45px;
      margin: 50px auto;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      animation: slide-in 1.25s ease-in 1 backwards;
      cursor: pointer;
}

#footer-nav-container span {
    
      display: block;
      position: absolute;
      height: 9px;
      width: 100%;
      background: aliceblue;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
}
    
    #footer-nav-container span:nth-child(1) {
        
        top: 0px;
    }
    
    #footer-nav-container span:nth-child(2), #footer-nav-container span:nth-child(3) {
        
        top: 18px;
    }
    
    #footer-nav-container span:nth-child(4) {
        
        top: 36px;
    }
    
    #footer-nav-container.open span:nth-child(1) {
        
        top: 18px;
        width: 0%;
        left: 50%;
    }
    
    #footer-nav-container.open span:nth-child(2) {
        
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    #footer-nav-container.open span:nth-child(3) {
        
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    
    #footer-nav-container.open span:nth-child(4) {
        
        top: 18px;
        width: 0%;
        left: 50%;
    }
    
    .bandsintown {
        
        padding: 0;
        width: 90%;
        margin-bottom: 20px 20px 40px 20px;
    }
    
    #twitter-feed {
        
        display: none;
    }
    
}

@media only screen and (max-width: 825px) {
    
    
    aside {
        
        margin-top: 40px;
    }
    
}

@media only screen and (max-width: 775px) {
    
   h2 {
        
        font-size: 3rem;
        padding: 20px;
    }
    
    button, .sameBtn {
     padding: 0px; 
    }
    
    #footer-nav-container.open {
        
        right: 40%;
    }
    
    .bit-tickets {
        
        display: none;
    }
}

@media only screen and (max-width: 675px) {
    
    
    h5 {
        
        font-size: 1.5rem;
    }
    
    #footer-nav-container.open {
        
        right: 50%;
    }
}

@media only screen and (max-width: 575px) {
    
    #order-text-main {
        
        padding-left: 0;
    }
    
    button, .sameBtn {
     width: 100%; 
    }
    
/*
    #bit-events[data-bit-widget-id='1522122014035'] {
    
        width: 75% !important;
    }
*/
    .bit-rsvp {
        display: none;
    }
    
    .bandsintown {
        
        width: 85%;
    }
/*
    #bit-events[data-bit-widget-id='1522120881029'] {
        width: 90%;
    }
    
*/
/*
    aside {
        
        width: 80%;
    }
*/
}


@media only screen and (max-width: 575px) {
    
    h1 {
        font-size: 1.5rem;
    }
    
    #top-header strong {
        font-size: 1rem;
    }
    
    #main-content h2 {
        font-size: 0.8rem;
    }
    
    #main-content h5 {
        font-size: 1rem;
    }
    
    h2 {
        
        font-size: 1.8rem;
        padding: 15px 0px;
    }
    
    h4 {
        
        padding: 5px;
    }
    
    #footer-nav-container.open {
        
        right: 45%;
    }
    
    #footer-link-container.open {
        
        padding: 5px;
    }
}

@media only screen and (max-width: 525px) {
    
    #footer-nav-container.open {
        
        right: 60%;
    }
}

@media only screen and (max-width: 450px) {
    
    article img {
        
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
    
    button, .sameBtn {
        
        padding: 8px 0px;
    }
    
    #footer-image-container img {
        
        width: 96px;
        height: 96px;
    }
    
    #footer-nav-container.open {
        
        right: 70%;
    }
    
}

@media only screen and (max-width: 425px) {
    
/*
    button, .sameBtn {
     
        width: 100%;
    }
*/
    
    #footer-nav-container.open {
        
        right: 75%;
    }
}

/*


                    CSS ANIMATIONS


*/


@keyframes slide-in {
    from {
        transform: translate(500px,0);
    }
}

@keyframes spin {
    from {
        -webkit-transform: translate(0,0) rotate(0deg);
        transform: translate(0,0) rotate(0deg);
    }
}