@charset "utf-8";

/* Wczytanie fontów */

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Th.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Th.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Th.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Th.otf') format('opentype');
 font-style: normal;
 font-weight: 100;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-UltLt.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-UltLt.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-UltLt.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-UltLt.otf') format('opentype');
 font-style: normal;
 font-weight: 200;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Lt.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Lt.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
 font-style: normal;
 font-weight: 300;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Roman.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'),
	url('../static/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Roman.otf') format('opentype');
 font-style: normal;
 font-weight: 400;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Md.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Md.otf') format('opentype');
 font-style: normal;
 font-weight: 500;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Bd.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Md.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
 font-style: normal;
 font-weight: 600;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Hv.eot');
 src:
	url('../static/fonts/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Hv.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Hv.otf') format('opentype');
 font-style: normal;
 font-weight: 700;
}

@font-face {
 font-family: 'HelveticaNeueLTPro';
 src: url('../static/fonts/HelveticaNeueLTPro-Blk.eot');
 src:
	 url('../static/fonts/HelveticaNeueLTPro-Blk.eot?#iefix') format('embedded-opentype'),
 	url('../static/fonts/HelveticaNeueLTPro-Blk.woff') format('woff'),
 	url('../static/fonts/HelveticaNeueLTPro-Blk.otf') format('opentype');
 font-style: normal;
 font-weight: 800;
}

html{
	scroll-behavior: smooth;
}


/* Styl Body */

#Nawigacja, #Header, #Header_2, #Header_3, .customer-logos, footer, #Header, #Cyfrowy, #Offset{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1600px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}

/*************/

/* Styl Nawigacji */

#Nawigacja {
	display: flex;
	justify-content: space-between;
}

#Nawigacja .Logo{
	padding-top: 40px;
	padding-right: 0;
    width: 10%;
}

#Nawigacja nav {
    margin: auto;
    padding-top: 50px;
}

#Nawigacja nav ul{
	font-family: 'HelveticaNeueLTPro';
    text-align: left;
    font-size: 20px;
	font-weight: 400;
}

#Nawigacja nav ul li {
	padding-left: 70px;
	padding-right: 70px;
    list-style: none;
    display: inline-block;
    position: relative;
	text-transform: uppercase;
    text-align: left;
     
}

#Nawigacja nav li a {
    color: #161615;
}

 #Nawigacja nav ul li a:hover {
	font-weight: 600;
    color: #840021;
	padding-bottom: 0px;
    border-bottom: 2px solid #840021;
     transition: all 0.3s ease;
} 

#Nawigacja nav ul li .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: auto;
	width: 100%;
    display: none;
    background: white;
	padding-left: 0;
}

#Nawigacja nav ul li:hover > .dropdown,
    ul li .dropdown:hover {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
   	padding-top: 15px;
	box-shadow: 0px 1px 2px -1px #ccc;
	z-index: 1;
}

#Nawigacja nav ul li .dropdown li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-style: none;
	padding-left: 30px;
	
}

#Nawigacja nav ul li .dropdown li a:hover {
    font-weight: 600;
    color: #840021;
	padding-bottom: 0px;
    border-bottom: 2px solid #840021;
     transition: all 0.3s ease;
}


#Nawigacja nav ul li .dropdown_2 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
	padding-left: 0;
    left: auto;
	width: 90%;
    display: none;
    background: white;
}

#Nawigacja nav ul li:hover > .dropdown_2,
    ul li .dropdown_2:hover {
		margin-top: 5px;
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
    	visibility: visible;
    	opacity: 1;
    	display: block;
    	text-align: left;
   		padding-top: 15px;
    	box-shadow: 0px 1px 2px -1px #ccc;
		z-index: 1;
}

#Nawigacja nav ul li .dropdown_2 li {
    clear: both;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-style: none;
	padding-left: 30px;
}

#Nawigacja nav ul li .dropdown_2 li a:hover {
    font-weight: 600;
    color: #840021;
	padding-bottom: 0px;
    border-bottom: 2px solid #840021;
     transition: all 0.3s ease;
}

#Nawigacja nav a {
    text-decoration: none;
}

#Nawigacja nav a:hover {
    color: #840021;
}
 
