/*top bar*/
.top-bar.home3v, .top-bar.dhomev {
  background: #000;
}
.top-bar.home3v ul li a, .top-bar.home3v .contact-infos ul li a, .top-bar.dhomev ul li a, .top-bar.dhomev .contact-infos ul li a {
  color: #fff;
}
.top-bar.home3v ul li a i, .top-bar.home3v .contact-infos ul li a i, .top-bar.dhomev ul li a i, .top-bar.dhomev .contact-infos ul li a i {
  color: #fff;
}
/*header*/
.header-custom {
 background:url(../images/header/bg2.jpg) no-repeat scroll center center;
}
.header-bg-logo {
 background-color: rgba(0, 0, 0, 0.5); 
 text-align:center; 
 margin:0 auto; 
 max-width:320px; 
 height:350px; 
 padding-top:20px
}
/*submit e link*/
.res-btn {
  border: none;
  outline: none;
  background: #000;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  display: inline-block;
  border-radius: 3px;
  transition: all 0.5s ease;
  padding: 10px 25px;
}
.res-btn:hover {
  background: #294058;
  color: #fff;
}
.link-privacy {
  color: #000!important;
  text-decoration:underline;
}
.bg-table {
  background: #666!important;
  color: #fff!important;
}
.bg-table p, .bg-table p span  {
 
  color: #fff!important;
}
.bg-table-corsi {
  background: #000!important;
  color: #fff!important;
}
/*footer*/
footer {
  background: #000;
}
.footer-copy p {
  color: #fff;
}
.footer-copy p a {
  color: #fff;
}
.footer-copy p a:hover {
  color: #fff;
}