<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	height: 100%;
	width: 100%;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #004973;
	font-family: 'Lato', sans-serif;
}
/*=======================================================
			WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
/*=======================================================
			HEADINGS
========================================================*/
.btnc {
	background: #005995;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	display: inline-block;
	padding: 10px 30px;
	margin: 0 auto;
	margin-top: 15px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btnc:hover {
	background: #00AAD2;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	color: #004973;
	margin-bottom: 1em;
	line-height: normal;
	letter-spacing: 0.02em;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
}
p {
	color: #004973;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 24px;
	font-weight: normal; 
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	color: #009bc7;
}
img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
li {
	
	list-style: none;
	color: #005196;
}
a {
	font-family: 'Lato';
	text-decoration: none;
	color: #009bc7;
}

.font-montserrat {
	font-family: 'Montserrat', sans-serif !important;
}
		
.top-bar {
	background: #333;
	border-bottom: 1px solid #eaebef;
	height: 40px;
	position: relative;
	overflow: hidden;
}
.top-bar ul {
}
.top-bar ul li {
	display: inline-block;
}
.top-bar ul li a {
	color: #888888;
	display: inline-block;
	padding: 0 5px;
	line-height: 40px;
}
.top-bar .left-bar-side {
	float: left;
	margin-bottom: 0px;
}
.top-bar .left-bar-side li {
}
.top-bar li:nth-last-child(1) a {
}
.top-bar .right-bar-side {
	float: right;
}
.top-bar i {
	margin: 0 4px;
}
.top-bar .left-bar-side li {
	border: none;
	margin-right: 0px;
}
.top-bar .left-bar-side li:nth-last-child(1) span {
	display: none;
}
.top-bar .left-bar-side p {
	font-weight: 400;
	color: #9d9c9c;
	line-height: 35px;
	margin: 0px;
	display: inline-block;
	line-height: 40px;
	font-size: 13px;
}
.top-bar .left-bar-side span {
	color: #9c9c9c;
	margin: 0 15px;
}

/*=======================================================
			HEADER
========================================================*/
header {
	background: #005995;
	display: inline-block;
	position: relative;
	width: 100%;
	z-index: 999;
	line-height: 0px;
}
header:before {
	content: "";
	position: absolute;
	width: 38%;
	background: #f2f0f0;
	height: 100%;
	z-index: -1;
}
header .header-top{
	width: 100%;
	background-color: #fff;
}
header .logo {
	float: left;
	margin: 25px 0;
}

header .logo img{
	max-height: 100px;
}
header .extra-info{
	float: right;
	padding: 61px 0 30px;
	font-weight: 700;
}

.navbar-toggle{
	display: none;
	margin-top: 30px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color: #004973;
	border-color: #004973;
}

header .extra-info i{
	padding: 0 10px 0 0;
}

.extra-info .phone-ico{
	color: #707070;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	display: inline-block;
	padding-left: 30px;
	background: url(../images/icons/phone-gray.png) no-repeat left center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}

.extra-info.noextra-info{
	padding: 38px 0 30px;
}

header nav {
	display: inline-block;
	width: auto;
	position: relative;
	z-index: 999;
}

.sticky-wrapper {
	height: auto !important;
}
header nav li a {
	line-height: 48px;
	text-transform: uppercase;
	color: #004973;
	font-weight: 500;
	font-size: 15px;
	padding: 0 18px 0;
	position: relative;
	text-align: center;
}
header nav li{
	margin: 0 5px;
}
header nav li:last-child{
	margin-right: 0;
}
.ownmenu &gt; li:hover &gt; a,.ownmenu &gt; li.active &gt; a{
	background-color: #004973;
	color: #fff;
}

.ownmenu &gt; li:hover ul{
	display: block;
}

.ownmenu &gt; li:hover &gt; a:after,.ownmenu &gt; li.active &gt; a:after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 7px solid #004973;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	margin-left: -5px;
	bottom: -7px;
	left: 50%;
}


