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,label,legend,table,caption,tbody,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 {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q { quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #fff url('gfx/new-bg-2.png') no-repeat top center;
    font: 15px/180% lato, arial, sans-serif;
    color: #333;
	text-align: center;
    }
   
a {
    color: #c00;
    text-decoration: none;
    outline: none;
	transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
    }
a:hover {
    color: #a00;
    }

input, textarea {
    outline: none;
    }

body>header {
    position: relative;
    width: 1100px;
    margin: auto;
    text-align: center;
    }

body>header a {
    display: block;
    position: relative;
    width: 520px;
    padding: 40px 0 50px 103px;
    margin: 0 auto 30px auto;
    text-align: left;
    font-size: 26px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    color: #444;
    }
body>header a:hover {
	color: #000;
	opacity: 0.87;
	}

body>header a span {
    color: #c00;
    }

body>header a img {
    display: block;
    margin: 0 0 -50px -103px;
    }

main, div.as-main {
    position: relative;
    width: 1100px;
    margin: auto;
	text-align: left;
    }

div.kolumna-1 {
    position: relative;
    width: 760px;
    padding-right: 40px;
    float: left;
    }

div.kolumna-2 {
    position: relative;
    width: 259px;
    padding-left: 40px;
    border-left: 1px solid #eee;
    float: left;
    }

section.lista-pierwsza {
    position: relative;
    margin: auto;
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px 0 20px 0;
    margin-top: 30px;
    margin-left: -30px;
    padding-left: 30px;
    border-radius: 5px;
    }

section.lista-pierwsza header {
    text-align: left;
    color: #c00;
    font-weight: bold;
    border-bottom: 1px solid #c00;
    display: inline;
    padding-bottom: 3px;
    }
   
section.lista-pierwsza header h1, section.lista-pierwsza header p {
    display: inline-block;
    }

section.lista-pierwsza header p {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    }

section.lista-pierwsza ul {
    position: relative;
    margin: 20px 0 0 50px;
    list-style-type: disc;
    color: #999;
    }

section.lista-pierwsza ul li span {
    color: #333;
    font-size: 18px;
    }

em, strong {
    font-weight: bold;
    color: #000;
    }

section.do-formularza-zapytania {
    position: relative;
    text-align: center;
    margin: 0px 0 0 0;
    }

section.do-formularza-zapytania header h2 {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #090;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #090;
    padding: 0 0 3px 0;
    }

section.do-formularza-zapytania a.przycisk-duzy {
    position: relative;
    background: #0a0;
    font-size: 26px;
    line-height: 60px;
    color: #fff;
    text-shadow: -1px -1px 0 #080;
    border: 1px solid #080;
    border-radius: 8px;
    display: inline-block;
    width: 400px;
    margin: 30px auto 0 auto;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3), inset 0 -28px 0px rgba(0,0,0,0.1);
    transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    }
section.do-formularza-zapytania a.przycisk-duzy:hover {
    background: #0c0;
    }

section.do-formularza-zapytania a.przycisk-duzy span {
	position: absolute;
	top: 30px;
	left: 380px;
	display: block;
	width: 55px;
	height: 80px;
	background: url('gfx/cursor.png') no-repeat;
	background-size: 100%;
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
    -webkit-animation-name: strzalka;
    animation-name: strzalka;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    }

@-webkit-keyframes strzalka {
    0% {width:50px;}
    50% {width:40px;}
    100% {width:50px;}
	}
@keyframes strzalka {
    0% {width:50px;}
    50% {width:40px;}
    100% {width:50px;}
	}

section.do-formularza-zapytania a.przycisk-duzy:hover span {
    -webkit-animation-name: none;
    animation-name: none;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-iteration-count: 0;
    animation-iteration-count: 0;
    top: 20px;
	left: 300px;
	width: 30px;
	background-size: 100%;
	opacity: 0;
	}

section.do-formularza-zapytania p {
    display: block;
    margin: auto;
    width: 390px;
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    }

section.realizacje, 
section.szablony, 
section.lista-druga, 
section.kontakt, 
section.referencje, 
section.informacje, 
section.facebook, 
section.domeny, 
section.komunikat,
section.zapytaj {
    position: relative;
    margin-top: 30px;
    }

section.realizacje.graficzne {
	margin-top: 0;
	margin-bottom: 20px;
	}

section.zapytaj {
    margin-top: 0;
    }

section.szablony {
    margin-top: 0;
    }

section.lista-druga {
    margin-top: 0;
    padding-left: 60px;
    }

section.kontakt {
    margin-top: 0;
    }

section.referencje {
	margin-top: 38px;
	}

section.komunikat {
    margin-top: 0;
    }

section.realizacje header, 
section.szablony header, 
section.lista-druga header, 
section.kontakt header, 
section.referencje header, 
section.informacje header, 
section.facebook header, 
section.domeny header, 
section.komunikat header,
section.zapytaj header,
section.kolumna-srodek header {
    position: relative;
    display: block;
    background: url('gfx/ni-star.png') no-repeat left top;
    padding-left: 60px;
    letter-spacing: 1px;
    }

section.kolumna-srodek header {
    margin-right: 60px;
    min-height: 50px;
    background: url('gfx/ni-star2.png') no-repeat left top;
   }

section.realizacje.graficzne header {
    background: url('gfx/ni-brush.png') no-repeat left top;
   }

section.kolumna-srodek.projekt-graficzny header {
    background: url('gfx/ni-brush2.png') no-repeat left top;
   }

section.kolumna-srodek-2 header {
   background: url('gfx/ni-jigsaw2.png') no-repeat left top;
   }

section.kolumna-srodek-2 header span {
	font-weight: 400;
	font-size: 11px;
	color: #aaa;
	letter-spacing: 0;
	font-family: verdana;
	position: absolute;
	right: 0;
	top: 46px;
	}

section.szablony header {
    background: url('gfx/ni-jigsaw.png') no-repeat left top;
    }

section.lista-druga header {
    background: url('gfx/ni-cog.png') no-repeat left top;
    height: 67px;
    margin-left: -60px;
    }

section.kontakt header {
    background: url('gfx/ni-mail.png') no-repeat left top;
    height: 67px;
    display: none;
    }

section.referencje header,
body.artykul.referencje section.artykul>header {
    background: url('gfx/ni-cert.png') no-repeat left 6px;
    }

section.zapytaj header {
    background: url('gfx/ni-zapytaj.png') no-repeat left 4px;
    }

body.artykul.referencje .kolumna-2 section.referencje {
	display: none;
	}

section.informacje header {
    background: url('gfx/ni-info.png') no-repeat 5px 7px;
    background-size: 40px;
    height: 67px;
    }

section.facebook header {
    background: url('gfx/ni-fb.png') no-repeat no-repeat 5px 4px;
    background-size: 40px;
    height: 67px;
    }

section.domeny header,
body.artykul.domeny section.artykul header {
    background: url('gfx/ni-domain.png') no-repeat left 4px;
    height: 67px;
    }

body.artykul.domeny section.domeny {
	display: none;
	}

section.komunikat header {
    background: url('gfx/ni-mail.png') no-repeat left top;
    height: 67px;
    }

section.cennik header {
    background: url('gfx/ni-star.png') no-repeat left top;
    }

body.gwarancja section.komunikat.gwar header {
    background: url('gfx/ni-cog.png') no-repeat left top;
    height: 67px;
    }

section.promocje header {
    background: url('gfx/ni-promocje.png') no-repeat left top;
    height: 67px;
    }

section.komunikat.lifting header {
    background: url('gfx/ni-lifting.png') no-repeat left top;
    }

section.komunikat.cms header {
    background: url('gfx/ni-cog.png') no-repeat left top;
    }

