/*******************************************************************************

        1. BASE
                1.1 Reset
                1.2 Accessibility Navigation & Hide
                1.3 Clearfix
                1.4 Default Styles

        2. COMMON
                2.1 Container
                2.2 Header
                2.3 Navigation
                2.4 Content
                2.5 Sidebar
                2.6 Footer

        3. PAGES

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

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, figcaption, figure,
footer, header, hgroup, menu, nav, 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;
}

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;
}

textarea {
    resize:none
}
.hidden {
    display: none;
}

/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav,
.hide {
    position: absolute;
    top: -999em;
    left: -999em;
    height: 1px;
    width: 1px;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
#navigation-container:after,
#breadcrumbs:after,
#contact-container .form-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* 1.4 Default Styles
------------------------------------------------------------------------------*/

body {
    background: #fff url(../images/common/bg_body.jpg) no-repeat 50% top fixed;
    color: #333;
    font: 75%/1.25 Arial, Helvetica, sans-serif;
}

hr {
    display: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
}

a, a:visited {
    color: #10b1e0;
    text-decoration: none;
}

a:hover, a:active {
    color: #ef6f25;
}

.right {
    float: right;
}

/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
    width: 954px;
    position: relative;
    margin: 0px auto 0 auto;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
}

.shadow-container {
    width:985px;
    margin: 0 auto 50px auto;
    /* background: url(../images/common/shadow_container.png) no-repeat center bottom; */
    background: url(../images/common/shadow_container2.png) repeat-y center bottom;
}

/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
    position: relative;
    height: 86px;
    z-index: 12;
    box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,0.1);
}

#header .site-name,
#header .site-name span {
    display: block;
    overflow: hidden;
    width: 228px;
    height: 245px;
}

#header .site-name {
    position: absolute;
    z-index: 12;
    margin: -30px 0 0 0px;
}

#header .site-name span {
    background: url(../images/common/logo.png) no-repeat right top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#header a.site-name span {
    cursor: pointer;
}

#shadow-top {
    width: 42px;
    height: 243px;
    background: url(../images/common/shadow_top.png) no-repeat;
    position: absolute;
    top: -28px;
    left: 228px;
    z-index: 12;
}

/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation-container {
    width: 727px;
    height: 85px;
    padding: 0 0 0 227px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url(../images/common/bg_navigation_container.png) repeat-x;
}

#navigation-top {
    width: 694px;
    height: 26px;
    padding-right: 30px;
}

#navigation-top ul {
    float: left;
    margin-left: 15px;
}

#navigation-top li {
    float: left;
    display: block;
    line-height: 26px;
    font-size: 11px;
    background: url(../images/common/separator_top.png) no-repeat 100% 50%;
}

#navigation-top li.last {
    background: none;
}

#navigation-top li a {
    float: left;
    display: block;
    color: #c2c2c4;
    padding: 0 14px;
}

#navigation-top li a:hover {
    color: #dea88a;
    text-decoration: none;
}

#navigation {
    height: 49px;
    padding: 8px 0 0 47px;
    float: left;
    margin: 0 0 0 0;
    background: #fff url(../images/common/shadow_navigation.png) repeat-x bottom;
}

#navigation li {
    float: left;
    display: block;
    height: 40px;
    padding: 9px 24px 0 24px;
    background: url(../images/common/bottom_separator.png) no-repeat right top;
}

#navigation li.first {
    padding: 9px 24px 0 0;
    margin-left: -12px;
}

#navigation li.last {
    background: none;
}

#navigation li a {
    float: left;
    display: block;
    height: 29px;
    line-height: 29px;
    padding: 0 13px;
    font-size: 14px;
    color: #777;
}

#navigation li a:hover, #navigation li a.active {
    text-decoration: none;
    background: url(../images/common/menu_hover.png) repeat-x;
    color: #fff;
}

#search-holder {
    float: left;
    width: 180px;
    padding: 20px 0 0 29px;
}

.search-input-holder {
    width: 150px;
    height: 18px;
    float: left;
    overflow: hidden;
    background: url(../images/common/bg_search_holder.png) no-repeat;

}
.search-input-holder input {
    font-size: 10px;
    color: #525358;
}
.search-input-holder:hover,
.search-input-holder.hover {
    background: url(../images/common/bg_search_holder.png) no-repeat bottom;

}

#search {
    width: 130px;
    height: 16px;
    padding: 0 10px;
    border: 0;
    background: transparent;
}

.search-btn-holder {
    float: left;
    width: 15px;
    padding-left: 7px;
}

#search-btn {
    width: 15px;
    height: 16px;
    display: block;
    border: 0;
    text-indent: -9999em;
    padding-top: 10px; /*ie 6-7*/
    cursor: pointer;
    background: transparent url(../images/common/ico_search.png) no-repeat;
}

#search-btn.hover,
#search-btn.hover {
    background: transparent url(../images/common/ico_search.png) no-repeat right;
}

/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
    width: 726px;
    float: right;
    background: url(../images/common/bg_content.png) no-repeat left top;
}

.homepage #content {
    background: none;
}

#flash-holder {
    float: right;
    position: relative;
}

#cols-holder {
    background: url(../images/common/bg_content2.png) repeat-y right;
    overflow: hidden;
}

#content #breadcrumbs {
    float: right;
    clear: both;
    padding: 8px 28px 15px 0;
}

#content #breadcrumbs p {
    color: #ef6f25;
    font-size: 10px;
    margin: 0;
}

#content #breadcrumbs a {
    color: #6d6d6d;
    text-decoration: none;
}

#content h1 {
    padding: 0 0 0 27px;
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 22px;
    color: #ef6f25;
    background: url(../images/common/bg_h1.png) no-repeat -52px 14px;
    clear: both;
}

#content h1 span {
    padding: 0 20px;
    background: #fff;
}

#content p,
.text p {
    font-size: 13px;
    line-height: 18px;
    color: #6d6d6d;
    text-align: justify;
}

.text ul {
    margin: 0 0 32px 0;
    clear: both;
}

