/***************************************************************
****************************************************************
****     Client: SplitTiks                                  ****
****     Project: SplitTiks                                 ****
****     Date: October 2016                                 ****
****     Author: York Myers                                 ****
****     Company: SplitTiks                                 ****
****************************************************************
***************************************************************/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fontawesome-webfont.eot');
  src: url('../fontawesome-webfont.eot') format('embedded-opentype'), url('../fontawesome-webfont.woff2') format('woff2'), url('../fontawesome-webfont.woff') format('woff'), url('../fontawesome-webfont.ttf') format('truetype'), url('../fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***************************************************************
DEFAULT CLASSES
***************************************************************/
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-white {color: #ffffff;}
.text-black {color: #000000;}
.text-grey {color: #515151;}
.text-red {color: #D22231;}
.uppercase {text-transform: uppercase;}
.body-p.narrow {max-width: 700px; display: block; margin: 0 auto;}
.no-shadow {text-shadow: none !important;}
.dis-block {display: block !important;}
#pad-top {padding-top: 50px;}
#pad-top-small {padding-top: 20px;}
.text-heavy {font-weight: 500 !important;}
.italic {
  font-style: italic;
  font-style: italic;
  font-weight: 800 !important;
  margin: 0;
  padding: 0;
  color: #515151 !important;
  font-size: 13px !important;
  text-transform: uppercase;
  line-height: 20px;
}
.row.grey-bg {background: #f1f1f1;}
/***************************************************************
NAVIGATION
***************************************************************/
body {
  overflow-x: hidden;
}
body table {
  overflow-x: scroll !important;
}
.main-logo {
    height:65px !important;
    padding: 10px 0;
}
.navigation {
  width: 100%;
  background: transparent;
  font-family: 'Lato', sans-serif;
  color: #515151;
  position: fixed;;
  top:0;
  height: 70px !important;
  right:0;
  left:0;
  margin-bottom: 0 !important;
  z-index:999;
  box-shadow: 0px -1px 12px rgba(0,0,0,0.2);
}
.navigation a {
  color: #fff !important;
  text-decoration: none;
}
.navigation a:hover {
  text-decoration: none;
}
.brand {
  position: absolute;
  float: left;
  padding-left: 20px;
  line-height: 70px;
}
.brand a {
  color: #515151;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: 100;
}
.brand a:visited,
.brand a:active {
  color: #515151;
}
.brand a:hover {
  text-decoration: none;
}
.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;
  height: 70px;
}
.nav-dropdown {
    display: none;
    position: absolute;
    margin: 0;
    left: 0;
    top: 50px;
    width: 120px;
    z-index: 1;
    background: #fff;
    border: none;
}
ul.nav-dropdown li {
    display: block !important;
    float: none;
    height: 50px;
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0 0 0;
}
ul.nav-dropdown li a.text-grey {
    color: #515151 !important;
}
nav {
  float: right;
  position: relative;
  display: inline-block;
  font-size: .9em;
  font-weight: 700;
}
nav ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  display: inline;
  position: relative;
}
nav ul li a {
  display: block;
  color: #fff;
  padding: 0 20px;
  line-height: 39px;
  font-family: 'Lato', sans-serif;
letter-spacing: 2px;
font-size: 13px !important;
font-weight: 100;
  text-transform: uppercase;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  text-decoration: none;
}
nav ul li > a:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 3px;
  right: 10px;
  height: 70px;
  width: 70px;
}
#main-footer .main-logo {margin-bottom:-25px !important;}
@media only screen and (min-width: 660px) {
  .navigation, .main-logo{height: 60px;margin: 0 0 35px 0;}
}
@media only screen and (max-width: 660px) {
  body, html {
    overflow-x: hidden !important;
  }
  .slItem.slide1, .slItem.slide2, .slItem.slide3, .slItem.slide4 {
    background-attachment: inherit !important;
  }
  body {overflow-x: hidden !important;}
  #section-one .header-large {
    padding: 0 0 5px 0;
    margin: -20px 0 0 0;
    border-bottom: none;
  }
  #section-one .slText {padding: 0 !important;}
  #section-one .body-p,
  #section-one-contact .body-p,
  #section-one-faq .body-p {
    font-size: 16px !important;
  }
  .header-large {
    font-size: 35px !important;
    line-height: 38px !important;
  }
  .cta-nav-row {display:none;}
  .brand {line-height: 35px;}
  .nav-list li a {
    font-family: 'Lato', sans-serif !important;
    color: #515151 !important;
    padding: 32px 15px 0 15px !important;
    font-weight: 600 !important;
    width: 100% !important;
    display: inline-block !important;
  }
  #section-one {
    top:30px;
  }
  .navigation {height: 40px !important;position: fixed;max-width: 100vw !important;}
  .nav-container {height: 40px !important; background: #fff;}
  .nav-mobile {display: block;}
  .main-logo {height: 50px; margin-top: -5px;}
  nav {width: 100%;padding: 70px 0 15px;}
  nav ul {display: none;}
  nav ul li {width: 100%;padding-top: 20px;float: none;text-align: center;height:66px;display:block}
  nav ul li > a {padding: 0 !important;line-height: 23px;font-weight: 600 !important;}
  #nav-login {
      display: block;
      width: 100% !important;
      letter-spacing: 1.2px;
      text-align: center !important;
      padding: 5px 0 0 0 !important;
  }
  #nav-login a {color: #D22231 !important;}
  nav ul li:hover .nav-dropdown {display: none;}
  nav li a {line-height: 2px !important; font-size: 14px !important;}
  nav ul li ul li a {line-height: 2px !important; font-size: 14px !important;}
  .nav-dropdown {position: static;width: 100%;}
  .nav-list {
      margin-top: -1px !important;
      list-style-type: none;
      background: #fff;
      width: 100%;
      overflow: scroll;
    }
    /*.nav-list li.selected a {background: #fff !important;display:block; color:#D22231 !important;}*/
    .nav-dropdown {border-top: none !important; max-height: 100vh; overflow: scroll;}
    nav ul li ul li a {background: #fff;color: #515151 !important;border-color: #eee;}
    nav ul li ul li a:hover {background: #fff !important;}
    .nav-list li a {
        font-size:15px !important;
        font-weight: 600 !important;
    }
    .nav-list li a {padding: 40px;}
}
@media screen and (min-width: 800px) {
  .nav-list {display: block !important;}
}
/*@media only screen and (max-width: 840px) {
  .main-logo {padding: 30px 0;}
}*/
@media only screen and (max-width: 660px) {
  nav {
    width: 100%;
    padding: 40px 0 15px;
    padding-bottom: 0;
}
  .main-logo {padding: 10px 0 !important;height: 43px !important;margin: -1px 0 0px 0;}
}
#nav-toggle {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #515151;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {top: -7px;}
#nav-toggle span:after {bottom: -7px;}
#nav-toggle.active span {background-color: transparent;}
#nav-toggle.active span:before,#nav-toggle.active span:after {top: 0;}
#nav-toggle.active span:before {transform: rotate(45deg);}
#nav-toggle.active span:after {transform: rotate(-45deg);}
.nav-list {position: relative;z-index: 999 !important;}
.nav-list {
    float: right;
    margin-top: 0;
    list-style-type: none;
}
.nav-list li a {
  font-family: 'Lato', sans-serif;
  color: #515151;
  height: 71px;
  font-size: 16px;
  padding: 16px 15px 0 15px;
  font-weight: 600 !important;
  width: 100%;
  display: inline-block;
}
.nav-list li ul li a {
    color:#fff;
}
.nav-list li.selected {
    background: rgba(255,255,255,0.2);
}
.nav-list li.selected a {
  height: 71px;
  border-bottom: none;
}
/*.nav-dropdown li.selected a {
  background:#519ae3;
  color: #D22231;
}*/
/*.nav-list li.selected a {
  color: #D22231;
  border-bottom: 1px solid #D22231;
}*/
/*#main-footer ul li.selected a {
    border-left: 5px solid #fff;
    padding: 0 10px;
}*/
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #515151;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
.cta-nav-row {
    border-top: 1px solid #f1f1f1;
    width: 100%;
    height: 40px;
    padding: 5px 0 0 0;
    text-align: center;
}
.cta-nav-row span {
    margin: 0 10px;
    font-size: 20px;
}
.cta-nav-row span strong {
  color: #D22231;
}
/***************************************************************
FONTS
***************************************************************/
.body-p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 400 !important;
    margin: 0 0 10px 0;
}
#section-one .body-p,
#section-one-contact .body-p,
#section-one-faq .body-p {
  font-size: 20px;
}
.header-large {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 48px;
  text-shadow: 1px 1px 10px #000;
  line-height: 65px;
  padding: 0;
  letter-spacing: 1px;
}
.stat-header {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 35px;
    line-height: 55px;
    padding: 0;
    letter-spacing: 1px;
}
#section-one .header-large {
  margin: -20px 0 20px 0;
}
.stat .body-p {
    color: #515151 !important;
    font-weight: 800 !important;
    font-size: 14px;
}
.header-section {
    text-shadow: none !important;
    font-weight: 300;
    display: block;
    padding: 40px 10px 20px 10px;
}
.form-label-title {
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 800 !important;
    margin: 0;
    padding: 0;
    color: #515151 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.header-medium, .header-medium-2 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
}
.header-medium-3 {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 2px;
}
.header-medium:after {
    content: '';
    background: #D22231;
    width: 100px;
    height: 2px;
    display: block;
    margin: 4px auto 0 auto;
}
.header-small {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 26px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.progress-title {
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  font-weight: 800;
  margin: 12px 0 40px 0;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.header-medium-4 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 0;
  font-size: 22px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
/***************************************************************
BUTTONS
***************************************************************/
.cta-nav-row .btn {
  height: 34px !important;
  width: 180px !important;
  padding: 6px 0 !important;
  font-weight: 500 !important;
}
.btn, input[type=submit] {
  display: inline-block !important;
  border: none;
  width: 280px !important;
  height: 60px !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  text-align: center !important;
  padding: 18px 0 0 0 !important;
  margin: 5px 2px 5px 2px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 50px !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
  -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
  -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
  transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
}
.btn-inline {
    display: inline-block !important;
    border: none;
    width: 100% !important;
    height: 30px !important;
    letter-spacing: 1.2px;
    text-align: center !important;
    padding: 0px 0 0 0 !important;
    margin: 5px 2px 5px 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
    transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out !important;
}
.btn-inline.grey {
    background: #eee;
}
input[type=submit] {
  padding-top: 3px !important;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn.red-transparent {
    color: #D22231;
}
.btn.red-transparent:hover,
.btn.red-transparent:focus {
    color: #fff;
    background: #D22231;
}
.btn.red, input[type=submit] {
    background: #D22231;
    color: #fff;
}
.btn.red:hover,
.btn.red:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background: #B80405 !important;
}
.btn.grey {
    background: #4D5254;
    color: #fff;
}
.btn.grey:hover,
.btn.grey:focus {
  background: #353232 !important;
}
.btn.white {
    background: #fff;
    color: #515151;
}
.btn.white:hover,
.btn.white:focus {
  background: #eee !important;
}
.btn.center {
  display: block !important;
  margin: 0 auto !important;
}
/***************************************************************
SECTIONS
***************************************************************/
.section {padding: 50px 0;}
#section-one {
  background: url('../images/slider1.jpg') center center;
  background-size: cover;
  min-height: 500px;
  position: relative;
}
#section-one-benefits {
  background: url('../images/bg6.jpg') center center;
  background-size: cover;
  min-height: 300px;
  position: relative;
  padding: 80px 0 0 0;
}
#section-one-register {
  background: url('../images/bg1.jpg') center center;
  background-size: cover;
  min-height: 300px;
  position: relative;
  padding: 80px 0 20px 0;
}
#section-one-home {
  background: url('../images/graphic-header.jpg') center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  padding: 140px 0 20px 0;
}
#section-one-legal {
  background: url('../images/graphic-header.jpg') center center;
  background-size: cover;
  min-height: 300px;
  position: relative;
  padding: 80px 0 20px 0;
}
#section-one-orders {
  background: url('../images/bg3.jpg') center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  padding: 140px 0 20px 0;
}
#section-one-ticketestimator {
  background: url('../images/bg4.jpg') center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  padding: 140px 0 20px 0;
}
#section-one-billing {
  background: url('../images/bg5.jpg') center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  padding: 140px 0 20px 0;
}
#section-one-earlyaccess {
  min-height: 600px !important;
  padding: 50px 0;
}
#section-two {
  background:#fff;
  padding: 0 0 20px 0 !important;
  position: relative;
}
#section-two:before {
  content: url(../images/section-2-topper.png);
  position: absolute;
  top: -118px;
}
#section-three, #section-five {
  background: #f1f1f1;
}
#section-four {
  background: #fff;
}

