/*
Quick.Cms default stylesheet
*/
@import url("plugins.css");

/* GLOBAL STYLES */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
}
.fL {
	float: left;
}
.fR {
	float: right;
}
.cB {
	clear: both;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:focus,
a:hover {
	text-decoration: underline;
}
/* clearfix */
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
} /* For IE 6/7 (trigger hasLayout) */
html {
	overflow-y: scroll; /* Scrollbars */
	font: normal 16px/1.5 "Montserrat", "Helvetica Neue", sans-serif; /* fs=16px|lh=20px */
	background: #43525b;
	color: #fff;
}
@media screen and (max-width: 980px) {
	html {
		font-size: 14px;
	}
	body {
		background-repeat: repeat !important;
	}
	.offer ul {
		position: static !important;
	}
}
body {
	min-height: 100%;
	background: url(i/bg-top.jpg) 50% 0 no-repeat;
}
body.sub-page {
	background-position: 50% -55px;
}

.skiplink {
	position: absolute;
	left: -999em;
}
.isle {
	width: 1600px;
	max-width: 90%;
	margin: 0 auto;
}
.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* $HEADER
==========*/
.header {
	padding-top: 20px;
}
.hide-text a {
	display: block;
	margin-top: 8px;
	width: 154px;
	height: 137px;
	background: url(i/creative-stal-logo.png) 0 0 no-repeat;
}
.top {
	margin-top: 28px;
	/* text-align: right; */
}
.fc p {
	display: inline-block;
	background: url(i/ic-phone.png) 0 50% no-repeat;
	padding: 12px 0 12px 34px;
}
.fc a {
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
}
.lang {
	margin-left: 90px;
	list-style: none;
	display: inline-block;
	text-align: right;
}
.lang li {
	display: inline-block;
	margin: 0 2px;
}
.lang li img {
	width: 30px;
	height: auto;
	object-fit: cover;
	cursor: pointer;
	transition: 0.2s all;
}
.lang li:hover img {
	transform: translateY(-5px);
}
.menu2 {
	list-style: none;
	margin-top: 24px;
}
.menu2 li {
	float: left;
}
.menu2 a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #fff url(i/bg-menu.png) 0 0 repeat-x;
	padding: 18px 32px 17px;
	color: #6d6d6d;
	transition: 0.2s all;
	font-size: 0.875em;
}
.menu2 a:focus,
.menu2 a:hover,
.menu2 .selected {
	background: #43525b url(i/bg-menu-active.png) 0 0 repeat-x;
	color: #fff;
}
/* $INTRO
==========*/
.slogan {
	width: 450px;
	margin-top: 78px;
	font-size: 1.333em;
	line-height: 1.5;
}
/* http://www.menucool.com/javascript-image-slider
==========*/
#slider {
	width: 450px;
	height: 367px; /* Make it the same size as your images */
	background: #fff url(i/loading.gif) no-repeat 50% 50%;
	position: relative;
	margin: 0 auto; /*make the image slider center-aligned */
}
.sub-page #slider {
	height: 265px;
}
#slider img {
	position: absolute;
	border: none;
	display: none;
}
/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper {
	width: 11px;
	background: none;
	padding-left: 20px;
	position: absolute;
	right: 5px;
	top: 40%;
	z-index: 5;
	cursor: pointer;
}

/* each bullet */
div.navBulletsWrapper div {
	width: 11px;
	height: 11px;
	background: transparent url(i/bullet.png) no-repeat 0 0;
	display: block;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	margin-bottom: 5px; /* distance between each bullet*/
	_position: relative; /*IE6 hack*/
}