section.realizacje header h1, 
section.szablony header h1, 
section.lista-druga header h1, 
section.kontakt header h1, 
section.realizacje header h2, 
section.szablony header h2, 
section.lista-druga header h2, 
section.kontakt header h2, 
section.referencje header h3, 
section.informacje header h3, 
section.facebook header h4, 
section.domeny header h5, 
section.komunikat header h1,
section.komunikat header h2,
section.komunikat header h3,
section.kolumna-srodek h1,
section.kolumna-srodek h2,
section.zapytaj h1 {
    font-size: 20px;
    text-align: left;
    color: #c00;
    border-bottom: 1px solid #c00;
    padding: 13px 0 3px 0;
    font-weight: bold;
    }

section.realizacje header small a, 
section.szablony header small a {
	font: 9px/30px verdana, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 11px;
	right: 0;
	opacity: 0.5;
	color: #000;
	}
section.realizacje header small a:hover, 
section.szablony header small a:hover {
	opacity: 1;
	color: #c00;
	}


section.kolumna-srodek h2 em {
	display: block;
	font-weight: 400;
	color: #c00;
	}

section.facebook header h4 {
	letter-spacing: 0;
	font-size: 18px;
	}

section.realizacje header p, 
section.szablony header p, 
section.referencje header p, 
section.domeny header p,
section.refs header p {
    display: block;
    padding: 5px 0 0 0;
    line-height: 100%;
    color: #666;
    text-align: left;
    }

section.kolumna-srodek .pod-prezentacja {
	position: relative;
    margin: 20px 60px 0 60px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    letter-spacing: 1px;
    color: #777;
	border-top : 1px solid #c00;
	padding: 30px 0;
	min-height: 345px;
    }

.clear {
	clear: both;
	}

section.kolumna-srodek .pod-prezentacja .zapytaj-form {
	width: 245px;
	float: right;
	}
section.kolumna-srodek .zapytaj-form h3 {
    color: #000;
    padding-bottom: 0.5em;
	}

section.kolumna-srodek .zapytaj-form input,
section.kolumna-srodek .zapytaj-form textarea {
    font: 14px/18px 'open sans', sans-serif;
    width: 222px;
    letter-spacing: 0;
    padding: 5px 10px;
    margin: 0.2em 0 0.7em 0;
    letter-spacing: 1px;
	}

section.kolumna-srodek .zapytaj-form textarea {
    padding: 10px;
	height: 6em;
	transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	font-weight: bold;
	}

section.kolumna-srodek .zapytaj-form textarea:hover,
section.kolumna-srodek .zapytaj-form textarea:focus {
	height: 10em;
	}

input.mailname {
	position: absolute;
	left: -9999px;
	top: -99999px;
	display: none;
	}

section.kolumna-srodek .zapytaj-form input#submit {
	padding: 10px 0 8px 0;
	width: 190px;
	margin: 1.5em 0 0 auto;
	}

section.kolumna-srodek .zapytaj-form label {
	font-size: 11px;
	color: #aaa;
	}

section.kolumna-srodek .pod-prezentacja h2,
section.kolumna-srodek .pod-prezentacja h1,
section.kolumna-srodek .pod-prezentacja small,
section.kolumna-srodek .pod-prezentacja p  {
	width: 210px;
	padding: 0 0px 0.5em 0;
	float: left;
	}

section.kolumna-srodek .pod-prezentacja h2,
section.kolumna-srodek .pod-prezentacja h1 {
	color: #000;
	line-height: 1.4;
	}

section.kolumna-srodek .pod-prezentacja small {
	font-size: 11px;
	color: #aaa;
	}

section.kolumna-srodek .pod-prezentacja p  {
	line-height: 1.4;
	}

section.referencje header p {
	letter-spacing: 0;
	padding-bottom: 20px;
	}

section.domeny header p {
	letter-spacing: 0;
	}

section.realizacje ul, section.szablony ul {
    display: block;
    position: relative;
    margin-top: 30px;
    }

section.realizacje ul li, section.szablony ul li {
    float: left;
    }

section.realizacje ul li a,
section.szablony ul li a,
section.kolumna-mala-1 a.il,
section.kolumna-mala-2 a.il {
    display: block;
    width: 180px;
    height: 180px;
    background-size: 100%;
    background-position: center center;
    margin: 0 0 10px 10px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	text-indent: -9999px;
	border-radius: 0 0 50px 0;
    }
section.realizacje ul li a:hover,
section.szablony ul li a:hover,
section.kolumna-mala-1 a.il:hover,
section.kolumna-mala-2 a.il:hover {
    background-size: 250px;
    box-shadow: inset 0 0 40px rgba(0,0,0,0.8);
	border-radius: 0 0 0px 0;
    }

section.szablony ul li a {
    display: block;
    width: 142px;
    height: 142px;
    margin: 0 0 10px 10px;
    }

section.realizacje p, section.szablony p {
    display: block;
    clear: both;
    text-align: right;
    padding: 15px 0 30px 0;
    }

section.realizacje p a,
section.szablony p a,
section.kolumna-srodek a.zobacz,
section.kolumna-srodek a.zobaczref {
	position: relative;
    display: inline-block;
    padding: 0 0 0 55px;
    width: 315px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    background: #f5f5f5;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
    }
section.szablony p a {
    padding: 0 0 0 90px;
    width: 280px;
    background: #f5f5f5;
    }
section.kolumna-srodek a.zobacz,
section.kolumna-srodek a.zobaczref {
	display: block;
	line-height: 150%;
    padding: 10px;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: normal;
    margin: 50px auto 0;
    color: #888;
    clear: both;
    position: relative;
    }
section.kolumna-srodek a.zobacz span,
section.kolumna-srodek a.zobaczref {
	display: block;
    color: #c00;
	}
section.realizacje p a:hover, section.szablony p a:hover,
section.kolumna-srodek a.zobacz:hover,
section.kolumna-srodek a.zobaczref:hover {
    color: #000;
    background: #eee;
    }

section.realizacje p a span, section.szablony p a span {
	position: absolute;
	left: 8px;
	top: 4px;
	width: 40px;
	height: 40px;
	background: url('gfx/ni-star.png') no-repeat center center;
	background-size: 80%;
	transition: all 0.55s ease;
	-moz-transition: all 0.55s ease;
	-webkit-transition: all 0.55s ease;
	}
section.szablony p a span {
	background: url('gfx/ni-jigsaw.png') no-repeat center center;
	background-size: 90%;
	}
section.realizacje.graficzne p a span {
	background: url('gfx/ni-brush.png') no-repeat center center;
	background-size: 80%;
	}
section.realizacje.graficzne p a {
	letter-spacing: 1px;
	}
section.szablony p a {
	letter-spacing: 1px;
	}
section.realizacje p a:hover span, section.szablony p a:hover span {
	background-size: 100%;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg); 
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg); 
	}

section.lista-druga>ul>li {
    display: block;
    position: relative;
    width: 220px;
    padding-left: 10px;
    border-left: 1px solid #eee;
    float: left;
    margin-bottom: 30px;
	}

a.tocms {
	color: #333;
	}
a.tocms:hover {
	text-decoration: underline;
	}

a.tocms dfn {
	font-weight: bold;
	}

a.tocms span {
	color: #c00;
	}

section.kontakt .tel, section.kontakt .email {
	position: relative;
	padding: 10px 0 0 60px;
	font-size: 34px;
	color: #000;
	}
section.kontakt .email {
	font-size: 23px;
	}

section.kontakt .tel span.icon, section.kontakt .email span.icon {
	position: absolute;
	left: 5px;
	top: 4px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: url('gfx/ni-phone.png') no-repeat 0px 0px;
	transition: all 0.55s ease;
	-moz-transition: all 0.55s ease;
	-webkit-transition: all 0.55s ease;
	}
section.kontakt .email span.icon {
	background: url('gfx/ni-email.png') no-repeat 0px 0px;
	}
section.kontakt .tel:hover span.icon, section.kontakt .email:hover span.icon {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg); 
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg); 
	}

section.kontakt .email a {
	color: #000;
	}

section.kontakt .tel small, section.kontakt .email small {
	display: block;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #999;
	}

