@media(min-width:992px){
/*************************************************************/

/* body:after{
    content: "dev version | screen: medium";
} */

/* Breadcrumb */
.breadcrumb-block{
    display: block;
}

/* Sub menu block */
.sidebar .sub-menu-block.block{
    padding-top: 0;
}

/* Programme */
.programme-table{
    width: 80%;
}

/* Photo album (listing) */
.view-photo-gallery.listing ul li{
    width: 29%;
}

.block-page-title-block{
    display: flex;
}
.block-page-title-block.page-title-non-mobile-block{
    display: none;
    position: absolute;
}

/* Hero header (view) */
.view-hero-header .views-field-field-hero-video{
    display: block;
}
.view-hero-header .views-field-field-hero-image{
    display: block;
}

/* HERO HEADER NODE: Main Hero Header (CSS + HTML) */
.main-hero-header{
    background: none;
}
.main-hero-header .event-details-container{
    position: absolute;
    width: 55%;
    top: 30%;
    left: 0;
    padding: 20px 20px 20px 20px;
    /* padding: 0px 70px 50px 20px; */
    border-radius: 0 150px 150px 0;
}
.main-hero-header .event-details-container .sitename{
    align-self: center;
}
.main-hero-header .event-details-container .sitename h1{
    line-height: 35px;
}
.main-hero-header .event-details-container .sitename .bimp-eaga-text{
    font-size: 35px;
}
.main-hero-header .event-details-container .sitename .cybersecurity-text{
    font-size: 35px;
}
.main-hero-header .event-details-container .sitename .summit-text{
    font-size: 35px;
}
.main-hero-header .event-details-container .sitename h2.hashtag{
    font-size: 35px;
}
.main-hero-header .venue{
    align-self: flex-end;
    flex-direction: row;
    z-index: 100;
    color: #FFFFFF;
    position: absolute;
    bottom: -25px;
    left: 20px;
    font-weight: bold;
    padding: 0;
}
.main-hero-header .venue .sicc-text{
    width: auto;
    border-bottom: 0;
    border-right: 2px solid cyan;
    padding-right: 10px;
    text-align: right;
}
.main-hero-header .venue .event-date{
    width: auto;
}
.main-hero-header .organizers{
    position: absolute;
    top: 0;
    left: 3%;
    z-index: 100;
}
.main-hero-header .organizers img{
    width: 100%;
    height: 90px;
}


/* Theme tagline */
.view-hero-header .theme-tagline{
    position: absolute;
    right: 0;
    bottom: 15%;
    z-index: 50;
    text-align: left;
    padding: 0;
}
.view-hero-header .theme-tagline h2{
    /* transform: skew(0deg, -13deg); */
    font-size: 25px;
    text-align: right;
}
.view-hero-header  .theme-tagline .label{
    display: none;
}
.view-hero-header  .theme-tagline .line-first{
    display: block;
    background: #FFFFFF;
    padding: 10px 50px 10px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    margin-bottom: 5px;
    font-size: 28px;
    opacity: 0;

    animation-name: tagline-appear;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
}
.view-hero-header  .theme-tagline .line-second{
    display: block;
    background: #FFFFFF;
    padding: 10px 50px 10px 30px;
    margin-bottom: 5px;
    margin-left: 30px;
    font-size: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    opacity: 0;

    animation-name: tagline-appear;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
}
.view-hero-header  .theme-tagline .line-third{
    display: block;
    background: #FFFFFF;
    padding: 10px 50px 10px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    font-size: 35px;
    opacity: 0;

    animation-name: tagline-appear;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-delay: 0.8s;
    animation-timing-function: ease-in-out;
}
.view-hero-header .theme-tagline span.open-quote{
    position: absolute;
    top: 24px;
    left: -13px;
    color: #000000;
    background: white;
    font-size: 60px;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    display: block;
    opacity: 0;
    z-index: 100;

    animation-name: quote-appear;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes tagline-appear{
      0% { opacity: 0; transform: translateX(100%); }
    100% { opacity: 1; transform: translateX(0); } 
}

@keyframes quote-appear{
    0% { opacity: 0; transform: rotate(360deg) translateY(50%); }
  100% { opacity: 1; transform: rotate(0deg) translateX(0); } 
}

/* Registration buttons */
.registration-buttons-block{
    margin-top: 40px;
}

/* Countdown */
.countdown-block{
    width: 50%;
}

/* Speakers */
.view-speakers .view-content ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.view-speakers .view-content ul li{
    width: 45%;
}

    /* speaker biodata */
    .speaker-biodata .wrapper{
        flex-direction: row;
    }
    .speaker-biodata .biodata-photo{
        margin: 0 20px 0 0;
    }
    .speaker-biodata .biodata-details{
        text-align: left;
    }
    .speaker-biodata .biodata-details h2:before{
        content: "";
        width: 20px;
        height: 21px;
        background: gold;
        display: block;
        float: left;
        margin: 0 30px 0 0;
    }
    .speaker-biodata .blue{
        display: block;
    }


/*************************************************************/
 }
