/* css 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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* koniec css reset */

/* fontface */

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

}

/* html */
body {
    background: #fff;
    text-align: center;
    font-family: 'allerregular', Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #010204;
}

div {
    margin: 0 auto;
    border: 0px;
}

a {
    text-decoration: underline;
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 18px;
    color: #4d4d4d;
    text-align: left;
}

h2 {
    font-size: 18px;
    color: #4d4d4d;
}

h3 {
    font-size: 18px;
    color: #4d4d4d;
}

/* koniec html*/


div#container {
    width: 100%;
    float: left;
}

.home {
    background: url(/images/karczma/bg.jpg) top center no-repeat;
    height: 1305px !important;
}

.home #footer{
    top: 1200px !important;
}

.subpage {
    background: url(/images/karczma/bg_big_subpage.jpg) top center no-repeat;
    height: 1035px !important;
}

.subpage #footer{
    top: 930px !important;
}


div.wrap {
    width: 980px;
}

/* HEADER */

div#header {
    float: left;
    width: 980px;
    height: 256px;
}

div#header div{
    float: left;
    width: 980px;
    height: 168px;
    padding: 43px 0 0 0;
}

div#header #logo{
    float: left;
    margin-left: 381px;
    width: 215px;
    height: 168px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}

div#header #logo:hover{
    width: 215px;
    height: 168px;

    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);

}

div#header .social {
    float: right;
    padding: 28px 24px 0 0;
}

div#header .social .fbIcon{
    float: right;
}

div#header .social .ytIcon{
    float: right;
    margin: 17px 0 0 -6px;


}

div#header .social a{
    width: 44px;
    height: 43px;
    display: block;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}

div#header .social a:hover{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}

ul#menu {
    float: left;
    width: 980px;
    height: 45px;
}

ul#menu li{
    float: left;
    padding: 0 12px;
    position: relative;
}

ul#menu li a{
    float: left;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #412925;
    text-decoration: none;
    padding: 10px 20px;

}

ul#menu li:hover a {
    background: url(/images/karczma/menu.png) repeat-x;
    color: #fff;
}

ul#menu li:hover .submenu  {
    display: block;
}

ul#menu li:hover a li {
    background: #412925;
    color: #fff;
}

ul#menu li a#active {
    background: url(/images/karczma/menu.png) repeat-x;
    color: #fff;
}

#menu .submenu {
    position: absolute;
    display:none;
    left:0px;
    z-index:10020;
}

#menu .submenu li {
    float:none;
    left:0;
    top:35px;
    text-align: left;
}

#menu .submenu li a {
    color:#fff;
    background: #412925!important; 
    border-bottom:1px solid #65443f;
    padding: 10px;
    width:150px;
    font-size: 14px;
    font-weight: normal !important;
}
#menu .submenu li:hover a {
    text-decoration: underline;
} 

.req-error { border:1px solid red!important; }

/* CONTENT */

div#content {
    float: left;
    width: 980px;
}

div.contSubpage {
    background: url(/images/karczma/bg_subpage.png) top center no-repeat;
    margin-top: 5px;
}

div#banner {
    float: left;
    width: 956px;
    height: 324px;
    padding: 12px 12px 0 12px;
    background: url(/images/karczma/banner_bg.png) top center no-repeat;
    position: relative;
}


div#banner .cycle-slideshow p {
    position: absolute;
    height: 40px;
    background: url(/images/karczma/slider_title.png);
    margin-top: 233px;
}
div#banner .titleSlider {
    position: absolute;
    bottom:60px;
    right:10px;
    z-index:1001;
}
div#banner .cycle-slideshow p{
    position: absolute;
    bottom:0px;
    left:0px;
    z-index:1000;
    width: 936px;
    text-align: left;
    padding: 15px 0 0 10px;
    color: #fff;
    font-size: 26px;
    font-style: italic;
    font-family: 'Devonshire', cursive;
}

div#banner .cycle-slideshow p a{
    color: #fff;
    text-decoration: none;
}

div#banner .cycle-slideshow p a:hover{
    color: #fff;
    text-decoration: underline;
}