section.kontakt h4 {
    font-size: 17px;
    text-align: center;
    color: #c00;
    border-bottom: 1px solid #c00;
    padding: 25px 0 3px 0;
    margin-bottom: 20px;
    font-weight: bold;
    }

input, textarea, button {
	display: block;
	margin: 5px 0;
	padding: 7px 10px;
	font: 15px/130% lato, sans-serif;
	letter-spacing: 1px;
	color: #000;
	border: 1px solid #bbb;
	background: #fafafa;
	box-shadow: inset 0 2px 4px #ddd;
	border-radius: 3px;
	}
input[type="submit"], button {
	box-shadow: inset 0 -16px 2px #eaeaea;
	}

section.kontakt textarea {
	width: 237px;
	height: 80px;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	}
section.kontakt textarea:focus {
	width: 237px;
	height: 200px;
	}

section.kontakt input {
	width: 237px;
	margin-top: 10px;
	}

section.kontakt input.mailname {
	outline: 1px solid red;
	position: absolute;
	left: -9999px;
	}

section.kontakt input[type="submit"] {
	width: 180px;
	margin: 10px auto;
	}

section.referencje a {
    display: inline-block;
    padding: 0;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 130%;
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
    }
section.referencje a:hover {
    background: #eee;
    color: #c00;
    }

section.referencje a img {
	width: 80%;
	margin-bottom: 5px;
	}

section.informacje p {
	text-align: center;
	}

section.informacje p strong, 
section.informacje p small, 
section.informacje p span.nl,
section.informacje p a {
	display: block;
	padding-bottom: 15px;
	}

section.informacje p strong {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 0;
	}

section.informacje p small {
	line-height: 22px;
	color: #aaa;
	letter-spacing: 1px;
	}

section.informacje p span.nl {
	line-height: 18px;
	}

section.informacje p a {
	padding: 0;
	}

section.domeny ul {
	display: block;
	position: relative;
	margin: 20px 0 0 0px;
	}

section.domeny ul li {
	float: left;
	margin-right: 20px;
	line-height: 140%;
	}

section.domeny a {
    display: inline-block;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	text-align: center;
	margin-top: 15px;
	width: 249px;
	background: #f5f5f5;
    }

section.domeny a:hover {
    background: #eee;
    background-size: 10%;
    color: #c00;
    }

section.komunikat p {
	padding: 0 0 0 60px;
	text-align: center;
	font-size: 20px;
	text-indent: 0;
	margin-top: 30px;
	}

section.komunikat.artykul {
	font-size: 17px;
	}

section.komunikat.artykul p {
	font-size: 17px;
	text-align: justify;
	padding-left: 120px;
	}

section.komunikat.artykul.refs>header p {
	font-size: 15px;
	text-align: justify;
	padding-left: 0px;
	padding-top: 0;
	margin-top: 7px;
	}

section.komunikat.artykul ul {
	margin-left: 60px;
	padding-left: 80px;
	padding-top: 1em;
	list-style-type: disc;
	}

section.komunikat.artykul ul li {
	float: left;
	width: 300px;
	padding: 0.5em 0;
	}

section.komunikat.cms ul {
	margin-left: 40px;
	}

section.komunikat.cms ul li {
	clear: both;
	width: 100%;
	padding: 0.2em 0;
	}

section.komunikat.artykul ul li:last-child {
	padding: 0.5em 0 1.5em 0;
	}

section.komunikat.artykul h2 {
	font-size: 20px;
	text-align: left;
	color: #c00;
	border-bottom: 1px solid #c00;
	padding: 13px 0 3px 0;
	margin: 1em 0 1em 60px;
	font-weight: bold;
	clear: both;
	}

section.kolumna-srodek nav ul li a {
	display: block;
	color: #bbb;
	text-transform: uppercase;
	font: normal 10px/30px verdana, sans-serif;
	margin-left: 20px;
	}

section.kolumna-srodek nav ul li a:hover {
	color: #c00;
	}

footer {
    clear: both;
    background: #fff url('gfx/new-bg-2.png') no-repeat center -30px;
    position: relative;
	display: block;
	position: relative;
	text-align: center;
	}

footer div {
	position: relative;
	width: 1100px;
	margin: auto;
	padding-top: 130px;
	background: url('gfx/lg.png') no-repeat right 180px;
	background-size: 35%;
	text-align: left;
	}

footer div ul {
	width: 400px;
	padding-left: 60px;
	height: 180px;
	}

footer div ul li {
	float: left;	
	}

footer div ul li a {
	display: block;
	color: #aaa;
	text-transform: uppercase;
	font-size: 12px;
	width: 190px;
	}
footer div ul li a:hover {
	color: #000;
	}

footer div p {
	color: #aaa;
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	font-size: 9px;
	width: 380px;
	text-align: right;
	position: absolute;
	top: 266px;
	right: 0;
	text-shadow: 0 0 2px #fff;
	}	

footer div a.do-gory {
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #ddd;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 8px;
	font-size: 10px;
	}
footer div a.do-gory:hover {
	color: #000;
	}

footer div a.do-gory span {
	display: block;
	font-size: 100px;
	color: #eee;
	font-weight: 300;
	}
footer div a.do-gory:hover span {
	color: #000;
	}

section.kolumna-mala-1,
section.kolumna-mala-2 {
	float: left;
	width: 180px;
	text-align: center;
	padding: 73px 30px 200px 0;
	}

section.kolumna-mala-2 {
	padding: 73px 0 200px 30px;
	}

section.kolumna-mala-1 a,
section.kolumna-mala-2 a {
	color: #bbb;
	text-transform: uppercase;
	font: 10px/30px verdana, sans-serif;
	}
 
section.kolumna-mala-1 a span,
section.kolumna-mala-2 a span {
	display: block;
	margin-top: 185px;
	color: #666;
	margin-left: -20px;
	margin-right: -20px;
	height: 3em;
	overflow: hidden;
	}
 
section.kolumna-mala-1 a.il,
section.kolumna-mala-2 a.il {
	margin: 0;
	margin-top: -213px;
	border: 1px solid #fff;
	}

section.kolumna-srodek {
	position: relative;
	float: left;
	width: 618px;
	padding: 0px 30px 30px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}

section.kolumna-srodek span.zoom {
	margin-left: 59px;
	margin-top: -8px;
	box-shadow: 0 0 25px #eee;
	border: 1px solid #fff;
	}

div.over,
div.over2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: none;
	}

.kolumna-srodek nav.bc {
	position: relative;
	left: -241px;
	top: -102px;
	}

.kolumna-srodek nav.bc ol {
	width: 1000px;
	}

body.szablon .kolumna-srodek nav.bc {
	position: relative;
	left: -241px;
	top: -122px;
	}

nav.bc ol li {
	float: left;
	color: #bbb;
	font: normal 10px/30px verdana, sans-serif;
	text-transform: uppercase;
	margin: 0 3px;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff;
	}

nav.bc ol li a {
	color: #bbb;
	}
nav.bc ol li a:hover {
	color: #c00;
	}

div.ilu {
	margin: 2em 0 0 120px;
	}

section.cms div.ilu {
	box-shadow: 0 0 20px #ddd;
	}


div.ilu img {
	width: 100%;
	}

section.lifting ul.cechy-liftingu {
	margin: 20px 0 0 120px;
	padding: 0;
	list-style-type: none;
	}

section.lifting ul.cechy-liftingu li,
section.lifting ul.cechy-liftingu li:last-child {
	display: block;
	width: auto;
	float: none !important;
	position: relative;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	padding-left: 80px;
	height: 60px;
	margin-top: 0px;
	}

section.lifting ul.cechy-liftingu li img {
	position: absolute;
	top: 10px;
	left: 0;
	}

.zoom {
	cursor: pointer;
	}

body.artykul nav.bc {
	position: relative;
	left: 0px;
	top: -119px;
	width: 420px;
	}

