
@charset "utf-8";

body {
		background-color: #ededed;
		font-family: 'Quicksand', sans-serif;
		font-size: 21px;
}

/* MENU */ 
h1 {
	font-weight: bold;
}

.nav-item {
	margin: 5px 5px !important;	
	color: white;
	font-family: 'Quicksand', sans-serif;
}

.nav-link {
	font-family: 'Quicksand', sans-serif;
	padding: 20px 25px !important;
	color: white !important;
	transition: background-color 0.5s ease;
	font-size: 18px;
}

.nav-link:hover {
	background-color: #262626;
	color: white !important;
	transition: background-color 0.5s ease;
}
#mainNav {
	top: 10px;
	background: rgb(120,0,0);
background: linear-gradient(0deg, rgba(120,0,0,1) 0%, rgba(190,0,0,1) 100%);
}

#nadmenu {
	font-family: 'Quicksand', sans-serif;
	background-color: #262626;
	width: 100%;
	height: 10px;
	position: fixed;
	z-index: 9999;
	color: #bbb;
	font-size: 16px;
}

.nadmenu {
	font-family: 'Quicksand', sans-serif;
	background-color: #262626;
	width: 100%;
	height: 6px;
	z-index: 9999;
	color: #bbb;
	font-size: 16px;
}

#nadmenu1 {
	visibility: hidden;
	font-family: 'Quicksand', sans-serif;
	background-color: #404141;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 9999;
	color: #bbb;
	font-size: 16px;
	padding: 10px;
}

#nadmenu a{
	color: #bbb;
	transition: color 0.5s ease;
}

#nadmenu a:hover{
	text-decoration: none;
	color: #f1622c;
	transition: color 0.5s ease;
}

/* SLIDER */

.slider {
		width: 100%;
}

.slider img {
	width: 100%;
	margin-top: 106px;
}
#demo {
	margin-top: 100px;
}

/* TREŚĆ */

.nag {
	font-size: 36px;
	text-align: center;
	padding: 10px 15px;
	transform: skewX( -15deg );
	background-color: #910a0a;
	margin: 50px 30px;
	color: white;
}

.nag h1 {
	margin: 0;
}

.nagParallax {
	font-size: 36px;
	text-align: center;
	padding: 90px 15px 50px 15px;
	color: #000;
}

.tekstParallax {
	color: #f8f9fa;
}

.nag img {
	max-width: 80%;
	min-width: 20%;
}

.tloEnd {
	position: absolute;
	display: block;
	margin-top: 0px;
	width: 100%;
	height: 40px;
}

.tloEnd img {
	width: 100%;
	height: 40px;
}

.txtGreen {
	color: white;
	text-align: center;
}

.tloEndGreen {
	position: absolute;
	display: block;
	margin-top: -40px;
	width: 100%;
	height: 40px;
}

.tloEndGreen img {
	width: 100%;
	height: 40px;
}

.tekst {
	text-align: justify;
	padding-bottom: 50px;
	margin: 0 15px;
}

.tekstFt {
	text-align: justify;
}

.tekst img {
	text-align: center;
	display: block;
	width: 100%;
}

.footer a {
	text-decoration: none;
	color: #818181;
	
	
}

.ftLeft {
	text-align: left;
}

.ftRight {
	text-align: right;
}

.tekstCtr {
	text-align: center;
	padding-bottom: 50px;
}

.tekstCtrOf {
	text-align: center;
	padding: 15px;
	background-color: #f1f1f1;
}

.txt {
	padding: 55px;
	text-align: justify;
}

.cat {
	padding: 0 80px;
	margin: 15px 0;
	
}

.parallax {
    /* The image used */
    background-image: url("img/slider/slider4.jpg");
	z-index: 999;
    /* Set a specific height */
    min-height: 500px; 
	

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card1 {
	text-align: center;
	margin-bottom: 70px;
	text-shadow: 1px 1px 40px black; 
	font-size: 1.1em;
}
.card1 img {
	width: 100%;
	margin-bottom: 0px;
	transform: scale(0.9, 0.9);
	transition-duration: 1s;
}

.card1 img:hover {
	transform: scale(1,1);
	transition-duration: 1s;
}

#galeria {
	background-color: #017D29;
}