.text li {
    padding: 0 0 0 40px;
    color: #6d6d6d;
    line-height: 16px;
    background: url(../images/common/bullet.png) no-repeat 15px 4px;
}

/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
    width: 228px!important;
    float: left;
    padding-top: 129px;
    background: #fff;
    position: relative;
    min-height: 444px;
}

.subnav {
    /*position: absolute;
        left: 0;
        top: 140px;
        z-index: 2000;	*/
}

.subnav li a {
    display: block;
    height: 39px;
    font-size: 14px;
    text-decoration: none;
    line-height: 39px;
    color: #6d6d6d !important;
    width: 238px;
}

.subnav li a span {
    padding: 4px 0 4px 58px;
}

.subnav li a:hover, .subnav li a.active:hover {
    color: #fff !important;
    background: url(../images/common/hover.png) no-repeat;
}
.subnav li a.active {
    color: #ef6f25 !important;
    background: url(../images/common/hover_light.png) no-repeat;
}
.subnav li.godziny a.active {
    background-position: 0px 10px;
}

.subnav li.godziny a {
    padding-right: 70px;
    padding-top: 10px;
    width: 172px;
    height: 47px;
    line-height: 16px;
}

.subnav li.godziny a:hover {
    background: url(../images/common/hover2.png) no-repeat -6px 0;
}

.subnav li.godziny a span {
    display: block;
}

.subnav li.o-pasazu span {
    background: url(../images/common/sprite_onas.png) no-repeat 20px 2px;
}

.subnav li.o-pasazu a:hover span  {
    background: url(../images/common/sprite_onas.png) no-repeat -252px 2px;
}

.subnav li.godziny span {
    background: url(../images/common/sprite_onas.png) no-repeat 20px -34px;
}
.subnav li.godziny a:hover span  {
    background: url(../images/common/sprite_onas.png) no-repeat -252px -34px;
}

.subnav li.galeria  span {
    background: url(../images/common/sprite_onas.png) no-repeat 20px -91px;
}

.subnav li.galeria a:hover span  {
    background: url(../images/common/sprite_onas.png) no-repeat -252px -91px;
}

.subnav li.wycieczka span {
    background: url(../images/common/sprite_onas.png) no-repeat 20px -129px;
}

.subnav li.wycieczka a:hover span  {
    background: url(../images/common/sprite_onas.png) no-repeat -252px -129px;
}

.subnav li.newsletter span {
    background: url(../images/common/sprite_onas.png) no-repeat 20px -167px;
}

.subnav li.newsletter a:hover span  {
    background: url(../images/common/sprite_onas.png) no-repeat -252px -167px;
}

.subnav li.kontakt span {
    background: url(../images/common/sprite_onas.png) no-repeat 20px -205px;
}

.subnav li.kontakt a:hover span  {
    background: url(../images/common/sprite_onas.png) no-repeat -252px -205px;
}

/* media */
.subnav li.informacje-prasowe span {
    background: url(../images/common/sprite_media.png) no-repeat 20px 0px;
}

.subnav li.informacje-prasowe a:hover span  {
    background: url(../images/common/sprite_media.png) no-repeat -253px -0px;
}

.subnav li.kontakt-dla-mediow span {
    padding: 6px 0 6px 58px;
    background: url(../images/common/sprite_media.png) no-repeat 20px -35px;
}

.subnav li.kontakt-dla-mediow a:hover span  {
    background: url(../images/common/sprite_media.png) no-repeat -253px -35px;
}

/* wydarzenia */

.subnav li.biezace span {
    background: url(../images/common/sprite_wydarzenia.png) no-repeat 20px 0px;
}

.subnav li.biezace a:hover span  {
    background: url(../images/common/sprite_wydarzenia.png) no-repeat -253px -0px;
}

.subnav li.archiwalne span {
    padding: 6px 0 6px 58px;
    background: url(../images/common/sprite_wydarzenia.png) no-repeat 20px -35px;
}

.subnav li.archiwalne a:hover span  {
    background: url(../images/common/sprite_wydarzenia.png) no-repeat -253px -35px;
}

.subnav li.nowosci span {
    padding: 6px 0 6px 58px;
    background: url(../images/common/sprite_wydarzenia.png) no-repeat 20px -75px;
}

.subnav li.nowosci a:hover span {
    background: url(../images/common/sprite_wydarzenia.png) no-repeat -253px -75px;
}
.subnav li.kraina span {
    padding: 6px 0 6px 58px;
    background: url(../images/common/sprite_wydarzenia.png) no-repeat 20px -114px;
}

.subnav li.kraina a:hover span {
    background: url(../images/common/sprite_wydarzenia.png) no-repeat -253px -114px;
}

.subnav li.magazyn span {
    padding: 6px 0 6px 58px;
    background: url(../images/common/sprite_wydarzenia.png) no-repeat 20px -151px;
}

.subnav li.magazyn a:hover span  {
    background: url(../images/common/sprite_wydarzenia.png) no-repeat -253px -151px;
}

/* oferta */

.subnav li.branze2 span {
    background: url(../images/common/sprite_oferta.png) no-repeat 20px 4px;
}

.subnav li.branze2 a:hover span  {
    background: url(../images/common/sprite_oferta.png) no-repeat -253px 4px;
}

.subnav li.lista span {
    padding: 6px 0 6px 58px;
    background: url(../images/common/sprite_oferta.png) no-repeat 20px -33px;
}

.subnav li.lista a:hover span  {
    background: url(../images/common/sprite_oferta.png) no-repeat -253px -33px;
}

.subnav li.plan span {
    padding: 6px 0 6px 58px;
    background: url(../images/common/sprite_oferta.png) no-repeat 20px -69px;
}

.subnav li.plan a:hover span {
    background: url(../images/common/sprite_oferta.png) no-repeat -253px -69px;
}
/* 2 level */

.subnav li ul {
    margin: 0 0 25px;
}

.subnav li li {
    padding: 0 0 0 42px;
    background: url(../images/common/bullet.png) no-repeat 27px 16px;
}

.subnav li li a {
    font-size: 13px;
    height: 25px;
    background: none!important;
    width: auto;
}

.subnav li li a:hover {
    color: #ef6f25 !important;
}