div.navBulletsWrapper div.active {
	background-position: 0 -11px;
}
/* $OFFER
==========*/
.offer {
	position: relative;
	z-index: 10;
	margin-top: -120px;
}
.offer span {
	padding: 24px 0;
	display: inline-block;
	border-top: 4px solid #41b0e3;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}
.offer ul {
	list-style: none;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	top: -38px;
}
.offer li {
	padding: 20px;
	background: #fff;
	border-bottom: 4px solid #41b0e3;
	margin: 0 2px;
	transition: 0.4s all;
}
.offer li img {
	transition: 0.2s all;
}
.offer li:hover {
	border-color: #800000;
}
.offer li:hover img {
	transform: scale(95%);
}
.offer a {
	color: #6d6d6d;
	text-align: center;
	font-weight: bold;
	display: block;
}
.offer a:focus,
.offer a:hover {
	color: #800000;
}
/* $NAGLOWKI
==========*/
.naglowki {
	background: #0095da;
	color: #fff;
	padding: 16px 0;
}
.naglowki p {
	font-size: 1.5em;
	font-weight: bold;
}
.naglowki .fL,
.content {
	width: 60%;
}
.naglowki .fR,
.offer-sub {
	width: 286px;
}
.main-header {
	padding: 24px 0;
	display: inline-block;
	border-top: 4px solid #41b0e3;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
}
/* $CONTENT
==========*/
#body {
	margin-bottom: 24px;
}
/* ====== media ====== */
.media {
	margin: 10px;
}
.media,
.bd {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.media .img {
	float: left;
	margin-right: 10px;
}
.media .img img {
	display: block;
}
.media .imgExt {
	float: right;
	margin-left: 10px;
}

.home-page #content {
	padding: 24px 0;
}

.about,
.why {
	width: 49%;
	color: #c7c7c7;
}
.about h2,
.why h2 {
	color: #fff;
}
.about p,
.why p {
	margin-bottom: 12px;
}
/* SUB PAGES */
.content {
	padding: 14px 0;
	/* font-size: 1.167em; */
	border: solid #596973;
	border-width: 0 1px 1px 0;
}
.content p,
.content li,
.content ol,
.content ul,
.content h3 {
	margin-bottom: 1em;
}
.content li {
	margin-left: 1.5em;
}
.sub-page .content .subpagesList a {
	font-size: 1.167em;
	color: #0095da;
}
.sub-page .content .subpagesList .img {
	margin-top: 6px;
}
.imagesList li {
	display: inline-block;
	margin: 4px;
	vertical-align: top;
}
#pageDescription {
	padding-right: 12px;
}
.contact-bot {
	width: 628px;
	padding: 12px 10px;
	color: #c7c7c7;
	border-right: 3px solid #41b0e3;
}
.contact-bot h4 {
	color: #41b0e3;
}
.contact-bot span {
	display: inline-block;
	padding: 12px 0 12px 32px;
	font-weight: bold;
	color: #fff;
	margin-right: 12px;
}
.contact-bot a {
	color: #fff;
}
.contact-bot .c-tel {
	background: url(i/ic-phone2.png) 0 50% no-repeat;
}
.contact-bot .c-mail {
	background: url(i/ic-mail2.png) 0 50% no-repeat;
}
/* kontakt */
.c-firma,
.c-form {
	width: 300px;
}
.c-firma a,
.c-map a {
	color: #eaeaea;
}
.c-form label {
	display: block;
}
.c-form input,
.c-form textarea {
	width: 250px;
	padding: 10px;
}
.c-form textarea {
	min-height: 120px;
}
.c-form .submit {
	background: #41b0e3;
	display: inline-block;
	padding: 20px 40px;
	font-weight: bold;
	border: 0;
	color: #fff;
	width: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	transition: 0.2s all;
}
.c-form .submit:hover {
	background: transparent;
	outline: 1px solid #41b0e3;
}
.c-map {
	margin-top: 16px;
}

.offer-sub img {
	display: block;
	margin: 10px 0;
}
.offer-sub p {
	margin-top: 16px;
	color: #c7c7c7;
}
.offer-sub p span {
	color: #fff;
	font-weight: bold;
}
th {
	padding-left: 5px;
}

