/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0} .clearfix{clear: both;}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

::selection
{
	background-color: #dc291e;
	color:#fff;
}

::-moz-selection
{
	background-color: #dc291e;
	color:#fff;
}

div#container {
	width: 940px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

header {
	height: 185px;
}

div#content {
	width: 100%;
}

#content aside {
	float: right;
	width: 215px;
	height: 515px;
}

#content > section {
	float: left;
	overflow: hidden;
	width: 940px;
}

#content > section#product {
	width: 710px;
}

#container footer {
	height: 170px;
	margin: 40px 0 0 0;
	background-image: url('img/menu.png');
	background-position: 0 -615px;
}

#container footer section {
	float: left;
	width: 725px;
	padding: 32px 0 0 0;
}

#container footer section p {
	float: left;
	width: 340px;
	padding: 0;
	margin: 0;
}

#container footer section p strong {
	font-weight: bold;
	text-transform: uppercase;
}

#container footer section ul {
	font-size: 18px;
	padding: 0;
	margin: 0 20px 0 0;
	list-style-type: none;
}

#container footer section ul.pierwsza {
	float: left;
	width: 120px;
}

#container footer section ul.druga {
	float: left;
}

#container footer aside {
	display: block;
	float: right;
	width: 215px;
	height: auto;
}

#container footer aside a {
	float: left;
	background-image: url('img/menu.png');
}

#container footer aside a:hover {
	opacity: 0.7;
}

#container footer aside a.top {
	float: left;
	position: relative;
	left: 42px;
	width: 120px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background-position: -45px -95px;
}

#container footer aside a.pl, #container footer aside a.en {
	width: 105px;
	height: 68px;
}

#container footer aside a.pl {
	background-position: 0 -164px;
}

#container footer aside a.en {
	background-position: -105px -164px;
}

body {
	background-image: url('img/bg.jpg');
	background-position: center top;
/* background-color: ;  USTAWIĆ TEN KOLOR ABY PASOWAL*/
	margin: 0;
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

footer a:active {
	opacity: 0.8;
}

header {
	background-image: url('img/head.png');
	background-repeat: no-repeat;
	background-position: -1px 6px;
}

header ul {
	dislay: block;
	position: relative;
	top: 118px;
	padding: 0;
}

header ul li {
	float: left;
}

header ul li a {
	float: left;
	height: 42px;
	width: 100px;
	background-image: url('img/menu.png');
}

a.allgoods {
	background-position: 0 0;
	width: 155px;
}

a.allgoods:hover, a.allgoods.tu {
	background-position: 0 -43px;
}

a.idea {
	background-position: -155px 0;
	width: 80px;
}

a.idea:hover, a.idea.tu {
	background-position: -155px -43px;
}

a.projects {
	background-position: -238px 0;
	width: 137px;
}

a.projects:hover, a.projects.tu {
	background-position: -238px -43px;
}

a.afflatus {
	background-position: -378px 0;
	width: 135px;
}

a.afflatus:hover, a.afflatus.tu {
	background-position: -378px -43px;
}

a.ship-det {
	background-position: -515px 0;
	width: 125px;
}

a.ship-det:hover, a.ship-det.tu {
	background-position: -515px -43px;
}

a.newsletter {
	background-position: -636px 0;
	width: 185px;
}

a.newsletter:hover, a.newsletter.tu {
	background-position: -636px -43px;
}

a.contact {
	background-position: -822px 0;
	width: 123px;
}

a.contact:hover, a.contact.tu {
	background-position: -822px -43px;
}

aside ul {
	dislay: block;
	padding: 0;
	margin: 0;
}

aside ul li {
	float: left;
	list-style-type: none;
}

aside ul li a {
	float: left;
	height: 45px;
	width: 215px;
	background-image: url('img/menu.png');
	background-repeat: no-repeat;
}

aside ul li a:active {
	opacity: 0.8;
}

a.ag { 
	background-position: -737px -85px;
	height: 72px;
}

a.ag:hover, a.ag.tutaj {
	background-position: -497px -85px;
}

a.lg { 
	background-position: -737px -156px;
	height: 48px;
}

a.lg:hover, a.lg.tutaj {
	background-position: -497px -156px;
}

a.st { 
	background-position: -737px -202px;
	height: 42px;
}

a.st:hover, a.st.tutaj {
	background-position: -497px -202px;
}

a.str { 
	background-position: -737px -245px;
	height: 32px;
}

a.str:hover, a.str.tutaj {
	background-position: -497px -245px;
}

a.dt { 
	background-position: -737px -277px;
	height: 53px;
}

a.dt:hover, a.dt.tutaj {
	background-position: -497px -277px;
}

a.fs { 
	background-position: -737px -330px;
	height: 40px;
}

a.fs:hover, a.fs.tutaj {
	background-position: -497px -330px;
}

a.art { 
	background-position: -737px -372px;
	height: 69px;
}

a.art:hover, a.art.tutaj {
	background-position: -497px -372px;
}

a.kk { 
	background-position: -737px -437px;
	height: 80px;
}

a.kk:hover, a.kk.tutaj {
	background-position: -497px -437px;
}

a.ot { 
	background-position: -737px -517px;
	height: 52px;
}

a.ot:hover, a.ot.tutaj {
	background-position: -497px -517px;
}

/* IDEA */



#content section#idea {
	width: 940px;
	height: 740px;
	background-image: url('img/idea.png');
	background-position: center top;
	background-repeat: no-repeat;

}

