/*
Theme Name: New Space Europe
Theme URI: http://www.midori.lu
Author: Midori
Author URI: http://www.midori.lu/
Description: Theme created by Midori
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,600&display=swap');

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, span {
    font-family: 'Montserrat', sans-serif !important;
}

body,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #010620;
}
h3 {
    font-size: 44px;
    font-weight: 700;
}
h3, .h3 {
    font-weight: 700;
}
p {
    display: block;
    width: 100%;
}
/* p a[href^="mailto:"] */
p a {
    color: #7fc4e6 !important;
}
p a:hover {
    text-decoration: underline;
}

.btn:hover {
    transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -o-transform: translate(0) !important;
}

.noMargin {
    margin: 0;
}

.registrationBtn{
    border: 1px solid #FFF;
    border-radius: 22px;
    color: #FFF;
}
.btn-blue {
    background-color:#7fc4e6;
    border: 1px solid #FFF;
    border-radius: 22px;
    color: #FFF;
}
.btn-blue:hover {
    background-color:#7fc4e6;
}
.lqd-sticky-footer-sentinel footer{
    background-size: cover;
}
.main-footer{
    z-index:-1 !important;
}
#wrap{
    background-color: #fff;
}
.primary-nav{
    height: 50px;
}
.speakerIcon{
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    width: 50px;
    height:50px;
    background-size: cover;
    background-position: center;
}
.speakerContainer{
    display:flex;
    margin-bottom:10px;
}
.speakersContainer .speakerContainer:not(:first-of-type) {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #0000001a;
}
/* .speakersContainer span{
    line-height: 50px;
}
.speakerNameAgenda{
    line-height:50px;
} */
.speakersContainer span{
    line-height: 1.2em;
}
.speakerNameAgenda{
    font-size: 15px;
    line-height: 1.2em;
}
.btnRegistration{
    background-color: #7fc4e6;
    color:#FFF;
}
.btnAgenda{
    color: #010620;
    display:inline-block;
    /*padding: 10px;
    */padding: 0.85em 1.5em;
    line-height: 1.2em;
    font-weight: 700;
    border-radius:30px;
    border:1px solid #000;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    -ms-border-radius:30px;
    -o-border-radius:30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.btnAgenda:hover {
    background-color: #010620;
    color: #ffffff;
}
.socialIconItem:hover{
    color: #FFF;
}

.text-blue {
    color: #7fc4e6 !important;
}

/* header */
/* regular page header bg */
.page-bg > .bg-none {
    background-color: inherit;
}
/* menu */
.main-header .row {
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;

    /* fix IE11 */
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.mainbar-container .container {
    padding-right: 15px;
    padding-left: 15px;

    /* fix IE11 */
    /* flex: none !important; */
}
/* fix IE.11 */
.mainbar-container {
    display: block;
}
/* fix IE.11 */
@media (max-width: 1200px) {
    .full-width {
        width: 100%;
    }
}
/* fix IE.11 */
/* .navbar-header {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
} */



.main-nav .link-txt .txt,
.registrationBtn .btn-txt {
    text-transform: uppercase;
    font-weight: 600;
}
.main-nav > li > a {
    padding: 45px 20px;
    position: relative;
}

.navbar-collapse ~ .header-module {
    margin-left: 20px !important;
}
/* responsive menu */
.navbar-header {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

@media screen and (min-width: 1200px) {
    .main-nav > li > a span.txt::before {
        content: '';
        width: 100%;
        height: 3px;
        top: -49px;
        position: absolute;
        background-color: #fff;
        opacity: 0;
        display: inline-block;
        transition: 0.3s ease-in;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -ms-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
    }
    .main-nav > li.current > a span.txt::before {
        opacity: 1;
    }
    .main-nav > li > a:hover span.txt::before {
        opacity: 1;
    }
    .nav-trigger.navbar-toggle {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .mobile-only {
        display: inline-block !important;
    }
    .main-header .mobile-logo-default {
        padding-bottom: 5px;
        max-height: 80px;
        width: auto;
    }
    .mainbar.container {
        padding: 0;
        width: 100%;
    }
    .main-header {
        position: absolute;
    }
    .main-header .logo-default {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    .mainHeader .mainTitle,
    .content h1, .content .h1 {
        font-size: 40px !important;
        margin-top:80px;
    }
}

@media screen and (max-width: 700px) , screen and (max-height: 415px) {
    .mainHeader .mainTitle,
    .content h1, .content .h1 {
        font-size: 40px !important;
        margin-top:80px;
    }
    
}
/* header img */
.bg-parallax {
    background-attachment: fixed;
}
@media (max-width:768px) {
    .bg-parallax {
        background-position: center;
    }
}

/* header content */
.mainHeader h1 {
    /* font-family: 'Roboto', sans-serif; */
    margin-bottom: 10px;
    font-weight: 500;
}
.mainHeader .mainTitle {
    font-size: 57px;
    font-weight: 900;
}
.mainHeader .description-txt {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    color: #ffffff;
}

.headerBtn:hover{
    background-color: #fff;
    color: #7fc4e6;
}
.headerBtn .btn-txt {
    font-weight: 600;
}
.headerBtn {
    display: inline-block;
}
.headerBtn:not(:last-of-type){
    margin-right: 20px;
}
.btn-theme {
    border-radius: 50em;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    -ms-border-radius: 50em;
    -o-border-radius: 50em;
    /* padding: 0.85em 1.5em; */
}
.btn-theme-transparent {
    color:#ffffff;
    border: 1px solid #ffffff;
}
.btn-transparent:hover {
    background-color:#ffffff;
}
.hashtag-txt {
    color:#ffffff;
    font-size: 27px;
    font-weight: 600;
}
/* scroll down button */
.titlebar-scroll-link {
    left: 50%;
    z-index: 2;
    display: inline-block;
    color: #ffffff;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: 50px;
    line-height: 55px;
    bottom: 25px;
}
.titlebar-scroll-link:hover {
    color: #7fc4e6;
}

/* article box */
/* gradient title */
.bg-gradient-primary-lr {
    background: -webkit-gradient(linear, left top, right top, from(#3e73fd), to(#1de1d1)) !important;
    background: linear-gradient(to right, #3e73fd 0%, #1de1d1 50%) !important;
}
.row.justify-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
}
.m-w-743 {
    max-width: 743px;
}
.pr-40 {
    padding-right: 40px;
}
@media (max-width: 1700px) { .m-w-743 { max-width: 730px; } }
@media (max-width: 1600px) { .m-w-743 { max-width: 720px; } }
@media (max-width: 1500px) { .m-w-743 { max-width: 710px; } }
@media (max-width: 1400px) { .m-w-743 { max-width: 700px; } }
@media (max-width: 1300px) { .m-w-743 { max-width: 690px; } }
@media (max-width: 1200px) { 
    .m-w-743 { 
        max-width: 490px; 
    }
    .pr-40 {
    padding-right: 30px;
    }
}

/* @media (max-width: 1700px) { .m-w-743 { max-width: 730px; } } */

@media (max-width: 768px) {
    .m-w-743 {
    max-width: 743px;
}
}

@media (max-width: 768px) {
    .pb-mobile {
        padding-bottom: 50%;
    }
    .pb-pt-on-mobile {
        padding-top: 1.5rem !important;
    }
}

/* speakers slider */
.speaker-item .fancy-box-travel h3 {
    font-size: 15px;
    line-height: 1.2em;
}
.speaker-item .fancy-box-header {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
}
.speaker-item .fancy-box-footer .job-txt {
    display:block;
    font-size: 13px;
    line-height: 1.2em;
}
.speaker-item .fancy-box-footer .company-txt {
    display:block;
    font-size: 12px;
    line-height: 1.2em;
}
.speaker-item .socialIcon a {
    color: #ffffff;
    font-size: 20px;
}

/* twitter box */
.twitter-box {
    /* border-bottom: 1px solid #f5f5f5; */
}
.tweet-item a {
    color: #010620;
}
.tweet-item a:hover .post-content {
    text-decoration: underline;
}
.tweet-item:not(:last-of-type) {
    border-bottom: 1px solid #f5f5f5;
}
.tweet-item .post-content {

    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.tweet-item .post-date {
    color: #aaafae;
    font-size: 12px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.twitter-box-slider img {
    max-height: 700px;
    /* width: auto; */
}

.twitter-box-slider .owl-carousel .owl-stage-outer,
.twitter-box-slider .owl-carousel .owl-stage,
.twitter-box-slider .owl-carousel .owl-item,
.twitter-box-slider .owl-carousel .carousel-item {
    height: 100%;
}
.twitter-box-slider .owl-nav,
.twitter-box-slider .owl-dots {
    display: none !important;
}

.m-w-430 {
    max-width: 430px;
    width: 100%;
}

@media (max-width: 1500px) {
    .m-w-430 {
        max-width: 465px;
    }
}


@media (min-width: 1200px) {
    
    .pl-lg-100 {
        padding-left: 3rem;
    }
}

@media (max-width: 992px) {
    .m-w-430 {
        max-width: 100%;
    }
    .twitter-box-slider .owl-carousel {
        margin: 0;
        margin-bottom: 20px;
    }
    .twitter-box-slider .owl-carousel .owl-stage-outer,
    .twitter-box-slider .owl-carousel .owl-stage,
    .twitter-box-slider .owl-carousel .owl-item,
    .twitter-box-slider .owl-carousel .carousel-item {
        height: 400px;
        padding: 0;
        margin: 0;
    }
}


/* footer */
footer a:hover {
    color: #7fc4e6 !important;
}
footer ul.copyright > li {
    margin: 0;
}
footer ul.copyright li:not(:first-of-type)::before {
    content: '|';
    margin: 0 8px;
}


/* agenda page */
.agenda .tabs-nav-side-alt .tabs-nav {
    width: 15%;   
}
.agenda .tabs-nav-side-alt .tabs-nav li.active a,
.agenda .accordion-active-color-primary .active .accordion-title a {
  color: #7fc4e6;
}
.agenda .tabs-nav-side-alt .tabs-nav li a {
    padding: 15px 45px;
}
.agenda .tabs-nav-side-alt .tabs-nav li a:after {
    top: 0.75em;
}
.agenda .tabs-nav-side .tabs-nav {
    padding-top: 40px;
}
.agenda .scheduleDay {
    padding: 22px 0 0;
}
.agenda .scheduleTime {
    padding: 15px 0;
    text-align: center;
}
.agenda .scheduleTime span {
    font-size: 19px;
    font-weight: 600;
}
.agenda .collapsed .icon-arrows_circle_plus {
    display: inline-block !important;
}
.agenda .collapsed .icon-arrows_circle_minus {
    display: none !important;
}
.agenda .speakerInfos {
    font-size: 14px;
}
.agenda .speakerInfos .speakerNameAgenda {
    text-transform: uppercase;
    margin-bottom: 3px;
}
.agenda .speakerInfos .company-txt {
    line-height: 1.2em;
    display: block;
    margin-bottom: 4px;
}
.agenda .speakerInfos .socialIcon a {
    font-size: 20px;
    color: #010620 !important;
}
.agenda .speakerInfos .socialIcon a:hover {
    color: #010620 !important;
}
.row.align-center {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
@media (max-width:992px) {
    .agenda .tabs-nav-side-alt .tabs-nav {
        width: 100%;
    }
    .agenda .scheduleTime {
        text-align: left;
    }
}
@media (max-width:768px) {
    .agenda .col-xs-2,
    .agenda .col-xs-10 {
        width: 100%;
    }
    .agenda .speaker-col.speakerImage {
        max-width: 25% !important;
    }
}
@media (max-width:600px) {
    .agenda .col-xs-2,
    .agenda .col-xs-10 {
        width: 100%;
    }
    .agenda .row.align-center {
        /* display: block !important; */
    }
    .agenda .speaker-col,
    .agenda .speaker-col.speakerImage {
        max-width: 50% !important;
        width: 50%;
    }
    .agenda .speaker-col.speakerImage {
        /* margin-bottom: 10px; */
    }
}

/* speakers page */
.speakers .intro-text {
    text-align: center;
}
.speakers .intro-text p {
    max-width: 650px;
    margin: 0 auto;
}

/* media page */
.fancy-box-case-study figure {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.fancy-box-case-study:hover figure {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
}
.fancy-box-case-study:hover .fancy-box-contents {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.23);
}
.media-item.fancy-box-case-study:hover {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.category-tag {
    background-color: #7fc4e6;
    color: #ffffff;
    padding: 3px 8px;
    opacity: 1 !important;
}


/* accomodation page */
.accomodation-item p {
    line-height: 1.4em;
}
@media (min-width: 600px) {
    .accomodation-item.col-xs-12 {
        width: 50%;
    }
}


@media (min-width: 1600px) {
    html.fixed-footer,
    html.fixed-footer body,
    html.fixed-footer #wrap {
        height: 100%;
    }
    html.fixed-footer footer {
        position: absolute;
        bottom: 0;
        z-index: 1 !important;
        width: 100%;
    }
}


@media screen and (max-height: 700px) {
	.mainHeader.bg-parallax{
		background-position:center -100px;
	}
}
@media screen and (max-height: 600px) {
	.mainHeader.bg-parallax{
		background-position:center -150px;
	}
}
@media screen and (max-height: 550px) {
	.mainHeader.bg-parallax{
		background-position:center -200px;
	}
}



/* Homepage: partners-slider */
.partners-slider .carousel-item {
    height: 60px;
}
.partners-slider .carousel-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners-slider .carousel-item-inner figure {
    padding: 0 10px;
}