.event-selected{
  opacity: 0.2;
cursor: no-drop;
}

.stalker {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 200000000;
}

.bottom_row{
  position:absolute;
  bottom: 5px;
  right: -30px;
  width: 100%;
}

.user-subtitle {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 11px;
}
.event-name {
  text-align: left;
  height: 20px;
  overflow: hidden;
}

.event-description {
  text-align: left;
  font-size: 11px;
  color: gray;
  height: 60px;
  overflow: hidden;
}

.event-tags {
  margin-left: 2px;
}

.wrapper {
  width: 280px;
  height: 370px;
  background: white;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 13px Sans-Serif;
  color: white;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #e62281;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e62281), to(#e62281));
  background-image: -webkit-linear-gradient(top, #e62281, #e62281);
  background-image:    -moz-linear-gradient(top, #e62281, #e62281);
  background-image:     -ms-linear-gradient(top, #e62281, #e62281);
  background-image:      -o-linear-gradient(top, #e62281, #e62281);
  color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #e62281;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.hidden {
  display: none;
}

.extra_tickets {
  color: white;
  font-size: 30px;
 }

.extra_tickets:hover {
  color: white;
  text-decoration: none;
 }

#pink {
  padding-top: 32px;
  margin-top: 40px;
  width: 430px;
  height: 75px;
  background-color: #E90089;
}

#pink p {
  margin-bottom: 0px;
}

.relative {
  position: relative;
}

.bottom {

}

.absolute {
  position: absolute;
  bottom: 0px;
}

.content {
  padding-top: 0px;
  height: 180px;
}

.tag-image img {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.width-130 {
  width: 130px !important;
}

#thumb-image {
  padding-right: 8px;
  border-right: 1px solid gray;
  margin-top: 14px;
}

#thumb-image img {
  width: 120px;
  height: 130px;
}

#Grid li {
  margin-bottom: 20px;
}

ul li.span6:nth-child(2n + 1) {
  margin-left: 0px;
}

.event_thumb {
  background-color: white;
  height: 215px;
  z-index: 1;
}

#contents {
  background-color: #E9E6E1;
}


.event-time p {
  margin: 0px;
  margin-left: -10px;
}

#Grid {
  padding-top: 20px;
}

.fc-button{
  font-weight: 100;
font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.width-70 {
  width: 70%;
}

.title {
  font-weight: bold;
  margin-top: 5px;
}

.no-bottom-padding {
  padding-bottom: 0px;
}

.margin-10 {
  margin: 5px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-5 {
  margin-top: 5px;
}

.padding-left {
  padding-left: 0px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-9 {
  padding-top: 9px;
}

.red {
  background-color: red;
}

.popover {
  width: 512px;
  height: 100px;
}

.myalert {
  background-color: rgb(252, 248, 227);
  border-bottom-color: rgb(251, 238, 213);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(251, 238, 213);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(251, 238, 213);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(251, 238, 213);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 1px;
  color: rgb(192, 152, 83);
  display: block;
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 60px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-bottom: 14px;
  padding-left: 14px;
  padding-right: 35px;
  padding-top: 14px;
  text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
  width: 779px;
  z-index:10;
  position:fixed;
  bottom: 5%;
  left: 21%;
}

.myalert-succes{
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  width: 30%;
  margin: 0 0 0 -15%;
  left: 50%;
}

.myalert h4.succes{
  color: #468847;
  line-height: 55px;
  text-align: center;
  width: 100%;
}

.myalert h4 {
  color: rgb(192, 152, 83);
  display: block;
  font-family: 'Open Sans', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-rendering: optimizelegibility;
  text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
  width: 779px;
}

#Grid .mix{
    opacity: 0;
    display: none;
}

#rounded-image {
  border-radius: 100%;
}
.content-link{
  font-size: 16px;
}