header nav li.active a {
	color:rgba(102,160,199,1);	
}
header nav li:hover a {	
	color:rgba(102,160,199,1);	
}
header nav li:hover {
	/*background: url(../images/nav-head.png) center 0px no-repeat;*/
	color:rgba(102,160,199,1);	
}
header .navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
	background: #ffdd00;
	color: #222222;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #222222;
	border-bottom: 1px solid #e9e9e9;
	line-height: 38px;
	padding: 0px;
	background: none;
}
header .ownmenu ul.dropdown li a:hover {
	background: none;
	color: #005995;
}
header .ownmenu ul.dropdown li:nth-last-child(1) a {
}
.ownmenu &gt; li:hover &gt; a, .ownmenu &gt; li.active &gt; a {
}
.sub-nav-co {
	float: right;
	position: relative;
	right: 15px;
	width: 40px;
	margin-top: -30px;
	height: 40px;
	display: none;
}
.sub-nav-co a {
	background: #ffffff;
	position: absolute;
	left: 0px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	top: 0px;
	border-radius: 50%;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #222222;
	text-transform: uppercase;
	font-size: 16px;
}
.nav-post .boder-da-r {
	border-right: 1px solid #e9e9e9;
}
.nav-post li {
	padding: 10px 0 !important;
	margin: 0px;
	border-bottom: 1px solid #e9e9e9;
	display: inline-block;
	width: 100%;
}
.nav-post .img-nav {
	height: 75px;
	width: 75px;
	float: left;
}
.nav-post .nav-text {
	float: right;
	width: 73%;
}
.ownmenu li &gt; .megamenu a {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
.ownmenu li &gt; .megamenu li:hover {
	background: none;
	color: #005995 !important;
}
.ownmenu li &gt; .megamenu li a:hover {
	color: #005995 !important;
}
ul.dropdown {
	padding-top: 10px !important;
}
ul.dropdown li {
	padding: 0px;
}
ul.dropdown li:hover {
	background: none
}
.ownmenu .megamenu img {
	width: auto;
	margin-top: -50px;
}
.ownmenu &gt; li &gt; .megamenu.full-width {
	padding-bottom: 0px;
}
.absu {
	position: absolute;
	right: -41px;
	width: 100%;
	top: -8px;
	z-index: -1;
}
.nav-post .nav-text a {
	background: none;
	font-size: 14px !important;
	color: #222222 !important;
	line-height: 20px;
	font-weight: 500;
}
.nav-post .nav-text span {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.nav-post .nav-big a {
	background: none;
	font-size: 15px !important;
	color: #222222 !important;
	line-height: 20px;
	padding: 0px !important;
}
.nav-post .nav-big img {
	margin: 20px 0;
}
.nav-post li a {
	padding: 0px;
	margin: 0px;
}
		

hr {
	background: #27ae60;
	height: 4px;
	width: 50px;
}		

/*=======================================================
			SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/*=======================================================
			BANNER SLIDER
========================================================*/
.banner-slider{
	background-color: #f9f9f9;
}

.banner-wrapper{
	overflow: hidden;
	width: 100%;
}

/* ###################################################################################### //
// flex-banner BANNER:
// ###################################################################################### */

.flex-banner {
	margin: 0px;
	background: inherit;
	border: none;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
	overflow:hidden;
}

.flex-direction-nav {
	position: relative;
	background: red;
	max-width: 1170px;
	top: -50%;
	margin: 0px auto;
}

.flex-banner .slides img {
	width: 140%;
	margin-left: -20%;
}
.smallbannerheight .flex-banner .slides img {
	width: 180%;
	margin-left: -40%;
}

.xlargebannerheight, .xlargebannerheight .flex-banner, .xlargebannerheight .flex-banner .slides {
	height: 220px;
}
.largebannerheight, .largebannerheight .flex-banner, .largebannerheight .flex-banner .slides {
	height: 160px;
}
.smallbannerheight, .smallbannerheight .flex-banner, .smallbannerheight .flex-banner .slides {
	height: 140px;
}

.flex-banner .slides &gt; li:first-child {display: block; -webkit-backface-visibility: visible;}
.flex-banner .slides &gt; li {display: none; -webkit-backface-visibility: hidden;}
@media screen and (min-width:350px) {
	.flex-banner .slides img {
		width: 120%;
		margin-left: -10%;
	}
}
@media screen and (min-width:420px) {
	.flex-banner .slides img {
		width: 100%;
		margin-left: 0;
	}
	.smallbannerheight .flex-banner .slides img {
		width: 140%;
		margin-left: -20%;
	}
}
@media screen and (min-width:480px) {
	.xlargebannerheight, .xlargebannerheight .flex-banner, .xlargebannerheight .flex-banner .slides {
		height: 260px;
	}
	.largebannerheight, .largebannerheight .flex-banner, .largebannerheight .flex-banner .slides {
		height: 186px;
	}
	.smallbannerheight, .smallbannerheight .flex-banner, .smallbannerheight .flex-banner .slides {
		height: 160px;
	}
	.smallbannerheight .flex-banner .slides img {
		width: 140%;
		margin-left: -20%;
	}
}
@media screen and (min-width:600px) {
	.smallbannerheight .flex-banner .slides img {
		width: 120%;
		margin-left: -10%;
	}
}
@media screen and (min-width:768px) {
	.xlargebannerheight, .xlargebannerheight .flex-banner, .xlargebannerheight .flex-banner .slides {
		height: 220px;
	}
	.largebannerheight, .largebannerheight .flex-banner, .largebannerheight .flex-banner .slides {
		height: 300px;
	}
	.smallbannerheight, .smallbannerheight .flex-banner, .smallbannerheight .flex-banner .slides {
		height: 230px;
	}
	.smallbannerheight .flex-banner .slides img {
		width: 120%;
		margin-left: -10%;
	}
}

@media screen and (min-width:992px) {
	.xlargebannerheight, .xlargebannerheight .flex-banner, .xlargebannerheight .flex-banner .slides {
		height: 420px;
	}
	.largebannerheight, .largebannerheight .flex-banner, .largebannerheight .flex-banner .slides {
		height: 390px;
	}
	.smallbannerheight, .smallbannerheight .flex-banner, .smallbannerheight .flex-banner .slides {
		height: 250px;
	}
	.smallbannerheight .flex-banner .slides img {
		width: 100%;
		margin-left: 0;
	}
}


.flex-banner .slides {
	position: relative;
}

.flex-banner .slides.smoothtransition {
	-webkit-transition: top 1000ms ease;
	-moz-transition: top 1000ms ease;
	-ms-transition: top 1000ms ease;
	-o-transition: top 1000ms ease;
	transition: top 1000ms ease;
}
.flex-direction-nav a { text-shadow: 0px 0px 2px rgba(255,255,255,1); }
.flex-direction-nav a:before { font-size: 24px; color: #000; }
.flex-direction-nav a:hover { text-decoration: none; }

.div_banner_caption {
	width: 966px;
	margin: 0px auto;
}
.banner_caption {
	display: inline-block;
	position: relative;
	z-index: 88;
	float: left;
	height: 0px;
	top: 200px;
}
.banner_caption h1, .banner_caption p {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.80);
	line-height: 1;
	padding: 8px;
	margin: 0;
	text-transform: none;
	clear: left;
	float: left;
	white-space: nowrap;
	font-size: 80%;
}
.banner_caption a:hover h1, .banner_caption a:hover p {
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.90);
}
.banner_caption p {
	float: left;
	margin-left: 5px;
	padding-top: 20px;
	-webkit-transition: padding 1000ms ease;
	-moz-transition: padding 1000ms ease;
	-ms-transition: padding 1000ms ease;
	-o-transition: padding 1000ms ease;
	transition: padding 1000ms ease;
}

.banner_caption {
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	opacity: 0;
	margin-top: -95px;
}

#banner_caption1 { margin-left: 20px; }
#banner_caption2 { margin-left: 55px; }
#banner_caption3 { margin-left: 70px; }
#banner_caption4 { margin-left: 20px; }
.banner_caption h1 { font-size: 16px; }
.banner_caption p { font-size: 11px; }
@media screen and (min-width:640px) {
	#banner_caption1 { margin-left: 35px; }
	#banner_caption2 { margin-left: 200px; }
	#banner_caption3 { margin-left: 140px; }
	#banner_caption4 { margin-left: 50px; }
	.banner_caption { margin-top: -95px; }
}
@media screen and (min-width:768px) {
	#banner_caption1 { margin-left: 50px; }
	#banner_caption2 { margin-left: 240px; }
	#banner_caption3 { margin-left: 205px; }
	#banner_caption4 { margin-left: 80px; }
	.banner_caption { margin-top: -75px; }
	.banner_caption h1 { font-size: 20px; }
	.banner_caption p { font-size: 12px; }
}

@media screen and (min-width:992px) {
	#banner_caption1 { margin-left: 80px; }
	#banner_caption2 { margin-left: 460px; }
	#banner_caption3 { margin-left: 280px; }
	#banner_caption4 { margin-left: 80px; }
	.banner_caption { margin-top: 0px; }
	.banner_caption h1 { font-size: 20px; }
	.banner_caption p { font-size: 12px; }
}
/*=======================================================
			BANNER
========================================================*/
.banner-info-wrapper{
	background: #004973;
	z-index: 99;
	position: relative;
}

.banner-info{
	margin: 0 auto;
}

.banner-info-item {
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	background-color: transparent; /* The Fallback */
	background-color: rgba(0,0,0,0);
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}
.banner-info-item a{
	color: white;
	color: #2495D3;
	color: #009bc7;
	font-style: italic;
	font-size: 12px;
	margin-top: 0.2em;
	display: inline-block;
	padding-left: 65px;
	font-family: 'Lato';
}
.banner-info-item a:hover {
	color: #f1a927;
}
.banner-info-item h3 {
	color: white;
	font-weight: normal;
	letter-spacing: 0.03em;
	font-size: 12px;
	margin-bottom: 0.5em;
	font-family: Lato;
	margin-top: 0;
	padding-left: 65px;
}
.banner-info-item span {
	display: block;
	line-height: 1.5;
	padding-left: 65px;
	font-size: 11px;
	font-family: 'Lato';
}

.banner-info-item.active, .banner-info-item:hover {
	background: #003a5b; /* The Fallback */
	background-color:rgba(0,0,0,0.2);
	color: white;
}
.banner-info-item:hover {
	-webkit-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-ms-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
}

.banner-info-item_img {
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	height: 30px;
	width: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;

	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
@media screen and (min-width:480px) {
	.banner-info-item_img {
		margin-top: -28px;
		margin-left: 10px;
		height: 45px;
		width: 80px;
	}
	.banner-info-item a {
		padding-left: 110px;
	}
	.banner-info-item h3 {
		font-size: 13px;
		padding-left: 110px;
	}
	.banner-info-item span {
		padding-left: 110px;
		font-size: 12px;
	}
}
@media screen and (min-width:768px) {
	.banner-info-item_img {
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		height: 60px;
		width: 80px;
	}
	.banner-info-item{
		text-align: center;
	}
	.banner-info-item a{
		padding-left: 0px;
	}
	.banner-info-item h3 {
		padding-left: 0px;
		font-size: 12px;
		margin-bottom: 1em;
	}
	.banner-info-item span {
		display: block;
		line-height: 24px;
		min-height: 72px;
		padding-left: 0px;
	}
	.banner-info-item {
		padding: 25px 5px 20px 5px;
	}
}

@media screen and (min-width:992px) {
	.banner-info-item h3 {
		letter-spacing: 0.07em;
		font-size: 14px;
		line-height: 17px;
	}
	.banner-info-item span {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
	}
	.banner-info-item a{
		font-size: 14px;
		line-height: 24px;
	}
}
.banner-info-item .banner-info-item_img {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.banner-info-item.active .banner-info-item_img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
#banner-info-item1 .banner-info-item_img { background-image: url(../images/banner-nav-icon1.png); }
#banner-info-item2 .banner-info-item_img { background-image: url(../images/banner-nav-icon2.png); }
#banner-info-item3 .banner-info-item_img { background-image: url(../images/banner-nav-icon3.png); }
#banner-info-item4 .banner-info-item_img { background-image: url(../images/banner-nav-icon4.png); }

/*========================================================
			BLOG
===============================================================*/
.blog-section{
	padding: 60px 0;
	font-size: 14px;
	    padding-bottom: 0px;
}
.blog-section .container{
	padding-bottom: 60px;
}
.blog-section p,.blog-section h2 a{
	color: #004973;
}
.blog-section h1{
	margin: 0 0 0.75em;
	font-size: 20px;
}

.blog-section a:hover{
	text-decoration: underline!important;
}

.blog-section h2{
	font-size: 15px;
}
.blog-section ul{
	padding-left: 30px;
}
.blog-section ul li{
	list-style: disc;
}

span.news-latest-date {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	display: inline-block;
	margin-right: 14px;

	background: #669bba; /* Old browsers */
	background: -moz-linear-gradient(top,  #669bba 0%, #4a85b7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#669bba), color-stop(100%,#4a85b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #669bba 0%,#4a85b7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #669bba 0%,#4a85b7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #669bba 0%,#4a85b7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #669bba 0%,#4a85b7 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#669bba', endColorstr='#4a85b7',GradientType=0 ); /* IE6-9 */

	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);

	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}
span.news-latest-date span {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	line-height: 1;
	margin: 3px 0 -5px -0.1em;
	color: white;
	letter-spacing: -0.1em;
	display: block;
}
.news-latest-title {
	display: block;
	font-weight: bold;
	position: relative;
	top: -6px;
}
.news-latest-item {
	margin-bottom: 16px;
	transition: All 500ms ease-in-out;
	-webkit-transition: All 500ms ease-in-out;
	-moz-transition: All 500ms ease-in-out;
	-o-transition: All 500ms ease-in-out;
}
.news-latest-item p {
	margin-bottom: 0em;
}
@media screen and (min-width:768px) {
	.news-latest-item p {
		margin-bottom: 1em;
	}
}

.news-latest-item a, .news-latest-item a span.news-latest-date, .news-latest-item a .news-latest-title {
	transition: All 300ms ease;
	-webkit-transition: All 300ms ease;
	-moz-transition: All 300ms ease;
	-o-transition: All 300ms ease;
}

.blog-section .news-latest-item a:link{ color:#004973; text-decoration: none; }
.blog-section .news-latest-item a:visited{ color:#004973; text-decoration: none; }
.blog-section .news-latest-item a:hover{ color:#004973; text-decoration: none; }

.blog-section .news-latest-item a:hover .news-latest-title {
	color: rgba(0, 73, 115, 0.9);
}
.blog-section .news-latest-item a:hover span.news-latest-date {
	text-shadow: 0 1px 10px rgba(255,255,255, 0.6);

	-moz-box-shadow:inset 0px 0px 20px #000000;
	-webkit-box-shadow:inset 0px 0px 20px #000000;
	box-shadow:inset 0px 0px 5px rgba(0,0,0,0.1);
}

div.csc-default.layout-1 *{
	background: #004973;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}
.csc-textpic-imagewrap{
	float: left;
}
.csc-textpic{
	overflow: hidden;}
div.csc-default.layout-1 DIV.csc-textpic-single-image img { margin: 0; }
div.csc-default.layout-1 .csc-textpic-intext-left div.csc-textpic-imagewrap { margin-right: 10px !important; }
div.csc-default.layout-1 .csc-textpic-intext-right div.csc-textpic-imagewrap { margin-left: 10px !important; }
div.csc-default.layout-1 .csc-textpic-text { padding: 10px; }
div.csc-default.layout-1 .csc-textpic-center .csc-textpic-text,
div.csc-default.layout-1 .csc-textpic-left .csc-textpic-text,
div.csc-default.layout-1 .csc-textpic-right .csc-textpic-text {
	padding-left: 20px; padding-right: 20px;
}
div.csc-default.layout-1 p:before {
	content: open-quote;
	font-size: 46px;
	margin-right: 2px;
	line-height: 0px;
	font-style: normal;
	font-family: sans-serif;
	position: relative;
	top: 18px;
	color: rgba(255, 255, 255, 0.3);
	text-shadow: none;
}
div.csc-default.layout-1 p:after {
	content: close-quote;
	font-size: 46px;
	line-height: 0px;
	font-style: normal;
	font-family: sans-serif;
	position: relative;
	top: 18px;
	margin-left: 2px;
	color: rgba(255, 255, 255, 0.3);
	text-shadow: none;
}

.csc-textpic-text p{
	margin-bottom: 3px;}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 30px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 30px !important;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, div.csc-textpic-border div.csc-textpic-single-image img, div.product_row_left img, div.article_row_left img{
	border: 1px solid #e5e7eb;
	background: #ffffff;
	padding: 6px;
}
DIV.csc-textpic DIV.csc-textpic-single-image IMG { margin-bottom: 10px;
	margin-top: 4px;}
@media screen and (min-width: 768px) {
	.csc-default.layout-1 .csc-textpic-single-image {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.csc-default.layout-1 .csc-textpic-single-image {
		display: inline-block;
	}
}

/*=======================================================
			KONTAKT FORM
========================================================*/
#contact_form ul{
	padding: 0;
	margin: 0;
}
#contact_form ul li{
	list-style: none;
	padding: 0;
}
/*=======================================================
			SEARCH
========================================================*/
.finder {
	position: absolute;
	top: 25%;
	z-index: 2;
	width: 100%;
	left: 0px;
	text-align: center;
}
.finder h1 {
	font-size: 45px;
	color: #fff;
	font-weight: 800;
	letter-spacing: 8px;
	font-family: 'Montserrat', sans-serif;
}
.find-sec {
	background: #ffffff;
	padding: 30px;
	display: inline-block;
	width: 100%;
	margin-top: 80px;
	position: relative;
}
.find-sec:before {
	content: "";
	position: absolute;
	right: 0px;
	background: none;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 43px 43px 0;
	border-color: transparent #57b45a transparent transparent;
}
.find-sec label, .searchbar label {
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #222222;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
	margin-top: 10px;
	font-family:'Lato', Arial, Helvetica, sans-serif;
}
.find-sec select {
	height: 39px;
}
.bootstrap-select .btn:focus {
	outline: none !important;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open&gt;.dropdown-toggle.btn-default {
	background: #f8f8f8;
}
.bootstrap-select&gt;.btn {
	background: #fff;
	padding: 9px;
	margin: 0;
	border: 1px solid #dddddd;
	display: inline-block;
	width: 100%;
	height: 39px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	font-weight: normal;
}
.bootstrap-select {
}
.bootstrap-select.btn-group .btn .caret {
	background: #f8f8f8;
	height: 37px;
	width: 37px;
	position: absolute;
	top: 2px;
	right: 0px;
	border: none;
	border-left: 1px solid #dddddd;
}
.find-sec .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.find-sec a:focus {
	outline: none !important;
}
.find-sec .selected a {
	background: #005995;
	color: #fff;
	font-size: 12px;
}
.find-sec .dropdown-menu a {
	font-size: 14px;
	line-height: 26px;
	color: #111; 
}
.find-sec .dropdown-menu a:hover {
	background: #005995;
	color: #fff;
	font-size: 12px;
}
.find-sec .dropdown-menu {
	padding: 0px;
	margin-top: 0px;
	border-radius: 0px;
	border-top: 0px;
	z-index: 9;
}
.bootstrap-select.btn-group .btn .caret:before {
	content: "\f0d7";
	font-family: FontAwesome;
	padding: 0px;
	color: #777777;
	float: right;
	font-size: 16px;
	font-weight: 100;
	line-height: 37px;
	width: 100%;
	text-align: center;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.sel-style:before {
	content: "\f0d7";
	font-family: FontAwesome;
	color: #323232;
	float: right;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
.sel-style option {
}
.home-3 .find-sec {
	background: rgba(255,255,255,0.95);
	margin-top: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}
.home-3 .find-sec:before {
	display: none;
}
.home-3 .finder {
	position: relative;
	margin-top: 0px;
	z-index: 99;
}
.home-3 .search {
	margin: 0 auto;
	text-align: center;
}
.searchbar .btnc{
	height: 39px;
	margin-top: 40px;
}
.wrap-search-btn{
	border: 1px solid #ddd;
}
.wrap-search-btn .wrap-text{
	display: table-cell;
	width: 100%;
	vertical-align: top;
	height: 39px;
}
.wrap-search-btn input[type="text"]{
	border: 0;
	color: #555;
	height: 39px;
	line-height: 37px;
	width: 100%;
	padding-left: 15px;
}
.wrap-search-btn input[type="text"]:focus{
	outline: none;
}
.wrap-search-btn .wrap-btn{
	padding: 0 5px;
	margin: 0;
	line-height: 39px;
	text-align: center;
	display: table-cell;
	width: 49px;
	height: 39px;
}
.wrap-search-btn .wrap-btn input{
	vertical-align: middle;
}
.wrap-search-btn input[type="image"]:focus{
	outline: none;
}
.find-sec select, .searchbar select {
	height: 39px;
	border-radius: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-shadow: none;
    border: none;
}
.find-sec select:focus, .searchbar select:focus{
	outline: none;
	border: 0;
	box-shadow: none;
}
select::-ms-expand {
    display: none;
}

.wrap-select{
	position: relative;	
	height: 39px;
	border: 1px solid #ddd;
	z-index: 2;
}
.wrap-select:after{
	content: '\f0d7';
	display: inline-block;
	width: 38px;
	height: 39px;
	border: 1px solid #ddd;
	position: absolute;
	right: -1px;
	top: -1px;
	font: normal normal normal 20px/39px FontAwesome;
	background-color: #f8f8f8;
	color: #777;
	z-index: -1;
	text-align: center;
}
input[type='checkbox'] {
  display: none; }

.radio-search{
	text-align: left;
	display: inline-block;
}
.find-sec .radio-search label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-bottom: 40px;
  font-weight: normal !important; 
  width: auto;
}

.radio-search label:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 7px;
  border: 1px solid #dddddd;
  }
input[type=checkbox]:checked + label:before {
  content: "\f00c";
  text-align: center;
  color: #777;
  font: normal normal normal 20px/37px FontAwesome; 
  background-color: #f8f8f8;
}
./* radio-search{
	overflow: hidden;
}
.radio-search input{
	float: left;
	bottom: -8px!important;
	width: 16px;
	height: 16px;
}
.find-sec .radio-search label{
	width: auto;
	float: left;
} */
.home-3 .finder h6 {
	background: #005995;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: 0px;
	font-size: 16px;
	padding: 15px 0;
}

.home-3 #banner .container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.home-3 .bnr-property .price {
	background: #222222;
	color: #fff;
	font-size: 18px;
	padding: 5px 20px;
	margin-left: -20px;
	margin-top: -55px;
	float: left;
}
.home-3 .bnr-property {
	position: absolute;
	z-index: 9999;
	width: 450px;
	padding: 20px;
	top: 0;
	margin-top: 300px;
	left: 0px;
	margin-left: 15px;
	background: rgba(20,93,119,0.9);
}
.home-3 .bnr-property .btn {
	border-bottom: 2px solid rgba(0,0,0,0.5);
	padding: 8px 25px;
	margin-bottom: 5px;
}
.home-3 .bnr-property h6 {
	font-weight: bold;
	display: inline-block;
	width: 100%;
}
.home-3 .bnr-property hr {
	margin: 0px;
	margin-bottom: 20px;
}
.home-3 .bnr-property .btn-1 {
	background: #005995;
	margin-left: 15px;
}
.home-3 .bnr-property .btn-1:hover {
	background: #005995;
}
.home-3 .bnr-property .tag {
	position: relative;
	right: 4px;
	z-index: 99;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 27px;
	width: 100px;
	text-align: left;
	line-height: 23px;
	padding: 0 0 0 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -24px;
}
.home-3 .bnr-property .tag.rent {
	background: url(../images/for-rent-l.png) no-repeat;
}
.home-3 .bnr-property .tag.sale {
	background: url(../images/for-sale-l.png) no-repeat;
}
.home-1 .finder {
	position: absolute;
	top: 25%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 999;
}

/*Floating*/
.fleft {
	float: left;
}
.fright {
	float: right;
}
/*Section Padding*/
.contentRowPad {
	padding: 100px 0;
}
.contentRowPad.pb0 {
	padding-bottom: 0;
}
/*Section Title*/
.sectionTitle {
	color: #859ab3;
	text-align: center;
	max-width: 770px;
	margin: 0 auto 50px;
}
.sectionTitle h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.sectionTitle p {
	line-height: 24px;
	font-style: italic;
	margin: 0;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.info_content {
	position: relative;
	padding: 20px 35px;
	background: #fff;
}
.info_content .imageRow {
	position: relative;
}
.info_content .imageRow img {
	max-width: 100%;
}
.info_content .imageRow .saleTag {
	position: absolute;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	background: #1b9bff;
	top: 7px;
	right: 7px;
	padding: 0 8px;
}
.info_content .description {
	background: #fff;
	padding: 0 5px;
}
.info_content .description .priceRow {
	margin-top: -30px;
	position: relative;
}
.info_content .description .priceRow .price {
	background: #8bb812;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 26px;
	top: 5px;
	right: 5px;
	padding: 0 8px;
	letter-spacing: 0.3px;
	margin-top: 17px;
}
.info_content .description .priceRow i {
	width: 60px;
	line-height: 60px;
	float: right;
	background: #45515a;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	font-size: 22px;
}
.info_content .description h4.location {
	line-height: 1;
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.info_content .description i {
	margin-right: 10px;
}
.info_content .description .price-bg {
	background: #005995;
	display: inline-block;
	float: left;
	color: #fff;
	padding: 6px 20px;
	font-size: 13px;
	margin-right: 10px;
	line-height: 19px;
	margin-top: 0px;
}
.info_content .description a.btn {
	padding: 6px 20px;
	width: auto;
	font-size: 12px;
	color: #fff !important;
	margin-top: 0px;
}
.gm-style-iw {
	width: 370px !important;
	top: 0 !important;
	left: 0 !important;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	right: -40px;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	display: block;
	position: absolute;
	left: -webkit-calc(50% - 4px);
	left: calc(50% - 4px);
	bottom: -3px;
}
#homeMap {
	width: 100%;
	height: 100%;
}
/*=======================================================
			TOP OBJEKT
========================================================*/
.prod .image{
	position: relative;
	height: 0;
}
.prod .image img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}
/*=======================================================
			SLIDE PROPERTY
========================================================*/
.property-slide {
	padding: 20px 0;
	background: #2f2f2f;
}
.property-slide .plots {
	background: #444444;
	padding: 10px;
}
.property-slide .sale {
	font-weight: bold;
	color: #005995;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.property-slide .pri-info a {
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
.property-slide .pri-info p {
	color: #fff;
}
.property-slide .pri-info p i {
	margin-right: 10px;
}
.property-slide .pri-info .auther img {
	height: 54px;
	width: 54px;
	float: left;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.property-slide .pri-info .auther h6 {
	font-size: 14px;
	color: #005995;
	font-weight: bold;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.property-slide .owl-controls .owl-nav {
	color: #fff;
}
.property-slide .owl-controls .owl-nav div {
	color: #fff;
}
.property-slide .owl-controls .owl-prev {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 33;
	width: 60px;
	background: rgba(87,87,87,0.9);
	height: 100%;
	line-height: 100%;
}
.property-slide .owl-controls .owl-prev i {
	margin-top: 78px;
	display: inline-block;
	font-size: 28px;
}
.property-slide .owl-controls .owl-next {
	position: absolute;
	width: 60px;
	right: 0px;
	top: 0px;
	z-index: 33;
	width: 60px;
	background: rgba(87,87,87,0.9);
	height: 100%;
	line-height: 100%;
}
.property-slide .owl-controls .owl-next i {
	margin-top: 78px;
	display: inline-block;
	font-size: 28px;
}		


/*=======================================================
			TITTLE
========================================================*/
hr {
	background: #27ae60;
	height: 4px;
	width: 50px;
}
.tittle {
	text-align: center;
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.tittle h3 {
	margin: 0px;
	font-weight: 700;
	line-height: 37px;
	text-transform: uppercase;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.tittle p {
	width: 75%;
	margin: 0 auto;
	line-height: 24px;
	font-size: 14px;
}
	
	
	
/*=======================================================
			SERVICES
========================================================*/
.services {
	padding: 80px 0;
}
.services li .icon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 72px;
	width: 72px;
	text-align: center;
	line-height: 72px;
	background: #005995;
	z-index: 99;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services li section:before {
	position: absolute;
	bottom: -58px;
	content: "";
	height: 131px;
	width: 80px;
	background: #fff;
	right: -24px;
	border: 2px solid #005995;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	z-index: 99;
}
.services li .heading {
}
.services li .ser-hover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.services li .heading {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 36px;
	background: #005995;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	left: 0px;
	text-transform: uppercase;
}
.services .ser-hover {
	padding: 20px;
	padding-top: 80px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services .ser-hover a.read-more {
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
	font-weight: 800;
	text-transform: uppercase;
}
.services li .heading:hover {
	background: #fff;
	color: #005995;
}
.services li p {
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.services li:hover .ser-hover {
	background: rgba(223,84,0,0.85);
}
.services li:hover .ser-hover p {
	opacity: 1;
}
.services li:hover .icon {
	background: none;
}
.services li:hover .heading {
	background: #fff;
	color: #005995;
}


/*=======================================================
			CALL US
========================================================*/
.contact-section{
	margin-bottom: 40px;
}
.call-us {
	background: url(../images/call-us.jpg) no-repeat;
	background-size: cover;
}
.call-us .overlay {
	padding: 50px 0;
	background: rgba(0,0,0,0.8)
}
.call-us ul {
	margin-bottom: 0px;
}
.call-us h4 {
	font-size: 22px;
	margin: 0px;
	color: #fff;
}
.call-us h6 {
	font-size: 25px;
	margin: 0px;
	font-weight: 600;
	font-family: 'Lato';
	text-transform: none;
	color: #00AAD2;
	margin-top: 10px;
}
.call-us h1 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-family: 'Lato';
	font-size: 25px;
}

.call-us .btn {
	width: 100%;
	background: #00AAD2;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	display: inline-block;
	padding: 10px 30px;
	margin: 0 auto;
	margin-top: 15px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.call-us .btn:hover {
	background: #005995;
}
/*=======================================================
			CALL US
========================================================*/
.mobile-app {
	padding: 80px 0 0;
	background: #f8f8f8 url(../images/app-bg.jpg) repeat;
}
.mobile-app h3 {
	color: #005995;
	text-align: left;
}
.mobile-app hr {
	background: #005995;
	height: 3px;
	width: 120px;
}
.mobile-app p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
}
.mobile-app a.btn {
	border-radius: 4px;
	margin-top: 80px;
}


/*=======================================================
			SERVICE
========================================================*/
.service-section h2{
	text-align: center;
}
.service-section hr{
	text-align: center;
	height: 2px;
	border: none;
	width: 132px;
	margin: 10px auto 50px;
	background: #005995;
}
.service-section .b-service{
	width: 100%;
	position: relative;
	padding-bottom: 60.0%;
	overflow: hidden;
}
.service-section .b-service a img{
	width:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.service-section .b-service .service-ico{
	display: block;
	padding: 5px;
	position: absolute;
	top: -11px;
	left: -51px;
	z-index:2;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
}



.service-section .b-service .service-name{
	display: inline-block;
	padding:7px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	z-index: 2;
	width: 100%;
	background-color: rgba(0,89,149,0.9);
}



@media screen and (min-width: 992px) {
	.service-section .b-service .service-ico:before{
		border-bottom: 70px solid rgba(5,102,70,0.6);
		-webkit-transition: background-color 0.2s ease-in 0.02s;
		-moz-transition: background-color 0.2s ease-in 0.02s;
		-ms-transition: background-color 0.2s ease-in 0.02s;
		-o-transition: background-color 0.2s ease-in 0.02s;
		transition: background-color 0.2s ease-in 0.02s;
	}


	.service-section .b-service .service-name{
		width: 60%;
		background-color: rgba(0,89,149,0.6);
		-webkit-transition: width 0.2s linear 0.02s;
		-moz-transition: width 0.2s linear 0.02s;
		-ms-transition: width 0.2s linear 0.02s;
		-o-transition: width 0.2s linear 0.02s;
		transition: width 0.2s linear 0.02s;
	}


	.service-section .b-service:hover .service-name{
		background-color: rgba(0,89,149,0.9);
		width: 100%;
	}
	.service-section .b-service:hover .service-ico:before{
		background-color: rgba(0,89,149,0.9);
	}
	.extra-info.noextra-info{
		display: block !important;
	}
}
/*=======================================================
			FOOTER
========================================================*/
footer {
	padding: 0;
	position: relative;
	margin-top: 55px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.white-house{
	background: #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	height: 23px;
	z-index: 99;
}

.white-house .inside{
	height: 22px;
	background: url(../images/building_white.png) no-repeat bottom center;
}
.footer-bottom{
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.footer-bottom p{
	color: #b1b1b1;
}
footer a{
	color: #a2a2a2;
}

.footer-top{
	font-size: 14px;
	background: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 30px;
	width: 100%;
}
footer .footer-top h5 {
	color: #004973;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0.5em;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
footer a , .loc-info{
	color: #a2a2a2;
	font-size: 13px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
footer p{
	margin-bottom: 0;
}
footer .footer-top a:hover{
	text-decoration: underline !important;
	color: #a2a2a2;
}

footer .loc-info p {
	font-size: 12px;
}
footer .loc-info p i {
	width: 28px;
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
}
footer .tweet a {
	color: #fff;
}
footer .tweet li {
	padding-left: 40px;
	margin-bottom: 30px;
	color: #fff;
}
footer .tweet li:before {
	content: "\f1ea";
	font-family: FontAwesome;
	color: #fff;
	float: left;
	position: absolute;
	left: 0px;
	font-size: 26px;
	padding: 0px 15px;
	font-weight: 100;
}
footer .tweet span {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
}
footer p {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;

}
footer .links a {
	font-family: 'Lato';
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	display: inline-block;
	width: 100%;
}

footer .img-post {
	width: 62px;
	float: left;
}
footer .text-post {
	float: right;
	width: 72%;
	margin-top: -7px; 
}
footer .recent-come li a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
footer .recent-come li {
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
}
footer .recent-come li:last-child {
	border-bottom: none;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
}

footer .recent-come li:nth-child(1) {
	margin-top: 0px;
}
footer .recent-come li span {
	font-weight: 600;
	color: #005995;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
footer .links a:hover {
	color: #ffdd00;
}
footer .subcribe {
	display: inline-block;
	width: 100%;
	background: #005995;
	padding: 20px 30px;
	margin-bottom: 60px;
}
footer .subcribe h4 {
	color: #fff;
	font-weight: 400;
}
footer .subcribe p {
	margin-bottom: 30px;
}
::-webkit-input-placeholder {
 color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
}

:-ms-input-placeholder {
 color: #fff;
}
footer .subcribe input {
	display: inline-block;
	width: 75%;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	color: #fff;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #fff;
}
footer .subcribe .form-control {
	border-radius: 0px;
}
footer .subcribe .btn {
	margin-top: 0px;
	background: #3f8f42;
	height: 45px;
}
footer button {
	background: #002b5e;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 34px;
	float: right;
	margin-top: -34px;
	position: relative;
	z-index: 1;
	border: none;
	padding: 0 10px;
}
.rights {
	background: #333;
	padding: 20px 0;
	text-transform: uppercase;
}
.rights p {
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.rights a{
	color: #fff; 
}

footer .social_icons {
	display: inline-block;
	margin: 20px 0 0 -5px;
}
footer .social_icons li {
	margin: 0 5px 5px;
}

footer .social_icons a {
	font-size: 14px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: rgba(0,70,70,0.7);
	transition: all 0.2s ease 0.05s;
}

footer .social_icons li a:hover{
	background: rgba(0,70,70,1);
}

footer .top-link:hover i:before{
	color: #fff;
}
.top-link {
	position: absolute;
	right: 20px;
	bottom: 100%;
	width: 44px;
	height: 44px;
	background: #005995;
	font-size: 24px;
	line-height: 44px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 479px){
	.rights .font-montserrat{
		float: none !important;
	}
}

/*=======================================================
			SUB BANNER
========================================================*/
.sub-banner {
	background: url(../images/sub-bnr-bg.jpg) top center fixed no-repeat;
	position: relative;
	margin-top: -5px;
	background-size: cover;
	text-align: center;
}
.sub-banner .overlay {
	background: rgba(0,0,0,0.5);
	padding-top: 90px;
}
.sub-banner h1 {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 70px;
}
.sub-banner p {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	text-shadow: 2px 3px 0px rgba(0,0,0,0.5);
}
.sub-banner .breadcrumb {
	background: #005995;
	display: inline-block;
	position: relative;
	bottom: 0px;
	border-radius: 0;
	width: 100%;
	margin: 0 auto;
	left: 0px;
	line-height: 47px;
	height: 47px;
	right: 0px;
	padding: 0 20px;
	text-align: right;
}
.sub-banner .breadcrumb li a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-align: right;
}
.breadcrumb&gt;li+li:before {
	color: #fff;
	padding: 0 10px;
}
.sub-banner .breadcrumb li:nth-child(2):before {
	display: none;
}
.sub-banner .breadcrumb li:nth-child(1) {
	font-size: 16px;
}
.sub-banner .breadcrumb li {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
}


/*=======================================================
			CONTACT
========================================================*/
#map {
	display: inline-block;
	width: 100%;
	height: 450px;
	position: relative;
	border: none;
}
.contact {
	margin-top: -5px;
}
.contact-info {
	padding: 0px 0;
}
.contact-info h3 {
	margin: 0px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contact-info p {
	font-size: 14px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 26px;
}
.contact-info i {
	color: #005995;
	font-size: 50px;
	margin-bottom: 30px;
}
.contact-info a {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
	color: #005995;
	display: inline-block;
	width: 100%;
}
.contact-info p span {
	color: #ffc107;
	font-size: 16px;
	font-weight: bold;
}
.contact-info .con-det {
	margin-top: 30px;
}
.contact-info .con-det li {
	margin-bottom: 20px;
	padding: 40px 80px;
	text-align: center;
	padding-top: 0px;
}
.contact-info .con-det li:nth-child(2) {
}
.contact-info .social_icons {
	width: 65%;
}
.contact-info .social_icons a {
	background: #f5f5f5;
	font-size: 16px;
	margin-right: 2px;
	margin-bottom: 2px;
}
.contact-info .con-det h6 {
	text-transform: uppercase;
	margin-top: 0px;
	font-weight: 700;
	line-height: 24px;
	font-size: 16px;
}
.contact-info .con-det h4 {
	color: #ffc107;
}
.contact-info .con-det hr {
	width: 28px;
	height: 3px;
	margin: 0 auto;
	background: #448aff;
	border: none;
	margin-bottom: 20px;
}
.contact #contact_form {
	text-align: center;
}
.contact .error {
	border: 1px solid red !important;
}
.contact .error:before {
	content: "\f068";
	font-family: FontAwesome;
	margin-right: 0px;
	color: #0096ff;
	padding: 0px 13px;
	float: right;
	font-size: 12px;
	position: absolute;
}
.contact .success-msg {
	background: #fff;
	border: 1px solid #ABD0A8;
	color: #589051;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	padding: 11px 16px;
	border-radius: 4px;
	display: none;
}
.contact .success-msg i {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #ABD0A8;
	margin-right: 10px;
}
#contact_form li {
	margin-bottom: 22px;
	text-align: left;
}
#contact_form li input {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
}
#contact_form li .form-control {
	height: 40px;
	border: 1px solid #e9eaee;
	box-shadow: none;
	border-radius: 0px;
}
#contact_form li textarea {
	height: 150px !important;
}
#contact_form li .btn {
	height: 50px;
	display: inline-block;
	margin-top: 0px;
}
.contact-form {
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	background: #eee;
}
.contact-form .tittle {
	text-align: center;
}
.contact-form .tittle hr {
	width: 28px;
	height: 5px;
	margin: 15px auto;
	background: #448aff;
	border: none;
}
.contact-form .tittle p {
	text-transform: none;
	font-size: 16px;
}
.contact-form .tittle h2:before {
	display: none;
}
.contact-form label {
	font-weight: 400;
	color: #333333;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
.contact-form textarea {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 20px;
}


.detailBetreuer p{
	font-size: 11px; 
	margin-left: 20px; 
	color: #333; 
}

.detailBetreuer a{
	font-size: 11px; 	
	color: #333; 
}


/*=======================================================
			TESTIMONIALS
========================================================*/
#testimonials {
	padding: 0px 0;
}
#testimonials .testi {
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	width: 75%;
	margin: 0 auto;
}
#testimonials .testi h5 {
	padding-bottom: 5px;
	display: inline-block;
	font-weight: 600;
	font-size: 15px;
	color: #df5400;
	margin-top: 20px;
	letter-spacing: 3px;
	margin-bottom: 0px;
}
#testimonials .star li {
	display: inline-block;
	color: #8e0c34;
	margin-top: 10px;
}
#testimonials .testi .item span {
	color: #666666;
	display: inline-block;
	width: 100%;
}
#testimonials .testi p {
	color: #333;
	font-size: 17px;
	text-align: center;
	line-height: 30px;
	font-weight: 500;
	font-style: italic;
}
#testimonials .avatr {
	display: inline-block;
	height: 60px;
	width: 60px;
	float: left;
	overflow: hidden;
}
#testimonials .carousel-indicators li {
	height: auto;
	width: auto;
	display: inline-block;
	text-indent: inherit;
	position: relative;
	text-align: center;
	border: none;
	margin: 0 3px;
	font-size: 12px;
	margin-bottom: 7px;
}
#testimonials .carousel-indicators li img {
	border: 1px solid #dfdfe0;
	height: 150px;
	width: 150px;
	padding: 3px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testimonials .carousel-indicators .active {
	background: none !important;
}
#testimonials .carousel-indicators .active img {
	opacity: 1;
	border-color: #fe6635;
}
#testimonials .carousel-indicators li:hover img {
	opacity: 1;
}
#testimonials .carousel-indicators li .feeder-name {
	background: #fff;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0px;
	margin-top: -30px;
	z-index: 3;
	border-radius: 4px;
	width: 100%;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#testimonials .carousel-indicators .active .feeder-name {
	opacity: 1;
	display: block;
}
#testimonials .carousel-indicators li:hover .feeder-name {
	opacity: 1;
	display: block;
}
#testimonials .carousel-indicators li .feeder-name:before {
	display: inline-block;
	content: "\f0d7";
	font-family: 'FontAwesome';
	left: 0px;
	top: 0px;
	right: 0px;
	font-size: 40px;
	color: #fff;
	position: absolute;
}
#testimonials .carousel-indicators {
	position: relative;
	margin: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.carousel-inner {
	min-height: 200px;
	margin-top: 10px;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
#testimonials .testi-slide .avatar {
	height: 91px;
	width: 91px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
}
#testimonials .testi-slide .avatar img {
	width: 100%;
	display: inline-block;
}
#testimonials .testi-slide .owl-dots {
	display: none !important;
}
#testimonials .testi-slide .owl-nav {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
#testimonials .testi-slide .owl-nav div {
	display: inline-block;
	margin: 0 5px;
}
#testimonials .testi-slide .owl-nav i {
	border: 1px solid #dedede;
	height: 40px;
	width: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 38px;
}

