/*!
Special CSS only for charters.php page / T
*/
.event-list .btn-more {
  float: left;
  margin-top: 12px;
}
.readmore {
  background-color: #777777;
  margin-right: 10px;

}
.select {
  margin-right: 10px;
}
.event-list li:hover {
  border: solid 1px #00b7ce;
}
#contact_form input[type="submit"] {
  background-color: #00b7ce;
  font-size: 22px;
  color: #ffffff;
  margin-top: 8px;
}
#contact_form input[type="submit"]:hover {
  background-color: #777777;
  font-weight: bold;
}
.event-list li {
  background-color: #fafafa;
  border: solid 1px #ddd;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}
#event_banner {
  padding-right: 40px!important;
  padding-left: 40px!important;
  padding-top: 28px!important;
  padding-bottom: 28px!important;
  border: 2px solid #009FB3;
  background-color: #f9ffff;
}
#event_banner p {
  font-size: 18px!important;
  color: #555555;
}
#event_special {
  padding-right: 40px!important;
  padding-left: 40px!important;
  padding-top: 28px!important;
  padding-bottom: 28px!important;
  border: 2px solid #009FB3;
  background-color: #009FB3;
}
#event_special p {
  font-size: 18px!important;
  color: #555555;
}
.event_banner h1,.event_banner h2,.event_banner h3,.event_banner h4,.event_banner h5,.event_banner h6 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0px;
}
.event_special h1,.event_special h2,.event_special h3,.event_special h4,.event_special h5,.event_special h6 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.2em;
  letter-spacing: -1px;
  text-align: left;
  border: 0;
}
.event_special small {
  font-weight: normal;
  display: block;
line-height: 1;
color: #999;
font-size: 18px;
}
.event_description h1 {
  text-align: left;
  font-weight: 500;
  font-size: 26px;
}
.event_description h2 {
  color: #999;
  font-size: 22px;
font-weight: 500;
line-height: 1.2em;
letter-spacing: -1px;

}
.event_description p {
  font-size: 18px;
  color: #555555;
}

.center-xy i.btn-action {

font-size: 8.8rem;
text-align: center;
color: #fff;
width: 120px;
height: 120px;

}

label.price{
font-weight:600;
right:-3px;
top:0px;
margin-left: 50px;
position: absolute;
display: inline-block;
width:120px;
height:40px;
line-height:40px;
font-size:24px;
margin-left:15px;
background:#F53C5D;;
color: #ffffff;
padding-left: 10px;
color: #FFFFFF;

text-shadow: 1px 3px 0 #969696, 1px 1px 5px #aba8a8;
color: #FFFFFF;
text-shadow: 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15), 2px 2px 2px rgba(206,89,55,0);-webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.15);
{
@include text-shadow(rgba(255,255,255, .2) 1px 1px, rgba(255,255,255, .2) 1px 1px);
@include border-radius(0 3px 2px 0px);
&:after{
content: "";
position: absolute;
right: 100%;
bottom: 0;
width: 0;
height: 0;
display: inline-block;
line-height: 0;
border-width: 20px;
border-style: solid;
border-color: #FFDC40 #FFDC40 #FFDC40 transparent;
}
&:before{
content: '';
position: absolute;
bottom: 6px;
width: 120px;
left: -35px;
height: 4px;
@include box-shadow(0 5px 14px rgba(0, 0, 0, 0.4));
z-index: -1;
@include transform(skew(-5deg) rotate(-5deg));
}
}}


@media only screen and (max-width: 990px)
{
label.price{
    bottom: -10px;
    top: auto;
  }
  .container .col-md-3 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px)
{
label.price{
    top: 1px;
  }
  .container .col-md-3 {
    margin-bottom: 0px;
  }
}
#contact_form input[type="submit"] {
  background-color: #00b7ce;
  font-size: 18px;
  color: #ffffff;
  margin-top: 8px;
}
@media only screen and (max-width: 500px)
{
label.price{
    top:-55px;
  }
  .container .col-md-3 {
    margin-bottom: 0px;
  }
}
