
body {
    font-family: 'montserratlight';
    font-size: 10pt;
    line-height: 16pt;

    background-color: #ffffff;
    background-image: url('../img/tlo.jpg');
	background-position: center top;
	background-repeat: no-repeat;
    background-size: cover;

    border-top: 4px solid #c3025b;
    overflow-x: hidden;
}

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.popup {
    max-width: 500px;
    width: 100%;
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 2000;
}
.popup img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.hidden {
    display: none;
}


p, ul li, td, h4, h5 {
    font-family: 'montserratlight';
    font-size: 10pt;
    line-height: 16pt;
}

i, em {
    color: #c3025b;
}


h2, h3 {
    font-family: 'caviar_dreamsregular';
    font-size: 16pt;
    line-height: 20pt;
    color: #3f5560;
    margin-top: 30px;
    margin-bottom: 5px;
}
b, strong {
    color: #3f5560;
    font-weight: bold;
}
h4, h5 {
    color: #3f5560;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 15px;
}


h1 {
    font-family: 'montserratlight';
    font-size: 22pt;
    line-height: 24pt;
    color: #3f5560;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}
img {
    max-width: 100%;

}
.content table,
.bon table {
    table-layout: fixed;
    width: 100%;
}
.p_cennik .content table {
    table-layout: auto;
}


.left {
	float: left;
	padding-right: 1em;
}

.right {
	float: right;
	padding-left: 1em;
}

.center {
	display : block;
	margin: 0 auto 0 auto;
	text-align: center;
}

.leftAlone {
	float: left;
	margin-right: 100%;
}

.rightAlone {
	float: right;
	margin-left: 100%;
}












#container {
    /*background-image: url('../dev/iPadABOUT.jpg');*/
	background-position: center top;
	background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
}

.inner {
    width: 900px;
    margin: 15px auto;
}
.logoMenu {
    display: none;
}

.pagination {
    text-align: center;
}

form {
    width: 100%;
}


div.field.text {
    width: 100%;

}
form#SearchForm_SearchForm div.field.text {
    margin: 0;
    background-color: #9dabb2;
    background-image: url('../img/szukaj.png');
	background-position: right top;
	background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
}

form#SearchForm_SearchForm input.text {
    box-sizing: border-box;
    background: transparent;
    width: 100%;
    height: 30px;
    border: 0px;
}
form#SearchForm_SearchForm input#SearchForm_SearchForm_action_results {
    display: none;
}

.promocja {
    position: absolute;
    top: 90px;
    right: 110px;
    height: 170px;
    width: 170px;
}
.promocja img {

}


.top-menu {
    height: 90px;
    position: relative;
}

.top-menu .logoBliss {
    height: 100%;
    width: auto;
    margin: 0 15px;
}

.top-menu ul {
    width: auto;
    float: right;
    height: 100%;
    display: block;
}
.top-menu ul li a {
    height: 100%;
    width: 76px;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    margin: 0px;
    display: table-cell;
}


.top-menu ul li {
    display: table;
    float: left;
    width: auto;
    height: 100%;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    color: #39425b;

    font-family: 'caviar_dreamsregular';
    font-size: 15pt;
    transition-property: background-color, color;
    transition-duration: 1s;
    transition-timing-function: ease-out;
    cursor: pointer;
}

.top-menu ul li.selected,
.top-menu ul li.section,
.top-menu ul li.current,
.top-menu ul li:hover {
    color: #ffffff;
    background-color: #c3025b;
    transition-duration: .3s;
}
.top-menu ul li.current {cursor: default;}
.top-menu ul li.current a {cursor: default;}


.boczne {
    position: absolute;
    right: 0px;
    top: 413px;
    width: 27px;
}


