
@font-face {
  font-family: UniversLTPro-45Light;
  src: url('font/UniversLTPro-45Light.woff');
  font-weight: bold;
}

@font-face {
  font-family: UniversLTPro;
  src: url('font/UniversLTPro-55Roman.woff');
  font-weight: normal;
}

@font-face {
  font-family: UniversLTPro-65Bold;
  src: url('font/UniversLTPro-65Bold.woff');
  font-weight: bold;
}
@font-face {
  font-family: UniversLTPro-75Black;
  src: url('font/UniversLTPro-75Black.woff');
  font-weight: bold;
}

.container{
    padding-left: 0;
    padding-right: 0;
    width: auto;
}

#main_container{
    width: 100%;
    min-height: 780px;
    background: url(../img/background.jpg) repeat-x center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 

#body_commercial{
    margin: auto;
    max-width: 777px;
    padding-top: 25px;
}
#row_cta{
    margin: auto;
    max-width: 777px;
}

#row_logo{
    margin: auto;
}
#row_note{
    margin: auto;
    margin-bottom: 80px;
}

#list{
    font-family: 'UniversLTPro-45Light';
    line-height: 28px;
    font-size: 21px;
    font-weight: 200;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
     padding-left: 18px;
}
#list li{
    padding-bottom: 15px;
}
b{
  font-family: 'UniversLTPro-65Bold';  
}

#image{
    max-width: 172px;
   margin: auto;
    float: right;
}

#note{
margin-top: 15px;
margin-bottom: 15px;
text-align: justify;
}
#text{
    max-width: 341px;
}


#row_lampadina{
    display: none;
}
    /* Small Devices, Tablets */

@media only screen and (max-width : 1025px) {
 #body_commercial{
    margin-left: 8%;
}
 
 }

    @media only screen and (max-width : 945px) {
        #main_container{
    width: 100%;
    min-height: 725px;
    background: url(../img/background_mob.jpg) repeat-x center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
        #row_lampadina{
            display: block;
            max-width: 600px;
            margin: auto;

        }
        #row_lampadina{
            width: 100%;
            height: auto;
        }
        
        
        #col1, #text_container{
        width: 100%;
    }
        #body_commercial{
    margin:auto;
    padding-top: 10px;
}
        
        #text_container {
    padding-left: 18px;
}
 
        #image{
            float: none;
        margin: auto;
        padding-top: 0;
        }
         #botton{
             margin: auto;
             max-width: 333px;
        
        }
        
        #text{
        margin: auto;
        }
        #image_commercial{
        margin: auto;
       max-width: 340px;
        }
        
        #row_logo{
        margin-bottom: 20px;
        }
        #botton{
        margin-bottom: 40px;
        }
        
       
       
    }
 