.titleSlider ul{
    padding: 17px 20px 0 0;
}

.titleSlider ul li {
    float: right;
    padding: 2px;
}

.titleSlider ul li a.ts-right {
    float: right;

    width: 12px;
    height: 12px;
}

.titleSlider ul li a{
    display: block;
    background: url(/images/karczma/slider_navi.png) top center no-repeat;
}

.cycle-pager-active a {
    background: url(/images/karczma/slider_navi_active.png) top center no-repeat!important;
}

div#sliderNavi {
    position: absolute;
}

a#prevSlide {
    position: absolute;
    margin: 105px 0 0 -45px;
}

a#nextSlide {
    position: absolute;
    margin: 105px 0 0 967px;
}

ul#offerBox {
    float: left;
    width: 980px;
    padding: 0 0 20px 15px;
}

ul#offerBox li{
    float: left;
    padding: 0 30px;
}

ul#offerBox li img{
    float: left;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}

ul#offerBox li img:hover{
    float: left;

    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}

div#sectionLeftHome {
    float: left;
    width: 445px;
    padding: 0 0 0 25px;
}

div#sectionLeftHome .text{
    float: left;
    width: 445px;
}

div#sectionLeftHome .text h1{
    font-size: 50px;
    color: #412925;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
}

div#sectionLeftHome .text p{
    color: #6d6d6d;
}

div#sectionLeftHome .more{
    float: right;
    margin: 10px 0;
}

a.more {
    display: block;
    color: #fff;
    width: 98px;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding: 12px 0 0 0;
    text-align: center;
    background: url(/images/karczma/more.png) top center no-repeat;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}

a.more:hover {
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}

div#sectionRightHome {
    float: right;
    width: 380px;
    padding: 0 20px 0 0;
}

div#sectionRightHome .news {
    float: left;
    width: 380px;
}

div#sectionRightHome .news li{
    float: left;
    width: 380px;
    padding: 15px 0;
}

div#sectionRightHome .news img{
    float: left;
    width: 88px;
    height: 67px;
    padding: 1px;
    background: #fff;
    border: 1px solid #cdcdcd;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}

div#sectionRightHome .news img:hover{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}

div#sectionRightHome .news div{
    float: right;
    width: 270px;
    text-align: left;
    line-height: 16px;
}

div#sectionRightHome .news div a{
    color: #412925;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

div#sectionRightHome .news div a:hover{
    text-decoration: underline;
}

div#sectionRightHome .news div span{
    color: #bbb;
    font-size: 12px;
    font-weight: bold;
}

div#sectionRightHome .news div p{
    color: #6d6d6d;
    font-size: 13px;
}

div#sectionRightHome .more{
    float: right;
    margin: 10px 0;
}


/* SUBPAGE */

div#headline {
    float: left;
    width: 980px;
    height: 75px;
    text-align: center;
    margin-bottom: 20px;
    background: url(/images/karczma/headline.png) center center no-repeat;
}

div#headline h2{
    float: left;
    height: 55px;
    width: 788px;
    text-transform: uppercase;
    font-size: 30px;
    color: #1f1a17;
    padding: 27px 0 0 0;
    line-height: 20px;
}

div#headline span{
    text-transform: none !important;
    font-size: 16px;
    color: #1f1a17;
}

img#folkLeft {
    float: left;
    margin: 6px 0 0 -16px;
}

img#folkRight {
    float: right;
    margin: 6px -16px 0 0;
}

div#sectionLeft {
    float: left;
    width: 284px;
    padding: 20px 0 0 0;
    background: #fff url(/images/karczma/sl_bg.jpg) right bottom no-repeat;
}

ul#menuLeft {
    float: left;
    width: 220px;
    padding: 10px 0 0 40px;
    text-align: left;
}

ul#menuLeft li{
    float: left;
    width: 220px;
    border-bottom: 1px solid #eaeaea;

}

ul#menuLeft li a{
    float: left;
    width: 203px;
    display: block;
    color: #412925;
    font-size: 14px;
    padding: 10px 0 10px 17px;
    text-decoration: none;
    line-height: 18px;
    background: url(/images/karczma/bullet1.png) 0 0 no-repeat;
}

