:root {
--white: #ffffff;

--light: #eeeeee;

--lightgray: #C9CFD0;


--red: #d34141;

--gray: #5a5a5a;


--dark: #646464;
--black: #000000;


--primary:#bf5e00;

--light-primary:#FF8400;
--dark-primary:#a15000;
--trans-primary: rgba(250,201,78,0.6); 

--transblack: rgba(0,0,0,0.15);
--transdarker: rgba(0,0,0,0.35);

--transwhite: rgba(255,255,255,0.4);
--transwhiter: rgba(255,255,255,0.75);



--rad: 5px;
}


/* gradients */

.grad1	{
 background: rgb(158,178,26);
background: -moz-linear-gradient(180deg, rgba(158,178,26,1) 0%, rgba(191,211,55,1) 33%, rgba(191,211,55,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(158,178,26,1) 0%, rgba(191,211,55,1) 33%, rgba(191,211,55,1) 100%);
background: linear-gradient(180deg, rgba(158,178,26,1) 0%, rgba(191,211,55,1) 33%, rgba(191,211,55,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9eb21a",endColorstr="#bfd337",GradientType=1);   
		}
          




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, input, label, textarea, legend, table, caption, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
	{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	}
	
*	{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	color: var(--black);
	font-weight: 300;
	font-size: 16px;
	outline: none;		
	}				

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
	{
	display: block;
	}
html, body {
	height: 100%; 
	}
body	{
	background: var(--white);
	letter-spacing: .3px;	
	}
a	{
	text-decoration: none;
	font-weight: 500;
	}
* span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	}

.link {
	margin-left:15px;
	}
.link::before {
	padding-right: 5px;
	display: inline-block;
	content: "\203A \203A";
	hyphens: none;
	white-space: nowrap;
	}	
	
.link,
#content p a
	{
	padding:0 4px 4px 2px;
	border-bottom: 2px solid var(--light-primary);
	hyphens: none;
	}	
.link:hover,
#content p a:hover
	{
	color: var(--light-primary);
	padding:0 4px 1px 2px;	
	}		

#content p	{
	text-align: justify;
	}			

h1 > a,
h2 > a
	{
	font-weight: inherit;
	font-size: inherit
	color: var(--light-primary);
	}
h3 a
	{		
	font-size: inherit;
	color: var(--light-primary);
	border-bottom: 1px solid var(--light-primary);
	}
		
h1 > a:hover,
h2 > a:hover
	{	
	color: inherit;
	}
h3 a:hover
	{
	color: inherit;
	}		

p,.sec ul,
#home ul	{
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
	}

ul	{
	list-style: none;
	}
li,
p span,
p strong,
p a,
h1 strong {
	font-size: inherit;
	}					
h1	{	
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: -1px;
	margin-top: 15px;
	margin-bottom: 40px;
	position: relative;
	color: var(--light-primary);	
/*	text-shadow: 0 1px 4px var(--transblack); */	
	}

h1 strong {
	font-weight: 300;
	color: inherit;
	}	
		
.light h1 {
	color: var(--black);
	}
	
h1 *
	{
	font-family: inherit;
	font-weight: inherit;
	}
h1.second {
	margin-top:0;
	font-size:14px !important;
	color: var(--black) !important;
	}
h2	{
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1;
	letter-spacing: -.5px;	
	margin-top: 8px;
	margin-bottom: 20px;
	color: var(--gray);
	}
h3	{
	font-weight: 300;
	font-size: 25px;
	line-height: 1.1;	
	margin-top: 8px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: var(--gray);
	}	
strong {
	font-weight: 500;
	}	
.cp {
	line-height:1.2;
	}
.cp a{
	font-size: inherit;
	padding: 0 !important;
	}		
.box	{ /* szara kolumna na standarowym tle*/
	padding:15px 20px 30px 20px;
	background-color: var(--transwhite);
	box-shadow: 0 1px 4px var(--transblack);		
	-webkit-box-shadow: 0 1px 4px var(--transblack);
	-moz-box-shadow: 0 1px 4px var(--transblack);
	-webkit-border-radius: var(--rad);
	-moz-border-radius: var(--rad);
	border-radius: var(--rad);		
	}
