article, aside, figure, footer, header, hgroup, nav, section, menu {display: block;}

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

a img {	border: none; }

a {
    text-decoration: none; 
    color: #000;    
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover { text-decoration: none; color: #e37677; }
h2 {
    letter-spacing: 0.15em;
    font-size: 15px;
    font-weight: bold;
}
.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	margin:0;
	padding:0;
	overflow:hidden;
	width:0;
	line-height: 1px;
}
.hidden{
	display:none;
}
.button{
    background-color: #eeeae6;
    height: 33px;
    padding: 0 17px;
    line-height: 33px;
    font-style: italic;
    font-size: 11px;
    color: #000;;
}
.button:hover{
    background-color: #f9cbcc;    
    color: #000;
}
.clearfix { clear: both;}
html, body { margin: 0; height: 100%; }
body{
    font-family: 'Open Sans', sans-serif;
    background-color: #eddac3;
}
.page-container {
    max-width: 1650px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 5px 0 15px -4px rgba(157, 157, 157, 0.8), -5px 0 15px -4px rgba(157, 157, 157, 0.8);
}
.logo-wrapper{
    height: 134px;
    background-color: #fcf9f5;
    border-bottom: 1px solid #eeebe7;
}
.logo{
    text-align: center;
    margin-top: 37px;
}

/*
* MAIN MENU 
*/ 
.menu-wrapper{
    /*height: 53px;*/
    border-bottom: 1px solid #d7c9b5;
}
.menu-wrapper a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.07em;
    color: #000;
    display: inline-block;
    line-height: 51px;
    padding: 0 15px;
    border-right: 1px solid #f7f4ef;
    
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.menu-wrapper nav {
    margin-top: 1px;   
    text-align: center;
}
.menu-wrapper a.current{
    color: #e37677;
}
.menu-wrapper nav a:first-child{
    border-left: 1px solid #f7f4ef;
}
.menu-wrapper nav a:hover,
.menu-wrapper nav a.active{
    color: #e37677;
}


/*
* VISUAL
*/
.orbit-bullets-container {
    margin-top: -53px;
    position: relative;
    z-index: 10;
}
.studio-bullets li{
    background: transparent url(../images/visual-bullet.png) left top no-repeat;
    width: 24px;
    height: 25px;
    margin-right: 2px;
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
}
.studio-bullets li.active{
    background-position: -24px 0;
}
.studio-bullets li:hover{
    background-position: -48px 0;
}
.orbit-container .orbit-slides-container > * .studio-caption {    
    bottom: 95px;
    color: #000;    
    position: absolute;
    width: 984px;    
    padding: 0 10px;
    left: 50%;
    margin-left: -492px;
}
.orbit-container .orbit-slides-container > * .studio-caption h2{
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 0.17em;    
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0;
}
.orbit-container .orbit-slides-container > * .studio-caption span{
    width: 85px;
    height: 1px;
    background-color: #000;
    display: block;
}
.orbit-container .orbit-slides-container > * .studio-caption p{
    font-style: italic;
    font-size: 27px;
    margin: 23px 0 0 ;
    line-height: 34px;
}


/*
* OFFER
*/
.offer-wrapper{
    /*height: 489px;*/
    background-color: #fff;
    text-align: center;
    padding: 25px ;
    
}
.offer-wrapper h2{
    font-size: 15px; 
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.wave{
    background: transparent url(../images/wave.png) left top no-repeat;
    display: inline-block;
    width: 31px;
    height: 6px;
}
.offer-wrapper .wave{
    margin-bottom: 8px;
    
}
.offer-wrapper p{
    font-size: 13px;
    line-height: 19px;
}
.offer-wrapper .columns {
    margin: 30px 0 15px;
}
.offer-wrapper img {
    margin: 12px 0 15px;
}

/*
* FOOTER
*/
footer {
    border-top: 1px solid #dad2c6;    
}
.amp {
    background: transparent url(../images/amp.png) left top no-repeat;
    width: 31px; 
    height: 32px;
    display: block;
    position: relative;
}
footer .amp{    
    margin: 0 auto;
    margin-top: -18px;
    position: relative;
    z-index: 10;
}
footer .footer-contact-wrapper{
    background: #fcf9f5 url(../images/hp-footer.png) center top no-repeat;
    min-height: 433px;
    margin-top: -14px;
    text-align: center;
}
.footer-contact-wrapper h2{
    text-transform: uppercase;
    margin: 15px 0;
}
footer .footer-contact-wrapper .wave{
    margin-top: 35px;
}
.footer-contact-wrapper .contact-phone p{
    line-height: 36px;
}
.footer-contact-wrapper .contact-phone p a{
    font-size: 21px;
    color: #e37677;
    font-weight: bold;
    margin: 0 20px 0 10px;
}
footer .footer-wrapper{
    padding: 60px 0 30px;
    font-size: 11px;
}
footer .footer-wrapper .social{
    text-align: right;
}
footer .footer-wrapper .social ul {
    margin-bottom: 10px;
}
footer .footer-wrapper .social ul li{
    padding: 0 8px 0 3px;
    border-right: 1px solid #000;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
}
footer .footer-wrapper .social ul li:last-child{    
    border-right: none;
}
footer .footer-wrapper .social ul li a.current{
     color: #e37677;
}
.contact-open {
    border: 4px solid #f59899;
    display: inline-block;
    padding: 20px 3em 25px;
    width: auto;    
}
.contact-open p {
    margin: 0;
    margin-right: 40px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    text-align: right;
    line-height: 26px;

}
.contact-open p:last-child {
    text-align: left;
    margin-right: 0;
}
.contact-open strong{
    font-size: 2.4em;
    color: #e37677;
    font-weight: bold;
}
.phone-ico {
    background: transparent url(../images/ico-phone.png) left top no-repeat;
    height:21px;
    width: 12px;
    display: inline-block;
    margin: 0 9px -5px 0;
}
.fb-ico, .g-ico {
    display: inline-block;
    background: transparent url(../images/social.png) left top no-repeat;
    width: 37px; 
    height: 37px;    
    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.fb-ico {
    background-position: -37px top;
}
.fb-ico:hover, .g-ico:hover {
    opacity: 0.7;
}


/*
* PAGE
*/
.page {
    text-align: center;
    padding: 55px 0;
}
.page .wave {    
}
.page img.simple-image{
    border: 1px solid #fff;;
    outline: 5px solid #eeeae6;
}
.page h1 {
    margin: 20px 0 40px;
    font-size: 22px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    
}
.page h1 a:hover{
    color: #000;
}
.page h2{
    margin: 25px 0;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
    text-transform: uppercase;
}
.page p{
    font-size: 13px;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
}
.page p.abstract,
.page .zajawka{
    font-size: 15px;
    
}
.amp-line, .plus-line{
    border-top: 1px solid #eeeae6;
    display: block;
    width: 60%;
    height: 1px;
    margin: 50px auto;
}
.amp-line:after,
.plus-line:after{
    content: " ";
    display: block;
    width: 32px;
    height: 31px;
    margin: -17px auto 0;
    background: #fff url(../images/icon.png) left top no-repeat;
}
.plus-line:after{
    background-position: -31px top;
}

/*
* GALLERY
*/
.gallery-items {
    padding-top: 15px;
}
.gallery-items a{
   display: inline-block;
   padding: 8px ;
    transition: all 0.5s ease 0s;    
    width: 322px;
}
.gallery-items a img{
/*   width:296px;
   height:183px;*/
}
.gallery-items a:nth-child(3n+3){
   /*padding: 0;*/
}
.gallery-page h2 {
    font-size: 15px; 
    letter-spacing: 0.15em;
}
.gallery-titles {
    margin: 0 20px;
}
.gallery-titles h2{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.gallery-titles.current h2{ 
    color: #e37677;
}
.gallery-titles h2{
    display: inline-block
}

/*
* PRICE LIST
*/
.price-list{
    border: 4px solid #f59899;
    padding-bottom: 7%;
    margin: 50px auto 8%;
    padding-top:10px; 
    width: 85%;
}
.price-list >li{
    margin: 50px 15%;
}
.price-list >li h3{
    font-weight: bold;
    font-size: 13px;
    color: #f59899;
    text-transform: uppercase;
    margin: 0;
}
.price-list >li table{
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin: 35px 0 0;
}
.price-list >li table {
    margin-top: 35px;
}
.price-list-cabin  >li table{    
    margin: 35px 0 0;
}
.price-list >li table tr{    
    background: none;
}
.price-list >li table tr td{
    line-height: 50px;
    font-size: 15px;
    border-top: 1px solid #f59b9b;
    text-align: right;
    font-weight: bold;
    padding: 0 5px 0 0;
}
.price-list >li table tr td h2{
    font-size: inherit;
    font-weight: normal;
    margin: 0;
    padding:0;
    text-transform: capitalize;
    font-family: inherit;
    letter-spacing: inherit;
}
.price-list >li table tr:last-child {
    border-bottom: 1px solid #f59b9b;
}

.price-list >li table tr td:first-child{
    text-align: left;
    font-weight: normal;
}

.price-list >li table tr td em{
    vertical-align: super;
    font-size: 11px;
    font-style: normal;
}
/* ========================== cabin-info ============================= */
.cabin-info .expand-descr,
.cabin-info .collapse-descr{
    display: inline;
}
.cabin-info .expand-descr:before,
.cabin-info .collapse-descr:before{
    content: "Rozwiń opis";
    font-size: 11px;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
}
.cabin-info .collapse-descr:before {
    content: "Zwiń opis";
}
.cabin-info .cabin-preview{
    cursor: pointer;
    margin: 50px auto 75px;
}
.cabin-info .cabin-preview:after {
    content: "";
    background: transparent url(../images/icon.png) -32px 0 no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin:  39%;
    transform: rotate(-45deg);
}
.cabin-info .diamond-preview:before{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
        
}
.cabin-info .diamond-preview:hover:before{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;;
}

.cabin-info h4 {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}
.cabin-info span {
    color: #e37677
;
}
.cabin-info-hidden{
    display: none;
}

.diamond-preview{ 
    position: relative; 
    height: 130px; 
    width: 130px; 
    top: 0px; 
    left: 0px; 
    -webkit-transform: rotate(45deg) skew(0deg); 
    transform: rotate(45deg) skew(0deg); 
    border-top: 0px solid #FF147A;
    overflow: hidden;
    
    border: 1px solid #fff;;
    outline: 5px solid #eeeae6;
}
.diamond-preview:before{
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
    background: url(../images/cabin.jpg) center center repeat;
    
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}

/*
* CONTACT
*/
.contact-wrapper{
    background: #fcf9f5 url(../images/contact-bg.png) center top no-repeat;
}
.contact-page{
    text-align: center;
}
.contact-page article h2{
    font-size: 15px;    
    letter-spacing: 0.15em;
}
.contact-page article p{
    font-size: 17px;   
    line-height: 26px;
}
.contact-page article p a{
    color: #e37677;
}
.contact-page .contact-phone article p{
    line-height: 26px;
}
.contact-page .contact-phone article p a{
    font-size: 1.23em;
    font-weight: bold;
    line-height: 3em;
}
.contact-page .contact-phone article p .phone-ico{
    margin: 0 8px -5px 20px; 
}

.wysiwyg,
.wysiwyg p,
.wysiwyg li{
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    line-height: 21px;
}
.wysiwyg p{
    margin: 15px 0;
}
.wysiwyg .losos{
    color: #e37677;
}
.wysiwyg h2{
    font-size: 1.2em;
    margin-bottom: 0;
    color: #e37677;
}
.wysiwyg ul li{
    list-style-image: url(../images/list-bullet.png);
}
.wysiwyg ol li,
.wysiwyg ul li{
    display: list-item;
    list-style-position: inside;
}
.vdh-mask{
    display: none;
}
.fb-page-plugin {
	position: fixed;
	right: -250px;
	top: 150px;
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
}
.fb-page-plugin:before {
	display: block;
	content: "";
	width: 37px;
	height: 37px;
	background: transparent url("../images/social.png") no-repeat scroll -37px top;
	margin-left: -37px;
	margin-bottom: -37px;
}
.fb-page-plugin:hover {
	right: 0;
}