ul#menuLeft li a:hover{
    text-decoration: underline;
}

ul#menuLeft li a#mActive {
    color: #fff;
    background: #412925 url(/images/karczma/bullet1_hover.png) 0 0 no-repeat;
}

ul#menuLeft li a#mActive:hover {
    text-decoration: none !important;
}

div#sectionLeft .more{
    float: right;
    margin: 0 10px 10px 10px;
}


div#sectionRight {
    float: right;
    width: 600px;
    padding-right: 70px;
}

table.menu {
    width: 100%;
}

table.menu td{
    border: none !important;
    border-bottom: 1px dotted #ddd !important;
    vertical-align: middle;
}

.titleMenu {
    text-align: left !important;
}

.titleMenu strong{
    color: #412925;
    font-size: 15px;
}

.titleMenu span{
    color: #7a7a7a;
    font-size: 12px;
}

.priceMenu {
    text-align: right !important;
    font-weight: bold;
}

div#gallerySmall {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 0;
}

div#gallerySmall h2{
    color: #462626;
}

div#gallerySmall ul{
    padding: 10px 0;
}

div#gallerySmall li{
    float: left;
    margin: 5px 20px;
}

div#gallerySmall li img{
    width: 150px;
    height: 113px;
    padding: 2px;
    background: #fff;
    border: 1px solid #ebebeb;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;	
}

div#gallerySmall li img:hover{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}

div#gallery {
    float: left;
    width: 900px;
    text-align: left;
    padding: 20px;
}

div#gallery ul{
    padding: 10px 0 10px 40px;
}

div#gallery li{
    float: left;
    margin: 5px 10px;
}

div#gallery li img{
    width: 180px;
    height: 135px;
    padding: 4px;
    background: #fff;
    border: 1px solid #ebebeb;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;	
}

div#gallery li img:hover{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}

div#newsCont {
    float: left;
    margin-left: 20px;
}

div.newsBox {
    float: left;
    width: 220px;
    height: 294px;
    padding: 15px 12px;
    background: #f8f8f8;
    text-align: left;
    margin: 13px 13px;
    overflow: hidden;
}

div.newsBox:hover {
    box-shadow: 0px 0px 10px #f6f5ef;
    -o-box-shadow: 0px 0px 10px #f6f5ef;
    -moz-box-shadow: 0px 0px 10px #f6f5ef;
    -webkit-box-shadow: 0px 0px 10px #f6f5ef;
}

div.newsBox p{
    line-height: 18px;
    margin-bottom: 7px;
    color: #786464;
}

div.newsBox p strong{
    font-size: 13px;
    color: #cc803b;
}

div.newsBox p a{
    font-size: 16px;
    color: #412925;
    font-weight: bold;
    text-decoration: none;
}

div.newsBox p a:hover{
    text-decoration: underline;
}

div.newsBox div{
    width: 220px;
    height: 116px;
    background: #eee;
    overflow: hidden;
    margin: 10px 0;
}

div.newsBox div a{
    display: block;
    width: 220px;
    height: 116px;
}

div.newsBox div a:hover{

}

div.newsBox div img{
    width: 220px;
}

div#news {
    float: left;
    padding: 20px 40px;
}

div#news .date{
    text-align: left;
    color: #cc803b;
    font-size: 20px;
    font-weight: bold;
}

div#news .title{
    text-align: left;
    color: #462626;
    font-size: 22px;
    line-height: 26px;
    margin: 15px 0;
}

div#news .more{
    float: right;
    margin: 20px 0;
}

/* CONTACT */

div#contact {
    width: 860px;
    padding: 20px 0 0 20px;
    text-align: left;
    margin: 0 auto !important;
}

div#contactLeft {
    float: left;
    width: 277px;
}

div#contactLeft h3{
    font-size: 18px;
    margin-bottom: 10px;
    color: #412925;
    font-weight: normal;
    text-transform: uppercase;
}

div#contactLeft ul{
    padding: 10px 0;
}

div#contactLeft ul li{
    padding: 5px 0;
    font-size: 16px;
    color: #333;
}

