


/*** 
=============================================
    Event Style1 Area style
=============================================
***/
.event-style1-area{
    position: relative;
    display: block;
    padding: 120px 0 70px;
    z-index: 1;
}
.event-style1-area_bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;    
}
.event-style1-area_bg:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.80;
    content: "";    
}
.event-style1-area .sec-title h2 {
    color: #ffffff;
}

.single-event-style1{
    position: relative;
    display: block;
    padding-top: 50px;
    margin-bottom: 50px;
}
.single-event-style1 .img-box{
    position: absolute;
    top: 0;
    left: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 2;
}
.single-event-style1 .img-box img{
    width: 100%;
    border-radius: 50%;
}
.single-event-style1 .inner{
    position: relative;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    padding: 70px 30px 43px;
}
.single-event-style1 .inner .event-info{
    position: relative;
    display: block;
    padding-bottom: 2px;
}
.single-event-style1 .inner .event-info ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-event-style1 .inner .event-info ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    color: #777777;
    font-size: 14px;
}
.single-event-style1 .inner .event-info ul li:last-child{
    margin-right: 0;
}
.single-event-style1 .inner h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
.single-event-style1 .inner h3 a{
    color: #21031a;
}


.single-event-style1 .inner .meta-info{
    position: relative;
    display: block;
    overflow: hidden;
    padding: 12px 0 15px;
}
.single-event-style1 .inner .meta-info li{
    position: relative;
    display: inline-block;
    color: #21031a;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}

.single-event-style1 .inner .meta-info li a span{
    color: #e74a30;
}
.single-event-style1 .inner p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.event-carousel.owl-carousel{}
.event-carousel.owl-carousel .owl-stage-outer {
    margin-right: -240px;
}



/*** 
=============================================
    Event Page One style
=============================================
***/
.event-page-one{
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 120px 0 70px;
    z-index: 1;
}




/*** 
=============================================
    Event Details Area style
=============================================
***/
.events-details-area{
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 120px 0px;
}
.events-details-content-box{
    position: relative;
    display: block;
}


.event-details-timer-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 200px;
    min-height: 220px;
}
.event-details-timer-box .title-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.event-details-timer-box .title-box h2{
    color: #ffffff;
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-details-timer-box .timer-box {
    position: relative;
    display: block;
    background: #ffffff;
    min-height: 220px;
    padding: 45px 60px 50px;
    text-align: center;
}
.event-details-timer-box .timer-box p{
    line-height: 24px;
    margin: 0 0 26px;
}
.event-details-timer-box .timer-box p span:before{
    position: relative;
    display: inline-block;
    padding-right: 4px;
}

.event-details-timer-box .timer-box .countdown-timer li {
    position: relative;
    display: block;
    float: left;
    width: 110px;
    margin: 0px;
}
.event-details-timer-box .timer-box .countdown-timer li:last-child{
    margin-right: 0;
}
.event-details-timer-box .timer-box .countdown-timer li span.days,
.event-details-timer-box .timer-box .countdown-timer li span.hours,
.event-details-timer-box .timer-box .countdown-timer li span.minutes,
.event-details-timer-box .timer-box .countdown-timer li span.seconds {
    color: #21031a;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.event-details-timer-box .timer-box .countdown-timer li span.hours{}
.event-details-timer-box .timer-box .countdown-timer li span.minutes{}
.event-details-timer-box .timer-box .countdown-timer li span.seconds{}
.event-details-timer-box .timer-box .countdown-timer li span.timeRef {
    position: relative;
    display: block;
    color: #777777;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2px;
    font-family: 'Oswald', sans-serif;
}


.events-details-text1{
    position: relative;
    display: block;
    margin-top: 41px;
    margin-bottom: 30px;
}
.events-details-text1 p{
    font-size: 14px;
    margin: 0;
}
.events-details-text2{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.events-details-text2 p{
    font-size: 14px;
    margin: 0;
}


.events-details-video-gallery{
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0;
    margin-bottom: 40px;
}
.events-details-video-gallery .icon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.events-details-video-gallery .icon a {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 5px;
    font-size: 50px;
    line-height: 150px;
}
.events-details-video-gallery .icon a:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 0px;
    background: rgba(54,124,232, 0.0);
    z-index: -1;
}
.events-details-video-gallery:hover .icon a:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}


.events-details-text3{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.events-details-text3 p{
    font-size: 14px;
    margin: 0;
}
.events-details-text4{
    position: relative;
    display: block;
    margin-bottom: 40px;
}
.events-details-text4 p{
    font-size: 14px;
    margin: 0;
}

.events-details-image-box{
    position: relative;
    display: block;
}
.events-details-text5{
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}
.events-details-text5 p{
    font-size: 14px;
    margin: 0;
}
.events-details-text6{
    position: relative;
    display: block;
}
.events-details-text6 p{
    font-size: 14px;
    margin: 0;
}