#Nawigacja nav ul li .dropdown li a { 
	transition: all 0.5s ease; 
} 
#Nawigacja nav ul li .dropdown_2 li a { 
	transition: all 0.5s ease; 
}

#nav-container{
    display: none;
}

/*************/


/* Header */

#Header{
	margin-top: 100px;
	width: 100%;
	height: 400px;
	background-image: url("../static/img/Druk_Cyfrowy_Header.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
}

#Header h1{
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 68px;
	font-weight: 800;
	line-height: 70px;
	text-transform: uppercase;
	margin-left: 100px;
	margin-bottom: 10px;
	padding-top: 130px;
}

#Header .spacer{
	width: 850px;
	border-top: 4px solid #fff;
	margin-left: 100px;
}

#Header p{
	width: 540px;
	padding-top: 20px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
	margin-left: 100px;
}

/* Cyfrowy */

#Cyfrowy{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1200px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 50px;
}

#Cyfrowy .Zawartosc h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 10px;
}

#Cyfrowy .Zawartosc ul{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	list-style-type: disc;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	padding-left: 40px;
}

#Cyfrowy .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#Cyfrowy img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
}

/* Header 2 */

#Header_2{
	margin-top: 50px;
	width: 100%;
	height: 400px;
	background-image: url("../static/img/Druk_Offsetowy_Header.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
}

#Header_2 h1{
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 68px;
	font-weight: 800;
	line-height: 70px;
	text-transform: uppercase;
	margin-left: 100px;
	margin-bottom: 10px;
	padding-top: 130px;
}

#Header_2 .spacer{
	width: 850px;
	border-top: 4px solid #fff;
	margin-left: 100px;
}

#Header_2 p{
	width: 540px;
	padding-top: 20px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
	margin-left: 100px;
}

/* Offset */

#Offset{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1200px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 50px;
}

#Offset .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Offset img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
}

/* Header 3 */

#Header_3{
	margin-top: 50px;
	width: 100%;
	height: 400px;
	background-image: url("../static/img/Druk_Wielko_Header.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
}

#Header_3 h1{
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 68px;
	font-weight: 800;
	line-height: 70px;
	text-transform: uppercase;
	margin-left: 100px;
	margin-bottom: 10px;
	padding-top: 130px;
}

#Header_3 .spacer{
	width: 850px;
	border-top: 4px solid #fff;
	margin-left: 100px;
}

#Header_3 p{
	width: 540px;
	padding-top: 20px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
	margin-left: 100px;
}

/* Offset */

#Wielko{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1200px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 50px;
}

#Wielko .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Wielko img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
}


/* Styl Klienci */

#Klienci{
	margin-top: 150px;
	margin-bottom: 150px;
	background-color: #840021; 
	width: 100%;
	height: 200px;
}


/* Slider */

.slick-slide{
	height: 200px;
	margin: 0;
}


.slick-slide img {
    height: 100%;
	width: auto!important;
	opacity: 60%;
	transition: 0.5s all ease;
}

.slick-slide img:hover {
	opacity: 100%;
	transition: 0.5s all ease;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Styl footer */

footer .Zawartosc{
	display: flex;
}

footer .Zawartosc .Info{
	margin-right: 520px;
}

footer .Zawartosc .Info img{
	width: 100px;
}

footer .Zawartosc .Info p{
	width: 240px;
	padding-top: 20px;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
}
footer .Zawartosc .Info a{
	display: block;
	width: 150px;
	margin-top: 20px;
}



footer .Zawartosc .Handlowy{
	padding-top: 50px;
	margin-right: 100px;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
}

footer .Zawartosc .Handlowy p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Handlowy a{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-decoration: none;
	padding-left: 5px;
}

footer .Zawartosc .Handlowy strong{
	color: #840021;
	font-weight: 500;
}

footer .Zawartosc .Kontakt{
	padding-top: 50px;
	margin-right: 100px;
}

footer .Zawartosc .Kontakt h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
}

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

footer .Zawartosc .Kontakt p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
	padding-top: 50px;
	
}

footer .Zawartosc .Lokalizacja h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

footer .Kreska{
	margin-top: 50px;
	margin-bottom: 20px;
	border: 2px solid #840021;
	width: 100%;
}

footer .Copyright{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 20px;
	font-size: 25px;
	color: #840021;
}
footer .polish-company {
	margin-top: 30px!important;
    width: 70px!important;
}