div#contactLeft ul li span{
    font-size: 13px;
    color: #989898;
}

div#contactLeft ul li a{
    color: #333;
    text-decoration: none;
}

div#contactLeft ul li a:hover{
    color: #5a5a5a;
}

div#contactRight {
    float: right;
    width: 305px;
    padding-right: 40px;
}

div#contactRight h3{
    font-size: 18px;
    color: #412925;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

div#contactRight li{
    float: left;
    width: 338px;
    padding: 10px 0 2px 0;
}

.inp {
    border: 1px solid #ccc;
    background: #fff;
    color: #373737;
    width: 338px;
    padding: 8px 5px;
    font-size: 12px;
}

.inp:focus{
    box-shadow: 0 0 5px #e3e3e3;
}

#textarea {
    height: 70px !important;
}

#send {
    color: #fff;
    width: 98px;
    height: 40px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    border: none;
    float: right;
    background: url(/images/karczma/more.png) top center no-repeat;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;

}

#send:hover {
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}

div#mapa {
    float: left;
    width: 834px;
    padding: 10px;
    background: #fff;
}

div#mapa h2{
    font-size: 18px;
    color: #412925;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

div#mapCont {
    float: left;
    width: 834px;
}

/* TEXT FORMAT */

div.text {
    float: left;
    width: 100%;
    line-height: 18px;
    text-align: left;
    color: #010204;
}

div.text p img{
	max-width: 540px !important;
}

div.text h1{
    margin: 10px 0;
    font-size: 22px;
    color: #462626;
}

div.text h2{
    margin: 10px 0;
    font-size: 20px;
    color: #462626;
}

div.text h3{
    margin: 10px 0;
    font-size: 18px;
    color: #462626;
}

div.text h4{
    margin: 10px 0;
    font-size: 16px;
    color: #462626;
}

div.text h5{
    margin: 10px 0;
    font-size: 14px;
    color: #462626;
}

div.text p{
    text-align: left;
    line-height: 18px;
    padding: 5px 0;
}

div.text ul{
    padding: 10px;
}

div.text ul li{
    padding: 3px 20px;
    line-height: 16px;
    background: url(/images/karczma/bullet2.png) 0 7px no-repeat;
}

div.text ol{
    padding: 10px;
}

div.text ol li{
    list-style: decimal inside;
    padding: 3px 3px;
    line-height: 16px;
}

div.text table{
    width: 100%;
    margin: 10px 0;
    background: #fff;
}

div.text table th{
    vertical-align: middle;
    height: 40px;
    text-align: center;
    border: 1px solid #412925;
    background: #412925;
    color: #fff;
    padding: 0 5px;
}

div.text table td{
    vertical-align: middle;
    height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 0 5px;
}


/* FOOTER */

div#footer {
    position: absolute;
    height: 65px;
    width: 980px;
    padding: 15px 0 10px 0;
}

ul#footList {
    float: left;
}

ul#footList li{
    float: left;
    color: #fdfffa;
    text-align: left;
    padding: 0 20px;
    font-size: 12px;
}

ul#footList li p{
    padding-bottom: 4px;
}

div#footer .social{
    float: left;
}

div#footer .social li{
    margin-bottom: 10px;
    color: #fdfffa;
    text-align: left;
    padding: 0 20px;
    font-size: 12px;	
}

div#footer .social li img{
    margin-right: 4px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 100%;
}

div#footer .social li img:hover{
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
    transform:scale(1.06);
}	

p.futuravision {
    float: right;
    text-align: center;
    line-height: 16px;
    border-top: 1px solid #b1a79e;
    padding: 10px 0;
    margin: 40px 20px 0 0;
    width: 90px;
}

p.futuravision img{
    float: right;
    margin-left: 3px;
}




/* Styles specific to this particular page */
.scroll-pane
{
    width: 100%;
    overflow: hidden;
        height:397px; 

}


.jspDrag {
    background:url(/images/karczma/scroll.png) no-repeat;
}

.jspVerticalBar {
    background: transparent;
}

.jspTrack {
    background:url(/images/karczma/back_scroll.png) repeat-y;
}