/* offersub subpages */
.offer-sub .subpagesList {
	list-style: none;
}
.offer-sub .subpagesList li {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width: 135px;
	margin: 2px;
	text-align: center;
	border-bottom: 4px solid #41b0e3;
}
.offer-sub .subpagesList .photo {
	margin: 0 auto;
}
.offer-sub .subpagesList a {
	color: #6d6d6d;
	font-weight: bold;
}
/* $CECHY
==========*/
.cechy ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	gap: 20px;
}
.cechy li {
	color: #fff;
	margin: 0 5px;
	list-style: none;
	float: left;
	/* height: 172px; */
	min-width: 310px;
	padding: 10px;
	max-width: 30%;
	background-size: cover;
}
.cechy p {
	margin: 30px 20px 5px;
	font-weight: bold;
	display: inline-block;
	padding: 6px;
	background: rgba(0, 0, 0, 0.7);
}
.cechy p + p {
	font-weight: normal;
	margin-top: 16px;
}
.jakosc {
	background: url(i/bg-jakosc.jpg) 0 0 no-repeat;
}
.transport {
	background: url(i/bg-transport.jpg) 0 0 no-repeat;
}
.profesjonalizm {
	background: url(i/bg-profesjonalizm.jpg) 0 0 no-repeat;
}
/* $FOOTER
==========*/
.footer {
	margin-top: -70px;
	background: #fff;
	color: #0095da;
	padding-top: 94px;
	padding-bottom: 24px;
}
#foot {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#copy,
.contact,
.programs {
	display: inline-block;
	vertical-align: middle;
}
#copy {
	padding: 16px 0 16px 44px;
	background: url(i/logo-small.png) 0 50% no-repeat;
}
.credit,
.credit a {
	color: #7e7e7e;
}
.credit a {
	font-weight: bold;
}
.contact {
	padding: 0 32px;
	margin: 0 12px;
	border: solid #eaeaea;
	border-width: 0 1px;
}
.contact p {
	padding: 10px 0 10px 32px;
	background: url(i/ic-phone.png) 0 50% no-repeat;
	color: #848383;
}
.contact a {
	font-size: 1.5em;
}
.contact strong {
	display: block;
}
.programs a {
	display: inline-block;
	margin: 0 5px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px;
	width: 100%;
}
table td {
	border: 1px solid #7c7c7c;
	padding: 5px;
}

@media print {
	/* PRINT STYLES */
	body {
		margin: 1cm 0;
		background: #fff;
		color: #000;
	}
	#container {
		width: 16cm;
		height: auto;
		background: #fff;
	}

	#head3 .container {
		height: auto;
	}
	#logo {
		padding: 0 0 0.2cm;
	}
	#logo #title {
		padding: 0;
	}
	#logo #slogan,
	#page h1 {
		font-family: Arial;
	}
	#logo #title a span,
	#logo #title a,
	#logo #slogan {
		color: #000;
	}

	#head3 .container,
	#body .main,
	.form {
		background: #fff;
	}
	#head3 .container,
	#body .main,
	#content,
	#foot .container {
		float: none;
		width: 16cm;
	}
	#head3 {
		height: auto;
	}
	#column,
	#head1,
	#head2,
	#navipath,
	#back,
	#page .tS {
		display: none;
	}
	a,
	#head3,
	#logo h2,
	#page h1,
	#foot,
	#foot a,
	.subpagesList li,
	#page h3,
	.subpagesList li h2 a,
	#filesList em,
	.imagesList li,
	.form label,
	table,
	.message h3 {
		background: inherit;
		color: #000;
	}
	.submit {
		border-color: #808080;
		background: #d4d0c8;
		color: #000;
	}
}

