/*  colors: dark grey, #313638*/


@import url('//fonts.googleapis.com/css?family=Ubuntu:300,400,700');


body{
  font-family: 'ubuntu', arial, sans-serif;
}

.text-small{
  font-size: 22px;
}

.text-medium{
  font-size: 36px;
}

.font-regular{
  font-weight: 300;
}

.font-medium{
  font-weight: 400;
}

.font-bold{
  font-weight: 700;
}

@media only screen and (max-width: 615px) {
  .text-small{
    font-size: 16px;
  }
}

/* TEXT ALIGNMENT*/
.text_center{
  text-align: center;
}

/* STANDARD WIDTHS */

a {
  text-decoration: none;
}

h1 {
  color: black;
  font-size: 36px;
}

h2 {
  color: #313638;
  font-size: 22px;
  letter-spacing: 5px;
}

p{
  max-width: 600px;
  margin: auto;
  text-align: justify;
}


li {
  list-style-type: none;
}

/* HEADER */
header{
  margin-top: 0px;
}
header h1{
  display: inline-block;
  border-bottom: 2px solid black;
  margin-top: 15px;
}
header h1:nth-of-type(1){
  padding: 55px 35px 10px 65px;
}
header h1:nth-of-type(2){
  padding: 55px 65px 10px 35px;
  letter-spacing: 5px;
}

.header_logo{
  background: url('header_logo.png');
  display: inline-block;
  background-size: cover;
  width: 170px;
  height: 170px;
  vertical-align: top;
  margin-top: 15px;
}


header .mobile_header{
  display: none;
  width: 100%;
  color: white;
  letter-spacing: 3px;
  padding: 10px 0;
  position: relative;

}
header .mobile_header div{
  text-align: center;
  position: absolute;
  top: 35px;
  right: 0;
  padding: 10px 0;
  padding-left: 75px;
  background: #313638;
  width: calc(100% - 15px);
  z-index: 998;
  -webkit-box-shadow: 0px 14px 20px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 14px 20px -12px rgba(0,0,0,0.75);
box-shadow: 0px 14px 20px -12px rgba(0,0,0,0.75);
}
header div.mobile_cover{
  position: absolute;
  width: 100%;
  height: 50px;
  background: white;
  top: 0;
  left: 0;
}
header .mobile_header img{
  width: 134px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999
}
@media only screen and (max-width: 800px) {
    header .mobile_header{
      display: block;

    }
    header h1,
    header span,
    header .header_logo{
      display: none;
    }
}
@media only screen and (max-width: 350px) {
  header .mobile_header img{
    width: 100px;
  }
  header .mobile_header div{
    top: 25px;
    padding-left: 75px;
    font-size: 14px!important;

  }
}



/* NAV */
nav {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 4px solid #46494C;
  text-transform: uppercase;

}
nav li{
  display: inline-block;
  width: 20%;
  max-width: 300px;
}

nav li a{
  color: #313638;
}

