.slick-next:before,
.slick-prev:before {
    color: #ffffff;
}

.cookies_cnt {
    position: fixed;
    bottom: 0;
    background: white;
    width: 80vw;
    left: 10vw;
    padding: 10px;
    z-index: 999999;
    border: 2px solid #001926;
}

.cookies_cnt h3 {
    color: #001926;
}

.cookies_cnt p {
    font-size: 11px;
}

.cookies_cnt .c_btn {
    background: #001926;
    color: #fff;
}

.cookies_cnt .c_btn2 {
    display: inline-block;
    margin-left: 20px;
}

.section-upcoming-events a img {
    width: 100%;
    object-fit: cover;
    height: 210px;
}

.section-selection-events .ev-el {
    margin: 0 !important;
}

.hero img {
    width: 100%;
}

.ev-el {
    /*box-shadow: 0 2px 25px 0 #0000001a;*/
}

.ev-el img {
    width: 100%;
    object-fit: contain !important;
    object-position: top;
    /*height: 220px !important;*/
    margin: 0;
}

.content.event_details figure.image {
    text-align: center;
}

#footer-event {
    display: none;
}

.slick-autoplay {
    /* margin: 0 40px; */
}

.container#share {
    text-align: center;
}

.rrssb-buttons.large-format {
    display: inline-block;
    font-size: 18px !important;
    height: 40px !;
    /*width: auto !important;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.rrssb-buttons li {
    max-width: 200px;
}

#mirror_buyer_info {
    font-size: 16px;
    padding: 5px;
    display: block;
    white-space: normal;
}

.event_order_form {
    margin-bottom: 50px;
}

.event_organizer b,
.event_venue b {
    color: #fff !important;
    font-family:'Poppins', sans-serif;
}
#event_page_wrap #organiserHead{
    font-family:'Poppins', sans-serif;
}

#order_form {
    margin-bottom: 50px;
}

#event_page_wrap b {
    color: #484848;
}

#event_page_wrap {
    min-height: auto !important;
    margin-bottom: 0px !important;
}

#event_page_wrap section.container:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 25px;
}

.site-footer li a:hover {
    color: #fff;
}

.site-footer a.btn:hover {
    color: #3abfc4 !important;
    background-color: #fff;
}

#site-navigation .nav li a {
    display: block;
    position: relative;
    transition: all .2s ease;
    line-height: 35px;
}

#site-navigation .nav li a:after {
    content: '';
    position: absolute;
    width: 0%;
    color: #3abfc4;
    bottom: 0;
    left: 0;
    transition: all .2s ease;
    border-bottom: 2px solid transparent;
}

#site-navigation .nav li a:hover:after {
    border-bottom: 2px solid #3abfc4;
    width: 100%;
}

.section-events-list {
    position: relative;
    margin-top: 50px;
    padding-bottom: 40px;
}

.section-events-list .slick-list {
    /*margin: 0 -27px;*/
    /* margin-top: 60px; */
    padding-bottom:40px;
}

.section-events-list .section-header {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    position: relative;
   /* background: #e5e5e5;*/
    padding: 5px;
}

.section-events-list h2 {
    font-size: 22px;
    /*line-height: normal;*/
    color: #373737;
    font-family: 'Poppins', 'Roboto', sans-serif;
    display: block;
    /*margin: 0px 0 15px;*/
    padding: 0;
    /*font-weight: 700;*/
    position: relative;
}
.section-events-list h2:before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0px;
    height: 2px;
    width: 80px;
    max-width: 90%;
    background-color: #3abfc4;
}

.section-events-list .slick-prev {
    position: absolute;
    top: -53px;
    right: 45px;
    left: auto;
    background: #3abfc4;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0px;
}

.section-events-list .slick-next {
    position: absolute;
    top: -53px;
    right: 0px;
    background: #3abfc4;
    width: 40px;
    height: 40px;
    border-radius: 0px;
}

.section-events-list .slick-next:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
}

.section-events-list .slick-prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
}

.section-events-list .ev-el {
    /*box-shadow: 1px solid #bbb;*/
    transition: all .2s ease;
    background: #fff;
    margin-bottom: 15px;
    /* flex: 1; */
    /* display: flex; */
    /* flex-direction: column; */
}

.section-events-list .ev-el .info {
    padding: 10px 20px;
}

.section-events-list .ev-el .info p {
    margin-bottom: 5px;
    display:inline-block;
}

.section-events-list .see_all {
    /*position: absolute;*/
    right: 170px;
    top: -11px;
    border: 2px solid #001926;
    border-radius: 0px;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    padding: 0px;
    color: #ffffff;
    background-color: #001926;
    /*width: 150px;*/
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: auto auto !important;
        float: right;
    font-family: "Poppins";
    padding: 10px 29px;
}

.section-events-list h3 {
    font-size: 18px;
    /*line-height: normal;*/
    display: block;
    font-weight: bold;
    min-height: 55px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999999;
    font-family: "Poppins";
}

.section-events-list p{
    font-family: "Poppins";
}
.section-events-list span{
   width:100%;
   float:left;
}
.section-events-list .get-ticket {
    background-color: #3abfc4;
    display: block;
    color: #fff;
    padding: 10px;
    border-radius: 0px;
    font-size: 20px;
    text-align: center;
    transition: all .2s ease;
    margin: 15px 0;
}

