/*!
 * Events Module Theme
 */

/* -------------------------------
	General Styles - Event
------------------------------- */
.bookingevents-bg-calendar .label {
    font-size: 11px;
    line-height: 2;
}

.event-product {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.event-product:before,
.event-product:after {
    content: '';
    display: table;
    clear: both;
}
.event-product-detail {
    display: table;
    width: 100%;
}
.event-top-padding {
padding-top: 10px;
}

.event-logins {
/*
padding-right: 15px;
margin-top: 10px;
*/
}

.bookingevents-bg-space {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bookingevents-bg-calendar {
    background: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    color: #000000;
}

.event-product-buynow-2 {
    display:none;
}
.buynow-2 {
    display:none;
}
.event-product-buynow-3 {
    display:none;
}
.event-product-social-2 {
    display:none;
}

.bookingevents-list-bg-1 {
    background: none;
    padding-top: 10px;
}
.bookingevents-list-bg-2 {
    background: #ffffff;
}

/* -------------------------------
	Booking Event Styles - Tabs
------------------------------- */		

.event-calendar-1 .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.event-calendar-1 .nav > li {
  position: relative;
  display: block;
}
.event-calendar-1 .nav > li > a {
  position: relative;
  display: block;
}
.event-calendar-1 .nav > li > a:hover,
.event-calendar-1 .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.event-calendar-1 .nav > li.disabled > a {
  color: #777;
}
.event-calendar-1 .nav > li.disabled > a:hover,
.event-calendar-1 .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.event-calendar-1 .nav .open > a,
.event-calendar-1 .nav .open > a:hover,
.event-calendar-1 .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.event-calendar-1 .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.event-calendar-1 .nav > li > a > img {
  max-width: none;
}
.event-calendar-1 .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.event-calendar-1 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.event-calendar-1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.event-calendar-1 .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.event-calendar-1 .nav-tabs > li.active > a,
.event-calendar-1 .nav-tabs > li.active > a:hover,
.event-calendar-1 .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.event-calendar-1 .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.event-calendar-1 .nav-tabs.nav-justified > li {
  float: none;
}
.event-calendar-1 .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.event-calendar-1 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .event-calendar-1 .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .event-calendar-1 .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.event-calendar-1 .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.event-calendar-1 .nav-tabs.nav-justified > .active > a,
.event-calendar-1 .nav-tabs.nav-justified > .active > a:hover,
.event-calendar-1 .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .event-calendar-1 .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .event-calendar-1 .nav-tabs.nav-justified > .active > a,
  .event-calendar-1 .nav-tabs.nav-justified > .active > a:hover,
  .event-calendar-1 .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.event-calendar-1 .nav-pills > li {
  float: left;
}
.event-calendar-1 .nav-pills > li > a {
  border-radius: 4px;
}
.event-calendar-1 .nav-pills > li + li {

}
.event-calendar-1 .nav-pills > li.active > a,
.event-calendar-1 .nav-pills > li.active > a:hover,
.event-calendar-1 .nav-pills > li.active > a:focus {
}
.event-calendar-1 .nav-stacked > li {
  float: none;
}
.event-calendar-1 .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.event-calendar-1 .nav-justified {
  width: 100%;
}
.event-calendar-1 .nav-justified > li {
  float: none;
}
.event-calendar-1 .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.event-calendar-1 .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .event-calendar-1 .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .event-calendar-1 .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.event-calendar-1 .nav-tabs-justified {
  border-bottom: 0;
}
.event-calendar-1 .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.event-calendar-1 .nav-tabs-justified > .active > a,
.event-calendar-1 .nav-tabs-justified > .active > a:hover,
.event-calendar-1 .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .event-calendar-1 .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .event-calendar-1 .nav-tabs-justified > .active > a,
  .event-calendar-1 .nav-tabs-justified > .active > a:hover,
  .event-calendar-1 .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* -------------------------------
	Event Styles - Thumbnails
------------------------------- */	

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* -------------------------------
	Event Styles - Label
------------------------------- */	

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.label-discounts-events {
    background-color: #3c3c3c;
}
.label-discounts-events[href]:hover,
.label-discounts-events[href]:focus {
  background-color: #000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.badge.badge-default,
.label.label-default {
    background: #b6c2c9 ;
}
.badge.badge-danger,
.label.label-danger {
    background: #ff5b57 ;
}
.badge.badge-warning,
.label.label-warning {
    background: #f59c1a ;
}
.badge.badge-success,
.label.label-success {
    background: #00acac ;
}
.badge.badge-info,
.label.label-info {
    background: #49b6d6 ;
}
.badge.badge-primary,
.label.label-primary {
    background: #348fe2 ;
}
.badge.badge-inverse,
.label.label-inverse {
    background: #2d353c ;
}


/* -------------------------------
	Event Styles - Calendar
------------------------------- */	

.fc th {
    color: #242a30;
    font-weight: 500;
    background: #f0f3f5;
	font-size: 12px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-size: 12px;
}
.fc-toolbar button {
    font-size: 12px !important;
}
.fc-toolbar h2 {
    font-size: 20px;
}
.fc .fc-axis {
    font-size: 12px;
}

/* -------------------------------
	Event Styles - Event page
------------------------------- */	

.event-topbar {
    width:100%;
	margin-top: 15px;
}
.event-image-full {
    width: 100%;
}
.event-container {
    margin-bottom: 20px;
	width: 100%;
}
.bookingevents-model-top-header, .modal-header .close {
    margin-top: -8px;
}
.modal-dialog {
    max-width: 600px;
}



/* 12.2 Product Thumbnail Setting */

.event-product-image,
.event-product-info {
  
}
.event-product-main-image {
    margin-left: 80px;
    text-align: center;
}
.event-product-thumbnail {
    width: 80px;
    float: left;
    padding: 1px 10px;
}
.event-product-thumbnail-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.event-product-thumbnail-list > li a {
    display: block;
    text-decoration: none;
    background: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.event-product-thumbnail-list > li + li {
    margin-top: 10px;
}
.event-product-thumbnail-list > li.active a {
    border-color: #212121;
} 
.event-product-thumbnail-list > li a img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: -3px;
}


/* 12.3 Product Image Setting */

.event-product-image {
    
}
.event-product-image img {
    max-width: 100%;
}
.event-product-main-image img {
    max-height: 100%;
    width: 100%;
    border-radius: 3px 3px 0 0;
    object-fit: cover;
    background: #2f2f2f;
}


/* 12.4 Product Info Setting */

.event-product-info {
    padding: 20px 20px;
    margin-bottom: 20px;
}
.event-product-info-header {
    padding-bottom: 15px;
    margin-bottom: 15px;   
}
.event-date {
}
.event-product-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #D8E0E4;
    text-align: left;
    padding-top: 15px;
}
.event-product-title .label {
    padding: 5px 8px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.event-price-1 .event-product-title {
    margin: 0 0 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 14px;
    padding-left: 15px;  
}
.event-price-1 .event-product-title .label {
    padding: 5px 8px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.event-datename {
	font-size: 15px;
    float: left;
    padding-right: 10px;
    margin-top: -1.5px;
    font-weight:600;
}
.event-date p {
	font-size: 14px;
}
.maptext {
	font-size:10px;
	text-decoration:none !important;
	margin-left: 5px;
}
.event-product-mapdirections {
	margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
}


/* 12.5 Product Availability Setting */

.event-product-availability { 
    font-size: 18px;
}


/* 12.6 Product Info List Setting */

.event-product-info-list {
    color: #636363;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0 0 15px;
    line-height: 20px;
    border-bottom: 1px solid #D8E0E4;  
}
.event-product-info-list > li {
    position: relative;
    padding-left: 20px;
}
.event-product-info-list > li + li {
    margin-top: 3px;
}
.event-product-info-list > li .fa {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    width: 15px;
    text-align: center;
}
.event-product-info-list > li .fa.fa-circle {
    font-size: 5px;
}


/* 12.7 Product Category Setting */

.event-product-category {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.event-product-category > li {
    display: inline;
}
.event-product-category > li + li {
    margin-left: 5px;
}
.event-product-category > li a {
    color: #707478;
}


/* 12.8 Product Price Setting */
.event-price{
	color: #429839;
    font-weight: 600;
    font-size: 18px;
	padding-top: 2px;
}
.event-product-price {
    margin: 15px 0 15px;
	margin-top: 30px;
    margin-bottom: 30px;
}
.event-product-price:before,
.event-product-price:after {
    content: '';
    display: table;
    clear: both;
}
.event-product-price .event-price {
    font-size: 32px;
    padding: 10px;
    border: 2px dashed #4c4c4c;
}

.booking-price {
    margin: 0 0px 10px 0;
    font-size: 1.9em;
    font-weight: 900;
    color: #429839;
}
.booking-price {
    margin-top: 10px !important;
}
.booking-title {
    font-size:15px;
	padding-top:3px;
}
.booking-code {
    font-size: 14px;
    margin-top: 13px;
	font-weight: 600;
}
.booking-voucher-area {
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 1px;
    margin: 3px;
	margin-top: 15px;
    border-radius: 10px;
    border: 2px dashed #aaa;
}

.bookingevents-model-space {

}
.bookingevents-model-space h4 {
	margin: 0;
}
.bookingevents-model-space label {
	    line-height: 1.3;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
	color: #505050;
}
.bookingevents-model-top-header {
	display: block;
	background: #ffffff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.bookingevents-model-side-bar {
    border-left: 15px solid #00acac !important;
    margin-top: 10px;
}
.bookingevents-checkout-box {
    background: #eee;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
}


/* 12.9 Product Warranty Setting */

.event-product-warranty {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D8E0E4;    
}


/* 12.10 Product Discount Setting */

.event-product-discount .discount {
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
    color: #707478;
}
.event-product-discount .save {
    margin-left: 10px;
    color: #707478;
    position: relative;
    top: -1px;
}


/* 12.11 Product Social Setting */

.event-product-social {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #D8E0E4;  
}
.event-product-social:before,
.event-product-social:after {
    content: '';
    display: table;
    clear: both;
}
.event-product-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.event-product-social ul > li {
    float: left;
}
.event-product-social ul > li + li {
    margin-left: 10px;
}
.event-product-social ul > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ddd;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
	padding-top: 7px;
}
.event-product-social ul > li > a.facebook {
    background: #3b5998;
}
.event-product-social ul > li > a.twitter {
    background: #00aced;
}
.event-product-social ul > li > a.google-plus {
    background: #d34836;
}
.event-product-social ul > li > a.whatsapp {
    background: #6CC964;
}
.event-product-social ul > li > a.tumblr {
    background: #36465d;
}


/* 12.12 Product Tab Setting */

.event-product-tab {
    /*margin-top: 40px;*/
}
.event-product-tab .nav.nav-tabs {
    display: block;
	background: #fff;
    border-bottom: 0px solid #D8E0E4;
    font-size: 14px;
    margin-left: 80px;
}
.event-product-tab .nav.nav-tabs > li {
    float: none;
    display: inline-block;
}
.event-product-tab .nav.nav-tabs > li + li {
    margin-left: 5px;
}
.event-product-tab .nav.nav-tabs > li > a {
    position: relative;
    border: 1px solid transparent;
	padding: 10px 0px;
    margin-right: 15px;
	color: #212121;
	background: transparent;
}
.event-product-tab .nav.nav-tabs > li > a:hover,
.event-product-tab .nav.nav-tabs > li > a:focus {
    border-bottom: 1px solid #666;
    background: none;
	text-decoration: none;
}
.event-product-tab .nav-tabs > li.active > a, 
.event-product-tab .nav-tabs > li.active > a:focus, 
.event-product-tab .nav-tabs > li.active > a:hover {
    border-color: transparent;
    border-bottom: 1px solid #212121;
    color: #212121;
	background: transparent;
	text-decoration: none;
}
.event-product-tab .tab-content {
    padding: 20px;
    margin-left: 80px;
    padding-left: 0px;
}


/* 12.13 Product Desc Setting */

.event-product-desc {
	padding-top: 0px;
	font-size: 14px;
}
.event-product-desc h4 {
}
.event-product-desc h2 {
	font-size: 20px;
}
.event-product-desc:before,
.event-product-desc:after {
    content: '';
    display: table;
    clear: both;
}
.event-product-desc .image {
    float: left;
    width: 50%;
    padding-right: 40px;
}
.event-product-desc .image img {
    max-width: 100%;
}
.event-product-desc .desc {
    float: left;
    width: 50%;
    padding-left: 40px;
}
.event-product-desc .desc h4 {
    margin: 0 0 15px;
    font-size: 36px;
    font-weight: 300;
}
.event-product-desc .desc p {
    font-size: 16px;
    font-weight: normal;
    color: #929292;
    line-height: 26px;
}
.event-product-desc + .event-product-desc {
    margin-top: 0px;
    border-top: 1px solid #D8E0E4;
}
.event-product-desc.right .image {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}
.event-product-desc.right .desc {
    float: left;
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
}


/* 12.14 Product Table Setting */

.table.table-product .field {
    width: 30%;
    font-size: 18px;
    font-weight: 300;
}
.table.table-product th,
.table.table-product td {
    padding: 20px 25px 20px 0;
}
.table.table-product.table-striped th,
.table.table-product.table-striped td {
    padding: 20px 25px;
}
.table.table-product th {
    font-size: 18px;
    font-weight: 600;
    border: none;
}


/* 12.15 Product Review Setting */

.event-review + .event-review {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #D8E0E4;
}
.event-review:before,
.event-review:after,
.event-review-info:before,
.event-review-info:after  {
    content: '';
    display: table;
    clear: both;
}
.event-review .event-review-icon {
    height: 36px;
    width: 36px;
    background: #f4f5f6;
    color: #999;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.event-review .event-review-icon img {
    max-width: 100%;
}
.event-review .event-review-icon i {
    line-height: 48px;
    font-size: 36px;
}
.event-review .event-review-info {
    margin-bottom: 10px;
}
.event-review .event-review-info .event-review-rate {
    float: right;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.event-review .event-review-rate .event-review-star {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.event-review .event-review-rate .event-review-star > li {
    float: left;
}
.event-review .event-review-rate .event-review-star > li + li {
    margin-left: 3px;
}
.event-review .event-review-rate .event-review-star > li.active {
    color: #f59c1a;
}
.event-review .event-review-name {
    font-weight: 600;
    font-size: 14px;
}
.event-review .event-review-date {
    font-size: 12px;
    color: #999;
}
.event-review .event-review-title {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.event-review-form {
    display: block;
    background: #f4f5f6;
    padding: 30px;
}
.event-review-form h2 {
    font-size: 24px;
    border-bottom: 1px solid #D8E0E4;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

/* -------------------------------
	Booking Event Styles - Events
------------------------------- */

.event-top-padding {
padding-top: 10px;
}
.event-logins {
/* padding-right: 15px; */
margin-top: 10px;
margin-bottom: 10px;
}
.event-tiles {
min-height:470px;
}
.event-tiles-image {
height:150px !important;
box-shadow: 0 2px 2px -1px rgba(0,0,0,.2), 0 2px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
.event-tiles-padding {
	padding-right: 5px !important;
    margin-right: -7px;
    margin-left: 2px;
}
.event-tiles-padding-2nd {
    padding-left: 15px !important;
    padding-right: 5px !important;
}
.event-tiles-padding .thumbnail {
padding: 0px;
}
.event-tiles-padding-2nd .thumbnail {
padding: 0px;
}
.event-tiles-padding .thumbnail h3 {
color: #242a30;
margin-top: 0px;
    font-size: 18px;
    font-weight: 800;
}
.event-pills {
	padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
	font-size: 14px;
}
.event-short-text {
height: 157px;
overflow: hidden;
}
.panel-title .accordion-toggle:hover {
    color:#d8d8d8;
}

.fc-icon, .fc-toolbar .fc-center h2 {
    color: #242a30;
}
.event-pills a:hover {
    color: #337ab7;
}

.result-list:before,
.result-list:after {
    content: '';
    display: table;
    clear: both;
}
.result-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.result-list > li:before,
.result-list > li:after {
    content: '';
    display: table;
    clear: both;
}
.result-list > li {
	border: 1px solid #000;
    background: #fff;
    box-shadow: 0 1px #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.result-list > li + li {
    margin-top: 10px;
}
.result-list > li > div {
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    position: relative;
}
.result-list .result-image {
    width: 240px;
    padding: 0;
    overflow: hidden;
    background: #2d353c;
    vertical-align: middle;
}
.result-list .result-image a {
    display: block;
}
.result-list .result-image a:hover,
.result-list .result-image a:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.result-list .result-image img {
    width: 100%;
}
.result-list .title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 24px;
}
.result-list .title a {
    color: #333;
}
.result-list .location {
    color: #999;
}
.result-list .desc {
    margin-bottom: 20px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
	color: #4C5053;
}
.result-list .btn-row a {
    color: #666;
    font-size: 20px;
    line-height: 14px;
    opacity: 0.2;
}
.result-list .btn-row a:hover,
.result-list .btn-row a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}
.result-list .btn-row a + a {
    margin-left: 10px;
}
.result-list .result-info {

}
.result-list .result-price {
    width: 240px;
    font-size: 28px;
    text-align: center;
    border-left: 1px dashed #ddd;
    padding-top: 30px;
	color: #4C5053;
}
.result-list .result-price small {
    display: block;
    font-size: 12px;
    color: #999;
}
.result-list .result-price .btn {
    margin-top: 30px;
}
.bookingevents-container .panel {
    border: none;
	background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bookingevents-container .panel.panel-no-rounded-corner .panel-heading,
.bookingevents-container .panel.panel-no-rounded-corner .panel-body,
.bookingevents-container .panel.panel-no-rounded-corner .panel-footer {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.bookingevents-container .panel-heading {
    padding: 10px 0px;
    border: none;
}
.bookingevents-container .panel-heading + .table,
.bookingevents-container .panel-heading + .slimScrollDiv {
    border-top: 1px solid #eee;
}
.bookingevents-container .panel-heading-btn {
    float: right;
}
.bookingevents-container .panel-heading-btn > a {
    margin-left: 8px;
}
.bookingevents-container .panel-heading .btn-group .btn {
    margin-top: -7px;
}
.bookingevents-container .panel-heading .btn-group .btn.btn-sm {
    margin-top: -5px;
}
.bookingevents-container .panel-heading .btn-group .btn.btn-xs {
    margin-top: -1px;
}
.bookingevents-container .panel-heading .label.pull-left,
.bookingevents-container .panel-heading .label.pull-right {
    line-height: 15px;
}
.bookingevents-container .panel-heading .progress.pull-right,
.bookingevents-container .panel-heading .progress.pull-left {
    width: 40%;
    min-width: 120px;
}
.bookingevents-container .panel-heading + .alert {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bookingevents-container .panel-with-tabs.panel-default .panel-heading {
    background:none;
    border: none;
}
.bookingevents-container .panel-heading .nav-tabs {
    margin-top: -10px;
    margin-right: -15px;
}
.bookingevents-container .panel-heading .nav-tabs > li > a {
    padding: 10px 15px;
    line-height: 20px;
}
.bookingevents-container .panel-title {
    line-height: 20px;
    font-size: 14px;
	padding: 5px;
}
.bookingevents-container .panel-title .accordion-toggle {
    padding: 10px 15px;
}
.bookingevents-container .panel-title .accordion-toggle.accordion-toggle-styled .fa:before {
    content: '\f056';
}
.bookingevents-container .panel-title .accordion-toggle.accordion-toggle-styled.collapsed .fa:before {
    content: '\f055';
}
.bookingevents-container .panel-title .pull-right {
    line-height: 20px;
}
.bookingevents-container .panel-toolbar {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    background: #fff;
}
.bookingevents-container .panel-toolbar + .form-control {
    margin: -1px 0 0;
    border-right: none;
    border-left: none;
}
.bookingevents-container .panel-group .panel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form-control + .panel-footer {
    border-top: none;
}
.bookingevents-container .panel-body {
    padding: 15px;
}
.bookingevents-container .panel-body.no-border {
    border: none !important;
}
.bookingevents-container .panel-body.panel-table,
.bookingevents-container .panel-body.panel-form,
.bookingevents-container .panel-body.no-padding,
.bookingevents-container .panel-body.panel-full-width {
    padding: 0 !important;
}
.bookingevents-container .panel-body.with-table > .table {
    border: 0;
    margin: 0;
}
.bookingevents-container .panel-body.with-table > .table tr:last-child th,
.bookingevents-container .panel-body.with-table > .table tr:last-child td{
    border-bottom: 0;
}
.bookingevents-container .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #eee;
}
.bookingevents-container .panel-footer {
    background: #fff;
    border-top: 1px solid #eee;
}
.bookingevents-container .panel .tab-content {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.bookingevents-container .panel-default > .panel-heading {
    background: none;
}
.bookingevents-container .panel-inverse > .panel-heading,
.bookingevents-container .panel-success > .panel-heading,
.bookingevents-container .panel-warning > .panel-heading,
.bookingevents-container .panel-danger > .panel-heading,
.bookingevents-container .panel-primary > .panel-heading,
.bookingevents-container .panel-info > .panel-heading {
    color: #fff;
}
.bookingevents-container .panel-inverse > .panel-heading { background: #242a30; }
.bookingevents-container .panel-success > .panel-heading { background: #008a8a; }
.bookingevents-container .panel-warning > .panel-heading { background: #c47d15; }
.bookingevents-container .panel-danger > .panel-heading { background: #cc4946; }
.bookingevents-container .panel-primary > .panel-heading { background: #2a72b5; }
.bookingevents-container .panel-info > .panel-heading { background: #3a92ab; }

.event-calendar-1 .nav-pills>li>a {
}
.event-calendar-1 .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
}
.be-category-bar-blue {
	background: #02C3F3;
	background-color: #02C3F3;
}
.be-category-bar-blue:hover {
	background: #00bae8;
	background-color: #00bae8;
}
.be-category-bar-pink {
	background: #F079AD;
	background-color: #F079AD;
}
.be-category-bar-pink:hover {
	background: #d46d9a;
	background-color: #d46d9a;
}
.be-category-bar-yellow {
	background: #dcc800;
	background-color: #dcc800;
}
.be-category-bar-yellow:hover {
	background: #cebb00;
	background-color: #cebb00;
}
.be-category-bar-orange {
	background: #FB9404;
	background-color: #FB9404;
}
.be-category-bar-orange:hover {
	background: #dc8101;
	background-color: #dc8101;
}
.be-category-bar-green {
	background: #59d04c;
	background-color: #59d04c;
}
.be-category-bar-green:hover {
	background: #4fb744;
	background-color: #4fb744;
}
.be-category-bar-white {
	background: #FFFFFF;
	background-color: #FFFFFF;
}
.be-category-bar-white:hover {
	background: #efefef;
	background-color: #efefef;
}

.bookingevents-upcoming-category-heading {
	padding-top: 5px;
    padding-left: 5px;
}


/* -------------------------------
	Booking Event Styles - Checkout
------------------------------- */
.event-checkout-top-padding {
    padding-top: 40px;
}


/* -------------------------------
	Booking Event Styles - Calendar
------------------------------- */
.bookingevents-container table td {
    padding: 0px 0 0px 0;
    vertical-align: middle;
    font-size: 0.95em;
    font-weight: 300;
    position: relative;
}

.bookingevents-style .fc-day-grid-event {
    padding: 1px 2px;
}
.bookingevents-style .fc-event,
.fc-event {
    border: none;
    background: #575d63;
    border-radius: 0;
}
.bookingevents-style .fc-event-list .fc-event {
    background: none;
    border: none;
    color: #242a30;
    padding: 10px 15px;
    font-size: 12px;
    margin-left: -15px;
    margin-right: -15px;
    border-top: 1px solid #D2D6DA;
    border-bottom: 1px solid #D2D6DA;
}
.bookingevents-style .fc-event-list .fc-event:hover,
.bookingevents-style .fc-event-list .fc-event:focus {
    color: #242a30;
    cursor: pointer;
    background: #f0f3f5;
}
.bookingevents-style .fc-event-list .fc-event.ui-draggable-dragging {
    border: 1px dashed #D2D6DA;
}
.bookingevents-style .fc-event-list .fc-event + .fc-event {
    margin-top: -1px;
}
.bookingevents-style .fc-event-list .fc-event .fa {
    float: left;
    margin-right: 10px;
    font-size: 14px;
}
body .bookingevents-style button {
    font-weight: 600;
    color: #2f2f2f;
    background: #fff;
    border-color: #e2e7eb;
    box-shadow: none;
    padding: 5px 10px;
    height: inherit;
    font-size: 12px;
    line-height: 1.5;
}
body .bookingevents-style button:active, 
body .bookingevents-style button:focus,
body .bookingevents-style button:hover {
    background: #484848;
    border-color: #484848;
    color: #ffffff;
    outline: none;
}
body .bookingevents-style button.fc-state-disabled:active, 
body .bookingevents-style button.fc-state-disabled:focus,
body .bookingevents-style button.fc-state-disabled:hover {
    background: #484848;
	color: #fff;
}
body .bookingevents-style button.fc-state-active, 
body .bookingevents-style button:active {
	background: #484848;
    border-color: #484848;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.1);
    color: #ffffff;
}
.bookingevents-style.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3px;
}
.bookingevents-style .fc-unthemed .fc-divider, 
.bookingevents-style .fc-unthemed .fc-popover, 
.bookingevents-style .fc-unthemed .fc-row, 
.bookingevents-style .fc-unthemed tbody, 
.bookingevents-style .fc-unthemed td, 
.bookingevents-style .fc-unthemed th, 
.bookingevents-style .fc-unthemed thead {
    border-color: #e2e7eb;
}
.bookingevents-style th {
    padding: 3px 15px;
    color: #242a30;
    font-weight: 500;
    background: #f0f3f5;
}
.bookingevents-style button .fc-icon {
    font-family: FontAwesome;
    margin: 0;
    top: 1px;
    width: auto;
    height: auto;
    font-size: 12px;
	line-height: 1.50em;
}
.bookingevents-style .fc-icon-left-single-arrow:after,
.bookingevents-style .fc-icon-right-single-arrow:after {

    font-size: 12px;
    top: 0;
    margin: 0;
}
.bookingevents-style .fc-icon-right-single-arrow:after {
    
}
.bookingevents-style .fc-unthemed .fc-today {
    background: #FFF8F0;
}
.bookingevents-style .fc-scroller {
    overflow: initial;
    height: auto !important;
}
.bookingevents-style .fc-toolbar h2 {
    font-size: 24px;
    line-height: 30px;
}

.bookingevents-style .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #e6e6e6;
}

.bookingevents-style .fc-time-grid .fc-slats td {
    height: 2.2em;
    border-bottom: 0;
}

.bookingevents-style {
}
.bookingevents-style .fc-toolbar .fc-right {
    float: left;
}
.bookingevents-style .fc-toolbar .fc-left {
    float: right;
}
.bookingevents-style .fc-toolbar h2 {
    font-size: 20px;
    line-height: 30px;
	color: #484848;
}

.bookingevents-style .fc-time-grid .fc-event-container {
    margin: 0 0.1% 0 1px;
}
.bookingevents-style .fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    border: 4px #e2e2e2 solid;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.83);
}
.bookingevents-style .fc-time-grid-event .fc-content {
    overflow: hidden;
    padding-top: 4px;
    padding-left: 4px;
}
.bookingevents-style .fc-time-grid-event .fc-time {
    font-size: .95em;
    white-space: nowrap;
    font-weight: 600;
}
.bookingevents-style .fc-event {
    font-size: .95em;
}
.bookingevents-style .fc-time-grid-event.fc-short .fc-title {
    font-size: .95em;
    padding: 0;
}
.bookingevents-style .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "â–¼";
}
.bookingevents-style .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    line-height: 8px;
    font-size: 14px;
    color: #3e3e3e;
}
.bookingevents-style .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px;
    text-transform: capitalize;
}
.bookingevents-style .fc-list-item-marker {
    padding-right: 8px;
    padding-left: 15px;
}
.bookingevents-style .fc-list-item-time {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:5px;
}
.bookingevents-style .fc-list-heading-main {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left:5px;
}
.bookingevents-style .fc-list-heading-alt {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right:5px;
}

.bookingevents-calendar-popup-style {
	width:auto;
	max-width:250px;
	height:auto;
	background:#fff;
	color: #000000;
	box-shadow: rgba(0, 0, 0, 0.21) 0px 1px 1px;
	border: 1px solid rgb(226, 226, 226);
	padding: 0px;
	position:absolute;
	z-index:10001;
}
.bookingevents-calendar-popup-style p {
	word-break:break-all;
	font-size:11px;
	padding-right:5px;
	color: #000000;
}
.bookingevents-calendar-popup-style img {
	margin-left:6px;
}
.bookingevents-calendar-popup-style h6 {
	background: #404040 !important;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 20px; 
    margin-top: 0px;
	font-size: 12px; 
}
.bookingevents-container .fc-content span {
    color: #ffffff;
    padding-left:3px;
    font-weight:600;
}
.bookingevents-container .fc-content span:hover {
    color: #f5f5f5;
}
.bookingevents-style, .fc-event:hover {
    color: #fff;
    text-decoration: none;
}
.fc-event {
    font-size: 11px !important;
}
.fc-day-grid-event .fc-content {
    margin-left: 5px;
}
/* -------------------------------
	Booking Event Styles - Unlimited Tabs
------------------------------- */

			.bookingevents-container .tab-overflow {
				position: relative;
				overflow: hidden;
				-webkit-border-radius: 2px 2px 0 0;
				-moz-border-radius: 2px 2px 0 0;
				border-radius: 2px 2px 0 0;
			}
			.bookingevents-container .tab-overflow .nav.nav-tabs {
				white-space: nowrap;
				overflow: hidden;
				display: table;
				padding-left: 5px;
				margin: 0;
				-webkit-border-radius: 2px 2px 0 0;
				-moz-border-radius: 2px 2px 0 0;
				border-radius: 2px 2px 0 0;
			}
			.tab-overflow .nav.nav-tabs > li,
			.tab-overflow.nav.nav-tabs > li {
				display: table-cell;
				float: none;
			}
			.tab-overflow .nav.nav-tabs > li > a {
				margin-left: 0px;
			}
			.tab-overflow .next-button,
			.tab-overflow .prev-button {
				position: absolute;
				right: 0;
				top: 0;
				z-index: 10;
				display: none !important;
				opacity: 0;
				-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
				box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
				-webkit-transition: all .2s linear;
				-moz-transition: all .2s linear;
				transition: all .2s linear;
			}
			.tab-overflow .prev-button {
				left: 0;
				right: auto;
				-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
				box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
			}
			.tab-overflow .nav.nav-tabs.nav-tabs-inverse .next-button,
			.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
				-webkit-box-shadow: 0 0 15px #000;
				box-shadow: 0 0 15px #000;
			}
			.tab-overflow .nav.nav-tabs.nav-tabs-inverse .prev-button {
				-webkit-box-shadow: 0 0 15px #000;
				box-shadow: 0 0 15px #000;
			}
			.tab-overflow .next-button a,
			.tab-overflow .prev-button a {
				margin: 0;
				background: #c1ccd1;
			}
			.flat-black .tab-overflow .next-button a,
			.flat-black .tab-overflow .prev-button a {
				background: #d2d2d2;
			}
			.tab-overflow .prev-button > a {
				-webkit-border-radius: 3px 0 3px;
				-moz-border-radius: 3px 0 3px;
				border-radius: 3px 0 3px;
			}
			.tab-overflow .nav-tabs-inverse .next-button > a,
			.tab-overflow .nav-tabs-inverse .prev-button > a,
			.nav.nav-tabs.nav-tabs-inverse > li > a,
			.nav.nav-tabs.nav-tabs-inverse > li > a:hover,
			.nav.nav-tabs.nav-tabs-inverse > li > a:focus {
				background: #242a30;
			}
			.flat-black .tab-overflow .nav-tabs-inverse .next-button > a,
			.flat-black .tab-overflow .nav-tabs-inverse .prev-button > a,
			.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a,
			.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:hover,
			.flat-black .nav.nav-tabs.nav-tabs-inverse > li > a:focus {
				background: #2A2A2A;
			}
			.nav.nav-tabs.nav-tabs-inverse > li.active > a,
			.nav.nav-tabs.nav-tabs-inverse > li.active > a:hover,
			.nav.nav-tabs.nav-tabs-inverse > li.active > a:focus {
				background: #fff;
				color: #242a30;
			}
			.tab-overflow.overflow-right .next-button,
			.tab-overflow.overflow-left .prev-button {
				display: block !important;
				opacity: 1;
				background: none;
			}
			.tab-overflow .nav-tabs > li.prev-button + li.active > a {
				-webkit-border-radius: 0 3px 0 0;
				-moz-border-radius: 0 3px 0 0;
				border-radius: 0 3px 0 0;
			}

			

.bookingevents-25 {
width: 25% !important;
}
.bookingevents-50 {
width: 50%;
}
.booking-events-price-checkout {
    font-size: 20px !important;
    margin-left: 0px;
    padding: 10px;
    border: 2px dashed black;
}
.booking-events-booking-checkout {
    float:right;
}
.booking-events-image-checkout {
    width:940px;
}

.booking-events-list-box {
   padding: 30px 15px;
   padding-bottom:0px;
}

.event-tiles .caption {
    padding: 9px;
    color: #333;
    max-height: 250px;
    overflow: hidden;
}
.event-tiles .event-titles-view-event {
    margin-top: 8px;
}
.event-tiles-image {
    height: 150px !important;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.2), 0 2px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}

.event-tiles-image {
    width: 100%;
}

/*!
 * New Event Styles
 */
 
.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.ms-carousel .carousel-control-prev,.ms-carousel .carousel-control-next {
    background: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    height: auto;
    position: absolute;
    opacity: .05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    transition: all ease .3s
}

.ms-carousel .carousel-control-prev.carousel-control-prev,.ms-carousel .carousel-control-next.carousel-control-prev {
    left: 30px;
}

.ms-carousel .carousel-control-prev.carousel-control-next,.ms-carousel .carousel-control-next.carousel-control-next {
    right: 30px;
}
.btn-events-circle {
    height: 50px;
    width: 50px;
    color: #616161;
    border-radius: 200rem;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 1;
    transition: color ease .5s;
    transition: box-shadow ease-in-out 0s;
    border: 0;
    background-color: transparent;
}
.btn-events-circle {
    height: 50px;
    width: 50px;
    color: #616161;
    border-radius: 200rem;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 1;
    transition: color ease .5s;
    transition: box-shadow ease-in-out 0s;
    border: 0;
    background-color: transparent;
}
.btn-events-circle.btn-events-circle-raised.btn-events-circle-white {
    background-color: #fff!important;
    color: #388e3c
}
.btn-events-circle.btn-events-circle-raised {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #fff;
}
.btn-events-circle.btn-events-circle-white {
    color: #fff;
}
.btn-events-circle.btn-events-circle-xs {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}
.btn-events-circle.btn-events-circle-raised.btn-events-circle-white:before {
    background-color: #f2f2f2!important;
}
.btn-events-circle.btn-events-circle-xs:hover:before, .btn-events-circle.btn-events-circle-xs:focus:before {
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
}
.ms-carousel .carousel-indicators {
    top: 4%;
    right: 5%;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0;
}
.ms-carousel .carousel-indicators-tumbs {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    right: 4%;
    left: auto;
    margin: 0;
    transform: scale(.6);
    transform-origin: top right;
    transition: all ease .3s;
    display: block
}

.ms-carousel .carousel-indicators-tumbs li {
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    line-height: 1;
    text-indent: 0;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    border: solid 2px #fff;
    transition: all ease .3s;
    cursor: pointer
}

.ms-carousel .carousel-indicators-tumbs li:hover {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    transform: translateY(-5px)
}

.ms-carousel .carousel-indicators-tumbs li.active {
    border-color: #388e3c
}

.ms-carousel .carousel-indicators-tumbs-outside {
    position: static;
    width: 100%;
    transform: none;
    margin: 0 auto 20px;
    margin: 0 auto 2rem;
    display: block;
    text-align: center;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ms-carousel .carousel-indicators-tumbs-outside li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ms-carousel:hover .carousel-control-prev,.ms-carousel:hover .carousel-control-next,.ms-carousel:focus .carousel-control-prev,.ms-carousel:focus .carousel-control-next {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ms-carousel:hover .carousel-indicators li,.ms-carousel:focus .carousel-indicators li {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.ms-carousel:hover .carousel-indicators li.active,.ms-carousel:focus .carousel-indicators li.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ms-carousel:hover .carousel-indicators-tumbs,.ms-carousel:focus .carousel-indicators-tumbs {
    transform: scale(1)
}

.ms-carousel:hover .carousel-indicators-tumbs li,.ms-carousel:focus .carousel-indicators-tumbs li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.ms-carousel:hover .carousel-inner .carousel-item .carousel-caption,.ms-carousel:focus .carousel-inner .carousel-item .carousel-caption {
    bottom: 0
}

.ms-carousel:hover .carousel-inner .carousel-item .carousel-caption:hover,.ms-carousel:focus .carousel-inner .carousel-item .carousel-caption:hover {
    background-color: rgba(0,0,0,.6)
}
.bw-events-list-img img {
    object-fit:cover;
	object-position: center;
	height: 210px !important;
	width:100%;
}
.bw-events-list-imgcontainer {
	height: 210px;
}
 
 
.bw-events-col-padding-3 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


.events-card {
    box-shadow: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    background-color: #fdfdfd;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    border: 0
}

.events-card .plyr--audio {
    border-left: 0;
    border-right: 0
}

.events-card .card-block,.events-card .card-body,.events-card.card-block,.events-card.card-body {
    padding: 20px;
}

.events-card .card-block p:last-child,.events-card .card-body p:last-child,.events-card.card-block p:last-child,.events-card.card-body p:last-child {
    margin-bottom: 5px;
}

.events-card .card-footer {
    padding: 10px 20px 7px;
    padding: 1rem 2rem .7rem;
    background-color: #eee;
    border: 0
}

.events-card .card-footer p:last-child {
    margin-bottom: 0
}

.events-card .card-block,.events-card .card-body-big,.events-card.card-block,.events-card.card-body-big {
    padding: 40px;
    padding: 4rem
}

.events-card .card-header {
    padding: 15px 20px;
    border: 0
}

.events-card .card-header i {
    margin-right: 10px
}

.events-card .card-header h1,.events-card .card-header h2,.events-card .card-header h3,.events-card .card-header h4,.events-card .card-header h5,.events-card .card-header h6 {
    margin: 0;
    font-weight: 400
}

.events-card .card-header h1 {
    font-size: 20px !important;
    color: #f5f5f5 ;
	font-weight: 600;
}

.events-card .card-header h2 {
    font-size: 18px !important;
    color: #f5f5f5 ;
	font-weight: 600;
}

.events-card .card-header h3 {
    font-size: 16px !important;
    color: #f5f5f5 ;
	font-weight: 600;
}

.events-card .card-header h4 {
    font-size: 13px !important;
    color: #f5f5f5 ;
	font-weight: 600;
}

.events-card.card-light {
    border-bottom: solid 3px #f5f5f5;
    border-radius: 3px
}

.events-card.card-light .card-header,.events-card.card-light .card-footer {
    background-color: #f5f5f5;
    color: #f5f5f5
}

.events-card.card-light-inverse {
    background-color: #f5f5f5;
    border-bottom: solid 3px #f5f5f5;
    color: #fff
}

.events-card.card-light-inverse a.link {
    color: #fff
}

.events-card.card-light-inverse a.link:hover,.events-card.card-light-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-light-inverse .card-header,.events-card.card-light-inverse .card-footer {
    background-color: #e3e3e3;
    color: #f5f5f5
}

.events-card.card-dark {
    border-bottom: solid 3px #424242;
    border-radius: 3px
}

.events-card.card-dark .card-header,.events-card.card-dark .card-footer {
    background-color: #424242;
    color: #f5f5f5
}

.events-card.card-dark-inverse {
    background-color: #424242;
    border-bottom: solid 3px #424242;
    color: #fff
}

.events-card.card-dark-inverse a.link {
    color: #fff
}

.events-card.card-dark-inverse a.link:hover,.events-card.card-dark-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-dark-inverse .card-header,.events-card.card-dark-inverse .card-footer {
    background-color: #303030;
    color: #f5f5f5
}

.events-card.card-primary {
    border-bottom: solid 3px #7b7b7b;
    border-radius: 3px
}

.events-card.card-primary .card-header,.events-card.card-primary .card-footer {
    color: #f5f5f5 !important;
}

.events-card.card-primary-inverse {
    background-color: #388e3c;
    border-bottom: solid 3px #388e3c;
    color: #fff
}

.events-card.card-primary-inverse a.link {
    color: #fff
}

.events-card.card-primary-inverse a.link:hover,.events-card.card-primary-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-primary-inverse .card-header,.events-card.card-primary-inverse .card-footer {
    background-color: #2e7431;
    color: #f5f5f5
}

.events-card.card-info {
    border-bottom: solid 3px #00bcd4;
    border-radius: 3px
}

.events-card.card-info .card-header,.events-card.card-info .card-footer {
    background-color: #00bcd4;
    color: #f5f5f5
}

.events-card.card-info-inverse {
    background-color: #00bcd4;
    border-bottom: solid 3px #00bcd4;
    color: #fff
}

.events-card.card-info-inverse a.link {
    color: #fff
}

.events-card.card-info-inverse a.link:hover,.events-card.card-info-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-info-inverse .card-header,.events-card.card-info-inverse .card-footer {
    background-color: #009cb0;
    color: #f5f5f5
}

.events-card.card-royal {
    border-bottom: solid 3px #9c27b0;
    border-radius: 3px
}

.events-card.card-royal .card-header,.events-card.card-royal .card-footer {
    background-color: #9c27b0;
    color: #f5f5f5
}

.events-card.card-royal-inverse {
    background-color: #9c27b0;
    border-bottom: solid 3px #9c27b0;
    color: #fff
}

.events-card.card-royal-inverse a.link {
    color: #fff
}

.events-card.card-royal-inverse a.link:hover,.events-card.card-royal-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-royal-inverse .card-header,.events-card.card-royal-inverse .card-footer {
    background-color: #822193;
    color: #f5f5f5
}

.events-card.card-warning {
    border-bottom: solid 3px #ff9800;
    border-radius: 3px
}

.events-card.card-warning .card-header,.events-card.card-warning .card-footer {
    background-color: #ff9800;
    color: #f5f5f5
}

.events-card.card-warning-inverse {
    background-color: #ff9800;
    border-bottom: solid 3px #ff9800;
    color: #fff
}

.events-card.card-warning-inverse a.link {
    color: #fff
}

.events-card.card-warning-inverse a.link:hover,.events-card.card-warning-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-warning-inverse .card-header,.events-card.card-warning-inverse .card-footer {
    background-color: #db8300;
    color: #f5f5f5
}

.events-card.card-danger {
    border-bottom: solid 3px #f44336;
    border-radius: 3px
}

.events-card.card-danger .card-header,.events-card.card-danger .card-footer {
    background-color: #f44336;
    color: #f5f5f5
}

.events-card.card-danger-inverse {
    background-color: #f44336;
    border-bottom: solid 3px #f44336;
    color: #fff
}

.events-card.card-danger-inverse a.link {
    color: #fff
}

.events-card.card-danger-inverse a.link:hover,.events-card.card-danger-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-danger-inverse .card-header,.events-card.card-danger-inverse .card-footer {
    background-color: #f22314;
    color: #f5f5f5
}

.events-card.card-success {
    border-bottom: solid 3px #4caf50;
    border-radius: 3px
}

.events-card.card-success .card-header,.events-card.card-success .card-footer {
    background-color: #4caf50;
    color: #f5f5f5
}

.events-card.card-success-inverse {
    background-color: #4caf50;
    border-bottom: solid 3px #4caf50;
    color: #fff
}

.events-card.card-success-inverse a.link {
    color: #fff
}

.events-card.card-success-inverse a.link:hover,.events-card.card-success-inverse a.link:focus {
    border-bottom: solid 1px #fff
}

.events-card.card-success-inverse .card-header,.events-card.card-success-inverse .card-footer {
    background-color: #419645;
    color: #f5f5f5
}

.events-card.card-light .card-header,.events-card.card-light .card-footer {
    color: #424242
}

.events-card.card-light-inverse {
    color: #424242
}

.events-card.card-light-inverse .card-header,.events-card.card-light-inverse .card-footer {
    color: #424242
}

.events-card .card-block>.ms-icon,.events-card .card-body>.ms-icon {
    margin: 10px 0;
    margin: 1rem 0
}

.events-card .list-group {
    border: none
}

.events-card.card-flat {
    box-shadow: none!important
}

.card-hero {
    position: relative;
    margin-top: -100px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.card-hero>.card-block,.card-hero .card-body {
    padding: 40px;
    padding: 4rem
}

.ms-feature {
    transition: all ease .5s
}

.ms-feature .ms-icon {
    transition: all ease .5s
}

.ms-feature:hover,.ms-feature:focus {
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
    background-color: #fafafa
}

.ms-feature:hover .ms-icon,.ms-feature:focus .ms-icon {
    transform: rotate(360deg);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}

.btn-card-float {
    position: absolute;
    transform: translate(-50%,-50px);
    left: 50%;
    right: auto;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)
}

.btn-card-float.right {
    right: 10%;
    left: auto;
    transform: translate(0,-50px)
}

.btn-card-float.left {
    right: auto;
    left: 10%;
    transform: translate(0,-50px)
}

.card-relative {
    position: relative
}

@media(max-width:767px) {
    .events-card .card-block,.events-card .card-body-big {
        padding: 2rem
    }

    .card-hero .card-block,.card-hero .card-body {
        padding: 2rem
    }
}

.card-code {
    border: 0!important
}

.card-code-header {
    padding: 0!important;
    margin: 0;
    border-radius: 0
}

.card-code-header .card-code-title a {
    display: block;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    line-height: 1rem;
    padding: 14px 15px;
    padding: 1.4rem 1.5rem;
    position: relative
}

.card-code-header .card-code-title a i {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    margin-right: 1rem;
    transition: all ease .4s
}

.card-code-header .card-code-title a:hover,.card-code-header .card-code-title a:focus {
    text-decoration: none
}

.card-code-header .card-code-title a:after {
    position: absolute;
    right: 25px;
    right: 2.5rem;
    top: 17px;
    top: 1.7rem;
    font-family: FontAwesome;
    content: "\f107";
    transform: rotate(0);
    transition: all ease .4s
}

.card-code-header .card-code-title a.collapsed i {
    transform: rotate(180deg)
}

.card-code-header .card-code-title a.collapsed:after {
    transform: rotate(90deg)
}

.card-code .card-collapse {
    margin: 0
}

.card-code .card-collapse .card-code-block pre {
    margin: 0;
    border: 0;
    border-radius: 0
}
.withripple {
    position: relative
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,.05);
    transform: scale(1);
    transform-origin: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none
}

.ripple.ripple-on {
    transition: opacity .15s ease-in 0s,transform .5s cubic-bezier(.4,0,.2,1) .1s;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.ripple.ripple-out {
    transition: opacity .1s linear 0s!important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.btn-events-bw {
    border: none;
    border-radius: 2px;
    position: relative;
    padding: 8px 30px;
    margin: 10px 1px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.btn-events-green {
    color: #fff;
}
.btn-events-green:hover {
    color: #fff;
}
.btn.btn-events-white-2 {
    background: #f3f3f3;
	border-color: #f3f3f3;
	margin-top: -5px;
	float:right;
}
.btn.btn-events-white-2:hover {
    background: #fff;
	border-color: #fff;
}
.btn-events-green.focus,.btn-events-green:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}
.btn.btn-raised:not(.btn-link), .btn-group-raised .btn:not(.btn-link), .input-group-btn .btn.btn-raised:not(.btn-link), .btn-group-raised .input-group-btn .btn:not(.btn-link) {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.btn.btn-raised:hover,.btn.btn-raised:focus,.btn.btn-raised:active {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
}
.btn.btn-events-green:not(.btn-raised):active {
    box-shadow: none;
    color: #388e3c;
}
.btn.btn-events-green.btn-raised {
    color: #fff!important
}
.btn-events-bw>i {
    margin-right: 4px;
    font-size:13px;
}
.color-events-main {
    color: #000000;
    font-weight: 600;
}
.bw-events-list-prices {
    margin-top:-10px;
	margin-bottom: 10px;
}
.bw-eventdetails-infopanel-1 {
    background-color: #f3f3f3;
    color: #131313;
	padding: 10px 20px !important;
}
.events-card .bw-eventdetails-infopanel-1 h3 {
    color: #000;
    font-weight: 500;
}
.events-card .bw-eventdetails-infopanel-1 i {
    margin-right: 5px;
}
.bw-eventdetails-infopanel-main {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 1px -2px rgba(0,0,0,.12), 0 0px 1px 0 rgba(0,0,0,.12);
}
.bw-eventdetails-infopanel-body {
    padding: 20px !important;
}
.bw-eventdetails-infopanel-i {
    float:right;
}
.bw-eventdetails-infopanel-titles {
    font-size:14px !important;
	margin: 0px;
    margin-bottom: 10px;
}
.bw-eventdetails-infopanel-icon {
    vertical-align: top;
    margin: -1px 15px 0 0;
    font-size: 18px;
    color: #636c72;
    float: left;
}
.bw-eventdetails-infopanel-date p {
    font-size:14px;
	line-height: 24px;
}
.bw-eventdetails-infopanel-date {
    padding-bottom:10px;
}
.bw-eventdetails-infopanel-action {
    border-top: solid 1px #dcdcdc;
    padding: 20px;
    padding-bottom: 5px;
}
.bw-eventdetails-infopanel-bookingbody {
    padding-left: 0px;
    padding-right: 0px;
}
.bw-eventdetails-infopanel-body-bottom {
    padding-bottom: 10px !important;
}
.bw-events-buy-green {
	background-color: #4fb744;
}
.bw-events-buy-green:hover {
	background-color: #45a03c;
}
.text-grey, .text-muted {
    color: #a9a9a9 !important;
}
.bw-eventdetails-infopanel-discountslabel p {
    margin-bottom: 0px;
}
.event-upcoming-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 15px;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 0px;
}
.modal-backdrop.show {
    filter: alpha(opacity=50);
    opacity: .5 !important;
}

/* Modal */

.bwevents-modal-content {
    border: none;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bwevents-modal-header {
    padding: 8px 15px;
    border-bottom-color: #e2e7eb;
}
.bwevents-modal-header .close {
    margin-top: 2px;
}
.bwevents-modal-body {
    padding: 15px;
	padding-bottom: 11px;
}
.bwevents-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
	border-top-color: #e2e7eb;
    padding: 14px 15px 15px;
	
}
.bwevents-modal-body h4 {
    font-size:14px;
	text-align: center;
}
.bwevents-modal-body h4 span {
    font-weight:600;
}

.bwevents-modal-message .bwevents-modal-dialog {
    width: 100%;
}
.bwevents-modal-message .bwevents-modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.bwevents-modal-message .bwevents-modal-header,
.bwevents-modal-message .bwevents-modal-body,
.bwevents-modal-message .bwevents-modal-footer {
    width: 60%;
    border: none;
    margin: 0 auto;
}

.form-control {
    max-width: 100%;
	height: calc(2rem + 2px);
}
.bwevents-formcontrol-discount {
    margin-top: 5px;
}
.bwevents-modal-title {
    font-size:15px;
    font-weight: 600;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.bw-events-well {
    border-left: 15px solid #4fb744;
    margin-top: 10px;
	font-size: 14px;
	color: #505050;
	margin-bottom: 0px;
	padding-bottom: 15px;
}
.booking-price {
    font-size: 1.5em;
    font-weight: 900;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.color-events-summary {
	height: 45px;
}
.eventstutor {
}
.events-gmap-bg {
    background: #f3f3f3 !important;
    padding: 20px;
    border: solid 2px #e4e4e4;
}
.bookingevents-style.fc td, .fc th {
    color: #444444;
}
.bookingevents-cpmodule-area {
    padding-top:0px;
}
.bookingevents-cpmodule-tab-content {
    background: transparent;
}
.bookingevents-cpmodule-calendar-padding {
    padding-left:0px !important;
	padding-right:0px !important;
}
		

.event-product-desc img {
    width:auto;
}
.fc-view, .fc-view>table {
    background: #ffffff;
}
.event-calendar-1 .tab-content {
   background: transparent;
}

.bw-events-page-1-reginfo {
    margin-top: 5px;
}
.bw-events-page-1-locationbox {
    padding-bottom: 0px;
}
.bw-events-listing-1-tabcontent {
    padding-left: 0px;
	padding-right: 0px;
}

/* -------------------------------
	Events - Listing Page 2
------------------------------- */

.bw-events-module-top {
    margin-top: 25px;
}
.bw-events-listing-nopadding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.bw-events-listing-tabcontent {
    padding-right: 0px !important;
    padding-left: 0px !important;
	padding-top: 0px !important;
}
.bw-events-listing-tabcontent {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}
.bw-events-page-details {
    text-align: center;
    margin-bottom: 15px;
}
.bw-events-page-details-extra-2 {
    margin-bottom: -10px;
}
.bw-events-page-details h4 {
    font-weight: 600;
}
.bw-events-page-desc {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.bw-events-listing-result-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.bw-events-listing-result-list:before,
.bw-events-listing-result-list:after {
	content: '';
	display: table;
	clear: both;
}
.bw-events-listing-result-list > li {
	box-shadow: 0 1px #ccc;
	border-radius: 4px;
	overflow: hidden;
	display: table;
	width: 100%;
}
.bw-events-listing-result-list > li:before,
.bw-events-listing-result-list > li:after {
	content: '';
	display: table;
	clear: both;
}
.bw-events-listing-result-list > li {
	margin-top: 25px;
}
.bw-events-listing-result-list > li > div {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
	position: relative;
}
.bw-events-listing-result-list .bw-events-listing-result-image {
	width: 240px;
	padding: 0;
	overflow: hidden;
	background: #222;
	vertical-align: middle;
	display: table-cell;
	background-size: cover;
	background-position: center;
}
.bw-events-listing-result-list .bw-events-listing-result-image a {
	display: block;
}
.bw-events-listing-result-list .bw-events-listing-result-image a:hover,
.bw-events-listing-result-list .bw-events-listing-result-image a:focus {
	opacity: 0.8;
}
.bw-events-listing-result-list .bw-events-listing-result-image img {
	width: 100%;
}
.bw-events-listing-result-list .bw-events-listing-title {
	margin: 0 0 0px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
}
.bw-events-listing-result-list .bw-events-listing-location {
	margin-bottom: 15px;
	font-size: 14px;
}
.bw-events-listing-result-list .bw-events-listing-desc {
	margin-bottom: 5px;
	max-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
	font-size:14px;
}
.bw-events-listing-result-list p {
	line-height: 22px;
	margin-bottom:10px;
}
.bw-events-listing-result-list .btn-row:before,
.bw-events-listing-result-list .btn-row:after {
	content: '';
	display: table;
	clear: both;
}
.bw-events-listing-result-list .btn-row a {
	color: #222;
	font-size: 14px;
	line-height: 18px;
	float: left;
	padding: 8px 10px;
	border-radius: 4px;
	background: #ffffff;
}
.bw-events-listing-result-list .btn-row a:hover,
.bw-events-listing-result-list .btn-row a:focus {
	opacity: 1;
}
.bw-events-listing-result-list .btn-row a {
	margin-left: 5px;
	margin-bottom:5px;
	cursor: pointer;
	text-decoration: none;
}
.bw-events-listing-result-list .bw-events-listing-result-price {
	width: 240px;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
}
.bw-events-listing-result-list .bw-events-listing-result-price small {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.bw-events-listing-result-list .bw-events-listing-result-price .btn {
	margin-top: 30px;
}
.bw-events-listing-result-icons {
	margin-top: 10px;
	margin-left: -5px;
}
.ribbon-red span {
    position: absolute;
    left: 35px;
    top: 7px;
}
.ribbon-wrapper-red {
	width: 124px;
	height: 124px;
	overflow: hidden;
	position: absolute;
	top: 25px;
}
.ribbon-red {
	font: bold 10px Sans-Serif;
	color: #333;
	text-align: center;
	/* text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 7px 0;
	left: -33px;
	top: 10px;
	width: 145px;
	background-image: -webkit-linear-gradient(top, #434343 0%, #292929 100%);
	background-image: linear-gradient(to bottom, #434343 0%, #292929 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcc0000", endColorstr="#ff990000", GradientType=0);
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	z-index: 1;
	text-transform: uppercase;
}
.bw-events-listing-2-dateday span {
	font-size: 14px;
    vertical-align: super;
    font-weight: 600;
}

/* -------------------------------
	Events - Listing Page 2
------------------------------- */

.bw-events-listing-3-category-title {
	line-height: 20px;
    font-weight: 600;
}
.bw-events-listing-3-date {
    font-weight: 600;
	color: #000000;
	font-size: 14px;
    margin-bottom: 5px;
	text-align: left;
}
.bw-events-listing-3-date span {
    font-size: 12px;
    vertical-align: super;
    font-weight: 600;
}
.bw-events-listing-3-featured {
    position: absolute;
    top: 60px;
    right: 15px;
}
.bw-events-listing-3-featured-contain {
    font-size: 14px;
    margin-top: -45px;
    margin-left: 10px;
    background: rgba(0,0,0,.55);
    color: #ffffff;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
	font-weight:600;
}
.bw-events-listing-3-featured-contain i {
    margin-right: 2px;
}
.bw-events-listing-3-card {
}
.bw-events-listing-3-card:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.15);
    border-radius: 4px;
}
.bw-events-listing-3-col {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.bw-events-listing-3-col:hover {
    transform: scale(1.01);
    transition: transform .3s;
}
.bw-events-listing-3-desctitle {
	text-align: left;
	height: 45px;
}
.events-card .bw-events-listing-3-cardbody h5 {
	font-weight: 600;
    color: #000000;
    font-size: 18px;
}
.bw-events-listing-3-cardbody a {
	color: #000000;
	font-weight: 600;
}
.bw-events-listing-3-cardbody a:hover {
	color: #000000;
	text-decoration: none;
}
.bw-events-listing-3-cardbody a:focus {
	color: #000000;
	text-decoration: none;
}

/* -------------------------------
	Events - Page Details 2
------------------------------- */

.bw-events-page-2-box {
	 background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.45);
}
.bw-events-page-2-detail {
    color: #222;
	display: table;
    width: 100%;
	padding-left:15px !important;
    padding-right:15px !important;
}
.bw-events-page-2-slider {
}
.bw-events-page-2-image img {
    max-height: 100%;
    width: 100%;
	background: #2f2f2f;
    border-radius: 3px 3px 0 0;
    object-fit: cover;
	object-position: center;
}
.bw-events-page-2-image-slider img {
    max-height: 443px;
    width: 100%;
	background: #2f2f2f;
    border-radius: 3px 3px 0 0;
    object-fit: cover;
	object-position: center;
}
.bw-events-page-2-col-1 {
    padding-left:0px !important;
    padding-right:0px !important;
}
.bw-events-page-2-col-2 {
    padding-left:0px !important;
    padding-right:0px !important;
}
.bw-events-page-2-card {
    border-radius: 2px;
    background-color: #f3f3f3;
	margin-bottom: 2rem;
    border: 0;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 1px -2px rgba(0,0,0,.12), 0 0px 1px 0 rgba(0,0,0,.12);
	height: 100%;
}
.bw-events-page-2-infopanel-body {
    padding: 25px;
}
.bw-events-page-2-infopanel-date {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 25px;
	color: #333;
    font-weight: 600;
}
.bw-events-page-2-infopanel-date-nd {
    font-size: 14px;
    vertical-align: super;
    font-weight: 600;
}
.bw-events-page-2-infopanel-body .bw-events-page-2-infopanel-title {
    margin: 0px;
    margin-bottom: 15px;
	color: #000000;
    font-weight: 600;
}
.bw-events-page-2-infopanel-price {
    margin: 0px;
	color: #333;
    font-weight: 600;
	font-size: 16px;
}
.bw-events-page-2-infopanel-icon {
    vertical-align: top;
    margin: -1px 10px 0 0;
    font-size: 18px;
    color: #333;
    float: left;
}
.bw-events-page-2-infopanel-discountlabel {
    font-size: 14px;
    line-height: 24px;
	float: right;
    margin-top: -24px;
}
.bw-events-page-2-infopanel-bookingbody {
    padding: 25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.bw-events-page-2-infopanel-action {
    border-top: solid 1px #dcdcdc;
	padding-top: 15px;
}
.bw-events-page-2-infopanel-pricing {
    margin-bottom: 15px;
}
.bw-events-page-2-infopanel-facilitator {
    margin: 0px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.bw-events-page-2-booking-capacity p {
    margin-bottom:0px;
}

.bw-events-page-2-desc-box {   
    margin-top: 35px;
}
.bw-events-page-2-desc-box-col2 {   
    margin-top: 35px;
}
.bw-events-page-2-desc-box .nav.nav-tabs {
    display: block;
	background: #fff;
    border-bottom: 0px solid #D8E0E4;
    font-size: 14px;
}
.bw-events-page-2-desc-box .nav.nav-tabs > li {
    float: none;
    display: inline-block;
}
.bw-events-page-2-desc-box .nav.nav-tabs > li + li {
    margin-left: 5px;
}
.bw-events-page-2-desc-box .nav.nav-tabs > li > a {
    position: relative;
    border: 1px solid transparent;
	padding: 5px 0px;
    margin-right: 15px;
	color: #222;
	font-weight:600;
	background: transparent;
}
.bw-events-page-2-desc-box .nav.nav-tabs > li > a:hover,
.bw-events-page-2-desc-box .nav.nav-tabs > li > a:focus {
    border-bottom: 1px solid #666;
    background: none;
	text-decoration: none;
}
.bw-events-page-2-desc-box .nav-tabs > li.active > a, 
.bw-events-page-2-desc-box .nav-tabs > li.active > a:focus, 
.bw-events-page-2-desc-box .nav-tabs > li.active > a:hover {
    border-color: transparent;
    border-bottom: 1px solid #333;
    color: #222;
	background: transparent;
	text-decoration: none;
}
.bw-events-page-2-desc-box .tab-content {
    padding:0px;
	padding-top: 20px;
	padding-bottom: 0px;
}
.bw-events-page-2-descpanel-titles {
    margin: 0px;
    margin-bottom: 10px;
    padding-top: 1px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}
.bw-events-page-2-descpanel-every {
    margin-left: 25px;
}
.bw-events-page-2-descpanel-time {
    width: 100%;
    display: block;
	margin-left: 25px;
}
.bw-events-page-2-descpanel-date {
    margin-bottom:40px;
}
.bw-events-page-2-descpanel-date p {
    font-size: 14px;
    line-height: 24px;
}
.bw-events-page-2-upcoming-title {
    font-weight: 600;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 5px;
}

/* -------------------------------
	Events - Page Details 2
------------------------------- */

.bw-events-page-3-card {
    border-radius: 2px;
    background-color: #f3f3f3;
    margin-bottom: 15px;
    border: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 1px -2px rgba(0,0,0,.12), 0 0px 1px 0 rgba(0,0,0,.12);
    height: 100%;
}
.bw-events-page-3-image-slider img {
    max-height: 600px;
    width: 100%;
    background: #2f2f2f;
    border-radius: 3px 3px 0 0;
    object-fit: cover;
    object-position: center;
}
.bw-events-page-3-infopanel-facilitator {
    margin: 0px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    float: right;
    margin-top: -30px;
}
.bw-events-page-3-infopanel-body {
    padding: 25px;
    padding-bottom: 0px;
}
.bw-events-page-3-infopanel-body .bw-events-page-3-infopanel-title {
    margin: 0px;
    margin-bottom: 5px;
	color: #000000;
    font-weight: 600;
	width: 90%;
    max-width: 90%;
}
.bw-events-page-3-infopanel-bookingbody {
    padding: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;
    bottom: 0;
}
.bw-events-page-3-infopanel-date {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 0px;
    color: #333;
    font-weight: 600;
}
.bw-events-page-3-infopanel-date i {
    margin-right: 5px;
    margin-left: 10px;
}
.bw-events-page-3-infopanel-action {
}
.bw-events-page-3-label-discounts {
    background-color: #3c3c3c;
    line-height: 24px;
}
.bw-events-page-3-infopanel-discountlabel {
    font-size: 14px;
    line-height: 24px;
    float: none;
    margin-right: 10px;
    margin-top: 0px;
    padding-top: 3px;
    display: block;
}
.bw-events-page-3-infopanel-bookingbutton {
    font-size: 14px;
    line-height: 24px;
	float: right;
    margin-top: -24px;
	margin-bottom: 20px;
}
.bw-events-page-3-desc-box {
    margin-top: 20px;
}
.bw-events-page-3-desc-box-col2 {
    margin-top: 35px;
}
		
.bw-events-modal-top {
    margin-top:100px;
}		
		
/*!
 * Modules - Booking Events
 */
/* -------------------------------
    #Responsive Styles
------------------------------- */
@media (max-width: 1600px) {
	.bw-events-list-img img {
		height: 170px !important;
	}
}
@media (max-width: 1200px) {
	.bw-events-list-img img {
		height: 140px !important;
	}
}
@media (max-width: 1024px) {
	.bw-events-listing-result-list .bw-events-listing-result-image {
		display: block;
		height: 200px;
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
}
@media (max-width: 992px) { 
	.bookingevents-top-container { 
	padding-bottom: 15px;
	}
	.bw-events-listing-result-list .bw-events-listing-result-price {
		width: 200px;
	}
	.bw-events-list-img img {
		height: 200px !important;
	}
	.bw-events-page-2-infopanel-discountlabel {
		float: none;
	}
	.bw-events-page-2-infopanel-date {
		margin-bottom: 5px;
	}
	.bw-events-page-2-infopanel-body .bw-events-page-2-infopanel-title {
		margin-bottom: 5px;
	}
	.bw-events-modal {
		padding-right:0px !important;
	}
	.event-product-thumbnail {
		padding-left: 0px;
	}
}

@media (max-width: 770px) { 
}

@media (max-width: 767px) {
.event-tiles-image {
    height: auto !important;
    box-shadow: 0 2px 2px -1px rgba(0,0,0,.2), 0 2px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
}
	.bw-events-listing-result-list .bw-events-listing-result-price {
		width: 100px;
		font-size: 20px;
	}
	.bw-events-listing-result-list>li>div {
		padding: 15px;
	}
	.bw-events-listing-result-list .bw-events-listing-result-image a {
		position: relative;
	}
	.bw-events-listing-result-list>li>div {
		display: block;
		width: 100%;
	}
	.bw-events-listing-result-list>li>.bw-events-listing-result-price {
		width: 100%;
		padding: 15px;
	}
	.bw-events-listing-result-list .btn-row {
		text-align: center;
	}
	.bw-events-listing-result-list .btn-row a {
		font-size: 12px;
	}
	.bw-events-listing-result-list .bw-events-listing-result-price .btn {
		margin-top: 15px;
	}
	.bw-events-page-2-infopanel-discountlabel {
		float: right;
	}
	.bw-events-page-2-infopanel-bookingbody {
		position:relative;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.bw-events-page-2-infopanel-body {
		padding-bottom: 0px;
	}
	.bw-events-page-2-infopanel-facilitator {
		margin-bottom: 5px;
	}
	.form-control-mobile-input-1 {
		max-width: 70px;
	}
	.form-control-mobile-input-2 {
		
	}
	.bw-events-page-mobile-discount-col-1 {
		width:150px;
	}
	.bw-events-page-mobile-discount-col-2 {
		width:62%;
	}
	.bw-events-modal-top {
		margin-top:60px;
	}	
	.bw-events-page-3-desc-box-col2 {
		margin-top: 0px;
	}
	.bw-events-page-2-desc-box-col2 {
		margin-top: 0px;
	}
}

@media (max-width: 480px) {
.bookingevents-style .fc-toolbar .fc-left {
    float: left;
    padding-bottom: 15px;
}
.bookingevents-style .fc-toolbar .fc-right {
    float: left;
    padding-bottom: 15px;
}
.bookingevents-25 {
    width: 100% !important;
    float: left;
}
.event-product-main-image {
    margin-left: 0px;
}
.event-product-thumbnail {
    display: none;
}
.event-price-1 .event-product-title {
    display: none;
}
.event-logins {
    padding-left: 10px;
}
.event-calendar-1 .nav-pills > li {
    float: none;
    width: 100%;
}
.event-product-tab .nav.nav-tabs {
    margin-left: 15px;
	margin-right: 15px;
}
.event-product-tab .tab-content {
    margin-left: 15px;
	margin-right: 15px;
	padding-left: 0px;
    padding-right: 0px;
	padding-bottom: 0px;
}
.events-card.card-primary {
    margin-left: 15px;
    margin-right: 15px;
}
.event-upcoming-title {
    margin-left: 15px;
}
.btn.btn-events-white-2 {
    font-size: 14px;
}
.bwevents-formcontrol-discount {
    margin-bottom: 14px;
    margin-top: 14px;
}
.event-top-padding {
    padding-top: 0px;
}
.event-topbar {
    width: 100%;
    margin-top: 0px;
}
.event-pills {
    padding-top: 0px;
}
.bookingevents-list-bg-1 {
    padding-left: 0px;
    padding-right: 0px;
}
.bookingevents-list-bg-1 h4 {
    margin-left: 5px;
}
.events-card .card-header i {
    margin-right: 5px;
}
.bw-cp-eventsbody .panel-body {
	padding:0px;
}
	.bw-events-listing-result-list .bw-events-listing-desc {
		display:none;
	}
	.booking-voucher-area {
		padding: 5px;
	}
	.bw-events-page-mobile-discount-col-1 {
		width: 100px;
		padding-right: 0px;
	}
	.bw-events-page-mobile-discount-col-2 {
		width: 67%;
	}
	.booking-code {
		margin-bottom: 0px;
	}
	.bw-events-page-upcoming-col-1 {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.bw-events-col-padding-3 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.bw-events-page-3-infopanel-body .bw-events-page-3-infopanel-title {
		width: 100%;
		max-width: 100%;
	}
	.bw-events-page-3-infopanel-facilitator {
		float: none;
		margin-top: 0px;
	}
	.bw-events-page-3-infopanel-bookingbutton {
		float: none;
		margin-top: 10px;
		margin-bottom: 0px;
		display: block;
	}
	.bw-events-page-3-infopanel-discountlabel {
		text-align: center;
	}
	.bw-events-page-3-infopanel-moreevents {
		display:none !important;
	}
	.event-product-mapdirections {
		padding-right: 0px;
	}
	.eventstutor {
		margin-top: 10px;
	}
}