/* sidebar lista branz */
#sidebar .lista-branz ul {
    margin: 32px 0 32px 0;
    padding: 0 0 0 17px;
}

#sidebar .lista-branz li {
    padding: 0 0 0 40px;
    color: #6d6d6d;
    line-height: 16px;
    background: url(../images/common/bullet.png) no-repeat 15px 4px;
}

#sidebar .lista-branz li a {
    font-size: 12px;
    height: 25px;
    display: block;
    color: #6d6d6d;
    text-decoration: none;
    background: none!important;
}

#sidebar .lista-branz li a:hover {
    color: #ef6f25;
}

/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
    clear: both;
    height: 200px;
    width: 954px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url(../images/common/bg_footer_high.png) repeat-x;
}
#home-bottom-nav {
    width: 312px;
    float: left;
}
#footer #gallery-plan {
    float: left;
    background: url(../images/common/bottom_separator.png) no-repeat right;
    position: relative;
}
#footer #gallery-plan a {
    font-size: 16px;
    color: #494949;
    display: block;
    height: 160px;
    width: 321px;

}
#footer #gallery-plan a:hover {
    color: #F36F21;

}
#footer #gallery-plan a span.label {
    display: inline-block;
    margin-left: 180px;
    margin-top: 73px;
}
#calendar {
    width: 321px;
    float: left;
}
#footer #gallery-plan a span.icon {
    background: url(../images/common/footer_plan.png) no-repeat;
    width: 78px;
    height: 86px;
    display: block;
    position: absolute;
    top: 45px;
    left: 50px;
}
#footer #gallery-plan a:hover span.icon {
    background-position: 0 -89px;
}
#footer.type2 {
    height: 35px;
    line-height: 26px;
    background: url(../images/common/bg_footer2.png) repeat-x;

}

#footer p {
    font-size: 10px;
    color: #999;
    overflow: hidden;
}

.copy {
    float: left;
    padding: 0 0 0 30px;
}

.eura7 {
    float: right;
    padding: 0 30px 0 0;
}
.eura7 p a {
    color: #999;
}

.eura7 span.text {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#logo-eura a,
#logo-eura span {
    display: block;
    float: right;
    width: 38px;
    height: 13px;
    background: url(../images/common/logo_eura.png) no-repeat;
}

#logo-eura span {
    margin: 7px 0 0 5px;
    text-indent: -9999em;
}

#facebook {
    width: 235px;
    padding-top: 20px;
    padding-left: 41px;
    height: 129px;
    position: fixed;
    right: -235px;
    z-index: 2000;
    top: 250px;
    background: url(../images/common/facebook.png) no-repeat left;
}

.fb_iframe_widget {
    background: #fff;
    border: 0;
}

/*#facebook a,
#facebook span {
        width: 42px;
        height: 129px;
        display: block;
        overflow: hidden;
}

#facebook a {
        position: relative;
}
*/
/*#facebook span {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        text-indent: -9999em;
        background: url(../images/common/facebook.png) no-repeat;
}*/

/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home page
------------------------------------------------------------------------------*/
.homepage .container {
    margin: 0 auto 0 auto;
}

#home-bottom-nav li {
    display: block;
    float: left;
    margin-top: 11px;
    background: url(../images/common/bottom_separator.png) no-repeat right;
}

#home-bottom-nav li a {
    display: block;
    float: left;
    height: 65px;
    font-size: 16px;
    color: #494949;
    background: url(../images/common/sprite_bottom.png) no-repeat;
}

#home-bottom-nav li a:hover {
    color: #f36f21;
    text-decoration: none;
}

#home-bottom-nav .hours a {
    width: 160px;
    padding: 5px 0 0 152px;
    height: 60px;
    background-position: 56px 10px;
}

#home-bottom-nav .hours a:hover {
    background-position: 56px -74px;
}

#home-bottom-nav .plan a {
    width: 177px;
    padding: 17px 0 0 153px;
    height: 48px;
    background-position: -260px 10px;
}

#home-bottom-nav .plan a:hover {
    background-position: -260px -74px;
}




#home-bottom-nav .newsletter a {
    width: 160px;
    padding: 17px 0 0 152px;
    height: 48px;
    background-position: -590px 10px;
}

#home-bottom-nav .newsletter a:hover {
    background-position: -590px -74px;
}

#home-bottom-nav .double a {
    width: 300px;
    padding: 17px 11px 0 10px;
    height: 48px;
    background: none;
}

#home-bottom-nav .double a img{
    width: 300px;
    height: 48px;
    position: relative;
    top: -7px;
}
#home-bottom-nav .single a{
    width: 600px;
    padding: 17px 21px 0 21px;
    height: 48px;
    background: none;
}
#home-bottom-nav .single a img{
    width: 600px;
    height: 48px;
    position: relative;
    top: -7px;
}

/* 3.2 Akcesoria
------------------------------------------------------------------------------*/

#branza-intro:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#branza-intro {
    background: url(../images/newsletter/bg_newsletter_content.png) no-repeat scroll left bottom transparent;
    padding-top: 8px;
    margin-top: -8px;
    padding-bottom: 30px;
    padding-left: 48px;
    overflow: hidden;
    position: relative;
}

#branza-intro span.image {
    width: 48px;
    height: 45px;
    display: inline-block;
    position: absolute;
    left: 50px;

}


.branza-sklepy {
    padding: 12px 0 0 20px;
    float: left;
}


#branza-intro p {
    font-size: 14px;
    padding-left: 50px;
}

#branza-intro p span {
    color: #ef6f25;
}

#branza-sklepy {
    padding: 0 0 0 24px;
}

#branza-sklepy li {
    display: block;
    float: left;
    width: 302px;
    height: 80px;
    padding: 20px 15px 20px 24px;
    background: url(../images/akcesoria/branza_border.png) no-repeat bottom;
}

#branza-sklepy li span {
    display: block;
}

#branza-sklepy li a {
    color: #929292;
}

#branza-sklepy .logo {
    width: 80px;
    height: 80px;
    dispaly: block;
    float: left;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#branza-sklepy .details {
    padding: 19px 0 0 30px;
    width: 180px;
    display: block;
    float: left;
}

