/* Enter Your Custom CSS Here */

.flex-caption h4:before {
    background-color: #ffffff
    top: 0px;
    content: "";
    height: 0px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.break {
  display: none;
}
.mobileshow {
  display:none;
}
@media (max-width: 767px) {
.break {
  display: inline;
}
.mobilehide {
  display:none;
}
.mobileshow {
  display:inline;
}

.header-phone {
  font-size:14px;
}
#header-bar {
  font-size: 14px;
}
.header-phone .fa-phone, .header-phone .fa-envelope {
    color: #005677;
}
.spacer {
  display:none;
}
}
@media (max-width: 550px) {
.header-contact {
    margin-top: 0;
    margin-right: 0;
    text-align: center;
    float: none;
}
.navbar-toggle {
  margin-right:0;
}

}