@media only screen and (max-width: 800px) {
  nav{
    border: none;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 615px) {
  nav{
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 16px!important;
    padding: 15px 0;
    background: #313638;
    color: white;
  }
  nav li{
    display: inline-block;
    width: 25%;
    max-width: 300px;
  }
  nav li a{
    color: white;
  }
}


/* FOOTER */
footer {
  background: #313638;
  color: white;
}
footer .footer_content{
    display: inline-block;
    vertical-align: top;
    padding: 0 75px;
    padding-top: 55px;
    width: 70%;
}
footer .open{
  text-align: right;
  padding-top: 35px!important;
  width: 25%;

}
footer nav{
  border-top: 1px solid white;
  color: white;


}

footer nav li a{
  color: white;
}

footer .open img{
  height: 126px;
  width: auto;
}
.footer_content p{
  margin: 0!important;
}
.bottom {
  color: #46494C;
  text-align: center;
  padding: 50px 0;
  margin: 0 50px;
  margin-top: 50px;
  border-top: 3px solid #46494c;
}
.social_icons{
  font-size: 32px;
  letter-spacing: 15px;
}
.insta-mobile{
  display: none;
}
@media only screen and (max-width: 615px) {
  footer .open img{
    display: none;
  }
  footer .footer_content{
      text-align: center;
      width: 100%;
      padding-bottom: 25px;
  }
  .insta-full{
    display: none;
  }

  .insta-mobile{
    display: block;
  }  .footer_content p{
      text-align: center;
    }

}


/* ABOUT PAGE*/
section.parallax{
  position: relative;
  overflow: hidden;

}
section.parallax img{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.parallax img:nth-of-type(1){
  position: static;
  margin-bottom: -5px;
}
section.parallax img:nth-of-type(2){
  z-index: -1;
}
section.parallax img:nth-of-type(3){
  z-index: -2;
}
section.parallax img:nth-of-type(4){
  z-index: -3;
}
section.parallax img:nth-of-type(5){
  z-index: -4;
}
section.parallax img:nth-of-type(6){
  z-index: -5;
}
section.parallax img:nth-of-type(7){
  z-index: -6;
}
section.parallax img:nth-of-type(8){
  z-index: -7;
}


section.about_content{
  background: #313638;
  color: white;
  text-align: center;
  padding-bottom: 75px;
}

section.about_content h1{
  color: white;
  padding: 25px 0;
}

h1.awards_header{
  width: 75%;
  max-width: 700px;
  margin: auto;
  margin-top: 25px;
  border-bottom: 1px solid white;
}

div.awards_container{
  text-align: center;
  max-width: 600px;
  margin: auto;
}

div.award{
  width: 49%;
  display: inline-block;
  text-align: center;
}

div.award img{
  width: 50%;
  height: auto;
  margin-bottom: 15px;
}

/* Contact*/
.contact-container{
  max-width: 900px;
  padding: 0 20px;
}
.contact-container P{
  max-width: 900px;
  font-size: 34px;
  font-weight: lighter;
  text-align: left;
  margin: 55px 0;
}
@media only screen and (max-width: 615px) {
  .contact-container{
    padding-top: 100px;
  }
  .contact-container h1{
    font-size: 25px;
  }
  .contact-container P{
    font-size: 18px;
    margin: 25px 0;
  }
}
/* FRONT PAGE */
.frontpage-container img{
  width: 100%;
}

.calendar-full-container{
  width: 49%;
  max-width: 750px;
  display: inline-block;
  vertical-align: top;
  padding-top: 75px;
}
.calendar .border{
  z-index: -1;
  top: 15px;
  left: 15px;
}
.calendar .border2{
  z-index: -2;
  top: 28px;
  left: 28px;
}
.calendar{
  width: 65%;
  margin: auto;
  border: 2px solid #313638;
  padding: 15px;
  position: relative;
  background: white;

}
.calendar h1 {
  font-weight: bolder;
  font-size: 56px;
  padding: 55px 0;
  padding-top: 15px;
}
#calendar_box{
  display: flex;
  width: 100%;
  flex-wrap: wrap;

}
#calendar_box div{
  width: 14.28%;
  height: 60px;
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
}
#calendar_box div:hover{
  cursor: pointer;
}
.selected {
  text-decoration: underline;
  text-decoration-color: #c84d59;
}
.red{
  height: 10px!important;
  width: 10px!important;
  margin: auto;
  margin-top: 5px;
  background: #C84D59;
  border-radius: 100%;
}


.tonight-container{

  display: inline-block;
  vertical-align: top;
  width: 49%;
  max-width: 750px;
}
.mobile_tonight{
  display: none;
  margin-top: 150px;
  padding: 0 20px;
}
.mobile_calendar_header{
  text-align: center;
  padding: 20px;
  display: none;
}
.calendar_button{
  text-align: center;
  position: relative;
  max-width: 150px;
  margin-left: 35px;
  margin-top: 35px;
  display: none;
}

.calendar_button div{
  position: absolute;
  top: -5px;
  left: 5px;
  width: 150px;
  height: 25px;
  border: 1px solid #313638;
  z-index: -1;
  background: white;

}
.calendar_button div:nth-of-type(2){
  top: -10px;
  left: 10px;
  z-index: -2;
}
.calendar_button p{
  text-align: center;
  width: 150px;
  padding: 3px 0;
  display: inline-block;
  margin: auto;
  border: 1px solid #313638;
  background: white;
  z-index: 99;
}
@media only screen and (max-width: 615px) {
  .calendar_button{
    display: block;
  }
  .mobile_calendar_header{

    display: block;
  }
  .desktop_tonight h2, #tonight_img{
    display: none;
  }
  .tonight-container{
    vertical-align: top;
    width: 100%;
    height: auto;
  }
  .mobile_tonight{
    display: block;
  }

  .calendar-full-container{
    display: none;

  }
}
#tonight_img, #tonight_img_mobile{
  position: relative;
  width: 85%;
  margin: auto;
  margin-top: 44px;
  margin-bottom: 25px;
}


#calendar_box div:nth-of-type(7n+1){
  color: #C84D59;
}

.thisWeek{
  border: 2px solid #313638;
  color: #313638;
  padding: 10px;
  margin: 0 35px;
  margin-top: 10px;
  text-transform: uppercase;

}
.thisWeek p{
  margin-top: 15px;
  text-align: right;
}
.thisWeek span{
  color: red;
}
.thisWeek h1{
  font-weight: bolder;
  font-size: 24px;
}

.border{
  position: absolute;
  height: 100%;
  width: 100%;
  top: -10px;
  right: -10px;
  border: 2px solid #313638;
  background: white;

}
.border2{
  position: absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  right: -20px;
  border: 2px solid #313638;
  background: white;
}
.tonight-container img{
  filter: brightness(70%);
}

.tonight_headline{
  position: absolute;
  top: 10px;
  left: 20px;
  color: white;
  font-size: 32px;
  z-index: 99;
}
.show_details{
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: white;
  width: 75%;
  text-align: right;
  line-height: 25px;
}


.contact-container,
.frontpage-container{
  margin: auto;
}

.contact-container h1{
  margin-top: 55px;
}




.sell-icon {
  max-width: 900px;
  margin: auto;
  margin-top: 25px;
  padding: 0 20px;
  padding-top: 25px;
}