#content #branza-sklepy span.name {
    font-size: 14px;
    line-height: 20px;
}

#content #branza-sklepy span.location {
    margin-top: -12px;
}


/* 3.3 Biezace
------------------------------------------------------------------------------*/

.news .excerpt:after,
.news li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news {
    padding: 0 37px 0 48px;
}

.news li {
    margin: 0 0 28px;
}

.news .date {
    float: left;
    width: 90px;
}

.news .excerpt {
    float: left;
    width: 540px;
    border-left: 3px solid #ef6f25;
}

.news .excerpt h6 {
    padding: 0 0 0 17px;
    margin: 0 0 14px 0;
    color: #ef6f25;
    font-weight: 900;
}
.news .excerpt h6 a {
    color: #ef6f25;
}
.news .priority .excerpt h6 a {
    font-weight: bold;
    font-size: 15px;
}
.news .priority {
    width: 638px;
    background-color: #fff8db;
    padding: 10px 20px 20px;
    position: relative;
}
.news .priority .more {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
}
.news .priority .date {
    float: right;
    width: auto;
    position: relative;
    top: 15px;
}
.news .priority .excerpt {
    border: 0;
}
#content .news .excerpt p {
    margin-bottom: 0;
    padding: 0 0 0 29px;
}

.news .more {
    width: 100%;
    clear: both;
}

.news .more a {
    display: block;
    margin-top: 5px;
    text-align: right;
    float: right;
    padding-right: 10px;
    width: 78px;
    height: 22px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: url(../images/biezace/btn_more.png) 0 -25px;
}

.news .more a:hover {
    background: url(../images/biezace/btn_more.png) 0 0;
}


/* 3.4 Branze
------------------------------------------------------------------------------*/

.branze {
    padding: 0 0 0 38px;
}

.branze li {
    float: left;
    display: block;
    width: 197px;
    height: 61px;
    padding-top: 20px;
    padding-right: 10px;
    background: url(../images/branze/border_branze.png) no-repeat bottom;
}

.branze li a {
    float: left;
    display: block;
    width: 124px;
    height: 64px;
    padding: 13px 0 0 73px;
    font-size: 14px;
    color: #929292 !important;
    background-repeat: no-repeat;
    position: relative;
    border: 0;
}
.branze li a span {
    height: 45px;
    width: 48px;
    position: absolute;
    display: inline-block;
    left: 13px;
    top: 0px;
}

.branze li a:hover {
    color: #ef6f25 !important;
    text-decoration: none;
}

.branze li a:hover span{
    background-position: 0px 44px;
}


/* 3.5 galeria
------------------------------------------------------------------------------*/

.gallery {
    width: 700px;
    padding-left: 40px;
    margin-right: -40px;
}
.gallery.margined {
    margin-top: 50px;
}

.gallery li {
    float: left;
    display: block;
    padding: 0 27px 29px 0;
}

.gallery li a {
    float: left;
    display: block;
    padding: 6px 0 0 6px;
    width: 198px;
    height: 140px;
    background: url(../images/galeria/bg_tile_gallery.png);
}

.gallery li a:hover {
    background: url(../images/galeria/bg_tile_gallery.png) -231px 0;
}

.gallery li a img {
    border: 1px solid #fff;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
}


/* 3.6 lokalizacja
------------------------------------------------------------------------------*/

#hours {
    width: 658px;
    margin: 0 auto 50px auto;
}

#hours li {
    width: 658px;
    height: 96px;
    background: url(../images/lokalizacja/border.png) no-repeat bottom;
    clear: both;
}

#hours li div {
    float: left;
}

#hours .logo {
    width: 132px;
    text-align: center;
}

#hours .name {
    width: 211px;
    text-align: center;
}

#hours .fri-sat {
    width: 182px;
    text-align: center;
}

#hours .sun {
    width: 122px;
    text-align: center;
}

#hours .name h6 {
    font-size: 14px;
    color: #ef6f26;
    text-align: center;
}

#content #hours p {
    margin: 0;
    text-align: center;
}

#hours p.time {
    color: #ef6f26;
}

#hours .pasaz .logo {
    padding: 30px 0 0 0;
}

#hours .pasaz .name {
    padding-top: 45px;
}

#hours .pasaz .fri-sat,
#hours .pasaz .sun {
    padding-top: 38px;
}

#hours .delikatesy .logo {
    padding: 15px 0 0 0;
}

#hours .delikatesy .name {
    padding-top: 30px;
}

#hours .delikatesy .fri-sat,
#hours .delikatesy .sun {
    padding-top: 25px;
}

#hours .kino .logo {
    padding: 30px 0 0 0;
}

#hours .kino .name {
    padding-top: 33px;
}

#hours .kino .fri-sat,
#hours .kino .sun {
    padding-top: 25px;
}

.access {
    width: 630px;
    height: 114px;
    padding: 28px 0 0 38px;
    margin: 0 auto;
    background: url(../images/lokalizacja/bg_lokalizacja.png) no-repeat;
}
.access.big {
    height: 330px;
    background: url(../images/lokalizacja/bg_lokalizacja_b.png) no-repeat;
}

.access div {
    float: left;
}

.addr dt {
    margin: 0 0 10px;
    font-size: 20px;
    color: #ef6f26;
}

.addr dd {
    color: #6d6d6d;
}

.access .addr {
    width: 153px;
}
.access .map {
    margin-right: 10px;
}
.access .map-big {
    width: 110px;
    padding-left: 5px;
    position: relative;
    left: 100px;
    top: 15px;
}

.access .info {
    width: 145px;
    padding: 32px 20px 0 0;
}
.access .info p {
    text-align: left !important;

}
.access .info p a {
    color: #6D6D6D;
}

#content .access .banner {
    padding-top: 32px;
}


/* 3.7 informacje-prasowe
------------------------------------------------------------------------------*/

.press {
    width: 709px;
    margin: -20px auto 0 auto;
}

.press li {
    width: 709px;
    height: 32px;
    padding-top: 20px;
}