.banerCienie {
    height: 245px;
    width: 100%;
    background-image: url('../img/baner-gora.png'), url('../img/baner-dol.png');
	background-position: center top, center bottom;
	background-repeat: repeat-x, repeat-x;
    padding: 7px 0;
}
.baner {
    height: 245px;
    width: 100%;
    background-image: url('../img/baner.jpg');
	background-position: center center;
	background-repeat: repeat-x;
    background-size: cover;
}
h2.przejdz {
    text-align: center;
}


.content h1 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}


.content {
    position: relative;
    color: #526b78;
}
.content p,
.content h2,
.content h3,
.content h4,
.content h5,
.content ul,
.content ol {
    margin-left: 15px;
    margin-right: 15px;
}
.content ul li {
    margin-left: 17px;
    list-style: disc;
    color: #737373;
}
.content ol li {
    margin-left: 17px;
    list-style: decimal;
    color: #737373;
}
.content ul ul,
.content ol ol,
.content ul ol,
.content ol ul {
    margin-left: 15px;
}

.content h2 + p,
.content h3 + p,
.content h2 + h4,
.content h3 + h4,
.content h2 + h5,
.content h3 + h5,
.content h2 + ul,
.content h3 + ul,
.content h2 + ol,
.content h3 + ol {
    margin-top: 0px;
}
.content p {
    margin: 15px 15px;
    color: #737373;
}
.content img.center {
    /*width: 100%;
    height: auto;*/
    padding: 15px 0px;
}

.content table + table {
    margin-top: 75px;
}

.content table {
    width: 100%;
}

.content table td {
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    color: #737373;
}
.content table tr:first-of-type td {
    padding-top: 0px;
}
.content table tr:last-of-type td {
    padding-bottom: 0px;
}
.content table td p {
    margin: 0px;
}

.content table td p,
.content table td h1,
.content table td h2,
.content table td h3,
.content table td h4,
.content table td h5 {
    margin-left: 0px;
}
.content table td iframe {
    width: 100%;
    box-sizing: border-box;
}
.content table td img.center {
    /*width: 100%;
    height: auto;
    box-sizing: border-box;*/
}
.content > *:first-child {
  margin-top: 30px;
}

.content table td > *:first-child {
  margin-top: 0px;
}

.podpis {
    width: 210px;
    text-align: center;
    margin: 20px 60px;
}

