/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding: 0;margin: 0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}

html {
    height: 100%;
}
body, table, select, input, button, textarea {
    font-family: Arial, sans-serif;
    font-size: 11pt;
    line-height: 1.3em;
    color: #fff;
}
body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    position: relative;
    height: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body.narty {
    background-image: url("../images/narty.jpg");
}
body.rowery {
    background-image: url("../images/rowery.jpg");
}

#wrapper {
    margin: 0 auto;
    min-width: 980px;
    width: 80%;
}

h1 {
    font-size: 24pt;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    color: #000;
    margin-bottom: 20px;
}

h2 {
    font-size: 18pt;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #a9c004;
    font-weight: 700;
}
h3 {
    font-size: 18pt;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #a9c004;
    font-weight: 300;
    line-height: 1em;
}

.left {float: left;}
.right {float: right;}
#navigation {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 13pt;
    position: absolute;
    right: 36px;
    bottom: 0;
    margin: 0;
    line-height: 59px;
}
#navigation li {display: inline; white-space: nowrap; padding-left: 1em;}
#navigation a {
    color: #ccc;
}
#navigation a:hover {
    color: #fff;
    text-decoration: none;
}
#navigation a.current {
    color: #a9c004;
}
#topmenu {
    position: absolute;
    top: 10px;
    right: 36px;
}
#topmenu a {
    font-weight: bold;
    padding: 1px 0 1px 20px;
    background: url("../images/arrow12.png") no-repeat 0 50%;
    line-height: 12px;
    
}
#topmenu a:hover {
    background-position: 2px 50%;    
    text-decoration: none;
}
#header {
    overflow: hidden;
    min-width: 980px;
    background-color: #080808;
    background-color: rgba(0,0,0,0.8);
    font-size: 8.5pt;
    color: #fff;
    text-align: center;
    margin-auto: 0 auto;
    position: relative;
}

#logo {
    padding: 10px 10px 10px 20px;
}
#breadcrumbs {
    padding: 3px 6px;
    margin-top: 20px;
    font-size: 8.5pt;
    text-shadow: 1px 1px 1px #000;
    
    color: #fff;
}
#breadcrumbs a {
    color: #fff;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}
#primary-content-body {
    min-height: 412px;
}
#content {overflow:hidden; width: 980px; margin: 20px auto 0; }

#footer {
    font-weight: bold;
    overflow: hidden;
    padding: 20px 0;
    min-width: 980px;
    font-size: 8.5pt;
    color: #fff;
    text-align: center;
    margin-auto: 0 auto;
    text-shadow: 1px 1px 1px  #000;
}
#footer a {
    color: #fff;
}

.transparent {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
    overflow: hidden;
    
    padding: 40px;
}
.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,0.5); 
}
#menu {
    width: 560px;
    margin: auto;
    overflow: hidden;
}

#menu li.level1 {
    font-size: 48px;
    line-height: 48px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    display: block;
    background: #000;
    width: 220px;
    color: #fff;

    padding: 10px;
    float: left;
    margin: 10px;
    padding: 20px;

}

ul.level2 {
    line-height: 24px;
    visibility:hidden;
}
#menu li.level1:hover ul.level2{
   visibility:visible;
}
#menu li.level2 {
  
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 18px;
/*    font-weight: bold;*/
    display: inline;
    line-height: 12px;
    padding-right: 2px;
    text-transform: none;
    list-style-type: circle;
    list-style: outside;
}
#menu li.level2 a {
    text-decoration: none;
}
#menu li.level2 a:hover {
    text-decoration: underline;
}

p, ul, ol {
    margin: 20px auto;
    text-align: justify;
}
.collection_header_wrapper {
    overflow: hidden;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    height: 48px;
    padding: 0;
    
}
.collection_header_left {
    float: left;
    font-size: 48px;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 48px;
    font-weight: 700;
    border-left: 20px solid #B1C903;
    padding-left: 18px;
}
.collection_header_right {
     float: right;
     font-family: 'Playfair Display', serif;
     font-style: italic;
     text-transform: none;
     font-size: 24px;
     line-height: 36px;
     margin-top: 24px;
     color: #fff;
}
form {
    width: 220px;
    margin: auto;
}
form .wrap {
    overflow: hidden;
    margin-bottom: 5px;
}

form .label {
    float: left;
    width: 60px;
    text-align: right;
}
form .input {
    float: right;
    width: 120px
}
form input {
    border-radius: 3px;
    width: 100px;
    padding: 2px 4px;
}
form .button {
    margin-top: 20px;
    text-align: center;
}
form .button input {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    color: #353535;
    padding: 3px 5px;
    
    font-size: 8.5pt;
    font-weight: bold;
}
form .button input:hover {
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #222;
}
.oferta h2, .oferta a {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 3px 3px 0;
    background-color: #fff;
    
}
.oferta a#merida {
    width: 306px;
}
.oferta h2 {
    background-color: #000;
}
.oferta h2 span {
    display: none;
}
.oferta h2 {
    background-repeat: no-repeat;
}
.oferta h2.narty {
    background-image: url(../images/oferta/h-narty-buty.png);
}
.oferta h2.snowboard {
    background-image: url(../images/oferta/h-snowboard.png);
}
.oferta h2.akcesoria {
    background-image: url(../images/oferta/h-akcesoria.png);
}
.oferta h2.odziez {
    background-image: url(../images/oferta/h-odziez.png);
}
.oferta h2.rowery {
    background-image: url(../images/oferta/h-rowery.png);
}
.oferta h2.czesci-akcesoria {
    background-image: url(../images/oferta/h-czesci-akcesoria.png);
}

ul.arrow {
    list-style-type: none;
}

ul.arrow li {
    text-align: left;
    padding: .5em 0;
    line-height: 140%;
    padding-left: 46px;
    background: url('../images/arrow32.png') no-repeat 0 10px;
    color: #ccc;
}

.small {
    font-size: 10pt;
    line-height: 125%;
    color: #4E556F;
}
ul.fg {
    overflow: hidden;
    width: 500px;
    padding: 0;
    margin: 0 50px 0 auto;
}
ul.fg li {
    display: block;
    float: left;
    width: 100px;
    height: 114px;
    background: url("../images/oferta/ikony/bg.png") no-repeat center bottom;
    line-height: 8pt;
    text-align: center;
    
}
ul.fg span {
    font-size: 8pt;
    color: #133261;
    line-height: 8pt;
}
ul.fg span.two-line {
    line-height: 8pt;
}
ul.fg span.one-line {
    line-height: 16pt;
}
.gallery {
    overflow: hidden;
}
.gallery a {
    display: block;
    width:268px;
    height: 201px;
    float: left;
    
    border: 5px solid rgba(0,0,0,.2);
    margin: 11px;
}
.gallery a:hover {
    border: 5px solid rgba(177,201,3,1);

}
.gallery img {
    width:268px;
    height: 201px;
}