.light .box	
	{ /* biała kolumna na szarym tle*/
	background-color: var(--white);
	box-shadow: 0 1px 4px var(--transblack);	
	}	
	
.box h1,.box h2	{
	margin-top:0;
	}	

.button
	{
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding: 15px 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 10px auto 30px auto;
	background: var(--light-primary);
	color: var(--white);
	box-shadow: 0 1px 4px var(--transblack);
	text-shadow: 0px 1px 2px var(--dark);	
	cursor: pointer;
	border: none;		
	}
.button:hover
	{
	background: var(--primary);	
	box-shadow: 0 1px 4px var(--lightgray);			
	}					
.button .fas,
.button .far {
	color: inherit;
	margin-right: 7px;
	}

h1 .fas,
 h1 .far {
	font-size: inherit;
	color: inherit;
	padding-right: 20px;
	}

		
.rad	{
	-webkit-border-radius: var(--rad);
	-moz-border-radius: var(--rad);
	border-radius: var(--rad);	
	}
.shad {
	box-shadow: 0 1px 4px var(--transblack);		
	-webkit-box-shadow: 0 1px 4px var(--transblack);
	-moz-box-shadow: 0 1px 4px var(--transblack);
	}	
			
.bck	{
	background-color: var(--light-primary);
	}
.bck *
	{
	color: var(--white);
	}
.light {
	background: var(--light);
	}		
.dark {
	background: var(--primary);
	color: var(--white);
	}
.black {
	background: var(--dark);
	color: var(--dark);
	}	
.dark *,
.black * {
	color: var(--white);
	}	


.border-top {
	border-top: 1px solid var(--gray);
	}	
.pict,.lightpict	{
	background-repeat: no-repeat;	
	background-position: center;
	-moz-background-size: cover;	
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	}
.banner
 	{
 	height:400px;
 	}	
.hh /* half height */
	{
	min-height:50vh;
	}	
.faded {
	opacity: 0;
	filter: alpha(opacity=100);
	-moz-transition: opacity 5s;
	-webkit-transition: all 5s;
	-o-transition: opacity 5s;
	transition: opacity 5s;	
		
	}
.fadeout {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transition: opacity 5s;
	-webkit-transition: all 5s;
	-o-transition: opacity 5s;
	transition: opacity 5s;	
	}		

.zerotop {
	padding-top:0 !important;
	}
.zerobot {
	padding-bottom:0 !important;
	}
	
/* modal image display */
		
.modal {
	position: relative;
	}
/*	
.modal:after
	{
	display:block;
	position: absolute;
	top: 20px;
	right: 20px;
	content: '+';
	color: white;
	font-size: 40px;
	line-height:.6;
	font-weight:600;
	text-shadow: 0 1px 3px var(--gray);
	}
*/
.modal, .modal img {
	-webkit-border-radius: var(--rad);
	-moz-border-radius: var(--rad);
	border-radius: var(--rad);
	}

.modal {
	box-shadow: 0 1px 4px var(--transblack);		
	-webkit-box-shadow: 0 1px 4px var(--transblack);
	-moz-box-shadow: 0 1px 4px var(--transblack);
	}
.modal:hover {
	box-shadow: 0 2px 4px var(--transdarker);		
	-webkit-box-shadow: 0 2px 4px var(--transdarker);
	-moz-box-shadow: 0 2px 4px var(--transdarker);
	transform:scale(1.02);
	-webkit-transform:scale(1.02); 
	-moz-transform:scale(1.02);
	-o-transform:scale(1.02)	
	}	

.modal:hover img,
.swipebox:hover img

	{
	cursor: zoom-in;
	filter: brightness(108%);	
	}	
	
.modal-on div.modal
	{
	z-index:1000;	
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
	}

.modal-on .modal:after,
.modal:hover:after {
	display: none;
	}

.modal-on .modal img
	{
	cursor: zoom-out;	
	position: relative;
	z-index:1001;	
	width: 100%; 
	height: 100%; 
   object-fit: contain;	
}
		 
 body.modal-on {
	 margin: 0;
	 height: 100%;
	 overflow: hidden;
	 } 

