.site-header .site-nav, .site-header .site-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.features-blocks{
   background: #fbfbfb;
}
.tab-content {
    padding-top: 20px;
}
.p0{
	padding: 0px;
}
.loading{
    display: none;
} 
.success {
    color: #009300;
    margin-bottom: 0px;
}
.form-control-feedback {   
    right: 15px;
}
.error {
    color: #b90a27;
    height: auto;
    margin-bottom: 0px;
}
.fakeloader {
  display: none;  
  position: fixed;
  left: 45%;
  margin: 0px auto;
  text-align: center;
  z-index: 999;
}
.lowercase{
    text-transform: lowercase;
}    
.fakeloader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.50);
}
