body.lg-on header{
     z-index: 0;
 }
.lg-icon{
    font-family: lg !important;
    line-height: 1 !important;
}
.lg-backdrop{
    background-color: rgba(0,0,0,0.9) !important;
}
.lg-sub-html h4{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.lg-thumb-outer{
    text-align: center;
}
.lg-thumb-outer .lg-thumb{
    display: inline-block;
}
body.lg-on .lg-outer{
    z-index: 9999999999;
}

.fat-container{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}
.fat-row{
    margin-left: -15px;
    margin-right: -15px;
}
.fat-container:before,
.fat-container:after,
.fat-row:after{
    content: " ";
    display: table;
    box-sizing: border-box;
}
.fat-container:after,
.fat-row:after{
    clear: both;
}
@media(max-width: 1200px){
    .fat-container{
        max-width: 100%;
    }
}

/** item column */
.fat-event-container{
    position: relative;
}
.fat-event-container a{
    text-decoration: none;
}
.fat-event-container [class*="fat-col-md-"],
.fat-event-container [class*="fat-col-xs-"],
.fat-event-container [class*="fat-col-sm-"]{
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.owl-item [class*="fat-col-md-"],
.owl-item [class*="fat-col-xs-"],
.owl-item [class*="fat-col-sm-"]{
    width: 100%;
}

@media(min-width: 992px){
    .fat-event-container .fat-col-md-2{
        width: 16.66667%;
    }
    .fat-event-container .fat-col-md-3{
        width: 25%;
    }
    .fat-event-container .fat-col-md-4{
        width: 33.33333333%;
    }
    .fat-event-container .fat-col-md-5{
        width: 20%;
    }
    .fat-event-container .fat-col-md-6{
        width: 50%;
    }
    .fat-event-container .fat-col-md-8{
        width: 66.66666667%;
    }
    .fat-event-container .fat-col-md-12{
        width: 100%;
    }

    .fat-event-container .fat-col-md-6:nth-child(2n+1){
        clear: both;
    }

    .fat-event-container .fat-col-md-4:nth-child(3n+1){
        clear: both;
    }

    .fat-event-container .fat-col-md-3:nth-child(4n+1){
        clear: both;
    }

    .fat-event-container .fat-col-md-5:nth-child(5n+1){
        clear: both;
    }

    .fat-event-container .fat-col-md-2:nth-child(6n+1){
        clear: both;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .fat-event-container .fat-col-sm-6{
        width: 50%;
    }
    .fat-event-container .fat-col-sm-6:nth-child(2n+1){
        clear: both;
    }
    .fat-event-container .fat-col-sm-12{
        width: 100%;
    }
}

@media(max-width: 767px){
    .fat-event-container .fat-col-xs-6{
        width: 50%;
    }
    .fat-event-container .fat-col-xs-12{
        width: 100%;
    }
}

@media(max-width: 400px){
    .fat-event-container [class*="fat-col-md-"],
    .fat-event-container [class*="fat-col-xs-"],
    .fat-event-container [class*="fat-col-sm-"]{
        width: 100%;
    }
}

/** Padding **/
.fat-event-sc.fat-padding-5{
    margin-left: -5px;
    margin-right: -5px;
}
.fat-event-sc.fat-padding-10{
    margin-left: -10px;
    margin-right: -10px;
}
.fat-event-sc.fat-padding-15{
    margin-left: -15px;
    margin-right: -15px;
}
.fat-event-sc.fat-padding-20{
    margin-left: -20px;
    margin-right: -20px;
}

.fat-padding-5 .fat-event-item{
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
}
.fat-padding-10 .fat-event-item{
    padding-left: 10px;
    padding-bottom: 20px;
    padding-right: 10px;
}
.fat-padding-15 .fat-event-item{
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
}
.fat-padding-20 .fat-event-item{
    padding-left: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
}

/** utils */
.fat-event-notified{
    position: fixed;
    bottom: 0px;
    right: 0px;
    max-width: 400px;
    padding: 15px 15px 15px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: rgba(48, 123, 173,0.8);
}

.text-upper{
    text-transform: uppercase;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

.fat-pd-5{
    padding: 5px;
}
.fat-pd-10{
    padding: 10px;
}
.fat-pd-15{
    padding: 15px;
}
.fat-pd-20{
    padding: 20px;
}
.fat-pd-30{
    padding: 30px;
}

.fat-mg-bottom-5{
    margin-bottom: 5px;
}
.fat-mg-bottom-15{
    margin-bottom: 15px;
}

.fat-mg-top-15{
    margin-top: 15px;
}

.fat-mg-top-30{
    margin-top: 30px;
}
.fat-mg-bottom-30{
    margin-bottom: 30px;
}
.fat-mg-top-60{
    margin-top: 60px;
}

.b-radius-5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.transition-30{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.transition-50{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/** animation **/
.fat-event-container.has-animation .fat-event-item{
    opacity: 0;
}
.fat-event-container.has-animation .fat-event-item.infinited{
    opacity: 1;
}


.waiting-init{
    opacity: 0 !important;
}

/** item style **/
.fat-event-item{
    box-sizing: border-box;
}
.skin-04 .fat-event-item-inner,
.skin-01 .fat-event-item-inner,
.skin-02 .fat-event-item-inner{
    font-size: 0;
    line-height: 1;
}

.skin-04 .fat-event-item-inner,
.skin-01 .fat-event-item-inner{
    border:solid 1px #ddd;
}

.skin-01.fat-event-item .fat-event-title{
    padding-top: 20px;
    padding-bottom: 20px;
}
.skin-01.fat-event-item .fat-event-location{
    margin-top: 10px;
}

.skin-02 .fat-event-item-inner{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);;
}

.skin-02 .fat-event-info{
   display: inline-block;
    width: 100%;
}


.fat-event-thumb{
    position: relative;
    overflow: hidden;
}

.fat-event-item .fat-event-thumb{
    line-height: 1em;
    font-size: 0;
}
.fat-event-item .fat-event-thumb .fat-event-info{
    line-height: 1.5em;
}
.fat-event-thumb img{
    width: 100%;
    height: auto;
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -ms-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;

}
.fat-event-thumb.has-hover-effect:hover img{
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.fat-event-thumb .fat-event-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
}

.fat-event-thumb:hover .fat-event-hover{
    opacity: 1;
}

.fat-event-thumb-overlay{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    pointer-events: none;
}

.fat-event-hover .fat-event-hover-inner{
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fat-event-hover-inner a{
    font-size: 20px;
    color: #000;
    padding: 15px;
    text-decoration: none;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    -webkit-transition: opacity 0.4s, transform 0.7s;
    -moz-transition: opacity 0.4s, transform 0.7s;
    -ms-transition: opacity 0.4s, transform 0.7s;
    -o-transition: opacity 0.4s, transform 0.7s;
    transition: opacity 0.4s, transform 0.7s;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.fat-event-hover-inner a.fat-event-view-gallery,
.fat-event-hover-inner a.fat-event-view-video{
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fat-event-thumb:hover .fat-event-hover-inner a{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.fat-event-title a{
    font-size: 18px;
}
.fat-event-meta{
    font-size: 14px;
}

.fat-event-location{
    font-size: 14px;
    display: block;
    line-height: 1.4em;
}

.fat-event-filter-container{
    text-align: center;
    margin-bottom: 50px;
}
.fat-event-filter-container input,
.fat-event-filter-container select{
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.fat-event-filter-container input{
    line-height: 1em !important;
}

.skin-02 .fat-event-start{
    text-align: center;
    color: #000;
    float: left;
    display: inline-block;
    width: 80px;
}
.fat-event-start .event-month{
    text-transform: uppercase;
    font-size: 14px;
}
.fat-event-start .event-day{
    font-size: 24px;
    line-height:1em;
    display: block;
}

.fat-event-item.skin-02 .fat-event-meta{
    padding-left: 15px;
    line-height: 1.5em;
    margin-top: -5px;
    float: left;
    width: calc(100% - 80px);
}

.skin-02 .fat-event-date-wrap{
    float: left;
    display: inline-block;
    max-width: 80px;
    text-align: center;
}
.skin-02 .fat-event-date-wrap .fat-event-start{
    width: 100%;
    margin-bottom: 5px;
}

.fat-event-info{
    position: relative;
    padding: 20px 30px;
}

.skin-04 .fat-event-meta,
.skin-01 .fat-event-meta{
    display: inline-block;
    width: 100%;
}
.skin-01 .fat-event-meta{
    background-color: #f7f7f7;
}


.skin-04 .fat-event-meta .fat-event-meta-date,
.skin-01 .fat-event-meta .fat-event-meta-date{
    float: left;
    width: 50%;
}
.skin-04 .fat-event-meta .fat-event-meta-time,
.skin-01 .fat-event-meta .fat-event-meta-time{
    width: 50%;
    float: left;
}

.fat-event-except{
    font-size: 14px;
    padding: 0px 15px 15px 15px;
}
.fat-event-tags{
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.skin-03 .fat-event-info{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    color: #fff;
}
.skin-03 .fat-event-title{
    text-transform: uppercase;
    font-size: 18px;
}

.skin-03 .fat-event-info i{
    font-size: 16px;
    padding-right: 15px;
}
.skin-03 .fat-event-title i{
    padding-right: 10px ;
}
.skin-03 .fat-event-location i{
    font-size: 18px;
    padding-left: 2px;
}

.skin-03 .fat-event-footer{
    padding: 30px;
    text-align: center;
    background-color: #2171c6;
}

.cd-skin-02 a.fat-event-bt,
.skin-03 a.fat-event-bt{
    border:solid 1px #fff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
}
.skin-03 .fat-event-item-inner:hover{
    box-shadow: 5px 5px 30px 5px rgba(0,0,0,0.2);
}
.skin-03 .fat-event-item-inner:hover .fat-event-footer{
    background-color: #fff;
}

.cd-skin-02 .fat-event-item-inner a.fat-event-bt:hover,
.skin-03 .fat-event-item-inner:hover a.fat-event-bt{
    background-color: #2171c6 ;
    border-color: #2171c6;
}

.skin-05 .fat-event-item-inner{
    position: relative;
}
.skin-05 .fat-event-info{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    pointer-events: none;
    box-sizing: border-box;
}

.skin-05 .fat-event-start{
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 0px;
    padding-left: 30px;
    width: 100%;
    text-align: left;
}
.skin-05 .event-day,
.skin-05 .event-month{
    display: block;
}
.skin-05 .event-day{
    font-size: 30px;
}
.skin-05 .event-month{
    font-size: 16px;
    margin-bottom: 5px;
}
.skin-05 .fat-event-meta-time{
    text-transform: capitalize;
}

.skin-05 .fat-event-start,
.skin-05 .fat-event-location,
.skin-05 .fat-event-title a,
.skin-06 .fat-event-start,
.skin-06 .fat-event-location,
.skin-06 .fat-event-title a{
    color: #fff;
}

.skin-06 .fat-event-item-inner{
    position: relative;
}

.skin-06 .fat-event-start{
    position: absolute;
    top: 15px;
    right: 20px;
    text-align: center;
}
.skin-06 .fat-event-start .event-day{
    font-size: 50px;
}
.skin-06 .fat-event-start .event-month{
    font-size: 16px;
}

.skin-06 .fat-event-meta{
    position: absolute;
    bottom: 20px;
    padding-left: 20px;
    width: 100%;
}
.skin-06 .fat-event-title a{
    text-transform: uppercase;
}

.skin-06 .fat-event-booking-info{
    margin-top: 5px;
}
.skin-06 .fat-event-booking-info span,
.skin-06 .fat-event-booking-info span i{
    color: #fff;
}
.skin-06 .fat-event-booking-info span i{
    padding-right: 5px;
}
.skin-06 .fat-event-booking-info span{
    padding-right: 10px;
}


.skin-02.extra-skin-07 .fat-event-item-inner{
    box-shadow: none;
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.skin-02.extra-skin-07 .fat-event-thumb{
    width: 45%;
    float: left;
}

.skin-02.extra-skin-07 .fat-event-info{
    width: 55%;
    float: left;
}
.skin-02.extra-skin-07 .fat-event-meta{
    padding-left: 0px;
    margin-top: 0px;
}
.skin-02.extra-skin-07 .fat-event-except{
    padding-left: 0px;
    padding-right: 0px;
}
.skin-02.extra-skin-07 .fat-event-info{
    padding: 0 0 0 30px;
}



/** paging */
.fat-paging-navigation-wrap{
    margin-top: 30px;
    position: relative;
}
.fat-paging-navigation-wrap.center{
    text-align: center;
}
.fat-paging-navigation-wrap.left{
    text-align: left;
}
.fat-paging-navigation-wrap.right{
    text-align: right;
}

.fat-paging-navigation-wrap .page-numbers{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background-color: #ddd;
    color: #343434;
}

.fat-paging-navigation-wrap .page-numbers.process,
.fat-paging-navigation-wrap .page-numbers.current,
.fat-paging-navigation-wrap .page-numbers:hover{
    background-color: #343434;
    color: #fff;
    overflow: hidden;
}

.fat-paging-navigation-wrap .next.page-numbers i,
.fat-paging-navigation-wrap .prev.page-numbers i{
    margin-left: 10px;
    margin-right: 10px;
}

.fat-paging-navigation-wrap .epic-spinner-loading-inner{
    top:50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fat-paging-navigation-wrap a.fat-event-load-more{
    display: inline-block;
    padding: 15px;
    color: #000;
    text-transform: uppercase;
}

/** carousel **/


.fat-event-container .owl-carousel .owl-prev,
.fat-event-container .owl-carousel .owl-next{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fat-event-sc div{
    box-sizing: border-box;
}
.fat-event-sc.event-slide.item-skin-02 .owl-stage-outer{
    margin-left: -5px;
    margin-right: -5px;
    padding-right: 5px;
    padding-left: 5px;
}

.fat-event-sc.event-slide.item-skin-03 .owl-stage-outer{
    margin-left: -10px;
    margin-right: -10px;
    padding-right: 10px;
    padding-left: 10px;
}

.fat-event-container .owl-carousel .skin-03.fat-event-item{
    padding-bottom: 20px;
    padding-top: 15px;
}
.fat-event-container .owl-carousel .skin-02.fat-event-item{
    padding-top: 5px;
    padding-bottom: 5px;
}

.fat-event-container .owl-carousel.owl-loaded{
    opacity: 1;
}
.fat-event-container .owl-carousel .owl-prev{
    left: -60px;
}
.fat-event-container .owl-carousel .owl-next{
    right: -60px;
}
/*.fat-event-container .owl-carousel:hover .owl-prev{
    left: 10px;
}
.fat-event-container .owl-carousel:hover .owl-next{
    right: 10px;
}*/

.fat-event-container .owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.fat-event-container .owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border:solid 1px #ccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fat-event-container .owl-carousel .owl-dots .owl-dot.active,
.fat-event-container .owl-carousel .owl-dots .owl-dot:hover{
    background-color: #ccc;
}

/** countdown **/
.fat-event-sc.event-countdown .fat-event-item-inner{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.fat-event-sc.event-countdown .cd-skin-01 .fat-event-item-inner{
    display: flex;
}

.fat-event-sc.event-countdown .cd-skin-02 .fat-event-item-inner{
    padding: 90px 30px;
}

.fat-event-sc.event-countdown .fat-event-item{
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.fat-event-sc.event-countdown .fat-event-col-left,
.fat-event-sc.event-countdown .fat-event-col-right{
    width: 50%;
    padding: 30px;
    color: #fff;
    position: relative;
}

.fat-event-sc.event-countdown .fat-event-meta{
    text-transform: capitalize;
}

@media (max-width: 600px){
    .fat-event-sc.event-countdown .cd-skin-01 .fat-event-item-inner{
        display: block;
    }
    .fat-event-sc.event-countdown .fat-event-col-left,
    .fat-event-sc.event-countdown .fat-event-col-right{
        width: 100%;
    }
    .cd-skin-01 .fat-event-left-inner{
        position: relative;
        top: 0%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .cd-skin-01 .fat-event-col-left{
        text-align: center;
    }
    .fat-event-sc.event-countdown .fat-event-cd-info{
        margin: 0 !important;
        width: 50% !important;
    }
}

.fat-event-sc.event-countdown .fat-event-cd{
    font-size: 0;
}
.fat-event-sc.event-countdown .fat-event-cd-inner{
    display: inline-block;
}
.fat-event-sc.event-countdown .fat-event-cd-info{
    width: 100px;
    float: left;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 20px;
}

.fat-event-cd-info h5,
.fat-event-cd-info h4{
    color: #fff;
    margin: 0;
    padding: 0;
    line-height:1em;
}
.fat-event-cd-info h4{
    font-size: 32px;
}
.fat-event-cd-info h5{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.fat-event-sc.event-countdown .fat-event-title a{
    font-size: 24px;
    font-weight: 600;
    color:  #fff;
    margin-bottom: 10px;
    line-height: 1em;
    display: inline-block;
}

.fat-event-col-left{
    position: relative;
}
.fat-event-left-inner{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-skin-01 .fat-event-bt{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}
.cd-skin-01 .fat-event-bt i{
    padding-left: 5px;
}
.cd-skin-01 .fat-event-bt:hover i{
    padding-left: 10px;
}

.cd-skin-02 .fat-event-title,
.cd-skin-02 .fat-event-header,
.cd-skin-02 .fat-event-meta,
.cd-skin-02 .fat-event-cd,
.cd-skin-02 .fat-event-footer{
    position: relative;
    text-align: center;
}

.cd-skin-02 .fat-event-header{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2em;
}
.cd-skin-02 .fat-event-header:after{
    content: '';
    position: absolute;
    width: 50px;
    border-top: solid 3px #fff;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fat-event-sc.event-countdown .cd-skin-02 .fat-event-title a{
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cd-skin-02 .fat-event-except,
.cd-skin-02 .fat-event-meta{
    color: #d8d8d8;
    font-size: 16px;
}
.cd-skin-02 .fat-event-except{
    position: relative;
    text-align: center;
    font-size: 18px;
}

.cd-skin-02 .fat-event-cd{
    margin-top: 50px;
}

.fat-event-sc.event-countdown .cd-skin-02  .fat-event-cd-info{
    width: 200px;
    display: inline-block;
    float: none;
}
.cd-skin-02  .fat-event-cd-info h4{
    font-size: 48px;
}

/** conference */
.fat-event-sc.event-conference .fat-event-item{
    display: flex;
}
.fat-event-sc.event-conference .fat-event-item:not(:last-child){
    border-bottom: solid 1px #eee;
}

.fat-event-confer-detail .fat-event-content .fat-event-title a{
    color: inherit;
}

.event-conference .fat-event-item .fat-event-confer-detail{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    width: 100%;
}
.event-conference .fat-event-item .fat-event-confer-detail:before{
    height: 100%;
    position: absolute;
    content: '';
    top:0;
    left:0;
    border-left:solid 3px #ddd;
}
.event-conference .fat-event-item .fat-event-date{
    width: 15%;
}

.fat-event-confer-detail .fat-event-time-ranger{
    float: left;
    text-align: center;
    width: 150px;
}
.fat-event-confer-detail .fat-event-content{
    float: left;
}
.fat-event-confer-detail li{
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 5px;
}
.fat-event-confer-detail li:not(:last-child){
    border-bottom: dashed 1px #eee;
}

.fat-event-confer-detail .fat-event-title{
    display: block;
}
.fat-event-confer-detail .fat-event-organizer,
.fat-event-confer-detail .fat-event-location{
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
}
.fat-event-confer-detail .fat-event-organizer i,
.fat-event-confer-detail .fat-event-location i{
    padding-right: 5px;
}

.fat-event-weekday,
.fat-event-fullday{
    display: block;
    text-align: center;
}
.fat-event-weekday{
    font-size: 18px;
}

/** list */
.list-skin-01 .fat-event-item-inner,
.list-skin-02 .fat-event-item-inner{
    display: table;
    background-color: #f7f7f7;
    align-items: center;
    width: 100%;
}

.list-skin-01 .fat-event-start{
    display: table-cell;
    width: 120px;
    text-align: center;
    background-color: #252525;
    padding: 25px 15px;
    color: #fff;
    vertical-align: middle;
}

.list-skin-01 .fat-event-start .event-month,
.list-skin-01 .fat-event-start .event-day{
    display: block;
}

.list-skin-01 .event-day,
.list-skin-01 .event-month{
    display: block;
}

.list-skin-01 .event-day{
    font-size: 30px;
    font-weight: 600;
}

.list-skin-01 .fat-event-title,
.list-skin-02 .fat-event-title{
    display: table-cell;
    width: calc(100% - 350px);
    vertical-align: middle;
    padding: 10px 15px 10px 65px;
    text-align: left;

}
.list-skin-01 .fat-event-fees{
    display: table-cell;
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.list-skin-01 .fat-event-fees-label{
    font-weight: 400;
    color: #6a6a6a;
}
.list-skin-01 .fat-event-action-groups:hover{
    background-color: #252525;
}
.list-skin-01 .fat-event-action-groups:hover a{
    color: #fff;
}
.list-skin-01 .fat-event-action-groups{
    display: table-cell;
    width: 200px;
    text-align: center;
    position: relative;
}
.list-skin-01 .fat-event-action-groups a{
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-left: solid 1px #ddd;
}

.list-skin-01 .fat-event-location,
.list-skin-02 .fat-event-location,
.list-skin-01 .fat-event-title a,
.list-skin-02 .fat-event-title a{
    color: #000;
}

.list-skin-01 .fat-event-title a i{
    padding-right: 5px;
}

.list-skin-02 .fat-event-title a{
    font-size: 16px;
}
.list-skin-02 .fat-event-title a i{
    padding-left: 2px;
    padding-right: 8px;
    font-size: 14px;
}

.list-skin-01 .fat-event-location i,
.list-skin-02 .fat-event-location i{
    padding-right: 10px;
    padding-left: 5px;
    font-size: 16px;
}

.list-skin-01 .fat-event-meta-time,
.list-skin-02 .fat-event-meta-time{
    font-size: 14px;
}

.list-skin-01 .fat-event-meta-time i,
.list-skin-02 .fat-event-meta-time i{
    padding-left: 3px;
    padding-right: 10px;
}

.list-skin-02 .fat-event-item-inner{
    border-bottom:solid 1px #ddd;
}
.list-skin-02 .fat-event-thumb{
    width: 100px;
    height: auto;
    display: table-cell;
}

@media (max-width: 768px){
    .fat-event-sc.event-conference .fat-event-item{
        display: block;
    }
    .event-conference .fat-event-item .fat-event-date{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .fat-event-weekday,
    .fat-event-fullday{
        display: inline-block;
        text-align: left;
        font-size: 18px;
        font-weight: 600;
    }
    .event-conference .fat-event-item .fat-event-confer-detail{
        padding-left: 20px;
    }
    .event-conference .fat-event-item .fat-event-confer-detail:before{
        display: none;
    }
    .fat-event-confer-detail .fat-event-time-ranger{
        text-align: left;
        width: 100px;
    }
    .fat-event-confer-detail .fat-event-content{
        width: calc(100% - 100px);
    }

    .list-skin-01 .fat-event-item-inner,
    .list-skin-01 .fat-event-start,
    .list-skin-01 .fat-event-title,
    .list-skin-01 .fat-event-fees,
    .list-skin-01 .fat-event-action-groups{
        display: inline-block;
        width: 100%;
    }
    .list-skin-01 .fat-event-title{
        padding: 30px;
    }

    .list-skin-01 .fat-event-fees{
        padding-left: 35px;
    }

    .list-skin-01 .fat-event-fees-label,
    .list-skin-01 .fat-event-fees{
        display: inline-block;
        text-align: left;
    }
    .list-skin-01 .fat-event-action-groups{
        margin-top: 5px;
        margin-bottom: 20px;
        padding-left: 35px;
    }

    .list-skin-01 .fat-event-action-groups a{
        position: relative;
        display: inline-block;
        text-align: left;
        border: none;
    }

    .list-skin-01 .fat-event-action-groups:hover,
    .list-skin-01 .fat-event-action-groups:hover a{
        color: #000;
        background-color: transparent;
    }
}

/** timetable */
.fat-event-container.event-timetable .fc-widget-header a{
    font-weight: 600;
    color: #000;
}
.fat-event-container .fc-head table{
    margin-bottom: 0px;
}

.fat-event-container .fc-head .fc-day-header{
    padding-top: 10px;
    padding-bottom: 10px;
}

.fat-event-container .fc-day-grid .fc-day-top:not(.fc-other-month) a{
    color: #000;
}

.fat-event-container .fc-day-grid a.fc-event:hover{
    background-color: #3a87ad;
}

.fat-event-container.event-timetable .epic-spinner-loading{
    background-color: rgba(255,255,255,0.95);
}

.fat-event-container .fc-view{
    overflow: hidden;
}

/** popup event */
.fat-event-popup-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0,0,0,0.8);
}

.fat-event-popup-modal.booking-popup{
    z-index: 999999999;
}

.fat-event-popup-modal .fat-event-popup-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px 0px 35px rgba(255,255,255,0.3);
    max-width: 90%;
    width: 1000px;
    max-height: 95%;
    background-color: #fff;
    min-height: 690px;
}

.fat-event-popup-modal.fat-event-popup-single .fat-event-popup-inner{
    min-height: 300px;
}
.fat-event-popup-modal.booking-popup .fat-event-popup-inner{
    min-height: 300px;
    width: 500px;
    max-width: 90%;
    max-height: 95%;
    overflow: hidden;
}

.fat-event-popup-modal.booking-popup .fat-event-popup-inner .fat-popup-fields{
    overflow: hidden;
}

.fat-event-popup-modal .fat-event-popup-detail{
    position: relative;
}

.fat-event-popup-modal .fat-close-popup{
    position: absolute;
    top: -27px;
    right: -25px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
@media (max-width: 500px){
    .fat-event-popup-modal .fat-close-popup{
        right: -5px;
    }
}
.fat-event-popup-thumb{
    position: relative;
}
.fat-event-popup-thumb img{
    width: 100%;
    height: auto;
    max-height: 350px;
}

.fat-event-popup-info{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 15px 30px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.fat-event-popup-title a,
.fat-event-popup-title{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.fat-event-popup-time,
.fat-event-popup-location{
    font-size: 14px;
}
.fat-event-popup-location i{
    padding-right: 7px;
    padding-left: 2px;
}
.fat-event-popup-location a{
    padding-left: 15px;
    color: #fff;
}
.fat-event-popup-time i{
    padding-right: 5px;
}

.fat-event-popup-time,
.fat-event-meta-time > span{
    text-transform: capitalize;
}

.fat-event-popup-content-wrap{
    padding: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.fat-event-popup-content{
    float: left;
    width: 65%;
    min-height: 50px;
}
.fat-event-popup-content .container{
    max-width: 100%;
}

.fat-event-popup-content .fat-video-embed{
    display: none;
}
.fat-event-meta-wrap{
    float: left;
    width: 35%;
}

.fat-event-popup-modal .fat-form-field{
    padding: 15px 15px 30px 30px;
    display: inline-block;
    width: 100%;
}

.fat-event-popup-modal.booking-popup .fat-popup-fields{
    overflow: auto;
    position: relative;
    padding-right: 15px;
    padding-bottom: 60px;
}

.fat-popup-field input,
.fat-popup-field textarea{
    border: solid 1px #ddd;
    width: 100%;
    margin-bottom: 6px;
    padding: 0px 10px;
    line-height: 2.4em !important;
    font-size: 14px;
}

.fat-popup-field input{
    height: 33px;
}
.fat-popup-field .selectize-control .selectize-input{
    height: 34px;
}
.fat-popup-field .selectize-control input{
    height: auto;
}
.fat-popup-field select{
    width: 100%;
    border: solid 1px #ddd;
    margin-bottom: 6px;
    max-height: 42px;
    padding: 6px 10px;
    font-size: 14px;
    height: 33px;
}
.fat-popup-field textarea{
    padding: 5px;
    font-size: 14px;
}

.fat-popup-field input[type="radio"]{
    width: auto;
    border: none;
}

.fat-popup-title{
    position: relative;
}
.fat-popup-title:before{
    content: "";
    background-color: #c3c3c3;
    width: 100%;
    height: 1px;
    bottom: -10px;
    position: absolute;
}
.fat-event-popup-modal.booking-popup .fat-popup-title h4{
    margin-bottom: 20px;
}
.fat-event-popup-modal.booking-popup label{
    font-weight: normal;
    color: inherit;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.fat-popup-bt{
    display: inline-block;
    padding: 10px 15px;
    border: solid 1px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    line-height: 1;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fat-popup-bt:hover{
    text-decoration: none !important;
    -webkit-box-shadow: 0px 0px 10px;
    -moz-box-shadow: 0px 0px 10px;
    box-shadow: 0px 0px 10px;
}

.fat-popup-field-group{
    margin-left: -5px;
    margin-right: -5px;
}


.fat-popup-field{
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.fat-popup-field.fat-popup-field-half-size{
    width: 50%;
    float: left;
}
.fat-event-quantity-info.fat-popup-field-ticket-class-size{
    width: 17%;
    float: left;
}

.fat-event-fees-info.fat-popup-field-ticket-class-size{
    width: 31%;
    float: left;
}
.fat-popup-field.fat-event-ticket-class-info{
    width: 50%;
    float: left;
}

.fat-popup-field{
    padding-right: 5px;
}

.fat-popup-error-message{
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.fat-event-popup-modal.booking-popup .fat-event-fees-info{
    position: relative;
    top: 5px;
}

.fat-event-popup-message{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
}

.fat-event-fees-info{
    padding-top: 24px;
}

.fat-popup-field:not(.error-field) input:active,
.fat-popup-field:not(.error-field) input:focus,
.fat-popup-field:not(.error-field) textarea:active,
.fat-popup-field:not(.error-field) textarea:focus,
.fat-popup-field:not(.error-field) select:active,
.fat-popup-field:not(.error-field) select:focus{
    border-color: #343434;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/** single */

.fat-event-single .fat-event-meta-wrap{
    width: 100%;
    float: none;
    padding-left: 30px;
}

.fat-event-popup-fees strong{
    font-weight: 600;
}

.fat-event-single .fat-google-map{
    height: 250px;
}

.fat-event-popup-content-wrap.ps--active-y .ps__rail-y{
    opacity: 1 !important;
}

.fat-event-popup-content-wrap.ps--active-y .ps__rail-y .ps__thumb-y{
    width: 10px !important;
}

.fat-event-popup-fees{
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    font-size: 14px;
}
.fat-event-popup-fees li{
    line-height: 1.1em;
    margin-bottom: 5px;
}

.fat-event-single .fat-event-register,
.fat-event-popup-modal .fat-event-register{
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin-top: 5px;
}

.fat-event-single .fat-event-meta-wrap h4.fat-event-meta-title,
.fat-event-popup-modal .fat-event-meta-wrap h4.fat-event-meta-title{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    line-height: 1.3em;
}

.fat-event-popup-modal .fat-event-meta-wrap h4.fat-event-meta-title:not(:first-child){
    margin-top: 15px;
}
.fat-event-single .fat-event-meta-wrap h4.fat-event-meta-title:not(:first-child){
    margin-top: 30px;
}
.fat-event-single .fat-event-meta-wrap h4:after,
.fat-event-popup-modal .fat-event-meta-wrap h4:after{
    content: "";
    border-bottom: solid 1px #ddd;
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin-left: 10px;
}
.fat-event-popup-modal div{
    box-sizing: border-box;
}
.fat-event-single .fat-event-organizer,
.fat-event-popup-modal .fat-event-organizer{
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 15px;
}

.fat-event-single .organizer-thumb,
.fat-event-popup-modal .organizer-thumb{
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.fat-event-single .organizer-info,
.fat-event-popup-modal .organizer-info{
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    width: calc(100% - 80px);
}
.organizer-info li{
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 0px;
}
.organizer-info li i{
    padding-right: 5px;
}

.organizer-info a{
    word-break: break-word;
    font-size: 12px;
    overflow: hidden;
}

.fat-event-hourly-schedule{
    margin: 0;
    padding: 0 0 0 35px;
    list-style-type: circle;
    font-size: 14px;
}

.fat-event-share{
    padding-left: 20px;
}
.fat-event-share a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ddd;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}
.fat-event-share a i{
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    font-family: FontAwesome !important;
}
.fat-event-share a:hover{
    background-color: #343434;
    color: #fff;
}

@media (max-width: 991px){
    .fat-event-popup-content,
    .fat-event-meta-wrap{
        float: none;
        width: 100%;
    }
    .fat-event-meta-wrap{
        margin-top: 30px;
    }
    .fat-event-popup-modal:not(.booking-popup) .fat-event-popup-inner{
        min-height: 600px;
    }
}
@media (max-width: 600px){
    .fat-event-popup-modal.fat-event-popup-single:not(.booking-popup) .fat-event-popup-inner{
        min-height: 450px;
    }
    .fat-event-popup-modal .fat-close-popup{
        right: 0px;
        top: -3px;
        z-index: 99999;
    }
}

/** timeline */
.fat-event-sc.event-timeline .fat-event-meta-time{
    font-size: 14px;
}
.fat-event-sc.event-timeline .fat-event-meta-time i{
    padding-right: 5px;
}
.fat-event-sc.event-timeline .fat-event-location i{
    padding-left: 2px;
    padding-right: 7px;
}

.timeline-skin-02 h5{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}
.timeline-skin-02 a.cd-read-more{
    margin-top: 15px;
}
.timeline-skin-02 .fat-event-hourly-schedule{
    padding-left: 0;
    list-style: none;
}

.timeline-skin-03.has-background .cd-timeline-content{
    background-position: center;
    background-size: cover;
    position: relative;
}

.fat-event-sc.event-timeline .fat-event-except{
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}

.fat-event-sc .timeline-skin-03.has-background .cd-timeline-content div:not(.fat-event-thumb-overlay),
.fat-event-sc .timeline-skin-03.has-background .cd-timeline-content > *:not(.cd-date):not(.fat-event-thumb-overlay),
.fat-event-sc .timeline-skin-03.has-background .cd-timeline-content a,
.fat-event-sc .timeline-skin-03.has-background .cd-timeline-content h2{
    color: #fff;
    position: relative;
}

.timeline-skin-03.has-background .cd-timeline-content::before{
    display: none;
}

@media(max-width: 768px){
    .fat-event-sc .cd-timeline-content .cd-date{
        opacity: 1;
        position: relative;
        font-size: 14px;
    }

    .timeline-skin-03.has-background .cd-date{
        color: #fff;
    }

    .timeline-skin-01 .cd-read-more,
    .timeline-skin-03 .cd-read-more{
        padding-top: 10px;
    }
}

.fat-event-sc.calendar-widget .epic-spinner-loading{
    background-color: rgba(255,255,255,0.6);
}
.fat-event-sc.calendar-widget .epic-spinner-loading-inner{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fat-event-sc.calendar-widget .events.in a{
    color: #fff;
}

.fc-list-table td{
    padding: 8px 14px !important;
}

@media (max-width: 500px){
    .fat-event-sc.calendar-widget .day-name{
        font-size: 8px;
        letter-spacing: 0px;
    }
    .fat-event-sc.calendar-widget .day-number{
        font-size: 14px;
        letter-spacing: 0px;
    }
}

/** metro **/
.metro-skin-01 .fat-event-item-inner{
    position: relative;
}
.metro-skin-01 .fat-event-info{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    pointer-events: none;
    color: #fff;
    padding: 15px;
}

.fat-event-sc.event-masonry{
    min-height: 280px;
}

.metro-skin-01 .fat-event-title a{
    font-size: 22px;
    color: #fff;
}
.metro-skin-01 .fat-event-meta{
    font-size: 16px;
}
.fat-event-seats-available{
    line-height: 1.2em;
    margin-top: 10px;
}

.fat-event-popup-single.hide-col-right .fat-event-popup-content,
.fat-event-single.hide-col-right .fat-col-md-8.fat-col-left{
    width: 100%;
    padding-right: 0px;
}
.fat-event-popup-single .fat-event-meta-wrap{
    padding-left: 30px;
}
.fat-event-popup-single.hide-col-right .fat-event-meta-wrap,
.fat-event-single.hide-col-right .fat-col-md-4.fat-col-right{
    display: none;
}
.fat-event-single .fat-event-popup-title{
    color: #fff;
}

.fat-event-filter-container ul.fat-event-filter{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.fat-event-filter-container ul.fat-event-filter li{
    display: inline-block;
    margin: 5px;
}
.fat-event-filter-container ul.fat-event-filter li a{
    text-transform: uppercase;
    font-weight: 500;
    color: #9c9c9c;
}
.fat-event-filter-container ul.fat-event-filter li a.active,
.fat-event-filter-container ul.fat-event-filter li a:hover{
    color: #343434;
}

.fat-event-more-detail{
    margin-top: 30px;
}

body.single-fat-event .container{
    margin: auto;
}

body.single-fat-event .fat-event-single.fat-event-container,
body.single-fat-event .comments-area{
    margin-bottom: 30px;
}

body.single-fat-event .fat-event-single.fat-event-container{
    margin-top: 30px;
}

/** for Uncode theme */
body.single-fat-event .menu-wrapper{
    background-color: #000;
}

/** map event */
.fat-event-google-map-container .fat-event-google-map-marker{
    display: none;
}

.fat-event-google-map-container .fat-event-list{
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
    list-style: none;
}
.fat-event-google-map-container .fat-event-list li{
    padding-bottom: 10px;
}

.fat-event-google-map-container .fat-event-marker{
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.75);
}

.fat-event-google-map-container .fat-event-marker-inner,
.fat-event-google-map-container .fat-event-marker{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.fat-event-google-map-container .fat-event-marker-inner,
.fat-event-google-map-container .fat-event-number{
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.fat-event-google-map-container .fat-event-marker-inner{
    width: 25px;
    height: 25px;
    background-color: blue;
}

.fat-event-google-map-container .fat-event-number{
    position: absolute;
    color: #fff;
    font-size: 16px;
}

.fat-event-google-map-container .fat-event-location{
    font-size: 16px;
    font-weight: 400;
}

.fat-event-google-map-container .fat-event-title,
.fat-event-google-map-container .fat-event-time{
    display: block;
    color: #848484;
}
.fat-event-google-map-container .fat-event-title a{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color:#848484;
}
.fat-event-google-map-container .fat-event-title a:hover{
    color: #343434;
}
.fat-event-google-map-container input.search-box{
    display: none;
}
.fat-event-google-map-container .gm-style input.search-box{
    display: block;
    left: auto !important;
    right: 0 !important;
    margin-top: 10px;
    margin-right: 10px;
    width: 300px;
    max-width: 80%;
}

.fat-event-popup-modal.fat-event-popup-single{
    z-index: 999999999;
}

.organizer-social a{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #444;
}


.fat-event-field-group .fat-event-field.fat-cmb-images-wrap{
    width: 100%;
}

.fat-event-sections{
    margin-top: 30px;
}

.fat-event-sections .fat-event-tabs{
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: solid 1px #eee;
    margin-bottom: 15px;
}

.fat-event-sections .fat-event-tabs li{
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fat-event-sections .fat-event-tabs li.active a{
    color: #343434;
}
.fat-event-sections .fat-event-tabs li:hover:before,
.fat-event-sections .fat-event-tabs li.active:before{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: solid 2px #343434;
}

.fat-event-tab-content{
    display: none;
}
.fat-event-tab-content.active{
    display: block;
}

.booking-popup .ps__rail-x{
    display: none !important;
}

/** stripe **/
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--invalid {
    border-color: red;
}

.StripeElement--invalid,
#stripe-payment-form #card-errors,
.ElementsApp .InputElement.is-invalid{
    color: red !important;
}

#stripe-payment-form #card-errors{
    font-size: 14px;
}
#stripe-payment-form button{
    display: none !important;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
#stripe-payment-form{
    margin-bottom: 6px;
    display: none;
}
.fat-event-popup-modal .ps--active-x > .ps__rail-x{
    display: none !important;
}
.clear-both{
    clear: both;
}

.fat-event-popup-content .more-detail-wrap{
    margin-top: 30px;
}

body.hide-overflow{
    overflow: hidden;
}

@media(max-width: 600px){
    .fat-event-popup-modal{
        top: 0px !important;
    }
}
.fat-event-item.no-upcoming-event{
    display: block !important;
    width: 100%;
    opacity: 1 !important;
    text-align: center;
}
.fat-event-container.event-timetable table td{
    padding: 0 !important;
}

.fat-event-popup-thumb{
    line-height: 1em;
}
.fat-event-popup-thumb .fat-event-popup-info{
    line-height: 1.5em;
}
/** woocommerce */
.woocommerce ul.order_details li:first-child{
    padding-left: 15px;
}

.fat-cmb-select-wrap .fat-cmb-field .chosen-container{
    display: none !important;
}
.fat-cmb-field ul li:before,
.fat-cmb-field ul li:after{
    display: none !important;
}

a.bt-apply-coupon{
    display: inline-block;
    padding: 8px 15px;
    background-color: #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.bt-apply-coupon:hover{
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.fat-coupon-discount-message,
.fat-coupon-error-message{
    display: block;
    font-size: 14px;
    float: left;
    width: 100%;
}
.fat-coupon-error-message{
    color: red;
}

.fat-error-field:not(.fat-event-radio-group):not(.fat-event-checkbox-group){
    border: solid 1px red !important;
}

.fat-popup-field.form-control{
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    width: 100%;
}

.fat-popup-field{
    float: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.fat-event-popup-modal.booking-popup label{
    font-weight: normal;
    color: inherit;
    font-size: 14px;
    line-height: 1.1em;
    position: relative;
    top: -2px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

.fat-event-popup-modal.booking-popup .fat-popup-fields{
    overflow: auto;
    position: relative;
    padding-right: 15px;
    padding-bottom: 30px;
}

.fat-popup-title{
    position: relative;
}
.fat-popup-title:before{
    content: "";
    background-color: #c3c3c3;
    width: 100%;
    height: 1px;
    bottom: -10px;
    position: absolute;
}

@media(max-width: 500px){
    .fat-popup-fields .fat-popup-field-half-size,
    .fat-event-quantity-info.fat-popup-field-ticket-class-size,
    .fat-event-fees-info.fat-popup-field-ticket-class-size,
    .fat-popup-field.fat-event-ticket-class-info{
        width: 100%;
    }
}
.fat-event-fees-info{
    padding-top: 24px;
}


.fat-event-popup-modal.booking-popup .fat-event-radio-item input,
.fat-event-popup-modal.booking-popup .fat-event-radio-item label,
.fat-event-popup-modal.booking-popup .fat-event-checkbox-item input,
.fat-event-popup-modal.booking-popup .fat-event-checkbox-item label{
    display: inline-block;
    width: auto;
    height: auto;
}
.fat-event-popup-modal.booking-popup .fat-event-radio-group .fat-event-radio-item,
.fat-event-popup-modal.booking-popup .fat-event-checkbox-group .fat-event-checkbox-item{
    display: block;
}

.fat-event-radio-group.inline .fat-event-radio-item,
.fat-event-checkbox-group.inline .fat-event-checkbox-item{
    display: inline-block;
    padding-right: 10px;
}

.fat-event-radio-group.fat-error-field label,
.fat-event-checkbox-group.fat-error-field label{
    color: red;
}

.xdsoft_datetimepicker{
    z-index: 99999999999 !important;
}

.fat-event-fees-package{
    padding: 10px 30px 0px;
}
body.single-fat-event .fat-event-single .fat-event-fees-package{
    padding-left: 0px;
}
.fat-event-popup-detail .fat-event-fees-package{
    padding: 0px;
}
.fat-popup-field.fat-hidden-field{
    display: none !important;
}

.fat-popup-field.form-control{
    background-color: transparent !important;
}
.fat-popup-footer{
    margin-bottom: 15px;
}
.fat-event-quantity-info{
    clear: both;
}

.fat-event-export{
    padding-left: 22px;
}
.fat-event-export a{
    color: #343434;
}
.fat-event-export a i{
    padding-right: 5px;
}
.fat-event-export a:hover{
    color: #000;
}

.vc_tta-panel-body .fat-event-container.has-animation .fat-event-item{
    opacity: 1 !important;
}

/*
@media (min-width: 992px) and (max-width: 1024px){
    .skin-02 .fat-event-info .fat-event-date-wrap{
        float: none;
        display: block;
        max-width: 100%;
    }
    .skin-02 .fat-event-info .fat-event-date-wrap .fat-event-start{
        width: 50%;
        margin-bottom: 10px;
        float: left;
        text-align: left;
    }

    .fat-event-item.skin-02 .fat-event-info .fat-event-meta{
        padding-left: 0px;
        float: none;
        width: 100%;
    }
}

.fat-event-single.fat-event-container  .fat-event-single-content{
    padding-left: 15px;
}

.fat-event-single.fat-event-container .fat-event-meta-wrap{
    padding-right: 15px;
}*/

.fat-event-date-filter-wrap,
.fat-event-location-filter-wrap,
.fat-event-cat-filter-wrap{
    position: relative;
}
.fat-event-location-filter-wrap i,
.fat-event-cat-filter-wrap i,
.fat-event-date-filter-wrap i{
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fat-event-date-filter-wrap input,
.fat-event-location-filter-wrap select,
.fat-event-cat-filter-wrap select{
    padding-left: 25px;
}

form#stripe-payment-form{
    float: left;
    width: 100%;
}

@media (max-width: 500px){
    .fat-event-filter-container input,
    .fat-event-filter-container select{
        width: 100%;
    }
}