/* ****************** */
	 
p.tab > span {
	display: block;
	float: left;
	width: 65px;
	}


	 	
/*********************************/
/******** GRID & LAYOUT **********/
/*********************************/


.left	{
	text-align:left;
	}
.right {
	text-align:right;
	}
.vcenter {
	display: flex;
	align-items: center;
	justify-content: center;
	}
	
/** centrowanie symboli pion poziom na banerach**/

.vcenter.pict > div{
	height:50%;
	}
.vcenter.pict > div img{
	height:100%;
	width: auto;
	}	
	
.center {
	text-align:center !important;
	}
.center ul {
	text-align: left;
	}	
.wrapper {
	margin: 0 auto;
	width: 1400px;
	}
.sec {
	position: relative;
	padding-top: 30px;
	}
.sec:not(.pict):after
	{
	content:'';
	display: block;
	position: absolute;
	top: -0.4rem;
	left: 0;
	width:100%;
  	border-top-style: dotted;
  	border-top-width: .8rem;
  	border-top-color: var(--white);  	
	}
.sec.dark:after {
  	border-top-color: var(--primary);
	}
.sec.light:after {
  	border-top-color: var(--light);
	}
.sec.black:after {
  	border-top-color: var(--dark);
	}				
	

#obsluga-it:after	{
	display: none;
	}
		
.sec li {
	margin-left:20px;
	text-indent:-10px
	}

.sec li:before {
	padding-right: 10px;
	display: inline-block;
	content: url(bluepoint.svg);

	}	
	
.row	{
	padding: 40px 0;
	}		
.row::after
	{
	content: "";
	clear: both;
	display: table;
	}
[class*="col-"]
	{
	float: left;
/*	padding: 0 20px 20px 20px; backup */
	padding: 0 25px 25px 25px;	
	}	
		
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

.notop {
	padding-top:0 !important;
	}


/******** second-level row **********/

[class*="col-"] .row
	{
	padding:0;
	}
[class*="col-"] .row [class*="col-"]:first-child 
	{
	padding-left:0;
	}
[class*="col-"] .row [class*="col-"]:nth-child(2) 
	{
	padding-right:0;
	}
	
	
[class*="col-"] .row [class*="col-"] .button 
	{
	float:right;
	margin: 0;
	}			
	


/*********************************/
/************ HEADER *************/
/*********************************/

#header {
	background: var(--white);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 50px var(--transblack);			
	}
#header span{
	display: block;
	content:'';	
	background: var(--white);
	position: absolute;
	width:100%;
	top:0;
	left:0;
	z-index:-1;		
	}
#header,
#header span
	{
	height: 120px;		
	}	

.small #header,
.small #header span
	{
	background-color: var(--black);
	height: 57px;
	}
		
#header::after
	{
	content: "";
	clear: both;
	display: table;
	}	
#header .wrapper {
	height: 100%;
	position: relative;
	padding: 0 30px;		
	}
	
#logo 
	{
	display: block;
	float: left;
	margin-top: 22px;
	}
#logo img 
	{
	height: 70px;
	}
#logo:hover img 
	{
	filter: brightness(0%);
	filter: contrast(0%);
	}
	
.small #logo
	{
	margin-top: 10px;	
	}
.small #logo img 
	{
	height: 40px;
	}		

#navi	{
	display: block;
	float: right;
	list-style: none;
	margin: 55px 0 0 0;
	padding: 0;		
	}
.small #navi {
	margin: 19px 0 0 0;
	}
.small #navi a
	{
	padding-bottom:13px;
	}
		
#navi li{
	float: left;
	}	

#navi a {
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	color: var(--black);
	padding:22px 2px 10px 2px;
	margin-left: 23px;
	position: relative;
	}
#navi a:hover,
#navi a.active {
	border-bottom: 7px solid var(--light-primary);			
	}	

.small #navi a {
	color: var(--white);
	}
		
