/*
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0.
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/
/* Global Styles */
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 300px;
  font-family: 'Lato', sans-serif;
  color: #303030;
  font-size: 18px !important;
  font-weight: 340;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 360px;
  background-color: #eeeeee;
}
@media (max-width: 991px) {
  body {
    margin-bottom: 630px;
  }
  .footer {
    height: 630px;
  }
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}
.footer .contact {
  margin-top: 20px;
  color: #303030;
}
.footer .contact a {
  color: #2eaadc;
}
.footer .webdesign {
  text-align: right;
  margin-top: 20px;
}
.footer .webdesign a {
  color: #ffffff;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.link01 {
  color: #ffffff;
  font-size: 24px;
}
.link01:hover {
  color: #ffffff;
}
a {
  color: #2eaadc;
}
a:hover {
  color: #2eaadc;
  text-decoration: none;
}
.txt-white {
  color: #ffffff;
}
.img-responsive {
  width: auto \9;
}
.img-full {
  width: 100%;
}
.img-center {
  margin: 0px auto;
}
.timeline {
  position: relative;
}
.timeline .first {
  padding-top: 40px ;
}
.timeline .first .icon-arrow {
  top: 55px;
}
.timeline .col-md-8 {
  border-left: 1px solid #006896;
}
.icon-arrow {
  background-color: #2eaadc;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -6px;
  top: 15px;
  margin: 0px 0px;
  padding: 2px 0px 0px 1px;
}
@media (max-width: 991px) {
  .timeline .first {
    padding-top: 0px;
  }
  .timeline .col-md-8 {
    border-left: 0px;
  }
  .icon-arrow {
    display: none;
  }
}
/* HEADER */
.navbar-brand.logo {
  margin-top: -30px;
}
.box-head-top {
  background-color: #2eaadc;
  padding: 10px 0px;
}
.box-head-top .numero-verde {
  color: #ffffff;
  font-weight: 700;
  line-height: 20px;
  font-size: 20px;
}
.box-head-top img {
  margin-right: 5px;
  margin-top: -2px;
}
.section.section-header {
  padding: 10px 0px;
}
.navbar-brand.logo {
  width: 211px;
  height: 89px;
  padding: 0px 0px;
  margin-right: 30px;
}
.navbar-brand.logo img {
  width: 211px;
  height: 89px;
}
.navbar-toggle {
  border-color: #303030;
  margin-top: 23px;
  background-color: #303030;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.box-main-nav {
  margin-bottom: 0px;
}
.box-main-nav .navbar-toggle {
  margin-top: 24px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #006896;
  color: #ffffff;
}
.main-nav {
  font-weight: 300;
  margin-top: 20px;
  font-size: 16px;
  padding-bottom: 0px;
}
.main-nav a.menu-logout {
  color: #303030;
}
.main-nav .open > a:focus {
  background-color: #303030;
}
.main-nav .dropdown-menu {
  z-index: 9000;
}
.main-nav li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  color: #303030;
}
.main-nav li > a.active {
  color: #ffffff;
  background-color: #006896;
}
.main-nav li > .dropdown-menu {
  margin-top: 0px;
}
.menu-language {
  list-style: none;
  text-decoration: none;
  font-size: 13px;
  float: right;
  padding: 0px 0px;
  margin-bottom: 0px;
  /*
    margin-top: 25px;
    margin-right: 0px;
    */
}
.menu-language li {
  float: left;
}
.menu-language li a {
  color: #303030;
  line-height: 30px;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: 0px 5px;
}
.menu-language li a:hover {
  text-decoration: none;
}
.menu-language li a.active {
  color: #ffffff;
  background-color: #303030;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .navbar-brand.logo {
    margin-left: 20px;
    width: 150px;
    height: 63px;
  }
  .navbar-brand.logo img {
    width: 150px;
    height: 63px;
  }
}
/* END HEADER */
.section {
  padding: 50px 0px;
}
.section.gray01 {
  background-color: #303030;
}
.section.gray01 h2.prod {
  color: #ffffff;
  font-weight: 300 !important;
}
.section.gray01 h3 {
  color: #ffffff;
  font-weight: 300 !important;
}
.section.gray02 {
  background-color: #303030;
}
/* BANNER */
/* Half Page Height Carousel Customization */
.carousel {
  height: 500px;
}
.item,
.active,
.carousel-inner {
  height: 100%;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 26px;
  height: 42px;
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-control {
  opacity: 0.7;
}
.carousel-control.right,
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  background-color: transparent;
  color: #ffffff;
}
.carousel-indicators li {
  border-color: #303030;
  background-color: #303030;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  border-color: #ffffff;
  background-color: #ffffff;
  margin: 0px 5px;
}
.box-message {
  height: 500px;
  display: table;
}
.banner-info {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6);
}
.banner-info p.title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #2eaadc;
}
.banner-info p.titlewhite {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
}
.banner-info p.claim {
  font-size: 30px;
  line-height: 30px;
  color: #2eaadc;
}
.banner-info p.claimwhite {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.carousel .carousel-caption {
  bottom: 0px;
  padding-bottom: 0px;
}
.carousel-caption {
  left: 15%;
  right: 15%;
}
.description {
  margin: 20px 0px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .banner-info p.title {
    font-size: 20px !important;
    line-height: 20px;
  }
  .banner-info p.claim {
    font-size: 16px;
    line-height: 16px;
  }
}
.section-blue01 {
  background-color: #006896;
  padding: 20px 0px;
  color: #ffffff;
}
.section-blue01.type01 {
  padding: 30px 0px 50px 0px !important;
}
.section-blue02 {
  background-color: #2eaadc;
  padding: 20px 0px;
  color: #ffffff;
}
.section-blue02.type01 {
  padding: 30px 0px 50px 0px !important;
}
.claim-sub-banner {
  font-size: 26px;
}
.section-title {
  padding: 20px 0px;
  border-top: 1px solid #006896;
  border-bottom: 1px solid #006896;
}
.box-section-title h2 {
  display: inline-block;
  margin: 0;
  text-align: right;
  color: #2eaadc;
  font-weight: 300;
}
.box-section-title img {
  margin-right: 10px;
}
.box-section-title > * {
  vertical-align: middle;
}
.list01 {
  margin: 0px 0px;
  padding: 0px 0px;
}
.list01 li {
  list-style: none;
  font-size: 20px;
}
.title01 {
  font-size: 36px;
}
.line-split {
  margin-bottom: 20px;
  /*border-bottom: 1px solid #000000;*/
}
@media (max-width: 991px) {
  .line-split {
    border-bottom: 0px;
  }
}
/* HOME  */
.box-service {
  margin-bottom: 30px;
}
.box-service .title, .box-servizi .title {
  font-size: 22px;
  line-height: 22px;
  color: #2eaadc;
}
.box-service hr {
  border-top: 1px solid #303030;
}
.box-service ol {
  list-style-position: inside;
  margin: 0px 0px;
  padding: 0px 0px;
}
.box-service a img {
    width: 100%;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
/* VANTAGGI */
.section.vantaggi {
  padding: 0px 0px 0px 0px;
}
.section.vantaggi img {
  width: 100%;
}
/* SERVIZI */
.title-servizi {
  font-size: 30px;
  color: #2eaadc;
  text-align: right;
}
@media (max-width: 991px) {
  .title-servizi {
    text-align: left !important;
  }
}
.section.servizi {
  padding: 0px 0px 0px 0px;
}
.section.servizi img {
  width: 100%;
}
.box-servizi {
  margin-bottom: 40px;
}
.box-servizi img {
  margin-bottom: 20px;
}

/* AZIENDA */
.title-azienda {
  font-size: 30px;
  color: #2eaadc;
  text-align: right;
}
@media (max-width: 991px) {
  .title-azienda {
    text-align: left !important;
  }
}
.section.azienda {
  padding: 0px 0px 0px 0px;
}
.section.azienda img {
  width: 100%;
}
.box-azienda {
  margin-bottom: 40px;
}
.box-azienda img {
  margin-bottom: 20px;
}

/* SETTORI */
.title-settori {
  font-size: 30px;
  color: #2eaadc;
  text-align: right;
}
@media (max-width: 991px) {
  .title-settori {
    text-align: left !important;
  }
}
.section.settori {
  padding: 0px 0px 0px 0px;
}
.section.settori img {
  width: 100%;
}
.box-settori {
  margin-bottom: 40px;
}
.box-settori img {
  margin-bottom: 20px;
}

/* LAVORI */
.title-lavori {
  font-size: 30px;
  color: #2eaadc;
  text-align: right;
}
@media (max-width: 991px) {
  .title-lavori {
    text-align: left !important;
  }
}
.section.lavori {
  padding: 0px 0px 0px 0px;
}
.section.lavori img {
  width: 100%;
}
.box-lavori {
  margin-bottom: 40px;
}
.box-lavori img {
  margin-bottom: 20px;
}

/* CERTIFICAZIONI */
.title-certificazioni {
  font-size: 30px;
  color: #2eaadc;
  text-align: right;
}
@media (max-width: 991px) {
  .title-certificazioni {
    text-align: left !important;
  }
}
.section.certificazioni {
  padding: 0px 0px 0px 0px;
}
.section.certificazioni img {
  width: 100%;
}
.box-certificazioni {
  margin-bottom: 40px;
}
.box-certificazioni img {
  margin-bottom: 20px;
}


/* RELAX */
.title-claim-01 {
  font-size: 30px;
  color: #2eaadc;
}
.box-ico {
  margin-bottom: 20px;
}
/* ACCOGLIENZA */
#hover-cap-3col {
  margin-top: 40px;
}
#hover-cap-4col .thumbnail,
#hover-cap-3col .thumbnail,
#hover-cap-unique .thumbnail,
#hover-cap-6col .thumbnail {
  position: relative;
  overflow: hidden;
}
.caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2eaadc;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
}
.caption div {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  margin-left: -9px;
}
@media (max-width: 991px) {
  .caption div p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .caption div p {
    font-size: 14px !important;
  }
}
/* ------ CONTACTS ------------------------------------- */
#map {
  height: 450px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
