@font-face {
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('IBM Plex Sans Regular'),
         url(fonts/IBMPlexSans-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('IBM Plex Sans Bold'),
         url(fonts/IBMPlexSans-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'IBM Plex Sans Italic';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('IBM Plex Sans Italic'),
         url(fonts/IBMPlexSans-Italic.ttf) format('truetype');
}
h3 {
	color: #181818 !important;
	font-family: 'IBM Plex Sans' !important;
	font-size: 26px !important;
	font-weight: bold;
	line-height: 1em !important;
	margin-bottom: 20px !important;
}
ul {
    list-style-type: none;
}
/* Programme Live */
#SessionsList ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
}
#SessionsList ul li {
    width: 50%;
    height: 350px;
    margin: 0 0 30px;
    padding: 0 15px;
}
#SessionsList ul li a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    overflow: hidden;
}
#SessionsList ul li a figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}
#SessionsList ul li a figure img {
    width: 100%;
    height: 100%;
    opacity: .9;
}
#SessionsList ul li a figure figcaption {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: justify;
    transform: translate(-50%);
    padding: 0 15px;
}
#SessionsList ul li:hover a figure img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}
#SessionsList ul li:hover a figure figcaption {
    text-decoration: underline;
    transition: all .25s;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
}
@media screen and (max-width: 991px) {
    #SessionsList ul li {
        height: 300px;
    }
}
@media screen and (max-width: 576px) {
    #SessionsList ul li {
        width: 100%;
        height: 250px;
    }
}
.sessions li .sessioninfos { background-color: #f0f5f5; }
.sessions li .headline { background-color: #e0ebeb; border-bottom: 4px solid #cce6ff; }
.sessions li .sessionform { background-color: #e0ebeb; border-bottom: 1px solid #cce6ff; }
.sessions li.LIVE .status { color: #FF0000; }
.sessions li h5 span { margin-left: 5px; }


.speaker-light img { display: block; margin:auto; width: 80px; height: 80px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; border-radius: 50%; padding: 0;}
.sessions li.speaker-light { display: block; width: 180px; height: 200px; }

/*li.speaker  { background-color: #f0f5f5;}*/
.speaker img { display: block; margin:auto; width: 60px; height: 60px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; border-radius: 50%; padding: 0;}


.navbar-nav a {text-decoration: none; font-size: 1.2em;}
.navbar-nav li {margin-left:10px;}


footer li {margin-left:10px;}

.main-head{
    height: 150px;
    background: #FFF;
   
}

.sidenav {
    height: 100%;
    background-color: #3F3F3F;
    overflow-x: hidden;
    padding-top: 20px;

    background-image: url("/assets/img/HomeLoginBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 65%; 
    }

    .sidenav{
        width: 60%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .code-form{
        margin-top: 60%;
    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}