/*div#zmap-spain {
    display: none;
}*/
.zcontainer-evetns:nth-child(3) img:first-child {
    position: relative;
    top: 20px;
}
#zbanner .content-wrap {
    max-width: 1140px;
}

.main-container-wrapper>section#zevents {
    padding-top: 0;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

img.bnr-img {
    display: none;
    margin-top: 40px;
    margin-left: -20px;
}

/* hiding pt-br */
.latam-other-lang .zgh-localBox li:last-child {
    display: none;
}
/* zpromotion */
.zpromotion {
    background: #d8ecf3;
    padding: 5px 80px 5px 10px;
    box-sizing: border-box !important;
    width: 100%;
    z-index: 5;
    top: 0px;
    position: fixed;
}

.zpromotion p {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
}

.zpromotion p a {
    border-bottom: 1px solid #df352c;
    padding: 0px 0px;
    display: inline-block;
    color: #df352c;
    line-height: 1.3;
    margin-left: 0px;
    font-size: 16px;
    font-family: var(--zf-primary-extrabold);
}

.zpremoclose {
    position: absolute;
    right: 22px;
    top: 7px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #000;
    top: 5px;
}

.zpremoclose:before {
    transform: rotate(45deg);
}

.zpremoclose:after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .header-logo {
        margin-top: 25px;
    }

    .zpromotion {
        padding: 5px 20px;
    }
}

@media only screen and (max-width: 600px) {
    .zpromotion-wrap {
        max-width: 320px;
        margin: 0 auto;
    }

    .zpremoclose {
        right: 7px;
    }
}



.region-blog-top-bar {
    display: none;
}

header {
    padding: 0px 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

header .content-wrap {
    max-width: 100%;
    width: 100%;
}

.zoho-logo {
    float: left;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.zoho-logo a {
    background-image: url(/sites/zweb/images/commonroot/zoho-logo.svg);
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.top-menu {
    text-align: right;
    float: right;
}

.top-menu>ul>li {
    display: inline-block;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    margin-left: 40px;
}

.top-menu>ul>li>a {
    color: #000;
    text-transform: uppercase;
}

/* lang dropdown */
.zgh-localBox {
    width: 125px;
}

.zgh-localization ul {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    background: #fff;
    text-align: left;
    box-sizing: border-box;
}

.zgh-localization ul:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -9px;
}

.zgh-localization ul:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -7px;
}

.zgh-localization li {
    width: 100%;
    float: none;
}

.zgh-localization a {
    font-size: 13px;
    color: #000;
    display: inline-block;
}

.footer-section {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    background: #f8f8f8;
}

.footer-section p {
    margin: 0;
    font-size: 13px;
}

.main-container-wrapper>section {
    padding: 100px 0;
}

#block-panels-mini-product-menu {
    display: none;
}

.content-wrap {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

main .content-wrap>p {
    max-width: 630px;
    margin: 0 auto;
    text-align: center;
}

.zcontainer-evetns-outer {
    margin: 0 auto;
    overflow: hidden;
}

.zcontainer-evetns-inner {
    width: 980px;
    float: right;
    padding: 0 15px;
    position: relative;
}

#why-attend {
    background: #fafafa;
    padding: 100px 0;
}

h1 {
    margin-top: 30px;
    text-align: center;
}

h2 {
    font-family: var(--zf-primary-bold);
    text-align: center;
}

.zcontainer-evetns {
    width: 40%;
    float: left;
    margin-right: 2%;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    padding: 50px 30px 50px 40px;
    margin-bottom: 20px;
    position: relative;
    background: #fdfdfd;
    display: inline-block;
    overflow: hidden;
}
}

span.zevents-date {
    display: block;
    margin-bottom: 8px;
    line-height: 1;
    font-size: 16px;
}

span.zevents-loc {
    margin: 30px 0 40px;
    display: block;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}

/* zevents location begins */
.zevents-loc {
    margin: 5px 0 0;
    /* min-height: 40px; */
}

.zevents-loc h6 {
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: normal;
}

.zevents-loc p {
    padding: 0 0 0 20px;
    position: relative;
}

.zevents-loc p:after {
    content: '';
    background: url(/sites/zweb/images/zoholics/eu-zoholics-sprite.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 20px;
    background-position: 0px -53px;
    overflow: hidden;
    background-size: 220px auto;
}

/* zevents location ends */
a.zevents-link {
    padding: 8px 20px;
    border: 0px solid #666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #f1483e;
    color: #fff;
    font-family: var(--zf-secondary-semibold);
    margin-top: 10px;
}

.zcontainer-evetns-action {
    background: #1976d2;
    width: 190px;
    padding: 40px 40px 100px 35px;
    box-sizing: border-box;
    float: left;
}

span.zevents-action.active {
    color: #fff;
    font-size: 26px;
}

span.zevents-action {
    font-size: 20px;
    font-family: var(--zf-primary-bold);
    color: #4791db;
    line-height: 1.2;
    display: block;
}

span.zevents-action:last-child {
    margin-top: 30px;
    max-width: 70px;
    display: none;
}

#zevents .content-wrap {
    max-width: 1200px;
    width: 100%;
}

