/*******************************
*** General
*******************************/
html, body{
    scroll-behavior: smooth;
}
h1{
    font-family: 'Helvetica', sans-serif;
}
.container-fluid{
    max-width: 1600px;
}
.container{
    max-width: 1200px!important;
}
a:hover{
    color: inherit;
    
}
a, p, li{
    color: #333;
}
.cta{
    display: inline-block;
    padding: 8px 30px;
    border-radius: 5px;
    color: #2561ac;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 35px;
}
.cta:hover{
    text-decoration: none;
}
.breakdesktop{
    display:block;
}
.hidedesktop{
    display: none;
}
/*******************************
*** Header
*******************************/
header{
    border-bottom: 1px solid #c5c5c5;
}
header .row{
    padding: 15px 0;
}
.logo{
    max-width: 125px;
}
header ul{
    list-style: none;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding:0px;
    margin:0px;
}
.openMenuContainer{
    display: none
}
.menuContainer{
    line-height: 2.5em;
}
.menuContainer li{
    margin-left: 2.5%;
}
.menuContainer li a{
    color: #333;
}
.menuContainer li a:hover{
    text-decoration: none;
    color: #2561ac;
}
#openMenu{
    float: right;
}
#openMenu span{
    width: 30px;
    height: 2px;
    display: block;
    background: #000;
    margin: 6px 0;
}
@media only screen and (max-width: 1199px){
    header ul{
        display: block;
        justify-content: flex-end;
    }
    .openMenuContainer{
        display: block;
    }
    .menuContainer{
        display: none;
    }
}
/*******************************
*** UnderHeader
*******************************/
#underHeader{
    background-image:url(/storage/assets/prevenzione-dahua-service-16/media/mainfocus_bg_lp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
    color: #fff;
}
#underHeader img{
    max-width:300px;
}
/*******************************
*** Video
*******************************/
#video{
    padding: 50px 0;
}
#video .iconRow{
    margin: 25px 0 90px
}
#video .iconRow a{
    text-decoration: none;
}
#video .iconRow img{
    max-width: 150px;
}
#video .iconRow h4{
    text-transform: uppercase;
    color:#2561ac ;
}
#video .iconRow h4:after{
    content: url(/storage/assets/prevenzione-dahua-service-16/media/ico_scroll.svg);
    display: block;
    width: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}
#video .col-lg-6 .imgContainer{
    float: left;
}
#video .col-lg-6 .textContainer{
    float:right;
    width: calc(100% - 130px);
}
#video .cta{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#275da8+0,2b3488+100 */
    background: #275da8; /* Old browsers */
    background: -moz-linear-gradient(left,  #275da8 0%, #2b3488 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #275da8 0%,#2b3488 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #275da8 0%,#2b3488 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275da8', endColorstr='#2b3488',GradientType=1 ); /* IE6-9 */
    margin: 0px;
    color: #fff;
}
#video .linkContainer p{
    margin: 0px;
    font-weight: 700;
    margin-bottom: 8px;
}
#accessi{
    margin: 75px 0;
}
/*******************************
*** Company
*******************************/
#company{
    background: #2561ac;
    padding: 85px 0;
    color: #fff;
}
#company p{
    color: #fff!important;
}
#company h5{
    font-weight: 400!important;
}
#company .cta{
    background: #fff;
    color: #2561ac;
}
/*******************************
*** Banner
*******************************/
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
#banner3 .social{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
#banner3 .social img{
    max-width: 60px;
    margin: 0 8px;
}
/*******************************
*** Form
*******************************/
#form{
    padding: 50px 0 85px;
    background: #e9e9e9;
}
.demoForm{
    max-width: 740px!important;
    margin: auto;
}
.demoForm form{
    max-width:100%;
    margin: 20px auto 0;
}
.page-ebook .demoForm form{
    width: 100%;
    max-width: 555px;
    margin: 25px auto 0;
}
.demoForm .control-group{
    margin-bottom:1em;
}
.demoForm label{
    font-weight:600;
    font-size:.8em;
    margin:0;
    width: 90%;
    
}
.demoForm .submit{
    margin:auto;
}
.demoForm ::placeholder, .demoForm input::placeholder, .demoForm select::placeholder, .demoForm textarea::placeholder{
    color: #000;   
}

.demoForm input, .demoForm select, .demoForm textarea{
    border:0px;
    border-bottom:2px solid #2561ac;
    background: transparent;
    border-radius: 0px;
}
.demoForm textarea{
    max-height: 145px;
}
.demoForm input:focus, .demoForm select:focus, .demoForm textarea:focus{
    outline:none;
    background: transparent;
    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;
}
.demoForm a{
    color: #2561ac;
}
.demoForm a:hover{
    color: #2561ac;
    text-decoration: underline;
}
.demoForm .cta,.demoForm .cta:focus{
    background: #2561ac;
    color: #fff;
}
/*******************************
*** Footer
*******************************/
footer{
    background: #1f2024;
    color: #c5c5c5!important;
}
footer p{
    color: #c5c5c5!important;
}
footer a, footer a:hover{
    color: #fff;
}
footer ul{
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}
#footer2 img{
    width: 35px;
}
#footer1{
    padding: 50px 0px 25px;
}
#footer2{
    border-top:1px solid #c5c5c5;
    padding: 25px 0px 50px;
}
#footer2 p{
    font-size: 13px;
}
#footer2 p img{
    width: 20px;
}
#footer2 ul {
    float: right;
}
#footer2 li{
    float: left;
    margin-left: 7px;
}
/*******************************
*** Media Queries
*******************************/
@media only screen and (max-width:767px){
    /*******************************
    *** General
    *******************************/
    .hidedesktop{
        display: block;
    }
    .hidemob{
        display: none;
    }
    /*******************************
    *** Underheader
    *******************************/
    #underHeader img{
        max-width: 380px;
        margin-bottom: 30px;
    }
    /*******************************
    *** Video
    *******************************/
    #video .col-lg-4{
        margin-bottom: 75px;
    }
     #video iframe{
         margin-top: 20px;
     }
     
    #banner3 .social img {
        max-width: 45px;
    }
    #video .iconRow{
        margin: 25px 0;
    }
}
@media (min-width: 768px) and (max-width:1023px){
    
}
@media (min-width: 1024px) and (max-width: 1199px){
    
}
@media (min-width: 320px) and (max-width: 1199px){
    .breakdesktop{
        display: inline-block;
    }
}