.galeria img {
	width: 220px;
	padding-bottom: 50px;
	height: 250px;
}

.nagKontakt {
	font-size: 36px;
	text-align: center;
	padding: 90px 15px 70px 15px;
	color: #f8f9fa;
}

.footer {
	height: 55px;
	background-color: #404141;
	color: #818181;
	padding: 15px 30px;
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
}

.ofertaTxt {
	margin: 30px 200px;
	text-shadow: 1px 1px 40px black; 
	font-size: 1.1em;
}

.ofertaLi{
	text-align: left !important;
}

.flagi {
	text-align: right;
}

.navbar-nav {
		height: 80px;
}


.nadmenuCtr {
	text-align: center;
}

#kontakt a {
	text-decoration: none;
	color: #910a0a;
	transition: color 0.5s ease;
	
}

#kontakt a:hover {
	text-decoration: none;
	color: #000;
	transition: color 0.5s ease;
}

.act {
	margin-top: 40px;
	background-color: #f1622c;
	padding: 20px 10px;
}

.act a {
	font-weight: bold;
	color: #404141 !important;
	transition: color 0.5s ease;
}

.act a:hover {
	color: white !important;
	transition: color 0.5s ease;
}

.acto {
	margin: 0 auto;
	background-color: #f1622c;
	padding: 15px 5px;
	width: 180px;
}

.acto a {
	font-weight: bold;
	color: white !important;
	transition: color 0.5s ease;
}

.acto a:hover {
	color: #404141 !important;
	transition: color 0.5s ease;
}

.actn {
	margin-top: 40px;
	background-color: #404141;
	padding: 20px 10px;
}

.actn a {
	font-weight: bold;
	transition: color 0.5s ease;
}

.actn a:hover {
	transition: color 0.5s ease;
}

.oferta img{
	width: 120px;
	text-align: center;	
}

.oferta {
	text-align: center;
	padding-top: 10px;
}

.imghover1 {
	background-image: url('img/car120c.png');
	width: 120px;
	height:120px;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: background-image 0.5s ease-in-out;
  
}

.imghover1:hover {
	background-image: url('img/car120.png');
	width: 120px;
	height:120px;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: background-image 0.5s ease-in-out;
}

.imghover2 {
	background-image: url('img/train120c.png');
	width: 120px;
	height:120px;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: background-image 0.5s ease-in-out;
  
}

.imghover2:hover {
	background-image: url('img/train120.png');
	width: 120px;
	height:120px;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: background-image 0.5s ease-in-out;
}

.imghover3 {
	background-image: url('img/kz120c.png');
	width: 120px;
	height:120px;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: background-image 0.5s ease-in-out;
  
}

.imghover3:hover {
	background-image: url('img/kz120.png');
	width: 120px;
	height:120px;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: background-image 0.5s ease-in-out;
}



@media (max-width: 600px) {
	.galeria img {
	width: 220px;
	padding-bottom: 50px;
	height: 250px;
	text-align: center;
	}
	.ofertaTxt {
	margin: 30px 10px;
	text-shadow: 1px 1px 40px black; 
	font-size: 1.1em;
	}
	.galeria {
		text-align: center;
	}
	#nadmenu1 {
		visibility: visible;
	}
	.flagi1 {
		margin: 0 auto;
		text-align: center;
	}
	.nav-item {
		text-align: center;
		margin: 3px 5px !important;	
		color: white;
		font-family: 'Kanit', sans-serif;
	}

	.nav-link {
		font-family: 'Kanit', sans-serif;
		padding: 10px 25px !important;
		color: white !important;
		background-color: #404141;
		transition: background-color 0.5s ease;
	}
	
	.nav-link:hover {
		background-color: #262626;
		color: white !important;
		transition: background-color 0.5s ease;
	}
	
	.navbar-nav {
		margin-top: 40px;
		height: 80px;
	}
	.slider img {
		width: 100%;
		margin-top: 105px;
	}
	.footer {
		text-align: center;
	}
	.navbar-nav {
		height: auto;
	}
	
	.act {
		margin-top: 15px;
		background-color: #f1622c;
		padding: 20px 10px;
	}

	.actn {
		margin-top: 15px;
		background-color: #404141;
		padding: 20px 10px;
	}	
	
	.tekstCtr {
		padding-bottom: 5px;
	}
}