#menusymbol {
	position: absolute;
	padding:10px; 
	right: 0px;
	top: 1px;
	display: none;	
	}
#menusymbol i{
	color: var(--dark);	
	}	
	
#menusymbol .fas{
	font-size: 35px;	
	}
				


	
	

/*******************************************/
/*********        CONTENT        ***********/
/*******************************************/
	
	
#content {
	padding-top: 119px;
	background: var(--white);
	}
.small #content {
	padding-top: 56px;
	}	

#content ul {	
	}
	

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

.icon img {
	max-width: 350px;
	float: right;
	}
.icon-heading {
	display: flex;
	align-items: center;
	margin-top:1.5rem;
	}
.icon-heading h1 {
	float: left;
	margin-bottom: 20px;
	}	
.icon-heading img {
	float: left;
	max-width: 100px;
	margin-bottom: 20px;
	margin-right: 20px;
	}
.icon-heading:after {
	content: "";
	clear: both;
	display: table;
	}	
		
/*********     section-header     **********/

.sec-header
	{
	height: 400px;
	background-image: url("jobs.jpg");	
	}
.sec-header > div
	{
	height:50%;	
	text-align: center;	
	}
.sec-header img
	{
	height:100%;
	width: auto;
	}
	
.sec h1 {
	padding-bottom: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: var(--light-primary);
	}
.sec.dark h1,
.sec.black h1 {
	border-bottom-color: var(--light-primary);
	}
							
.pict h1 {
	color: var(--white);
	border:none;
	}
/*********        home        **********/

#home,
#home-container,
.fullscreen {
	position: relative;
	height: calc(80vh - 120px);	
	background-color: var(--white);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;		
	-moz-background-size: cover;	
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;			
	}

#home-container {
	background-image: url("hero-blur.jpg");
	}
#home {
	background-image: url("hero.jpg");
	display: flex;
	align-items: center;
	}		
		
#home .wrapper {
	
	padding: 0;			
	}

#hero-heading * {
	color: var(--white);
	}



#home h1 {
	font-size: 65px;
	text-shadow: 3px 3px 8px var(--transblack);
	line-height: 1.1;
	padding:0 1rem;
	margin:0;
	border-left: 50px solid var(--light-primary);
	}
#home h2 {
	font-weight:300
	}

#home a.button
	{
	z-index:2;
	}

/*dane teleadresowe*/
.info	{
	z-index:2;
	margin-bottom: 15px;
	}
.info a,
.info button {	
	display: block;
	width: max-content;
	padding: 10px 0;
	}

.info a::after,
.info button::after	{
	content:'';
	display: block;
	clear: both;
	}

/* wygląd ikon danych teleadresowych*/	
.info a i,
.info button i{
	float: left;
	color: var(--light-primary);
	font-size:38px;
	width: 50px;
	text-align: center;
	margin-right: 10px;
	margin-left: -7px;
	}
/*wyłączenie etykiet mobilnych pod ikonami*/	
.info a > span,
.info button > span
	{
	display: none;
	}		
/*dane tekstowe obok kony*/	
.info a > div,
.info button > div{
	float: left;
	}
/*pierwsza linijka tekstu*/	
.info a > div p,
.info button > div p{
	font-weight: 500;
	line-height:1.2;
	margin:0;	
	}
/*druga linijka tekstu*/	
.info a > div span,
.info button > div span{
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;		
	}				
.info a:hover,
.info a:hover *,
.info button:hover,
.info button:hover *
	{
	color: var(--primary);	
	}

/*niewidoczny link do rezerwacji*/
.info button#wizyta	{
	display: none;
	}	
	
/*nieaktywny link do telefonu*/
.info a#phone	{
	pointer-events: none;
	cursor: default;
	}	
/*nieaktywne przewijanie do góry strony*/
.info a#go-up {
	display: none;
}
/*aktywne przewijanie do góry strony po przescrolowaniu*/
.small .info a#go-up {
	display: block;
	position: fixed;
	margin:0;
	right: 25px;
	bottom: 25px;
	z-index:11;
	}