#content .press li p {
    color: #333;
}

.press li.even {
    background: url(../images/informacje-prasowe/bg_press.png) no-repeat;
}

.press li:hover,
.press li.hover {
    background: url(../images/informacje-prasowe/bg_press_hover.png) no-repeat;
}

.press li span {
    float: left;
    display: block;
    width:330px;
}

.press li div {
    float: left;
}

.press a { color:#333; }

.press .date {
    width: 80px;
    text-align: center;
    padding: 0 0 0 38px;
}

.press .ico {
    background-image: url(../images/icons_sprite.png);
    width: 21px;
    height: 21px;
    margin-right: 20px;
}
.press .ico.jpg {
    background-position: -18px -17px;
}
.press .ico.doc {
    background-position: -48px -17px;
}
.press .ico.pdf {
    background-position: -71px -17px;
}
.press .ico.other {
    background-position: -97px -17px;
}

.press .pdf a,
.press .pdf span {
    display: block;
    width: 21px;
    height: 22px;
}

.press .pdf a {
    margin-top: -4px;
}

.press .pdf span {
    background: url(../images/numery-archiwalne/ico_pdf.png) no-repeat;
    text-indent: -9999em;
}

.press .pdf-title {
    width: 340px;
}

.press .pdf-size {
    width: 77px;
}

.press .download {
    display: block;
    width: 70px;
    float: right;
    padding-right: 45px;
}

.press .download {
    display: block;
    width: 70px;
    height: 19px;
    padding-top: 2px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background: url(../images/numery-archiwalne/btn_download.png) no-repeat 0 0;
}

.press li a:hover .download {
    background: url(../images/numery-archiwalne/btn_download.png) no-repeat 0 bottom;
}
#file-list.press {
    margin-top: 20px;
}
#file-list ul {
    padding-left: 47px;
}

#file-list ul li {
    background: none;
    padding-top: 5px;
}
#file-list ul li span {
    cursor: pointer;
}
#file-list ul li span.pdf-title {
    width: auto;
}
#file-list a {
    color: #10B1E0;
}
#file-list a:hover {
    color: #EF6F25;
}

/* 3.8 konkurs
------------------------------------------------------------------------------*/

#konkurs-intro {
    padding-bottom: 10px;
    padding-left: 48px;
    padding-right: 33px;
    margin-bottom: 30px;
    background: url(../images/newsletter/bg_newsletter_content.png) no-repeat scroll left bottom transparent
}

#konkurs-intro h3 {
    font-weight: 900;
    color: #ef6f25;
    margin-bottom: 22px;
}

#konkurs-intro p.due {
    font-weight: 900;
    color: #ef6f25;
    margin-bottom: 18px;
}

#konkurs-intro .due span {
    font-weight: 100;
    color: #929292;

}

.konkurs-items {
    padding: 0 0 0 40px;
}

.konkurs-items li {
    float: left;
    display: block;
    width: 204px;
    height: 200px;
    padding-right: 24px;
}

.konkurs-items.results li {
    width: 660px;
    height: auto;
}

.konkurs-items .item-pic {
    display: block;
    width: 204px;
    height: 145px;
    margin: 0 0 10px;
}
.konkurs-items.results .item-pic {
    float: left;
    margin-right: 30px;
}

.konkurs-items .item-pic a {
    display: block;
    width: 197px;
    height: 138px;
    padding: 7px 0 0 7px;
    background: url(../images/konkurs/bg_tile.png) 0 0;
}

.konkurs-items .item-pic a:hover {
    background: url(../images/konkurs/bg_tile.png) -230px 0;
}

.konkurs-items .item-pic img {
    border: 1px solid #fff;
}

.konkurs-items .author {
    float: left;
    width: 100px;
    padding-left: 7px;
    padding-top: 4px;
}
.konkurs-items.results .author {
    width: 365px;
    float: left;
    color: #EF6F25;
    margin-bottom: 30px;
    font-weight: bold;
    padding-left: 0px;
}

.konkurs-items.results .result-bar {
    float: left;
    width: 365px;
    height: 50px;
    background: url(../images/kraina-krasnali/strip_gray.png) no-repeat;
    position: relative;
}
.konkurs-items.results .result-bar .result-bar-current {
    height: 31px;
    background: url(../images/kraina-krasnali/strip_blue.png) no-repeat;
    background-position: right;
}

.konkurs-items.results .result-bar .legend-zero {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #63d5f6;
    font-size: 12px;
}
.konkurs-items.results .result-bar .legend-max {
    position: absolute;
    right: 6px;
    bottom: 0px;
    color: #63d5f6;
    font-size: 12px;
}

.konkurs-items .vote {
    float: right;
    width: 97px;
}

.vote a {
    display: block;
    width: 87px;
    height: 22px;
    padding-right: 10px;
    padding-top: 1px;
    text-align: right;
    background: url(../images/konkurs/vote.png) no-repeat 0 0;
    text-decoration: none;
    font-size: 13px;
    color: #fff !important;
}

.vote a:hover {
    background: url(../images/konkurs/vote.png) no-repeat 100% 0;
}


/* 3.9 kontakt
------------------------------------------------------------------------------*/

#contact-container:after,
#contact-container .form-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.kontakt #cols-holder {
    background: none;
}

#contact-container {
    width: 656px;
    margin-left: 48px;
    padding: 28px 0;
    background: url(../images/kontakt/bg_kontakt.png) repeat-y left;
}

.contact-shadow-bottom {
    width: 656px;
    height: 4px;
    margin-left: 48px;
    background: url(../images/kontakt/shadow_bottom.png) no-repeat;
}

.contact-shadow-top {
    width: 656px;
    height: 4px;
    margin-left: 48px;
    background: url(../images/kontakt/shadow_top.png) no-repeat bottom;
}

#contact-container .left-col {
    width: 229px;
    float: left;
    padding: 0 0 0 4px;
}

#contact-container h3 {
    padding: 0 0 0 24px;
    margin: 0 0 27px 0;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    background: url(../images/kontakt/bg_h3.png) no-repeat;
}