#section-two-success {
    background: #D22231;
    min-height: 400px;
}
/***************************************************************
GENERAL STYLES
***************************************************************/
.icon-holder {
    text-align: center;
    padding: 1px;
    margin: 10px 0 0 0;
}
.fa {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.icon-holder .fa {
    font-size: 25px;
    color: #515151;
}
.white-block {
  background: url('../images/white-block-bg.png') center bottom;
  background-size: cover !important;
  position: relative;
  background-position: bottom;
  padding: 50px 15px;
  margin: 5px 0 15px 0;
  min-height: 320px;
}
.white-block:hover .fa,
.white-block:hover .header-small,
.white-block:focus .fa,
.white-block:focus .header-small {
  color: #D22231 !important;
}
.white-block:hover .header-small {
  font-size: 20.5px;
}
.footer-nav {
    border-top: 2px solid #fff;
    margin: 50px 0 0 0;
}
.footer-nav ul {
    list-style-type: none;
    margin: 5px 0;
}
.footer-nav ul li {
    display: inline;
    padding:0 10px;
}
.footer-nav ul li a {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400 !important;
}
ul.foot-left {
    float: left;
    display: inline-block;
}
ul.foot-right {
    float: right;
    display: inline-block;
}
.star-img {
    display: inline;
    margin: -6px 5px 0 5px;
}
#section-five .header-medium-2 {
    margin: 0 !important;
    padding: 0 !important;
}
.contact-form-row {
  padding: 0 0 50px 0;
}
.faq-block {
  margin: 0 0 10px 0;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.success-block-row {
  background: #D22231;
  min-height: 300px;
}
.success-block {
    text-align: center;
}
.success {
    height: 80px;
    margin: 20px;
    padding: 5px;
}
.main-logo.success-page {
  position: absolute;
  bottom: 10px;
  right:0;
  left: 0;
  margin: auto;
}
.fa-send,
.fa-question,
.fa-thumbs-o-up {
    color: #D22231 !important;
    font-size: 120px !important;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.list {
  list-style-type: none;
  margin: 0;
}
.list li {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.form-embed-block {
  margin: -10px 0 0 0;
}
/***************************************************************
FORM MODAL
***************************************************************/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 20vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.09);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.close {
  color: #fff;
  font-size: 35px !important;
  font-weight: lighter;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0 25px 8px 25px;
}
.close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  background: #B80405;
}
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modal-body {padding: 2px 16px;}
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.modal-title {
    background: #D22231;
    padding: 10px;
    margin: 0;
}
.modal-title.header {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
}
.modal-content form {
    margin: 10px 0;
}
.return-home {
    position: absolute;
    right: 5px;
    height: 25px;
    top: 7px;
}
#modal-white-content {
  padding: 10px 10% 10px 10%;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
#preview-payment-info input {
    color: rgba(0,0,0,0.75);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: block;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px 0;
    box-shadow: none !important;
    border: 2px solid #eee;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="date"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="time"]:active,
input[type="url"]:active,
input[type="color"]:active,
textarea:active,
#preview-payment-info input:hover,
#preview-payment-info input:focus {
  border: 2px solid #D22231 !important;
}
input[type=submit] {
  width: 100% !important;
}
select#event_state, select#ticket_source_id {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 2px solid #eee;
}
select#event_state:hover,
select#event_state:focus,
select#ticket_source_id:hover,
select#ticket_source_id:focus {
    border-bottom: 2px solid #D22231 !important;
}