/* Responsywnosc */

@media all and (max-width:1700px) {
    
    #Nawigacja, #Header, #Header_2, #Header_3, .customer-logos, footer, #Header, #Cyfrowy, #Offset, #Wielko {
	font-family: 'HelveticaNeueLTPro';
	max-width: 1400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 200px;
	
}
    

footer .Zawartosc .Info{
	margin-right: 25%;
}
 
}
    
@media all and (max-width:1500px) {
        
    #Nawigacja, #Header, #Header_2, #Header_3, .customer-logos, footer, #Header, #Cyfrowy, #Offset, #Wielko {
	font-family: 'HelveticaNeueLTPro';
	max-width: 1200px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 180px;
}
    
.slick-slide{
	height: 180px;
}
    
footer .Zawartosc .Info{
	margin-right: 15%;
}
 
    
}

@media all and (max-width:1200px) {
    
    #Nawigacja nav{
        display: none;
    }
    
    #Nawigacja .Logo{
        margin-left: 10%;
        width: 10%;
    }

    #nav-container {
      display: block;
      position: fixed;
      height: 110%;
      width: 100%;
      pointer-events: none;
        
    }

    #nav-container .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
        height: 100vh;
      height: calc(100% - 70px);
      visibility: hidden;
      opacity: 0;
      transition: .3s;
        background: #840021;
    }
    #nav-container:focus-within .bg {
      visibility: visible;
      opacity: 1;
    }
    #nav-container * {
      visibility: visible;
    }

    .button {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 1;
      -webkit-appearance: none;
      border: 0;
      background: none;
      border-radius: 0;
      height: 150px;
      width: 35px;
      cursor: pointer;
      pointer-events: auto;
      margin-left: auto;
        margin-right: 50px;
      touch-action: manipulation;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
        
    }
    .icon-bar {
      display: block;
      width: 100%;
        height: 5px;
      background: #840021;
      transition: .3s;
    }
    .icon-bar + .icon-bar {
      margin-top: 7px;
    }

    #nav-container:focus-within .button {
      pointer-events: none;
        
    }
    #nav-container:focus-within .icon-bar:nth-of-type(1) {
      transform: translate3d(0,12px,0) rotate(45deg);
        background: white;
    }
    #nav-container:focus-within .icon-bar:nth-of-type(2) {
      opacity: 0;
    }
    #nav-container:focus-within .icon-bar:nth-of-type(3) {
      transform: translate3d(0,-12px,0) rotate(-45deg);
        background: white;
    }
    

    #nav-content {
      margin-top: 150px;
      padding: 20px;
      width: 100vw;
      max-width: 300px;
      position: absolute;
      top: -50px;
      left: 100px;;
      height: calc(100% - 70px);
      pointer-events: auto;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      transform: translateX(-150%);
      transition: transform .5s;
      will-change: transform;
      contain: paint;
    }

    #nav-content ul {
      display: flex;
      flex-direction: column;
    }

    #nav-content li a {
      font-family: 'HelveticaNeueLTPro';
        font-size: 24px;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
      padding: 15px 5px;
      display: block;
      text-transform: uppercase;
    }
    #nav-content li a:hover {
        font-weight: 600;
    }


    #nav-content li{
      margin-top: auto;
    }

    #nav-container:focus-within #nav-content {
      transform: none;
    }
    
    #nav-content ul li .dropdown a{
        font-size: 18px;
	font-weight: 400;
	line-height: 20px;
        padding: 5px 30px;
        width: 100%;
    }
    
    #nav-content ul li .dropdown a:hover{
        font-weight: 600;
    }
    
    #nav-content ul li .dropdown {
    visibility: hidden;
    opacity: 0;
    left: auto;
    display: none;
	padding-left: 0;
    width: 100%;
}

    #nav-content ul li:hover > .dropdown,
    ul li .dropdown:hover {
	margin-top: 5px;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
   	padding-top: 10px;
    padding-bottom: 10px;
	z-index: 1;
    box-shadow: none;    
}
    #Header, #Header_2, #Header_3, .customer-logos, footer, #Header, #Cyfrowy, #Offset, #Wielko {
	font-family: 'HelveticaNeueLTPro';
	max-width: 1000px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    /* Header */

#Header{
	margin-top: 50px;
	width: 100%;
}