.podpis p {
    margin: 0px;
}
.galeria .arrow {
    float: right;
    clear: right;
    margin: 10px 45px 10px 0px;
    height: 30px;
    width: auto;
    opacity: 1;
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.arrow.off {
    opacity: 0;
    cursor: default;
}


.thumbsBox {
    width: 140px;
    height: 585px;
    float: right;
    z-index: 500;
    overflow: hidden;
    clear: right;
    margin-right: 0px;
    position: relative;
}

.thumbs {
    width: 100%;
    height: auto;
    z-index: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    transition-property: top;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.thumbs img {
    width: 140px;
    height: 111px;
    margin: 5px 0px;
    display: block;
    cursor: pointer;
}
.viewer {
    cursor: pointer;
    width: 720px;
    height: 575px;
    float: left;
    margin-top: 55px;
    position: relative;
    overflow: hidden;
}
.viewer img {
    height: 100%;
    width: auto;
    max-width: none;
    display: block;
    position: absolute;
    top: 0px;
    left: auto;

    margin: 0px auto;
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    opacity: 0;
}
.viewer img.show {
    opacity: 1;
}


.zabiegBox {
    width: 286px;
    height: 286px;
    position: relative;
    float: left;
    margin: 7px;
}



.ramka {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #3f5560;
    box-sizing: border-box;
    padding: 12px;
}

.zabiegBox .kreska {
    width: 0px;
    height: 1px;
    position: absolute;
    top: 52px;
    left: 13px;
    background-color: #3f5560;
    transition-property: width, left;
    transition-duration: 1s;
    transition-timing-function: ease-out;
}
.zabiegBox:hover .kreska,
.zabiegBox.hov .kreska {
    width: 260px;
    left: 13px;
}


.zabiegBox h2 {
    margin: 0px;
    position: absolute;
    z-index: 605;
    top: 20px;
    left: 13px;
    width: 260px;
    text-transform: uppercase;
    color: #3f5560;
    cursor: default;
}

.zabiegBox img.cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 600;
    opacity: 1;
    transition-property: opacity;
    transition-duration: .7s;
    transition-timing-function: ease-out;
}
.zabiegBox:hover img.cover,
.zabiegBox.hov img.cover {
    opacity: 0;
    z-index: 500;
}

.zabiegBox img.coverCien {
    position: absolute;
    width: 315px;
    height: 315px;
    top: -15px;
    left: -15px;
    z-index: 400;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1s;
    transition-timing-function: ease-in;
}
.zabiegBox:hover img.coverCien,
.zabiegBox.hov img.coverCien {
    opacity: 0;
}

.zabiegBox ul {
    position: relative;
    z-index: 580;
    border: 1px solid #3f5560;
    border-width: 0px 0px 0px 0px;
    margin: 30px 0px 0px 0px;
    padding: 15px 0px 0px 0px;
    height: 235px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .7s;
    transition-timing-function: ease-in;
}
.zabiegBox:hover ul,
.zabiegBox.hov ul {
    opacity: 1;
}


.zabiegBox ul li {
    text-transform: uppercase;
    color: #3f5560;
    font-size: 10pt;
    line-height: 19pt;
    margin: 0px;
    list-style: none;
}
.zabiegBox ul li a:hover{
    color: #c3025b;
}

.zabiegBox.typ2 h2 {
    top: auto;
    bottom: 20px;
    text-align: center;
}
.zabiegBox.typ2 ul {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 15px 0px;
}
.zabiegBox.typ2 .kreska {
    left: 145px;
    top: auto;
    bottom: 52px;
}
.zabiegBox.typ2:hover .kreska,
.zabiegBox.typ2.hov .kreska {
    left: 13px;
}

.zabiegBox.typ4 h2 {
    text-align: right;
    top: 50px;
    width: 100px;
    left: 173px;
}
.zabiegBox.typ4 .kreska {
    left: 273px;
    top: 110px;
}
.zabiegBox.typ4 ul {
    margin: 85px 0px 0px 0px;
}
.zabiegBox.typ4:hover .kreska,
.zabiegBox.typ4.hov .kreska {
    left: 13px;
}

.zabiegBox.typ5 h2 {
    text-align: center;
}
.zabiegBox.typ5 .kreska {
    bottom: 52px;
    left: 143px;
}
.zabiegBox.typ5:hover .kreska,
.zabiegBox.typ5.hov .kreska {
    left: 13px;
}

.zabiegBox.typ6 h2 {
    width: 100px;
    top: 50px;
}
.zabiegBox.typ6 .kreska {
    top: 110px;
}
.zabiegBox.typ6 ul {
    margin: 85px 0px 0px 0px;
}
.zabiegBox.typ6:hover .kreska,
.zabiegBox.typ6.hov .kreska {

}
.zabiegi {
        clear: both;
        width: 900px;
        margin: 0 auto;
    }
.floatfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.fixbottom {
    position: absolute;
    bottom: 0px;
}


.footer {
    width: 100%;
    background-color: #526b78;
    color: #9dabb2;
    padding: 1px 0 20px 0;
    margin-top: 45px;
}
.footer .col {
    line-height: 14pt;
    }

.footer .col {
    width: 20%;
    box-sizing: border-box;
    padding: 0px 15px;
    display: block;
    float: left;
}
.footer .col:nth-of-type(1) {
    width: 15%;
}
.footer .col:nth-of-type(2) {
    width: 22%;
}

.footer .col:nth-of-type(3) {
    width: 15%;
}

.footer .col:nth-of-type(4) {
    width: 23%;
}

.footer .col:nth-of-type(5) {
    width: 25%;
}


.footer .logoFooter {
    height: 74px;
    width: auto;
}


.boczne img.link {
    width: 27px;
    height: auto;
}


.bon {
    width: 791px;
    height: 290px;
    position: absolute;
    top: auto;
    left: 0px;
    transition-property: left;
    transition-duration: .5s;
    transition-timing-function: ease-in;

}
.bon.bon1 {
    top: 50px;
}
.bon.bon2 {
    top: 50px;
}

.bon.on {
    left: -766px;
}


.bon .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    cursor: pointer;
    width: 27px;
    height: auto;
}
.bon.bon2 .button {
    bottom: auto;
    top: 0px;
}
.bon .button.off {display: block;}
.bon.on .button.off {display: none;}
.bon .button.on {display: none;}
.bon.on .button.on {display: block;}