/*ikona do góry*/	
.small .info a#go-up i{
	color: var(--white);
	font-size: 45px;
	text-shadow: 0 1px 4px var(--transdarker);	
	}
.small .info a#go-up:hover i{
	color: var(--light-primary);
	text-shadow: 0 1px 4px var(--transblack);	
	}	
	
	
/*panel z godzinami otwarcia - niewidoczny*/
#opening-time {
	float: right;
	opacity: 0;	
	}
/*panel z godzinami otwarcia - widoczny
.visible po nacisnieciu linku #opening-time-link*/	
#opening-time.visible {
	opacity:1;
	cursor: pointer;	
	}	
#opening-time > div,
#open > div{
	padding: 20px;
	}
#opening-time ul {
	}
#opening-time li {
	border-bottom: 1px solid var(--primary);
	}
/*krzyżyk zamknięcia panelu*/	
#opening-time span,
#open span {
	float: right;	
	}	



.hidden .info {
	margin:0;
	}

.hidden .info a,
.hidden .info button,
.hidden #opening-time {
	display: none;
	}

.small .hidden .info a#go-up {
	display: block;	
	}


#start .quote {	
	font-weight: 300;
	font-size: 25px;
	display:block;
	float: right;
	}	
#start .quote span
	{
	display: block;
	font-weight: 300;
	font-size: 12px;
	padding-top:5px;
	}



/*********        Misja       **********/

#misja-banner
	{	
	background-image: url('wsparcie-biznesu.jpg');
	}



.pros [class*="col-"]
	{
	text-align: center;
	}
.pros [class*="col-"]:nth-of-type(4)
	{
	clear: left;
	}	
.pros img
	{
	display: inline-block;
	width: 90px;
	height: 100%;
	margin: 8px 0;
	}	

/*********        uslugi       **********/

#uslugi-banner
	{	
	background-image: url('uslugi.jpg');
	}
#obsluga-it	{
	background-image: url('obsluga-it.jpg');
	}
#korzysci-banner
	{	
	background-image: url('korzysci.jpg');
	}		
#kontakt-banner {
	background-image: url('kontakt.jpg');
	}	
/*********        lnki social itp       **********/

.logo-link {
	display:block;
	width:auto;
	padding: 0 0 30px 0;
	}	
.logo-link img {
	width: 200px;
	}
.social {
	margin-bottom:20px;
	}	
.social a {
	display:inline-block;
	margin-right: 10px;	
	}
.social a i{
	font-size: 25px;
	margin:0;
	padding:0;
	}

/*********        Praca       **********/

#praca
	{
	background-image: url('praca.jpg');
	}
/********* gallery ***********/

.gallery {
	padding-top:1rem;
	font-size:0px;
	}

.gallery .swipebox
	{
	display: inline-block;
	width: 120px;
	margin-right:1rem;
	}
.gallery .swipebox:last-child
	{
	margin-right:0;
	}	

.gallery [class*="col-"]
	{
	padding: 0 25px 50px 25px;
	}


/*********        kontakt        **********/



#kontakt img {
	width: 250px;
	}

#mapa iframe
	{
	
	width:100%;
	height: 672px;
	}
	
#dane div {
	margin-bottom: 1rem;
	padding: 1rem 1rem .5rem 1rem;
	border: 1px solid var(--white);
	background-color: var(--transblack);	
	}
#dane div p:first-child {
	margin-bottom: 1rem;	
	}	


	
/*******************************************/
/*********        FOOTER         ***********/
/*******************************************/


#footer {
	min-height:200px;
	background-color: var(--light-primary);					
	}
#footer,
#footer *{	
	color: var(--black);
	font-size: 14px;
	line-height: 22px;				
	}
							




#footer > div {
	padding:20px 5px;
	text-align: center;
	}
#footer > div p {
	text-transform: uppercase;
	margin:0;
	}	

#footer img {
	width: 120px;
	height: 120px;
	padding: 1rem 0;
	}

/****************  transitions   *******************/
#content *,
#footer *
	{
	transition: all 0.2s ease;
	}

#header, #header *
	{
	transition: all 0.2s ease !important; 
	}
