/* Add here all your css styles (customizations) */


.navbar-nav > li > a {
	padding-right: 20px !important; 
	padding-left: 20px !important;
}

.navbar-nav > li:last-child > a {
  padding-right: 0px !important;
}

.labzero {
  font-size: 1em;
  margin-right: 0.5em;
  color: #777;
  margin-top: 7px;
}
.labzero  a {
  color: #eeeeee;
}

.labzero  a:hover {
  color: #ffffff;
}

.labzero strong {
  font-weight: normal;
  color: #27d7e7;
}

.footer-v6 .footer .link-news a:hover {
  color: #c90708;
}

#top-red-line {
    background: #c90708;
    height: 8px;
    width: 100%;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon {
  color: #c90708;
}

.headline-center-v2.headline-center-v2-dark span.bordered-icon:before, .headline-center-v2.headline-center-v2-dark span.bordered-icon:after {
  background: #c90708;
}

h2.title-v2:after {
  background: #c90708;
}

.table-services tr td:last-child {
  text-align: right;
}

.footer-v6 .footer-link-list li a {
  font-size: 13px !important;
}

.content-boxes-v6 i {
  background: #c90708;
}







.infobox {
    padding: 15px;
    font-size: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: #c90708;
    border-radius: 10px !important;

}