body {
	height: 100%;
	min-height: 100%;
	background: url(../images/bg.jpg) center center no-repeat fixed;
	background-size: cover;
}

.navbar {

	background: url(../images/bg_header.png) no-repeat top center;
	border: none;

}

.navbar .container {
	
	background: url(../images/header.png) no-repeat left top;
	height: 250px;
	padding: 0px;

}



.navbar-nav>li:nth-child(1)>a {

	/*color: #fff;*/

}

.navbar-nav>li:nth-child(2)>a {

	/*color: #000;*/

}

.navbar-nav>li:nth-child(3)>a {

	/*color: #fff;*/

}

div.white {

	background: #fff;
	padding: 20px 0px 30px 0px;

}

div.grey {

	background: #373737;
	color: #fff;
	padding: 20px 0px 30px 0px;

}


div.grey .flexslider {

	color: #333;

}

div.blue {

	background: #2087C2;
	color: #fff;
	padding: 20px 0px 30px 0px;

}

.img-responsive img {

	max-width: 100%;
	height: auto;

}

.btn {

	margin-top: 20px;

}

footer {

	background: #2087C2;
	color: #fff;
	padding: 40px 0px;
	margin-top: 50px;
	font-size: 16px;

}

footer ul {

	list-style: none;
	padding: 0px;

}

footer ul > li > a {

	font-size: 16px;

}

footer a, footer a:hover, footer a:active, footer a:focus {

	color: #fff;

}

footer #map {

	height: 150px;

}

footer.pushToBottom {
	
	position: absolute;
	width: 100%;
	bottom: 0;

}

#tx_cookies_inner {

	background: #fff;
	padding: 50px;

}

#tx_cookies ul {

	margin: 0px;
	padding: 0px;

}

#tx_cookies ul > li {

	margin: 0px;
	border-radius: 0px;

}

#tx_cookies p {

  margin: 10px 0px !important;

}