.zcontainer-evetns-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    left: 0;
    top: 70px;
    background: #f0f0f0;
}

.zcontainer-evetns:nth-child(3n) {
    margin-right: 0;
}

.why-attend-details {
    margin-top: 60px;
}

.why-attend-details ul {
    max-width: 1040px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.why-attend-details li {
    font-family: var(--zf-primary-semibold);
    float: none;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.why-attend-details li p {
    max-width: 144px;
    margin: 0 auto;
    line-height: 1.4;
}

.why-attend-details li span,
span.zevents-loc::after {
    background: url(/sites/zweb/images/zoholics/eu-zoholics-sprite.png);
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 320px auto;
}

span.zevents-loc:after {
    position: absolute;
    left: 0;
    top: 1px;
    width: 12px;
    height: 20px;
    background-position: 0px -53px;
    content: "";
    overflow: hidden;
    background-size: 220px auto;
}

.why-attend-details li:nth-child(2) span {
    background-position: -85px 0px;
    width: 68px;
}

.why-attend-details li:nth-child(3) span {
    background-position: -154px 0;
}

.why-attend-details li:nth-child(4) span {
    background-position: -245px 0;
}

#zbanner {
    text-align: center;
    background: #fff;
    margin-top: -10px;
    padding-top: 20px;
    padding-bottom: 0;
}

.zbanner-img {
    max-width: 280px;
}




.the2018exp-container {
    width: 95%;
    max-width: 1040px;
    margin: 40px auto 0;
}

.the2018exp-inner {
    position: relative;
    cursor: pointer;
}

.the2018exp-inner>img {
    vertical-align: bottom;
}

.the2018exp-inner:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.zdetails18 {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 440px;
    right: 0;
    margin: auto;
}

.zdetails18-loc {
    font-family: var(--zf-primary-semibold);
    font-size: 22px;
    padding-right: 20px;
    border-right: 1px solid #272727;
    line-height: 1;
}

.zdetails18-time {
    font-size: 12px;
    margin-left: 10px;
}

.zdetails-play {
    float: right;
    background: #ffd600;
    padding: 5px 10px;
    font-size: 10px;
    color: #000;
    margin-top: 4px;
    padding-left: 20px;
    position: relative;
    line-height: 1;
}

.zdetails-play::after {
    position: absolute;
    left: 7px;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #000;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.past-event-wrap .event-detail {
    display: none;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

@media only screen and (max-width: 1240px) {
    .zcontainer-evetns-inner {
        width: 720px;
    }

    .zcontainer-evetns:nth-child(2n) {
        margin-right: 0;
    }

    .zcontainer-evetns {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .zcontainer-evetns:nth-child(3) {
        margin-right: 4%;
    }

    .zcontainer-evetns-outer {
        max-width: 940px;
    }
}

@media only screen and (max-width: 992px) {
    #zbanner {
        //background:#fff;
    }

    .main-container-wrapper>section#zevents {
        margin-top: 20px;
    }

    .content-wrap>p {
        max-width: 740px;
    }

    .zcontainer-evetns-action,
    .zcontainer-evetns-inner::before {
        display: none;
    }

    .zcontainer-evetns-inner {
        float: none;
        overflow: hidden;
        margin: 0 auto;
        width: 95%;
        max-width: 720px;
    }

    .zdetails18-time {
        display: none;
    }

    .zdetails18-loc {
        border-right: 0;
    }
}

@media only screen and (max-width:991px) {
    .zbanner-map-container {
        max-width: 360px;
    }

    #zmap-uk.zmap-points-container {
        position: absolute;
        left: 110px;
        top: 105px;
    }

    #zmap-spain.zmap-points-container {
        position: absolute;
        left: 70px;
        top: 290px;
    }

    #zmap-benelux.zmap-points-container {
        position: absolute;
        left: 196px;
        top: 110px;
    }

    #zmap-germany.zmap-points-container {
        position: absolute;
        left: 280px;
        top: 100px;
    }

    #zmap-italy.zmap-points-container {
        position: absolute;
        left: 250px;
        top: 210px;
    }

    #zmap-france.zmap-points-container {
        position: absolute;
        left: 170px;
        top: 150px;
    }

    /*
#zmap-germany.zmap-points-container .zmap-points-details {
    bottom: -170px;
    left: -60px; 
    top:auto !important;
}
#zmap-germany.zmap-points-container .zmap-points-details::after, #zmap-italy.zmap-points-container .zmap-points-details::after {
    left: 20px;
    top: -5px;
}
#zmap-italy.zmap-points-container .zmap-points-details {
    bottom: -175px;
    top:auto !important;
    left: -55px;
}
#zbanner{
    padding-bottom: 130px;
}*/
}