/* Responsive Styles */
@media (max-width: 767px) {
  #map {
    width: 80%;
    margin: 0px auto;
    /* increases the carousel height so it looks good on phones */
  }
}
form input {
  margin-bottom: 10px;
}
form select {
  margin-bottom: 10px;
}
form .errors ul {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #FF0000;
  text-transform: uppercase;
}
form .errors ul li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
}
form #privacy {
  margin-right: 10px;
  width: 20px;
}
form #privacy-inline {
  font-size: 14px;
}
form .fileupload {
  font-size: 13px;
  padding: 8px 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #666;
}
form .file-input-name {
  font-size: 14px;
}
form .box-check {
  margin: 20px 0px;
}
form .check-inline {
  font-size: 14px;
}
form .btn-color02 {
  background-color: #006896;
  color: #ffffff;
}
form .name,
form .surname,
form .company,
form .email {
  width: 100%;
  margin-bottom: 10px;
}
form .privacy {
  font-size: 14px;
}
form textarea {
  width: 100%;
  height: 100px;
}
form input {
  width: 100%;
  margin-bottom: 10px;
}
form .name,
form .surname,
form .company,
form .email,
form .tel,
form .adress,
form .city,
form textarea {
  background: #fff;
  padding: 8px 8px;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  border: 1px solid #e8e8e8;
}
form .controller {
  width: 150px;
  background: #fff;
  padding: 8px 8px;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  border: 1px solid #e8e8e8;
}
form .box-captcha {
  float: left;
  margin-right: 20px;
  display: block;
}
form #form_password {
  display: none;
}
form .submit {
  border: 1px solid #e8e8e8;
  background: #fff;
  outline: none;
  width: 250px ;
  font-size: 30px;
  font-weight: 700;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #5871a5;
  -moz-box-shadow: 1px 1px 1px #707173;
  -webkit-box-shadow: 1px 1px 1px #707173;
  box-shadow: 1px 1px 1px #707173;
}
form .nota {
  font-size: 13px;
}
form input[type=checkbox] {
  margin-right: 20px;
}
.info-web {
  color: #303030;
  text-align: center;
}
.footer .logo {
  padding-top: 20px;
}
.footer .where {
  padding-top: 20px;
}
.footer .contact {
  margin-top: 20px;
}
.footer .contact .ico {
  margin-bottom: 10px;
}
.footer .contact img {
  margin-right: 5px;
}
.footer .contact .title {
  font-size: 24px;
}
.footer .webdesign {
  margin-top: 20px;
}
.footer .link-sintattica {
  color: #ffffff;
  margin-top: 20px;
}
.footer .link-social {
  margin: 0px 0px;
  padding: 0px 0px;
}
.footer .link-social li {
  list-style: none;
  margin-right: 10px;
  float: left;
}
a.toTop {
  position: absolute;
  left: 50%;
  top: -23px;
  margin-left: -30px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  font-size: 23px;
  z-index: 100;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 18px;
}
form .name,
form .surname,
form .company,
form .email {
  width: 100%;
  margin-bottom: 10px;
}
form .privacy {
  font-size: 14px;
}
form textarea {
  width: 100%;
  height: 100px;
}
form input {
  margin-bottom: 10px;
}
form .name,
form .surname,
form .company,
form .email,
form textarea {
  background: #fff;
  padding: 8px 8px;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  border: 1px solid #e8e8e8;
}
form .controller {
  width: 150px;
  background: #fff;
  padding: 8px 8px;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666;
  border: 1px solid #e8e8e8;
}
form .box-captcha {
  float: left;
  margin-right: 20px;
  display: block;
}
form .btn-send {
  background-color: #006896;
  margin-top: 20px;
  color: #ffffff;
}
form .btn-send:hover {
  color: #ffffff;
}
form .submit {
  border: 1px solid #e8e8e8;
  background: #fff;
  outline: none;
  width: 250px ;
  font-size: 30px;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #2eaadc;
  -moz-box-shadow: 1px 1px 1px #707173;
  -webkit-box-shadow: 1px 1px 1px #707173;
  box-shadow: 1px 1px 1px #707173;
}
form .nota {
  font-size: 13px;
}
form input[type=checkbox] {
  margin-right: 20px;
}
form .errors ul {
  margin: 0px 0px;
  padding: 0px 0px;
  color: #FF0000;
  text-transform: uppercase;
}
form .errors ul li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
}
/* Footer Styles */
footer {
  margin: 50px 0;
}
/* Responsive Styles */
@media (max-width: 767px) {
  .box-message {
    height: 300px;
  }
  .carousel {
    height: 300px;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* COOKIE */
.cookie-table td {
  vertical-align: top;
  border-top: 1px solid #c8c8c8;
}
.cookie-table td.no-border {
  border: 0px;
}
.cookie-table th {
  background-color: #f0f1f2;
  border-top: 1px solid #c8c8c8;
  font-weight: bold;
  vertical-align: top;
}
.cookie-table tr.last {
  border-bottom: 1px solid #c8c8c8;
}
#cookieChoiceInfo {
  font-size: 15px;
  background-color: #303030 !important;
  color: #FFFFFF;
}
