* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 62.5%;
}

.contener {
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
}

.floatfix:after {
	content:'';
	display:block;
	clear:both;
}

img {
	max-width: 100%;
	display: block;
}

/*---------------- LOGO ----------------------*/
header h1 {
	float: left;
	width: 35%;
	min-width: 200px;
}

header h1 a {
	display: block;
	width: 200px;
	height: 60px;
	margin: 5px 0;
	text-indent: -999em;
	background: url('../images/logo4.png');
	background-size: contain;
}

/*----------------- MENU ------------------------*/
header nav {
	float: right;
	width: 65%;
}

header nav  ul,
header nav ul.visible {
	display: table;
	width: 100%;
}

header nav  ul li {
	display: table-cell;
}

header nav  ul li a {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 1.5em;
	color: rgba(124,176,29,1);
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

header nav  ul li a:hover {
	background-color: rgba(124,176,29,1);
	color: #fff;
	font-weight: bold;
}

/*------------------ MENU SWITCH -----------------------------------*/
.switch {
	display: none;
	background-color: #7cb029;
	color: #fff;
	padding: 10px 15px;
	float: right;
	font-size: 1.4em;
	text-decoration: none;
}

/*------------------ SLOGAN ----------------------------------------*/
.slogan-bg {
	height: 442px;
	width: 100%;
	background: url(../images/slogan-bg.png) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	border-top: 4px solid #7cb029;
	border-bottom: 4px solid #7cb029;
}

.slogan { 
	text-align: center;
	padding-top: 180px;
	font-family: 'Amarante', 'Baloo', 'Impact', sans-serif;
	font-size: 3.6em;
	line-height: 1.6em;
}

.slogan h1 {
	color: #393b38;
	display: inline;
	padding: 5px 15px;
	background: rgba(255, 255, 255, 0.8);
}

.slogan h2 {
	color: #fff;
	display: inline;
	padding: 5px 15px;
	background: rgba(124, 176, 41, 0.8);
}

/*------------------ OFERTA ----------------------------------------*/
section.contener h1 {
	color: #7cb029;
	font-size: 2em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 2%;
}

.box {
	width: /*28.555%;*/ 29.333%;
	float: left;
	margin: 2%;
	border: 1px solid #ccc;
}

.box h2 {
	padding-left: 5%;
	padding-top: 2%;
	font-size: 2.2em;
	color: #000;
}

.box p {
	padding: 5%;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #7d7d7d;
	text-align: right;
}

.box ul {
	padding: 5%;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #7d7d7d;
	text-align: left;
	list-style-type: square;
	list-style-position: inside;
}	

span.readmore a {
	display: block;
	margin: 5%;
	border: 1px solid #ccc;
	text-align: center;
	padding: 2%;
	font-size: 1.4em;
	color: #7d7d7d;
	text-decoration: none;
}

span.readmore a:hover {
	background-color: #7cb029;
	color: #fff;
}

/*------------------ O MNIE ----------------------------------------*/
.left {
	/*clear: both;*/
	width: 46%;
	float: left;
	margin: 2%;
}
.right {
	width: 46%;
	float: right;
	margin: 2%;
}
.left h1, .right h1 {
	color: #7cb029;
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.left p, .right p, .content p {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #7d7d7d;
	margin: 2% 0;
	text-align: justify;
}
.right img[alt="Tatry"]{
	max-width: 35%;
	float: left;
	margin: 0 2% 0 0;
}
.right img[alt="Bieszczady"]{
	max-width: 30%;
	float: right;
	margin: 2% 0 0 2%;
}

/*------------------ STOPKA ----------------------------------------*/
footer {
	/*clear: both;*/
	margin-top: 10px;
	border-top: 5px solid #2f2f2f;
	background: URL('../images/tlo_stopka5.jpg');
	background-size: cover;
	color: darkblue;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: 'Amarante', sans-serif;
}
.footer-left {
	width: 46%;
	margin: 2%;
	float: left;
}
.footer-right {
	width: 46%;
	margin: 2%;
	float: right;
}
#data, #czas {
	text-align: right;
}
footer p {
	margin-top: 1%;
}

/*---------------------- KONTAKT -----------------------------------*/
.kontakt { 
	text-align: center;
	padding-top: 30px;
	padding-bottom: 15px;
	font-family: 'Baloo', 'Amarante', 'Impact', sans-serif;
	font-size: 5vw;
	line-height: 8vw;
}
.kontakt h1 {
	font-size: 7vw;
	line-height: 8vw;
}
.kontakt h2 {
	font-size: 6vw;
	line-height: 8vw;
}
.kontakt h3 {
	font-size: 5vw;
	line-height: 8vw;
}

@keyframes kolory {
	0% { color: black; }
	20% { color: blue; }
	40% { color: purple; }
	60% { color: green; }
	80% { color: blue; }
	100% { color: black; }
}

.kontakt {
	animation-name: kolory;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

/*------------------ PODSTRONA OFERTA ------------------------------*/
.title {
	height: 80px;
	width: 100%;
	background: url(../images/slogan-bg.png) no-repeat bottom center;
	background-size: cover;
	overflow: hidden;
	border-top: 4px solid #7cb029;
	border-bottom: 4px solid #7cb029;
}
.title h1 {
	font-family: 'Amarante', 'Baloo', 'Impact', sans-serif;
	font-size: 3em;
	color: #393b38;
	display: inline;
	padding: 5px 15px;
	background: rgba(255, 255, 255, 0.8);
	line-height: 75px;
}
.content {
	width: 75%;
	float: left;
}
.content strong {
	font-weight: bold;
	letter-spacing: 0.07em;
}
.content p, .content li {
	font-family: sans-serif;
	font-size: 1.5em;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.5em;
}
.content ul {
	margin: -1.5% 0 -1% 5.5%;
	list-style-type: disc;
}
p#przed_uwaga {
	margin-bottom: -1%;
}
p.uwaga {
	font-style: italic;
}
.sidebar {
	width: 25%;
	float: right;
	padding: 1% 0 0 4%
}
.content h1, .sidebar h1 {
	color: #7cb029;
	font-size: 2em;
	text-transform: uppercase;
	margin: 20px 0;
	line-height: 1.5em;
}
.sidebar img {
	border: 4px solid #7cb029;
	margin: 15px 0;
}
p#naskroty {
	background-color: rgba(0,255,0,0.2);
	box-shadow: 0px 0px 15px green;
	padding: 1%;
	border-radius: 5px;
}	