.section-events-list .img-cnt {
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 6px 6px 0 0;

}

.section-events-list .ev-el:hover {
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, .1);
}

.section-events-list .ev-el img {
    transform: scale(1);
    transition: all .2s ease;
    -o-transition: all 0.2s linear;
    /* opera */
    -ms-transition: all 0.2s linear;
    /* IE 10 */
    -moz-transition: all 0.2s linear;
    /* Firefox */
    -webkit-transition: all 0.2s linear;
    /*safari and chrome */
}

.section-events-list .ev-el:hover img {
    transform: scale(1.1);
}

.section-events-list .ev-el {
    /* margin-left: 10px; */
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
}
}

.section-events-list .ev-el img {
    height: 150px !important;
    height: auto !important;
}

.section-events-list .slick-list .ev-el img {
    height: 220px !important;
    height: auto !important;
}

.section-events-list .ev-el:hover .get-ticket {
    background-color: #001926;
    color: #fff;
}

.section-events-list .slick-slide {
    margin: 0px 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 6px;
}}

.section-events-list .slick-slider {
    width: 100%;
    /* margin: 0; */
    position: relative;
}

.panel-title>a {
    display: block;
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .section-newsletter .section-content .newsletter-form input[type="submit"] {
            top: -1px;
            font-weight: normal;
        }
        .top-footer .btn {
            padding-top: 17px;
        }
    }
}

.section-page-content {
    min-height: calc(100vh - 516px);
}

.primary-link-fb,
.primary-link-gp {
    padding: 8px;
}

.resend_confirm_link {
    font-weight: bold;
    color: #001926;
    cursor: pointer;
    display: inline-block;
}

.et-imm-msg {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    border: 4px solid #3abfc4;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    top: 50vh;
    width: 50vh;
    min-width: 200px;
    left: calc(50% - 25vh);
}

.jBox-Notice.jBox-et .jBox-container {
    color: #fff;
    background: #3ca2a7;
    font-size: 20px;
    border-radius: 0px;
    border: 0px solid;
    box-shadow: none;
}

.jBox-etuser * {
    /* zoom: 0.8; */
    /* transform: scale(0.8); */
    /*isolation: isolate;
    margin: 5px !important;
    padding: 5px;
    font-size: 16px !important;
    max-width: 500px;*/
}

.jBox-etuser .section-page-content {
    padding: 0px;
    margin: 0;
    max-width: 500px;
}

.jBox-etuser .container {
    padding: 0px;
    margin: 0;
    width: 100%;
}

.jBox-etuser .col-md-offset-3.col-md-6 {
    width: 100%;
    margin: 0;
}

.rrssb-buttons li a .rrssb-icon img {
    height: 17px;
    width: 17px;
}

.rrssb-buttons.large-format li a .rrssb-icon img {
    height: 100%;
    width: auto;
}

.nav-profile.nav-tabs>li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-profile.nav-tabs {
    text-align: center;
}

.nav-profile.nav-tabs>li a {
    font-weight: 500;
    font-size: 16px;
}

.nav-profile.nav-tabs>li.active a {
    color: #3abfc4;
}

.user-profile-order {
    border: 1px solid #001926;
    margin: 10px;
    padding: 10px;
    font-size: 14px;
}

.user-profile-order .primary-link {
    font-size: 14px;
    padding: 5px;
    display: inline-block;
    margin: 5px;
}

.user-profile-order .col-sm-4 {
    padding: 10px;
}

.top-header ul li ul {
    display: none;
    position: absolute;
    z-index: 9999999;
    background: #072f44;
    top: 40px;
    transition: all 0.2s ease-in;
}

.top-header ul li ul li {
    width: 100%;
}

.top-header .user_name {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    /* border-bottom: 1px solid #fff !important; */
    padding: 0px;
}

.top-header ul li:hover ul {
    display: block;
}

header {
    transition: all ease-in-out 0.2s;
}

header.fixed_h {
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 1px 2px #b3b3b3;
    left: 0;
    top: -50px;
}

.swiper-container {
    width: 100%;
    /*height: 600px;*/
}

.swiper-container .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container .swiper-slide-bg {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}

.swiper-container .swiper-slide img {
    width: 100%;
    /*max-height: 600px;
    height: 600px;*/
    max-width: 100%;
    object-fit: contain;
    /* background: #fff; */
}

.swiper-container .swiper-slide h3 {
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 100px;
    background-color: #00000052;
    padding: 15px;
    font-size: 30px;
}

.swiper-container .swiper-slide span {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #3abfc4 !important;
    background: #ffffff2e;
    height: 100px !important;
    width: 50px !important
}

.swiper-pagination-bullet-active {
    background: #3abfc4 !important;
}

.swiper-pagination{
    display:none;
}

.user_solde {
    margin: 9px 9px 11px 9px;
    border: 1px dashed #dadada;
    padding: 15px;
}

.fixed_h .h-hide-inscroll {
    display: none;
}

.ticket-title-cnt {
    float: left;
    /* height: 81px; */
    display: flex;
    justify-content: left;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: calc(100% - 250px);
}

.ticket-title {
    display: block;
    width: 100%;
    color: #34acb1;
}

@media (max-width: 992px) {
    .ticket-title-cnt {
        max-width: none;
    }
}

.swiper-container,
body {
    overflow-x: hidden;
}