.kolumna-1 section section.referencje {
	padding: 30px 10px 10px 60px;
	height: 380px;
	}

.kolumna-1 section section.referencje header {
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
	}

.kolumna-1 section section.referencje header h2 {
	border-bottom: none;
	padding: 0;
	margin: 0;
	color: #aaa;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.6;
	}

.kolumna-1 section section.referencje header p {
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin: 0;
	color: #444;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 15px;
	}

.kolumna-1 section section.referencje a.reflink,
.kolumna-1 section section.referencje .likelink {
	display: block;
	left: 0;
	margin: 50px 10px 5px 240px !important;
	padding: 0 !important;
	text-align: right;
	padding-top: 50px;
	background: none;
	}

.kolumna-1 section section.referencje a.refimg {
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
	border-radius: 0;
	background: none;
	border-right: 1px solid #ddd;
	float: left;
	}

.kolumna-1 section section.referencje>p {
	padding: 0;
	margin: 0;
	float: left;
	width: 439px;
	padding: 0px 10px 30px 35px;
	font: italic 16px/1.8 lato, arial, sans-serif;
	text-align: left;
	color: #999;
	}

body.portfolio nav.bc {
	position: relative;
	left: 0px;
	top: -116px;
	width: 420px;
	}

div.zapytanie {
	position: relative;
	margin-left: 60px;
	}

.zapytanie table.over tr {
	background: #ffa;
	cursor: pointer;
	}

.zapytanie table.cloneover tr {
	background: #ffa;
	}

.zapytanie table.clicked tr {
	background: #dfb;
	}

.zapytanie h4 {
	font-weight: bold;
	padding: 30px 10px 20px 0;
	font-size: 26px;
	line-height: 26px;
	}

.zapytanie h4 span {
	display: inline-block;
	width: 45px;
	font-size: 20px;
	color: #c00;
	font-weight: bold;
	}

.zapytanie table.zapytanie {
	border: 0;
	width: 100%;
	background: #f5f5f5;
	border-radius: 8px;
	margin: 3px auto;
	}

.zapytanie table.zapytanie td.l,
.zapytanie td.lc {
	padding: 14px 10px 10px 10px;
	width: 30px;
	text-align: right;
	vertical-align: top;
	}

.zapytanie table.zapytanie td.lc {
	padding-top: 12px;
	}

.zapytanie table.zapytanie td.r {
	padding: 10px 10px 10px 0;
	width: 590px;
	text-align: left;
	}

.zapytanie table.zapytanie td.r,
.zapytanie td.r td {
	font-size: 16px;
	line-height: 19px;
	color: #444;
	}

.zapytanie table.zapytanie td.r small {
	display: block;
	padding-top: 5px;
	font-size: 13px;
	line-height: 16px;
	color: #aaa;
	}

.zapytanie table.zapytanie td.r table,
.zapytanie td.r tr,
.zapytanie td.r td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}

.zapytanie table.zapytanie td.r table td {
	display: block;
	}

.zapytanie input.bez {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	}

section.zapytaj>p {
	margin: 30px 0 10px 60px;
	text-align: justify;
	}

.zapytanie .overwyslij {
	text-align: center;
	padding: 0 0 100px 0;
	}

.zapytanie .wyslijprzycisk {
	display: block;
	position: relative;
	margin: 0 auto;
	font-size: 22px;
	border: 1px solid #c00;
	padding: 10px 50px;
	color: #c00;
	}
.zapytanie .wyslijprzycisk:hover {
	border: 1px solid #aaa;
	color: #000;
	}

.zapytanie textarea.zapytanie-opis {
	width: 580px;
	height: 100px;
	}

.zapytanie .ifpozycjonowanie span {
	display: block;
	padding-top: 10px;
	width: 270px;
	margin-left: 20px;
	font-size: 13px;
	}

.zapytanie .ifpozycjonowanie {
	display: none;
	}

.zapytanie .ifpozycjonowanie span+input {
	margin-left: 18px;
	}

.rkl {
	margin-top: 50px;
	position: relative;
	text-align: center;
	}

.rkl img {
	width: 259px;
	}

.rkl a:hover {
	opacity: 0.7;
	}

.under-txt {
	position: relative;
	clear: both;
	padding-top: 100px;
	}

.under-txt article header {
    position: relative;
    display: block;
    padding-left: 60px;
    letter-spacing: 1px;
    background: url('gfx/ni-info.png') no-repeat left top;
    height: 50px;
    padding-bottom: 30px;
    }

.under-txt article header h1,
.under-txt article header h2,
.under-txt article header h3,
.under-txt article header h4,
.under-txt article header h5,
.under-txt article header h6 {
    font-size: 20px;
    text-align: left;
    color: #c00;
    border-bottom: 1px solid #c00;
    padding: 13px 0 3px 0;
    font-weight: bold;
	}

.under-txt article p {
	padding: 0 0 20px 60px;
	text-align: justify;
	clear: both;
	}

/*
a.badge {
	display: block;
	width: 104px;
	height: 138px;
	background: url('gfx/badge.png') no-repeat;
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 50;
	}
a.badge:hover {
	top: 17px;
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	}
*/

.addtxt {
	clear: both;
	}

article.addtxt p {
	width: auto !important;
	text-align: justify;
	color: #aaa;
	}

article.addtxt header {
	width: 100% !important;
	text-align: justify;
	background: none !important;
	padding: 0;
	margin: 0;
	min-height: 0;
	padding-top: 50px;
	}

article.addtxt header h1,
article.addtxt header h2,
article.addtxt header h3,
article.addtxt header h4,
article.addtxt header h5,
article.addtxt header h6 {
	color: #000;
	}

.tylkotelmail {
	padding: 10px 0 40px 0px;
	margin-left: 60px;
	text-align: center;
	border-bottom: 1px solid #c00;
	}

.tylkotelemail2 {
	border-bottom: none;
	}

.tylkotelmail input {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	}

.tylkotelmail textarea {
	width: 50%;
	height: 4em;
	margin: 0px auto 10px;
	}

.tylkotelmail.tylkotelemail2 input[type="text"] {
	width: 50%;
	display: block;
	margin: 10px auto 10px;
	}

.red {
	color: #c00 !important;
	}

.black {
	color: #777 !important;
	}

.bold {
	font-weight: bold;
	}

.gray {
	color: #aaa;
	}

nav.mmenu {
	display: block;
	position: relative;
	top: -60px;
	margin-top: -27px;
	}

body.realhome nav.mmenu {
	margin-top: 0;
	}

nav.mmenu ul {
	display: block;
	position: relative;
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
	background: url('gfx/mmenu.png') no-repeat bottom center;
	background-size: 100%;
	}

nav.mmenu ul ul {
	display: none;
	}

nav.mmenu ul li {
	display: inline-block;
	}

nav.mmenu ul li a {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	padding: 10px 15px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0 #fff;
	}

nav.mmenu ul li a:hover {
	color: #c00;
	}

nav.mmenu ul li a.active {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	}

section.promocja {
	border-bottom: 1px solid #37bc9b;
	background: rgba(55,188,155,0.1);
	margin-left: 60px;
	border-radius: 0 0 16px 16px;
	position: relative;
	margin-top: 150px;
	}

section.promocja header {
	background: none;
	padding-left: 0;
	height: auto;
	top: -109px;
	margin-bottom: -103px;
	}

section.promocja header h1,
section.promocja header h2,
section.promocja header h3,
section.promocja header h4,
section.promocja header h5,
section.promocja header h6 {
	border-bottom: 1px solid #37bc9b;
	color: #37bc9b;
	font-size: 46px;
	line-height: 1;
	text-indent: 0 !important;
	text-align: center;
	height: auto;
	padding-left: 0;
	padding-right: 0;
	margin-top: 40px;
	margin-bottom: 20px;
	}

section.promocja img {
	max-width: 90%;
	position: relative;
	display: block;
	margin: 20px auto;
	}