.uberblick{
	border: 2px solid #CCC;
	padding: 15px;
	padding-left: 35px; 
	
}

.uberblick h2{
	color: #707070;
	margin-left: 0px;
	text-align: center;
	font-size: 21px; font-weight:bolder;
}


.uberblick h1{
	color: #222;
	margin-left: 0px;
	text-align: left;
	font-size: 21px; font-weight:bolder;
}


.contactsite h1{
	font-size: 22px; 
	color: #005995;	
}


.contactsite .emailInOneLine div{
	display: inline; 			
}

.footerImage{
		margin-top: 10px; 
		margin-bottom: 10px; 
}

.unternehmen-list ul{
	list-style: none; 	
	padding-left: 5px; 
}
.topheader{
	background-color: #f0f0f0;
	min-height: 50px;  
}
.detailButtons {
    display: inline-block;
}

.detailButtons .btn {
    margin-left: 10px;
    background-color: #005995;    
    
    color: #fff;
    font-size: 18px;
    line-height: 1.0;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
}

.detailAbsendenButtons .btn {
    background-color: #005995;
    border: #4384C5 1px solid;
    border-radius: 0px;
    color: #014a94;
    font-size: 18px;
    line-height: 1.5;
    padding: 3px;
    font-family: 'Open Sans', sans-serif;
}

