/* Add here all your css styles (customizations) */
.bg-image-team {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/shi/tool-384740_1920.jpg) repeat fixed; 
}

.bg-image-team:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

.bg-image-quote {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/shi/tools_background_quote.jpg) repeat fixed; 
}

.bg-image-quote2 {
  width: 100%;
  height: auto;
  padding: 50px 0;
  position: relative;
  background: url(../img/shi/tools_background_quote.jpg) repeat; 
}

.bg-image-quote2:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.5);
}

a:hover {
  border-color: #2D3A96 !important;
}


#success, #error {
    display:none;
    margin-bottom: 2em;
}
#success span, #erro span {
    display:block;
    position:absolute;
    top:0;
    width:100%
}

#success span p {
  color:#9bd32d;
}
#error span p {
  color:#c0392b;
}
.control-group {
    padding-top:1em;
}