/*----------------------------------------------------------------------------*\
                                   General
\*----------------------------------------------------------------------------*/

@font-face {
  font-family: 'Merienda';
  src: url('../fonts/merienda-bold.ttf');
}

@font-face {
  font-family: 'Playfair';
  src: url('../fonts/playfairdisplay-regular.ttf');
}

html {
    background: #F3F3F3;
    
}

body {
    margin: 0;
    background: url(../images/layout/main-bg.jpg) repeat-x 0 56px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #605C5D;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4 {
    margin: 22px 0;
    background: url(../images/layout/line-2.png) repeat-x bottom;
    font-family: Playfair, Cambria, Georgia, Times, 'Times New Roman', serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5em;
    color: #272727;
    
    
}

a {
    text-decoration: none;
}

.distinct {
    color: #D46E3C;
}

p {
    margin: 22px 0;
    font-size: 14px;
    line-height: 1.5em;
    
}

/*----------------------------------------------------------------------------*\
                                    NavMenu
\*----------------------------------------------------------------------------*/

#menu_main {
    background: url(../images/layout/menu-bg.jpg);
    font-size: 16px;
    text-align: center;
    
}

#menu_main > ul {
    max-width: 960px;
    margin: 0 auto;
    letter-spacing: -3px;
}

#menu_main > ul > li {
    display: inline-block;
    position: relative;
    width: 134px;
    margin: 3px 0;
    margin-right: -1px;
    line-height: 42px;
    vertical-align: top;
    background: url(../images/layout/separator.jpg) no-repeat left, url(../images/layout/separator.jpg) no-repeat right;
    letter-spacing: normal;
    
}

#menu_main ul ul {
    display: none;
    position: absolute;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 15px;
    background: url(../images/layout/sub-menu.jpg);
    text-align: left;
    
}

#menu_main ul ul li {
    display: block;
    line-height: 32px;
    background: url(../images/layout/line-1.gif) repeat-x top;
    font-size: 14px;
}

#menu_main > ul > li:hover ul {
    display: block;
    z-index: 1;
}

#menu_main ul ul li:hover a {
    color: #f49f76;
}

#menu_main a {
    display: block;
}

#menu_main span a {
    display: inline;
}

#menu_main > ul > li:hover {
    background: url(../images/layout/menu-li-a.jpg);
}

#menu_main a, #menu_main span {
    color: #FFFFFF;
}

#menu_main span:after {
    content: " \25bc";
}

/*----------------------------------------------------------------------------*\
                                    Header
\*----------------------------------------------------------------------------*/

header {
    position: relative;
    height: 120px;
    margin-top: 5px;
    margin-bottom: 13px;
    background: url(../images/layout/top-line.png) repeat-x top;
}

header > * {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

.logo {
    position: relative;
    height: 88px;
    background: url(../images/layout/line-2.png) repeat-x bottom;
    font-size: 32px;
    text-align: center;
}

.logo a {
    display: inline-block;
    position: relative;
    z-index: 3;
    width: 190px;
    margin: 0 auto;
/*    padding-top: 23px;*/
    font-family: Merienda, sans-serif;
    color: #443a32;
    text-align: center;
}

.logo a span {
    display: inline-block;
    word-spacing: -10px;
    border-bottom: 2px solid #443a32;
    padding-bottom: 13px;
}

.logo strong {
    display: inline-block;
    padding-left: 3px;
/*    border-top: 2px solid #443a32;*/
    font-family: sans-serif;
    font-size: 11px;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}

/*----------------------------------------------------------------------------*\
                                    hCard
\*----------------------------------------------------------------------------*/

.vcard {
    position: relative;
    height: 65px;
    margin-top: -75px;
    font-size: 14px;
}

.vcard .fn {
    position: absolute;
    top: -407px;
}

.vcard .tel {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #3C312B;
}

.vcard .tel + .tel {
    top: 40px;
    font-size: 16px;
}

.facebook_link {
    position: relative;
    top: 17px;
    right: 15px;
    padding-right: 23px;
    background: url(../images/icons/facebook.png) no-repeat right;
    color: #605C5D;
    text-align: right;
}

.facebook_link a {
    font-weight: bold;
    color: #000;
}

.facebook_link a:hover {
    color: #D46E3C;
}

a.url {
    display: none;
}

/*----------------------------------------------------------------------------*\
                                    Content
\*----------------------------------------------------------------------------*/

section {
    max-width: 960px;
    margin: 0 auto;
}

#main section > article {
    display: inline-block;
    max-width: 300px;
    margin: 0 7px;
    vertical-align: top;
}

#main h1, #main h2, #main h3 {
    text-align: center;
}
#slider {
    background: #FCFCFC;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 2px #ECECEC;
    padding: 14px 14px 15px;
    margin: 10px;
}

