/*
#0099a8 - zielony
#cd25af - różowy
*/

.odstep{
	padding-top: 90px;
}

.odstep1{
	padding-top: 120px;
}

.odstep2{
	padding-top: 25px;
}

.odstep3{
	min-height: 95px;
}


body{
	background-color: #626a6d !important;
}

.navbar-inverse{

	background-color: #33383a;
	color: white;
	border: none;
	box-shadow: none;

}

.navbar-inverse .container{
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-inverse .navbar-header .navbar-brand img{
	height: 60px;
	margin-top: -20px;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}

.navbar-inverse .navbar-nav>li>a:hover{
	color: #cd25af;
}

/*.navbar-inverse .navbar-nav>li>a:visited{
	color: white;
}*/

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}

.navbar-collapse{
	border: none;
	box-shadow: none;
}


#section1 img{
	width: 100%;
}

#section1 .thumbnail{
	border-radius: 0;
	background-color: transparent;
	padding: 0;
	border: none;
	text-decoration: none;
	cursor: default;
}
#section1 .thumbnail .overflow{
	overflow: hidden;
	position: relative;
	cursor: default;
}

#section1 .thumbnail .color{
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #cd25af;
	position: absolute;
	transition: all 0.5s;
	cursor: default;

}

#section1 .thumbnail .icon{
	font-size: 40px;
}

#section1 .thumbnail .fa-link{
	font-size: 30px;
	margin-top: 8px;
}

#section1 .thumbnail .link{
	height: 44px;
	width: 44px;
	background-color: white;
	border-radius: 150px;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -28px;
	cursor: default;
}


#section1 .thumbnail img{
	transition: all 0.5s;
}

#section1 .thumbnail:hover img{
	transform: scale(1.2);

}

#section1 .thumbnail:hover .color{
	opacity: 0.4;

}

#section1 .thumbnail .info{
	height: 22px;
	background-color: #0099a8;
	text-decoration: none;
	color: white;

}


#section3{
	min-height: 500px;
	background-color: #0099a8;
}

#section3 .cennik p{
	font-size: 30px;
	color: white;
}

#section3 p{
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

#section4{
	min-height: 500px;
}


#kontakt{
	background-color: #33383a;
	min-height: 150px; 
	color: lightgray;
}

#kontakt .row{
	padding-top: 10px;
}

#footer{
	background-color: black;
	color: white;
	min-height: 30px;
}

#footer p{
	color: #6d6d6d;
	font-size: 10px;
	margin-top: 5px;
}

#section2{
	background-color: white;
}

/*#section2 .table{
	background-color: lightgray;
}*/

#section2 .table td{
	min-width: 100px;
	padding: 8px 0 8px 0;
	border: 1px solid #cd25af ;
}

#section2 .fa-calendar-check-o{
	color: #0099a8;
	font-size: 40px;
}

#section2 p{
	color: #0099a8;
	font-size: 30px;
}

#section2 .grafik{
	line-height: 2.8;
}


#section4{
	background-color: white;
}

#section4 p{
	color: #0099a8;
	font-size: 16px;
	line-height: 1.5;
}

#section4 .kadra p{
	font-size: 30px;
}

#section4 .info{
	background-color: #cd25af;
	text-decoration: none;
	color: white;
	padding: 5px 0 5px 10px;
	font-size: 20px;

}



#kontakt address{

	line-height: 1.5;
}

#kontakt .fa-facebook-official{
	color: #0099a8;
}

#kontakt hr{
	margin-top: 0px;
}

#kontakt .godzina{
	color: darkgray;
}

#kontakt .col-md-4{
	margin-bottom: 40px; 
}


@media (min-width: 990px){

}