/***************************************************************
MOUSE EXIT POPUP MODAL
***************************************************************/
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    color:#333333;
}
.lightbox:after {
    content: '';
    display: table;
    clear: both;
}
.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    position: relative;
    min-width:960px;
    min-height: 200px;
    margin: 20vh auto;
    background-color:#FFF;
    box-shadow: 0px 1px 26px -3px rgba(0,0,0,0.2);
}
.lightbox .title {
    margin:0;
    padding:0 0 10px 0px;
    border-bottom:1px #ccc solid;
    font-size:22px;
}
.lightbox .content {
    display:block;
    padding:0;
    font-size:18px;
    line-height:22px;
}
.lightbox .close {
    position:absolute;;
    display:block;
    text-decoration:none;
    font-family: 'Lato', sans-serif;
    font-size:22px;
    color:#515151;
    top: 0;
    right: -10px;
    font-weight: 400;
    z-index: 99999 !important;
}
.close:hover, .close:focus {
  background: transparent !important;
}
.lightbox .open {
    display: block;
    outline: none;
}
#modal-left-col {
    background: #515151;
    position: relative;
    min-height: 200px;
}
#modal-right-col {
  padding: 50px 20px;
}
.modal-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
}
/***************************************************************
MEDIA QUERIES
***************************************************************/
@media only screen and (min-width: 660px) {
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="color"] {
      width: 50%;
      float: left;
    }
}
@media only screen and (max-width: 700px) {
  #section-four {padding-bottom: 100px;}
}
@media only screen and (max-width: 985px) {
  .lightbox {display: none !important;}
}
@media only screen and (max-width: 1080px) {
  .slText {padding: 0 20px !important;}
}

