@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700&display=swap');

body, html{
    font-family: 'Montserrat', sans-serif!important;
    overflow-x: hidden!important;
    font-weight: 700!important;
    scroll-behavior: smooth;
}
body{
    margin-top: 121px!important;
}
h2{
    font-size: 1.6rem!important;
}
h2.title{
    font-weight: 700!important;
    font-size: 23px!important;
    text-transform: UPPERCASE;
    position: relative;
    letter-spacing: 1px;
}
h2.title:after{
    content: '';
    display: block;
    width: 22px;
    height: 3px;
    margin: 20px auto 35px;
} 
h3{
    font-size: 1.4rem!important;
    margin-bottom: 50px!important;
}
h4{
    font-size: 16px!important;
    font-weight: 600!important;
}
p{
    font-weight: 400;
    font-family: 'Raleway', sans-serif;  
}
.breakdesktop{
    display:block;
}
img{
    max-width: 100%;
}
img.social {
    max-width: 30px;
}
.imgContainer{
    text-align: center;
}
.cta{
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 18px 24px;
    border: 2px solid;
    margin-top: 25px;
    transition: .3s ease;
    text-align: center;
    font-size: 20px;
    line-height: 1.2em;
}
.cta:hover{
    text-decoration: none;
}
/*****************************
*** Popups
*****************************/
#popup_webinar{
   max-width: 465px;
    position: fixed;
    bottom: -1px;
    left: 48px;
    background: #ededed;
    z-index: 100;
    padding: 30px 30px 15px;
    text-align: center;
    border: 1px solid #c6c6c6;
    display: none;
}
#popup_webinar #closepopup{
    font-weight: 700;
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 5px;
}
#popup_webinar #closepopup img{
    width: 30px;
}
#popup_webinar h3{
    margin-bottom: 5px!important;
    color: #007aa1;
    text-transform: uppercase;
    font-size: 1.2rem!important;
    font-weight: 500;
}
#popup_webinar h4{
    margin-bottom: 0px!important;
    color: #ff7f29;
    text-transform: uppercase;
    font-size: 1.2rem!important;
    font-weight: 700!important;
}
#popup_webinar h2{
    margin-bottom: 5px!important;
    color:  #007aa1;
    text-transform: uppercase;
    font-weight: 700!important;
    font-size: 1.5em!important;
}
#popup_webinar span.lighter{
    font-weight: 500;
}
#popup_webinar .cta{
    border-color: #ff7f29;
    color: #fff;
    background: #ff7f29;
    padding: 10px 24px;
    margin-top: 15px;
    font-size: 15px;
}
#popup_webinar .twoCol{
    display: flex;
}
#popup_webinar .twoCol img{
        margin-top: 6px;
    margin-right: 28px;
    padding-right: 10px;
}
/*****************************
*** Header
*****************************/
#header_main {
    border-bottom: 1px solid #ededed;
    position: fixed;
    width: 100%;
        z-index: 9;
    background: #fff;
    top: 0px;
    left: 0px;
}
#header_main .container{
    line-height: 7em;
    transition: .4s ease;
}
#header_main .site_logo{
    width: 90%;
    transition: .4s ease;
}
#header_main ul{
    list-style: none;
    margin: 0px;
    padding:0px;

}
#header_main ul li{
    float: left;
    margin-left: 8px;
    padding: 4px 12px;
    margin-right: 15px;
    text-transform: uppercase;
}
#header_main li a{
    
    color: #007aa1;
}
#header_main li a:hover{
    color: #636363;
    text-decoration: none;
}
#header_main .mobileMenu{
    display: none;
}
#header_main .mobileMenu #openMenu{
        max-width: 25px;
    display: block;
    margin: auto;
    margin-right: 0px;
}
#header_main .mobileMenu ul{
    width: 85%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: -100%;
    background: #fff;
    box-shadow: 1px 1px 40px 10px rgba(0,0,0,.5);
        transition: 1s ease;
}
#header_main .mobileMenu li{
    float: none;
    line-height: 3.3em;
    
}
#header_main .mobileMenu li:not(:first-child){
    border-bottom: 1px solid rgba(0,0,0,0.4);
}
/*****************************
*** Underheader
*****************************/
#underHeader{
    padding: 0px;
}
#underHeader .col1{
    color: #fff;
    background: url('/storage/assets/biovalley-investment-partner-8/media/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 12.5% 5% 5%;
    background-position: center;
}
#underHeader .col1:before{
    content:url('/storage/assets/biovalley-investment-partner-8/media/overfunding.png');
    position: absolute;
    top: 0;
    left:0;
}
#underHeader .col1 h3{
    margin-top: 25px;
}
#underHeader .col2{
    background: #ebebeb;
    padding: 85px 5%;
    color: #007aa1;
}
#underHeader .col2 .row{
    margin-bottom: 15px;
}
#underHeader .col2 p{
    font-size: 22px;
}
#underHeader h2{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#underHeader .cta{
    color: #fff;
    border-color:  #ff7f29;
    background: #ff7f29;
}
#underHeader .cta:hover{
    color: #ff7f29;
    background: #fff;
}
.thank-page #underHeader .col2{
    background: #fff;
}
#newunderHeader{
    background: #ededed;
    color: #007aa1;
    padding: 85px 0;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.2em;
}
.thank-page #underHeader .col1:before{
    top: 35px;
}
.thank-page #underHeader .col1{
    padding: 14% 5%;
}
/*****************************
*** Related
*****************************/
#related{
    padding: 85px 0;
    transform: skewY(-2deg);
    margin-top: -30px;
    margin-bottom: -20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007aa1+0,00b0e9+100 */
    background: #007aa1; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #007aa1 0%, #00b0e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #007aa1 0%,#00b0e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #007aa1 0%,#00b0e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aa1', endColorstr='#00b0e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    position: relative;
    z-index: 1;
}
#related .container{
    transform: skewY(2deg);
}
#related h2{
    text-transform: uppercase;
    font-weight: bold;
}
#related h2.title:after{
    background: #fff;
}
#related .cta{
    color: #fff;
    border-color:  #ff7f29;
    background: #ff7f29;
    margin-top :0px;
}
#related .cta:hover{
    color: #ff7f29;
    border-color:  #ff7f29;
    background: #fff;
}
/*****************************
*** Investitori
*****************************/
#investitori {
    background-color: #fff;
    padding: 85px 0 30px;
    transform: skewY(2deg);
    margin-top: -30px ;
    margin-bottom: -30px 
}
#investitori  h2{
    color: #007aa1;
    margin-bottom: 25px;
}
#investitori  h2.title:after{
    background: #007aa1;
}
#investitori .container{
    transform: skewY(-2deg);
}
#investitori .embed-videos .col-xl-6{
    margin-bottom: 15px;
}
#investitori .embed-videos p{
        margin-top: 10px;
    line-height: 1.2em;
    font-size: 18px;
    padding-left: 10px;
}
/*****************************
*** Presentazione
*****************************/
#presentazione {
    background: url('/storage/assets/biovalley-investment-partner-8/media/investimenti.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 85px 0px;
    color: #fff;
}
#presentazione .col-xl-9{
    margin: auto;
}
#presentazione h2{
    color: #fff;
    margin-bottom: 25px;
}
#presentazione h2.title:after{
    background: #fff;
}
#presentazione p{
    color: #fff;
}
#presentazione p.first{
    margin-bottom: 40px;
}
#presentazione .cta{
    background:  #ff7f29;
    color: #fff;
    border-color:  #ff7f29;
}
#presentazione .cta:hover{
    background: #fff;
    color:  #ff7f29;
}
/*****************************
*** Vantaggi
*****************************/
#vantaggi {
    padding: 85px 0;
    position: relative;
}
#vantaggi:before{
    content: '';
    display: block;
    position: absolute;
    top: -31px;
    left: 0px;
    border-right: 100vw solid #fff;
    border-top: 2em solid transparent;
}
#vantaggi h2{
    color: #007aa1;
    text-transform: uppercase;
    font-weight: bold;
}
#vantaggi h2.title:after{
    background: #007aa1;
    
}
#vantaggi .col-lg-6{
    margin: 25px auto;
}
#vantaggi .threeCol{
    margin: 25px 15px;
    text-align: center;
}
#vantaggi .threeCol p{
    font-weight: bold;
}
#vantaggi .threeCol h3{
    color: #007aa1;
    text-transform: uppercase;
    font-size: 20px!important;
    font-weight: 600;
    margin-bottom: 15px!important;
}
#vantaggi .cta {
    background: #007aa1;
    color: #fff;
    margin-top: 0px;
}
#vantaggi .cta:hover{
    background:  transparent;
    color: #007aa1;
}
/*****************************
*** Incontro Online
*****************************/
#incontro_online{
    padding: 85px 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007aa1+0,00b0e9+100 */
    background: #007aa1; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #007aa1 0%, #00b0e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #007aa1 0%,#00b0e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #007aa1 0%,#00b0e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aa1', endColorstr='#00b0e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    transform: skewY(2deg);
}
#incontro_online .container{
    transform: skewY(-2deg);
}
#incontro_online h2{
    color: #fff;
    margin-bottom: 25px;
}
#incontro_online h2.title:after{
    background: #fff;
}
#incontro_online p{
    margin-top: 25px;
    color: #fff;
}
#incontro_online h4{
    font-weight: 600!important;
    margin: 15px 0 25px;
    font-size: 1.3em!important;
}
#incontro_online .buttons{
    margin-top: 45px;
}
#incontro_online .cta {
    color: #fff;
    position: relative;
    width: 359px;
    margin: 0 10px;
}
#incontro_online .cta:hover {
    background: #fff;
    color: #007aa1;
}
#incontro_online .cta span{
    color: #000;
    font-size: 12px;
}
#incontro_online .cta.first{
    background: #ff7f29;
    border-color: #ff7f29;
    color: #fff;
}
#incontro_online .cta.first:hover{
    background: #fff;
    color: #ff7f29;
}
/*#incontro_online .cta.first:after{
    content: '(Posti limitati)';
    color: #fff;
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -25px;
    font-size: 12px;
    
}*/
/*****************************
*** telegram
*****************************/
#telegram{
    padding: 85px 0;
    text-align: center;
}
#telegram .imgContainer{
    margin-bottom: 25px;
    text-align: right;
}
#telegram h2.title{
    color: #007aa1;;
}
#telegram h2.title:after{
    background: #007aa1;;
}
#telegram p {
    text-align: left;
}
#telegram img{
    width: 45%;
}
#telegram .cta{
    color: #007aa1;
}
#telegram .cta:hover{
    background: #007aa1;
    color: #fff;
}
/*****************************
*** Company
*****************************/
#company {
    background: url('/storage/assets/biovalley-investment-partner-8/media/chisiamo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0;
    color: #fff;
    position: relative;
    
}
#company:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    border-left: 100vw solid #fff;
    border-bottom: 2em solid transparent;
    
}
#company h2.title{
    color: #fff;
    margin-bottom: 25px;
}
#company h2.title:after{
    background: #fff;
}
#company p{
    color: #fff;
    text-align: right;
}
#company .cta{
    color: #fff;
}
#company .cta:hover{
    background: #fff;
    color: #007aa1;
}
/************************************************
*** #Form
************************************************/
#form{
    padding: 85px 0;
    margin-bottom: -30px;
    z-index: 5;
    position: relative;
}
#form h2.title{
    margin-bottom: 25px;
    color: #007aa1;
}
#form h2.title:after{
    background: #007aa1;
}
.demoForm form{
    width:100%;
    margin: 20px auto 0;
}
.demoForm h3{
    text-transform: uppercase;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 10px!important;
}
.demoForm .control-group{
    margin-bottom:1em;
}
.demoForm label{
    font-weight:600;
    font-size:.8em;
    margin:0;
    width: 100%;
    
}
.demoForm .submit{
    margin:auto;
}
.demoForm span.red{
    color:red;
}
.demoForm input[type="submit"]{
    text-transform: uppercase;
    -webkit-appearance: none;
    padding: 10px 30px;
    border-radius: 0px;
    border: 2px solid #007aa1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #007aa1;
    transition: .4s ease;
}
.demoForm input[type="submit"]:hover{
    background: #fff;
    color:  #007aa1;
}
.demoForm input::placeholder, .demoForm select::placeholder, .demoForm textarea::placeholder{
    color: #000;   
}
.demoForm input, .demoForm select, .demoForm textarea{
    border: 0px;
    background: #ededed;
    border-radius: 0px;
}
.demoForm textarea{
    max-height: 145px;
}
.demoForm input:focus, .demoForm select:focus, .demoForm textarea:focus{
    outline:none;
    background: #fff;
    color: #000;
}
.demoForm input[type="checkbox"] {
    height: 18px;
    width: 23px;
    float: left;
}
.demoForm .checkbox{
    position:relative;
}
.demoForm .checkbox label {
    margin-left: 10px;
    position: relative;
    top: -4px;
    width: 90%;
    
}
.demoForm .checkbox label a{
    color: #007aa1;
    text-decoration: none;
}
.demoForm .checkbox label a:hover{
    text-decoration: underline;
}
.demoForm input[type="email"]{
    margin-bottom: 35px;
}
.demoForm .col-xl-6 img{
    width: 65%;
}
.demoForm .col-md-7{
    margin:0 auto;
}
/*****************************
*** Footer
*****************************/
#footer_main{
    padding: 85px 0 25px;
    position:relative;
    background: #ededed;
}
#footer_main .toTop{
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 60px;
}
#footer_main h2.title:after{
    background:rgba(0,0,0,0.4);
}
#footer_main p{
    color: #3f3f3f;
    font-weight: 300;
}
#footer_main img.social{
    display: block;
    margin: 35px auto;
}
/****************** Share ****************/
footer .share{
    position: fixed;
    bottom: 50px;
    right: 50px;
   z-index:99;
}
footer .share img{
    border-radius: 50%;
    cursor: pointer;
}
footer .share #sharer{
    margin:0;
    padding:0;
    margin: 0px 0px 15px;
    list-style: none;
    display:none;
    text-align: center;
}
footer .share ul li{
    margin: 10px 0;
    padding: 3px 0;
    float:none;
    border:none;
}
/*****************************
*** Articoli e Video
*****************************/
.articoli-video #underHeader{
    position: relative;
    
}
.articoli-video #underHeader:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-left: 100vw solid #fff;
    border-top: 2em solid transparent;
}
 #video, #articoli{
    padding: 85px 0;
    position: relative;
}
#video h2{
    color: #007aa1;
}
#video h2.title:after{
    background: #007aa1;
}
#articoli h2.title:after{
    background: #fff;
}
#video h2, #articoli h2{
    text-align: center;
}
#video .articleContainer{
    background: #ededed;
    color: #007aa1;
    margin: 15px;
    padding: 15px;
}
#video h4{
    min-height: 75px;
    margin-top: 15px;
    font-size: 20px!important;
}