#slider img {
    width: 100%;
    
}



figure {
    background: #FCFCFC;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px #ECECEC;
    padding: 14px;
    margin: 0;
    margin-bottom: 15px;
}

.left {
    float: left;
    margin-right: 15px;
}

.right {
    float: right;
    margin-left: 15px;
}

#main article figure {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main figure img {
    width: 100%;
}

/*----------------------------------------------------------------------------*\
                                    Footer
\*----------------------------------------------------------------------------*/

footer {
/*    background: url(../images/layout/footer-line.jpg) repeat-x top;*/
    background: #DFDFDF;
    padding: 10px 0;
    
}

footer > * {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

footer small {
    text-align: right;
    position: relative;
    top: 10px;
}

#menu_footer {
    position: relative;
    top: -40px;
}

#menu_footer a {
    color: #373737;
    
    font-weight: bold;
    text-decoration: none;
    margin-right: 7px;
}

#menu_footer a:hover {
    
    text-decoration: underline;
    
}

.nocowanie {
    margin-right: 35px;
    
}

.nocowanie img {
    vertical-align: middle;
}

/*----------------------------------------------------------------------------*\
                                    Inne
\*----------------------------------------------------------------------------*/

.tab {
    position: relative;
    padding: 0;
    
    background: #FFFFFF;
    
}


.tab h2 {
    
    background: none;
}

.tab li > div {
    display: none;
/*    position: absolute;*/
/*    top: 0;*/
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    
}

.tab li.active > div {
    display: block;
    
    
}

.tab h6:active + div {
    display: block;
}

/*----------------------------------------------------------------------------*\
                                    cennik.html
\*----------------------------------------------------------------------------*/


/*.cena:after {
    content: ' zł';
}*/

table {
    width: 90%;
    text-align: left;
    font-size: 14px;
}

th {
    background: #e2e2e2;
}

.cena {
    width: 190px;
}

/*----------------------------------------------------------------------------*\
                                    restauracja.html
\*----------------------------------------------------------------------------*/

#restauracja article {
    clear: both;
    
}

#restauracja .icon {
    float: left;
    margin-right: 15px;
    
}



/*#restauracja figure img {
    width: 450px;
}*/

/*----------------------------------------------------------------------------*\
                                    galeria.html
\*----------------------------------------------------------------------------*/

#galeria .pro_wrapper {
    display: inline-block;
    padding: 0 5px;
}

#galeria a.rest {
    display: none;
}

#galeria .pro_wrapper a {
    margin: 0;
}

#galeria .pro_wrapper p {
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}

/*----------------------------------------------------------------------------*\
                                    spa.html
\*----------------------------------------------------------------------------*/

#rekreacja .listt {
    margin-right: 30px;
}


.tab_contaier_sm {
    clear: both;
    overflow: auto;
}

/*.pro_slide-down-box {
    width: 47%;
    padding: 5px;
}*/

.tab_contaier_sm .left {
    float: left;
    width: 49%;
}

.tab_contaier_sm .right {
    float: right;
    width: 49%;
}

#rekreacja article {
    clear: both;
    
}

/*----------------------------------------------------------------------------*\
                                    pokoje.html
\*----------------------------------------------------------------------------*/


section > article {
    overflow: auto;
}

#pokoje h5 {
    font-size: 16px;
    
}

.odnosniki a {
    color: #D46E3C;
}

.odnosniki li {
    margin-bottom: 15px;
}

.cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    background: #ede8e8;
    border: 1px solid #bdbdbd;
    font-size: 14px;
    text-align: center;
    color: #000;
    padding: 15px;
    padding-top: 25px;
}

.cookies-close {
    position: absolute;
    font-size: 16px;
    top: 3px;
    right: 5px;
    color: #fff;
    padding: 2px 4px;
    background: #ff0000;
}

.hotel:after {
    content: "owe";
}

.hotel2:after {
    content: "owy";
}


/*----------------------------------------------------------------------------*\
                                    kontakt.html
\*----------------------------------------------------------------------------*/


#kontakt article {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

#kontakt fieldset {
    border: none;
    
    
}

#kontakt input, #kontakt textarea {
    border: 1px solid #666666;
    background: none;
    width: 300px;
    margin-bottom: 5px;
}

#kontakt .button {
    background: url("../images/button-bg.jpg") repeat scroll 0 top transparent;
    border: 1px solid #562210;
    color: #FDFDFD;
    display: inline-block;
    line-height: 18px;
    padding: 6px 14px 7px 12px;
    transition: all 0.3s ease 0s;
}


#mapa {
    width: 907px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 4px;
    padding-right: 0;
    
}




p + ul {
    margin-top: -20px;
}