/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}

container {
  background-color: #DDDDDC;
  width: 100%;
}

header {
  background-image: url(images/header.jpg);
  background-size: cover;
}
header ul {
  display: flex;
  justify-content: space-between;
  padding: 3%;
  color: white;
  font-size: 10px;
  letter-spacing: 1px;
}

#tfheader {
  background-color: none;
}

#tfnewsearch {
  padding: 20px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

.tftextinput2 {
  margin: auto;
  padding: 5px 15px;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid #0076a3;
  border-right: 0px;
  width: 50%;
}

.tfbutton2 {
  margin: auto;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #0076a3;
  border-right: 0px;
  background: #FEFFFE;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
}

.tfbutton2:hover {
  text-decoration: none;
  background: #FEFFFE;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top, #0095cc, #00678e);
}

.tfclear {
  clear: both;
}

#searchresults {
  margin: auto;
  width: 50%;
  color: white;
}
#searchresults ul {
  display: flex;
  justify-content: space-between;
}
#searchresults ul li {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

#background {
  background-color: #DDDDDC;
}

#tickets ul {
  display: flex;
  align-content: center;
}
#tickets ul li {
  width: 40%;
  padding: 2%;
}
#tickets ul li img {
  width: 100%;
  cursor: pointer;
}

#filter {
  width: 100%;
  color: #666;
}
#filter #mapbar img {
  width: 100%;
  display: none;
  cursor: pointer;
}
#filter ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
}
#filter ul li {
  padding-top: 2%;
}
#filter ul li img {
  width: 100%;
}
#filter ul li b {
  font-size: 18px;
  font-weight: 700;
}
#filter ul li i {
  color: #00A59C;
  font-size: 14px;
}
#filter ul li a:link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}
#filter ul li a:visited {
  color: #666;
}
#filter ul li a:hover {
  color: #EE4239;
}
#filter ul li a:active {
  color: #666;
}

#refine {
  width: 60%;
  margin: auto;
  background-color: #DDDDDC;
  padding-top: 2%;
  box-sizing: border-box;
}
#refine ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#refine ul li {
  text-transform: uppercase;
  font-size: 14px;
}
#refine ul li i {
  font-style: italic;
  font-weight: 700;
}
#refine ul li img {
  width: 3%;
}
#refine ul li a:link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: black;
}
#refine ul li a:visited {
  color: black;
}
#refine ul li a:hover {
  color: #EE4239;
  text-decoration: underline;
}
#refine ul li a:active {
  color: black;
}

#refine2 ul {
  display: none;
}

#content {
  width: 80%;
  margin: auto;
  background-color: #DDDDDC;
  padding-bottom: 3%;
}
#content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#content ul li {
  width: 28%;
  padding: 1%;
}
#content ul li p {
  position: relative;
  line-height: 18px;
  margin-top: -22%;
  margin-left: 35%;
  margin-bottom: 7%;
  font-style: italic;
  font-weight: 700;
  color: #666;
}
#content ul li p a:link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #00A59C;
}
#content ul li p a:visited {
  color: #00A59C;
}
#content ul li p a:hover {
  color: #666;
}
#content ul li p a:active {
  color: #00A59C;
}
#content ul li img {
  width: 100%;
  padding-top: 0;
  cursor: pointer;
}

#events {
  width: 100%;
  margin: auto;
  background-color: #DDDDDC;
  padding-top: 2%;
}
#events ul {
  display: flex;
  justify-content: center;
}
#events ul #side {
  width: 20%;
}
#events ul #side img {
  width: 100%;
  cursor: pointer;
}
#events ul #side p {
  position: relative;
  line-height: 14px;
  margin-top: -52%;
  margin-left: 9%;
  color: #666;
  padding: 4%;
}
#events ul #side a:link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  font-style: italic;
  color: #00A59C;
}
#events ul #side a:visited {
  color: #00A59C;
}
#events ul #side a:hover {
  color: #666;
}
#events ul #side a:active {
  color: #00A59C;
}
#events ul #long {
  width: 40%;
}
#events ul #long img {
  width: 100%;
}
#events ul #long p {
  padding-left: 83%;
  margin-top: -6.5%;
  padding-bottom: 4%;
}
#events ul #long p a:link {
  font-size: 10px;
  font-weight: 700;
  color: #EF4036;
  text-decoration: none;
}
#events ul #long p a:visited {
  color: #EF4036;
}
#events ul #long p a:hover {
  color: #666;
}
#events ul #long p a:active {
  color: #EF4036;
}

footer {
  background-image: url(images/footer.jpg);
  background-size: cover;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  width: 100%;
}
footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  #events ul #side {
    width: 30%;
  }

  #events ul #long {
    width: 50%;
  }

  #content {
    width: 100%;
  }

  #refine {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  #tickets ul {
    display: flex;
    align-content: center;
    flex-direction: column;
    margin: auto;
  }
  #tickets ul li {
    width: 90%;
    padding: 2%;
  }
  #tickets ul li img {
    width: 100%;
  }

  #events ul #side {
    width: 40%;
  }

  #events ul #long {
    width: 80%;
  }

  #content ul li {
    width: 48%;
  }

  #refine {
    display: none;
  }

  #refine2 ul {
    padding-top: 2%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  #refine2 ul li img {
    width: 5%;
  }
  #refine2 ul li a:link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: black;
  }
  #refine2 ul li a:visited {
    color: black;
  }
  #refine2 ul li a:hover {
    color: #EE4239;
    text-decoration: underline;
  }
  #refine2 ul li a:active {
    color: black;
  }
}
@media screen and (max-width: 360px) {
  .seatingmap {
    display: none;
  }

  #filter #mapbar img {
    display: block;
  }

  #events ul #side {
    display: none;
  }

  #events ul #long {
    width: 98%;
  }

  #content ul li {
    width: 95%;
  }

  #tfnewsearch {
    margin-left: 5%;
  }

  #searchresults {
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
