@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?-b0507t");
  src: url("fonts/icons.eot?#iefix-b0507t") format("embedded-opentype"),
    url("fonts/icons.woff?-b0507t") format("woff"),
    url("fonts/icons.ttf?-b0507t") format("truetype"),
    url("fonts/icons.svg?-b0507t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
input {
  -webkit-appearance: none;
}
.toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  background: #5699c0;
  border-radius: 5px;
  display: none;
  z-index: 1000;
}
.toast.success {
  background: #56c069;
}
.toast.error {
  background: #c05656;
}
body {
  background: #e9e9e9;
  font-family: "Open Sans", sans-serif;
}
.wrapper {
  width: 1020px;
  max-width: 95%;
  margin: auto;
}
header.main {
  background: #3c454d;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
header.main h1 {
  float: left;
}
header.main h1 span {
  display: none;
}
header.main a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 520px) {
  header.main a {
    font-size: 14px;
  }
}
header.main a:hover {
  background: rgba(0, 0, 0, 0.5);
}
header.main ul {
  float: right;
}
header.main ul li {
  margin-left: 15px;
  display: inline-block;
}
@media only screen and (max-width: 520px) {
  header.main ul li {
    margin-left: 0px;
  }
}
section.seats {
  position: absolute;
  top: 50px;
  height: calc(100% - 50px);
  width: 100%;
}
section.seats .wrapper {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translatex(-50%);
}
section.seats .mapOptions {
  height: 70px;
  margin: 15px 0;
  position: relative;
}
section.seats .mapOptions .mapControls {
  float: left;
  width: calc(100% - 70px);
  max-width: 400px;
}
section.seats .mapOptions .mapControls svg {
  height: 70px;
  width: 70px;
  margin: 0 5px;
}
section.seats .mapOptions .mapControls svg g,
section.seats .mapOptions .mapControls svg path {
  cursor: pointer;
}
section.seats .mapOptions .mapControls svg g:hover path {
  fill: #e4e4e4;
}
section.seats .mapOptions .mapControls a {
  height: 30px;
  background: white;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  margin: 20px 0;
  vertical-align: top;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #3c454d;
}
section.seats .mapOptions .mapControls a:hover {
  background: #3c454d;
  color: white;
}
section.seats .mapOptions .mapControls a.active {
  background: #3c454d;
  color: white;
}
section.seats .mapOptions .seatSearch {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: white;
  overflow: hidden;
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
section.seats .mapOptions .seatSearch.showing {
  width: 200px;
}
section.seats .mapOptions .seatSearch input {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  background: white;
  border: 2px solid white;
  background: #e4e4e4;
  padding: 0 70px 0 20px;
  outline: none;
  color: #3c454d;
  font-size: 18px;
  font-weight: 300;
}
section.seats .mapOptions .seatSearch a {
  position: absolute;
  top: 0;
  right: 0;
  color: #a8a8a8;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  font-family: "icons";
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: white;
}
section.seats .mapOptions .seatSearch a:hover {
  background: #3c454d;
  color: white;
}
section.seats .maps {
  position: absolute;
  top: 100px;
  height: calc(100% - 150px);
  width: calc(100% - 20px);
  margin: 0 10px 10px 10px;
  overflow: hidden;
}
section.seats .maps .map {
  position: absolute;
  padding-bottom: 50px;
}
section.seats .maps .map.animation {
  transition: all 0.3s linear;
}
section.seats .maps .map.map-women {
  display: none;
}
section.seats .maps .map path.seat:hover {
  cursor: pointer;
}
section.seats .maps .map path.seat:hover,
section.seats .maps .map path.seat.active {
  fill: #5699c0 !important;
}
section.seats .maps .map path.seat[data-paid="1"] {
  fill: #e4e4e4 !important;
}
section.seats .maps .map text {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
}
footer.seatsFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 26px;
  font-weight: 300;
}
footer.seatsFooter a {
  color: white;
  text-decoration: none;
  display: block;
  background: #5699c0;
}
footer.seatsFooter a.disabled {
  background: #6a6a6a;
}
.searchSeatsResults {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(60, 69, 77, 0.8);
  display: none;
  z-index: 100;
  overflow: auto;
}
.searchSeatsResults .closeSearchSeatResults {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: white;
  text-decoration: none;
  font-family: "icons";
}
.searchSeatsResults h5 {
  padding: 50px 0;
  color: white;
  text-align: center;
  font-size: 28px;
}
.searchSeatsResults .warning {
  color: white;
  text-align: center;
  margin: 20px 0;
}
.searchSeatsResults ul {
  width: 90%;
  max-width: 450px;
  margin: 50px auto;
}
.searchSeatsResults ul li {
  color: white;
  padding: 20px 10px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
}
.searchSeatsResults ul li.selected {
  font-weight: 700 !important;
  color: #5699c0;
}
.searchSeatsResults ul li h4 {
  float: left;
  width: 70%;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}