#content section#idea p {
	color: #444;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	padding-top: 25px;

}

#content section#idea p.pierwszy {
	position: relative;
	top: 125px;
	left: 420px;
	width: 510px;
}

#content section#idea p.drugi {
	position: relative;
	top: 260px;
	width: 465px;
}

/* Shipping */

#content section#shipping {
	width: 940px;
	padding: 400px 0 0 0;
	background-image: url('img/shipping.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#content section#shipping p {
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
	line-height: 24px;

}

#content section#shipping p.pierwszy {
	width: 100%;
}

#content section#shipping p.jednatrzecia {
	float: left;
	width: 290px;
	margin-right: 15px;
}

#content section#shipping p strong {
	text-decoration: underline;
}

#content section#contact {
	width: 940px;
	height: 450px;
	background-image: url('img/contact.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#content section#contact p {
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
	line-height: 24px;

}

#content section#contact p.pierwszy {
	width: 100%;
}

#content section#contact p strong {
	text-decoration: underline;
}

#content div#newsletter {
	background-image: url('img/newsletter.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 520px;
}

#content div#newsletter p {
	padding: 80px 0 20px 460px;
}

#content p.wpis {
	padding: 40px 0;
	width: 100%;
	margin: 0;
	text-align: center;
}

#content p.wpis img {
	margin-bottom: 20px;
	border: 3px solid #dfdbd6;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

#content > aside {
	display: none !important;
}


div#container div.curFoto {
	width: 940px;
	height: 480px;
}





div#container div.slider img {
	float: left;
	border: 3px solid #dfdbd6;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); 
}

div#container div.slider div.curFoto img.current {
	max-width: 640px;
	height: 100%;
	float: none;
	display: block;
	margin: 0 auto;

}

div#container div.slider img.thumb {
	max-height: 120px;
	cursor: pointer;
	margin: 3px;
}


div#container div.navigation ol {
	padding: 0;
	margin: 0;
}

div#container div.navigation ol li {
	display: inline;
	margin-right: 10px;
}

div#container div.navigation ol li a {
	font-size: 28px !important
}

div#container div.navigation span.current.page {
	color: #999;
	text-decoration: none;
}

div#container div.navigation .page {
	text-decoration: underline;
	font-size: 28px;
}