/*
Theme Name: ArSilicii
Theme URI: http://www.arsilicii.com
Description: Tema minimale, che segue le ultime tendenze del web design
Version: 1.0
Author: Alessio Piazzini
Author URL: www.webdesigner-alessiopiazzini.it
*/

@charset "UTF-8";
/* CSS Document */



body{
  font-family: 'Lato', sans-serif;
  height: 100%;
  color: #333;
  font-size: 16px;
}

html { width: 100%; height: 100%; }



p{
  
}

h1 {

}

h2 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 20px;
    font-size: 40px;
    margin-top: 60px;
    font-family: "Times New Roman", Georgia, Serif;

}

h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}

h4{
    font-size: 22px;
    line-height: 35px;
    text-align: center;
}

h5 {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}


a:link    {text-decoration: none; color: #de0008;}
a:visited {text-decoration: none; color: #de0008;}
a:hover   {text-decoration: underline;  color: #de0008;}

.ancora {
    position: relative;
    top: -50px;
    display: block;
    height: 0;
    width: 0;
}

.responsive-width{
    width: 100%;
}

.featured-thumbnail img {
max-width: 100%;
height: auto !important;
}

/* FLEX */
.display-flex {
  display: flex;
}

.align-items-top{
  align-items: flex-start;
} 

.align-items-center {
  align-items: center;
}

.align-items-flex-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-center {
  align-content: center;
}

.align-content-space-between {
  align-content: space-between;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-center{
  justify-content: center;
}


.flex-wrap {
  flex-wrap: wrap;
}

.flex-direction-row {
  flex-direction: row;
}

.align-content-flex-end {
  align-content: flex-end;
}

.justify-content-flex-end{justify-content:flex-end;}

.align-content-stretch{align-content:stretch;}

.align-content-flex-start{align-content:flex-start;}

/* BATTERY  */
.width-33perc{width: 33.333%;}
.width-30perc{width: 30%;}
.width-70perc{width: 70%;}
.width-60perc{width: 60%;}
.battery-content{padding-bottom: 80px;}
.model{padding-bottom: 80px;}
.padding-30{padding: 30px;}
.padding-bottom-30{padding-bottom: 30px;}
.padding-top-30{padding-top: 30px;}
.padding-top-15{padding-top: 15px;}
.padding-bottom-15{padding-bottom:15px;}

.model .img{width: 500px;}
.model h3{margin-bottom: 15px;}
.margin-top-80{margin-top: 80px;}
.margin-bottom-80{margin-bottom: 80px;}
.color-orange-battery{color: #da8a25;}
.hero {position: relative;height: 600px;margin-top: 50px;background-color: rgba(0,0,0,0.3);}
.bg-cover-hero{background-size: cover; background-repeat: no-repeat; background-position: bottom; position:absolute; top: 0; left: 0;bottom: 0;right: 0; z-index: -1;}
.green-part{position: relative; background-color: #158955; padding-top: 15px; padding-bottom:15px;}
.container-battery-img{position: absolute; bottom: -100px; left: 0; right: 0;}
.hero h1{margin-top: 80px; text-transform: uppercase; font-size: 42px; font-weight: bold;}
.hero h2 {font-family: 'Lato',sans-serif; color: #fff;letter-spacing: normal;font-size: 42px;margin-top: 15px;text-transform: uppercase;font-weight: bold;}
.green-part h3{color: #fff; }
.battery-content table{font-size: 13px;}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {padding: 3px;}
.battery-content .col-table table{margin-top: 60px;}
.battery-content p{font-size: 21px;}
.bg-gray{background-color: #f2f2f2; border-bottom: 5px solid #158955;}
.container-img-battery{height: 400px;}
.padding-10{padding: 10px;}
.container-icon{font-size: 12px;text-transform: uppercase;color: #da8a25;font-weight: bold;}
.download{background-color: #158955; padding-top: 30px; padding-bottom: 30px;}
.download h3{color: #fff; font-weight: bold; text-transform: uppercase;}
.download a, .download a:link, .download a:hover{color: #fff;}
/* CHIUDO BATTERY  */



/* da rimettere */
#wpadminbar {
    display: none;
}
/* chiudo rimettere */

/* AVVISO QTRASLATE NN VISIBILE  */
.qtranxs-available-languages-message-it{
    display: none;
}
/* CHIUDO AVVISO QTRASLATE NN VISIBILE   */

/* SCELTA LINGUE */
.language-box{
   position: absolute;
   right: 0px;
   top: 0px;
   text-transform: uppercase;
   padding-top: 15px; 
}

.language-box li{
    list-style-type: none;
    font-weight: bold;
}

.language-box .qtranxs_widget ul {
    padding-top: 0px;
}

.language-box .qtranxs_widget ul li.active {
    opacity: 1;
}

/* BARRA DI NAVIGAZIONE */
.navbar-default {
    background-color: #fff;
    border:none;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar {
    height: 50px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
    background-color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:link {
    color: #333;
    background-color: transparent;
    background-image: none;
    font-weight: 900;
}

.navbar-default .navbar-nav > li > a:visited {
    color: #333;
}

.navbar-default .navbar-nav > li > a:link{
    color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: #f3f3f4;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    color: #333;
    background: transparent;
    background-image: none;
    font-weight: 900;
}

.navbar-toggle{
    border: 0px;
}

.logo_nav {
    width: 70px;
    margin: 2px 40px 2px 2px;
}

.img_nav {
    margin-top: -6px;
}

.qtranxs_widget ul {
   padding-top: 15px;
   font-weight: bold;
   padding-right: 30px;
}

.qtranxs_widget li > a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #e31b22;
}
/* CHIUDO BARRA DI NAVIGAZIONE */

/* FOOTER */
.footer{
    background: #000 url(img/cavi.png) right no-repeat;
    color: #fff;
    background-size: cover;
    padding-top: 10px;
}

.footer img{
    width: 210px;
    margin-bottom: 10px;
}

.footer h2{
    font-size: 20px;
    letter-spacing: 11px;
    margin: 60px 0px 25px 0px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.footer ul, .footer li{
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
}

.footer .footer-page a:link, .footer .footer-page a:visited{
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.footer .footer-page a:hover {
    color: #fff;
    text-decoration: underline;
    padding-left: 5px;
}

.cookie{
    font-size: 14px;
}

.copy{
    font-size: 13px;
    padding-bottom: 0px;
    padding-top: 20px;
}

.copy .firma{
    text-align: right;
}

.footer .copy .firma a:link, .footer .copy .firma a:visited, .footer .copy .firma a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-style: italic;
}

.footer .parole-chiave h1{
    padding-bottom: 20px;
    font-size: 16px;
    opacity: 0.6;
    color: #333;
}

/* CHIUDO FOOTER */


/* HOME */

/* video */

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  z-index:-1;
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

video {
    display: block;
}

.full-screen-container{
    min-height: calc(100vh);
    text-align:center;
    position: relative;
    padding:0px;
}

.full-screen-trasparent{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index:1;
    background-color: rgba(0,0,0,0.7);
}

.full-screen-trasparent a {
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    cursor: pointer ;
    width: 100%;
    height: 100%; 
}

.indicator-scroll-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
    z-index:2;
}

.slogan-container{
    position: absolute;
    bottom: 130px;
    width: 100%;
    z-index: 2;
}

.slogan-container h3{
    color: #fff;
    font-size: 30px;
}

.logo {
    position: absolute;
    height: 162px;
    width: 350px;
    z-index: 3;
    top: 28%;
    left: 50%;
    margin-top: -81px;
    margin-left: -175px;
}

.logo img{
    width: 100%;
    height: auto;
}

/* intro */
.intro{
    padding: 60px 15px;
}

.intro .sottile h4{
    font-weight: 300;
}

.intro .spesso h4{
    font-weight: 800;

}

/* customers */
.customers .row .col-sm-2{
    position: relative;
    height:160px;
}

.customers .row .col-sm-2 img{
   position:absolute;
   top:50%;
   left:50%;
   padding: 0px 20px;
   -webkit-transform: translate(-50%,-50%); 
   -moz-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%,-50%);
}

/* settori */
.settori{
    position: relative;
    padding-bottom: 30px;
}

.grey{
    position: absolute;
    top: 150px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    background-color: #f3f3f4;
}

.settori h3{
    font-size: 32px;
    font-family: "Times New Roman", Georgia, Serif;
    color: #b5b8b9;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 1px 1px 1px #e8e8e8;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 30px;
}

.settori .set-a h3 span{
    color: #004a07;
    font-weight: 300;
}

.settori .set-b h3 span{
    color: #b10000;
    font-weight: 300;
}

.settori .set-c h3 span{
    color: #0004b1;
    font-weight: 300;
}

.settori .set-d h3 span{
    color: #000;
    font-weight: 300;
}

.settori .contenitore-titolo {
    padding: 30px 15px;
    border-right: 1px solid #f3f3f4;
    border-left: 1px solid #f3f3f4;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 150px -50px;
    
}

.green{
    position: absolute;
    top: -50px;
    right: -69px;
    background-image: url(img/logo-green-sfondo.png);
    width: 210px;
    height: 216px;
    opacity: 0.2;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.set-a:hover .green{
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


.red{
    position: absolute;
    top: -50px;
    right: -69px;
    background-image: url(img/logo-red-sfondo.png);
    width: 210px;
    height: 216px;
    opacity: 0.2;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.set-b:hover .red{
    opacity: 1; 
}

.blue{
    position: absolute;
    top: -50px;
    right: -69px;
    background-image: url(img/logo-blue-sfondo.png);
    width: 210px;
    height: 216px;
    opacity: 0.2;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.set-c:hover .blue{
    opacity: 1; 
}

.black{
    position: absolute;
    top: -50px;
    right: -69px;
    background-image: url(img/logo-black-sfondo.png);
    width: 210px;
    height: 216px;
    opacity: 0.2;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.set-d:hover .black{
    opacity: 1; 
}

.contenitore-a, .contenitore-b,  .contenitore-c, .contenitore-d{
    opacity: 0.7;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
} 

.set-a h5, .set-b h5, .set-c h5, .set-d h5 {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
}

.set-a:hover h5, .set-b:hover h5, .set-c:hover h5, .set-d:hover h5{
    margin-right: 20px;
    color: #333;
}

.settori .contenitore-testo{
    background-color: #f3f3f4;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 30px 30px 0px 30px;
    height: 290px;
}

.settori a:link, .settori a:visited, .settori a:hover{
    display: inline-block;
    padding: 10px;
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 30px;
    background-color: #ddd;
    font-weight: 900;
    color: #707070;
    letter-spacing: 2px;
    font-size: 12px;
}

/* porcreo */

.porcreo{
    padding: 50px 15px;
    text-align: center;
}

.porcreo h3 {
    font-size: 22px;
}

.porcreo img{
    margin-top: 15px;
}

/* CHIUDO HOME */


/* INTERNAL PAGE */
/* header page minimal */
.header-external{
    background-color: #f3f3f4;
    height: 80px;
    margin-top: 50px;
}

.header-external .col-md-6{
    position: relative;
}

.header-internal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.logo-internal-page {
    position: absolute;
    bottom: -47px;
    right: -36px;
    width: 100px;
    height: 100px;
    z-index: 2;
    background-size: 95px;
    background-repeat: no-repeat;
    background-position: center;
}

.header-title h1{
    text-align: center;
    font-family: "Times New Roman", Georgia, Serif;
    color: #b5b8b9;
    text-transform: capitalize;
    text-align: center;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-size: 40px;
    margin: 0px;
}

.header-title h5{
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0px;
    color: #333;
}

/* content page */
.content-page{
    text-align: justify;
    margin-bottom: 80px;
}

.content-page h4{
    font-size: 16px;
    text-align: justify;
    font-weight: 600;
    color: #888;
    line-height: normal;
    margin-bottom: 40px;
}

h6.in-evidenza{
    font-weight: 900;
    text-align: center;
    color: #b10000;
    padding-top: 40px;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

h5.desc-evidenza{
    font-size: 20px;
    font-weight: 600;
    color: #888;
    text-align: center;
    margin-top: 20px;
    text-transform: lowercase;
    padding-bottom: 30px;
    letter-spacing: normal;
    line-height: normal;
}

/* breadcrumbs */

.breadcrumbs-fluid{
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding-bottom: 5px;
}

.breadcrumbs-fluid a:link, .breadcrumbs-fluid a:visited, .breadcrumbs-fluid a:hover{
    color:#333;
    text-decoration: none;
}


.container-prodotti{
    margin-bottom: 30px;
}


.didascalia-img{
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
}

.container-img{
    position: relative;
    border:5px solid #f3f3f4;
}

.opacity-thumb{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgba(243, 243, 244, 0.9);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
}

.opacity-thumb:hover {
    opacity: 1;
}

.icona-thumb{
    position: absolute;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-image: url(img/plus-button.png);
    background-size: 100%;
}

/* CHIUDO INTERNAL PAGE */


/* PROFILE PAGE  */
.profile .fasce-profili ul{
    padding-left: 0px;
    text-align: left;
    list-style-type: none;
}

.profile .fasce-profili{
    text-align: left;
}

.fasce-profili{
    margin-bottom: 40px;
}

.fasce-profili h5{
    text-align: left;
    font-weight: 900;
    color: #a0a0a0;
    padding-top: 15px;
}

/* CHIUDO PROFILE PAGE  */


/* PROJECT BOOKS */

.logo-titolo-blog{
    background-image: url(img/logo-black-sfondo.png);
}

.content-project-books{
    padding-top: 30px;
}

/* articolo anteprima */
.container-box{
    background-color: #f3f3f4;
    margin-bottom: 30px;
}

.immagine_anteprima {
    position: relative;
    padding: 0px;
}

.immagine_anteprima:hover .container-titolo {
    bottom: 20px;
}

.read {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.immagine_anteprima:hover .read {
    opacity: 1;
}

.button_continua {
    position: absolute;
    color: #de0008;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.immagine_anteprima:hover .button_continua {
    opacity: 1;
}

.data {
    left: 0px;
    top: 0px;
    position: absolute;
    width: auto;
    padding: 5px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
}

.container-articolo {
    padding: 15px;
    position: relative;
    border-top: 2px solid #fff;
}

.container-titolo{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.container-titolo a:link, .container-titolo a:visited, .container-titolo a:hover{
    color: #000;
    text-decoration: none;
}

.contenuto_testo_altezza_fissa {
    overflow: hidden;
    padding: 0px;
    min-height: 88px;
}

.footer-articolo {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    padding-top: 15px;
}

.footer-articolo a:link, .footer-articolo a:visited, .footer-articolo a:hover{
    text-decoration: none;
    background-color: transparent;
    padding: 5px;
    border: 1px solid #797979;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

/* articolo singolo */

.content-single-article{
    margin-bottom: 60px;
}

.container-img-evidenza-articolo{
    position: relative;
    border-bottom: 5px solid #fff;
}

.content-single-article h3{
    margin: 30px 0px 30px 0px;
}

.content-single-article h4.customer{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #7b7b7b;
}

.info-art{
    position: absolute;
    top:0px;
    left: 0px;
    height: 100%;
    z-index: 1;
    padding:0px 15px;
    width: 100%;
    overflow: hidden;
}

.info-art .col-md-4{
    background-color:rgba(255, 255, 255, 0.8);
    height: 100%;
    padding-top: 15px;
    
}

.info-art h6{
    font-size: 14px;
}

.info-art .info-art-tit{
    font-weight: 600;
}

.info-art a:link, .info-art a:visited, .info-art a:hover {
    text-decoration: none;
    background-color: transparent;
    padding: 5px;
    border: 1px solid #797979;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.42857143;
}

.content-single-article .box{
    background-color:#f3f3f4;
    height: 300px;
    padding: 15px;
    overflow: hidden;
}

.content-single-article .box-specifiche{
    background-color:#f3f3f4;
    height: auto;
    padding: 15px;
    min-height: 320px;
}

.content-single-article .box-footer{
    background-color:#dbdbdc;
    height: auto;
    padding: 15px;
    height: 250px;
}

.content-single-article .box-right{
    height: auto;
    padding: 15px;
}

.content-single-article .box-img{
    height: auto;
    padding: 0px;
}

.content-single-article .border{
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.content-single-article .border-specifiche{
    border-top: 5px solid #fff;
    border-right:5px solid #fff;
        
}

.content-single-article .border-soluzione{
    border-top: 5px solid #fff;
    border-bottom:5px solid #fff; 
    border-right:5px solid #fff;
}

.content-single-article .content-box{
    padding: 0px;
}

.content-single-article h4{
    font-size: 20px;
    text-align: left;
    line-height: normal;
    font-weight: 600;
}

.border-top-gallery-project{
    border-top: 5px solid #fff;
}

.container-img-project{
    position: relative;
}

.border-left{
    position: absolute;
    left: 0px;
    width: 5px;
    height: 100%;
    background-color: #fff;
}

.border-right{
    position: absolute;
    right: 0px;
    width: 5px;
    height: 100%;
    background-color: #fff;
}

/* CHIUDO PROJECT BOOKS  */


/* PEOPLE */
.container-img-people{
    position: relative;
}

.container-img-people img{
    padding-top: 100px;
}

.container-img-people .item-a {
    left: 1%;
    top: 14%;
    width: auto;
    height: auto;
}

.container-img-people .item-b {
    left: 11%;
    top: 10%;
    width: auto;
    height: auto;
}

.container-img-people .item-c {
    left: 20%;
    top: 10%;
    width: auto;
    height: auto;
}

.container-img-people .item-d {
    left: 29%;
    top: 15%;
    width: auto;
    height: auto;
}

.container-img-people .item-e {
    left: 36%;
    top: 12%;
    width: auto;
    height: auto;
}

.container-img-people .item-f {
    left: 42%;
    top: 18%;
    width: auto;
    height: auto;
}

.container-img-people .item-g {
    left: 49%;
    top: 13%;
    width: auto;
    height: auto;
}

.container-img-people .item-h {
    left: 55%;
    top: 18%;
    width: auto;
    height: auto;
}

.container-img-people .item-i {
    left: 62%;
    top: 13%;
    width: auto;
    height: auto;
}

.container-img-people .item-l {
    left: 70%;
    top: 17%;
    width: auto;
    height: auto;
}

.container-img-people .item-m {
    left: 77%;
    top: 10%;
    width: auto;
    height: auto;
}

.container-img-people .item-n {
    left: 85%;
    top: 18%;
    width: auto;
    height: auto;
}

.container-img-people .item-o {
    left: 94%;
    top: 13%;
    width: auto;
    height: auto;
}

.container-img-people .item-generale {
    position: absolute;
}

.container-img-people .indicatore {
    width: 3px;
    height: 80px;
    position: absolute;
    left: -6px;
    background-color: #f3f3f4;
    top: 0px;
}

.container-img-people a:link, .container-img-people a:visited{
    display: inline-block;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    margin-top: 0px;
}

.container-img-people a:hover{
    margin-top: 10px;
    text-decoration: none;
    color: #de0008;
    font-weight: bold;
}

.profili-mobile .col-xs-6{
    text-align: left;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

/* CHIUDO PEOPLE  */


/* CONTATTI */
.box-contact{
    margin-bottom: 20px;  
}

.box-contact h4{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #333;
}

.generali-contact{
    text-align: center;
}

.generali-contact h1{
    margin-bottom: 0px
}

.generali-contact h3{
    margin-top: 10px;
    font-size: 20px; 
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    color: #888;
}

.generali-contact img{
    display: inline-block;
    width: 30px;
    margin-top: 20px;

}

/* CHIUDO CONTATTI */

/* SLIDER */
.carousel {
    height: 400px;
    margin-bottom: 20px;
}

.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* CHIUDO SLIDER */

/* PDF */
.box-pdf{
    background-color: #f3f3f4;
    text-align: center;
    padding: 10px 10px 15px 10px;
    margin-bottom: 30px;

}

.box-pdf h6{
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.box-pdf img{
    width: 40%;
    margin-bottom: 20px;
}
    
    
    

.box-pdf a:link, .box-pdf a:visited    {text-transform: uppercase; padding: 10px 15px; border: 2px solid #333; display: inline-block; font-weight: 500; background:transparent; }
.box-pdf a:hover   {background:#333; text-decoration: none; color: #fff;}
/* CHIUDO PDF */


/* COOKIE  POLICY */

.content-page .cookie-content h3{
    margin: 40px 0px 10px 0px;
    letter-spacing: normal;
    color: #333;
}

.content-page .cookie-content h2{
    letter-spacing: normal;
    color: #333;
    margin: 40px 0px 20px 0px;
}


/* CHIUDO COOKIE   */

/* 404   */
.pagina-non-trovata{
    text-align: center;
    margin-bottom: 80px;
}

.pagina-non-trovata h1{
    font-size: 40px;
    margin: 80px 0px 40px 0px;
    font-weight: bold;
}
/* CHIUDO 404   */

/* ADATTAMENTO SITO IPAD ORIZZONTALE */
@media (max-width: 1200px){

.settori .contenitore-testo{
    height: 400px;
}

.fasce-profili h5 {
    font-size: 8px;
}

.container-img-people a:link, .container-img-people a:visited{
    font-size: 10px;
}

h6.in-evidenza{
    line-height: 40px;
}

.box-pdf a:link, .box-pdf a:visited {
    padding: 5px 5px;
}


}


/* ADATTAMENTO SITO IPAD VERTICALE */
@media (max-width: 991px){

.container-battery-img {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-img-battery {
    height: auto;
}

.hero {
    position: relative;
    height: 300px;
    margin-top: 50px;
}
.hero h1 {font-size: 32px; margin-top: 30px;}

.hero h2 {font-size: 32px;}

.settori .contenitore-testo {
    height: 550px;
}

.settori h3{
    font-size: 25px;
}

.footer h2 {
    letter-spacing: 6px;
}

.content-single-article .border {
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}

.content-single-article .box-footer{
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    height: auto;
}

.content-single-article .box-specifiche{
    min-height: auto;
    height:auto;
}

.content-single-article .box{
    height: auto;
}

.container-img-people a:link, .container-img-people a:visited{
    font-size: 9px;
}

.box-pdf a:link, .box-pdf a:visited    {text-transform: uppercase; padding: 3px 3px; border: 2px solid #333; display: inline-block; font-weight: 500; background:transparent; }
.box-pdf a:hover   {background:#333; text-decoration: none; color: #fff;}


}

/* ADATTAMENTO SITO SMARTPHONE */
@media (max-width: 767px){

.container-battery-img {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.container-img-battery {
    height: auto;
}

.hero {
    position: relative;
    height: 300px;
    margin-top: 50px;
}
.hero h1 {font-size: 32px; margin-top: 30px;}

.hero h2 {font-size: 32px;}

.mobile-home img{
    width: 80%;
    margin-top: 60px;
    margin-bottom: 40px;
}

.intro {
    padding: 20px 15px;
}

.settori .contenitore-testo{
    height: auto;
    padding: 0px 30px 30px 30px;
}

.settori .contenitore-titolo{
    margin-top: 30px;
}

.settori h3 {
    font-size: 30px;
}

.battery-content .width-33perc {
    width: 100%;
}

.battery-content .width-30perc {
    width: 10%;
}

.settori{
    background-color: #f3f3f4;
}

.mobile-home{
    background-color: #000;
    text-align: center;
}

.header-title h1{
    margin-top: 50px;
}

.margin-top-mobile{
    margin-top: 40px;
}

.footer{
    background-image: none;
}

.copy .firma {
    text-align: left;
    margin-top: 20px;
}

.profili-mobile .col-xs-6 {
    text-align: left;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
}

.profile .col-md-6 .responsive-width{
    margin-bottom: 30px;
}

.fasce-profili h5{
    font-size: 12px;
}

.container-img-evidenza-articolo{
    height: 200px;
}


}