section.promocja p {
	max-width: 90%;
	margin: 20px auto;
	text-align: justify;
	padding-left: 0;
	font-size: 21px;
	}

.numerek {
	display: block;
	position: relative;
	margin-left: 360px;
	background: #f5f5f5;
	width: 100px;
	height: 100px;
	border-radius: 999px;
	text-align: center;
	line-height: 100px;
	font-size: 50px;
	font-weight: 300;
	margin-top: 70px;
	margin-bottom: -30px;
	}

a.gwar {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 140px;
	height: 132px;
	text-align: left;
	text-indent: -9999px;
	background: url('gfx/gwar.png');
	}

a.gwar:hover {
	opacity: 0.8;
	}

section.cennik dl dt {
	background: #e6e9ed;
	display: block;
	text-align: left;
	padding: 10px 20px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
	width: 60%;
	margin-top: 60px;
	}

section.cennik dl dd {
	background: #f5f7fa;
	border: 1px solid #e6e9ed;
	display: block;
	text-align: left;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	min-height: 230px;
	position: relative;
	}

section.cennik dl dd ul {
	padding: 0 !important;
	padding-left: 30px !important;
	margin: 15px 0 15px 20px !important;
	float: none !important;
	display: block !important;
	width: 100%;
	}

section.cennik dl dd li {
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
	width: auto !important;
	}

section.cennik .cena {
	display: block;
	position: absolute;
	top: 25px;
	right: 60px;
	text-align: center;
	width: 150px;
	line-height: 1;
	}

section.cennik .cena span {
	font-weight: bold;
	display: block;
	font-size: 1.3em;
	color: #c00;
	}

section.cennik .termin {
	display: block;
	position: absolute;
	top: 100px;
	right: 60px;
	text-align: center;
	width: 150px;
	font-size: 0.9em;
	}

section.cennik .termin span {
	font-weight: bold;
	padding-top: 4px;
	display: block;
	line-height: 1;
	}

section.cennik header p {
    display: block;
    padding: 5px 0 0 0 !important;
    line-height: 100%;
    color: #666;
    text-align: left;
    margin-top: 0;
	}

section.cennik .pinfo,
section.cennik .oprocz {
	padding: 0 !important;
	margin-top: 50px;
	}

section.cennik ul.pooprocz {
	padding: 0 !important;
	margin-top: 10px;
	float: none !important;
	height: auto !important;
	min-height: 170px;
	}

section.cennik .pooprocz li {
	padding: 0 !important;
	margin: 0px;
	width: 100% !important;
	}

section.cennik p.tel {
	padding: 0;
	margin: 40px auto 0 auto;
	font-size: 60px;
	text-align: center;
	}

section.cennik p.email {
	padding: 0;
	margin: 40px auto 0 auto;
	font-size: 38px;
	text-align: center;
	}

a.cdl {
	display: block;
	outline: 1px solid #c00;
	margin-top: 50px;
	padding: 0 10px;
	width: 250px;
	text-align: center;
	font-weight: bold;
	margin: 50px 0 5px auto;
	clear: both;
	}

a.zamowteraz {
	position: relative;
    background: #0a0;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-shadow: -1px -1px 0 #080;
    border: 1px solid #080;
    border-radius: 6px;
    display: inline-block;
    width: 180px;
    margin: 30px auto 0 auto;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3), inset 0 -20px 0px rgba(0,0,0,0.1);
	transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	text-align: center;
	position: absolute;
	top: 150px;
	right: 40px;
	}

section.komunikat.artykul ul.gratis {
	color: #c00;
	list-style: none;
	}

section.komunikat.artykul ul.gratis li {
	display: block;
	position: relative;
	background: url('gfx/gift.png') no-repeat 0 0;
	background-size: auto 19px;
	padding-left: 25px !important;
	margin-left: -25px !important;
	margin-bottom: 4px !important
	}

a.il2 {
    display: inline-block;
    width: 130px;
    height: 130px;
    background-size: 100%;
    background-position: center center;
    margin: 13px 15px 8px 5px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.2);
    transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    text-indent: 0px;
    border-radius: 0 0 0px 0;
    position: relative;
}
a.il2:hover {
    background-size: 150px;
    box-shadow: inset 0 0 40px rgba(0,0,0,0.8);
	border-radius: 0 0 0px 0;
    }

a.il2 span {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 99px;
	text-align: center;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: -10px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.36);
	}

section.cennik dl dd li {
    padding: 0 !important;
    margin: 0 300px 0 0 !important;
    float: none !important;
    width: auto !important;
    font-size: 1.2em !important;
    padding-bottom: 10px !important;
}

.szaby {
	display: block;
	padding: 10px;
    margin: 0 300px 0 0 !important;
	}

a.inil {
	display: block;
	padding: 10px;
	}

a.inil img {
	width: 500px;
	}






@media (min-width: 970px) and (max-width: 1210px) {

	body.home>header,
	body.portfolio>header,
	body.artykul>header {
		width: 900px;
		}

	body.home main,
	body.portfolio main,
	body.artykul main,
	div.as-main {
		width: 900px;
		}

	body.home div.kolumna-1,
	body.portfolio div.kolumna-1,
	body.artykul div.kolumna-1 {
		width: 560px;
		}

	section.lista-pierwsza ul li span {
		letter-spacing: -1px;
		}

	section.realizacje ul li a,
	section.szablony ul li a {
		width: 175px;
		height: 175px;
		}

	section.szablony ul li a {
		width: 129px;
		height: 129px !important;
		}

	footer div {
		width: 900px;
		}

	section.kolumna-mala-1,
	section.kolumna-mala-2 {
		width: 159px;
		padding: 28px 0px;
		}

	section.kolumna-srodek {
		position: relative;
		float: left;
		width: 500px;
		padding: 20px 40px;
		}

	section.kolumna-srodek p {
		padding-left: 0;
		padding-right: 0;
		}

	section.kolumna-srodek span.zoom {
		margin-left: 0px;
		margin-top: 25px;
		box-shadow: 0 0 25px #eee;
		border: 1px solid #fff;
		}

	section.kolumna-mala-1 a.il,
	section.kolumna-mala-2 a.il {
		width: 150px;
		height: 150px;
		margin: 0 auto;
		}

	section.kolumna-mala-1 a,
	section.kolumna-mala-2 a {
		font: 10px/1.3 verdana, sans-serif;
		}

	section.kolumna-mala-1 a span,
	section.kolumna-mala-2 a span {
		margin-top: 0px;
		height: 40px;
		}

	section.kolumna-srodek header {
		margin-right: 0px;
		}

	section.kolumna-srodek nav ul {
		right: 40px;
		}
	
	section.kolumna-srodek .pod-prezentacja {
		margin-left: 0;
		margin-right: 0;
		}

	.kolumna-srodek nav.bc {
		position: relative;
		left: 0px;
		top: -116px;
		width: 420px;
		}

	body.portfolio nav.bc {
		position: relative;
		left: 0px;
		top: -116px;
		width: 420px;
		}

	body.artykul nav.bc {
		position: relative;
		left: 0px;
		top: -116px;
		width: 420px;
		}

	body.portfolio section.realizacje header p {
		letter-spacing: 0;
		}

	body.artykul section.komunikat.artykul p {
		padding-left: 0;
		}

	body.artykul div.ilu {
		margin-left: 0;
		}

	body.artykul section.realizacje header p {
		letter-spacing: 0;
		}

	body.artykul section.komunikat.artykul ul {
		margin-left: 0px;
		}

	body.artykul section.komunikat.artykul h2 {
		margin-left: 0px;
		margin-top: 50px;
		}

	.kolumna-1 section section.referencje {
		padding: 0px 10px 10px 60px;
		height: 380px;
		}

	.kolumna-1 section section.referencje header h2 {
		font-size: 23px;
		}

	.kolumna-1 section section.referencje header p {
		font-size: 20px;
		}

	.kolumna-1 section section.referencje a.reflink,
	.kolumna-1 section section.referencje .likelink {
		margin: 40px 10px 5px 240px !important;
		}

	.kolumna-1 section section.referencje a.refimg {
		width: 150px;
		}

	.kolumna-1 section section.referencje>p {
		width: 299px;
		padding: 10px 10px 30px 30px !important;
		font: italic 15px/1.5 lato, arial, sans-serif;
		}

	.zapytanie textarea.zapytanie-opis {
		width: 300px;
		height: 100px;
		}
/*
	a.badge {
		display: block;
		width: 104px;
		height: 138px;
		background: url('gfx/badge.png') no-repeat;
		position: absolute;
		top: 12px;
		right: -60px;
		z-index: 10;
		}
*/
	.kolumna-srodek nav.bc ol {
		width: 950px;
		}

	section.cennik dl dd ul {
		width: 290px;
		margin-left: -10px !important;
		}

	section.cennik dl dd ul li {
		width: 290px;
		margin-right: 0 !important;
		margin-left: 0px !important;
		}

	.szaby {
		margin-right: 0 !important;
		width: 470px;
		}

	a.inil img {
		width: 400px;
		}

	section.cennik dl dt {
		font-size: 22px;
		}


}


















