#contact-container .left-col ul {
    padding: 0 0 0 24px;
    margin: 0 0 27px;
}

#contact-container .left-col li {
    color: #6d6d6d;
}

#contact-container .left-col li a {
    color: #EF6F25;
    text-decoration: none;
}

#contact-container .right-col {
    width: 365px;
    float: left;
    padding: 0 0 0 40px;
}

#contact-container .right-col h2 {
    font-size: 18px;
    color: #ef6f25;
    padding: 0 0 38px 105px;
}

#contact-container .right-col label {
    float: left;
    width: 105px;
}

#contact-container .form-row {
    padding: 0 0 19px;
    position: relative;
}

#contact-container .submit-row {
    padding-top: 5px;
    position: relative;
}

#contact-container .form-row span.req {
    position: absolute;
    left: 97px;
    top: 0;
    color: #ef6f25;
}
#contact-container .form-row span.req.bottom {
    position: absolute;
    left: 97px;
    top: 8px;
    color: #ef6f25;
    font-weight: bold;
    font-size: 12px;
}

#contact-container .text-holder {
    float: left;
    width: 252px;
    height: 23px;
    background:url(../images/kontakt/bg_input.png);
}

#contact-container label.error {
    text-align: right;
    color: #ef6f25;
    font-size: 10px;
    display: block;
    width: 250px;
    margin: 3px 0;
    float: none;
    clear: both;
}

#contact-container .text-holder input {
    width: 242px;
    height: 23px;
    border: 0;
    background: none;
    padding: 0 5px;
    color: #525358;
}

#contact-container .textarea-holder {
    float: left;
    width: 252px;
    height: 82px;
    background:url(../images/kontakt/bg_textarea.png);
}

#contact-container .textarea-holder textarea {
    width: 242px;
    height: 82px;
    border: 0;
    background: none;
    padding: 0 5px;
    -moz-resize: none;
    color: #525358;
}

#contact-container .req-info {
    float: left;
    padding-left: 105px;
    font-size: 10px;
    padding-top: 3px;
}

#contact-container .submit-holder {
    float: right;
    padding-right: 8px;
}

#contact-container .submit-holder button {
    border: 0;
    width: 83px;
    height: 23px;
    font-size: 13px;
    text-align: right;
    padding-right: 5x;
    color: #fff;
    background: url(../images/kontakt/submit.png) no-repeat;
    cursor: pointer;
}

#contact-container .submit-holder button:hover {
    background: url(../images/kontakt/submit.png) no-repeat 0 -24px;
}


/* 3.10 kraina-krasnali
------------------------------------------------------------------------------*/

.krasnale li {
    display: block;
    float: left;
    height: 190px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 320px;
    zoom: 1;
}

.krasnale li.odd {
    background: url(../images/kraina-krasnali/border_odd.png) no-repeat bottom left;
}

.krasnale li.even {
    float: right;
    background: url(../images/kraina-krasnali/border_even.png) no-repeat bottom right;
}

.krasnale li .midget {
    float: left;
    width: 110px;
    padding: 40px;
}

.krasnale li .action {
    float: right;
    width: 130px;
}

.krasnale li.even .action {
    width: 100px;
    padding: 0 30px 0 0;
}

.krasnale .action h6 {
    font-size: 18px;
    text-align: right;
    margin-top: 80px;
    margin-bottom: 5px;
}

.action a {
    display: block;
    margin-top: 5px;
    text-align: right;
    float: right;
    padding-right: 10px;
    width: 78px;
    height: 22px;
    font-size: 13px;
    color: #fff !important;
    text-decoration: none;
    background: url(../images/biezace/btn_more.png) 0 -25px;
}

.action a:hover {
    background: url(../images/biezace/btn_more.png) 0 0;
}


/* 3.11 krasnal
------------------------------------------------------------------------------*/

#krasnal {

}

#krasnal-holder {
    width: 154px;
    float: left;
    padding: 0 0 0 40px;
}

#krasnal .description {
    padding-right: 33px;
}

#krasnal .description h3 {
    margin-bottom: 30px;
    font-size: 18px;
    color: #ef6f25;
}

#krasnal .quote {
    clear: both;
    width: 597px;
    height: 102px;
    padding: 24px 30px 0 30px;
    margin: 40px auto 50px auto;
    background: url(../images/krasnal/bg_quote.png) no-repeat;
}

.fb {
    width: 627px;
    margin: 0 auto;
    position: relative;
}

#krasnal .quote h4 {
    color: #ef6f25;
    font-weight: 900;
    margin: 0 0 15px;
}

#krasnal cite {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    color: #6d6d6d;
    margin: 0 0 25px;
}

#krasnal .fb .back {
    font-weight: 900;
    width: 300px;
    position: absolute;
    top: 5px;
    right: -170px;
}


/* 3.12 lista-alfabetyczna
------------------------------------------------------------------------------*/

.alphabetic-list {
    padding: 0 0 0 39px;
}

.alphabetic-list li {
    float: left;
    display: block;
}

.alphabetic-list li {
    padding: 0 4px 0 0;
}

.alphabetic-list li a {
    float: left;
    display: block;
    width: 108px;
    height: 97px;
    text-align: center;
    line-height: 90px;
    font-size: 37px;
    color: #5b5a5d !important;
    text-decoration: none;
    text-transform: uppercase;
    background: url(../images/lista-alfabetyczna/bg_tile.png) 0 0;
}

.alphabetic-list li a:hover {
    background: url(../images/lista-alfabetyczna/bg_tile.png) -112px 0;
}

#alphabetic-list2 {
    padding: 0 0 0 48px;

}

#alphabetic-list2 li {
    float: left;
    display: block;
    padding-right: 7px;
    margin-bottom: 8px;
}

#alphabetic-list2 li a {
    float: left;
    display: block;
    width: 43px;
    height: 40px;
    color: #5b5a5d;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    background: url(../images/lista-alfabetyczna/bg_tile2.png) 0 0;
}

#alphabetic-list2 li a:hover {
    background: url(../images/lista-alfabetyczna/bg_tile2.png) -50px 0;
}

#shop-list {
    padding: 33px 0 0 23px;
}