.detailButtons .btn a{
    color: #014a94;
}

.detailButtons .list-btn{
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.detailButtons .list-btn li{
    float: left;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    color: #005995;
}

.detailButtons .list-btn li .btn{
    margin: 0;
    height: 28px;
    line-height: 27px;
}

.detailButtons .list-btn li .btn span{
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bolder;
}

.detailButtons .list-btn li:first-child{
    margin-left: 0;
}
.ui-widget-header {
    border: 1px solid #005995;
    background: none; 
    background-color: #005995 !important;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px; 
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: bold;
    color: #005995;
}

.ui-inputtext {
  color: #666;
}

.ui-state-default .ui-icon {
    background-image: url("../img/primefaces_icons.png");
}

.ui-widget-content {
    border: 0;
    background: #fcfdfd url("/immov/javax.faces.resource/images/ui-bg_inset-hard_100_fcfdfd_1x100.png.xhtml?ln=primefaces-redmond") 50% bottom repeat-x;
    color: #222222;
}

.teamname{
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: #005995;
}

.bodyteam{
    background-color: #e9e9e9;
    padding: 15px 5px;
    overflow: hidden;
    min-height: 180px;
    color: #333; 
    font-size: 15px; 
}

.bodyteam a{   
    color: #333; 
}

.bodyteam .teamrow{
	min-height: 25px; 
}

.teamimag{
	margin-left:10px;
}

.white-line{
    height: 2px;
    width: 100%;
    display: block;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fff;
}


.staff-h3 {
    width: 100%;
    height: 28px;
    border-top: #005995 1px solid;
    border-bottom: #005995 1px solid;
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: normal;
}

.btn-default:hover{
	background-color: #005995;
	color: #fff; 
}



.rectangle-block {
    margin-left: 0px;
    width: 32px;
    height: 17px;
    background: #004d69;
    margin-right: 10px;
    margin-top: 4px;
    float: left;
}



.visit-place h3::before{
	 border-top: 1px solid #005995;
    content: "";
    display: block;
    height: 1px;
    left: 16%;
    position: absolute;
    top: 50%;
    width: 25%;
    z-index: 1;
}
.visit-place h3::after {
    border-top: 1px solid #005995;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 16%;
    top: 50%;
    width: 25%;
    z-index: 1;
}
.visit-place h3 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 5;
		font-size:22px;
}

