/* Stylesheet: Podstawowy Modified On 2022-02-11 11:47:28 */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

htm,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.2;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: Verdana, sans-serif;
	background-color: #000;
	color: #fff;
	
	background-image: url('/img/bg.png'), url('/img/bg-bottom.png');
	background-position: center 194px, center bottom;
	background-repeat: no-repeat;
	
	margin-bottom: 125px;
}

a:focus {
outline: 0;
}

div.wrapper {
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #1f1a17;
}


header {
	height: 287px;
	background-image: url('/img/bg-top.jpg');
	position: relative;
}

header .header-info, #menu-oferta-header {
	display: block;
	position: absolute;
	right: 25px;
	top: 0px;
}


header ul.header-info li, #menu-oferta-header li {
	list-style: none;
    line-height: 1.5;    
}

header .header-info a, #menu-oferta-header a {
	font-family: euromodebold, sans-serif;
	font-size: 19px;
	color: #ffe400;
	text-shadow:2px 0px 3px #000000;
	text-decoration: none;
	display: block;
	padding-left: 40px;
	outline: none;
}

header .header-info a:hover, #menu-oferta-header a:hover {
	color: #fff;
	background: url("/img/key.png") no-repeat left center;
}

header .logo {
	display: block;
	position: relative;
	top: 10px;
	left: 40px;
}


header .kontakt-box-left, header .kontakt-box-right {
	color: #1f1a17;
	display: block;
	margin-top: 5px;
}

header .kontakt-box-left {
	float: left;
	margin-left: 20px;
    /* width: 197px; */
	width: 220px;
}

header .kontakt-box-right {
	/* float: right;
	margin-right: 20px;
	width: 263px; */
    
    float: right;
    margin-right: 7px;
    width: 200px;
}

header .kontakt-box-left h4, header .kontakt-box-right h4 {
	font-family: euromodebold, sans-serif;
	font-size: 17px;
	margin: 0px;
	font-weight: 300;
}

header .kontakt-box-left p, 
header .kontakt-box-right p {
	font-family: euromoderegular, sans-serif;
	font-size: 16px;
	margin: 0px;
	line-height: 1.3;
}


header .kontakt-box-left img, header .kontakt-box-right img {
	display: block;
}


header nav {
	position: absolute;;
	/*left: 247px;*/
	top: 206px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	width: 454px;     
	color: #000000;
}

header nav ul li {
	margin: 0 0;
}

header nav a {
	font-family: euromodebold, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #000000;
	display: block;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

header nav li.active {
    color: #fff;
    background: #000;
}

header nav a.active {
    color: #fff;
}

header nav a:hover {
	color: #fff;
	background: #000;
}

header nav ul li, header nav ul li a {
	display: inline-block;
}

header .allegro {
    position: absolute;
    right: 55px;
    top: 10px;
    display: block;
}

header .allegro a {
    text-decoration: none;
}

header .allegro img {
    width: 90px;
    margin-left: 30px;
}

header .allegro h4 {
    margin: 0;
    padding: 0;
    color: #FFE400;
    font-family: euromodebold,sans-serif;
    font-size: 19px;
    font-weight: 100;
}

header .allegro h4:hover {
    color: #fff;
}



#menu a.strona-glowna span { 
    border: 0; 
	font: 0/0 a; 
	text-shadow: none; 
	color: transparent; 
	background: url("/img/home.png");
	width: 300px; 
	height: 75px; 
}

#menu a.strona-glowna {
    display: block;
    background-image: url("/img/home.png");
    width: 0;
    height: 20px;
    content: " ";
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 16px;
    position: absolute;
}

#menu a.strona-glowna:hover {
    background: url("/img/home.jpg") no-repeat 50% 100%;
    background-size: 100% auto;
}





div.main {
	height: 100%;
	background-color: #1f1a17;
	padding-bottom: 30px;
	
	overflow: hidden;
	width: 100%;
    
    position: relative;
    padding-top: 20px;
}

.main img {
    display: block;
    max-width: 100%;
	height: 100%;
    margin: 0 auto;
}

.main .main-left, .main .main-right {
	margin: 15px;
	width: 440px;
}

.main .main-left {
	margin-left: 25px;
	margin-right: 0px;
}

.main .main-right {
	margin-right: 25px;
	margin-left: 0px;
}

.main .main-left {
	float: left;
}

.main .main-right {
	float: right;
}

.main .main-one {
	margin: 15px 25px;
}

.main a {
    color: white;
}

.main a span:hover,
.main a:hover{
    color: blue !important;
}

/* Oferta */
ul#menu-oferta {
    width: 900px;
    margin: 0 auto;
}

ul#menu-oferta li {
    list-style: none;
    display: block;
    margin-bottom: 40px;
    overflow: hidden;
    float: left;
}

/* ukrcyie Wymiana beterii */
ul#menu-oferta li:last-child {
    display: none;
}
    
ul#menu-oferta a {
    width: 150px;
	height: 156px;
	display: inline-block;
	float: left;
	
	margin-bottom: 50px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
    
    margin: 3px 30px;
}

ul#menu-oferta a span {
	color: #8d8884;
	margin-top: 116px;
	display: block;
}

ul#menu-oferta a:hover span {
	color: #fff;
	text-shadow:1px 0px 3px #181713;
}

#menu-oferta a.pieczatki_wykonywanie_pieczatek_krakow {
    background-image: url("/img/oferta/pieczatki_wykonywanie_pieczatek_krakow.png");
	background-position: 0 0;
}
#menu-oferta a.pieczatki_wykonywanie_pieczatek_krakow:hover {
	background-position: 150px 150px;
}