@media only screen and (max-width:992px) {
    .zcontainer-evetns {
        opacity: 0;
    }

    .zcontainer-evetns-inner .zcontainer-evetns a.zevents-link {
        border-color: #333;
    }

    .zcontainer-evetns-inner .zcontainer-evetns {
        border: unset;
        min-height: 300px;
        vertical-align: top;
    }

    .zcontainer-evetns-inner .zcontainer-evetns:nth-child(1) {
        background-color: #fef7e9;
    }

    .zcontainer-evetns-inner .zcontainer-evetns:nth-child(2) {
        background-color: #e8f7f8;
    }

    .zcontainer-evetns-inner .zcontainer-evetns:nth-child(3) {
        background-color: #f0f8ed;
    }

    .zcontainer-evetns-inner .zcontainer-evetns:nth-child(4) {
        background-color: #ffebea;
    }

    .zcontainer-evetns-inner .zcontainer-evetns:nth-child(5) {
        background-color: #f7f5dd;
    }

    .zcontainer-evetns-inner .zcontainer-evetns:nth-child(6) {
        background-color: #e9f0ff;
    }
}

@media only screen and (max-width: 767px) {

    .zgh-localization,
    .zgh-localization.init {
        display: block !important;
    }

    .body-umain .zgh-localSelect {
        padding: 0 0 0 20px;
    }

    .top-menu>ul>li {
        margin-left: 15px;
        vertical-align: text-bottom;
    }

    .zgh-localization {
        margin-top: 0px;
    }

    .zgh-localBox {
        z-index: 1;
    }

    .zbanner-map-container-mobile {
        display: block;
        text-align: center;
        position: relative;
        margin: 90px auto 0;
        max-width: 740px;
        width: 100%;
    }

    .zmap-plain {
        width: 100%;
    }

    .zmap-mobile {
        //max-width: 400px;
        margin: 0 auto;
        width: 100%;
        position: absolute;
        left: 0;
        top: -19%;
        width: 68.5%;
    }

    .main-container-wrapper>section {
        padding: 80px 0;
    }

    #zbanner {
        padding-top: 60px;
    }

    #why-attend {
        padding: 100px 0;
    }

    .zcontainer-evetns,
    .zcontainer-evetns:nth-child(2n),
    .zcontainer-evetns:nth-child(3n) {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .zcontainer-evetns:last-child {
        margin-bottom: 0;
    }

    .zcontainer-evetns-inner {
        max-width: 350px;
        padding: 0;flex-flow:column;
    }

    #zevents .content-wrap {
        width: 90%;
    }

    .why-attend-details ul {
        max-width: 460px;
    }

    .why-attend-details li {
        width: 50%;
        vertical-align: top;
    }

    .why-attend-details li:nth-child(1),
    .why-attend-details li:nth-child(2) {
        margin-bottom: 50px;
    }

    .zdetails18 {
        width: 80%;
        left: 0;
        bottom: 20px;
        text-align: center;
        padding: 10px 15px;
    }

    .zdetails18-loc {
        font-size: 16px;
        width: 100%;
        display: block;
        padding-right: 0;
        text-align: center;
        padding-bottom: 5px;
    }

    .zdetails-play {
        margin-top: 0;
        float: none;
        display: inline-block;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    #zbanner {
        padding-bottom: 40px;
    }

    .main-container-wrapper>section {
        padding: 50px 0 60px 0;
    }

    .top-menu>ul>li:last-child,
    .top-menu .latam-other-lang {
        display: none;
    }

    #zevents .content-wrap>p {
        font-size: 16px;
    }


}




@media only screen and (max-width: 480px) {
    .zmap-plain {
        display: none;
    }

    .zmap-mobile {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 100%;
    }

    .zbanner-map-container-mobile {
        margin-top: 0;
    }

    .zbanner-img {
        max-width: 200px;
    }

    #zbanner {
        padding-top: 30px;
    }

    #zbanner .content-wrap {
        width: 100%;
    }

    .zmap-mobile {
        max-width: 430px;
    }

    .zdetails18 {
        padding: 10px 15px;
    }

    h1 {
        max-width: 330px;
        margin: 30px auto 0;
    }
}


/*New*/
.zcontainer-evetns-action {
    display: none;
}

.zcontainer-evetns-inner:before {
    display: none;
}

.zcontainer-evetns-inner {
    max-width: 1280px;
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;display:flex;justify-content: center;
}

.zcontainer-evetns {
    width: 40%;
    padding: 50px 0px 0px;
    border: none;
    background: #dadada;
    margin: 1% !important;
    float: none;
    text-align: center;
    border-radius: 3px;
}