#Header h1{
	font-size: 48px;
	margin-left: 50px;
	margin-bottom: 5px;
}

#Header .spacer{
	width: 800px;
	margin-left: 50px;
}

#Header p{
	width: 500px;
	padding-top: 20px;
	font-size: 12px;
	margin-left: 50px;
}


/* Cyfrowy */

#Cyfrowy{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1000px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 25px;
}

#Cyfrowy .Zawartosc h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 10px;
}

#Cyfrowy .Zawartosc ul{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	list-style-type: disc;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	padding-left: 40px;
}

#Cyfrowy .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#Cyfrowy img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 50%;
}
    
    /* Header 2*/

#Header_2{
	margin-top: 50px;
	width: 100%;	
}

#Header_2 h1{
	font-size: 48px;
	margin-left: 50px;
	margin-bottom: 5px;
}

#Header_2 .spacer{
	width: 800px;
	margin-left: 50px;
}

#Header_2 p{
	width: 500px;
	padding-top: 20px;
	font-size: 12px;
	margin-left: 50px;
}


/* Offset */

#Offset{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1000px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 25px;
}

#Offset .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Offset img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 70%;
}
    
/* Header 3*/

#Header_3{
	margin-top: 50px;
	width: 100%;	
}

#Header_3 h1{
	font-size: 48px;
	margin-left: 50px;
	margin-bottom: 5px;
}

#Header_3 .spacer{
	width: 800px;
	margin-left: 50px;
}

#Header_3 p{
	width: 500px;
	padding-top: 20px;
	font-size: 12px;
	margin-left: 50px;
}


/* Wielko */

#Wielko{
	font-family: 'HelveticaNeueLTPro';
	max-width: 1000px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 25px;
}

#Wielko .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Wielko img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 50%;
}

     
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 160px;
}
    
.slick-slide{
	height: 160px;
}
    


footer .Zawartosc .Info{
	margin-right: 13%;
}

footer .Zawartosc .Info img{
	width: 80px;
}

footer .Zawartosc .Info p{
	width: 200px;
	padding-top: 20px;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}
footer .Zawartosc .Info a{
	display: block;
	width: 100px;
	margin-top: 20px;
}

footer .Zawartosc .Handlowy{
	padding-top: 30px;
	margin-right: 25px;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}


footer .Zawartosc .Kontakt{
	padding-top: 30px;
	margin-right: 25px;
}

footer .Zawartosc .Kontakt h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}

footer .Zawartosc .Kontakt p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
	padding-top: 30px;
}

footer .Zawartosc .Lokalizacja h1{
	font-size: 12px;
}
 

footer .Kreska{
	margin-top: 40px;
	margin-bottom: 20px;
	border: 2px solid #840021;
	width: 100%;
}

footer .Copyright{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 20px;
	font-size: 25px;
	color: #840021;
}


    }

@media all and (max-width:1000px) {
    
    #Nawigacja .Logo{
        margin-left: 10%;
        width: 15%;
    }

    #nav-container {
      display: block;
      position: absolute;
      height: 110%;
      width: 100%;
      pointer-events: none;
        
    }
    
    .button{
         margin-right: 10%;
    }
    
     #Header, #Header_2, #Header_3, .customer-logos, footer, #Header, #Cyfrowy, #Offset, #Wielko {
	font-family: 'HelveticaNeueLTPro';
	max-width: 800px!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
    
    
       /* Header */

#Header{
	margin-top: 0px;
	width: 100%;
    margin-bottom: -50px;
}

#Header h1{
	font-size: 36px;
	margin-left: 50px;
	margin-bottom: 0px;
}

#Header .spacer{
	width: 600px;
	margin-left: 50px;
}

#Header p{
	width: 500px;
	padding-top: 15px;
	font-size: 12px;
	margin-left: 50px;
}

/* Cyfrowy */

#Cyfrowy{
	font-family: 'HelveticaNeueLTPro';
	max-width: 800px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 25px;
}

#Cyfrowy .Zawartosc h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 10px;
}

#Cyfrowy .Zawartosc ul{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	list-style-type: disc;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	padding-left: 40px;
}

#Cyfrowy .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#Cyfrowy img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 50%;
}

/* Header 2*/

#Header_2{
	margin-top: 0px;
	width: 100%;
    margin-bottom: -50px;	
}