/*================== ZAPYTANIA MEDIALNE ============================*/
/*------------------ MAX-WIDTH 1024 --------------------------------*/
@media screen and (max-width: 1024px) {
	.contener {
		width: 90%;
	}
	.slogan-bg {
		height: 400px;
	}
	.slogan {
		padding-top: 150px;
	}
}
/*------------------ MAX-WIDTH 768 --------------------------------*/
@media screen and (max-width: 768px) {
	.contener {
		width: 95%;
	}
	header nav {
		width: 100%;
	}
	header nav ul {
		display: none;
	}
	.switch {
		display: block;
		position: absolute;
		top: 20px;
		right:20px;
	}
	.slogan-bg {
		height: 300px;
	}
	.slogan {
		padding-top: 100px;
		font-size: 3em;
	}
	.slogan h1, .slogan h2 {
		padding: 5px 0px;
	}
	.box {
		width: 96%;
		position: relative;
	}
	.desc {
		position: absolute;
		left: 0;
		bottom: 0;
		padding: 5px;
		background: rgba(124, 176, 41, 0.8);
	} 
	.box h2 {
		padding-left: 3%;
		padding-top: 3%;
		color: #fff;
	}
	.box p {
		padding: 3%;
		color: #fff;
	}
	.box ul {
		padding: 3%;
		color: #fff;
	}	
	span.readmore a {
		display: inline;
		margin: 0%;
		border: 0;
		float: right;
		padding: 2% 5%;
		color: #000;
		background: rgba(255, 255, 255, 0.8);
	}
	span.readmore a:hover {
		background-color: #fff;
		color: #000;
	}
	.right {
		width: 96%;
	}
	.left {
		width: 96%;
	}
	
}	
/*------------------ MAX-WIDTH 480  --------------------------------*/
@media screen and (max-width: 480px) {
	.contener {
		width: 100%;
	}
	header nav ul li {
		display: block;
		width: 100%;
	}
	header nav ul li a {
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #7cb029;
	}
	header nav ul.visible {
		display: block;
	}
	.slogan-bg {
		height: 200px;
	}
	.slogan {
		padding-top: 60px;
		font-size: 2.1em;
		line-height: 1.8em;
	}
	.desc {
		position: relative;
		padding: 0%;
	}
	.box h2 {
		padding: 4% 2% 0% 2%;
	}
	.box p {
		padding: 2%;
	}
	span .readmore a {
		display: block;
		float: none;
		padding: 3% 0%;
		margin: 0;
	}
	.title {
		text-align: center;
	}
	.content {
		width: 100%;
		padding: 0 4%;
	}
	.no-phone {
		display: none;
	}
}	

