﻿.event {
  display: inline-block;
  width: 100%;
  /*border-spacing: 5%;*/
  /*padding: 0 20px;*/
  margin: 0;
}
.related-events {
  display: block;
  width: 30%;
  float: right;
}
.event h2 {
  display: inline-block;
  background: #EE163A;
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 0 0 20px 0;
  /*padding-right: 15px;*/
  text-align: center;
}
.event .default-preview {
  display: block;
  background: #fff;
  border: 2px solid #ebebeb;
  width: 50%;
  margin: 0 5%;
  /*height: 295px;*/
  float: right;
  /*position: absolute;
  right: 0;
  left: 0;*/
  margin: 0 auto;
}
.right-cell {
  display: inline-block;
  width: 25.5%;
  max-width: 25.5%;
  float: right;
}
.center-cell {
  display: inline-block;
  width: 73%;
  max-width: 73%;
  vertical-align: top;
  /*text-align: center;*/
  margin-right: 1.5%;
  float: right;
}
.left-cell {
  display: inline-block;
  width: 20%;
  margin-right: 1.5%;
  /*padding-left: 1%;*/
  float: left;
}
.event-details, .supplier-info {
  background: #fff;
  border: 2px solid #ebebeb;
  font-size: 14px;
  max-width: 100%;
}
.event-details > strong, .supplier-info > strong {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #EE163A;
  color: #fff;
  text-align: center;
}
.supplier-info .name {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}
.event ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.event ul li {
  margin: 0;
  padding: 0;
  font-weight: bold;
  line-height: 35px;
}

.join-link {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.description {
  /*background: #fff;
  border: 2px solid #ebebeb;*/
  line-height: 20px;
  text-align: justify;
  margin-top: 15px;
  padding: 0px;
  font-size: 14px;
}
.description .title {
  /*margin-top: 20px;*/
  font-size: 16px;
  font-weight: bold;
}

.event-button {
  display: block;
  margin-top: 15px;
  width: 100%;
}
.add-to-cart {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
}
.count-down {
  direction: ltr;
}
textarea.comment_body {
  margin-top: 10px;
  width: 100%;
}

.previews {
  display: inline-block;
  background: #fff;
  border: 2px solid #ebebeb;
  width: 100%;
  max-width: 100%;
  /*min-height: 100px;*/
  height: 300px;
  max-height: 300px;
  /*float: right;*/
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
.previews .prev-slide {
  display: block
}
.previews .nav {
  display: none;
  width: 15px;
  height: 30px;
  line-height: 30px;
  background: #EE163A;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.previews #next {
  right: 10px;
}
.previews #previous {
  left: 10px;
}
.previews ul {
  display: inline-block;
  width: 100%;
  max-height: 300px;
  margin: 0;
  padding: 0;
  position: relative;
}
.previews:hover .nav {
  display: block;
}
.previews ul li {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 350px;
  margin: 0;
  /*position: absolute;
  top: 0;
  left: 0;*/
  /*float: right;*/
}
.previews ul li.current {
  display: inline !important;
}


.rating {
  /*text-align: center;*/
  margin: 5px 0;
}
/*.rating-text {
  text-align: center;
  margin: 0 auto;
}*/
.player, video {
  background: #000;
  width: 600px;
  /*height: 300px;*/
}
.flowplayer {
  width: 600px;
  height: 300px;
  max-width: 600px;
  max-height: 300px;
}
.comments {
  background: #fff;
  border: 2px solid #ebebeb;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
}
.comment {
  margin-top: 10px;
}
.option-capacity {
  font-size: 12px;
}
.option-capacity.indented {
  margin-right: 20px;
}
input[type=radio], input[type=checkbox] {
  cursor: pointer;
}
.running {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.label-part {
  display: inline-block;
}
.btn-blue, .btn-grey, .btn-red, .btn-green {
  width: 100%;
  margin-top: 5px;
}

@media (max-width: 620px) {
  .right-cell, .center-cell {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}