body{
    font-family: 'Poppins', sans-serif;
}

body.locked{
    overflow:hidden;
}

.special-font{
    font-family: 'Bosch';
}



.double-bg{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.double-bg img{
    max-width:380px;
    width:80%;
}

.moto{
    font-weight:500;
    color:#fff;
    text-transform: uppercase;
    font-size:13px;
    line-height:20px;
    padding:30px 0;
    letter-spacing: 1.69px;
}

.backdrop{
    position:fixed;
    width:100%;
    height:100vh;
    z-index:-1;
    background-image:url(../images/background.jpg);
    background-position:center;
    background-size:cover;
}

.menu-wrapper{
    height:80px;
    border-bottom:1px solid #000;
    position:fixed;
    width:100%;    
    top:0;
    left:0;
    z-index:1;
}

.menu-wrapper .logo{
    width:80px;
    height:80px;
    border-right:1px solid #000;
    background-color:rgba(0,0,0,0.35);
}

.side-space{
    width:80px;
    height:100vh;
    z-index:0;
    border-right:1px solid #000;
    position:fixed;
    left:0;
    top:0;
    display: -ms-flexbox;
    display: flex;
}

.side-space .go-down,
.mobile-elements .go-down{
    padding-bottom:20px;    
}

.side-space .go-down-text{
    color:#fff;
    font-size:20px;    
    text-transform: uppercase;
    transform: rotate(-90deg);
    width: 120px;
    position: absolute;
    bottom: 135px;
    left: -20px;
}
.mobile-elements .go-down-text{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    width: 92px;
    position: absolute;
    bottom: 83px;
    left: -33px;
}

.hp-page{
    height:100vh;
}

.moto .moto-image img{
    width:100%;
}

.bold-text{
    font-weight: 900;
    color:#fff;
    text-transform: uppercase;
    font-size:25px;
    line-height:30px;
}

.bold-text p {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
}

.bold-text p:last-child {
    margin-bottom:0;
}

.bold-text.page-2{
    padding-left:80px;
    padding-top:40px;
}

.main-menu a,
.main-menu a:active,
.main-menu a:focus{
    font-weight:600;
    font-size:20px;
    line-height:20px;
    opacity:0.5;
    transition: all .25s;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    padding:0 40px;
}

.main-menu a:hover{
    opacity:1;
    text-decoration: none;
    transition: all .25s;
}

.main-menu a.active,
.main-menu a.active:hover,
.main-menu a.active:active,
.main-menu a.active:focus{
    opacity:1;
    font-size:25px;
    line-height:25px;
    transition: all .25s;
    text-decoration: none;
    text-transform: uppercase;
}

.desktop-header .main-menu{
    padding-left: 30px;
}

.social-wrapper{
    height:80px;
    padding:0 20px;
    border-left:1px solid #000;
}

.social-wrapper a,
.social-wrapper a:hover,
.social-wrapper a:active,
.social-wrapper a:focus{
    color:#fff;
    text-decoration: none;
    padding:0 8px;
    font-size:23px;
    line-height:23px;
}

.newsletter{
    position:fixed;
    z-index:1;
    right:0;
    bottom:0;
}

.newsletter form{
    width:170px;
    border:1px solid #000;
    margin: 0;
}

.newsletter-top{
    padding:20px 0 0 0;
    text-align:center;
    width:170px;
    background-color: rgba(0, 0, 0, 0.41);
    color:#fff;
}

.newsletter-cta{
    font-size:19px;
    line-height:24px;
    text-transform: uppercase;
}


.btn-subscribe{
    position:relative;
}

.btn-subscribe a.subscribe-action,
.btn-subscribe a.subscribe-action:active,
.btn-subscribe a.subscribe-action:focus,
.btn-subscribe a.subscribe-action:hover,
.btn-subscribe .nl-loading{
    font-family: 'GothamUltra';
    color:#fff;
    width:170px;
    padding:35px 0;
    text-align:center;
    background-color:#000;
    font-size:16px;
    line-height:16px;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor:pointer;
    text-decoration: none;
    transition:all .25s;
}

.btn-subscribe.open a.subscribe-action,
.btn-subscribe.open a.subscribe-action:active,
.btn-subscribe.open a.subscribe-action:focus,
.btn-subscribe.open a.subscribe-action:hover{    
    color:#000;
    background-color:#fff;
    transition:all .25s;
}

.btn-subscribe a.privacy-policy{
    color:#fff;
    font-size:14px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 10px;
}

.mobile-social a.privacy-policy{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
    margin-left: 10px;
    margin-bottom: 20px;
    display: block;
}

.btn-subscribe .nl-loading{
    display:none;
    background-color:#fff;
    padding: 34px 0;
}

.btn-subscribe.loading .nl-loading{
    display:block;
}

.btn-subscribe.loading a.subscribe-action{
    display:none;
}

.btn-sponsor,
.btn-sponsor:active,
.btn-sponsor:hover,
.btn-sponsor:focus{
    display:inline-block;
    padding:0px 10px;
    font-family: 'GothamUltra';
    color:#fff;
    text-align:center;
    background-color:#000;
    font-size:16px;
    line-height:16px;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor:pointer;
    text-decoration: none;
    transition:all .25s;
    width:200px;
    height:86px;
}

.btn-sponsor-wrapper.open .btn-sponsor{
    color:#000;
    background-color:#fff;
    transition:all .25s;
}

.btn-sponsor-wrapper{
    position:absolute;
    bottom:0;
    left: 110px;
}

.btn-sponsor-wrapper .sponsor-input,
.btn-subscribe .newsletter-input{
    display:none;
    position:relative;
}

.btn-sponsor-wrapper .sponsor-input .warning-wrapper,
.btn-subscribe .newsletter-input .warning-wrapper{
    position:absolute;
    left:0px;
    top:-34px;
}

.btn-sponsor-wrapper .sponsor-input .warning-wrapper .error-ribbon,
.btn-subscribe .newsletter-input .warning-wrapper .error-ribbon{
    font-size:12px;
    display:none;
}

.btn-sponsor-wrapper.open .sponsor-input,
.btn-subscribe.open .newsletter-input{
    display: -ms-flexbox;
    display: flex;
}

.sponsor-input input,
.sponsor-input input:focus,
.newsletter-input input,
.newsletter-input input:focus{
    color:#fff;
    border-radius:0;
    border:1px solid #000;
    border-bottom:none;
    border-left:none;
    background-color:rgba(0,0,0,0.3);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    width: 400px;
}

.sponsor-input input:focus,
.newsletter-input input:focus{
    outline:none;
    border-color:#000;
}

::placeholder {
    color: #fff!important;
    opacity: 1; 
}

:-ms-input-placeholder{
    color: #fff!important;
    opacity: 1; 
}

::-ms-input-placeholder {
    color: #fff!important;
    opacity: 1; 
}



.scroll-down{
    opacity:1;
    transition:all .25s;
}

.scroll-down.in-bottom{
    opacity:0;
    transition:all .25s;
}

.video-highlight .inner-video{
    border: solid 2px #171717
}

.video-highlight{
    width:100%;
    max-width:822px;
    padding-left: 50px;
}

.video-highlight .video-highlight-title h1{
    font-weight:600;
    text-transform: uppercase;
    font-size:18px;
    line-height:20px;
    margin-bottom:3px;
    color:#fff;
}
.video-highlight .video-highlight-title h2{
    font-weight:300;
    font-size:15px;
    line-height:20px;
    margin-bottom:0;
    color:#fff;
}

.video-highlight .video-highlight-description{
    font-weight:700;
    text-align:right;
    font-size:12px;
    line-height:16px;
    color:#fff;
    width:100%;
    max-width:270px;
    margin-left:auto;
}

.talks-title img{
    margin-left:20px;
}

.talks-title h1{
    font-weight:800;
    color:#fff;
    font-size:30px;
    line-height:30px;
    margin-bottom:0;
    text-transform: uppercase;
}

.archive-talks{
    margin-top:40px;
}

.archive-talks a.talk{
    color:#fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    font-size:16px;
    line-height:20px;
    display: block;
    margin-bottom: 20px;
}

.sponsor-list{
    padding-left: 60px;
}

.sponsor-list .sponsor-title{
    color:#fff;
    font-weight:800;
    text-transform: uppercase;
    font-size:16px;
    line-height:26px;
    padding-bottom:12px;
    border-bottom:1px solid #000;
}

.sponsor-list .sponsor-images{
    padding:0 0 40px 0;
}

.sponsor-list .sponsor-images .single-sponsor{
    text-align:center;
    margin-top:22px;
}

.normal-scroll{
    padding:9vh 0 0 0;
}

.normal-scroll .inner-normal-scroll{
    height: 91vh;
    overflow-y: auto;
    padding-top: 50px;
}

.mobile-menu{
    display:none;
    position:fixed;
    width:100%;
    height:100vh;
    z-index:100;
    background-image:url(../images/background.jpg);
    background-position:center;
    background-size:cover;
}

.mobile-menu .menu-wrapper{
    height:64px;
}

.mobile-menu .logo{
    background:none;
    width:64px;
    height:64px;
}

.mobile-menu .logo img{
    max-width:29px;
}

.mobile-menu .main-menu{
    padding-top:80px;
}

.mobile-menu .main-menu a.active,
.mobile-menu .main-menu a.active:hover,
.mobile-menu .main-menu a.active:active,
.mobile-menu .main-menu a.active:focus,
.mobile-menu .main-menu a,
.mobile-menu .main-menu a:hover,
.mobile-menu .main-menu a:active,
.mobile-menu .main-menu a:focus{
    display:block;
    font-weight:700;
    text-transform: none;
    font-size:56px;
    line-height:64px;
    color:transparent;
    -webkit-text-stroke: 1px #ffffff;
    opacity:1;
    transition:all .25s;
}

.mobile-menu .main-menu a.active:hover,
.mobile-menu .main-menu a.active:active,
.mobile-menu .main-menu a.active:focus,
.mobile-menu .main-menu a:hover,
.mobile-menu .main-menu a:active,
.mobile-menu .main-menu a:focus{
    color:#fff;
    transition:all .25s;
}

.mobile-menu .main-menu a.active{
    color:#fff;
}

.mobile-social{
    position:absolute;
    left:10px;
    bottom:10px;
}

.desktop-header{
    display:block;
}
.mobile-header{
    display:none;
    height:64px;
    border-bottom: 1px solid #000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.35);
}

.talks-outer-wrapper{
    padding-left:80px;
}

.mobile-logo{
    width:64px;
    height:64px;
}

.mobile-header .menu-button-wrapper{
    height:64px;
    padding:0 15px;
}

.bold-text.page-2 p{
    max-width:900px;
}

.WiingaSliderWrapper{
    height:100vh;
    padding-top: 80px;
}

.WiingaSliderWrapper .slideContent{
    display:none;
}

.WiingaSliderWrapper .drum a,
.WiingaSliderWrapper .drum a:hover,
.WiingaSliderWrapper .drum a:active,
.WiingaSliderWrapper .drum a:focus{
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    font-size:55px;
    padding:10px 0;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:700;
}

.WiingaSliderWrapper .drum a.selected{
    color: #ffffff;
}

.talks .WiingaSliderWrapper .drum a{
    font-size: 49px;
    line-height: 49px;
}

.side-spacer{
    padding-left: 130px;
    padding-right: 50px;
}

.speaker-talk .talks-title{
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:20px;
    line-height: 20px;
    margin: 50px 0 30px;
}

.speaker-talk .speaker-talks-list a,
.speaker-talk .speaker-talks-list a:hover,
.speaker-talk .speaker-talks-list a:active,
.speaker-talk .speaker-talks-list a:focus{
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
    font-size:16px;
    line-height: 16px;
    text-decoration: underline;
    display:block;
    margin:10px 0;
}

.speaker-info{
    color:#fff;
    margin-top: 15px;
}

.speaker-info .si-title{
    font-size:18px;
    line-height:18px;
    font-weight:600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.speaker-info .si-content{
    font-size:12px;
    line-height:16px;
    font-weight:200;
}

.si-text{
    color:#fff;
    font-weight:700;
    font-size:12px;
    line-height:15px;
    margin-top:30px;
}

.talks .si-text {
    margin-bottom: 35px;
}

.desktop-speakers{
    display:block;
}
.mobile-speakers{
    display:none;
}

.mobile-speakers .mobile-speakers-list{
    
}

.mobile-speakers .mobile-speakers-list .mobile-single-speaker{
    
}

.mobile-speakers .mobile-speakers-list .mobile-single-speaker .mobile-speaker-name a,
.mobile-speakers .mobile-speakers-list .mobile-single-speaker .mobile-speaker-name a:hover,
.mobile-speakers .mobile-speakers-list .mobile-single-speaker .mobile-speaker-name a:active,
.mobile-speakers .mobile-speakers-list .mobile-single-speaker .mobile-speaker-name a:focus{
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;    
    padding:10px 0;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:700;
    transition: all .25s;
    font-size: 45px;
    line-height: 45px;
    display:block;
}

.mobile-speakers .mobile-speakers-list .mobile-single-speaker .mobile-speaker-content{
    display:none;    
}

.mobile-speakers .mobile-speakers-list .mobile-single-speaker.selected .mobile-speaker-name a{
    color: #fff;
    transition: all .25s;    
}

.mobile-speaker-content > div:first-child{
    padding-top:30px;
}
.mobile-speaker-content > div:last-child{
    padding-bottom:30px;
}

.speaker-separator{
    width:100%;
    height:1px;
    background-color:#000;
    margin:20px 0;
}


.overlapping-info{
    position: relative;
    left: -12px;
}

.mobile-elements{
    display:none;
}

.mobile-elements img{
    width: 25px;
    height: 25px;
}

.talk-list-title{
    font-size:25px;
    line-height:25px;
    font-weight:400;
    margin-top: 15px;
    display: block;
}

.mobile-talk-list-title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    display: block;    
    margin-top:15px;
}

.mobile-speaker-content .speaker-talk .talks-title{
    margin-top:0;
}

.stars img{
    margin-right:5px;
}

@media (min-wifth:768px){
    .archive-talks a.talk:last-child{
        margin-bottom:0;
    }
}

@media (max-height:730px){
    .moto .moto-image img{
        width:70%;
    }
    .bold-text.page-2 {
        padding-top: 80px;
    }
}

@media (max-height:595px){
    .moto .moto-image .bold-text{
        font-size: 20px;
        line-height: 25px;
    }
    
    .moto .moto-image{
        padding-top:75px;
    }    
}

@media (max-width:1300px){
    .talk-list-title {
        font-size: 19px;
        line-height: 22px;
    }
}

@media(max-width:1199px){
    .bold-text.page-2 p{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
}

@media(max-width:1110px){
    .main-menu a, 
    .main-menu a:active, 
    .main-menu a:focus {
        padding: 0 20px;
    }
}

@media (max-width:991px),
       (max-height:595px){
    .bold-text.page-2 p{
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 30px;
    }
    .speaker-talk-wrapper{
        padding-top:40px;
    }
    .WiingaSliderWrapper .speaker-talk img{
        
    }
}

@media(max-width:965px){
    
}

@media(max-width:925px){
    .main-menu a, 
    .main-menu a:active, 
    .main-menu a:focus {        
        font-size: 16px;
        line-height: 16px;
        padding: 0 14px;
    }
    
    .main-menu a.active, 
    .main-menu a.active:hover, 
    .main-menu a.active:active, 
    .main-menu a.active:focus {        
        font-size: 20px;
        line-height: 20px;
    }
    
    .social-wrapper {
        padding: 0 10px;       
    }

    .social-wrapper a, 
    .social-wrapper a:hover, 
    .social-wrapper a:active, 
    .social-wrapper a:focus {
        padding: 0 6px;
        font-size: 18px;
        line-height: 18px;
    }
}


@media (max-width:820px){
    .desktop-header{
        display:none;
    }
    .mobile-header{
        display:block;
    }
    .side-space{
        display:none;
    }
    .sponsor-list{
        padding-left:0;
    }
    .moto-image{
        max-width:90%;
    }
    .bold-text.page-2 {
        padding-left: 0px;
        padding-right:0px;
    }
    .video-highlight,
    .talks-outer-wrapper{
        padding-left: 20px;
        padding-right:20px;
    }
    
    .desktop-speakers{
        display:none;
    }
    .mobile-speakers{
        display:block;
    }
    
    .mobile-elements{
        display:block;
        position: fixed;
        left: 10px;
        bottom: 0;
    }
    
    .btn-sponsor-wrapper {
        left: 0px;
    }
    
    .btn-subscribe a.privacy-policy{
        display:none;
    }
}

@media (max-width:767px){
    .bold-text.page-2 p{
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 18px;
    }
    .bold-text.page-2{
        padding-top: 0px;
    }
    
    .btn-subscribe a.subscribe-action, 
    .btn-subscribe a.subscribe-action:active, 
    .btn-subscribe a.subscribe-action:focus, 
    .btn-subscribe a.subscribe-action:hover{
        padding: 20px 0;
        font-size: 10px;
        line-height: 10px;
    }
    
    .btn-sponsor,
    .btn-sponsor:hover,
    .btn-sponsor:active,
    .btn-sponsor:focus{
        font-size: 10px;
        line-height: 10px;
        width:130px;      
        height:50px;  
    }
    
    .newsletter .newsletter-top,
    .btn-subscribe a.subscribe-action, 
    .btn-subscribe a.subscribe-action:active, 
    .btn-subscribe a.subscribe-action:focus, 
    .btn-subscribe a.subscribe-action:hover,
    .btn-subscribe .nl-loading{
        width: 116px;
    }
    
    .newsletter-cta {
        font-size: 13px;
        line-height: 16px;
    }
    
    .newsletter-top{
        padding-top:8px;
    }
    
    .newsletter-arrow img {
        width:40px;
    }
    
    .sponsor-input input,
    .sponsor-input input:focus,
    .newsletter-input input, 
    .newsletter-input input:focus{
        font-size:10px;
        width:250px;
    }       
    
    .btn-sponsor-wrapper .sponsor-input .warning-wrapper {
        top: -31px;
    }

    .btn-sponsor-wrapper .sponsor-input .warning-wrapper .error-ribbon{
        font-size:10px;
    }
}

@media (max-width:576px){
    .bold-text.page-2 p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .bold-text.page-2 {
        padding-bottom: 30px;
    }
}

@media (max-width:420px){
    .save-date{
        font-size: 17px;
        line-height: 20px;
    }
    .sponsor-input input,      
    .sponsor-input input:focus,
    .newsletter-input input, 
    .newsletter-input input:focus{        
        width:170px;
    }
}

.mobile-social .social-wrapper{
    border-left:none;
}

.mobile-social .social-wrapper a{
    font-size: 30px;
    padding: 0 12px;
}

.mobile-social .social-wrapper a:first-child{
    padding-left:0;
}