/***************************************************************
ADDITIONAL STYLE CODE FOR REBRAND
***************************************************************/
.top-btns {
    text-align: center;
    margin: 25px 0 0 0;
}
.top-text {
  margin: 35px 0;
}
#nav-login a {
    height: 56px !important;
    padding-top: 1px !important;
    border-bottom: none !important;
}
#nav-login {
    border-left: 2px solid #fff;
    height: 38px !important;
    margin: 15px 0 !important;
}
.homeform {
  width: 80%;
  height: auto;
  display: block;
  margin: 90px auto 20px auto;
}
#return-to-top {
      position: fixed;
      bottom: 55px;
      right: 10px;
      background: #D22231;
      width: 50px;
      z-index: 999;
      height: 50px;
      display: block;
      text-decoration: none;
      border-radius: 30px;
      display: none;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease;
      display: none !important
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 12px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 12px;
}
section.admin-nav {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0px -1px 12px rgba(0,0,0,0.2);
}
section.navigation.darknav,
.admin-nav {
    background: #fff;
}
section.navigation.darknav .nav-list li a,
.admin-nav li a {
  color: #515151 !important;
}
section.navigation.darknav .nav-list li.selected a,
.admin-nav .nav-list li.selected a {
  color: #D22231 !important;
}
section.navigation.darknav #nav-login,
.admin-nav #nav-login {
      border-left: 2px solid #D22231 !important;
}
section.navigation.darknav #nav-login a,
.admin-nav #nav-login a {
  color:#D22231 ;
}
.how-block {
    margin: 0;
    padding: 12px 12px;
    position: relative;
    min-height: 122px;
}
.how-block.find:hover:after {
  font-family: FontAwesome;
  content: "\f002";
}
.how-block.submit:hover:after {
  font-family: FontAwesome;
  content: "\f0f6";
}
.how-block.deposit:hover:after {
  font-family: FontAwesome;
  content: "\f0d6";
}
.how-block.receive:hover:after {
  font-family: FontAwesome;
  content: "\f145";
}
.how-block:hover:after {
  color: rgba(0,0,0,0.05);
  font-size: 100px;
  position: absolute;
  right: 10px;
  bottom: 0;
  line-height: 130px;
}
.how-block:hover,
.how-block:focus {
    background: #f1f1f1;
}
.how-block i.fa-icon {
    margin: 10px 20px 10px 0;
}
.try-form-box {
  background: #fff;
  padding: 45px 30px 5px 30px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.09);
  border-radius: 6px;
  min-height: 600px;
}
.dashboard-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.09);
    border-radius: 6px;
    min-height: 250px;
    position: relative;
}
.dashboard-box a {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
}
.text-block {
    margin: 30px;
}
/*#section-two.homepage-landingpage .row .columns {
    margin-top: -80px;
}*/
#section-two.normal .row .columns {
    margin-top: 0px !important;
}
#icon-divs i.fa-icon {
  text-align: center;
  display: block;
  margin: 10px 0 10px 3px;
  font-size: 20px;
  color: #D22231;
  border: 2px solid #D22231;
  height: 50px;
  width: 50px;
  border-radius: 7px;
  padding: 13px 0 0 0;
}
.contact-icon {
  margin: 10px 20px 10px 0;
}
.social-ul {
  display: block;
  list-style-type: none;
  width: 100%;
  margin: -10px auto 0 auto;
  text-align: center !important;
}
.social-ul li {
  display: inline;
  margin: 0 10px;
}
.social-ul li a, .social-ul li .fa.fa-icon {
  color: #515151;
  font-size: 20px;
}
.try-form-box.contact input[type="submit"] {
    font-size: 18px !important;
    font-weight: 400 !important;
}
.try-form-box.contact {
    margin-top: -100px;
    padding: 20px !important;
}
.try-form-box.new-order {
    margin-top: -120px;
    padding: 0 !important;
    min-height: 200px;
    position: relative;
    z-index: 99;
}
.try-form-box.contact-success {
    min-height: 425px;
    padding: 50px 20px 20px 20px !important;
}
.try-form-box.signin {
    min-height: 300px;
    margin-top: -100px;
    z-index: 10;
    position: relative;
    padding-top: 10px !important;
}
.try-form-box.signin form input,
.try-form-box.signup form input {
  width: 100%;
}
.try-form-box.signin form label,
.try-form-box.signup form label {
  display: none;
}
.try-form-box.signin form div input[type="checkbox"] {
    width: 20px;
}
.try-form-box.signup {
    min-height: 390px;
    margin-top: -40px;
    z-index: 10;
    position: relative;
    padding-top: 10px !important;
}
.try-form-box.ticket-estimator {
    min-height: 500px;
    margin-top: -80px;
    z-index: 10;
    position: relative;
    padding-top: 10px !important;
}
.try-form-box.payment {
    min-height: 500px;
    margin-top: -60px;
    z-index: 10;
    position: relative;
    padding-top: 10px !important;
}
.try-form-box.reviewpage {
    min-height: 420px;
    margin-top: -60px;
    z-index: 10;
    position: relative;
    padding-top: 10px !important;
}
.well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
#review-container {
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
#signup_container, #login_container, #payment_container {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    width: 100%;
}
.main-logo-be {
    height: 25px;
    margin: 0;
    padding: 0;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #515151;
    font-weight: 800;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: absolute;;
    z-index: 11;
    left: 0;
    right: 0;
    top: 10vh;
    width: 300px;
    margin: auto;
    text-align: center;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.09);
}
.alert a {
    position: absolute;
    top: -12px;
    right: -12px;
    content: '';
    height: 20px;
    width: 20px;
    background: url(../images/modal-close.png);
    display: block;
    background-size: 20px;
    color: transparent !important;
    background-repeat: no-repeat !important;
}
#alert.alert.body-alert a {
    display: none;
}
#alert.alert.body-alert {
    position: relative;
    background: transparent;
    box-shadow: none;
    text-align: inherit;
    width: 100%;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500 !important;
    color: #515151 !important;
}
.table * {
  font-family: 'Lato', sans-serif !important;
  letter-spacing: 1px !important;
  font-weight: 200 !important !important;
  margin: 0 0 10px 0 !important;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd !important;
    border-top: 2px solid #ddd !important;
    color: #515151;
    font-weight: 800;
}
table tbody tr:nth-child(even) {
    background-color: #fff;
}
table tbody, table tfoot, table thead {
    border: none;
    background-color: #fff;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 20px;
    vertical-align: top;
    border: none;
}
tbody tr td a {
    color: #D22231;
}
#section-two .row {
  position: relative;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #515151;
    font-weight: 800;
    text-align: right;
    margin: 0;
}
.dropdown-menu li {
    width: 100%;
}
form.contact-form input, form.contact-form textarea, form * {
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 1px !important;
    font-weight: 200 !important;
    font-size: 15px !important;
}
form.contact-form input, form.contact-form textarea {
    width: 100%;
    display: block;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    font-size: 15px !important;
}
form.contact-form input:focus,
form.contact-form textarea:focus,
form.contact-forminput:hover,
form.contact-form textarea:hover,
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
input[type="text"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover, input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
input[type="text"]:active,
input[type="password"]:active,
input[type="date"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="time"]:active,
input[type="url"]:active,
input[type="color"]:active,
textarea:active {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 2px solid #D22231 !important;
}
form a.btn.btn-lg.italic {
    display: block !important;
    margin: 0 auto !important;
    text-transform: none;
    text-align: center !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #515151;
    font-weight: 500 !important;
    font-style: italic;
    text-decoration: underline;
}
.row.top-cta-row {
    background: #f1f1f1;
    padding: 0 0 25px 0;
    max-width: 700px;
    margin: -100px auto 0 auto;
    border-radius: 10px;
    position: absolute !important;
    left: 0;
    right: 0;
    top: -30px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.09);
}
.section-title-be {
    margin: 20px 0;
}
.section-title-be .fa.fa-icon {
    margin: 0 15px 0 0;
}
#order_ticket .container {
    display: block !important;
    margin: 0 auto !important;
    max-width: 700px !important;
}
#order_ticket .container form input,
#order_ticket .container form textarea,
#order_ticket .container form select {
    width: 100% !important;
    display: block;
    margin: 0 auto;
}
body.backend-body .first-content {
    padding-top: 30px !important;
}