#tekst {
	text-align: justify;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	/* margin-bottom: 900px; */
}
#tekst p {
	text-align: justify;
	padding-bottom: 10px;
	color: #c7c7c7;
	min-width: 100%;
}
#tekst h3 {
	color: #41b0e3;
	font-size: 1.5em;
	border-bottom: dashed #41b0e3 2px;
}
#tekst a {
	text-decoration: none;
	color: #41b0e3;
}
#tekst a:hover {
	text-shadow: 2px 3px #0e4860;
}
#box {
	/* width: 450px; */
	float: left;
	margin-left: 18px;
	width: 48%;
}
#box_1 {
	width: 450px;

	float: left;
	margin-left: 240px;
}

#tekst p {
	max-width: 924px;
	margin: 0 auto;
	padding-left: 11px;
	padding-top: 20px;
}
/* RWD STYLES */

@media screen and (max-width: 870px) {
}

@media screen and (max-width: 1600px) {
	.isle {
		width: 1200px;
		max-width: 90%;
	}
}

@media screen and (max-width: 980px) {
	.isle {
		width: auto;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.offer ul {
		width: 100%;
	}
	.offer ul:after {
		clear: both;
		display: table;
		content: "";
	}
	.offer ul li {
		width: 14%;
		margin: 0 0.333% 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.offer ul li:last-of-type {
		margin-right: 0;
	}
	.offer ul li img {
		max-width: 100%;
	}
	#pageDescription {
		padding-right: 0;
	}
	#tekst {
		margin-bottom: 0;
	}
	#tekst p {
		padding-left: 0;
		max-width: 950px;
	}
	#box {
		width: 49%;
		margin-left: 2%;
	}
	#box:nth-of-type(2n + 1) {
		margin-left: 0;
		clear: left;
	}
	.media {
		margin: 10px 0 10px 10px;
	}
	#box_1 {
		margin: 0 auto;
		float: none;
		clear: both;
	}
	.cechy ul li {
		width: 31.333%;
		margin: 0 1%;
	}
	/*.isle .fR{display: none}*/
	#body {
		background: #43525b;
		margin-top: 30px;
	}
	.contact-bot,
	.content {
		border: none;
		width: 100%;
	}
	.content,
	.content.fL {
		float: none;
		width: 100%;
	}
	.offer-sub.fR {
		clear: both;
		display: block;
		width: 100%;
		float: none;
	}
	.offer-sub .subpagesList li {
		width: 24.7%;
		margin: 0 0.1333333% 10px;
	}
	.offer-sub img {
		max-width: 100%;
		margin: 10px auto;
	}
	.naglowki .fL {
		width: 100%;
	}
	.contact-bot {
		padding: 12px 0px;
	}
	.naglowki p {
		display: none;
	}
	.isle:after {
		content: "";
		clear: both;
		display: table;
	}
}

@media screen and (max-width: 920px) {
	#slider {
		display: none;
	}
	.slogan.fL {
		width: 50%;
		margin-top: 40px;
	}
	.offer span {
		display: block;
		clear: both;
	}
	.home-page #content {
		padding-top: 70px;
	}
}

@media screen and (max-width: 830px) {
	.cechy p {
		margin-top: 10px;
	}
}

@media screen and (max-width: 745px) {
	.cechy ul {
		margin: 0 auto;
		max-width: 680px;
	}
	.cechy ul:after {
		clear: both;
		display: table;
		content: "";
	}
	.cechy ul li {
		width: 304px;
		margin: 0 8px;
	}
	.cechy ul li.transport {
		margin-bottom: 20px;
	}

	.cechy ul li.profesjonalizm {
		clear: both;
		margin: 0px auto;
		float: none;
	}
	.footer {
		margin-top: 0px;
	}
}

