/***** Mobile version *****/
@media screen and (max-width:767px) {
  section.cnt-navbar .navbar-default .navbar-nav{
    text-align: center;
    font-size: 13px;
  }
  section.cnt-navbar .navbar-default .navbar-nav > li > a{
    padding: 2px 35px;
    border-right: none;
  }
  section.cnt-navbar .navbar-nav > li > .dropdown-menu{
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu{
    border-bottom: 1px dashed #f9f9f9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #fff;
    padding: 1px 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
    color: #f1f1f1;
  }
  section.cnt-prodotti .box-prodotto{
    padding: 10px;
    min-height: 0;
  }
  section.cnt-prodotti .box-prodotto img{
    position: relative;
    width: 100%;
  }
  section.cnt-home .box-news p.data{
    line-height: 22px;
  }
  section.cnt-home a.btn.btn-default{
    margin: 5px 0 25px 0;
  }
  section.cnt-home .box-soluzioni{
    background: url('../images/thumb-soluzioni.jpg') no-repeat 100% 50%;
    background-size: 60%;
    padding: 10px;
  }
  section.cnt-home .box-soluzioni p {
    margin: 0;
  }
  section.cnt-home .box-soluzioni .btn.btn-default{
    margin: 10px 0 0 0;
  }
  section.cnt-home .box-casestudy h4,
  section.cnt-home .box-casestudy p{
    margin: 10px;
  }
  section.cnt-home .box-casestudy ul{
    margin: 10px 10px 10px 25px;
  }
  section.cnt-home h3{
    margin: 25px 0 0 0;
  }
  section.cnt-solutions h2{
    margin: 30px 0 0 0;
  }
  section.cnt-solutions .box{
    min-height: 0;
    padding-bottom: 10px;
  }
  section.box-solutions1,
  section.box-solutions2{
    padding: 20px 0;
  }
  section.cnt-skeleton p.txt-ico{
    min-height: 70px;
  }
  section.cnt-skeleton .box-sublink{
    margin: 30px 0 0 0;
  }
  section.cnt-skeleton .box-sublink p{
    margin: 20px 0;
  }
  section.cnt-skeleton form .form-control{
    width: 100%;
    margin-right: 0;
    clear: both;
  }
  section.cnt-skeleton form textarea.form-control{
    width: 100%;
  }
  section.cnt-product .box-info a{
    min-height: 45px;
  }
}



/* Tablet: Portrait */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  
}

/* Tablet: Landscape */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
  
}