body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  background: #FFF;
}
img {
  border: 0;
}
*:focus {
  outline: 0 !important;
}
a {
  color: #343434;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #95140a;
}
.container {
  margin: 0 auto;
}
.clear {
  clear: both;
}
.vSpacer {
  margin-bottom: 10px;
}
.blackshadow {
  text-shadow: 2px 2px 2px #333333;
}
.whiteshadow {
  text-shadow: 2px 2px 2px #FFFFFF;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* @group Header */
.headerContainer {
  background: #000235;
  padding-top: 5px;
}
.navbar-default {
  background-color: #000235;
  border: none;
}
.navbar-brand {
  float: none !important;
}
.navbar-brand>img {
  width: 300px;
  height: auto;
  max-width: 70%;
  margin-top: -10px;
}
.navbar-toggle {
  margin-top: 26px;
  margin-right: 5px;
}
.navbar-default .navbar-nav>li>a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #95140a;
}
#topLinks {
  float: right;
  height: 20px;
  text-align: right;
  color: #000;
}
#topLinks a {
  color: #000;
}
#contact-info {
  float: right;
  clear: right;
  text-align: right;
}
#phone-container {
  margin: 25px 0 0 0;
  float: right;
}
#phone {
  font-weight: bold;
  font-size: 26px;
  float: left;
  margin: 0 0 0 5px;
  color: #9A160B;
}
#phone-icon {
  background: #94140a;
  background: -moz-linear-gradient(top, #d6281d 0%, #c72319 28%, #a2190e 74%, #94140a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6281d), color-stop(28%, #c72319), color-stop(74%, #a2190e), color-stop(100%, #94140a));
  background: -webkit-linear-gradient(top, #d6281d 0%, #c72319 28%, #a2190e 74%, #94140a 100%);
  background: -o-linear-gradient(top, #d6281d 0%, #c72319 28%, #a2190e 74%, #94140a 100%);
  background: -ms-linear-gradient(top, #d6281d 0%, #c72319 28%, #a2190e 74%, #94140a 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6281d', endColorstr='#94140a', GradientType=0);
  background: linear-gradient(top, #d6281d 0%, #c72319 28%, #a2190e 74%, #94140a 100%);
  float: left;
  width: 40px;
  height: 40px;
}
#logo {
  float: left;
  height: 130px;
}
.search {
  position: absolute;
  width: 100%;
}
.search form {
  margin: 0;
  padding: 0;
}
.searchTopBox {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 7px rgba(34, 34, 34, 0.84);
  height: 78px;
  float: left;
  width: 75%;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  color: #ddd;
}
.searchTopBtn {
  float: left;
  background-color: #95140a;
  height: 78px;
  width: 25%;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 0 10px 10px 0;
}
@media only screen and (min-width: 992px) {
  .searchBig {
    font-size: 48px;
  }
  .searchSmall {
    font-size: 28px;
  }
  .search {
    top: 50px;
  }
  .carousel-indicators {
    display: block;
  }
  .searchTopBtn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 764px) {
  .searchBig {
    font-size: 30px;
  }
  .searchSmall {
    font-size: 20px;
  }
  .search {
    top: 20px;
  }
  .carousel-indicators {
    display: block;
  }
  .searchTopBtn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 764px) {
  .searchBig {
    font-size: 26px;
  }
  .searchSmall {
    font-size: 18px;
  }
  .search {
    top: 10px;
  }
  .carousel-indicators {
    display: none;
  }
  .searchTopBtn {
    font-size: 12px;
  }
}
.searchText {
  text-align: center;
}
.searchBig {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.searchSmall {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
.carousel-caption {
  right: 150px;
  padding-bottom: 10px;
  text-align: right;
}
@media only screen and (max-width: 764px) {
  .perf-info, .perf-btn {
    display: none;
  }
}
@media only screen and (min-width: 764px) {
  .perf-info, .perf-btn {
    display: block;
  }
}
.perf-info, .perf-btn {
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  margin-left: 70%;
  z-index: 10;
  text-align: right;
}
.perf-info {
  margin-top: -100px;
  color: #fff;
}
.perf-btn a {
  color: #ff6f67;
}
.perf-btn {
  margin-top: -70px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
  width: 100%;
  height: auto;
  max-height: 350px;
}
.sliderName {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.sliderLink {
  color: #ff6f67;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.homeHeader h1, .homeHeader h2, .homeHeader h3 {
  color: #959595;
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
}
.hotEventContainer {
  background-color: #191367;
  border: 1px solid #222;
  box-shadow: 0 0 10px rgba(34, 34, 34, 0.35);
  margin-bottom: 10px;
}
.hotEventImage {
  position: relative;
}
.hotEventImage img {
  width: 100%;
  height: auto;
}
.hotEventDescription {
  background-color: rgba(34, 34, 34, 0.9);
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hotEventName {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
}
.hotEventBuy {
  color: #ff6f67;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
}
.blackHeader {
  background-color: #222;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
}
.featuredBox {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}
.featuredBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
.featuredBox ul li a {
  color: #222;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.redArrow {
  padding-right: 10px;
}
.headerIcon img {
  height: 18px;
}
.orangeHeader {
  background-color: #ff6f67;
  padding: 15px 10px;
  color: #000235;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 73px;
}
.orangeHeader i {
  color: #000235;
}
.bottomContainer {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  margin-bottom: 10px;
}
bottomContainer p {
  color: #808080;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
}
.bottomHeader {
  color: #000235;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff6f67;
}
/* @end */
.mapIcon i {
  color: #5e6d81;
}
.geoHeader {
  float: left;
}
.changeloc {
  float: right;
  color: #000235;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
  cursor: pointer;
}
.changeloc i {
  color: #000;
}
.location.vcard {
  overflow: hidden;
  width: 100%;
  #fff-space: nowrap;
  text-overflow: ellipsis;
}
.nav-tabs {
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .nav-tabs>li {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .nav-tabs>li {
    float: none;
  }
}
.nav-tabs>li>a {
  border-radius: 0;
  color: #ff6f67;
  background: #f6f6f6;
  font-family: Raleway;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  border-top-color: transparent;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #000235;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
  background-color: #fff;
  border: none;
}
/* @end */
/* @group Bottom Home */
.newsForm {
  width: 80%;
  float: left;
  height: 49px;
  background-color: #fff;
  border: 1px solid #ddd;
  background: url(/content/images/mailIcon.png) 10px center no-repeat;
  padding-left: 50px;
  color: grey;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
}
#submitBtn {
  float: left;
  width: 20%;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  height: 49px;
  background-color: #ff6f67;
  border: none;
}
ul.socialLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
  margin-top: 30px;
  margin-bottom: 22px;
}
ul.socialLinks li {
  display: inline-block;
  display: table-cell;
  text-align: center;
}
.guaranteeContainer {
  padding-bottom: 5px;
}
.guaranteeContainer img {
  width: 100%;
  height: auto;
}
.guaranteeContainer p {
  color: grey;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
}
.aboutContainer {
  background-color: #000235;
  padding-top: 20px;
  padding-bottom: 20px;
}
.orangeText {
  color: #ff6f67;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
}
.phoneContainer {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.phoneContainer a {
  color: #FFF;
}
.homeAboutTitle {
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
}
.homeAboutDesc {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
/* @end */
/* @group Left */
#left {
  margin: 0 10px 0 0;
  width: 204px;
  float: left;
}
.list-container {
  padding: 5px;
  background: -moz-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
  background: -webkit-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: -o-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: -ms-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  border: 1px solid #5A5A5A;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}
.list-header {
  padding: 5px 0 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #d5281d;
  background: -moz-linear-gradient(top, #d5281d 0%, #c9241a 25%, #a1190e 79%, #96150b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5281d), color-stop(25%, #c9241a), color-stop(79%, #a1190e), color-stop(100%, #96150b));
  background: -webkit-linear-gradient(top, #d5281d 0%, #c9241a 25%, #a1190e 79%, #96150b 100%);
  background: -o-linear-gradient(top, #d5281d 0%, #c9241a 25%, #a1190e 79%, #96150b 100%);
  background: -ms-linear-gradient(top, #d5281d 0%, #c9241a 25%, #a1190e 79%, #96150b 100%);
  background: linear-gradient(top, #d5281d 0%, #c9241a 25%, #a1190e 79%, #96150b 100%);
  font-weight: bold;
  color: #FFF;
  margin-bottom: 5px;
  position: relative;
}
.list-contents {
  background-color: #424242;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px 0;
  background: #FFF8F0;
  position: relative;
  behavior: url(/content/js/PIE.php);
}
.list-contents ul, .list-contents li {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}
.list-contents li {
  background: url(/content/images/triangle-bullet.png) left no-repeat;
  padding-left: 10px;
  color: #000;
}
.list-contents li a {
  color: #000;
}
/* @end */
/* @group Center */
#center {
  width: 552px;
  margin-right: 10px;
  float: left;
}
#mainImg {
  margin-bottom: 10px;
}
.center-list-container {
  padding: 5px;
  background: #f1952a;
  background: -moz-linear-gradient(top, #f1952a 0%, #f7c389 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1952a), color-stop(100%, #f7c389));
  background: -webkit-linear-gradient(top, #f1952a 0%, #f7c389 100%);
  background: -o-linear-gradient(top, #f1952a 0%, #f7c389 100%);
  background: -ms-linear-gradient(top, #f1952a 0%, #f7c389 100%);
  background: linear-gradient(top, #f1952a 0%, #f7c389 100%);
  background: -pie-linear-gradient(top, #f1952a 0%, #f7c389 100%);
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
  behavior: url(/content/js/PIE.php);
}
.center-list-header {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.center-list-inner-container {
  border: 1px solid #000;
  background-color: #95140A;
  padding: 5px 1px 5px 1px;
  border-radius: 5px;
  position: relative;
  behavior: url(/content/js/PIE.php);
}
.center-list-inner-box {
  margin-right: 4px;
  padding: 5px 10px;
  width: 155px;
  float: left;
  border-radius: 5px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #b1b1b1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  background: linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  -pie-background: linear-gradient(top, #ffffff 0%, #b1b1b1 100%);
  /*PIE*/
  position: relative;
  behavior: url(/content/js/PIE.php);
}
.center-list-inner-box img {
  margin-top: 10px;
}
.center-list-inner-box-button {
  position: relative;
  display: block;
  width: 65px;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #000;
  border: 1px solid #93140A;
  border-radius: 5px;
  background: #f1952a;
  background: -moz-linear-gradient(top, #f7c389 0%, #f6bc7a 21%, #f29f3e 75%, #f1952a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7c389), color-stop(21%, #f6bc7a), color-stop(75%, #f29f3e), color-stop(100%, #f1952a));
  background: -webkit-linear-gradient(top, #f7c389 0%, #f6bc7a 21%, #f29f3e 75%, #f1952a 100%);
  background: -o-linear-gradient(top, #f7c389 0%, #f6bc7a 21%, #f29f3e 75%, #f1952a 100%);
  background: -ms-linear-gradient(top, #f7c389 0%, #f6bc7a 21%, #f29f3e 75%, #f1952a 100%);
  background: linear-gradient(top, #f7c389 0%, #f6bc7a 21%, #f29f3e 75%, #f1952a 100%);
  -pie-background: linear-gradient(top, #f7c389 0%, #f6bc7a 21%, #f29f3e 75%, #f1952a 100%);
  behavior: url(/content/js/PIE.php);
}
.center-list-inner-box-button:hover {
  text-decoration: none;
  background: #f7c389;
  background: -moz-linear-gradient(top, #f7c389 27%, #f1952a 46%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #f7c389), color-stop(46%, #f1952a));
  background: -webkit-linear-gradient(top, #f7c389 27%, #f1952a 46%);
  background: -o-linear-gradient(top, #f7c389 27%, #f1952a 46%);
  background: -ms-linear-gradient(top, #f7c389 27%, #f1952a 46%);
  -pie-background: linear-gradient(top, #f7c389 27%, #f1952a 46%);
}
.center-list-inner-list {
  margin-right: 4px;
  width: 175px;
  float: left;
}
.center-list-inner-list-header {
  border: 1px solid #666;
  margin-bottom: 3px;
  color: #000;
  font-weight: bold;
  background: rgb(209, 209, 209);
  background: -moz-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(244, 244, 244, 1)));
  background: -webkit-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: -o-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: -ms-linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  background: linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  -pie-background: linear-gradient(top, rgba(209, 209, 209, 1) 0%, rgba(244, 244, 244, 1) 100%);
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
}
.center-list-inner-list ul, .center-list-inner-list li {
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}
.center-list-inner-list li {
  background: url(/content/images/arrow-bullet.png) left no-repeat;
  padding: 2px 0 2px 10px;
  color: #FFF;
}
.center-list-inner-list a {
  color: #FFF;
}
/* @end */
/* @group Right */
#right {
  width: 204px;
  float: left;
}
.rightImg {
  margin-bottom: 10px;
}
.right-box-container {
  margin-bottom: 10px;
  color: #C4C4C4;
  padding: 5px;
  background-color: #454545;
  border-radius: 5px;
  position: relative;
}
.right-box-header {
  background: #f7c389;
  background: -moz-linear-gradient(top, #f7c389 27%, #f1952a 74%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #f7c389), color-stop(74%, #f1952a));
  background: -webkit-linear-gradient(top, #f7c389 27%, #f1952a 74%);
  background: -o-linear-gradient(top, #f7c389 27%, #f1952a 74%);
  background: -ms-linear-gradient(top, #f7c389 27%, #f1952a 74%);
  background: linear-gradient(top, #f7c389 27%, #f1952a 74%);
  -pie-background: linear-gradient(top, #f7c389 27%, #f1952a 74%);
  padding: 5px 0 5px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 5px;
  position: relative;
}
.revContainer {
  padding: 4px 4px 10px 4px;
}
.revHdr {
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 3px;
}
.rev p {
  margin: 0;
}
.networkImg {
  margin-bottom: 5px;
  text-align: center;
  background-color: #FFF;
  border-radius: 5px;
  position: relative;
  behavior: url(/content/js/PIE.php);
}
#joinemail {
  padding: 10px 0;
  margin-bottom: 5px;
  background-color: #fff;
  z-index: 1;
  border-radius: 5px;
  position: relative;
  behavior: url(/content/js/PIE.php);
}
/* @end */
/* @group Events Table */
.eventsTbl [class*="col-"] {
  padding: 0 10px;
}
.eventRow {
  padding: 5px;
}
@media only screen and (min-width: 992px) {
  .eventRow:nth-child(1) {
    padding-top: 0 !important;
  }
  .eventRow:nth-child(1) .event:before {
    content: "Event";
  }
  .eventRow:nth-child(1) .date:before {
    content: "Date/Time";
  }
  .eventRow:nth-child(1) .venueNameCity:before {
    content: "Venue/City";
  }
  .eventRow:nth-child(1) .viewTicketsBtn:before {
    content: " ";
  }
  .eventRow:nth-child(1) .event:before, .eventRow:nth-child(1) .date:before, .eventRow:nth-child(1) .venueNameCity:before, .eventRow:nth-child(1) .viewTicketsBtn:before {
    font-weight: bold;
    background-color: #96150B;
    color: #fff;
    text-shadow: 1px 1px rgba(black, .3);
    padding: 10px;
    display: block;
    width: calc(100% + 30px);
    height: 40px;
    margin: -10px -15px 10px;
    border-bottom: 2px solid #000;
  }
  .subcategoriesList .subcat, .performersList .performer, .citiesList .subcat, .venuesList .subcat {
    float: left;
    width: 33%;
    padding-right: 10px;
  }
  .viewTicketsIcon {
    display: none;
  }
  .viewTicketsBtn {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .eventRow .event:before {
    content: "Event";
  }
  .eventRow .date:before {
    content: "Date/Time";
  }
  .eventRow .venueNameCity:before {
    content: "Venue/City";
  }
  .eventRow .viewTicketsBtn:before {
    content: " ";
  }
  .eventRow .event:before, .eventRow .date:before, .eventRow .venueNameCity:before, .eventRow .viewTicketsBtn:before {
    font-weight: bold;
    background-color: transparent;
    color: #000;
    padding: 10px;
    width: 30%;
    float: left;
  }
  .eventRow .event, .eventRow .date, .eventRow .venueNameCity, .eventRow .viewTicketsIcon {
    padding: 0;
  }
  .viewTicketsIcon {
    display: block;
  }
  .viewTicketsBtn {
    display: none;
  }
  .subcategoriesList .subcat, .performersList .performer, .citiesList .subcat, .venuesList .subcat {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .viewTicketsIcon {
    display: block;
  }
  .viewTicketsBtn {
    display: none;
  }
}
.viewTicketsIcon i {
  font-size: 25px;
  margin-top: -20px;
  color: #000235;
}
.eventRow.row {
  margin: 0 -30px;
}
.eventRow:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.eventRow:nth-of-type(even) {
  background-color: #fff;
}
.eventRow:hover {
  background-color: #f9e497;
}
.event {
  font-weight: bold;
  color: #000235;
  font-size: 16px;
}
.event:before {
  font-size: 12px;
}
.time {
  color: #999;
}
.venueName {
  font-weight: bold;
  color: #96150B;
  font-size: 14px;
}
.viewTicketsBtn a {
  text-align: center;
  color: #ff6f67;
  border-radius: 5px;
  text-shadow: 1px 1px #000;
  padding: 5px 9px;
  display: block;
  margin: 10px;
  background: #000235;
  width: 150px;
}
#frontPageEventsNear {
  margin-bottom: 10px;
}
#frontPageEventsNear .eventRow .event:before, #frontPageEventsNear .eventRow .date:before, #frontPageEventsNear .eventRow .venueNameCity:before, #frontPageEventsNear .eventRow .viewTicketsBtn:before {
  display: none;
}
#frontPageEventsNear .performerLink {
  font-size: 16px;
  font-weight: bold;
  color: #000235;
}
#frontPageEventsNear .venueName {
  color: #b4bbc4;
  font-weight: lighter;
}
#frontPageEventsNear .view-ticket-button {
  text-align: center;
  color: #ff6f67;
  border-radius: 5px;
  text-shadow: 1px 1px #000;
  padding: 5px 9px;
  display: block;
  margin: 10px;
  background: #000235;
  width: 80px;
  margin: 0 auto;
}
#frontPageEventsNear .buttonContainer {
  margin-top: 10px;
  text-align: center;
  color: #00a651;
}
#frontPageEventsNear .eventRow {
  border: 1px solid #ddd;
  padding: 10px;
}
#geoloc {
  font-size: 13px;
  background-color: #FFF;
  color: #000;
  padding: 10px;
  border: 3px solid #FF9A00;
  display: none;
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 20px;
  right: 0;
}
#geoloc span {
  font-size: 16px;
  font-weight: bold;
}
.event_listings_geo .dateContainer {
  background: #323a45;
  color: #fff;
  padding: 8px;
  margin: 3px;
  text-align: center;
}
.middle {
  float: left;
  padding: 5px;
  background-color: #FFF;
  position: relative;
}
.innerRight .rightImg {
  text-align: center;
}

.view_links:after {
  content: "";
  display: table;
  clear: both;
}
.list_view, .calendar_view {
  float: right;
  text-align: center;
  margin: 5px;
}
#footer {
  padding: 10px;
  text-align: center;
  color: #000235;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
#footer a {
  color: #000235;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
}
.li_bg_e {
  background-color: #FFFFFF;
}
.li_bg_o {
  background-color: #f2f2f2;
}

.search_count {
  padding-top: 5px;
  font-size: 125%;
}
.search_query {
  color: #96150B;
  font-weight: bold;
}
.searchAnyMode {
  padding-top: 5px;
  font-size: 125%;
}
.search_displaying {
  font-size: 110%;
  padding-bottom: 10px;
}
.group {
  border: 1px solid #96150B;
  margin: 5px 5px 5px;
  padding: 5px;
}
.searchResult {
  padding: 30px;
}
.searchResults table {
  border-collapse: collapse;
}
.searchResults table tr td {
  padding: 5px 0 5px 5px;
}
.searchResults table tr .result_view_tickets {
  padding-left: 0;
  padding-right: 5px;
}
.searchResults table tbody .odd {
  background-color: #f8f8f8;
}
.result_date, .result_venue {
  color: #8f8f8f;
}
.group_hdr {
  font-weight: bold;
  color: #96150B;
}
.more, .less {
  text-align: right;
}
.hidden {
  display: none;
}
.result {
  padding: 10px;
}
.result_event {
  font-weight: bold;
}
.result td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.result_view_tickets {
  float: right;
}
.dateLbl {
  position: relative;
  float: left;
  width: 40px;
}
.btnDiv {
  text-align: right;
  margin-top: 3px;
}
.datepicker {
  width: 112px;
  margin-right: 3px;
}
.search_filters {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 2px 0;
}
.search_filter {
  border: 1px solid #fed22f;
  float: left;
  background-color: #fff0a5;
  padding: 3px;
  margin-right: 5px;
  margin-top: 2px;
  font: bold 85% "Lucida Grande", Lucida, Verdana, sans-serif;
  cursor: pointer;
}
.filter_txt {
  font-weight: bold;
}
.search_filter_x {
  font-weight: normal;
  border: 1px solid #dddddd;
  background-color: #f3f3f3;
  width: 13px;
  text-align: center;
  padding: 0 2px;
}
.rightHeader {
  font-weight: bold;
  color: #96150B;
  font-size: 14px;
}
.networkImgs {
  margin: 5px 0;
}
.paginator {
  margin: 10px 0;
}
.paginator .this-page {
  padding: 4px;
  background-color: #D2271C;
  color: #fff;
  border: 1px solid #000;
  font-weight: bold;
}
.paginator a {
  display: inline-block;
  font-weight: bold;
  padding: 4px;
  background-color: #ececec;
  border: 1px solid #a5a5a5;
}
.paginator .next, .paginator .prev {
  font-weight: normal;
  font-style: normal;
  border: none;
  background: none;
}
.calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #b3b3b3;
  margin-top: 3px;
}
.cal_select {
  text-align: center;
}
.calendar td {
  width: 14%;
  vertical-align: top;
  border: 1px solid #b3b3b3;
}
.calendar thead {
  text-align: center;
  color: #fff;
  background-color: #D2271C;
}
.calendar tbody tr td .cal_num {
  text-align: right;
  color: #000;
  padding-right: 3px;
}
.calendar .cal_event {
  color: #D2271C;
  padding-bottom: 6px;
}
.calendar .cal_time, .calendar .cal_city {
  font-size: 80%;
  color: #b3b3b3;
}
.calendar tbody .cal_cell {
  min-height: 90px;
}
.calendar tbody .cal_cell .cal_num.cal_other_month {
  color: #b3b3b3;
}
#ajax_content {
  position: relative;
}
#loading_logo {
  display: none;
  text-align: center;
  top: 30px;
  z-index: 1;
  position: absolute;
}
.search-box {
  width: 90%;
  margin: 10px auto;
}
.geoLocation {
  top: 47px;
  position: relative;
}
#geoError {
  color: red;
}
.geoListings {
  background-color: #dafee7;
  color: #c4c4c4;
  margin-left: -10px;
  margin-right: -15px;
  margin-bottom: 10px;
  border-top: 1px solid #4d697e;
}
.geoListing {
  padding: 4px 10px;
  border-bottom: 1px dashed #c5bbb9;
}
.geoListing a {
  color: #000;
}
.geoEvent {
  float: left;
  width: 175px;
  font-weight: bold;
}
.geoBuyLink {
  float: right;
}
.geoHeader {
  font-size: 15px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.geoDate {
  float: left;
  width: 100px;
  color: #000;
  text-align: center
}
.geoVenue {
  float: left;
  width: 150px;
  color: #000;
}
.geoodd {
  background-color: #FFF8F0;
}
.geoeven {
  background-color: #E0E0E0;
}
#stateWrap .performersList {
  padding: 10px;
}
@media only screen and (max-width: 992px) {
  .map { display: none; }
  #stateWrap { display: block; }
}
@media only screen and (min-width: 992px) {
  .map { display: block; }
  #stateWrap { display: none; }
}
@media only screen and (max-width: 992px) {
	.group-container { display: none; }
	.colapse-button { display: block; }
}
@media only screen and (min-width: 992px) {
	.colapse-button { display: none; }
}

/* @group Search */

div.search_left {
}
div.search_left ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.search_count {
	padding-top: 5px;
	font-size: 125%;
}
span.search_query {
	color: #2098BC;
	font-weight: bold;
}
div.searchAnyMode {
	padding-top: 5px;
	font-size: 125%;
}
div.search_displaying {
	font-size: 110%;
	padding-bottom: 10px;
}
div.group {
	border: 1px solid #ddd;
	background-color: #F7F7F7;
	margin: 10px 0px;
	padding: 10px;
}
div.group .ui-datepicker-trigger {

}
div.group .datepicker {
	text-align:center;
}
div.group ul {
	margin-top:10px;
	list-style-type:none;
}
div.group ul li {
	display:table;
}
div.group ul li input[type='checkbox'] {
	display:table-cell;
}
div.group ul li label {
	display:table-cell;
	padding-left:10px;
}
div.searchResults table tbody tr.odd {
	background-color: #FFF;
}
div.result_date {
	color: #8f8f8f;
}
div.result_venue {
	color: #8f8f8f;
}
div.group_hdr {
	font-weight: bold;
	color: #2098BC;
}
div.more {
	text-align: right;
}
div.less {
	text-align: right;
}
.hiddenSearch {
	display: none;
}
div.result {
	padding: 10px;
}
div.searchResults table {
	width: 100%;
}
div.result_event {
	font-weight: bold;
}
tr.result td {
	padding-top: 8px;
	padding-bottom: 8px;
}
div.searchResults {
}
.dateLbl {
	position: relative;
	float: left;
	width: 40px;
}
.btnDiv {
	text-align: right;
	margin-top: 3px;
}
.datepicker {
	width: 112px;
	margin-right: 3px;
}
.search_filters {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 2px 0 2px 0;
}
.search_filter {
	border: 1px solid #fed22f;
	float: left;
	background-color: #fff0a5;
	padding: 3px;
	margin-right: 5px;
	margin-top: 2px;
	font: bold 85% "Lucida Grande", Lucida, Verdana, sans-serif;
	cursor: pointer;
}
.filter_txt {
	font-weight: bold;
}
.search_filter_x {
	font-weight: normal;
	border: 1px solid #dddddd;
	background-color: #f3f3f3;
	width: 13px;
	text-align: center;
	padding: 0 2px;
}

.ui-datepicker-trigger {
	width: auto;
}

.searchBtn {
	padding: 5px 10px;
	float: right;
	text-align: center;
}
/* @end */