ul.progressbar {
  list-style-type: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 150px;
  margin: 0;
  position: absolute;
  background: #eee;
  padding: 30px 0 0 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
ul.progressbar li {
  display: inline !important;
  height: 100px;
  position: relative;
  width: 33%;
  float: left;
}
ul.progressbar li i {
    background: #fff;
    color: #515151;
    width: 40px;
    display: block;
    height: 40px;
    padding: 7px 0 0 0;
    margin: 0 auto;
    font-size: 23px;
    font-weight: 400;
    border-radius: 50%;
    border: 3px solid #515151;
    position: relative;
    z-index: 3;
}
ul.progressbar li span {
    display: block;
    text-align: center;
    width: 100%;
}
ul.progressbar li.active-step i {
  border: 3px solid #D22231 !important;
  background: #D22231 !important;
  color: #fff !important;
}
/*ul.progressbar li.active-step i:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -220px;
    background: #D22231;
    height: 3px;
    width: 220px;
    z-index: 1;
    margin: auto;
}
ul.progressbar li i:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -220px;
    background: #515151;
    height: 3px;
    width: 220px;
    z-index: 1;
    margin: auto;
}
ul.progressbar li:last-child i:after {
  display: none;
}*/
.try-form-box.new-order .contact-form-row form,
.try-form-box.new-order .contact-form-row .input-row {
    max-width: 420px;
    display: block;
    margin: 50px auto 0 auto;
}
.try-form-box.new-order form input,
.try-form-box.new-order .input-row input,
.try-form-box.new-order input#notes {
  width: 100%;
  display: block;
}
.try-form-box.new-order select#event_state, .try-form-box.new-order select#ticket_source_id {
    border-top: none;
    border-right: none;
    border-left: none !important;
    border-bottom: 2px solid #eee;
    width: 100%;
    display: block;
    box-shadow: none;
    border-radius: 0 !important;
}
.form-group {
  position: relative !important;
}
.try-form-box.new-order .form-group {
    margin-bottom: 15px;
    max-width: 420px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.try-form-box.new-order .form-group.notes {
    max-width: 420px !important;
    display: block !important;
    margin: 30px auto 0 auto !important;
}
.try-form-box.new-order .form-btn-box a.btn.grey.inline.vert-cent-btn {
    max-width: 120px !important;
    float: left;
    font-weight: 800 !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important;
    line-height: 15px;
}
.form-btn-box input.btn.btn-primary,
.form-btn-box input#btnPay,
.form-btn-box button#btnPay {
    max-width: 120px !important;
    float: right;
    font-weight: 800 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.try-form-box.payment .form-btn-box a.btn.grey.inline.vert-cent-btn {
  position: absolute;
bottom: -35px;
left: -23px;
background: transparent;
color: #515151;
font-weight: 800 !important;
text-transform: uppercase;
font-size: 12px !important;
}
.form-btn-box a.btn.grey.inline.vert-cent-btn,
.form-btn-box button.btn.grey.inline.vert-cent-btn {
    max-width: 120px !important;
    float: left;
    font-weight: 800 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.form-btn-box {
  display: block;
  margin: 0 auto;
  max-width: 420px;
  height: 70px;
}
#section-two a.btn.grey.inline.vert-cent-btn {
    padding-top: 17px !important;
}
.try-form-box label {
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 800 !important;
    margin: 0;
    padding: 0;
    color: #515151 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#section-two .try-form-box.new-order .row-form {
  max-width: 450px !important;
  display: block !important;
  margin: 0 auto !important;
}
label.error_alert {
    color: #D22231 !important;
}
.form-input-row {
    padding: 150px 0 80px 0 !important;
}

#ui-datepicker-div {
    position: relative;
    z-index: 999 !important;
    width: 300px;
    border-radius: 0 !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1), 0 6px 20px 0 rgba(0,0,0,0.09);
}
span.ui-datepicker-month, span.ui-datepicker-year {
    letter-spacing: 1.5px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    margin: 12px 0 40px 0;
    font-size: 15px;
    line-height: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    color: #fff;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #D22231;
    margin: -4px -4px 0 -4px;
    padding: 5px 0;
}
.ui-state-default.ui-state-active {
    background: #D22231;
    border-color: #D22231;
}
.ui-datepicker-calendar tr td a,
.ui-datepicker-calendar tr td span {
    text-align: center !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 500 !important;
    font-size: 16px;
}
.ui-datepicker-calendar tr th span {
    text-align: center !important;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 800 !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #515151;
}
.try-form-box.new-order input[type="radio"] {
    display: inline-block;
    width: 20px;
    margin: 0 0 0 10px;
}
#home-page-form.try-form-box form input,
#home-page-form.try-form-box form label {
    width: 100%;
    display: block;
}
#all_seat_numbers {
    display: block;
    margin: 50px auto;
    max-width: 420px;
}
.ticket-parent-block {
    background: url(../images/white-block-bg.png) center bottom;
    background-size: cover !important;
    position: relative;
    background-position: bottom;
    padding: 20px 15px;
    margin: 10px;
    max-width: 200px;
}
.seat-info-block {
    background: url(../images/white-block-bg.png) center bottom;
    background-size: cover !important;
    position: relative;
    background-position: bottom;
    padding: 20px 15px 50px 15px;
    margin: 10px;
    width: 120px;
    display: inline!important;
    float: left;
}
#all_seat_numbers .seat-info-block a {
    padding: 0 !important;
    position: absolute;
    bottom: 29px !important;
    right: 0;
    font-size: 12px !important;
    left: 0;
    z-index: 99999 !important;
    content: '' !important;
    width: 100% !important;
    height: 17px !important;
    display: block !important;
    background: #fff !important;
    color: red!important;
    font-style: italic;
    text-decoration: underline;
    background-repeat: no-repeat !important;
    margin: auto !important;
    text-align: center !important;
    opacity: 0.5;
}
#all_seat_numbers .seat-info-block a:hover,
#all_seat_numbers .seat-info-block a:focus {
  opacity: 1 !important;
}
.try-form-box form {
  background: #fff;
  padding: 10px 30px 5px 30px;
  border-radius: 6px;
  margin: 0;
}
#home-page-form {
    margin-top: 50px;
}
a.add-seat:before {
    font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    left: 3px;
    font-size: 20px;
    bottom: -5px;
    color: #D22231 !important;
}
a.add-seat {
    display: block;
    text-align: right;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #D22231;
    width: 130px;
    border-top: 1px solid #D22231;
    padding: 5px 0 0 0;
    position: absolute;
    bottom: -45px;
    right: 0;
    left: 0;
    margin: auto;
}
div#ticket_seat_error {
    position: relative;
    top: 0;
    width: 420px;
}
#enter_new_credit_card {
    max-width: 420px !important;
    display: block;
    margin: 0 auto;
}
#enter_new_credit_card input {
    width: 100%;
    display: block;
}
#exp input, #exp span {
    display: inline;
    width: 100px;
    margin: 0 5px;
}
#home-page-form.try-form-box form {
    padding: 10px 40px;
    margin: 0;
}
#home-page-form.try-form-box {
    min-height: 525px !important;
}
#ticket_estimator_output table {
    margin: 35px 0 50px 0;
}
#ticket_estimator_output .btn {
    padding: 0 !important;
    margin-bottom: 50px !important;
}
table#billing-table {
    text-align: center;
    position: relative;
    margin-top: 50px !important;
}
table#billing-table tr td {
    display: block;
}
table#billing-table.table-hover>tbody>tr:hover,
table#billing-table.table-hover>tbody>tr:focus {
    background-color: #fff;
}
table#billing-table:before {
    font-family: FontAwesome;
    content: "\f09d";
    font-size: 145px;
    color: #515151;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 130px;
}
table#billing-table.order-process:before {
    font-family: FontAwesome;
    content: "\f09d";
    font-size: 80px !important;
    color: #515151;
    margin: 0 0 -40px 0 !important;
    padding: 0 !important;
    line-height: 100px;
}
a.ui-datepicker-next.ui-corner-all:after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0px !important;
    font-size: 18px;
    color: #fff;
}
.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-next:focus {
    background: #D22231 !important;
    border: none !important;
    padding: 0 !important;
    font-size: 18px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    top: 5px !important;
    bottom: 0px !important;
    font-weight: inherit !important;
    color: #fff !important;
    right: 2px !important;
}
a.ui-datepicker-prev.ui-corner-all:after {
    font-family: FontAwesome;
    content: "\f053";
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0px !important;
    font-size: 18px;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 5px !important;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-prev:focus {
    background: #D22231 !important;
    border: none !important;
    padding: 0 !important;
    font-size: 18px !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    top: 2px !important;
    font-weight: inherit !important;
    color: #fff !important;
    left: 2px !important;
}
.ui-widget-header .ui-icon, .ui-icon, .ui-widget-content .ui-icon {
    background: none !important;
}
#electronic_ticket_only {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.eticket-modal {
  max-width: 500px;
  background: #fff;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto !important;
  width: 350px;
  height: 210px;
  z-index: 99999 !important;
  box-shadow: 0px -1px 12px rgba(0,0,0,0.2);
  padding: 20px;
  border-radius: 5px;
}
.eticket-modal a {
    position: absolute;
    top: -12px;
    right: -12px;
    content: '';
    height: 20px;
    width: 20px;
    background: url(../images/modal-close.png);
    display: block;
    background-size: 20px;
    color: transparent !important;
    background-repeat: no-repeat !important;
}
.eticket-modal .body-p {
    text-transform: none;
}
.validation_error {
    display: block;
    margin: -13px auto 10px auto;
    color: #D22231;
    background: #f1f1f1;
    padding: 7px;
    font-weight: 500 !important;
    text-align: center;
}
#deposit {
  margin: 0 0 0 0;
}
table#review-table,
table#schedule-table {
    max-width: 830px !important;
    overflow: scroll;
}
#preview-payment-info {
  max-width: 830px !important;
  margin: 100px 0;
}
#preview-payment-info input {
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
}
.sub-label {
    display: block;
    font-style: italic;
}
div#section-five .try-form-box.contact {
    max-width: 800px !important;
    display: block;
    margin: 50px auto !important;
}
.try-form-box.ticket-estimator form input {
    width: 100%;
    display: block;
    margin: 0 auto 30px auto;
}
.try-form-box.ticket-estimator .input-group-addon {
  display: none;
}
.stat {
  min-height: 130px;
  padding: 10px;
  margin: 40px 10px 10px 10px;
}
#stat-row {
    margin-top:50px;
    border-top: 2px solid #f1f1f1;
}
.homepage-landingpage .try-form-box.ticket-estimator {
    min-height: 600px !important;
    padding: 30px !important;
    margin-top: 25px !important;
}
@media screen and (max-width: 960px) {
    .body-p {font-size: 16px !important;}
}
@media screen and (max-width: 820px) {
  .header-large {font-size: 26px !important;}
  .main-logo {height: 55px !important;}
  .nav-list li a {padding: 16px 10px 0 10px !important;}
  .header-large {font-size: 40px !important;line-height: 50px !important;}
}
@media screen and (max-width: 660px) {
  .main-logo {height: 40px !important;}
  .nav-list li a {font-weight: 500 !important;}
  #section-one .header-large {margin-bottom: 0 !important;}
  .slider {height: 550px !important;}
  .top-text {margin: 0px 0 !important;}
  .btn, input[type=submit] {height: 50px !important;padding: 12px 0 !important;}
  .homepage-landingpage .try-form-box.ticket-estimator {margin: 100px 0 40px 0 !important;}
}
@media screen and (max-width: 550px) {
  .header-large {font-size: 30px !important;line-height: 40px !important;}
}
div#ticket_estimator_output {
    margin: 60px 0 0 0 !important;
}
#ticket_estimator_output .body-p {
    font-size: 16px !important;
}
#ticket_estimator_output table {
    border: none !important;
    width: 100% !IMPORTANT;
    margin: 20px 0 !important;
    padding: 0 !important;
}
.slider {
  margin-top: 0 !important;
}
.try-form-box.contact form input,
.try-form-box.contact form {
    width: 100% !important;
    display: block;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd !important;
    border-top: 2px solid #ddd !important;
    color: #515151;
    font-weight: 800 !important;
    font-size: 12px !important;
}
th a.sortable-header:after {
  font-family: FontAwesome;
  content: "\f0dc";
  position: absolute;
  left: -8px;
  top: -2px;
}
th a.sortable-header {
    color: #515151 !important;
    position: relative;
}
div#table-strap {
    max-width: 960px;
    display: block;
    margin: 0 auto;
    overflow: scroll !important;
}
div#table-strap table tr td a:hover,
div#table-strap table tr td a:focus {
    color: #D22231 !important;
    font-weight: 500;
    text-decoration: none !important;
}
a.grey-top-cta {
    position: absolute;
      top: -20px;
      left: -75px;
      right: 75px;
}
a.grey-top-cta:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\00d7";
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  background: #D22231;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 3px 0px 0 2px;
  border-radius: 50%;
  border: 4px solid #FFF;
}


