.navbar-brand > img {
	width: 100%;
	margin-left: -10px;
}
.section-title h2 {
  /*text-transform: none;*/
	text-transform: uppercase;
	font-size: 33px;
	color: #2281ad;
	font-weight: 500;
}
.single-page-title h1 {
	display: inline-block;
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px){
	.section-title h2 {
		font-size: 33px;
		line-height: 30px;
	}
	.single-page-title h1 {
		font-size: 40px;
		line-height: 34px;
	}
	.col-md-6.img-left img {
		display: block;
		width: 100%;
		height: auto;
	}
	.navbar-toggle {
		right: -5px;
		padding-right: 0px;
	}
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
	.hero-slide .carousel-caption h1 {
		font-size: 36px;
	}
}
.zitat {
	font-size: 0.7em;
}
.carousel-indicators, .carousel-control {
	display: none;
}
.x-features {
	background: #2281ad;
}

body {
	font-size: 15px;
}

.x-services .thumbnail .caption h3 {
    font-size: 17px;
}

.x-features .promo-content h3 {
	font-size: 17px;
	font-weight: normal;
}

.footer .footer-widget h3 {
	font-size: 17px;
}

.service-icon-style .promo-block-wrapper:hover .promo-icon {
    background-color: #2281ad;
}

.single-page-title::before {
    background: rgba(28, 45, 63, 0.6);
	}

.single-page-title {
	background-position: unset;
}

.section-title span.bordered-icon {
	color: #2183ad;
	font-size: 14px;
}

.section-title span.bordered-icon::before, .section-title span.bordered-icon::after {
	background: #2183ad;
	width: 55px;
	height: 2px;
}

.footer-link {
	text-transform: none;
}
