.net_app_header{
    height: 500px;
    background-repeat: no-repeat;
    background-image: url(/include/advanced_clima_control/img/Header_Telecomando.jpg);
    background-size: cover;
    border-bottom: #40a93d solid 10px;
}
.net_app_header h1{
    display: none;
}
#section_telecomando{
    background: #D1CFD0;
    background-repeat: no-repeat;
    background-image: url(/include/advanced_clima_control/img/bg_telecomando.jpg);
    background-position: center top;
    background-size: 100%;
}
p.intro_text{
    text-align: center;
    font-size: 1.2em;
    font-family: 'Helvetica','Arial', sans-serif;
    font-weight: 700;
    line-height: 1.5em;
}

div.box_blue{
    display: inline-block;
    padding: 5px 10px;
    background: #009ee0;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
div.box_watergreen{
    display: inline-block;
    padding: 5px 10px;
    background: #05b0ae;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#section_telecomando i{
    line-height: 1em;
}

div#remote {
    display: inline-block;
    position: relative;
    margin-top: -25px;
}


.remote_btn{
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: 1.2s;
}
.remote_btn:hover {
    opacity: 1;
}
.remote_btn.bg_blue{
    background: rgba(0,158,225,.4) !important;
}
.remote_btn.bg_watergreen{
    background: rgba(5,176,174,.4) !important;
}

.circle.brd_blue {
	border: 2px solid #009ee0 !important ;
}

.circle.brd_watergreen {
	border: 2px solid #05b0ae !important ;
}

.circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s linear infinite 0s
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.5)
    }
    33% {
        opacity: 0.5;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1.5)
    }
}
.box_text{
    /*background: cornsilk;*/
    position: absolute;
    display: none;
}
.box_text .content{
    display: flex;
    align-items: center;
}

.box_text .txt_blue {
    border-right: 2px solid #009ee0;
    padding: 10px;
    font-size: .9em;
    font-family: 'HelveticaNeue_Light','Arial', sans-serif;
    width: 200px;
    text-align: left;
    background: white;
    /*box-shadow: 2px 2px 5px 1px #888888;*/
}
.box_text.right_blue .txt {
    border-right:none;
    border-left: 2px solid #009ee0;

}
.box_text .txt_blue span{
    display: block;
    font-family: 'Helvetica','Arial', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: black;
}

.box_text .txt_watergreen {
    border-right: 2px solid #05b0ae;
    padding: 10px;
    font-size: .9em;
    font-family: 'HelveticaNeue_Light','Arial', sans-serif;
    width: 200px;
    text-align: left;
    background: white;
    /*box-shadow: 2px 2px 5px 1px #888888;*/
}
.box_text.right .txt_watergreen {
    border-right:none;
    border-left: 2px solid #05b0ae;

}
.box_text .txt_watergreen span{
    display: block;
    font-family: 'Helvetica','Arial', sans-serif;
    font-weight: 500;
    font-size: 1em;
    color: black;
}

.box_text .line{
    height: 4px;
}

@media all and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 192dpi) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {
    .box_text .txt_watergreen, .box_text.right .txt_watergreen {
        border: 0;
        border-top: 2px solid #05b0ae;
        width: 100%;
        text-align: center;
    }
    .box_text .txt_blue, .box_text.right .txt_blue {
        border: 0;
        border-top: 2px solid #009ee0;
        width: 100%;
        text-align: center;
    }
    .box_text .content{
        width: 100%;
    }
    .box_text .line{
        display: none;
    }
    .box_text{
        top: auto!important;
        bottom:20px!important;
        left:15px!important;
        right:15px!important;
    }
}

#box_elenco {
    /*max-width: 1280px;*/
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
#box_elenco .disp_table_cell {
    vertical-align: top;
    /*background: #0A918F;*/
}
#box_elenco .disp_table_cell:first-child img {
    width: 100px;
    /*border: #0ab0ae solid 1px;*/
}
#box_elenco .disp_table_cell .txt_container{
    padding-left: 30px;
    padding-top: 10px;
}
#box_elenco .disp_table_cell .txt_container h2{
    padding-bottom:5px;
}
#box_elenco .disp_table .disp_table_cell:last-child{
    /*padding-top: 10px;*/
    width: 100%;
    /*background: #0A918F;*/

}
#box_elenco .bord_bottom_blue {
	
	border-bottom: solid 1px;
    border-color: #009ee0;
    padding-bottom: 30px;
}

#box_elenco .bord_bottom_watergreen {
	
	border-bottom: solid 1px;
    border-color: #05b0ae;
    padding-bottom: 30px;
}

#box_elenco .bord_bottom_red {
	
	border-bottom: solid 1px;
    border-color: #e2001a;
    padding-bottom: 30px;
}

#box_elenco ul {
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    padding-left: 30px;
}
#box_elenco ul li {
    text-align: left;
    /*font-size: 1.2em;*/
}

.riga_grigia{
    background-color: #efefef;
    padding-bottom: 20px!important;
}
.box-scarica h3{
    text-align: center;
    padding-bottom: 30px;
    font-size: 1.4em;
}
.box-scarica img{
    width: 300px;
}

img.img_installazione{
    margin-top: 10px;
    max-width: 100%;
    alignment: center;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
    .net_app_header{

        background-image: url(/net_app/img/IT_Net_APP_head_landing_mobile.jpg);

    }
}
@media all and (max-width: 640px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 640px), only screen and (min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min-resolution: 192dpi) and (max-width: 640px), only screen and (min-resolution: 2dppx) and (max-width: 640px) {
    #box_elenco .col-1-1{
        padding-bottom: 10px;
    }
    #box_elenco .disp_table_cell .txt_container{
        padding-left: 0;
        padding-top: 10px;
    }
#box_elenco .bord_bottom_blue {
    padding-bottom: 0px;
}

#box_elenco .bord_bottom_watergreen {
    padding-bottom: 0px;
}

#box_elenco .bord_bottom_red {
    padding-bottom: 0px;
}
    #box_elenco ul {
        display: inline-block;
    }
    #box_elenco ul li{
        text-align: left!important;
    }
    #box_elenco .disp_table .disp_table_cell:last-child{
        margin-bottom: 20px;
    }
    .box-scarica h3{
        padding-bottom: 10px;
    }
    .box-scarica .col-1-2{
        width: 100%;
    }
    .box-scarica img:last-child {
        margin-top:20px;
    }
}
@media all and (max-width: 560px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 560px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 560px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 560px), only screen and (min-device-pixel-ratio: 2) and (max-width: 560px), only screen and (min-resolution: 192dpi) and (max-width: 560px), only screen and (min-resolution: 2dppx) and (max-width: 560px) {
    .net_app_header{
        height: 400px;
    }
}
@media all and (max-width: 375px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 375px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 375px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 375px), only screen and (min-device-pixel-ratio: 2) and (max-width: 375px), only screen and (min-resolution: 192dpi) and (max-width: 375px), only screen and (min-resolution: 2dppx) and (max-width: 375px) {
    .net_app_header{
        height: 330px;
    }
    .box-scarica img{
        width: 280px;
    }
}
