@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:#000; text-decoration:none; }
a:hover { color:#333; }
.clear { clear: both; }
.none { display: none; }

body {
  position: relative;
  font-size: 16px !important;
  font-size: 1rem !important;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  font-weight: 400;
  background-image: url("images/bg-header.jpg");
  background-repeat: repeat-x;
  background-color: #ffde00 !important;
}

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

h1 {
  display: table;
  margin: 0 auto;
  padding: 10px 50px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 65px !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 700 !important;
  text-transform: uppercase;
  background-color: #25675d;
  border: 2px solid #25675d;
  border-radius: 1000px;
}

h2 {
  display: table;
  margin: 0 auto 50px;
  padding: 10px 50px;
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 45px !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 700 !important;
  text-transform: uppercase;
  background-color: #25675d;
  border: 2px solid #25675d;
}

h3 {
  font-size: 30px;
  color: #000;
  text-align: center;
}

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

.header {
  margin: 0 auto;
  padding: 1.25rem;
  padding: 20px;
  max-width: 100%;
  text-align: center;
}

.sponsors {
  display: block;
  margin: 50px auto;
  margin: 3.125rem auto;
  width: 481px;
  width: 30.0625rem;
  height: 91px;
  height: 5.6875rem;
}

.logo {
  display: block;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  width: 860px;
  width: 53.75rem;
  height: 212px;
  height: 13.25rem;
}

.sponsors img,
.logo img {
  width: 100%;
}

ul.navigation {
  display: block;
  margin-top: 30px;
  margin-top: 1.875rem;
}

ul.navigation li {
  display: inline-block;
  position: relative;
  padding: 0 35px;
  padding: 0 2.1875rem;
}

ul.navigation li:first-child::after {
  display: none;
}

ul.navigation li::after {
  content: "";
  position: absolute;
  background: 
  #FFFFFF;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  top: 16px;
  top: 1rem;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}

ul.navigation li a {
  display: block;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  border: solid 2px rgba(255, 255, 255, 0);
}

ul.navigation li a:hover {
  color: #f1831d;
  border: solid 2px rgba(241, 131, 29, 1);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.list-style-1 ol {
  padding: 20px;
}

.list-style-1 ol li {
  padding: 20px 0;
}

.dj-main-section {
  display: block;
  margin: 50px 0 0;
  margin: 3.125rem 0 0;
  text-align: center;
}

.dj-main-section div {
  display: inline-block;
  width: 20%;
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.dj-sub-section {
  text-align: center;
}

.dj-sub-section div {
  display: inline-block;
  width: 10%;
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 0 4px;
  padding: 0 0.25rem;
}

.dj-main-section div img,
.dj-sub-section div img {
  width: 100%;
}

.featured-section h1 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;  
}

.content-holder {
  display: block;    
  padding-bottom: 300px;  
  background: url("images/bg-footer.jpg") no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.content-wrap {
  margin: 0 auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

.events  {
  display: block;
  text-align: center;
}

.events span {
  display: inline-block;
  padding: 10px 50px;
  padding: 0.625rem 3.125rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.events span.yellow {
  color: #fff600;
}

.buy-tickets {
  display: block;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  text-align: center;
}

.buy-tickets a {
  display: inline-block;
  padding: 35px 50px;
  font-size: 55px;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
  text-transform: uppercase;
  background-color: #0000fe; 
}

.buy-tickets a:hover {
  background-color: #0000e0; 
}

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

  h1 {
    margin: 0 30px;
    margin: 0 1.875rem;
  }
  
  h2,
  h3 {
    margin: 30px;
    margin: 1.875rem;
  }
  
  .logo {
    width: 100%;
    height: auto;
  }
  
  video {
    width: 90%;
    height: auto;
  }
  
  .dj-main-section div {
    width: 23%;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
  
  .dj-sub-section div {
    width: 16%;
  }
  
  .events span {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }  
  
}

@media screen and (max-width: 768px) {
  
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  
  .dj-main-section div {
    width: 40%;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  
  .dj-sub-section div {
    width: 25%;
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  
}

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

  h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  
}


@media screen and (max-width: 620px) {
  
  .logo {
    margin: 20px auto 0;
    margin: 1.25rem auto 0;
  }
  
  .sponsors {
    height: auto;
    width: 80%;
    margin: 10px auto;
  }
  
  .dj-main-section {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  
}

@media screen and (max-width: 575px) {
  
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  
  .content-wrap {
    padding-bottom: 0;
  }
  
}

@media screen and (max-width: 520px) {
  
  .buy-tickets a {
    font-size: 36px;
    font-size: 2.25rem;
  }
  
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  
  .events span {
    font-size: 28px;
    font-size: 1.75rem;
  }
  
}

@media screen and (max-width: 520px) {
  
  .buy-tickets a {
    font-size: 30px;
    font-size: 1.875rem;
  }
  
}

@media screen and (max-width: 380px) {
  
  .dj-main-section div {
    width: 74%;
  }
  
  .dj-sub-section div {
    width: 40%;
  }
  
  h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
  
}