#shop-list dl {
    float: left;
    padding: 0 3px 37px 0;
}

#shop-list dt {
    padding: 0 0 5px 25px;
    margin: 0 0 10px;
    font-size: 18px;
    background: url(../images/lista-alfabetyczna/border.png) no-repeat bottom left;
}

#shop-list dd {
    padding: 0 0 10px 46px;
    font-size: 14px;
    background: url(../images/common/bullet.png) no-repeat 27px 6px;
}

#shop-list dd a {
    color: #929292;
}

#shop-list dd a:hover {
    color: #ef6f25;
    text-decoration: none;
}


/* 3.13 newsletter
------------------------------------------------------------------------------*/

#newsletter-content {
    padding: 0 0 34px 40px;
    background: url(../images/newsletter/bg_newsletter_content.png) no-repeat left bottom;
}

#newsletter-content p {
    margin-bottom: 35px;
}

#newsletter-content h4 {
    width: 400px;
    margin: 0 auto 26px auto;
    font-size: 14px;
    color: #ef6f25;
    text-align: center;
}

.newsletter-container {
    width: 500px;
    height: 39px;
    margin: 0 auto;
    padding: 15px 0 0 25px;
    background: url(../images/newsletter/bg_newsletter.png) no-repeat;
}

.newsletter-container .input-text-holder {
    width: 226px;
    height: 22px;
    background: url(../images/newsletter/bg_newsletter_input.png) no-repeat;
    float: left;
}

.newsletter-container .input-text-holder input {
    border: 0;
    width: 210px;
    height: 20px;
    margin: 1px 0 0 0;
    padding: 0 8px;
    background: none;
}

.newsletter-container .submit-holder {
    float: left;
    margin-left: 6px;
    width: 86px;
}

.newsletter-container #save {
    width: 86px;
    height: 22px;
    padding: 20px 0 0 0;
    background: url(../images/newsletter/button_newsletter.png) no-repeat;
    border: 0;
    cursor: pointer;
}

.newsletter-container #unsave {
    width: 86px;
    height: 22px;
    padding: 20px 0 0 0;
    background: url(../images/newsletter/button_newsletter.png) no-repeat 0 -26px;
    border: 0;
    cursor: pointer;
}

.newsletter-container #unsave.disabled {
    background: url(../images/newsletter/button_newsletter.png) no-repeat bottom;
}


/* 3.14 numery archiwalne
------------------------------------------------------------------------------*/

.archive {
    padding-left: 60px;
    width: 800px;
    margin-right: -209px;
}

.archive li {
    float: left;
    display: block;
    width: 245px;
    padding-right: 109px;
}

.archive li h6,
.archive li h5 {
    font-size: 14px;
    text-align: left;
}

.archive li h6 {
    padding: 0 0 10px;
    margin-bottom: 16px;
    background: url(../images/common/bg_h1.png) no-repeat scroll -495px bottom transparent;
}

.arch-holder {
    width: 221px;
    padding: 0 0 10px 24px;
}

.archive li img {
}

.archive .size {
    float: left;
    padding-left: 25px;
}

.archive .size p {
    background: url(../images/numery-archiwalne/ico_pdf.png) no-repeat;
    padding: 4px 0 4px 32px;
}

.archive .download {
    display: block;
    width: 70px;
    float: right;
    padding-right: 45px;
}

.archive .download a {
    display: block;
    width: 70px;
    height: 19px;
    padding-top: 2px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: url(../images/numery-archiwalne/btn_download.png) no-repeat 0 0;
}

.archive .download a:hover {
    background: url(../images/numery-archiwalne/btn_download.png) no-repeat 0 bottom;
}


/* 3.15 o pasazu
------------------------------------------------------------------------------*/

.text {
    padding: 0 33px 0 48px;
}

.text h6 {
    font-weight: 900;
    color: #ef6f25;
    line-height: 16px;
    margin-bottom: 25px;
}

.text img {
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
}

.data-wydarzenia {
    position: absolute;
    top: 60px;
    right: 33px;
    font-size: 13px;
}

#content {
    position: relative;
    min-height: 444px
}


/* 3.16 sklep
------------------------------------------------------------------------------*/

#shop-details {
    padding: 0 0 22px 48px;
    margin: 0 0 40px;
    position: relative;
    overflow: hidden;
    background: url(../images/newsletter/bg_newsletter_content.png) no-repeat left bottom;
}

#shop-details #shop-logo {
    float: left;
}

#shop-details #location {
    float: left;
    width: 300px;
    padding: 0 0 0 40px;
}

#shop-details #location li {
    line-height: 19px;
}


#shop-details #location li a:hover {
    color: #ef6f25;
}

#shop-details .back {
    display: block;
    position: absolute;
    right: 33px;
    bottom: 24px;
}

#shop-description {
    padding: 0 33px 1px 48px;
    background: url(../images/newsletter/bg_newsletter_content.png) no-repeat left bottom;
}


#shop-description .text p {
    line-height: 20px;
}

#shop-description .image-holder {
    padding: 8px 0 0 12px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 446px;
    /* background: url(../images/sklep/bg_sklep_img.png) no-repeat; */
}

#shop-description .image-holder img {
    border: 1px solid #fff;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
}

#shop-description p.visit {
    text-align:	right;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.fb-share {
    padding: 10px 0 0 48px;
}

.alfabet2 li,
.alfabet2 li a {
    float: left;
    display: block;
}