#menu-oferta a.grawerowanie,
#menu-oferta a.grawer_krakow_grawerowanie {
    background-image: url("/img/oferta/grawer_krakow_grawerowanie.png");
    background-position: 0 0;
}
#menu-oferta a.grawerowanie:hover,
#menu-oferta a.grawer_krakow_grawerowanie:hover {
	background-position: 150px 150px;
}

#menu-oferta a.oprawianie_prac_introligator_krakow {
    background-image: url("/img/oferta/oprawianie_prac_introligator_krakow.png");
    background-position: 0 0;
}
#menu-oferta a.oprawianie_prac_introligator_krakow:hover {
    background-position: 150px 150px;
}

#menu-oferta a.druk-wizytowek,
#menu-oferta a.druk_wizytowek_wizytowki_krakow {
    background-image: url("/img/oferta/druk_wizytowek_wizytowki_krakow.png");
    background-position: 0 0;
}
#menu-oferta a.druk-wizytowek:hover,
#menu-oferta a.druk_wizytowek_wizytowki_krakow:hover {
    background-position: 150px 150px;
}

#menu-oferta a.zegarki-budziki {
    background-image: url("/img/oferta/zegarki-budziki.png");
    background-position: 0 0;
}
#menu-oferta a.zegarki-budziki:hover {
    background-position: 150px 150px;
}

#menu-oferta a.drukowanie_ulotek_ksero_krakow {
    background-image: url("/img/oferta/drukowanie_ulotek_ksero_krakow.png");
    background-position: 0 0;
}
#menu-oferta a.drukowanie_ulotek_ksero_krakow:hover {
    background-position: 150px 150px;
}

#menu-oferta a.wymiana-baterii {
    background-image: url("/img/oferta/wymiana-baterii.png");
    background-position: 0 0;
}
#menu-oferta a.wymiana-baterii:hover {
    background-position: 150px 150px;
}

#menu-oferta a.tusze-tonery-krakow {
    background-image: url("/img/oferta/tusze-tonery-krakow.png");
    background-position: 0 0;
}
#menu-oferta a.tusze-tonery-krakow:hover {
    background-position: 150px 150px;
}


.table-cennik {
    width: 100%;
}

.table-cennik th {
    padding: 10px;
    padding-top: 30px;
    font-size: 20px;
}

.table-cennik tr td:last-child {
    float: right;
}

.allegro-cennik  {
    margin-top: 50px;
    text-align: center;
}

.allegro-cennik a {
    color: #fff;
    text-decoration: none;
}

.allegro-cennik a:hover {
    color: #FFE400;
}

.kontakt-info {
    text-align: center;
}

.kontakt-info h2 {
    margin-bottom: 5px;
}

.kontakt-info h4 {
    margin-top: 5px;
}

.kontakt-info span {
    font-size: 24px;
    font-weight: bold;
}

.kontakt-info p {
    margin: 5px;
}

footer {
    position: relative;
    bottom: -69px;
    
    text-align: center;
}

footer p {
    padding: 0;
    margin: 0;
}

footer ul {
    margin-top: -2px;
    margin-bottom: -2px;
    margin: 0;
}

footer p {
    color: #000;   
    font-size: 11px;
    font-weight: bold;
}

#menu-footer {
    padding-left: 0px;
    overflow: auto;
    line-height: 0.9;
}

#menu-footer li, #menu-footer ul {
    display: inline-block;
    list-style: none;
    
    border-left: 1px solid #555;
    padding-left: 3px;
}

#menu-footer li a {
    text-decoration: none;
    
    position: relative;
    top: -2px;
}

#menu-footer li a span {
    color: #555;
    font-size: 12px;
}

#menu-footer li.dojazd,
#menu-footer li.oferta,
#menu-footer li.dorabianie-kluczy-krakow {
    border: none;
    padding-left: 0;
}

#menu-footer ul ul {
    border: none;
    padding-left: 0px;
}

ul#menu-footer ul li.pieczatki_wykonywanie_pieczatek_krakow {
    border: none;
}


/* kalkulator */
.kalkulator textarea {
    border: medium none;
    background-color: #F3D900;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    width: 100%;
    min-height: 100px;
}

.kalkulator label {
    text-align: center;
    margin: 0px auto;
    display: block;
    width: 460px;    
}

.kalkulator form {
    padding: 20px 0;
}

.kalkulator form input {
    margin-bottom: 10px;
    margin-right: 10px;
}

a.btn,
.kalkulator button,
.kalkulator .btn {
    background-image: url("/img/bg-bottom.png");
    background-position: 0px -20px;
    border: medium none;
    padding: 4px 20px;
    margin: 20px 0;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

a.btn,
.kalkulator a.btn {
    position: absolute;
    right: 20px;
    top: -20px;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 8px;
}

a.btn:hover {
    background-image: none;
    background-color: #000;
    color: #fff !important;
}

a.btn:nth-of-type(2) {
    left: 500px;
    width: 240px;
}

.kalkulator .formularz {
    display: none;    
    padding-top: 20px;
}

.kalkulator .main-one {
    clear: both;
    overflow: hidden;
}

.kalkulator #contactForm input {
    display: block;
    border: none;
    background-color: #F3D900;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    width: 80%;
}

.kalkulator #contactForm input[type="radio"] {
    width: auto;
    display: inline-block;
}

.kalkulator #contactForm fieldset label {
    width: auto;
    display: inline-block;
}

.kalkulator #contactForm .btn {
    float: right;
    width: 180px;
}

.kalkulator .error {
    padding-bottom: 15px;
    display: block;
}



.formularz-zamówienia.kalkulator #collapse-form,
.formularz-zamówienia.kalkulator h3 {
    display: none;
}

.formularz-zamówienia.kalkulator .formularz {
    display: block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.pull-left {
	float: left;
	display: block;
}

.pull-right {
	float: right;
	display: block;
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}