#Header_2 h1{
	font-size: 36px;
    padding-top: 140px;
	margin-left: 50px;
	margin-bottom: 0px;
}

#Header_2 .spacer{
	width: 600px;
	margin-left: 50px;
}

#Header_2 p{
	width: 500px;
	padding-top: 15px;
	font-size: 12px;
	margin-left: 50px;
}

/* Offset */

#Offset{
	font-family: 'HelveticaNeueLTPro';
	max-width: 800px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 25px;
}

#Offset .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Offset img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 70%;
}
    
    /* Header 3*/

#Header_3{
	margin-top: 0px;
	width: 100%;
    margin-bottom: -50px;	
}

#Header_3 h1{
	font-size: 36px;
    padding-top: 140px;
	margin-left: 50px;
	margin-bottom: 0px;
}

#Header_3 .spacer{
	width: 600px;
	margin-left: 50px;
}

#Header_3 p{
	width: 500px;
	padding-top: 15px;
	font-size: 12px;
	margin-left: 50px;
}
    
    /* Wielko */

#Wielko{
	font-family: 'HelveticaNeueLTPro';
	max-width: 800px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 25px;
}

#Wielko .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#Wielko img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 50%;
}
    
    #Klienci{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #840021; 
	width: 100%;
	height: 180px;
}
    
    
    
.slick-slide{
	height: 180px;
}
    


footer .Zawartosc .Info{
	margin-right: 30%;
}


footer .Zawartosc .Handlowy{
	padding-top: 30px;
	margin-right: 70px;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}


footer .Zawartosc .Kontakt{
	padding-top: 30px;
	margin-right: 25px;
}

footer .Zawartosc .Kontakt h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 500;
}

footer .Zawartosc .Kontakt p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
	display: none;
}


footer .Kreska{
	margin-top: 40px;
	margin-bottom: 20px;
	border: 2px solid #840021;
	width: 100%;
}

footer .Copyright{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 20px;
	font-size: 25px;
	color: #840021;
}
    
}

@media all and (max-width: 840px) {
    
    #Nawigacja .Logo{
        margin-left: 10%;
        width: 25%;
    }

    #nav-container {
      display: block;
      position: absolute;
      height: 110%;
      width: 100%;
      pointer-events: none;
        
    }

    .button {
      height: 125px;
      width: 30px;    
    }
    

    #nav-content {
      margin-top: 125px;
      padding: 5px;
      width: 100vw;
      max-width: 200px;
      top: -100px;
      left: 50px;;
    }

    #nav-content li a {
      font-family: 'HelveticaNeueLTPro';
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
        color: #fff;
      padding: 8px 5px;
      display: block;
      text-transform: uppercase;
    }
    #nav-content li a:hover {
        font-weight: 400;
    }
    
    #nav-content ul li .dropdown a{
        font-size: 14px;
	font-weight: 400;
	line-height: 16px;
        padding: 5px 30px;
        width: 100%;
    }
    
    #nav-content ul li .dropdown a:hover{
        font-weight: 400;
    }

    #nav-content ul li:hover > .dropdown,
    ul li .dropdown:hover {
	margin-top: 0px;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
   	padding-top: 5px;
    padding-bottom: 5px;
	z-index: 1;
    box-shadow: none;    
}
    
    #Header, #Header_2, #Header_3, .customer-logos, footer, #Header, #Cyfrowy, #Offset, #Wielko {
	font-family: 'HelveticaNeueLTPro';
	max-width: 400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
    }
    
    /* Header */

#Header{
	margin-top: -25px;
	width: 90%;
	height: 300px;
}

#Header h1{
	font-size: 18px;
	line-height: 70px;
	margin-left: 20px;
	margin-bottom: -20px;
	padding-top: 95px;
}

#Header .spacer{
	width: 300px;
	margin-left: 20px;
	border-top: 2px solid #fff;
}

#Header p{
	width: 300px;
	padding-top: 5px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 10px;
	font-weight: 300;
	margin-left: 20px;
}

/* Cyfrowy */

#Cyfrowy{
	font-family: 'HelveticaNeueLTPro';
	max-width: 400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 0px;
}

