img.logo {
  width:200px;
}

.flex-infissi {
  display: flex;
  min-height:400px;
}

.background-img {
  background-image: url('../img/azienda_home.jpg');
  background-size: cover;
  background-position: center;
}

.row.services-flex::before, .row.services-flex::after {
  display:none;
}

.privacy-row {
  text-align:left;
  margin-bottom:20px;
  color:#FFF;
}

#submit-message {
  margin-top:20px;
}

.cc-cookies {
  width:100% !important;
  background-color:rgb(37,37,37) !important;
  color:#FFF;
}
.cc-cookie-accept {
  background-color:#f07c03 !important;
}

@media (max-width: 1200px) {

  .navbar-nav > li > a {
    padding: 0 9px;
  }

  .features-item.features-right:first-of-type {
    margin-top: 0;
  }

  .features-item:first-of-type {
    margin-top: 50px;
  }

  .footer-widgets.pb-60{
    padding-bottom:0px;
    padding-top:60px;
  }

  .tp-caption.hero-text.size-95.nocaps {
    font-size:60px !important;
  }

}

@media (min-width: 1024px) and (max-width: 1199px) {
  
  .navbar-nav > li > a {
    padding: 0 7px !important;
    font-size:12px;
  } 
   
}


@media (max-width: 991px) {

  .section-wrap {
    background-attachment: scroll;
  }

  .section-wrap {
    padding: 90px 0;
  }

  .service-item-box {
    padding: 200px 0;
  }

  .call-to-action h2 {
    font-size: 24px;
  }

  footer .widget {
    text-align: center;
  }

  .hero-message h1 {
    font-size: 40px;
  }

  .hero-message h1.text-lg {
    font-size: 120px;
  }

  .promo-device {
    background-image: none;
    padding: 0 30px;
  }

  .features-item {
    text-align: left;
    padding: 0;
  }

  .services-content p.text-lg {
    margin-bottom: 30px;
  }

  .services.style-2 .service-item-box {
    padding: 30px;
  }

  .page-title .container {
    height: 200px;
  }

  .title-text h1 {
    /*font-size: 36px;*/
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .entry-share {
    float: left;
    margin-top: 30px;
  }

  .portfolio-description {
    padding-left: 0;
    margin-top: 40px;
  }
  
  .contact-details.services.style-2 .service-item-box{
    min-height:none !important;
  } 
  
  .tp-caption.hero-text.size-95.nocaps {
    font-size:45px !important;
  }

  img.logo {
    width:150px;
  }

  .rev_slider img.logo-slider {
    max-width:400px !important;
    height:auto !important;
  }
  li.dropdown {
    overflow:hidden;
  }
  .dropdown-menu.cat- {
    border:none;
    width:100%;
    position:relative;
  }
  .dropdown-menu.cat- a {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
  }

}


@media (max-width: 767px) {
  
  h2 {
    font-size: 22px;
  }
  
  .section-wrap {
    padding: 80px 0;
  }
  
  .intro-heading {
    font-size: 28px
  }

  .copyright {
    text-align: center;
  }

  .footer-socials {
    float: none;
    text-align: center;
  }

  .hero-message h1.text-lg {
    font-size: 90px;
  }

  .result-box {
    margin-top: 30px;
  }

  .service-descr {
    opacity: 1;
    visibility: visible;
  }

  .service-title {
    top: 40%;
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  .blog-content {
    padding: 0 10px;
  }

  .related-posts h5 {
   margin-bottom: 40px;
  }

}


@media (max-width: 640px) {

  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 19px; }
  h4 { font-size: 18px; }

  .section-wrap.intro {
    padding: 70px 0 0;
  }

  .intro-heading {
    font-size: 22px
  }

  .hero-message h1 {
    font-size: 32px;
  }

  .hero-message h1.text-lg {
    font-size: 60px;
  }
  .rev_slider img.logo-slider {
    max-width:300px !important;
    height:auto !important;
  }
  .tp-caption.hero-text.size-95.nocaps {
    font-size:35px !important;
  }

}


@media (max-width: 480px) {

  .hero-message h1.text-lg {
    font-size: 36px;
  }

  .services-tabs li {
    width: 50%;
  }

  .services .services-tabs i {
    font-size: 36px;
  }

  .nav-tabs > li {
    width: 100%;
  }

  .nav-tabs {
    border-bottom: transparent;
  }

  .nav.nav-tabs > li > a {
    margin-right: 0;
  }

  .entry-comments .comment-avatar,
  .entry-author-box .author-img {
    width: 50px;
  }

  .entry-comments .comment-content,
  .entry-author-box .author-info {
    padding-left: 70px;
  }

  .page-404 h1 {
    font-size: 80px;
  }
  
  .service-item-box{
    padding-top: 115px;
    padding-bottom: 400px;
  }  

  .tp-caption.hero-text.size-95.nocaps {
    font-size:25px !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    text-align:center;
    line-height: normal !important;
  }

}


@media (max-width: 380px) {

}