.bon .opis {
    width: 766px;
    height: 290px;
    position: absolute;
    bottom: 0px;
    left: 27px;
    /*background-image: url(../img/bonTlo.png);*/
    background-color: #5e6e7b;
    z-index: 1010;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
}

/*
.bon .opis img {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 270px;
    width: auto;
} */

.bon .opisBox {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
}


.bon .opis table td {
    vertical-align: top;
    padding: 0px 5px 20px 5px;
    box-sizing: border-box;
    width: 50%;
    font-size: 10pt;
    line-height: 13pt;
}
.bon .opis table tr:first-of-type td {
    }
.bon .opis table td > *:first-of-type{
    margin-top: 0px;
}
.bon .opis img.center {
    /*width: 100%;
    height: auto;*/
}
.bon .opis p {
    padding: 10px 0px;
    font-size: 10pt;
    line-height: 13pt;
}
.bon .opis ul li {
    margin-left: 17px;
    list-style: disc;
    color: #fff;
    font-size: 10pt;
    line-height: 13pt;
}
.bon .opis ol li {
    margin-left: 17px;
    list-style: decimal;
    color: #fff;
    font-size: 10pt;
    line-height: 13pt;
}

.bon .opis,
.bon .opis p,
.bon .opis h1,
.bon .opis h2,
.bon .opis h3,
.bon .opis h4,
.bon .opis h5 {
    color: #fff;
    margin-left: 0px;
    padding-left: 0px;
    }


.p_cennik h1 {
    width: auto;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 60px;
}

.pagination {
    font-size: 20pt;
    }


.p_cennik .content tr td {
    border-bottom: 1px solid #737373;
    width: auto;
}

.p_cennik .content tr:last-of-type td {
    border-bottom: 0px solid #737373;
}

.p_cennik .content tr td:last-of-type {
    text-align: right;
    white-space: nowrap;
}
/*.p_o-nas table tr td:first-of-type {
    width: 40% !important;
} */


@media screen and (max-width: 1000px) {
    .inner {
        width: 100%;
        }
    .promocja {
        top: 60px;
    }
    .content h1 > a {
    font-size: 20pt;
    }

    .content p,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content ul,
    .content ol {
        margin-left: 40px;
        margin-right: 40px;
    }
    .content table {
        margin: 15px 0px;
    }
    .content table tr td:first-of-type {padding-left: 40px;}
    .content table tr td:last-of-type {padding-right: 40px;}
    .content table td p {
        margin: 0px;
    }
    .content table td iframe {
        /*width: 60%;
        margin: 40px auto;
        box-sizing: border-box;*/
    }

    .zabiegBox ul {
        margin: 30px 0px 0px 0px;
        }
    .zabiegBox h2 {
        margin: 0px;
    }


    .top-menu {
        padding: 0px 20px;
        height: 60px;
        box-sizing: border-box;
        }
    .top-menu ul {
        margin-right: 15px;
    }


    .top-menu ul li {
        font-size: 12pt;
        width: auto;
        padding: 0 5px;
    }

    .boczne {top: 340px;}


    .bon.on {left: -550px;}
    .bon {width: 577px;}
    .bon .opis {width: 550px;}

    /*.bon .opis img {
    width: 167px;
    height: auto;
    }

    .bon .opis p {left: 167px;}*/


    .baner, .banerCienie { height: 200px;}




    .zabiegi {
        width: 900px;
        margin: 0 auto;
    }


    .footer .logoFooter {

    }

    .galeria {
        width: 532px;
        margin: 0 auto;
    }


    .galeria .arrow {
        margin-right: 22px;
    }

    .thumbsBox {
        height: 420px;
        width: 101px;
    }

    .thumbs {
    }
    .thumbs img {
        width: 101px;
        height: 80px;
    }
    .viewer {
        width: 415px;
        height: 415px;
    }

    .p_cennik h1 {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 60px;
    margin-bottom: 15px;
    }




    }