#Cyfrowy .Zawartosc h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
	padding-bottom: 10px;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#Cyfrowy .Zawartosc ul{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	list-style-type: disc;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	padding-left: 40px;
    width: 300px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#Cyfrowy .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#Cyfrowy img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 70%;
}

   /* Header 2 */

#Header_2{
	margin-top: -25px;
	width: 90%;
	height: 300px;
}

#Header_2 h1{
	font-size: 18px;
	line-height: 70px;
	margin-left: 20px;
	margin-bottom: -20px;
	padding-top: 95px;
}

#Header_2 .spacer{
	width: 300px;
	margin-left: 20px;
	border-top: 2px solid #fff;
}

#Header_2 p{
	width: 300px;
	padding-top: 5px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 10px;
	font-weight: 300;
	margin-left: 20px;
}

/* Offset */

#Offset{
	font-family: 'HelveticaNeueLTPro';
	max-width: 400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 0px;
}

#Offset .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#Offset img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 50px;
    width: 90%;
}
    
       /* Header 3 */

#Header_3{
	margin-top: -25px;
	width: 90%;
	height: 300px;
}

#Header_3 h1{
	font-size: 18px;
	line-height: 70px;
	margin-left: 20px;
	margin-bottom: -20px;
	padding-top: 95px;
}

#Header_3 .spacer{
	width: 300px;
	margin-left: 20px;
	border-top: 2px solid #fff;
}

#Header_3 p{
	width: 300px;
	padding-top: 5px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro';
	font-size: 10px;
	font-weight: 300;
	margin-left: 20px;
}
    
    /* Wielko */

#Wielko{
	font-family: 'HelveticaNeueLTPro';
	max-width: 400px!important;
	margin-left: auto!important;
	margin-right: auto!important;
	margin-top: 0px;
}

#Wielko .Zawartosc p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-weight: 300;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#Wielko img{
	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: 25px;
    width: 70%;
}

    
#Klienci{
	margin-top: 50px;
	margin-bottom: 80px;
	width: 100%;
	height: 150px;
}

.slick-slide{
	height: 150px;
	margin: 0;
}

footer .Zawartosc{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .Zawartosc .Info{
    width: 100%;
	margin-right: auto;
    margin-left: auto;
}

footer .Zawartosc .Info img{
    display: block;
    margin-right: auto;
    margin-left: auto;
	width: 150px;
}

footer .Zawartosc .Info p{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
	width: 350px;
	padding-top: 50px;
    padding-bottom: 25px;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
}
footer .Zawartosc .Info a{
	display: block;
    margin-right: auto;
    margin-left: auto;
	width: 150px;
	margin-top: 20px;
}

footer .Zawartosc .Handlowy{
	padding-top: 50px;
	margin-right: auto;
    margin-left: auto;
}

footer .Zawartosc .Handlowy h1{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
    text-align: center;
}

footer .Zawartosc .Handlowy p{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
    text-align: center;
}

footer .Zawartosc .Handlowy a{
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
	text-decoration: none;
	padding-left: 5px;
    text-align: center;
}

footer .Zawartosc .Handlowy strong{
	color: #840021;
	font-weight: 500;
}

footer .Zawartosc .Kontakt{
	padding-top: 50px;
	margin-right: auto;
    margin-left: auto;
}

footer .Zawartosc .Kontakt h1{
     text-align: center;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
}

footer .Zawartosc .Kontakt p{
     text-align: center;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	padding-top: 20px;
	font-size: 12px;
	font-weight: 300;
	line-height: 14px;
}

footer .Zawartosc .Kontakt strong{
	color: #840021;
	font-weight: 500;
}


footer .Zawartosc .Lokalizacja{
    display: block;
	padding-top: 50px;
	
}

footer .Zawartosc .Lokalizacja h1{
    text-align: center;
	color: #161615;
	font-family: 'HelveticaNeueLTPro';
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

footer .Kreska{
    margin-right: auto;
    margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 2px solid #840021;
	width: 88%;
}

footer .Copyright{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

footer .Copyright h1{
	color: #840021;
	font-family: 'HelveticaNeueLTPro';
	font-size: 12px;
	font-weight: 300;
    margin-right: 60px;
}

footer .Copyright h1 strong{
	font-weight: 600;
}

footer .Copyright .Social a{
	margin-left: 15px;
	font-size: 20px;
	color: #840021;
}
    
}
