
.navbar {
	height: 97px;
	background: #fff;
}

.jumbotron h1 {
	text-align: center;
	color: #fff!important;
}
.readmore {
	display: block;
	color: white;
	padding: 15px 30px;
	border: 1px solid white;
	background: none;
	margin: 40px auto;
}
.readmore:hover {
	background: rgba(255, 255, 255, 0.5);
} 
.readmore a  {
	text-decoration: none;
	color: #fff;	
	text-transform: uppercase;
}
.readmore a:hover  {
	color: #000;
	text-decoration: none;
}
h1.green {
	font-size: 1.8em;
	text-align:center;
	color: #07af5e;
	font-family: Novecentosanswide-Normal;
	font-weight: normal;
	font-style: normal;
}
a.nounder:hover {
	text-decoration: none;
}

p {
	color: #494949;
	text-align: center;
	line-height:35px;
	font-size: 20px;
	font-weight: lighter;
	font-family: 'Lato', sans-serif;
}

.allegro {
    margin: 80px 0;
}

.allegro h3.light {
    font-size: 32px;
    font-family: 'Novecentosanswide-Light';
    letter-spacing: -0.2px;
    color: #6a6a6a;
    margin-bottom:0;

}
.allegro h4.bold {
    font-size: 28px;
    font-family: 'Novecentosanswide-DemiBold';
    letter-spacing: -0.2px;
    color: #6a6a6a;
    margin-top: 0.7em;

}

.btnallegr {
    background: url(../images/allegro.jpg) center right no-repeat #ff7100;
    padding: 45px 330px 45px 80px;
    color: #fff;
    border: none;
    font-size: 1.3em;
    margin: 40px auto;
    margin-top:;
    text-align: center;
    display: block;
}
.btnallegr:hover {
    opacity: 0.9;
    
}
.map {
	margin-bottom:40px;
    position: relative;
    padding-bottom: 30%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.kontakt {
	background:#07af5e;
	border: medium none;
    color: white;
    display: block;
    padding: 15px 30px;
	font-size: 1.3em;
	margin: 0 auto 30px auto;
	
}
.kontakt:hover {
	opacity:0.9;	
}
.kontakt  a {
	color:inherit;
	text-decoration: none;		
}
.caption p {
	font-size:16px;
	line-height: 28px;
}
.footer {
	background: black;
	color:#fff;
	min-height: 150px;
}
p.ukryty {
	display: none;
	font-size:16px;
	line-height: 28px;
}
a.thumbnail:hover p.ukryty {
	display: block;
}