#prepop {
    position: absolute;
    bottom: -35px;
    left: -23px;
    background: transparent;
    color: #515151;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 12px !important;
}
#prepop:hover, #prepop:focus {
  background: transparent !important;
}
.try-form-box.payment form input {
    width: 100%;
    display: block;
}
#coupon-form {
    position: relative;
}
#coupon-form input[type="submit"] {
    color: #fff;
    background: #D22231;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: absolute;
    right: 28px;
    top: 0;
    width: 100px !important;
    height: 44px !important;
    border-radius: 0 !important;
    padding: 0;
    margin: 0;
    display: inline;
}
#coupon-form input[type="txt"]:focus,
#coupon-form input[type="txt"]:hover,
#coupon-form input[type="txt"]:visited,
#coupon-form input[type="txt"]:active {
  border-top : none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #515151;
  box-shadow: none !important;
  text-transform: none !important;
  outline:none !important;
}
.pay-btn-block a {
    display: block !important;
    margin: 0 auto !important;
    text-transform: none;
    text-align: center !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #515151;
    font-weight: 500 !important;
    font-style: italic;
    text-decoration: underline;
}
.pay-btn-block {
    max-width: 380px;
    display: block;
    margin: 50px auto 20px auto;
    text-align: center;
}
input#delete-card-btn {
    background: transparent;
    color: #515151;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    float: left !important;
    display: inline !important;
    width: 170px !important;
    margin: 7px 0 0 -30px !important;
    padding: 0 !important;
}
input#delete-card-btn:hover,
input#delete-card-btn:focus {
  background: transparent !important;
  color: #51515;
  text-decoration: underline;
}
.server_side_validation_error {
    margin: 100px auto !important;
    display: block !important;
    width: 100%;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
    padding: 5px;
}
.form-btn-box a.btn.grey.inline.vert-cent-btn {
    max-width: 220px !important;
}
#payment-errors,
#error_general_login {
  box-shadow: none;
  color: #D22231;
  font-family: 'Lato', sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 14px;
  width: 100% !important;
  letter-spacing: 1px;
}
#payment_container form input {
    width: 100%;
}
#payment_container form label {
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    font-weight: 800 !important;
    margin: 0;
    padding: 0;
    color: #515151 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#ticket_estimator_output {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 400 !important;
    margin: 10px 0 0 0 !important;
    text-align: center;
}
.try-form-box.signup .text-block,
.try-form-box.signin .text-block {
    margin: -10px -30px 5px -30px;
    border-top: 5px solid #D22231;
    padding: 10px;
    height: 60px;
}
span.signup-signin-title {
    display: inline-block;
    width: 50%;
    float: left;
    height: 50px;
    text-align: center;
    padding: 10px 0 0 0;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase;
}
span.signup-signin-title a {
  color: #515151;
  opacity: 0.4;
}
span.signup-signin-title.active a {
  color: #D22231 !important;
  opacity: 1.0 !important;
}
.try-form-box.forgot-password {
    max-width: 500px;
    display: block;
    margin: -80px auto 0 auto;
    min-height: 310px !important;
}
.try-form-box.forgot-password form input {
    width: 100%;
}
#forgot-password-alerts {
    background: transparent;
    color: #515151;
    font-weight: 800 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    text-align: center;
    margin-top: 50px;
}
#ticket_estimator_output tbody tr td:nth-child(2),
#ticket_estimator_output thead tr td:nth-child(2) {
    text-align: right !important;
}
/*#ticket_estimator_output thead tr td:first-child {
    padding-left: 0 !important;
}*/
#ticket_estimator_output tbody tr,
.table tbody tr {
    border-top: 1px solid #f1f1f1;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#ticket_estimator_output tbody tr:hover,
.table tbody tr:hover,
#ticket_estimator_output tbody tr:focus,
.table tbody tr:focus {
  background: #FCFCFC;
  cursor: default;
}
#ticket_estimator_output tbody tr:first-child,
.table tbody tr:first-child {
  border-top: none !important
}
#ticket_estimator_output thead tr {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    color: #515151;
    font-weight: 800;
    font-size: 12px;
}
#ticket_estimator_output thead tr td {
    padding: 10px;
}
#forgot-password-alerts a {
    margin-top: 20px !important;
}
#terms-policy-inline a {
    display: inline !important;
}
#terms-policy-inline {
    display: block !important;
    margin: 0 auto !important;
    text-transform: none;
    text-align: center !important;
    width: 100% !important;
    font-size: 14px !important;
    color: #515151;
    font-weight: 500 !important;
    font-style: italic;
    margin: 20px auto !important;
    max-width: 300px;
}

