.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

p {
  font-size: 14px;
}
a.info {
  background: #ec7625;
  border-radius: 30px;
}
a.info:hover {
  background: #ec7625 !important;
  border-radius: 30px;
}
.nav>li>a.info {
  padding: 15px 20px;
}
.bg-grigio {
  background: #e1e1e1;
  background-position: 130%;
}
.logo {
  height: 20px;
}
.navbar-custom .nav li > a,
.video-subtitle {
  font-size: 14px;
  color: rgba(255,255,255,1);
}
.navbar-fixed-top {
  padding: 10px 0px;
}
.logo-home {
  max-width: 760px;
  padding: 0 15px;
  width: 100%;
  display: inline-block;
}
.logo-pugliameccanica {
  width: 100%;
  max-width: 200px;
}
h1.titan-title-size-4 {
  font-size:70px;
}
h2.titan-title-size-3 {
  font-size:24px;
}
.module {
  padding: 80px 0;
}
#progetto p {
  text-align: justify;
}
.primary-color {
  color: #ec7625;
}
.text-left {
  text-align: left;
}
.testo-home {
  margin-top: 160px;
}
.img-progetto {
  box-shadow: 2px 2px 20px rgba(0,0,0,.4);
  border-radius: 10px;
  max-width: 160px;
  margin-left: 15px;
  float: right;
  margin-bottom: 5px;
  /*right: 0px;
  float: right;
  z-index: 10;
  margin-top: -200px;
  */
}
.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url('../img_c/next-light.png'), e-resize;
}
.flex-direction-nav .flex-prev {
  opacity: 0;
  right: 0;
  cursor: url('../img_c/prev-light.png'), e-resize;
}
.prezzo {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
}
.btn.btn-round {
  border-radius: 15px;
}
.btn-custom {
  background: #fff !important;
  font-size: 20px;
  border-radius: 30px;
}
.btn-outline {
  background: transparent !important;
  border: 2px solid #ccc;
}
.btn-outline:hover {
  background:  #ec7625 !important;
  border-color:  #ec7625 !important;
  color: #fff !important;
}
.btn-custom:hover {
  background: #ec7625 !important;
  font-size: 20px;
  color: #fff !important;
}
.team-item:hover .team-image:after {
  background: transparent;
}
.callout-title {
  font-size: 40px;
}
.btn-send:hover {
  background: #ec7625 !important;
}
.logo-footer {
  max-width: 300px;
}
.logo-puglia-footer {
  max-width: 160px;
  display: block;
  margin: 20px auto;
  opacity: .6;
}
.logo-puglia-footer:hover {
  opacity: 1;
}
.footer-bg {
  padding: 60px 0 30px;
}
.footer-social-links a {
  padding: 0 10px;
}
.footer-social-links a i {
  font-size: 20px;
  opacity: 1;
  color: #fff !important;
}
.footer-social-links a i:hover {
  color: #ec7625 !important;
}
.targhetta {
  width: 100%;
  max-width: 200px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .home-section {
    padding-bottom: 30px;
  }
  .home-section,
  .titan-caption {
    height: auto !important;
  }
  .testo-home {
    margin-top: 20px;
    text-align: center !important;
  }
  .img-home {
    max-width: 260px;
    margin: 50px auto 0px;
  }
  h2.titan-title-size-3 {
    font-size: 16px;
    margin-bottom: 0px !important;
  }
}