.sell-icon img{
  width: 100%;
}




input, select, textarea{
  width: 100%;
  border: 2px solid #333!important;
  border-radius: 10px!important;
}

button{
  background: #313638!important;
  color: white!important;
  text-transform: uppercase!important;
  font-weight: lighter!important;
  font-size: 22px!important;
  letter-spacing: 2px!important;
}

/* SLIDER  */
.slider {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  max-height: 550px;
  overflow: hidden;

}

.slider img{
  width: 100%;
  height: auto;
}
.slider-description-container{
  width: 100%;
  background: #313638;
  margin-bottom: 50px;
}
.slider-description{
  padding: 18px;
  color: white;
  background: #313638;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.slider-icon{
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 5px;
  border: 1px solid #999;
  border-radius: 100%;
}
.slider-icon:hover{
  cursor: pointer;
}

.slider-icon:nth-of-type(1){
  right: 118px;
}
.slider-icon:nth-of-type(2){
  right: 68px;
}
.slider-icon:nth-of-type(3){
  right: 18px;
}
.slider-description p{
  display: inline-block;
  vertical-align: top;

}

.feature-tile{
  width: 100%;
  position: relative;
}
.feature-tile img{
  width: 100%;
  height: auto;
}
.feature-tile p{
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #313638;
  width: 100%;
  margin: 0;
  padding: 20px;
  text-align: right;

}
.mobile-slider{
  display: none;
}
.hide {
  display: none;
}
.content2{
  position: absolute;
  top: -56px;
  left: 0;
  color: #313638;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 615px) {
  .desktop-slider, .slider{
    display: none;
    height: 0px;
  }
  .mobile-slider{
    display: block;
  }
}

/* CONCERTS  */
#full_calendar{
  padding-top: 75px;
  padding-left: 25%;
  z-index: 99;
}
.concert_ticket{
  border: 2px solid #313638;
  border-radius: 3px;
  max-width: 750px;
  padding: 15px;
  padding-top: 15px;
  margin-right: 20px;
  margin-top: 25px!important;
  position: relative;
  background: white;

}
.offset{
  width: 100%;
  height: 120px;
  background: white;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  border: 2px solid #313638;
  border-radius: 3px;
}

.left, .right{
  display: inline-block;
  vertical-align: top;
  z-index: 99;
  background: white;
}
.right{
  padding-left: 15px;
  width: 60%;
}
.left{
  border-right: 2px solid #313638;
  width: 120px;
}
.concert_ticket p{
  margin: 0;
  font-weight: bolder;
  margin-top: 10px;
  z-index: 99;

}
.concerts-container{
    position: relative;
    min-height: 100vh;
}

.upcoming-container .concerts-nav {
  font-size: 52px;
  position: absolute;
  top: 300px;
  left: -90px;
  transform: rotate(-90deg);
}
.break{
  display: none;
}
@media only screen and (max-width: 1073px) {
  #full_calendar{
    padding-top: 5px;
    padding-left: 200px;
    z-index: 99;
    font-size: 14px;
  }
  .upcoming-container .concerts-nav {
    font-size: 36px;
    position: absolute;
    top: 300px;
    left: -90px;
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 615px) {
  .offset{
    width: 100%;
    height: 130px;
    background: white;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    border: 2px solid #313638;
    border-radius: 3px;
  }
  .break{
    display: block;
  }
  .left{
    border-right: 2px solid #313638;
    width: 85px;
  }
  .right{
    padding-left: 15px;
    width: 60%;
  }
  .upcoming-container .concerts-nav {
    font-size: 22px;
    position: static;
    transform: rotate(0deg);
    text-align: right;
    margin-left: 20px;
    margin-top: 100px;
    margin-right: 20px;
  }
  #full_calendar{
    padding-top: 5px;
    padding-left: 20px;
    z-index: 99;
    font-size: 14px;
  }
}
.archive-container .concerts-nav{
  font-size: 52px;
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 800px) {
  .archive-container .concerts-nav{
    font-size: 32px;
  }
}
@media only screen and (max-width: 615px) {
  .archive-container .concerts-nav{
    font-size: 16px;
    margin-top: 65px;
    margin-bottom: 25px;
  }
}
.archive-container .concerts{
  padding-right: 130px;
}

.concerts {
  padding: 15px 0;
  font-weight: lighter;
}
.concerts a{
  color: #313638;
}
.concerts:nth-of-type(1){
  font-weight: normal;
  border-bottom: 1px solid #313638;
}

.archive-tiles{
 padding-top: 250px;
 text-align: center;
}
@media only screen and (max-width: 800px) {
  .archive-tiles{
   padding-top: 150px;
  }
}
@media only screen and (max-width: 615px) {
  .archive-container .concerts{
    padding-right: 30px;
  }

  .archive-tile{
    width: 100%;
    max-width: 300px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
  }
}
.archive-tile{
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 615px) {
  .archive-tile{
    max-width: 600px;
  }
}
.archive-tile p{
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  background: #ffffff;
  color: black;
  padding: 5px;
}

.archive-tile img{
  width: 100%;
  height: auto;
}