.section-heading {
	text-align:center;
	position:relative;
}
.mrgt7x {
	margin-top:45px;
}

.mrgb7x {
	margin-bottom:45px;
}



/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


@media screen and (max-width: 991px){
	
	.noleftpadding{
		padding-left: 0px;
	}
	.teamimag{
		margin-left:10px;
		min-width: 65px;
	}

	.bodyteam{
		margin-bottom: 20px; 
	}
	.call-us{
		text-align: center;
	}

	.call-us .btn{
		display: inline-block;
		width: auto;
	}
	.extra-info{
		padding: 0 0 20px;
	}


	.navbar-toggle{
		display: inline-block;
	}
	#navbar-collapse-main{
		display: none;
		width: 100%;
		text-align: center;
		position: absolute;
		top: 99px;
		background: #fff;
		float: none;
		left: 0;
		z-index: 1000;
	}
	#navbar-collapse-main nav.pull-left{
		float: none!important;
	}
	#navbar-collapse-main .ownmenu &gt; li &gt; ul.dropdown &gt; li &gt; a{
		text-align: center;
		padding-left: 0 !important;
	}
	.ownmenu li,.ownmenu li a{
		display: inline-block;
		width: auto;
	}
	.ownmenu li{
		margin-top: 12px;
	}
	.ownmenu li:first-child{
		margin-top: 0px;
	}
}