@media screen and (max-width: 730px) {
	.slogan.fL {
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 659px) {
	.cechy ul li {
		margin-bottom: 20px;
		clear: both;
		margin: 0px auto 20px auto;
		float: none;
	}
}

@media screen and (max-width: 625px) {
	.top.fR {
		float: none;
		clear: both;
		width: 100%;
	}
	.top.fR .menu2:after {
		content: "";
		clear: both;
		display: table;
	}
	.top.fR .menu2 li {
		width: 25%;
		text-align: center;
	}
	.top.fR .menu2 li a {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 625px) {
	.about,
	.why {
		width: 99%;
		float: none;
		clear: both;
	}

	#box_1,
	#box {
		clear: both;
		float: none;
		width: 99%;
		margin-left: 0px;
	}

	.offer-sub #subList2.subpagesList li,
	.offer #subList2.subpagesList li {
		width: 24.33333%;
	}
	#pageDescription #subList2.subpagesList li {
		width: 99%;
		margin-left: 0.5%;
	}
	#subList2.subpagesList li {
		width: 100%;
	}

	.offer-sub #subList2.subpagesList li.l5,
	.offer #subList2.subpagesList li.l5 {
		clear: both;
	}
	.offer-sub #subList2.subpagesList li.l5,
	.offer-sub #subList2.subpagesList li.l6,
	.offer-sub #subList2.subpagesList li.lL,
	.offer #subList2.subpagesList li.l5,
	.offer #subList2.subpagesList li.l6,
	.offer #subList2.subpagesList li.lL {
		width: 32.6666666%;
	}
	#subList2.subpagesList li.l5,
	#subList2.subpagesList li.l6,
	#subList2.subpagesList li.lL {
		width: 100%;
	}
	.media .img {
		float: none;
	}
	.c-form.fR {
		float: left;
	}
}

@media screen and (max-width: 480px) {
	.top.fR .menu2 li {
		width: 50%;
		text-align: center;
	}
}

/* Css Robert */
.offer-sub.fR .subpagesList {
	display: flex;
	flex-wrap: wrap;
}
.offer-sub.fR .subpagesList li {
	width: none;
	flex: 1;
}
@media screen and (max-width: 980px) {
	.offer-sub.fR .subpagesList li {
		flex: 24%;
	}
}
@media screen and (max-width: 980px) {
	.offer.isle.cf {
		margin-top: 176px;
	}
}
@media screen and (max-width: 823px) {
	.offer.isle.cf {
		margin-top: 153px;
	}
}
@media screen and (max-width: 776px) {
	.offer.isle.cf {
		margin-top: 11px;
	}
}
@media screen and (max-width: 450px) {
	.offer-sub.fR .subpagesList li {
		flex: 48%;
	}
}

.map-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto 60px;
	padding: 0 17.5px;
}

.map-img_wrapp {
	max-width: 405px;
	margin: 0 32px;
}
.map-img_wrapp img {
	width: 100%;
	height: auto;
}

.map-text h2 {
	font-size: 2em;
	letter-spacing: 0px;
	line-height: 20px;
	color: #41b0e3;
	font-weight: bold;
	/* font-family: "Arial"; */
}

.map-text p {
	max-width: 405px;
	font-size: 1em;
	letter-spacing: 0px;
	line-height: 20px;
	color: #c7c7c7;
	/* font-family: "Arial"; */
	padding-left: 12px;
	margin: 30px 0;
}

.map-list_wrapp {
	display: flex;
	justify-content: space-between;
	margin-left: 12px;
	padding-left: 30px;
}
.map-list li {
	position: relative;
	display: block;
	max-width: 147px;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 25px;
	color: #c7c7c7;
	/* font-family: "Arial"; */
}
.map-list li::before {
	position: absolute;
	content: "";
	top: 10px;
	left: -30px;
	width: 5px;
	height: 3px;
	background: url(img/retangle.svg) center no-repeat;
}

@media screen and (max-width: 595px) {
	.map-container {
		flex-direction: column;
	}
	.map-text {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 345px) {
	.map-container {
		padding: 0 10px;
	}
	.map-text p {
		padding-left: 0;
	}
	.map-list_wrapp {
		flex-direction: column;
		margin-left: 0;
	}
}