@media screen and (max-width: 899px) {
    .zabiegi {
        width: 600px;
        margin: 0 auto;
    }


}
@media screen and (max-width: 599px) {

    .promocja {
        right: 30%;
    }
    h1 {
        font-size: 13pt;
        line-height: 16pt;
    }

    .p_kontakt .content table tr td p {
        font-size: 13pt;
    }


    .content table tr td {
        width: 100% !important;
        padding: 0 40px !important;
        display: block;
        box-sizing: border-box;
    }
    .p_o-nas .content table tr td:first-of-type img:nth-of-type(2) {
        display: none;
    }

    .content table tr {
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }
    .p_cennik .content table tr:last-of-type td {
        border-width: 0 0 1px 0;
    }


    .content iframe {
        height: 200px;
    }

    .footer.fixbottom {
        position: static;
    }
    .galeria {
        width: auto;
        padding: 0px 25px;
    }

    .viewer {
        position: relative;
        width: 100%;
        height: 100%;

    }
    .viewer .vbox {
        position: relative;
        float: left;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-right: 40px;
    }
    .viewer img {
        position: absolute;
        top: 0px;
        display: block;
        opacity: 1;
        height: 100%;
        width: auto;
        max-width: none;

    }


    .thumbsBox {
        display: none;
    }
    .galeria .arrow {
        display: none;
    }
    /*
    .thumbsBox {
        position: static;
        height: auto;
        width: auto;
    } */
    .thumbs {
        position: static;
    }
    .thumbs img {
        float: left;
        margin: 5px;
    }
    .thumbs img:last-of-type {

    }

    .baner, .banerCienie { height: 100px;}

    .bon {
        display: none;
    }


    .zabiegi {
        width: 300px;
        margin: 0 auto;
    }
    .footer .col {
        padding: 10px;
        width: 50%;
    }
    .footer .col:nth-of-type(1) {
        width: 120px;
    }
    .footer .col:nth-of-type(2) {
        width: auto;
    }
    .footer .col:nth-of-type(3) {
        width: 120px;
        clear: both;
    }
    .footer .col:nth-of-type(4) {
        width: auto;
    }
    .footer .col:nth-of-type(5) {
        width: 100%;
    }



    .logoMenu.off { display: block; }
    .menuon .logoMenu.off { display: none; }
    .menuon .logoMenu.on { display: block; }

    .logoMenu {
        position: absolute;
        right: 20px;
        top: 0px;
        cursor: pointer;
    }
    .top-menu ul {display: none;}
    .menuon .top-menu ul {display: block;}


    .top-menu ul {
        float: right;
        width: 100%;
        height: auto;
        position: absolute;
        left: 0px;
        top: 70px;
        z-index: 800;
    }

    .top-menu ul li {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: middle;
        text-align: center;
        color: #39425b;
        background-color: #ffffff;
        font-size: 17pt;
    }
    .top-menu ul li a {
        display: block;
        width: 100%;
        height: auto;
        padding: 15px 0px;
        text-align: center;
    }

}