@media screen and (max-width : 767px) {
    .detailButtons .list-btn{
        right: 0 !important;
    }
    
    .specialrow
    {
    	padding-left: 15px; 
    	padding-right: 15px; 
    }

	.service-section .b-service a img{
		width: 100%;
	}

	.service-section .b-service{
		margin-bottom: 10%;
	}
	.footer-top ul li{
		margin-bottom: 15px;
	}

	.footer-top ul li:last-child{
		margin-bottom: 0;
	}
}

/*style for point 3 (group button merken in detail page)*/
    #merken ul{
        margin: 0;
    }
    #merken ul li{
        margin-bottom: 20px;
        font-size: 14px; 
    }
    #merken ul li a{
        height: 40px;
        line-height: 36px;
        color: #222;
        padding: 0 30px;
        border: 1px solid #aaa;
        background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
    		background: -moz-linear-gradient(top, #fff, #ddd);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #merken ul li a:hover{
        background: linear-gradient(to bottom, #005995 0%, #005995 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#005995), to(#005995));
    		background: -moz-linear-gradient(top, #005995, #005995);
        border-color: #005995;
        color: #fff;
    }

  #merken ul li a.active {
      background: linear-gradient(to bottom, #005995 0%, #005995 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#005995), to(#005995));
  		background: -moz-linear-gradient(top, #005995, #005995);
      border-color: #005995;
      color: #fff;
  }

    #merken ul li a:before{
        position: relative;
        display: inline-block;
        font: normal normal normal 16px/1 FontAwesome;
        margin-right: 5px;
    }
    #merken ul li a.merken:before{
        content: "\f058";
    }
    #merken ul li a.drucken:before{
        content: "\f02f";
    }
    #merken ul li a.empfehlen:before{
        content: "\f02e";
    }
    #merken ul li a.landkarte:before{
        content: "\f041";
    }
    #merken ul li a.teilen:before{
        content: "\f09a";
    }
    #merken ul li a.teilengoogle:before{
        content: "\f0d5";
    }

    #merken ul li a.teilen:before, #merken ul li a.teilengoogle:before{
        font: normal normal normal 11px/1 FontAwesome;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        background-color: #222;
        color: #fff;
        line-height: 18px;
        text-align: center;
        vertical-align: middle;
    }
    #merken ul li a.teilen:hover:before, #merken ul li a.teilengoogle:hover:before{
        background-color: #fff;
        color: #005995;
    }

    @media screen and (min-width : 768px)
    {
        #merken ul{
            margin-left: -8px;
        }
        #merken ul li{
            margin-left: 8px;
        }

    }