#content, .small #content
	{
	transition: padding-top 0.3s ease !important;
	}	

	
	
/*** MEDIA QUERRIES ***/

/*** 1280-1440 ***/

@media only screen and (max-width: 1430px)
{     

.wrapper
	{
	width:1280px;
	}
}

/*** 1024-1280 ***/

@media only screen and (max-width: 1300px)
{     

.wrapper
	{
	width:1024px;
	}

	
}

/*** 800-1024 ***/

@media only screen and (max-width: 1044px)
{     

    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}


[class*="col-"] .row .col-m-12 
	{
	padding-right:0;
	padding-left:0;
	}
	
[class*="col-"] .row .col-m-12 .button 
	{
	float:left;
	}	

h1	{	
	font-size: 40px;
	letter-spacing: -0.5px;
	word-spacing: 4px;
	margin-top: 10px;
	margin-bottom: 20px
	}
h2	{
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -.1px;	
	margin-top: 5px;
	margin-bottom: 15px
	}

.sec
	{
	padding-top: 0px;	
	}

.sec h1 {
	padding-bottom: 20px;
	}

.row	{
	padding: 20px 0;
	}


.wrapper
	{
	width:800px;
	}
	
#opening-time li
	{
	font-size:14px;
	}

#cennik [class*="col-"]:first-child
	{
	padding-top: 30px;
	padding-bottom:0;
	}
	
}

/*** 640-800 **                                          */
/************************************************************************************************************************************************************************************************************************************/
/* MOBILE MENU & HEADER         !!!!!!!!!!!!!            */
/*********************************************************/


@media only screen and (max-width: 820px)
{     


#header .wrapper	
	{	
	padding: 0 15px;	
	}
		
[class*="col-"]
	{
	padding: 0 15px 15px 15px
	}

.col-s-12:first-child	
	{	
	padding-bottom: 30px;		
	}

.gallery [class*="col-"]
	{
	padding: 0 15px 30px 15px;	
	}

    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}


[class*="col-"] .row .col-s-12 
	{
	padding-right:0;
	padding-left:0;
	}

[class*="col-"] .row .col-s-12 .button 
	{
	float:left;
	}	

	
	

.wrapper
	{
	width:620px;
	}
	
	
#header, 
#header span,
.small #header,
.small #header span {
	background-color: var(--white);
	height: 57px;		
	}	
	

	
#header {
	margin-top: 0px;
	transition: margin .3s ease;
	}
.swipebox-html #header {
	margin-top:-500px;
	transition: margin 0s ease;
	}
	
#logo 
	{
	margin-top: 10px;
	}
#logo img 
	{
	height: 40px;
	}
.icon {
	display:none;
	}
			
#navi	{
	display: none;
	}
#menusymbol {
	display: block;
	}
	
.swipebox-html #menusymbol {
	display: none;
	}	
	
	
body #header .fa-times,
body.rwd #header .fa-bars
	{
	display: none;
	}
body #header .fa-bars,
body.rwd #header .fa-times
	{
	display: inline;
	}	

#content {
	padding-top: 57px;
	}

     /* menu rozwinięte - body z klasą rwd*/     
.rwd #header {
	height:100vh;
	width: 100%;
	}
.rwd #logo img {
/*	filter: brightness(0%); */
	}	
.rwd #navi {
	display: block;
	width: 100%;
	background: var(--white);
	margin-top:15px;
	}
.rwd #navi li{
	float: none;
	text-align: left;	
	}
.rwd #navi a{
	display: block;
	margin:0;
	padding: 17px 0;
	letter-spacing: 1.5px;	
	text-indent:18px;
	border-bottom: 1px solid var(--dark);	
	}
.small #navi a {
	color: var(--black);
	}		
.rwd #navi li:first-child a {
	border-top: 1px solid var(--dark);	
	}		
.rwd #navi a:hover,
.rwd #navi a.active{
	background: var(--light-primary);
	color: var(--white);
	}
.rwd #navi a:hover::after,
.rwd #navi a.active::after{
	display:none;
	}	


	/* home mobilny */
