article, aside, footer, header, nav, section {
	display: block;
}

@media screen and (max-width: 570px) {
	.justify {
		text-align: left;
	}
}

.hidden {
	height: 0;
	visibility: hidden;
}

@media (max-width:776px) {
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px
	}
	h5 {
		font-size: 16px
	}
}

.zaslona-cooki {
	position: fixed;
	top: 0 !important;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: rgb(250, 250, 250);
	background-color: rgba(250, 250, 250, .72);
}

.zaslona {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	display: none;
	background-color: rgb(250, 250, 250);
	background-color: rgba(250, 250, 250, .92);
}

.upper-alpha {
	text-transform: uppercase;
}

.upper {
	text-transform: uppercase;
}

.baner {
	height: 100vh;
	text-align: center;
	padding-top: 30vh;
}

.baner header {
	padding: 10px;
}

.baner h1 {
	margin-top: 0;
	font-size: 3.5vw;
	color: #fff;
	text-shadow: 2px 2px #000;
	font-weight: 600;
	letter-spacing: 2px;
}

.baner h3 {
	font-size: 2.5vw;
	color: #fff;
	text-shadow: 2px 2px #000;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.tlo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.tlo-fixed {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: -1;
	background-attachment: fixed;
}

nav {
	background-color: #fff;
	height: 80px;
}

nav ul a {
	color: #333;
}

nav a {
	color: #333;
}

nav .brand-logo {
	color: #333;
	padding-left: 5px;
}

.justify {
	text-align: justify;
}

.logo {
	width: 360px;
	padding: 5px;
	display: inline;
}

.navbar-fixed {
	height: 80px !important;
}

.navbar-fixed nav {
	position: relative;
}

nav .sidenav-trigger {
	float: right !important;
}

h2 {
	font-size: 2.5rem;
}

.btn, .btn-large, .btn-small {
	text-decoration: none;
	color: #fff;
	background-color: #0c54a0;
	text-align: center;
}

.input-field>label {
	color: #333;
}

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #555;
	-webkit-box-shadow: 0 1px 0 0 #555;
	box-shadow: 0 1px 0 0 #555;
}

//============================  padding / margin 
.p-t-m {
	padding-top: 50px;
}

.p-b-m {
	padding-bottom: 50px;
}

.ptop {
	padding-top: 20px;
}

.p-b-s {
	padding-bottom: 20px;
}

.ofer-item {
	border: 1px solid #ddd;
	min-width: 180px;
	min-height: 240px;
	display: block;
	padding: 5px;
	margin: 5px;
	background-color: #eceff1 !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.9);
}

.ofer-item:hover {
	border: 1px solid #333;
	transition: 0.5s;
	border: 1px solid #333;
}

.ofer-item h5 {
	font-size: 18px;
	font-weight: 400;
	padding: 5px 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.4;
}

.ofer-item i {
	padding-top: 20px;
	opacity: 1;
	border-bottom: 1px solid;
	color: #0c54a0;
}

.ofer-item:hover i {
	transition: 0.5s;
	opacity: 0.8;

}

.card .card-content .card-title {
	font-weight: 500;
	border-bottom: 1px solid #0c54a0;
	padding-bottom: 5px;
}

.card .card-content {
	min-height: 150px;
	padding: 15px;
}

.pakiety .card-content {
	min-height: 390px;
	padding-bottom: 0;
}

.pakiety .material-icons {
	font-size: 12px;
	padding-right: 5px;
}

.pakiety .card-action span {
	font-size: 20px;
	font-weight: 500;
}

ul:not(.browser-default)>li {
	padding-bottom: 5px;
}

.elementy .card-content {
	min-height: 160px;
}

/*--------------------------  MEDIA --------------- */

@media (max-width:1380px) {
	.elementy .card-content {
		min-height: 195px;
	}
}

@media (max-width:1200px) {
	.elementy .card-content {
		min-height: 220px;
	}
}

@media (max-width:1100px) {
	.elementy .card-content {
		min-height: 200px;
	}
	.pakiety .card-content {
		min-height: 500px;
	}
}

@media (max-width:991px) {
	.elementy .card-content {
		min-height: 230px;
	}
	.pakiety .card-content {
		min-height: 260px;
	}
	.card .card-action {
		min-height: 80px;
	}
}

@media (max-width:600px) {
	.pakiety .card-content {
		min-height: auto;
	}
	.elementy .card-content {
		min-height: auto;
	}
	nav .brand-logo {
		font-size: 18px;
	}
	.logo {
		width: 230px;
	}
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
	line-height: 84px;
}
.disabled
{
dispalay:none;
}
.number {
	border: 1px solid #666;
	border-radius: 50%;
	display: inline-block;
	padding: 3px 12px;
	font-weight: bolder;
	color: #fff;
	background-color: #0c54a0;
}

.card {
	margin-bottom: 30px;
}

.card .card-action {
	border-bottom: 1px solid #0c54a0;
}