/* =========================== 

	TEJE

 ========================== */
.heading h2 {
  text-transform: uppercase; }
  .heading h2 small {
    text-transform: none; }

.header-v1 .navbar-header {
  margin: 0; }

.header-v1 .navbar-default .navbar-nav > li > a {
  font-size: 14px; }

.breadcrumbs-lmk {
  padding: 40px 0 190px 0;
  position: relative;
  z-index: 1;
  transition: all 0.8s ease-in-out 0s;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-image: url('/img/fotolia_1.jpg?1440406736');
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  .breadcrumbs-lmk::after {
    background: rgba(0, 70, 145, 0.4);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .breadcrumbs-lmk p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: uppercase; }
  .breadcrumbs-lmk h1 {
    color: #333;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    display: inline;
    padding: 0 20px;
    background: rgba(0, 70, 145, 0.6);
    background: rgba(255, 255, 255, 0.7); }

.service-box-v1 p:after {
  background: #324c80; }

.service-box-v1 li {
  border-top: dotted 1px #324c80; }

.service-box-v1 li:hover {
  color: #324c80; }

.cbp-caption {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC; }

.cbp-title-dark {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #F7F7F7; }
