/* event product page styles */
.events-banner img.img-thumbnail {
  box-shadow: none;
  max-width: 356px;
  background: none;
}
.events-banner .product-image {
  margin: 0;
  padding: 5% 0px;
}
.event-info {
  padding: 25px 15px;
  box-sizing: border-box;
  border: 2px solid #0087c1;
  background-color: #f2f2f2;
  color: #666666;
  font-size: 16px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-top: 60px;
}
.event-info .add-to-box .add-to-cart {
  width: auto;
  float: right;
}
.event-info .add-to-links {
  display: none;
}
.event-info .product-options {
  display: none;
}
.event-info-extra .product-pricing li {
  line-height: 16px;
  padding: 0;
}
.event-info-extra .product-pricing {
  background: none;
  border: none;
  padding: 0;
}
.event-info time {
  display: block;
  margin-top: 12px;
  text-align: left;
}
.event-info-extra {
  background-color: #0087c1;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
}
.event-info-extra a {
  color: #fff;
  text-decoration: underline;
}
.event-info-extra a:hover {
  color: #cceef9;
}
.event-info-extra p {
  margin-bottom: 0;
  text-align: right;
  line-height: 16px;
}
.event-info-extra p.stream-info a {
  display: block;
  float: right;
  margin-top: -15px;
  margin-right: -15px;
  padding: 15px 15px 17px;
  margin-bottom: -14px;
  background: #999;
  border-bottom-right-radius: 5px;
}
.event-info-extra .price {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.event-info-extra span.currency {
  color: #cceef9;
}
.event-info-extra ul {
  margin: 0;
  list-style: none;
  text-align: left;
  color: #cceef9;
  font-size: 16px;
  line-height: 16px;
}
#event-schedule td {
  width: 1%;
  color: #999;
  position: relative;
  white-space: nowrap;
  background-clip: padding-box;
}
#event-schedule p.location {
  color: #B0B0B0;
  font-size: 14px;
}
#event-schedule td a strong {
  color: #00a8e2;
}
#event-schedule td strong {
  color: #999;
}
#event-schedule td:nth-child(2) {
  width: 100%;
  white-space: normal;
  color: #5a5a5a;
  border-left: 3px solid #e2e2e2;
}
#event-schedule td:nth-child(2):before {
  content: '';
  width: 13px;
  height: 13px;
  background: #f1c40f;
  position: absolute;
  border-radius: 1000px;
  left: 0;
  margin-left: -8px;
  top: 50%;
  margin-top: -7px;
  box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.2);
}
#event-schedule td:nth-child(2).breakout:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #80bb3d;
  margin-left: -8px;
  margin-top: -7px;
}
#event-schedule td:nth-child(2).keynote:before {
  content: '';
  height: 13px;
  width: 13px;
  background: #00a8e2;
  margin-left: -8px;
  margin-top: -7px;
}
#event-schedule td:nth-child(2).other:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #f15a22;
  margin-left: -8px;
  margin-top: -7px;
}
#event-schedule table.table td {
  border-top: none;
  text-align: right;
  vertical-align: middle;
  font-weight: 100;
  min-width: 200px;
}
#event-schedule table.table td + td {
  text-align: left;
  font-weight: 400;
  white-space: wrap;
}
#event-schedule table.table {
  border-bottom: none;
  width: auto;
}
#event-schedule .pres-clip {
  border: 1px solid #ccc;
}
#event-schedule .pres-holder {
  margin: 0 auto 20px;
}
#event-schedule table.table {
  margin-bottom: 50px;
}
.quotes {
  margin-bottom: 20px;
}
.quotes p {
  font-size: 24px;
  color: #333;
  font-weight: 100;
  text-indent: -12px;
  margin-bottom: 15px;
}
.quotes p.caption {
  font-size: 16px;
  font-weight: 300;
  text-indent: 0;
}
.quotes .carousel-inner .item {
  padding: 20px;
  padding-bottom: 24px;
}
.quote {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: 8px;
}
.quote:after {
  position: absolute;
  width: 22px;
  height: 24px;
  left: 60px;
  top: 100%;
  content: '';
  display: block;
  background: url('../images/quote-pointer.png');
  z-index: 9999;
}
.quote:before {
  position: absolute;
  width: 6px;
  height: 100%;
  left: -6px;
  top: 0;
  content: '';
  display: block;
  background-color: #0087c1;
  margin: -1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #0087c1;
  box-sizing: content-box;
}
.quotes .carousel-indicators li {
  height: 10px;
  width: 10px;
}
.quotes .carousel-indicators li.active {
  background-color: #565d67;
  margin: 1px;
}
.quote-icon {
  max-width: 32px;
  height: auto;
  margin-top: -5px;
  margin-right: 10px;
}
.quote.quote-single {
  padding: 19px 25px 10px;
}
.pres-holder {
  width: 140px;
  max-width: 265px;
  display: block;
  margin: 15px auto 10px;
  border-radius: 1000px;
}
.pres-holder.keynote {
  border: 4px solid #f6be00;
}
.pres-holder.virtual {
  border: 4px solid #1B7AC2;
}
.pres-clip {
  width: 100%;
  height: 0;
  padding-bottom: 98%;
  overflow: hidden;
  border-radius: 1000px;
}
.keynote .pres-clip {
  border: 2px solid #fff;
}
.pres-clip img {
  width: 100%;
  height: auto;
  max-height: none;
}
.keynote-indicator {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-bottom: -4px;
  border: 4px solid #f6be00;
  border-radius: 1000px;
  margin-right: 5px;
}
.virtual-indicator {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-bottom: -4px;
  border: 4px solid #1B7AC2;
  border-radius: 1000px;
  margin-right: 5px;
}
h1.event-title {
  text-align: center;
}
.price-box .price {
  color: #f15a22;
  font-size: 20px;
  font-weight: 800;
}
button.btn.btn-primary.btn-ghost:hover,
a.btn.btn-primary.btn-ghost:hover {
  border-color: #fff;
  background: 0 0;
  outline: none;
}
a.btn.btn-primary.btn-lg,
button.btn.btn-primary.btn-lg {
  padding: 10px 16px;
  height: auto;
}
button.btn.btn-primary.btn-ghost,
a.btn.btn-primary.btn-ghost {
  background: 0 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
  outline: none;
}
.alert-success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border-radius: 5px;
  text-align: left;
  box-shadow: none;
}
.alert-success a {
  color: #3c763d;
  text-decoration: underline;
}
ul {
  list-style: disc;
  padding-left: 20px;
  margin-left: 5px;
}
.span-pattern.presenters {
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