@media (min-width: 0px) and (max-width: 970px) {

	body.home>header,
	body.portfolio>header,
	body.artykul>header {
		width: 400px;
		}

	body>header a {
		width: 400px;
		padding: 40px 0 50px 0px;
		font-size: 25px;
		text-align: center;
		letter-spacing: 0px;
		margin: 0;
		}
	body>header a img {
		width: 400px;
		margin-left: 0;
		margin-bottom: -30px;
		}

	body.home main,
	div.as-main,
	body.portfolio main,
	body.artykul main {
		width: 400px;
		}

	body.home div.kolumna-1,
	body.portfolio div.kolumna-1,
	body.artykul div.kolumna-1 {
		width: 400px;
		float: none;
		margin: 0;
		padding: 0;
		}

	section.lista-pierwsza header h1,
	section.lista-pierwsza header p {
		display: block;
		text-align: center;
		}

	section.lista-pierwsza ul li span {
		font-size: 19px;
		letter-spacing: 0px;
		}

	section.do-formularza-zapytania a.przycisk-duzy {
		width: 370px;
		}

	section.do-formularza-zapytania a.przycisk-duzy:hover {
		background: #0c0;
		}

	section.do-formularza-zapytania a.przycisk-duzy span,
	section.do-formularza-zapytania a.przycisk-duzy:hover span {
		display: none;
		}

	section.realizacje ul li a, section.szablony ul li a {
		width: 189px;
		height: 189px;
		}
	
	section.realizacje ul li:nth-child(9), section.szablony ul li:nth-child(9),
	section.realizacje ul li:nth-child(10), section.szablony ul li:nth-child(10),
	section.realizacje ul li:nth-child(11), section.szablony ul li:nth-child(11),
	section.realizacje ul li:nth-child(12), section.szablony ul li:nth-child(12),
	section.realizacje ul li:nth-child(13), section.szablony ul li:nth-child(13),
	section.realizacje ul li:nth-child(14), section.szablony ul li:nth-child(14),
	section.realizacje ul li:nth-child(15), section.szablony ul li:nth-child(15),
	section.realizacje ul li:nth-child(16), section.szablony ul li:nth-child(16),
	section.realizacje ul li:nth-child(17), section.szablony ul li:nth-child(17),
	section.realizacje ul li:nth-child(18), section.szablony ul li:nth-child(18),
	section.realizacje ul li:nth-child(19), section.szablony ul li:nth-child(19),
	section.realizacje ul li:nth-child(20), section.szablony ul li:nth-child(20) {
		display: none;
		}

	section.lista-druga>ul {
		margin-top: 30px;
		}

	section.lista-druga>ul>li {
		display: block;
		width: 300px;
		font-size: 17px;
		}

	div.kolumna-2 {
		clear: both;
		display: block;
		position: relative;
		width: 400px;
		padding-left: 0;
		border-left: none;
		float: none;
		}

	section.kontakt .tel,
	section.kontakt .email {
		position: absolute;
		top: -4850px;
		left: 70px;
		width: 240px;
		}
	section.kontakt .email {
		top: -4795px;
		left: 70px;
		}

	body.portfolio section.kontakt .tel,
	body.portfolio section.kontakt .email,
	body.artykul section.kontakt .tel,
	body.artykul section.kontakt .email {
		position: relative;
		top: 20px;
		left: 70px;
		width: 240px;
		}
	body.portfolio section.kontakt .email,
	body.artykul section.kontakt .email {
		top: 10px;
		left: 70px;
		}

	body.portfolio section.referencje,
	body.portfolio section.informacje,
	body.portfolio section.domeny,
	body.artykul section.referencje,
	body.artykul section.informacje,
	body.artykul section.domeny {
		display: none;
		}

	body.portfolio section.facebook,
	body.artykul section.facebook {
		margin-top: 100px;
		margin-bottom: 50px;
		}

	body.portfolio section.facebook iframe,
	body.artykul section.facebook iframe {
		margin-left: 0;
		width: 400px !important;
		}

	section.lista-pierwsza {
		margin-top: 120px;
		padding-right: 20px;
		}
	
	section.kontakt input,
	section.kontakt textarea {
		width: 300px !important;
		margin: 10px auto;
		}

	section.referencje a {
		display: block;
		width: 90%;
		margin: auto;
		}
	section.referencje a img {
		display: block;
		margin: auto;
		}

	section.facebook iframe {
		margin-left: 19%;
		}
	
	section.domeny ul {
		height: 90px;
		}

	section.domeny a {
		clear: both;
		display: block;
		margin: 20px auto;
		}

	footer div {
		width: 400px;
		background: url('gfx/lg.png') no-repeat right 300px;
		background-size: 45%;
		}

	footer div ul {
		width: 300px;
		padding-left: 10px;
		margin-top: -30px;
		height: 280px;
		}

	footer div ul li {
		float: left;
		line-height: 150%;	
		}

	footer div ul li a {
		display: block;
		color: #aaa;
		text-transform: uppercase;
		font-size: 12px;
		width: 190px;
		}
	footer div ul li a:hover {
		color: #000;
		}

	footer div p {
		top: 366px;
		}
	
	section.kolumna-mala-1,
	section.kolumna-mala-2 {
		position: absolute;
		top: 0;
		left: 0px;
		width: 200px;
		padding: 28px 0px;
		text-align: center;
		z-index: 100;
		}

	section.kolumna-mala-2 {
		position: absolute;
		top: 0;
		left: auto;
		right: 0px;
		}

	section.kolumna-srodek {
		position: relative;
		float: left;
		width: 400px;
		padding: 200px 0px 0 0px;
		border: none;
		}

	section.kolumna-srodek p {
		padding-left: 0;
		padding-right: 0;
		}

	section.kolumna-srodek img {
		width: 398px;
		}

	section.kolumna-srodek span.zoom {
		margin-left: 0px;
		margin-top: 0px;
		box-shadow: 0 0 25px #eee;
		border: 1px solid #fff;
		}

	section.kolumna-mala-1 a.il,
	section.kolumna-mala-2 a.il {
		width: 100px;
		height: 100px;
		margin: 0 auto;
		margin-top: -12px;
		}

	section.kolumna-mala-1 a,
	section.kolumna-mala-2 a {
		font: 10px/1.3 verdana, sans-serif;
		}

	section.kolumna-mala-1 a span, section.kolumna-mala-2 a span {
		margin-top: 0px;
		height: 40px;
		}

	section.kolumna-srodek header {
		margin-right: 0px;
		margin-bottom: 20px;
		}

	section.kolumna-srodek nav ul {
		position: absolute;
		display: block;
		top: -30px;
		right: 0px;
		}

	section.kolumna-srodek nav ul li {
		float: left;
		width: 200px;
		}

	section.kolumna-srodek nav ul li a {
		width: 200px;
		margin-left: 0px;
		text-align: center;
		}

	section.kolumna-srodek .pod-prezentacja {
		margin-left: 0;
		margin-right: 0;
		}

	section.kolumna-srodek .pod-prezentacja * {
		width: 90% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		}

	section.kolumna-srodek .pod-prezentacja .zapytaj-form {
		margin-bottom: 40px !important;
		}

	section.kolumna-srodek .pod-prezentacja .opis {
		margin-left: 40px !important;
		}

	.kolumna-srodek nav.bc {
		position: relative;
		left: 10px;
		top: -316px;
		width: 385px;
		}

	.kolumna-srodek-2 nav.bc {
		top: -346px;
		}

	section.kolumna-srodek-2 header span {
		top: 70px;
		}

	body.portfolio nav.bc {
		position: relative;
		left: 12px;
		top: -126px;
		width: 380px;
		}

	body.artykul nav.bc {
		position: relative;
		left: 12px;
		top: -126px;
		width: 380px;
		} 

	body.artykul section.komunikat.artykul p {
		padding-left: 0;
		}

	body.artykul div.ilu {
		margin-left: 0;
		}

	body.artykul section.realizacje header p {
		letter-spacing: 0;
		}

	body.artykul section.komunikat.artykul ul {
		margin-left: 0px !important;
		margin-right: 0px !important;
		}

	body.artykul section.komunikat.artykul ul li {
		margin-right: 0px !important;
		}

	.szaby {
		margin: 0 0px 0 0 !important;
		}

	a.inil img {
		width: 340px;
	}

	body.artykul section.komunikat.artykul h2 {
		margin-left: 0px;
		margin-top: 50px;
		}

	section.komunikat.artykul {
		border-bottom: 3px double #ddd;
	  	margin-bottom: 0px;
	  	padding-bottom: 60px;
		}

	section.realizacje header small a, section.szablony header small a {
		display: none;
		}

	.kolumna-1 section section.referencje {
		padding: 0px 10px 10px 60px;
		height: auto;
		display: block;
		}

	.kolumna-1 section section.referencje header h2 {
		font-size: 20px;
		}

	.kolumna-1 section section.referencje header p {
		font-size: 13px;
		text-align: left;
		}

	.kolumna-1 section section.referencje a.reflink,
	.kolumna-1 section section.referencje .likelink {
		margin: 0px !important;
		padding: 0 !important;
		left: 0 !important;
		padding-top: 15px !important;
		position: relative;
		text-align: left;
		font-size: 13px;
		}

	.kolumna-1 section section.referencje a.refimg {
		width: 160px;
		padding: 0 !important;
		padding-top: 13px !important;
		position: relative;
		border: 0 !important;
		margin-left: 20px !important;
		float: right;
		}

	.kolumna-1 section section.referencje a.refimg img {
		width: 160px;
		padding: 0 !important;
		}

	.kolumna-1 section section.referencje>p {
		width: auto;
		float: none;
		padding: 10px !important;
		font: italic 15px/1.5 lato, arial, sans-serif;
		}

	.zapytanie h4 {
		font-size: 20px;
		}

	.zapytanie textarea.zapytanie-opis {
		width: 250px;
		height: 100px;
		}

	.zapytanie .wyslijprzycisk {
		font-size: 18px;
		padding: 10px 20px;
		}

	.zapytaj .kolumna-1 {
		border-bottom: 3px double #aaa;
		}

	div.zapytanie {
		padding-bottom: 100px;
		}

	section.lifting ul.cechy-liftingu li,
	section.lifting ul.cechy-liftingu li:last-child {
		height: auto;
		}

	section.realizacje p a,
	section.szablony p a,
	section.kolumna-srodek a.zobacz,
	section.kolumna-srodek a.zobaczref {
		width: 335px;
		}

	a.badge {
		display: none;
		}

	nav.mmenu {
		display: block;
		position: relative;
		top: -60px;
		margin-top: -27px;
		width: 100%;
		}

	body.realhome nav.mmenu {
		margin-top: 0;
		}

	nav.mmenu ul {
		display: block;
		position: relative;
		text-align: center;
		width: auto;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		background: url('gfx/mmenu.png') no-repeat bottom center;
		background-size: auto 100%;
		padding-top: 30px;
		padding-bottom: 10px;
		}

	nav.mmenu ul ul {
		display: none;
		}

	nav.mmenu ul li {
		display: inline-block;
		}

	nav.mmenu ul li a {
		display: block;
		font-size: 20px;
		font-weight: 400;
		color: #000;
		padding: 5px 15px;
		text-transform: uppercase;
		text-shadow: -1px -1px 0 #fff;
		}

	nav.mmenu ul li a:hover {
		color: #c00;
		}

	nav.mmenu ul li a.active {
		background: rgba(0,0,0,0.05);
		border-bottom: 1px solid #c00;
		}

	footer div a.do-gory {
		display: none;
		}

	section.do-formularza-zapytania header h2 {
		padding: 0 10px 3px 10px;
		}

	section.do-formularza-zapytania p {
		text-align: center;
		}

	section.domeny ul {
		display: block;
		position: relative;
		margin: 20px 10px 0 10px;
		}

	footer {
		width: 100%;
		}


	section.do-formularza-zapytania {
		position: relative;
		text-align: center;
		margin: 0px 0 0px; 0;
		top: 100px;
		}

	section.do-formularza-zapytania header h2 {
		letter-spacing: 0;
		font-size: 18px;
		margin-bottom: -20px;
		}

	.kolumna-srodek nav.bc ol {
		width: 400px;
		}

	a.gwar {
		display: none !important;
		}

	section.cennik dl dd ul {
		width: auto;
		}

	section.cennik dl dt {
		font-size: 22px;
		width: 100%;
		}

	section.cennik dl dd {
		width: 100%;
		}

	section.cennik .cena,
	section.cennik .termin {
		display: block;
		position: relative;
		top: 0px;
		right: 0px;
		text-align: center;
		width: auto;
		line-height: 1.1;
		margin-bottom: 20px;
		}

	a.zamowteraz {
		display: block;
		position: relative;
		top: 0px;
		right: 0px;
		margin: 0 auto 20px auto;
		}

	section.cennik p.tel {
		font-size: 50px;
		}

	section.cennik p.email {
		font-size: 31px;
		}

	a.cdl {
		display: block;
		outline: 1px solid #c00;
		margin-top: 50px;
		padding: 0 10px;
		width: 250px;
		text-align: center;
		font-weight: bold;
		margin: 50px 0 5px auto;
		clear: both;
		}

}