#articoli{
    background: #007aa1;
    color: #fff;
}
#articoli article h4{
    min-height: 85px;
    margin-top: 10px;
}
#articoli .date{
    color: #555555;
    font-size: 12px;
}
#articoli article h4 a{
    color: #007aa1;
    text-decoration: none;
}
#video article .cta,
#articoli article .cta{
    padding: 7px 15px;
    font-size: 16px;
    background: #ff7f29;
    border-color: #ff7f29;
    color: #fff;
    margin-top: 5px;
}
#video article .cta:hover,
#articoli article .cta:hover{
    background: #fff;
    border-color: #ff7f29;
    color: #ff7f29;
}
#articoli .articleContainer{
    margin: 15px;
    padding: 15px;
    background: #fff;
}
#articoli .articleContainer .imgContainer{
    height: 195px;
    margin-bottom: 10px;
    overflow:hidden;
}
.navigation > div{
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-top: 50px solid transparent;
    position: absolute;
    opacity: .6;
    z-index: 1;
}
.navigation > div:hover{
    opacity: 1;
}
.navigation > div.slick-disabled{
    visibility: hidden;
}
.nav-prev{
    left: 3%;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    border-left: 50px solid #fff;
}
.nav-next{
    right: 3%;
    top: 53%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 50px solid #fff;
}
.vid-nav-prev{
    left: 3%;
    top: 55%;
    transform: translateY(-50%) rotate(45deg);
    border-left: 50px solid #007aa1;
}
.vid-nav-next{
    right: 3%;
    top: 55%;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 50px solid #007aa1;
}