/* SERVICES */
.services-tit{
	font-size: 23px;
	line-height: 30px;
	border-bottom: 1px dotted #005995;
	margin: 0 0 25px;
}
.b-services{
	margin: 30px 0;
}

.b-services p{
	font-size: 17px;
	line-height: 22px;
}
.b-services .quote{
	font-size: 12px;
}
.b-services ol[type='I']{
	padding-bottom: 20px;
}
.b-services ol li,
.b-services ul li{
	font-size: 17px;
	padding-bottom: 20px;
}
.b-services ol[type='I'] &gt;li{
	list-style: upper-roman;
	list-style-position: inside;
	padding-bottom: 15px;
}
.bs-list li ol li{
	padding-left: 15px;
	padding-bottom: 10px;
}


.b-services ol[type='1'] &gt;li{
	list-style: decimal;
	list-style-position: inside;
}
.b-services ol[type='A']{
	padding-left: 15px;
}
.b-services ol[type='A'] &gt;li{
	list-style: upper-latin;
	list-style-position: inside;
}

.b-services ol[type='A'] &gt;li ul li,.disc-style li{
	list-style: disc;
	list-style-position: inside;
	padding-bottom: 3px;
}
.b-services .pages-list li{
	padding-bottom: 5px;
}
.pages-list li a{
	-webkit-transition: color 0.15s ease 0.15s;
	-moz-transition: color 0.15s ease 0.15s;
	-ms-transition: color 0.15s ease 0.15s;
	-o-transition: color 0.15s ease 0.15s;
	transition: color 0.15s ease 0.15s;
}
.pages-list li:hover a{
	color: #000;
}
.pages-list li:before{
	content: '\f0a9';
	padding-right: 7px;
	color: #757575;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-transition: margin-left 0.05s ease 0.05s;
	-moz-transition: margin-left 0.05s ease 0.05s;
	-ms-transition: margin-left 0.05s ease 0.05s;
	-o-transition: margin-left 0.05s ease 0.05s;
	transition: margin-left 0.05s ease 0.05s;
}