@media (min-width: 1800px) and (max-width: 9999px) {

	body {
		font: 15px/180% lato, arial, sans-serif;
		}


	body>header {
		width: 1790px;
		}

	main, div.as-main {
		width: 1790px;
		}

	div.kolumna-1 {
		width: 1355px;
		}

	div.kolumna-2 {
		width: 350px;
		}

	section.lista-pierwsza {
		margin-left: -45px;
		padding-left: 0px;
		background: none;
		border-radius: 0;
		}

	section.lista-pierwsza header {
		text-align: left;
		color: #c00;
		font-weight: bold;
		border-bottom: 1px solid #c00;
		display: inline;
		padding-bottom: 3px;
		position: relative;
		display: block;
		text-align: center;
		width: 600px;
		margin: 0 auto -10px auto !important;
		}

	.lista-pierwsza ul li {
		display: inline-block;
		width: 650px;
		position: relative;
		left: 40px;
		}

	section.realizacje ul li a,
	section.szablony ul li a,
	section.kolumna-mala-1 a.il,
	section.kolumna-mala-2 a.il {
		width: 215px;
		height: 215px;
		}

	section.szablony ul li a {
		display: block;
		width: 183px;
		height: 183px;
		margin: 0 0 10px 10px;
		}

	.home.realhome section.szablony ul li:nth-child(15),
	.home.realhome section.szablony ul li:nth-child(16),
	.home.realhome section.szablony ul li:nth-child(17),
	.home.realhome section.szablony ul li:nth-child(18),
	.home.realhome section.szablony ul li:nth-child(19),
	.home.realhome section.szablony ul li:nth-child(20) {
		outline: 1px solid red;
		display: none;

	}

	section.kontakt textarea {
		width: 327px;
		}
	section.kontakt textarea:focus {
		width: 327px;
		}

	section.kontakt input {
		width: 327px;
		}

	section.referencje a {
		position: relative;
		margin: 0 auto;
		width: 330px;
	}


	section.referencje a img {
		display: block;
		position: relative;
		margin: 0 auto;
	}

	.facebook iframe {
		margin-left: 50px;
	}

	section.lista-druga>ul>li {
		width: 314px;
		margin: 0 35px;
		padding-left: 40px;
		border-left: 1px solid #d6d6d6;
		margin-bottom: 30px;
		margin-top: 30px;
		font-size: 1.2em;
		}

	nav.mmenu ul li a {
		font-size: 25px;
		padding: 10px 20px;
		}

	section.kontakt .tel, section.kontakt .email {
		font-size: 44px;
		}
	section.kontakt .email {
		font-size: 30px;
		}

	section.kontakt .tel small, section.kontakt .email small {
		font-size: 13.4px;
		color: #999;
		padding-top: 5px;
		}

	section.domeny a {
		margin-left: 50px;
		}

	section.kolumna-srodek {
		width: 818px;
		}

	.zoom img:first-child { 
		width: 696px;
		}

	section.kolumna-srodek .pod-prezentacja {
		position: relative;
		margin: 20px 60px 0 60px;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		letter-spacing: 1px;
		color: #777;
		border-top : 1px solid #c00;
		padding: 30px 0;
		min-height: 345px;
		}

	.clear {
		clear: both;
		}

	section.kolumna-srodek .pod-prezentacja .zapytaj-form {
		width: 325px;
		}
	section.kolumna-srodek .zapytaj-form h3 {
		font-size: 1.4em;
		}

	section.kolumna-srodek .zapytaj-form input,
	section.kolumna-srodek .zapytaj-form textarea {
		font: 17px/1.5 'open sans', sans-serif;
		width: 302px;
		letter-spacing: 0;
		padding: 10px;
		letter-spacing: 0px;
		font-weight: bold;
		}

	section.kolumna-srodek .zapytaj-form textarea:hover,
	section.kolumna-srodek .zapytaj-form textarea:focus {
		height: 10em;
		}

	section.kolumna-srodek .zapytaj-form label {
		font-size: 13px;
		color: #aaa;
		}

	section.kolumna-srodek .pod-prezentacja h2,
	section.kolumna-srodek .pod-prezentacja h1,
	section.kolumna-srodek .pod-prezentacja small,
	section.kolumna-srodek .pod-prezentacja p  {
		width: 330px;
		padding: 0 0px 0.5em 0;
		float: left;
		}

	section.kolumna-srodek .pod-prezentacja h2,
	section.kolumna-srodek .pod-prezentacja h1 {
		color: #000;
		line-height: 1.4;
		font-size: 1.7em;
		letter-spacing: 0;
		}

	section.kolumna-srodek .pod-prezentacja small {
		font-size: 15px;
		color: #aaa;
		padding-top: 10px;
		}

	section.kolumna-srodek .pod-prezentacja p  {
		line-height: 1.4;
		font-size: 1.1em;
		}


	section.realizacje header h1, 
	section.szablony header h1, 
	section.lista-druga header h1, 
	section.kontakt header h1, 
	section.realizacje header h2, 
	section.szablony header h2, 
	section.lista-druga header h2, 
	section.kontakt header h2, 
	section.referencje header h3, 
	section.informacje header h3, 
	section.facebook header h4, 
	section.domeny header h5, 
	section.komunikat header h1,
	section.komunikat header h2,
	section.komunikat header h3,
	section.kolumna-srodek h1,
	section.kolumna-srodek h2,
	section.zapytaj h1 {
		font-size: 26px;
		}

	nav.bc ol li {
		font: normal 13px/30px verdana, sans-serif;
		}

	section.kolumna-mala-2 {
		padding: 73px 224px 200px 50px;
		}

	section.kolumna-mala-1 {
		padding: 73px 85px 200px 190px;
		}

	section.kolumna-mala-1 a span,
	section.kolumna-mala-2 a span {
		text-indent: -9999px;
		}

	section.lista-pierwsza header {
		margin-left: 47px;
		}

	.kolumna-1 section section.referencje {
		height: 580px;
		margin-left: 100px;
		}

	.kolumna-1 section section.referencje a.reflink,
	.kolumna-1 section section.referencje .likelink {
		margin: 50px 10px 5px 355px !important;
		padding: 10px !important;
		text-align: left;
		}

	div.ilu img {
		width: auto;
		display: block;
		margin: 0 auto;
		}

	.acennik {
		position: absolute;
		top: 80px;
		right: 50px;
		font-weight: 700;
		text-transform: uppercase;
		display: block;
		width: 130px;
		line-height: 1.2;
		font-size: 1.2em;
		background: #eee;
		padding: 10px 50px 10px 10px;
		border-radius: 10px;
		z-index: 40;
		}
	.acennik:hover {
		background: #d00;
		color: #fff;
		right: 70px;
		}

}

	.acennik {
		position: absolute;
		top: 80px;
		right: 50px;
		font-weight: 700;
		text-transform: uppercase;
		display: block;
		width: 130px;
		line-height: 1.2;
		font-size: 1.2em;
		background: #eee;
		padding: 10px 50px 10px 10px;
		border-radius: 10px;
		z-index: 40;
		}
	.acennik:hover {
		background: #d00;
		color: #fff;
		right: 70px;
		}