#zevents .content-wrap {
    max-width: 1280px;
}

.zcontainer-evetns:nth-child(1) {
    background: #fef7e9;
}

.zcontainer-evetns:nth-child(2) {
    background: #e8f7f8;
}

.zcontainer-evetns:nth-child(3) {
    background: #f0f8ed;
}

.zcontainer-evetns:nth-child(4) {
    background: #d2faf5;
}


.zevents-date {
    margin-bottom: 10px;
    display: block;
    font-family: var(--zf-secondary-semibold);
    margin-top: 20px;
    font-size: 20px;
}

span.zevents-loc {
    margin: 30px 0 50px;
}


/*top end*/
.zdetails18-loc {
    color: #fff;
}

.zdetails-play {
    padding-left: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

.zdetails-play::after {
    display: none;
}

.the2018exp-inner a {
    display: block;
}

.the2018exp-inner:before {
    display: none;
}

#zevents .content-wrap>p {
    max-width: 770px;
    font-size: 20px;
    margin-bottom: 25px;
}

#why-attend h2+p {
    font-size: 20px;
    max-width: 830px;
}
.zcontainer-evetns img {
    vertical-align: middle;
    margin-top : 40px;
}

.zcontainer-evetns img:first-child {
    max-width: 290px;
    width: 90%;
}
/*** Custom Css ***/
#zsiq_float{display:none}
@media only screen and (max-width: 1400px) {
    .zcontainer-evetns {
        width: 48%;
        text-align: center;
        float: none;
        max-width: 450px;
        padding: 40px 0px 0;
        vertical-align: top;
        min-height: 300px;
    }

    .zcontainer-evetns-inner {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 1170px;
    }

    span.zevents-loc {
        margin: 10px 0 20px;
    }
}

@media only screen and (max-width: 992px) {


    .content-wrap>p {
        max-width: 630px;
    }

    .main-container-wrapper>section {
        padding: 50px 0 100px 0;
    }

    .zcontainer-evetns {
        opacity: 1;
    }

    .zcontainer-evetns-inner .zcontainer-evetns {
        border: unset;
        vertical-align: top;
        width: 100%;
        max-width: 350px;
        padding: 30px 0px 0px 0px;
        float: none;
        vertical-align: top;
        min-height: 280px;
    }

    .zmap-name {
        font-size: 24px;
    }

    #zevents .content-wrap>p {
        max-width: 770px;
        font-size: 18px;
    }

    #why-attend h2+p {
        font-size: 18px;
    }
}

@media only screen (min-width: 768px) and (max-width: 991px) {
    #zmap-germany.zmap-points-container>img {
        max-width: 80px;
        left: -23px;
        top: -210px !important;
    }

    #zmap-spain.zmap-points-container>img {
        max-width: 100px;
        left: -60px;
    }

    #zmap-uk.zmap-points-container.zactive>img {
        top: -128px !important;
    }

    #zmap-spain.zmap-points-container .zmap-points-details {
        left: auto;
        right: 100px;
    }

    #zmap-benelux.zmap-points-container .zmap-points-details {
        top: -140px;
        left: -380px !important;
    }

    #zmap-germany.zmap-points-container .zmap-points-details {
        left: auto;
        right: 60px;
    }

    #zmap-uk.zmap-points-container .zmap-points-details {
        right: 95px;
        left: auto;
    }

    section#zbanner {
        padding-bottom: 0;
    }
}


@media only screen and (max-width: 767px) {
    .zcontainer-evetns {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 20px !important;
    }
 .zcontainer-evetns-inner{max-width:400px;margin:0 auto;}
    .zcontainer-evetns-inner .zcontainer-evetns {
        min-height: auto;width:100%;text-align: center;
    }

    span.zmap-points {
        transform: scale(0.7);
    }

   

    .zevents-loc {
        min-height: auto;
    }


}




/* other lang */
.i18n-pt-br #zbanner h1 {
    max-width: 700px;
    margin: 30px auto 0px;
}

.i18n-es-xl #zbanner h1 {
    max-width: 600px;
    margin: 30px auto 0px;
}

.i18n-es-xl .why-attend-details li p {
    max-width: 180px;
    margin: 0 auto;
    line-height: 1.4;
}

@media screen and (max-width: 767px) {
    #zmap-germany.zmap-points-container {
        left: 115px;
        top: 200px;
        right: auto;
    }

    #zmap-uk.zmap-points-container {
        left: auto;
        top: 275px;
        right: 95px;
    }

    .i18n-pt-br .top-menu,
    .i18n-es-xl .top-menu {
        width: 70%;
    }

    .i18n-pt-br #zbanner h1 {
        max-width: 280px;
    }

    .i18n-es-xl #zbanner h1 {
        max-width: 360px;
    }
}