.alfabet2 {
    width: 138px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.alfabet2 li a {
    font-size: 16px;
    color: #929292;
    text-decoration: none;
    text-transform: uppercase;
    /*padding: 0 7px 4px 7px;*/
    width: 20px;
    height: 20px;
    padding-bottom: 2px;
    display: block;
    float: left;
    text-align: center;
}

.alfabet2 li.first a {
    width: 30px;
    margin-left: -9px;
}

.alfabet2 li a:hover {
    color: #fff;
    background: #ef6f25;
}


/* 3.17 sklep2
------------------------------------------------------------------------------*/


/* 3.18 szczegoly wydarzenia
------------------------------------------------------------------------------*/

/* excerpt-gallery*/
.excerpt-gallery {
    width: 580px;
    padding-left: 20px;
    margin-right: -40px;
}

.excerpt-gallery li {
    float: left;
    display: block;
    padding: 0 27px 0 0;
}

.excerpt-gallery li a {
    float: left;
    display: block;
    padding: 6px 0 0 6px;
    width: 154px;
    height: 109px;
    background: url(../images/biezace/tile.png);
}

.excerpt-gallery li a img {
    border: 1px solid #fff;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
}

.content-image {
    width: 166px;
    padding: 6px 0 0 6px;
    float: left;
    margin: 0 20px 0px 0;
    background: url(../images/o-pasazu/tile.png) no-repeat;
}

.content-image img {
    float: left;
    margin: 0 20px 20px 0;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1), -3px -3px 3px 3px rgba(0, 0, 0, 0.1);
}

.sitemap {
    line-height: 17px;
    margin-left: 50px;
}
.sitemap li {
    background: url(../images/common/bullet.png) no-repeat 0px 5px;
    padding-left: 15px;
}
.sitemap ul {
    margin-left: 10px;
}

#search-results-wrapper {
    margin-left: 50px;
}
.result-found {
    margin-bottom: 50px;
}
.pager {
    float: right;
    margin-right: 27px;
    margin-top: 20px;
}
.pager li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    height: 16px;
    position: relative;
    float: left;
}
.pager li a {
    color: #6d6d6d;
    font-size: 11px;

}
.pager li.prev, .pager li.next {
    width: 7px;
    background: url(../images/common/sprite_pager.png) repeat-x;
    padding: 0px;
    margin-right: 5px;
    margin-left: 5px;

}
.pager li.prev a, .pager li.next a {
    width: 7px;
    display: inline-block;
}
.pager li.prev {
    background-position: 0px -17px;
}
.pager li.next{
    background-position: -8px -17px;
}
.pager li.current {
    background: url(../images/common/sprite_pager.png) repeat-x;

}
.pager li.current a {
    color: #fff;
}

#lang-switch {
    float: right !important;
}

#gallery-logos {
    position: relative;
    left: 30px;
}
#gallery-logos li {
    float: left;
    width: 132px;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 25px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: 0 50%;

}

a.back.right {
    margin-right: 27px;
    margin-top: 10px;
}

#download {
    margin-left: 50px;
    margin-bottom: 20px;
}

div#wirtualna-wycieczka {
    z-index: 1000;
    width: 640px;
    height: 362px;
    margin-left: 43px;
}

h4.e404 {
    margin-left: 50px;
}

ul#slider-controls {
    height: 16px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

ul#slider-controls li {
    float: left;
    margin-right: 6px;
}
ul#slider-controls li a {
    background-image: url(../images/sprite_slider.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 12px;
    display: inline-block;
}

ul#slider-controls li a.active {
    background-position: -12px 0px;
}

#flash-holder .promo-image {
    width: 951px;
    height: 498px;
    display: none;
    position: relative;
    left: -3px;
}
#flash-holder .promo-image.active {
    display: block;
}

#flash-holder .promo-image-details {

    position: absolute;
    bottom: 150px;
    left: 10px;

}
#flash-holder .promo-image-details  h2 {
    width: 400px;
}
#flash-holder .promo-image-details h2 a {
    color: #f36f21 !important;
    font-size: 32px;
}
#flash-holder .promo-image-details p {
    width: 400px;
}
#flash-holder .promo-image-details p a {
    color: #838383 !important;
    font-size: 24px;

}
#flash-holder .promo-image a.wrapped {
    width: 951px;
    height: 498px;
    display: block;
}

h3.email-header {
    margin-top: 20px;
    font-weight: bold;
    color: #6D6D6D;
}

div.casting {
    margin-left: 50px;
}
#slide-holder {
    position: relative;
    left: -228px;
}
#casting-form dd{margin-bottom:5px}
#casting-form dt label{font-weight: bold;padding:5px;margin-top:3px;margin:auto}
#casting-form input,#casting-form textarea{border:1px solid #EF6F25;padding:2px;margin:3px;}
#casting-form input.text{width:400px}
#casting-form input.checkbox{}
#casting-form textarea{width:400px;height: 50px}
#casting-form ul{list-style:none;padding-left:5px;margin-bottom:5px}
#casting-form ul.errors li{font-size:11px;color:#FF0000}

/*slider*/
.slide-bar{position:relative;overflow:hidden;}
.slide-bar a.slide{display:block;position:absolute;left:0;overflow:hidden; outline: none;}
.slide-bar a.slide .overlay{position:absolute;bottom:0;background:url(images/overlay.png);width:100%;color:#fff;padding:10px;overflow:hidden;display:none}
.slide-bar .slide-controls{padding:0;margin:0;position:absolute; right: 10px}
.slide-bar .slide-controls li{float:left;text-align:center;display:block;}
.slide-bar .slide-controls li a{display:block;width:24px;height:24px;font-size:11px;margin:5px;line-height:24px;color:#fff;text-decoration:none;background:  url(../images/silde-nav.png) 0 0 no-repeat; outline: none}
.slide-bar .slide-controls li a.selected{color:#EF6F25}

.ui-datepicker {
    width: 300px;
    margin-top: 10px;
    margin-left: 7px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 20px;
    color: #494949;
}
.ui-datepicker th {
    padding: 3px 5px;

}
.ui-datepicker td {
    padding: 0;
}
.ui-datepicker .ui-datepicker-header {
    border: 0;
    background: transparent;
}
.ui-widget-content {
    border: 0;
    background: transparent;
    color: #494949;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #494949;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    color: #F36F21;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-color: #494949;
    cursor: pointer;
}
.ui-datepicker-week-end, .ui-datepicker-week-end.sunday a, .ui-datepicker-week-end.sunday span, #calendar .ui-datepicker-week-end span.sunday {
    color: red !important;
}
#tooltip {
    color: #333;
    font-size: 11px;
    padding: 9px;
    position: absolute;
    background-color: #F6F6F6;
    border: 1px solid #CCC;
}