.gwar2 {
	display: block;
	position: relative;
	width: 190px;
	height: 190px;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	text-transform: uppercase;
	position: absolute;
	top: -85px;
	right: 30px;
	-ms-transform: scale(0.65,0.65);
	-webkit-transform: scale(0.65,0.65);
	transform: scale(0.65,0.65);
	}
.gwar2:hover {
	color: #fff !important;
	top: 10px;
	right: 50px;
	-ms-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	}

.gwar2 span {
	display: block;
	}

.gwar2>span {
	display: block;
	border-radius: 999px;
	overflow: hidden;
	background: #d00;
	width: 190px;
	height: 190px;
	}
.gwar2:hover>span {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.19);
	}

.gwar2>span>span:nth-child(1) {
	padding-top: 27px;
	font-size: 0.9em;
	}

.gwar2>span>span:nth-child(2) {
	padding-top: 3px;
	padding-bottom: 7px;
	font-size: 1.1em;
	}

.gwar2>span>span:nth-child(3) {
	padding-top: 10px;
	background: red;
	font-size: 0.95em;
	font-weight: bold;
	}
.gwar2>span>span:nth-child(4) {
	padding-top: 5px;
	background: red;
	padding-bottom: 10px;
	font-weight: bold;
	}

.gwar2>span>span:nth-child(5) {
	padding-top: 3px;
	padding-bottom: 7px;
	font-size: 1.4em;
	}

.blinkme {
	animation: blinker 1s linear infinite;
	}

@keyframes blinker {  
	50% { opacity: 0; }
	}

.gwar2:hover .blinkme {
	animation: none;
	}

@media (min-width: 0px) and (max-width: 660px) {
	.gwar2 {
		display: none !important;
		}
	}

@media (min-width: 1210px) and (max-width: 1800px) {

	section.do-formularza-zapytania a.przycisk-duzy {
		margin: 30px 0 0 -290px;
		}

	section.do-formularza-zapytania p {
		margin: 0 0 0 40px;
	}
}

@media (max-width: 1210px) {

	a.acennik {
		display:none;
		}

}