.pages-list li:hover:before{
	margin-left: 7px;
	color: #000;
}

.panel-group .panel-title a{
	display: inline-block;
	width: 100%;
}

.panel-group .panel-title a:before,
.panel-group .panel-title a.collapsed:before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #333;
}

.panel-group .panel-title a:before{
	content: '\f068';
}

.panel-group .panel-title a.collapsed:before{
	content: '\f067';
}

.emphasize{
	font-size: 17px;
	font-weight: 700;
	color: #000;
	margin: 20px 0 25px;
}

.blue-title{
	color: #005995;
}


.has-icon{
	padding-left: 30px;
}
.has-icon li{
	padding-bottom: 5px!important;
	font-size: 17px;
}

.has-icon li:before{
	content: '\f101';
	display: inline-block;
	margin-right: 8px;
	font: normal normal normal 14px/1 FontAwesome;
}


@media screen and (max-width: 767px){
	header .logo {
		margin: 10px 0 10px 15px;
	}
	header .extra-info{
		margin-right: 15px;
	}
}


@media screen and (max-width: 515px){
	header .logo {
		margin: 10px 0 10px 15px;
		width: 100%;
		text-align: center;
		float: none;
	}

	header .logo img{
		max-height: 65px;
	}
	header .extra-info{
		display: none;
		margin: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.service-section .b-service .service-name{
		width: 100%;
	}
}


#catpcha
{
	width: 50% !important; 
}

#captcha {
transform:scale(0.83);-webkit-transform:scale(0.83);transform-origin:0 0;-webk
}

#captcha2 {
transform:scale(0.83);-webkit-transform:scale(0.83);transform-origin:0 0;-webk
}




.content{
    margin-top: 15px;
}
.content-faktion ul li a,.content-fact ul li a{
    line-height:1.7;
}
.content-text{
    padding: 15px 50px 40px;
    border-left: 1px solid #c1c1c1;
    color: #005196;
}
.content-name h2{
    color: #005196;
    font-weight:600;
}
.artikcl{
    margin-top: 35px;
    padding: 0 0px;
    color: #005196; 
 }

.content-faktion{
    float: right;
    border-right: 1px solid #c1c1c1;
    padding-right: 40px;
}



.content-faktion ul{
    list-style: none;
    margin-top: 14px
}

.content-fact{
    margin-top:35px;
}

.content-fact ul{
    list-style: none;
}
.clearfix{
    clear:both;
}
@media (max-width:767px){
    .content-text{
        border-left:none;
    }
    .content-name h2{
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 20px;
    }
    .content-text{
        padding: 20px 0;
    }
    .artikcl{
        padding: 0 15px;
    }
    .content-text{
        clear: both;
    }
}</pre></body></html>