.searchSeatsResults ul li h4 span {
  display: block;
}
.searchSeatsResults ul li p {
  float: left;
  width: 30%;
  line-height: 50px;
  font-size: 22px;
  font-weight: 300;
  text-align: right;
}
.searchSeatsResults ul li a {
  clear: both;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
}
.searchSeatsResults ul li a:hover {
  color: #5699c0;
}
.searchSeatsResults .buttons {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 70px;
}
.searchSeatsResults .buttons a.addSeatsResults {
  padding: 7px 15px;
  margin: 0 15px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  background: #5699c0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.searchSeatsResults .buttons a.addSeatsResults.disabled {
  background: #6a6a6a;
}
.searchSeatsResults .buttons a.addSeatsResults:hover {
  background: #3c454d;
}
.seatsCheckout {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(60, 69, 77, 0.8);
  display: none;
  z-index: 100;
  overflow: auto;
}
.seatsCheckout .closeSeatsCheckout {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  color: white;
  text-decoration: none;
  font-family: "icons";
}
.seatsCheckout ul.selectedSeats {
  width: 90%;
  max-width: 450px;
  margin: 50px auto;
}
.seatsCheckout ul.selectedSeats li {
  color: white;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.seatsCheckout ul.selectedSeats li h4 {
  float: left;
  width: 70%;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}
.seatsCheckout ul.selectedSeats li h4 span {
  display: block;
}
.seatsCheckout ul.selectedSeats li p {
  float: left;
  width: 30%;
  line-height: 50px;
  font-size: 22px;
  font-weight: 300;
  text-align: right;
}
.seatsCheckout ul.selectedSeats li a {
  clear: both;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
}
.seatsCheckout ul.selectedSeats li a:hover {
  color: #5699c0;
}
.seatsCheckout .contactBilling {
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  background: white;
  zoom: 1;
  border-radius: 5px;
}
.seatsCheckout .contactBilling:before {
  content: "";
  display: block;
}
.seatsCheckout .contactBilling:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .seatsCheckout .contactBilling {
    padding: 17px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .seatsCheckout .contactBilling {
    padding: 17px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .seatsCheckout .contactBilling {
    padding: 17px;
    padding-bottom: 0;
  }
}
.seatsCheckout .contactBilling .contact,
.seatsCheckout .contactBilling .billing {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 60px 20px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .seatsCheckout .contactBilling .contact,
  .seatsCheckout .contactBilling .billing {
    width: 100%;
    float: none;
    padding: 50px;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .seatsCheckout .contactBilling .contact,
  .seatsCheckout .contactBilling .billing {
    width: 100%;
    float: none;
    padding: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .seatsCheckout .contactBilling .contact,
  .seatsCheckout .contactBilling .billing {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }
}
.seatsCheckout .contactBilling .contact {
  border-right: 1px solid #e4e4e4;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .seatsCheckout .contactBilling .contact {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .seatsCheckout .contactBilling .contact {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (max-width: 520px) {
  .seatsCheckout .contactBilling .contact {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
.seatsCheckout .contactBilling h5 {
  color: #5699c0;
  padding: 20px 0 18px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .seatsCheckout .contactBilling h5 {
    text-align: center;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .seatsCheckout .contactBilling h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .seatsCheckout .contactBilling h5 {
    text-align: center;
  }
}
.seatsCheckout .contactBilling ul {
  zoom: 1;
}
.seatsCheckout .contactBilling ul:before {
  content: "";
  display: block;
}
.seatsCheckout .contactBilling ul:after {
  content: "";
  display: table;
  clear: both;
}
.seatsCheckout .contactBilling ul li {
  position: relative;
  margin-bottom: 3%;
  float: left;
}
.seatsCheckout .contactBilling ul li input[type="text"],
.seatsCheckout .contactBilling ul li input[type="email"],
.seatsCheckout .contactBilling ul li input[type="tel"] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  padding: 0 20px;
  outline: none;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
}
.seatsCheckout .contactBilling ul li input[type="text"]:focus,
.seatsCheckout .contactBilling ul li input[type="email"]:focus,
.seatsCheckout .contactBilling ul li input[type="tel"]:focus {
  border-color: #5699c0;
}
.seatsCheckout .contactBilling ul li input[type="text"]:disabled,
.seatsCheckout .contactBilling ul li input[type="email"]:disabled,
.seatsCheckout .contactBilling ul li input[type="tel"]:disabled {
  opacity: 0.5;
}
.seatsCheckout
  .contactBilling
  ul
  li
  input[type="text"]::-webkit-input-placeholder,
.seatsCheckout
  .contactBilling
  ul
  li
  input[type="email"]::-webkit-input-placeholder,
.seatsCheckout
  .contactBilling
  ul
  li
  input[type="tel"]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling ul li input[type="text"]:-moz-placeholder,
.seatsCheckout .contactBilling ul li input[type="email"]:-moz-placeholder,
.seatsCheckout .contactBilling ul li input[type="tel"]:-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling ul li input[type="text"]::-moz-placeholder,
.seatsCheckout .contactBilling ul li input[type="email"]::-moz-placeholder,
.seatsCheckout .contactBilling ul li input[type="tel"]::-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling ul li input[type="text"]:-ms-input-placeholder,
.seatsCheckout .contactBilling ul li input[type="email"]:-ms-input-placeholder,
.seatsCheckout .contactBilling ul li input[type="tel"]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling ul li label {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #a8a8a8;
  text-transform: uppercase;
  right: 15px;
  top: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.seatsCheckout .contactBilling ul .active label {
  display: block;
}
.seatsCheckout .contactBilling ul .full,
.seatsCheckout .contactBilling ul .radio {
  width: 100%;
}
.seatsCheckout .contactBilling ul .half {
  width: 48.5%;
  margin-right: 3%;
}
.seatsCheckout .contactBilling ul .third {
  width: 31.33333333333333%;
  margin-right: 3%;
}
.seatsCheckout .contactBilling ul .state {
  width: 64.66666666666667%;
  margin-right: 3%;
}
.seatsCheckout .contactBilling ul .zip {
  width: 32.33333333333333%;
  margin-right: 0;
}
.seatsCheckout .contactBilling ul .cvv input[type="text"] {
  padding: 0 60px 0 20px;
}
@media only screen and (max-width: 520px) {
  .seatsCheckout .contactBilling ul .cvv input[type="text"] {
    padding: 0 20px;
  }
}
.seatsCheckout .contactBilling ul .cvv:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 23px;
  background: url("images/card.png") no-repeat;
  top: 13px;
  right: 10px;
}
@media only screen and (max-width: 520px) {
  .seatsCheckout .contactBilling ul .cvv:before {
    background: none;
  }
}
.seatsCheckout .contactBilling ul .last {
  margin-right: 0;
}
.seatsCheckout .contactBilling .coupon {
  padding: 20px 60px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .seatsCheckout .contactBilling .coupon {
    padding: 50px;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .seatsCheckout .contactBilling .coupon {
    padding: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .seatsCheckout .contactBilling .coupon {
    padding: 0 0 20px;
  }
}
.seatsCheckout .contactBilling .coupon a {
  display: inline-block;
  margin: 0 10px;
  color: #6a6a6a;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.seatsCheckout .contactBilling .coupon a:hover {
  color: #5699c0;
}
.seatsCheckout .contactBilling .coupon input {
  width: 50%;
  max-width: 200px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  padding: 0 20px;
  outline: none;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
}
.seatsCheckout .contactBilling .coupon input:focus {
  border-color: #5699c0;
}
.seatsCheckout .contactBilling .coupon input:disabled {
  opacity: 0.5;
}
.seatsCheckout .contactBilling .coupon input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling .coupon input:-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling .coupon input::-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling .coupon input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.seatsCheckout .contactBilling .total {
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.seatsCheckout .contactBilling .submit {
  clear: both;
  text-align: center;
  padding-bottom: 40px;
}
.seatsCheckout .contactBilling .submit input[type="submit"] {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  background: #5699c0;
  font-family: "Open Sans", sans-serif;
}
.seatsCheckout .contactBilling .submit input[type="submit"]:hover {
  background: #6a6a6a;
}
.lockers {
  margin-top: 100px;
  overflow: hidden;
}
.lockers form {
  background: white;
  border-radius: 5px;
}
.lockers .amount {
  background: #f1f1f1;
  padding: 17px 0;
  zoom: 1;
  position: relative;
}
.lockers .amount:before {
  content: "";
  display: block;
}
.lockers .amount:after {
  content: "";
  display: table;
  clear: both;
}
.lockers .amount .choose {
  width: 50%;
  float: left;
  padding: 50px 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.lockers .amount .choose:nth-of-type(1) {
  border-right: 1px solid #e4e4e4;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .lockers .amount .choose {
    width: 100%;
    float: none;
  }
  .lockers .amount .choose:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .lockers .amount .choose {
    width: 100%;
    float: none;
  }
  .lockers .amount .choose:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .lockers .amount .choose {
    width: 100%;
    float: none;
  }
  .lockers .amount .choose:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (max-width: 520px) {
  .lockers .amount .choose {
    width: 100%;
    float: none;
    padding: 30px 17px;
  }
  .lockers .amount .choose:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
.lockers .amount .choose h5 {
  text-align: center;
  font-size: 20px;
  color: #6a6a6a;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.lockers .amount .choose input {
  width: 100%;
  height: 50px;
  border: 2px solid #f1f1f1;
  border-radius: 5px;
  outline: none;
  color: #a8a8a8;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 0 30px;
}
.lockers .amount .choose input:focus {
  border-color: #5699c0;
}
.lockers .amount .choose ul {
  text-align: center;
}
.lockers .amount .choose ul li {
  display: inline-block;
  width: 80px;
  margin-right: 2%;
}
.lockers .amount .choose ul li:last-child {
  margin-right: 0;
}
.lockers .amount .choose ul li a {
  display: block;
  background: white;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  color: #a8a8a8;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  line-height: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.lockers .amount .choose ul li a:hover {
  color: white;
  background: #a8a8a8;
}
.lockers .amount .choose ul li .active {
  color: white;
  background: #5699c0;
  border: 2px solid #5699c0;
}
.lockers .amount .choose ul li .active:hover {
  color: white;
  background: #5699c0;
  border: 2px solid #5699c0;
}
.lockers .contactBilling {
  padding: 60px 0 0 0;
  margin-bottom: 60px;
  zoom: 1;
}
.lockers .contactBilling:before {
  content: "";
  display: block;
}
.lockers .contactBilling:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .lockers .contactBilling {
    padding: 17px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .lockers .contactBilling {
    padding: 17px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 520px) {
  .lockers .contactBilling {
    padding: 17px;
    padding-bottom: 0;
  }
}
.lockers .contactBilling .contact,
.lockers .contactBilling .billing {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 60px 20px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .lockers .contactBilling .contact,
  .lockers .contactBilling .billing {
    width: 100%;
    float: none;
    padding: 50px;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .lockers .contactBilling .contact,
  .lockers .contactBilling .billing {
    width: 100%;
    float: none;
    padding: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .lockers .contactBilling .contact,
  .lockers .contactBilling .billing {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }
}
.lockers .contactBilling .contact {
  border-right: 1px solid #e4e4e4;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .lockers .contactBilling .contact {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .lockers .contactBilling .contact {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media only screen and (max-width: 520px) {
  .lockers .contactBilling .contact {
    border-right: none;
    border-bottom: 1px solid #e4e4e4;
  }
}
.lockers .contactBilling h5 {
  color: #5699c0;
  padding: 20px 0 18px;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .lockers .contactBilling h5 {
    text-align: center;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .lockers .contactBilling h5 {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .lockers .contactBilling h5 {
    text-align: center;
  }
}
.lockers .contactBilling ul {
  zoom: 1;
}
.lockers .contactBilling ul:before {
  content: "";
  display: block;
}
.lockers .contactBilling ul:after {
  content: "";
  display: table;
  clear: both;
}
.lockers .contactBilling ul li {
  position: relative;
  margin-bottom: 3%;
  float: left;
}
.lockers .contactBilling ul li input[type="text"],
.lockers .contactBilling ul li input[type="email"],
.lockers .contactBilling ul li input[type="tel"] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  padding: 0 20px;
  outline: none;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
}
.lockers .contactBilling ul li input[type="text"]:focus,
.lockers .contactBilling ul li input[type="email"]:focus,
.lockers .contactBilling ul li input[type="tel"]:focus {
  border-color: #5699c0;
}
.lockers .contactBilling ul li input[type="text"]:disabled,
.lockers .contactBilling ul li input[type="email"]:disabled,
.lockers .contactBilling ul li input[type="tel"]:disabled {
  opacity: 0.5;
}
.lockers .contactBilling ul li input[type="text"]::-webkit-input-placeholder,
.lockers .contactBilling ul li input[type="email"]::-webkit-input-placeholder,
.lockers .contactBilling ul li input[type="tel"]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling ul li input[type="text"]:-moz-placeholder,
.lockers .contactBilling ul li input[type="email"]:-moz-placeholder,
.lockers .contactBilling ul li input[type="tel"]:-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling ul li input[type="text"]::-moz-placeholder,
.lockers .contactBilling ul li input[type="email"]::-moz-placeholder,
.lockers .contactBilling ul li input[type="tel"]::-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling ul li input[type="text"]:-ms-input-placeholder,
.lockers .contactBilling ul li input[type="email"]:-ms-input-placeholder,
.lockers .contactBilling ul li input[type="tel"]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling ul li label {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #a8a8a8;
  text-transform: uppercase;
  right: 15px;
  top: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.lockers .contactBilling ul .active label {
  display: block;
}
.lockers .contactBilling ul .full,
.lockers .contactBilling ul .radio {
  width: 100%;
}
.lockers .contactBilling ul .half {
  width: 48.5%;
  margin-right: 3%;
}
.lockers .contactBilling ul .third {
  width: 31.33333333333333%;
  margin-right: 3%;
}
.lockers .contactBilling ul .state {
  width: 64.66666666666667%;
  margin-right: 3%;
}
.lockers .contactBilling ul .zip {
  width: 32.33333333333333%;
  margin-right: 0;
}
.lockers .contactBilling ul .cvv input[type="text"] {
  padding: 0 60px 0 20px;
}
@media only screen and (max-width: 520px) {
  .lockers .contactBilling ul .cvv input[type="text"] {
    padding: 0 20px;
  }
}
.lockers .contactBilling ul .cvv:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 23px;
  background: url("images/card.png") no-repeat;
  top: 13px;
  right: 10px;
}
@media only screen and (max-width: 520px) {
  .lockers .contactBilling ul .cvv:before {
    background: none;
  }
}
.lockers .contactBilling ul .last {
  margin-right: 0;
}
.lockers .contactBilling .coupon {
  padding: 20px 60px;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .lockers .contactBilling .coupon {
    padding: 50px;
  }
}
@media only screen and (min-width: 521px) and (max-width: 719px) {
  .lockers .contactBilling .coupon {
    padding: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .lockers .contactBilling .coupon {
    padding: 0 0 20px;
  }
}
.lockers .contactBilling .coupon a {
  display: inline-block;
  margin: 0 10px;
  color: #6a6a6a;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.lockers .contactBilling .coupon a:hover {
  color: #5699c0;
}
.lockers .contactBilling .coupon input {
  width: 50%;
  max-width: 200px;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  padding: 0 20px;
  outline: none;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
}
.lockers .contactBilling .coupon input:focus {
  border-color: #5699c0;
}
.lockers .contactBilling .coupon input:disabled {
  opacity: 0.5;
}
.lockers .contactBilling .coupon input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling .coupon input:-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling .coupon input::-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling .coupon input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.lockers .contactBilling .total {
  padding: 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
}
.lockers .contactBilling .submit {
  clear: both;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.lockers .contactBilling .submit input[type="submit"] {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  background: #5699c0;
  font-family: "Open Sans", sans-serif;
}
.lockers .contactBilling .submit input[type="submit"]:hover {
  background: #6a6a6a;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(60, 69, 77, 0.8);
  display: none;
  z-index: 100;
}
.modal {
  width: 300px;
  max-width: 90%;
  border-radius: 5px;
  background: white;
  padding: 20px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.modal .closeModal {
  padding: 5px;
  color: #3c454d;
  font-weight: 700;
  transform: rotate(45deg);
  text-decoration: none;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}
.modal h5 {
  color: #5699c0;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.modal h6 {
  color: #3c454d;
  margin-bottom: 10px;
  text-align: center;
}
.modal h6 span {
  display: block;
}
.modal p {
  text-align: center;
  font-size: 14px;
  color: #3c454d;
  line-height: 1.2;
}
.modal .buttons {
  padding-top: 15px;
  text-align: center;
}
.modal .buttons a {
  padding: 7px 15px;
  margin: 0 15px;
  border-radius: 5px;
  background: #6a6a6a;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.modal .buttons a.addSeat {
  background: #5699c0;
}
.modal .buttons a:hover {
  background: #3c454d;
}
.lockers .contactBilling .bottom-text h5 {
  text-align: center;
  font-size: 20px;
  color: #6a6a6a;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-align: center;
}
.b-h {
  color: white;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .b-h {
    font-size: 0.7rem;
  }
}
