@charset "utf-8";
/* Web designer: Ryan Maglalang */
/* CSS Document */
/* Reset */
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; }
.betborder tr td { padding:5px 1px; border:1px solid #ffffff; }
tr td { padding:5px; }
p { padding:5px 0; margin:0; line-height:180%; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
embed { background-color:#FFFFFF; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
a:link, a:visited { color:#7eff00; text-decoration:none; }
a:hover { color:#7eff00; }
.clear { clear: both; }
.none { display: none; }

html {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  color: #999999;
  font-weight: 400;
}

body {
  background-color: #000000;
}

div:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

h1, h2 {
  font-size: 48px;
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #ffffff;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}

h4 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000000;
  text-align: left;
  font-weight: 700;
}

.featured-block {
  margin: 0 auto;
  padding: 50px 50px 100px;
  padding: 3.125rem 3.125rem 6.25rem;
  max-width: 100%;
  background-image: url("images/featured-background.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  text-align: center;
}

.featured-block img {
  margin: 32px auto;
  margin: 2rem auto;
  display:  block;
  text-align: center;
}

.featured-block .logo {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  width: 30%;
}

.featured-block .slogan {
  width: 80%;
}

.logo-block {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}

.logo-block img {
  display: inline-block;
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  width: 15%;
}

.similar-block {
  margin: 0 auto;
  padding: 50px 20px 50px;
  padding: 3.125rem 1.25rem 3.125rem;
  max-width: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  text-align: center;
}

.past-events {
  background-image: url("images/past-events-background.jpg");
}

.artist-events {
  background-image: url("images/artist-background.jpg");
  background-attachment: fixed;
}

.similar-block.past-events h2 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.similar-block .columns {
  display: inline-block;
  padding: 0 32px;
  padding: 0 2rem;
  width: 25%;
  vertical-align: top;
}

.similar-block .columns img {
  display: block;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100%;
}

.similar-block .columns p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #7eff00;
}

.copyright-block {
  margin: 0 auto;
  padding: 30px 20px 30px;
  padding: 1.875rem 1.25rem 1.875rem;
  max-width: 100%;
  text-align: center;
  background-color: #111111;
}

.copyright-block a {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}

.form-holder {
  margin: 20px auto;
  width: 80%;
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

input[type=button] {
  width: 100%;
  background-color: #7eff00;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
  font-family: 'Roboto', sans-serif;
  color: #757575;
}

.similar-block.artist-events .artist-static {
  display: none;
}

@media screen and (max-width: 768px) {
  .featured-block .logo {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    width: 60%;
  }
  
  .featured-block .slogan {
    width: 100%;
  }
  
  .logo-block img {
    padding: 25px;
    padding: 1.5625rem;
    width: 30%;
  }
  
  .similar-block .columns {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    width: 100%;
  }
  
}

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

  .logo-block img {
    width: 45%;
  }

  .similar-block.artist-events .container {
    display: none;
  }
  
  .similar-block.artist-events .artist-static {
    display: block;
  }
  
  .similar-block .artist-static h3 {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
    
}

.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}
body {
  background: #333;
  color: #ddd;
}
h1 {
  color: white;
  font-size: 2.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  text-shadow: 0px 2px 0px #000000;
}

.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}

// non-related styling:
body{
  background: #333;
  color: #ddd;
}
h1{
  color: white;
  font-size: 2.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
}

.col-xs-4 {
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
}

.col-xs-4 img {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.col-xs-4 a {
  font-size: 24px;
  font-size: 1.5rem;
  color: #7eff00;
  font-weight: 700;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
video {
  width: 100%;
  height: auto;
}