#myModal {
    position: absolute;
    top: 0;
    z-index: 99999999 !important;
    right: 0;
    display: block !important;
}
/*@media screen and (max-width: 960px) {
  table {
    overflow: scroll !important;
  }
}*/

body table.table>thead>tr>th:first-child {
    min-width: 220px !important;
}
body table.table>thead>tr>th {
    width: 140px !important;
}
div#alert {
    display: block;
    z-index: 999;
    background: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
#order_not_placed {
    background: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto !important;
    width: 350px;
    height: 140px;
    z-index: 99999 !important;
    box-shadow: 0px -1px 12px rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 5px;
}
#order_not_placed p {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
#order_not_placed a {
    background: #D22231;
    color: #fff;
    line-height: 10px !important;
    display: block;
    margin: 15px auto;
    width: 280px !important;
    height: 60px !important;
    letter-spacing: 1.2px;
    text-align: center !important;
    padding: 25px 0 0 0 !important;
    border-radius: 50px !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.slItem.slide1 {
  background-image: url('../images/slider1.jpg');
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
}
.slItem.slide2 {
  background-image: url('../images/slider2.jpg');
  background-attachment: fixed;
  background-position: bottom right;
  background-size: cover;
}
.slItem.slide3 {
  background-image: url('../images/slider3.jpg');
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
}
.slItem.slide4 {
  background-image: url('../images/slider4.jpg');
  background-attachment: fixed;
  background-position: center bottom;
  background-size: cover;
}
.legal-large {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}
.legal-small {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 0 25px 0;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
}
.legal-medium {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.legal-p {
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    margin: 0 0 20px 0;
}
.legal.terms,
.legal.privacy-policy {
    background: #fff;
    padding: 30px 30px 5px 30px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.09);
    border-radius: 6px;
    border-top: 5px solid #D22231;
}
a.legal-inline-link {
    color: #D22231;
    font-weight: 500;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #D22231;
}
#date_of_event_error {
    position: absolute;
    font-weight: 800 !important;
    margin: 0;
    padding: 0;
    color: #D22231 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 20px;
    top: 60px;
}
#delete-card {
    position: relative;
}
#billing-table .btn.red {
    padding: 0 !important;
    width: 200px !important;
    max-width: 120px !important;
    float: right;
    font-weight: 800 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.intro-box {
    padding: 40px;
    margin: -100px 0 0 0;
    position: relative;
    max-width: 100%;
    background: #f0f0f0;
    box-shadow: 0 14px 28px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.09);
}
.optional {
    font-weight: 700 !important;
    font-size: 10px !important;
    font-style: italic;
}
#all_seat_number_container {
    position: relative;
    margin: 0 0 60px 0;
}
#section-two .form-btn-box a.btn.grey.inline.vert-cent-btn {
    padding-top: 22px !important;
}
#generic_footer {
    font-family: 'Lato', sans-serif !important;
    text-align: right;
    border-top: 1px solid #cbcbcb;
    max-width: 960px;
    display: block;
    margin: 50px auto 0 auto;
    color: #515151;
}
#generic_footer a {
    color: #515151;
    margin: 0 0 0 5px;
}
#generic_footer a:first-child {
    margin-right: 5px;
}
