/*
@media (min-width: 992px) and (max-width: 1199px)
@media (min-width: 768px) and (max-width: 991px)
@media (max-width: 767px)
*/
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.nodisplay {
  display: none;
}
.hidden {
  visibility: hidden;
}
.black {
  color: black !important;
}
.uppercase {
  text-transform: uppercase;
}
.thtitle {
  width: 70%;
}
.thdate {
  width: 20%;
}
.thqty {
  width: 10%;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.centered {
  margin: auto;
  text-align: center;
}
.noPadding {
  padding: 0px;
}
.noMargin {
  margin: 0px;
}
.nowrap {
  white-space: nowrap;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
body {
  font-family: "brandon-grotesque", tahoma, helvetica, arial;
  margin: 0px;
  background-color: #d7d7d7;
}
body .body {
  font-size: 1em;
  margin: auto;
  padding: 0px 100px;
  max-width: 1024px;
}
@media (max-width: 850px) {
  body .body {
    padding: 0px;
  }
}
body .body .header {
  background-color: #d7d7d7;
  color: white;
}
body .body .header a {
  color: white;
  text-decoration: none;
}
body .body .header a:hover {
  color: #d7d7d7;
  text-decoration: underline;
}
body .body .header .menu {
  height: 28px;
  font-weight: bold;
  background-color: black;
  padding: 4px 8px;
}
body .body .header .langs a {
  color: #808080;
}
body .body .header .langs a:hover,
body .body .header .langs .selected {
  color: white;
}
body .body .header .logo {
  display: block;
  padding: 12px 12px 12px 12px;
  position: relative;
}
body .body .header .logo .weblink {
  font-family: "news-gothic-std", sans-serif;
  font-weight: bold;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
@media (max-width: 767px) {
  body .body .header .logo .weblink {
    position: initial;
    float: none;
    width: 100%;
    text-align: right;
  }
}
body .body .header .logo .banner {
  max-width: 300px;
}
body .body .footer {
  background-color: black;
  color: white;
  padding: 12px;
  text-align: center;
}
body .body .footer .zentense {
  max-width: 200px;
  margin: auto;
}
body .body .breadcrumb {
  background-color: black;
  padding: 4px 16px;
}
body .body .breadcrumb span,
body .body .breadcrumb strong {
  color: #c0c0c0;
}
body .body .breadcrumb .selected {
  color: white;
  font-weight: bold;
}
body .body .breadcrumb img.cart {
  margin-right: 10px;
}
body .body .content {
  padding: 12px;
  color: black;
  background-color: white;
}
body .body .content a {
  color: #979797;
  text-decoration: none;
}
body .body .content a:hover {
  color: #d7d7d7;
  text-decoration: underline;
}
body .body .content h1 {
  font-family: "brandon-grotesque", tahoma, helvetica, arial;
  display: block;
  line-height: 1.1em;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 4px;
  margin-bottom: 20px;
  color: black;
  background-color: #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 8px;
  border: 1px solid #808080;
}
body .body .content .uppercase {
  text-transform: uppercase;
}
body .body .content .bold {
  font-weight: bold;
}
body .body .content .underline {
  text-decoration: underline;
}
body .body .content .tab {
  padding-left: 20px;
}
body .body .content .button {
  background-color: black;
  display: inline-block;
  color: white;
  padding: 2px 8px;
  font-weight: bold;
}
body .body .content .button.buy {
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 1.3em;
}
body .body .content .button.disabled {
  opacity: 0.3;
}
body .body .content .button:hover {
  background-color: #d7d7d7;
  color: black;
  text-decoration: none;
}
body .body .content .textblock {
  margin-top: 20px;
}
body .body .content .error {
  color: red;
  font-weight: bold;
}
body .body .content .buybuttons {
  text-align: center;
  padding-top: 20px;
  margin: auto;
}
body .body .content.eventList h2 {
  font-size: 1.2em;
  margin-bottom: 0px;
}
body .body .content.eventList .event-disabled {
  background-color: #e0e0e0;
}
body .body .content.eventList .event {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 16px;
  margin-bottom: 16px;
  overflow: auto;
}
body .body .content.eventList .event .thumbnail {
  float: left;
  max-width: 500px;
  margin-right: 36px;
}
@media (max-width: 767px) {
  body .body .content.eventList .event .thumbnail {
    margin-right: 0px;
  }
}
body .body .content.eventList .event .thumbnail img {
  display: block;
  height: auto;
  width: 100%;
}
body .body .content.eventList .event .prices {
  line-height: 1.2;
  min-width: 272px;
  max-width: 500px;
  overflow: hidden;
}
body .body .content.eventList .event .prices .soldout,
body .body .content.eventList .event .prices .next,
body .body .content.eventList .event .prices .distrib {
  font-size: 0.8em;
}
body .body .content.eventList .event .prices .current {
  font-size: 1.0em;
}
body .body .content.eventList .event .prices .soldout,
body .body .content.eventList .event .prices .soldout label {
  text-decoration: line-through;
}
body .body .content.eventList .event .prices label {
  display: inline-block;
  width: 135px;
}
@media (max-width: 360px) {
  body .body .content.eventList .event .prices label {
    width: 130px;
  }
}
@media (max-width: 360px) {
  body .body .content.eventList .event .prices span.right {
    float: none;
  }
}
body .body .content.eventList .event .prices input {
  font-size: 1em;
  text-align: center;
  width: 32px;
}
body .body .content.eventList .event .prices div {
  color: #a0a0a0;
}
body .body .content.eventList .event .prices div.error {
  color: red;
}
body .body .content.eventList .event .prices .current {
  color: black;
  font-weight: bold;
}
body .body .content.eventList .event .prices .button.right {
  margin-top: 15px;
}
body .body .content.eventList .event .prices .selector {
  margin-top: 15px;
  display: inline-block;
}
body .body .content.eventList .event .prices .selector img,
body .body .content.eventList .event .prices .selector input {
  float: left;
}
body .body .content.eventList .event .prices .selector input {
  margin: 0px 6px 6px 6px;
}
body .body .content.password form {
  margin: 16px 0px;
}
body .body .content.password form .error {
  font-weight: bold;
  color: red;
}
body .body .content.password form label {
  width: 180px;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
}
body .body .content.password form input {
  font-size: 1em;
  border: 1px solid #b1b1b1;
  margin-bottom: 4px;
  width: 220px;
  padding: 2px 8px;
}
body .body .content.password form input.checkbox {
  width: auto;
}
body .body .content.password form .button {
  width: 220px;
}
body .body .content.login a {
  text-align: center;
}
body .body .content.login a.openform {
  text-align: left;
  color: black;
}
body .body .content.login a.openform img.up {
  display: none;
}
body .body .content.login .fblogin {
  background-color: black;
  display: inline-block;
  color: white;
  padding: 2px 8px;
  font-weight: bold;
  margin-bottom: 15px;
  background-color: #395699;
  color: #cccccc;
  border: 1px solid #d7d7d7;
  width: 220px;
}
body .body .content.login .fblogin.buy {
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 1.3em;
}
body .body .content.login .fblogin.disabled {
  opacity: 0.3;
}
body .body .content.login .fblogin:hover {
  background-color: #d7d7d7;
  color: black;
  text-decoration: none;
}
body .body .content.login form {
  margin: 16px 0px;
}
body .body .content.login form.closedform {
  display: none;
}
body .body .content.login form .error {
  font-weight: bold;
  color: red;
}
body .body .content.login form label {
  width: 100px;
  display: inline-block;
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
}
body .body .content.login form input {
  font-size: 1em;
  border: 1px solid #b1b1b1;
  margin-bottom: 4px;
  width: 220px;
  padding: 2px 8px;
}
body .body .content.login form input.checkbox {
  width: auto;
  margin-left: 0px;
}
body .body .content.login form .button {
  width: 220px;
}
body .body .content.myaccount {
  overflow-x: hidden;
  font-size: 1.1em;
}
body .body .content.myaccount .accountoptions .message {
  width: 175px;
  display: inline-block;
}
@media (max-width: 767px) {
  body .body .content.myaccount .accountoptions .message {
    display: block;
  }
}
body .body .content.myaccount .userdata {
  margin-top: 20px;
}
body .body .content.myaccount .userdata ul li div {
  min-width: 140px;
  display: inline-block;
}
body .body .content.myaccount .orderList {
  width: 100%;
  margin: 24px 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  body .body .content.myaccount .orderList {
    font-size: 0.8em;
  }
}
@media (max-width: 550px) {
  body .body .content.myaccount .orderList .hiddenxs {
    display: none;
  }
}
body .body .content.myaccount .orderList .capitalize {
  text-transform: capitalize;
}
body .body .content.myaccount .orderList th {
  vertical-align: top;
  text-align: left;
  text-decoration: underline;
}
body .body .content.myaccount .orderList th.row2 {
  white-space: nowrap;
}
body .body .content.myaccount .orderList td {
  vertical-align: top;
}
body .body .content.myaccount .orderList td.row0 {
  width: 50px;
}
body .body .content.myaccount .orderList td.row1 {
  width: 66%;
}
body .body .content.myaccount .orderList td.row2 {
  white-space: nowrap;
}
body .body .content.myaccount .orderList .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
body .body .content.confirmation label {
  display: inline-block;
  width: 220px;
}
body .body .content.confirmation .quantity {
  display: inline-block;
  width: 85px;
  text-align: right;
}
body .body .content.confirmation .total {
  font-weight: bold;
  font-size: 1.10em;
  color: #006000;
}
body .body .content.thankyou h2 {
  font-size: 1.3em;
  margin-bottom: 0px;
}
body .body .content.thankyou .event {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
body .body .content.thankyou .event .print {
  margin-top: 30px;
}
body .body .content.thankyou .social {
  color: black;
}
body .body .content.thankyou .social a {
  margin-right: 10px;
}
body .body .content.thankyou .social a img {
  margin-top: 15px;
}
body .body .content.thankyou .social a:hover {
  text-decoration: none;
}
body .body .content.thankyou .social a:hover .hover {
  display: inline-block;
}
body .body .content.thankyou .social a:hover .normal {
  display: none;
}
body .body .content.thankyou .social .hover {
  display: none;
}
body .body .content.thankyou .social .hover .normal {
  display: inline-block;
}
/*************************** POPUP ********************************/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
}
.popup .content {
  width: 65%;
  margin: auto;
  margin-top: 100px;
  border: 2px solid black;
  padding: 30px 75px !important;
  position: relative;
}
@media (max-width: 767px) {
  .popup .content {
    padding: 30px 50px !important;
  }
}
.popup .content .title {
  font-size: 2em;
}
.popup .content .options {
  width: 100%;
  font-weight: normal;
  font-family: "brandon-grotesque", tahoma, helvetica, arial;
}
.popup .content .options .option {
  width: 50%;
  max-width: 400px;
  float: left;
}
.popup .content .options .option .info {
  padding: 15px 10px;
  margin: 5px;
  min-height: 175px;
  border: 2px solid black;
}
.popup .content .cross {
  width: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
@media (max-width: 550px) {
  .popup .content {
    padding: 30px 30px !important;
  }
  .popup .content .options .option {
    float: none;
    width: 100%;
  }
}
