﻿@font-face {
    font-family: "DINPro Regular";
    src: url("../../font/DINPro-Regular.ttf");
}

@font-face {
    font-family: "DINPro Bold";
    src: url("../../font/DINPro-Bold.ttf");
}

body {
    font-family: "DINPro Regular";
}

/* General */
#div-intro-container {
    background: url('../../img/2019/layout/bg.jpg') no-repeat;
    background-size: cover;
}

.strong-shadow {
    box-shadow: -20px 20px black;
}

.text-theme {
    color: #332577;
}

.text-theme-red {
    color: #ED1C24;
}

.bg-theme-gradient {
    background-image: linear-gradient(to right, #302476, #433E98);
    color: white;
}

.bg-theme {
    background-color: #302476;
    color: white;
}

.text-header {
    font-size: 45px;
}

.text-body {
    font-size: 22px;
    line-height: 35px;
}

.cursor-pointer {
    cursor: pointer;
}

a {
    border-bottom: none !important;
}

/* Nav */
nav {
    background-color: rgba(0, 0, 0, 0.5);
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0
}

.headroom {
    transition: transform .25s ease-in-out;
    will-change: transform
}

.headroom--pinned {
    transform: translateY(0)
}

.headroom--unpinned {
    transform: translateY(-100%)
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }

    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

.registration-button {
    font-weight: bold;
    background-color: #E02B38;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    width: 225px;
    display: initial;
    text-decoration: none;
}

    .registration-button:hover {
        color: #550c12;
    }

.button-container a {
    text-decoration-style: none;
    text-decoration: none;
}

#div-cybersecurity-landscape-container ul li {
    list-style: none;
}

    #div-cybersecurity-landscape-container ul li:before {
        content: "\2022";
        color: #E02B38;
        font-weight: bold;
        display: inline-block;
        margin-right: 1em;
    }

#div-soc-container ul li {
    list-style: none;
}

    #div-soc-container ul li:before {
        content: "\2022";
        color: #E02B38;
        font-weight: bold;
        display: inline-block;
        margin-right: 1em;
    }

#div-consumer-technology-container ul li {
    list-style: none;
}

    #div-consumer-technology-container ul li:before {
        content: "\2022";
        color: #E02B38;
        font-weight: bold;
        display: inline-block;
        margin-right: 1em;
    }

.bg-dropdown {
    background-color: #f2f2f2;
}

.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
}
/* Registration */

.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}

/* Footer */
footer {
    background-color: grey;
    color: #fff;
}

.decode-visual {
    /* flex:1; */
    max-width: 350px;
}

@media (max-width:768px) {
    .decode-visual {
        min-width: 250px;
        width: 50%
    }
}

.text-title {
    font-size: 45px;
    font-family: "DINPro Bold"
}

.about-text {
    font-size: 22px;
}

.speaker-name {
    font-size: 30px;
}

.speaker-details {
    font-size: 16px;
}

.card-img-top {
    height: 15rem;
}

.card-body, .card-speaker {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card > img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#div-keynote-speakers-container {
    background-color: #f2f2f2;
}

#div-track-sessions-container .card .card-body {
    background: #f2f2f2;
    font-size: 22px;
}

.link-theme {
    bottom: 5px;
}

    .link-theme:hover {
        text-decoration: underline;
        cursor: pointer;
    }


.bg-grey {
    background-color: #f2f2f2;
}

#table-conference-agenda tbody tr td {
    border: 2.5px solid white !important;
}

.w-15 {
    width: 15% !important;
}

.box-shadow-danger:hover {
    box-shadow: 0 0 0 0.2rem #dc35456b !important;
}

.box-shadow-danger:focus {
    box-shadow: 0 0 0 0.2rem #dc35456b !important;
}

.about-bg-filler {
    background-image: url('../../img/2019/layout/accent-purple.png');
    background-position: center;
}

.track-session-bg-filler {
    background-image: url('../../img/2019/layout/accent-purple.png');
    background-position: -20px -200px;
}

#div-conference-agenda-container {
    background-position-y: bottom;
    /* background-image: url('../../img/2019/layout/accent-purple.png'); */
    background-repeat: no-repeat;
    background-position-x: right;
}

#div-registration-container {
    background-image: url('../../img/2019/layout/accent-purple.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position: -30px;
}

footer {
    background-image: url('../../img/2019/layout/footer.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.gear-up-logo {
    max-width: 400px;
}

.trend-micro-logo {
    max-width: 200px;
}

.login-background-image {
    background-image: url(../../img/2019/layout/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

button.bg-theme-gradient:hover {
    color: #8b7dd7;
}

.btn-outline-theme {
    color: #332577;
    border-color: #332577;
}

    .btn-outline-theme:hover {
        color: #fff;
        background-color: #332577;
        border-color: #332577;
    }

.event-location {
    margin-bottom: -7px;
}

.border-theme {
    border: 1px solid #332577;
}

.subtext {
    color: hsl(214, 7%, 47%);
}

#button-submit {
    cursor: pointer;
}


@media (min-width: 992px) {
    .w-lg-60 {
        width: 60%;
    }
}


@media (max-width: 576px) {
    .w-sm-100 {
        width: 100%;
    }
}

#div-banner-container {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
}

.archive-background-image {
    background-image: linear-gradient(to right, #0A2C48, #CD2B39);
}

.nav-transparent {
    background-color: unset;
}

.btn-outline-white {
    border: 1px solid white !important;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }

/* .rotate > div > p {
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%; */
/* -webkit-transform: rotate(90deg); */
/* -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);*/
/* transform: rotate(270deg);  */
/*  */
/* } */
/* .rotate:before {
    content:'';
    padding-top:0%;
    display:inline-block;
    vertical-align:middle;
} */

.plenary_img {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.iziModal-header {
    text-align: center;
    background-color: #4B3192 !important;
    color: #FFF !important;
}

.speaker-modal-topic-title {
    font-size: 2em;
    color: #4B3192;
    text-align:center;
    font-weight:bold;
}

.izimodal-main {
    min-width: 60%
}

.track-card-light {
    border-color: #4B3192;
    color: black;
}

.track-card-dark {
    border-color: #4B3192;
    color: #Fff;
    background-color: #4B3192;
}