@import url("grid/reset.css");
@import url("grid/grid.css");
@import url("grid/typography.css");

/* Fonty */

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: local('☺'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Layout */

body {
    font-family:"OpenSans",Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height: 14px;
    background:#fff url("../images/bg_fabric.png");
}

p, ul li, ol li {
    font-family:"OpenSansSemibold",Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height: 20px;
}

ul li, ol li {
    margin-bottom: 1.5em;
}

b, strong {
    font-family:"OpenSans",Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a span {
    position: absolute;
    top:-99999px;
    left:-99999px;
    overflow: hidden;
}

#mountains_bg {
    position: absolute;
    top:100px;
    width:100%;
    height:342px;
    z-index:-10;
    background:transparent url('../images/mountains_bg.png') no-repeat center top;
}

.page_shadow {
     background: url("../images/page_shadow.png") no-repeat scroll center top transparent;
    height: 696px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1004px;
    z-index: -9;
}

/* Nagłówek */

.top {
    background:url('../images/top_bg.png') repeat-x top;
}

.heading {
    background:url('../images/top_line.png') no-repeat center;
    height:70px;
    position: relative;
}

.top h1 {
    padding-top: 11px;
    margin-bottom:0;
}

.top h1 a {
    display: block;
    margin: 0 auto;
    background:transparent url('../images/logo.png') no-repeat center top;
    width: 156px;
    height: 61px;
}

.bar {
    background:#000;
    color:#fff;
    overflow: auto;
    height:45px;
}


.bar ul {
    margin: 0;
    padding: 10px 0 0;
}

.bar li {
    list-style: none;
}

.bar a {
    color:#fff;
    font-size: 14px;
}

.bar a:hover, .bar a:focus, .bar .menu a.selected {
    color:#AA936A;
    text-decoration: none;
}

.bar a span {
    position: static;
}

.bar .menu {
    padding-left: 25px;
}

.bar .menu p {
    margin-bottom: 0;
    padding-top: 5px;
}

.bar .menu span {
    font-size: 14px;
    padding:0 10px;
    color:#AA936A;
}

.bar .search {
    float: right;
    background:url('../images/search.png') left top no-repeat;
    width: 209px;
    height: 27px;
    padding-right: 25px;
}

.bar .search input[type="text"] {
    border:0;
    background:transparent;
    padding: 5px 5px 0;
    width: 162px;
}

.bar .search input[type="submit"] {
    width:20px;
    height: 20px;
    border:0;
    background:transparent;
    cursor: pointer;
}

/* Nagłówki graficzne */

h2.txt {
    float: right;
}

h2.txt span {
    display: none;
}

.txt.kontakt {
    background:transparent url('../images/txt_kontakt.png') left top no-repeat;
    width: 170px;
    height: 39px;
}

.txt.sklepy {
    background:transparent url('../images/txt_sklepy.png') left top no-repeat;
    width: 115px;
    height: 47px;
}

.txt.marki {
    background:transparent url('../images/txt_marki.png') left top no-repeat;
    width: 105px;
    height: 35px;
}

.txt.onas {
    background:transparent url('../images/txt_onas.png') left top no-repeat;
    width: 106px;
    height: 35px;
}

/* Index */

.main {
    padding-bottom: 20px;
}

.main .photo {
    background:transparent url('../images/photo_main.jpg') left top no-repeat;
    width: 100%;
    height: 583px;
    position: relative;
}

.photo .boxes {
    width: 978px;
    height: 195px;
    position: absolute;
    bottom:0;
}

.photo .rotator {
    position: absolute;
    top:0;
}

.photo .rotator img.show {
    display: block;
}

.photo .rotator img {
    display: none;
    width:978px;
}

.photo .controls {
    width:100%;
    position: absolute;
    bottom:210px;
    height:20px;
    z-index:10;

}

.photo .controls span {
    display: block;
    width:11px;
    height:19px;
    cursor: pointer;
    position: absolute;
}

.photo .controls span.prev {
    background:url("../images/arrow_left.png") no-repeat left top;
    left:10px;
}

.photo .controls span.next {
    background:url("../images/arrow_right.png") no-repeat left top;
    right:10px;
}

.photo .box {
    width:243px;
    height: 195px;
    float: left;
    position: relative;
    overflow: auto;
}

.photo .box .who {
    position: absolute;
    top:10px;
    height:30px;
    color:#b5a26c;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    width: 243px;
}

.photo .box .who span {
    text-align: center;
}

.photo .box h2 {
    color: #FFFFFF;
    font-family: "OpenSansBold",Arial,Helvetica,sans-serif;
    font-size: 24px;
    left: 0;
    line-height: 28px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px;
    width: 210px;
}

.photo .box .more {
    border-bottom: 1px solid #807057;
    bottom: 12px;
    margin: 0 13px;
    position: absolute;
    width: 217px;
}


.photo .box .more a {
    background:url("../images/button_main.png") no-repeat center top;
    display: block;
    width: 102px;
    height: 24px;
    margin: 0 auto 12px;
    text-align: left;
    text-decoration: none;
    color:#e0d4a0;

}

.photo .box .more a:hover,
.photo .box .more a:focus {
    color:#000;
    background-position: center bottom !important;
}

.photo .box .more a span {
    position: static;
    display: block;
    padding-top: 4px;
    padding-left: 10px;
    text-transform: lowercase;
}

.photo .box.b1 {
    margin-right:2px;
}

.photo .box.b2 {
    background:url("../images/box_bg1.png") no-repeat center top;    
    margin-right:2px;
}

.photo .box.b3 {
    background:url("../images/box_bg2.png") no-repeat center top;
    margin-right:2px;
}

.photo .box.b4 {
    background:url("../images/box_bg3.png") no-repeat center top;
}

.photo .box:hover,
.photo .box:focus
/* .photo .box.show */ {
    background-position: center bottom !important;
}

.news {
    padding:0 30px;
    overflow: auto; 
}

.news .item div {
    float: left;
}

.news .item {
    overflow: auto;
    padding:20px 0 10px;
}

.news .item .date {
    width:120px;
    color:#b5a26c;
    font-size: 18px;
    padding-top: 8px;
}

.news .item .content {
    width:605px;
    border-left:1px solid #B5A26C;
    padding:10px 50px 10px 30px;
}

.news .item .content p {
    margin-bottom: 0;
}

.news .item .more {
    width:110px;
    padding-top: 5px;
}

.news .item .more a:hover, .news .item .more a:focus {
    opacity:0.8;
}


/* Główna treść */

section {
    min-height:696px;
    background-color:#fff;
}

.page {
    clear: both;
    padding:90px 0 0;
    overflow: auto;
    background:#fff url("../images/beige_mts.png") no-repeat center top;
}

.page .col_left {
    width:252px;
    float: left;
    margin-bottom: 20px;
}

.page .col_right {
    width:642px;
    float: left;
    margin-top: 90px;
    padding-left: 84px;
    margin-bottom: 30px;
}

.page .col_right h3 {
    font-family: "OpenSansSemibold",Arial,Helvetica,sans-serif;
    margin-bottom: 20px;
    color:#00AEEF;

}

.page_name {
    background:url('../images/deco.png') left bottom no-repeat;
    overflow: auto;
    margin-bottom: 20px;
}

.page_name img {
    margin-bottom: 40px;
    float: right;
}

/* Marki */

.page .list {
    list-style: none;
    color:#535353;
}

.page .list dl {
    display: block;
    float: left;
    width:252px;
}

.page .list dl.odd {
    margin-right:54px;
    clear: left;
}

.page .list dt img {
    margin-bottom:22px;
}

.page .list dd {
    margin: 0;
}

.page .list dd p {
    line-height: 19px;
}

/* Sklepy */

.page.shops h3 {
    font-family: "OpenSans",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
} 

.page.shops .list h4 {
    font-family: "OpenSansBold",Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 25px;
    margin-bottom: 0;
    color:#535353;
}

.page.shops .list a {
    color:#07A7E8;
}

.page.shops .list p {
    line-height: 25px;
    margin-left: 10px;
}

.page.shops .list p.last {
    margin-bottom: 50px;
}

/* O nas */

.page.about p {
    margin-right: 84px;
}

.page.about p strong {
    font-family: "OpenSansSemibold",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.page.about p strong span {
    font-family: "OpenSansBold",Arial,Helvetica,sans-serif;
    font-weight: bold;
}

/* Kontakt */

.page.contact a {
    color:#07A7E8;
}

.page.contact form {
    margin-bottom: 60px;
    padding-right:168px;
}

.page.contact form p {
    padding:0 0 20px;
}

.page.contact form dl {
    overflow: auto;
}

.page.contact form label {
    display: block;
    padding-top: 5px;
}

.page.contact form dt {
    display: block;
    width:90px;
    float: left;
    text-align: right;
}

.page.contact form dd {
    float: left;
    margin-left: 10px;
}

.page.contact form dl.checkbox {
    padding-left: 28px;
}

.page.contact form dl.checkbox label {
    padding-top: 3px;
}

.page.contact form .form_submit {
    padding-left: 100px;
}

.page.contact form input[type="text"],
.page.contact form input[type="password"] {
    width:210px;
}

.page.contact form textarea {
    width: 305px;
    height: 105px;
}

.page.contact form input[type="text"],
.page.contact form input[type="password"],
.page.contact form textarea {
    background:#EFF2F4 url('../images/field_bg.png') repeat-x top;
    border-top:1px solid #9a9c9d;
    border-left:1px solid #9a9c9d;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding:4px;
}

.page.contact form input[type="text"],
.page.contact form input[type="password"],
.page.contact form textarea {
    
}

.page.contact form input[type="submit"] {
    border:0;
    background:url("../images/submit.png") no-repeat left;
    color: #fff;
    font-size: 12px;
    text-transform: lowercase;
    width: 101px;
    height: 23px;
    cursor: pointer;
}

.page.contact form input[type="submit"]:hover {
    opacity:0.5;
}

.page.contact .company_logo {
    margin-bottom: 10px;
}

.page.contact .details .c_left {
    width: 306px;
    float: left;
} 

.page.contact .details .c_right {
    width: 316px;
    padding-left: 20px;
    float: left;
}

/* Stopka */

footer {
    overflow: auto;
    /*height: 98px;*/
    clear: both; 
}

.logos {
    width: 100%;
    overflow: auto;
    padding: 25px 0;
    background:url("../images/shadow_bottom.png") no-repeat center top;
}

.logos ul {
    margin: 0;
    padding: 0;
}

.logos ul li {
    list-style: none;
}

.logos ul li img {
    display: block;
    float: left;
    padding: 0 25px;
}

.logos ul li img:hover, .logos ul li img:focus {
    opacity:0.7
}

.logos ul li img.l2,
.logos ul li img.l3,
.logos ul li img.l6 {
    margin-top: 4px;
}

.middle_bar {
    background:transparent url('../images/footer_bg.png') left bottom no-repeat;
    clear: both;
    overflow: auto;
}

.promo {
    width: 732px;
    height: 98px;
    float: left;
}

.newsletter {
    width: 246px;
    height: 98px;
    float: left;
}

.newsletter dt {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #746249;
}


.newsletter form fieldset {
    background:url("../images/newsletter_form_bg.png") no-repeat left top;
    height: 27px;
    width: 194px;
}

.newsletter input[type="text"] {
    border:0;
    background:transparent;
    padding: 5px 5px 0;
    width: 128px;
    height: 20px;
}

.newsletter input[type="text"]:focus {
    background:transparent url('image.png') left top no-repeat;
}

.newsletter input[type="submit"] {
    height: 26px;
    width: 53px;
    border:0;
    background:transparent;
    cursor: pointer;
}

.newsletter input[type="submit"]:hover, .newsletter input[type="submit"]:focus {
    opacity:0.2;
    background:#fff;
}

.bottom_bar {
    margin-bottom: 30px;
    overflow: auto;
}

.copyright {
    float: left;
    padding-left: 25px;
}

.bottom_bar .menu {
    float: left;
    width: 430px;
}

.bottom_bar .menu p {
    text-align: center;
}

.bottom_bar .menu a {
    color:#000;
}

.menu span {
    padding:0 5px;
}

.we_made_it {
    padding-right: 25px;
    float: right;
}

.we_made_it a {
    color:#AB9668;
}

/* Popup */

.outer_frame {
    background:url("../images/popup_frame.png");
    padding:7px;
}

.popup {
    width:600px;
    overflow:auto;
    padding:20px;
    background:#fff;
    border:11px solid #E0D9B2;
}

.popup .headline {
    padding-top: 5px;
    overflow: auto;
    float: left;
    width:205px;
    padding-right: 370px;
    
}

.popup .headline h2 {
    color:#000;
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-family: 'OpenSansBold',Arial,Helvetica,sans-serif;
    }

.headline .producer {
    text-align: right;
    font-size: 13px;
}

.text {
    float: left;
    width: 580px;
    background:url("../images/deco.png") no-repeat scroll -40px 5px transparent;
}

.text .producer {
    float: left;
    padding-right: 30px;
    padding-top: 30px;
    text-align: right;
    width: 200px;
    font-size: 12px;
}

.text .content {
    float: left;
    padding-left: 20px;
    width: 330px;
}