#home,
#home-container,
.fullscreen {	
	height: calc(80vh - 57px);		
	}

.pros [class*="col-"]:nth-of-type(4)
	{
	clear: none;
	}
.pros [class*="col-"]:nth-of-type(3)
	{
	clear: left;
	}


#mapa iframe
	{
	height: 400px;
	}


#footer .menu p{
	display: none;
	}	

	/* 

/************************************************************************************************************************************************************************************************************************************/
/*** 320-640 ** smartfon, 1 kolumna*/

@media only screen and (max-width: 640px)
{     

[class*="col-"]	
	{	
	padding: 0 10px 20px 10px;
	width: 100%;		
	}

[class*="col-"]:first-child	
	{	
	padding-bottom: 30px;		
	}

#home h1 {
	border: none;
	}


.gallery .swipebox
	{
	width: 80px;
	}

#cennik li dfn,
.otwarte li dfn
	{
	width: 70%;
	}
#cennik li span,
.otwarte li span
	{
	width: 30%;
	}	
	
.gallery [class*="col-"]	
	{
	padding: 0 10px 10px 10px;			
	width: 50%;		
	}
.gallery [class*="col-"]:nth-child(odd)	
	{
	padding-right:5px;
	}
.gallery [class*="col-"]:nth-child(even)	
	{
	padding-left:5px;
	}		

/* marginesy zdjęć w układzie jednokolumnowym: */
/* row bez dolnego paddingu */	
.zerobot12 {
	padding-bottom:0;
	}
/* kolumna ze zdjęciem kończącym sekcję*/
.zerobot12 .col-s-12.img
	{
	padding:0;
	}	
		
	
/* row bez dolnego paddingu */	
.zerotop12 {
	padding-top:0;
	}
/* kolumna ze zdjęciem zaczynającym sekcję*/
.zerotop12 .col-s-12.img
	{
	padding-top:0;
	padding-left:0;	
	padding-right:0;	
	}	
.hh /* half height */
	{
	min-height:35vh;
	}					
	
#header .wrapper	
	{	
	padding: 0px;	
	}
		
#logo
	{
	margin-left: 10px;
	}
#menusymbol
	{
	margin-right: 3px;
	}	
.rwd #navi a{
	text-indent:18px;	
	}	
	
.wrapper
	{
	width:100%;
	}


p,.sec ul,
#home ul,
#opening-time ul	{
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 14px;
	hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
	}


.pros [class*="col-"]:nth-of-type(3)
	{
	clear: left;
	}
.pros [class*="col-"]:first-child	
	{	
	padding-bottom: 10px;		
	}

/*wysokosc uwzględniająca toolbar*/	
	
#home,
#home-container,
.fullscreen {
	height: calc(65vh - 123px);	
	background-color: var(--white);
	background-attachment: scroll;
	background-position: center;
/*	-moz-background-size: cover;	
	-webkit-background-size: cover; 
	background-size: cover;			*/
	}	
	
	
		

#home .wrapper {
	padding: 65px 0 0 0;			
	}


.sec .button,
#home .button
 	{
	width:100%;
	text-align: center;
	}

#home h1 {
	font-size: 40px;
	line-height: 1.1;
	margin-bottom: 15px;
	text-align: center;
	}
#home h2 {
	text-align: center;
	}	

.banner,
.usluga
	{
	height: 250px;
	background-attachment: scroll;
	}



#footer {
	padding-bottom: 67px;
	}
#footer [class*="col-"]{
	padding-bottom: 0px;
	}	
#footer *{
	text-align:center;
	}

#footer img{
	margin-left: auto;
	margin-right: auto;
	}


/* chowa menu i toolbar przy wypełnianiu formularza (events)*/
.form-focus #header
	{
	top: -150px
	}
.form-focus .info
	{
	bottom: -150px
	}
.form-focus #content {
	padding-top:0;
	}



.sec-header
	{
	height: 200px;		
	}


	

	
}

@media (hover: none) and (pointer: coarse) {
	#home,
	#home-container,
	.fullscreen,
	.pict,
	.lightpict
		{	
		background-attachment: scroll;
		}
}
