@charset "utf-8";
/* CSS Document */
.blue {
	background-color: #1e487e;
}
.blue-text {
	color: #1e487e;
}
.blue-border {
	border-color: #1e487e;
}
body {
  padding-top: 50px;
  padding-bottom: 20px;
	font-family: 'Geogrotesque Rg', sans-serif; font-weight: normal; font-style: normal;
}
.container {
	max-width: 998px !important;
}
.jumbotron {
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center top;
	height: 420px;
	position: relative;
}
.jumbotron.home {
	background-image: url(../data/top-home.jpg);	
}
.jumbotron.sluzby {
	background-image: url(../data/top-sluzby.jpg);	
}
.jumbotron.kontakt {
	background-image: url(../data/top-kontakt.jpg);	
}
.jumbotron .headline {
	background-image: url(../images/home-top-back.png);
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.jumbotron .headline .h1 {
	color: #1e487e;
	font-size: 46px;
}
.jumbotron .bot-blue {
	background-color: #1e487e;
    bottom: 0;
    height: 15px;
    position: absolute;
    width: 100%;
}
.jumbotron .bot-blue h1 {
	font-size: 24px;
	background-color: #1e487e;
	color: #fff;
	margin:0px;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px
}
.jumbotron .bot-blue .boxh1 {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: -10px;
}
.jumbotron .bot-blue .boxh1 .lbox {
	background-image: url(../images/l-oblouk-h1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 76px;
	height: 40px;
	background-size: contain;
}
.jumbotron .bot-blue .boxh1 .rbox {
	background-image: url(../images/r-oblouk-h1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 76px;
	height: 40px;
	background-size: contain;
}

.navbar .navi {
	position: relative;
    top: 50px;
}
.navbar .navi .nav > li {
	background-color: #1e487e;
	height: 32px;
}
.navbar .navi .lmenu {
	background-color: transparent !important;
    background-image: url("../images/l-oblouk.png");
    background-position: right -8px;
    background-repeat: no-repeat;
    width: 40px;
}
.navbar .navi .rmenu {
	background-color: transparent !important;
    background-image: url("../images/r-oblouk.png");
    background-position: left -8px;
    background-repeat: no-repeat;
    width: 40px;
}
.navi .navbar-nav > li > a {
	line-height: 0;
	color: #fff !important;
	border-left: 1px solid #FFFFFF;
}
.navi .navbar-nav > li:nth-child(2) a {
	border-left-style: none;
	border-left-width: 0px;
}
.navi .navbar-nav > li > a:hover,
.navi .navbar-nav > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}
.navi .navbar-nav > li a {
	color: #1e487e;
}
.navbar-header .navbar-brand {
	background-image: url("../images/logo-nievelt-top.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    overflow: hidden;
    position: absolute;
    text-indent: -300px;
    width: 299px;
    z-index: 30;
}
.img-footer {
	margin-top: 60px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 330px;
}
.img-footer.home {
	background-image: url(../data/footer-image-home.jpg);
}
.img-footer.sluzby {
	background-image: url(../data/footer-image-sluzby.jpg);
}
.img-footer.kontakt {
	background-image: url(../data/footer-image-kontakt.jpg);
}
.main,
address {
	line-height: 1.8;
}
footer .footer-data p {
	color: #fff;
	line-height: 60px;
}
footer .footer-data p {
	margin: 0px;
	font-size: 12px;
}
footer .footer-data a {
	color: #fff;
	text-decoration: underline;
}
.mt50 {
	margin-top: 50px;
}
.mt20 {
	margin-top: 50px;
}
.navbar-toggle .icon-bar {
    background-color: white;
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 28px;
}
@media screen and (max-width:768px){
	.navbar .navi {
	position: inherit;
    top: inherit;
		padding-top: 50px;
}
	.navbar .navi .nav > li {
		margin-left: 66px;
		font-size: 120%;
	}
	.navi .navbar-nav > li > a {
	border-left: 0px none #FFFFFF;
	}
	.jumbotron .headline {
		bottom: 40px;
	}
	.jumbotron .headline .h1 {
    font-size: 30px;
    margin-bottom: 26px;
}
	footer,
	footer .col-lg-6.col-md-6.text-right {
		text-align: center !important;
	}
	.gallery .center-block {
		text-align: center;
		margin-bottom: 15px;
	}
}
