
a.proponowaneSplywy{
	transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
}

#splywy{
	padding:30px 0;
	background-color:#f9f9f9;
	position:relative;
	z-index:49;
	box-shadow: 0 0 25px #222;
}

.eachSplywDark, .eachOdcinekDark{
	background-color:#FFF;
}

.eachSplywLight, .eachOdcinekLight{
	background-color:#FFF;
}

.eachSplyw{
	padding:20px 0;	
	margin:25px 0;
	border:1px solid #e5e5e5;
	float:left;
	position:relative;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	transition:0.3s linear;
}

.eachOdcinek{
	padding:20px 0;	
	margin:25px 0;
	border:1px solid #d7eae9;
	float:left;
	position:relative;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow: 0 15px 15px -15px #ddd;
	-webkit-box-shadow: 0 15px 15px -15px #ddd;
	-moz-box-shadow: 0 15px 15px -15px #ddd;
}

.slideBox .eachSlideOdcinek:first-child{
	display:block;
}

.slideBox{
	text-align:center;
	position:relative;
	z-index:532;
}

.mapBoxInside{
	border: 1px solid #ddd;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:4px 4px 0 4px;
}

.changeSlideBox{
	width:100%;
	margin:auto;
	position:relative;
	top:5px;
	text-align:center;
}

.changeSlideSquare{
	display:inline-block;
	height:12px;
	width:12px;
	border:1px solid #6cad37;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	cursor:pointer;
	margin:8px 2px 0 2px;
	transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
}

.changeSlideSquare:hover{
	background-color:#6cad37;
}

.changeSlideSquareActive{
	background-color:#6cad37;
}

.eachSlideOdcinek{
	display:none;
	float:left;
	position:relative;
	z-index:434;
}

h2.headingMediumTag{
	font-family: 'Raleway', sans-serif;
	color:#6cad37;
	font-size:42px;
	margin-bottom:50px;
	font-weight:400;
}

h3.eachSplywHeading{
	font-family: 'Open Sans', sans-serif;
	margin-top:0;
	color:#6cad37;
	font-weight:400;
	font-size:24px;
}

h3.eachOdcinekHeading{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	color:#6cad37;
	font-weight:400;
	font-size:24px;
	display:inline-block;
}

h4.eachSplywOffHeading{
	font-family: 'Open Sans', sans-serif;
	color:#6cad37;
	font-weight:400;
	margin-top:7px;
	margin-bottom:15px;
	font-size:18px;	
}

.infoAboutOdcinek{
	display:block;
	margin-top:-5px;
	margin-bottom:10px;
	text-align:left;
	padding-top:6px;
	color:#555;
}

ul.listSuggestedSplywy{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333;
	padding-left:0;
	list-style: none;
}

ul.listSuggestedSplywy li{
	margin:3px 0;
	padding:3px 5px;
	border-bottom:1px solid #eee;
	transition:0.3s linear;
	-webkit-transition:0.3s linear;
	-moz-transition:0.3s linear;
}

ul.listSuggestedSplywy li:hover{
	background-color:#f2f9f2;
}

ul.listSuggestedSplywy li:before {
    content: "";
    color:#6cad37;
}

.descriptionEachSplyw{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	padding-right:30px;
	color:#555;
	text-align:justify;
}

.strike{
	display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > h2 {
	position: relative;
	display: inline-block;
}
	
.strike > h2:before,
.strike > h2:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	height: 1px;
	background: #6cad37;
}

.strike > h2:before {
	right: 100%;
	margin-right: 15px;
}

.strike > h2:after {
	left: 100%;
	margin-left: 15px;
}

@media screen and (max-width: 767px){
	.descriptionEachSplyw{
		padding-right:0;
	}	
	
	#splywWholeContainer{
		padding-top:50px;
	}
	
	h2.headingMediumTag{
		margin-bottom:25px;
	}
	
}

@media screen and (min-width: 768px) {
	#splywWholeContainer{
		padding:0 60px 50px 60px;
	}
	
	#splywy{
		padding:30px 15px 30px 15px;
		margin-top:220px;
		margin-bottom:50px;
		border-radius:20px;
		-webkit-bottom-radius:20px;
		-moz-bottom-radius:20px;
	}
	
	.eachSplyw{
		padding:20px 0;	
		margin:35px 0;
	}	
	
	.eachOdcinek{
		padding:15px 15px 5px 15px;	
		margin:35px 0;
	}
	
}