/*****************************
*** Thank page
*****************************/
.thank-page #related img{
    width: 65%;
}
.thank-page #incontro_online{
    transform: skewY(-2deg);
        transform: skewY(-2deg);
    margin-top: -30px;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}
.thank-page #incontro_online .container{
    transform: skewY(2deg);
}
/*****************************
*** Pagina Presentazione
*****************************/
.presentation #underHeader{
    color: #fff;
    background: url('/storage/assets/biovalley-investment-partner-8/media/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 85px 0;
    position: relative;
}
.presentation #underHeader:before{
    content: url('/storage/assets/biovalley-investment-partner-8/media/overfunding.png');
    position: absolute;
    top: 0;
    left: 0;
}
.presentation #underHeader:after{
    content:'';
    position: absolute;
    border-left: 100vw solid #fff;
    border-top: 2em solid transparent;
    bottom: -1px;
    left: 0px;
}
.presentation #underHeader h2.title:after{
    margin: 15px auto!important;
}
.presentation #underHeader h3{
    margin-bottom: 25px!important;
}
#investimenti{
    padding: 85px 0;
    position: relative;
}
#investimenti h2.title{
    color: #007aa1;
}
#investimenti h2.title:after{
    background: #007aa1;
}
.presentation #form{
    padding: 20px 0px;
}
.presentation #form input[type="submit"]{
    padding: 18px 24px!important;
}
.presentation .col-xl-4 h3{
    color: #007aa1 ;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em!important;
}
.presentation .demoForm{
    padding: 0px;
}
.presentation .demoForm input[type="submit"]{
    border-color: #fff;
    color: #fff;
    background: #ff7f29;
    white-space: pre-wrap;
}
.presentation .demoForm input[type="submit"]:hover{
    border-color: #ff7f29;
    background: #fff;
    color: #ff7f29;
}
.presentation #footer_main{
    margin-top: -28px;
}
/*****************************
*** Pagina Presentazione Online
*****************************/
.online_presentation #underHeader{
    color: #fff;
    background: url('/storage/assets/biovalley-investment-partner-8/media/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 10% 0 10%;
    position: relative;
}
.online_presentation #underHeader:before{
    content: url('/storage/assets/biovalley-investment-partner-8/media/overfunding.png');
    position: absolute;
    top:0;
    left:0;
}
.online_presentation #underHeader:after{
    content:'';
    position: absolute;
    border-left: 100vw solid #fff;
    border-top: 2em solid transparent;
    bottom: -1px;
    left: 0px;
}
.online_presentation #investitori{
    padding: 85px 0 25px;
}
.online_presentation #webinar_description{
    padding: 50px 0;
}
.online_presentation #webinar_description h2.title{
    margin-top: 50px;
    color:  #007aa1;
}
.online_presentation #webinar_description h2.title:after{
    background:  #007aa1;
}
.online_presentation #webinar_description ul{
    list-style: none;
}
.online_presentation #webinar_description ul li{
    position: relative;
    margin-bottom: 13px;
    font-weight: 400;
}
.online_presentation #webinar_description .cta{
    background: #ff7f29;
    color: #fff;
    border-color: #ff7f29;
}
.online_presentation #webinar_description .cta:hover{
    background: #fff;
    color: #ff7f29;
}
#webinar_description p{
    font-size: 20px;
}
.online_presentation #webinar_description li{
    font-size: 20px;
}
.online_presentation #webinar_description ul li:before{
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 8px;
    background: #ff7f29;
}
.online_presentation #webinar_description .col-xl-4 img{
    width: 75%;
    margin-top: -85px;
}
.online_presentation #webinar_description .col-12{
    margin-top: 25px;
}
.online_presentation #form{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007aa1+0,00b0e9+100 */
    background: #007aa1; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #007aa1 0%, #00b0e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #007aa1 0%,#00b0e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #007aa1 0%,#00b0e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aa1', endColorstr='#00b0e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    position: relative;
}
.online_presentation #form:before{
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    border-left: 100vw solid #fff;
    border-bottom: 2em solid transparent;
}
.online_presentation #form h2{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.online_presentation #form form{
    margin-top: 25px;
}
.online_presentation #form h2.title:after{
    background: #fff;
}
.online_presentation .demoForm .checkbox label{
    top: -2px;
}
.online_presentation .demoForm .checkbox label a{
    color: #fff;
    text-decoration: underline;
}
.online_presentation .demoForm .checkbox label a:hover{
    text-decoration: none;
}
.online_presentation input[type="submit"]{
    color: #fff;
    border-color: #ff7f29;
    background: #ff7f29;
}
.online_presentation input[type="submit"]:hover{
    color: #ff7f29;
    border-color: #ff7f29;
    background: #fff;
}
.online_presentation .red{
    color: #fff!important;
}
/*****************************
*** Single article
*****************************/
.article #underHeader{
    color: #fff;
    background: url('/storage/assets/biovalley-investment-partner-8/media/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0 25px;
    background-position: center;
    position: relative;
}
.article #underHeader:before{
    content:url('/storage/assets/biovalley-investment-partner-8/media/overfunding.png');
    position: absolute;
    top: 0;
    left:0;
}
.article #content{
    padding: 50px 0;
}
.article #content h4{
    line-height: 1.4em!important;
    margin-top: 25px;
}
.article #content .imgContainer{
    margin-bottom: 15px;
}
.article #incontro_online{
    margin-bottom: -30px;   
}
/*****************************
*** Media Queries
*****************************/
@media only screen and (max-width: 767px){
    /*****************************
    *** General
    *****************************/
    body {
        margin-top: 81px!important;
    }
    .imgContainer{
        margin-bottom: 25px;
    }
    .cta{
        min-width: 225px;
    }
    .breakdesktop{
        display: inline-block;
    }
    /*****************************
    *** Popup
    *****************************/
    #popup_webinar{
        left: 0%;
    }
    #popup_webinar .twoCol img{
        display: none;
    }
    /*****************************
    *** Header
    *****************************/
    #header_main .mobileMenu{
        display: block;
    }
    #header_main .desktopMenu{
        display: none;
    }
    #header_main .container{
        line-height: 5em;
    }
    #header_main .container .mobileMenu{
        padding-top: 25px;
    }
    #header_main .site_logo{
        width: 100%;
    }
    /*****************************
    *** UnderHeader
    *****************************/
    #underHeader .col1{
        padding: 42% 5% 5% 15%;
    }
    #underHeader .col2{
        text-align: center;
    }
    .thank-page #incontro_online{
        margin-bottom: -15px;
    }
    .thank-page #underHeader .col1{
        padding: 45% 5% 5% 11%;
    }
    
    /*****************************
    *** Incontro Online
    *****************************/
    #incontro_online{
        text-align: center;
    }
    #incontro_online .imgContainer{
        margin: auto;
    margin-bottom: 25px;
    }
    #incontro_online .cta{
        width: 265px;
        margin: auto;
        margin-bottom: 30px;
    }
    .online_presentation #underHeader{
        padding: 35% 5% 10%;
    }
    /*****************************
    *** telegram
    *****************************/
    #telegram .imgContainer{
        text-align: center;
    }
    #telegram img{
        width: 40%;
    }
    #telegram p {
        text-align: center;
    }
    /*****************************
    *** Vantaggi
    *****************************/
    #vantaggi .col-lg-6{
        margin: 0px auto;
    }
    /*****************************
    *** Company
    *****************************/
    #company p{
        text-align: center;
    }
    /*****************************
    *** Articoli e video
    *****************************/
    #articoli .articleContainer .imgContainer{
        height: 115px;
    }
    .nav-prev, .vid-nav-prev{
        left: 12px;

    }
    .nav-next, .vid-nav-next{
        right: 12px;
    }
    /*****************************
    *** Single article
    *****************************/
    .article #underHeader{
        padding: 125px 0px 25px 50px;
    }
    /*****************************
    *** Pagina presentazione
    *****************************/
    .presentation .demoForm label{
        width: 90%;
    }
    .presentation #form{
        padding: 0px;
    }
    .presentation #underHeader{
        padding: 40% 0 20%;
    }
    /*****************************
    *** Pagina Webinar
    *****************************/
    .online_presentation #webinar_description .col-xl-4 img{
        margin-top: 0px;
    }
    .online_presentation .demoForm .checkbox label{
        top: -20px;
    }
    /*****************************
    *** Form
    *****************************/
    .demoForm .checkbox label{
        top: -20px;
    }
    .demoForm .checkbox label{
        margin-left: 35px;
    }
    /*****************************
    *** Sharer
    *****************************/
    footer .share{
        bottom: 25px;
        right: 25px;
    }
    /*****************************
    *** Footer
    *****************************/
    #footer_main{
            padding: 85px 0 75px;
    }
    #footer_main p.text-right{
        text-align: center!important;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    /*****************************
    *** General
    *****************************/
    body {
        margin-top: 81px!important;
    }
    .imgContainer{
        margin-bottom: 25px;
    }
    
    /*****************************
    *** Header
    *****************************/
    #header_main .mobileMenu{
        display: block;
    }
    #header_main .desktopMenu{
        display: none;
    }
    #header_main .container{
        line-height: 5em;
    }
    #header_main .container .mobileMenu{
        padding-top: 25px;
    }
    #header_main .site_logo{
        width: 50%;
    }
    #header_main .mobileMenu ul{
        width: 45%;
    }
    /*****************************
    *** Underheader
    *****************************/
    #underHeader .col2 {
        text-align: center;
    }
    #newunderHeader{
        font-size: 1.3rem;
    }
    #underHeader .col1{
        padding: 12.5% 15% 5%;
    }
    .thank-page #underHeader .col1{
        padding: 10% 18% 3%;
    }
    /*****************************
    *** telegram
    *****************************/
    #telegram img{
        width: 70%;
    }
    /*****************************
    *** Company
    *****************************/
    #company img{
        width: 100%;
    }
    #company p{
        text-align: center;
    }
    /*****************************
    *** Incontro online
    *****************************/
    #incontro_online .imgContainer{
        text-align: center;
    }
     #incontro_online .cta{
         width: 295px;
     }
    .online_presentation #underHeader{
        padding: 13% 0 10%;
    }
    /*****************************
    *** Pagina Articoli & Video
    *****************************/
    #articoli .articleContainer .imgContainer{
        height: 135px;
    }
    #articoli article h4{
        min-height: 95px;
    }
    /*****************************
    *** Pagina Grazie
    *****************************/
    .thank-page #incontro_online{
        margin-bottom: -15px;
    }
    
}
@media (min-width: 1024px) and (max-width: 1200px){
    body {
        margin-top: 95px!important;
    }
    /*****************************
    *** Header
    *****************************/
    #header_main .mobileMenu{
        display: block;
    }
    #header_main .desktopMenu{
        display: none;
    }
    #header_main .container{
        line-height: 5em;
    }
    #header_main .container .mobileMenu{
        padding-top: 25px;
    }
    #header_main .site_logo{
        width: 50%;
    }
    #header_main .mobileMenu ul{
        width: 45%;
    }
    /*****************************
    *** Underheader
    *****************************/
    #underHeader .col2{
        text-align: center!important;
    }
    #underHeader .col1{
        padding: 12.5% 14% 5%;
    }
    .thank-page #underHeader .col1:before{
        top: 25px;
    }
    .thank-page #underHeader .col1{
        padding: 14% 13%;
    }
    /*****************************
    *** Company
    *****************************/
    #company img{
        width: 100%;
    }
    /*****************************
    *** Pagina grazie
    *****************************/
    .thank-page #incontro_online{
        margin-bottom: -20px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1280px!important;
    }
}