﻿/*	----------------------------------------------------------
	Widget Buy Tickets
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.buytickets {
  background-color: black;
  position: relative;
  z-index: 1;
}
.buytickets .buytickets_bg {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 75 ")";
  filter: alpha(opacity=75);
  zoom: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.buytickets h2 {
  color: white;
}
.buytickets h2:after {
  background: #1a1a1a;
}
.buytickets ul li .buytickets_item {
  padding: 1em;
  border: 1px solid #e6e6e6;
  background-color: white;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding-box;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.buytickets ul li .buytickets_item .title {
  margin-top: .8em;
  font-weight: 400;
  font-size: 1.5em;
}
.buytickets ul li .buytickets_item .price {
  font-weight: 700;
}
.buytickets ul li .buytickets_item .description {
  font-weight: 400;
  margin-top: 1.5em;
}
.buytickets ul li .buytickets_item .btn_buy_ticket {
  padding: 2.5em 0 4em 0;
}
.buytickets ul li .buytickets_item .promo {
  width: 120px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: -1px;
  right: -1px;
}
.buytickets ul li .buytickets_item .promo .new {
  font-weight: bold;
  font-family: Sans-Serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 6px 0;
  left: 4px;
  top: 20px;
  width: 155px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#f96f4a), to(#f74819));
  color: black;
}
.buytickets ul li .buytickets_item .promo .new:before, .buytickets ul li .buytickets_item .promo .new:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 1px solid #f74819;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  bottom: -1px;
  /* +1 to compensate for the border */
}
.buytickets ul li .buytickets_item .promo .new:before {
  left: 0;
}
.buytickets ul li .buytickets_item .promo .new:after {
  right: 0;
}
.buytickets ul li .buytickets_item .promo .save {
  font-weight: bold;
  font-family: Sans-Serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 6px 0;
  left: 4px;
  top: 20px;
  width: 155px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#36d278), to(#27ae60));
  color: black;
}
.buytickets ul li .buytickets_item .promo .save:before, .buytickets ul li .buytickets_item .promo .save:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 1px solid #27ae60;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  bottom: -1px;
  /* +1 to compensate for the border */
}
.buytickets ul li .buytickets_item .promo .save:before {
  left: 0;
}
.buytickets ul li .buytickets_item .promo .save:after {
  right: 0;
}
.buytickets ul li .buytickets_item .promo .hot {
  font-weight: bold;
  font-family: Sans-Serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 6px 0;
  left: 4px;
  top: 20px;
  width: 155px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#a563c1), to(#8e44ad));
  color: black;
}
.buytickets ul li .buytickets_item .promo .hot:before, .buytickets ul li .buytickets_item .promo .hot:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 1px solid #8e44ad;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  bottom: -1px;
  /* +1 to compensate for the border */
}
.buytickets ul li .buytickets_item .promo .hot:before {
  left: 0;
}
.buytickets ul li .buytickets_item .promo .hot:after {
  right: 0;
}



.buytickets ul li .buytickets_item .promo .kit {
  font-weight: bold;
  font-family: Sans-Serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 6px 0;
  left: 4px;
  top: 20px;
  width: 155px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#d11141), to(#bc0f3a));
  color: black;
}
.buytickets ul li .buytickets_item .promo .kit:before, .buytickets ul li .buytickets_item .promo .kit:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 1px solid #8e44ad;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  bottom: -1px;
  /* +1 to compensate for the border */
}
.buytickets ul li .buytickets_item .promo .kit:before {
  left: 0;
}
.buytickets ul li .buytickets_item .promo .kit:after {
  right: 0;
}


.buytickets ul li .buytickets_item .promo .associate {
  font-weight: bold;
  font-family: Sans-Serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 6px 0;
  left: 4px;
  top: 20px;
  width: 155px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#009cc5), to(#00576d));
  color: black;
}
.buytickets ul li .buytickets_item .promo .associate:before, .buytickets ul li .buytickets_item .promo .associate:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 1px solid #8e44ad;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  bottom: -1px;
  /* +1 to compensate for the border */
}
.buytickets ul li .buytickets_item .promo .associate:before {
  left: 0;
}
.buytickets ul li .buytickets_item .promo .associate:after {
  right: 0;
}

.buytickets ul li .buytickets_item .promo .advertise {
  font-weight: bold;
  font-family: Sans-Serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 6px 0;
  left: 4px;
  top: 20px;
  width: 155px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#e800f4), to(#9f00a7));
  color: black;
}
.buytickets ul li .buytickets_item .promo .advertise:before, .buytickets ul li .buytickets_item .promo .associate:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 1px solid #8e44ad;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  position: absolute;
  bottom: -1px;
  /* +1 to compensate for the border */
}
.buytickets ul li .buytickets_item .promo .advertise:before {
  left: 0;
}
.buytickets ul li .buytickets_item .promo .advertise:after {
  right: 0;
}