.mobile {
	display: none;
}

* {
outline: medium none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #fff;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #fff; opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #fff; opacity: 1; }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; }
::-ms-input-placeholder { /* Microsoft Edge */ color: #fff;}
::placeholder { /* Most modern browsers support this now. */ color: #fff;}

.bfQuickMode ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999;}
.bfQuickMode :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; opacity: 1;}
.bfQuickMode ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity: 1;}
.bfQuickMode :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999;}
.bfQuickMode ::-ms-input-placeholder { /* Microsoft Edge */ color: #999;}
.bfQuickMode ::placeholder { /* Most modern browsers support this now. */ color: #999;}

#acyuserinfo ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999;}
#acyuserinfo :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; opacity: 1;}
#acyuserinfo ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; opacity: 1;}
#acyuserinfo :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999;}
#acyuserinfo ::-ms-input-placeholder { /* Microsoft Edge */ color: #999;}
#acyuserinfo ::placeholder { /* Most modern browsers support this now. */ color: #999;}

html {
height: 100%;
min-height: 100%;
}

body {
margin: 0;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 18px;
height: 100%;
width: 100%;
min-height: 100%;
line-height: 1.5;
position: relative;
}

a {
	color: #000000;
	text-decoration: none;
}

.clear1 { clear: both; }
.left { float: left; }
.right { float: right; }
.center1 { margin-left: 50%; transform: translateX(-50%); }

p.clear {
	clear: both;
	height: 0;
	margin: 0;
}

h1, h2, h3, h4 {
font-family: 'Alatsi', serif;
font-weight: normal;
}

h1 {
font-size: 40px;
}

h2, h3, h4 {
	text-align: center;
}

strong {
font-weight: 500;
}

#wrapper {
	width: 100%;
	float: left;
	min-height: 100%;
	position: relative;
}

.start #wrapper {
	height: 100%;
}

header {
	position: fixed;
	z-index: 10000;
	top: 0;
	background: rgba(17,17,17,.7);
	width: 100%;
	height: 70px;
	transition: all ease-in .2s;
}

header.light {
	background: rgba(255,255,255,.95);
	box-shadow: 2px 2px 10px rgba(17,17,17,.7);
	transition: all ease-in .2s;
}

header .header_left {
	position: absolute;
	left: 30px;
	top: 5px;
}

header .header_left p {
	margin: 0;
}

header .header_left a {
	width: 100px;
	height: 95px;
	display: block;
	background: url('../../../images/logo-w.png');
	background-repeat: no-repeat;
	background-size: contain;
	transition: all ease-in .2s;
}

header.light .header_left a {
	background: url('../../../images/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	transition: all ease-in .2s;
	height: 60px;
}

header .header_right {
	position: absolute;
	right: 30px;
	top: 0;
}

header .header_right .moduletable {
	display: inline-block;
	height: 70px;
	vertical-align: middle;
}

header .header_right .moduletable.lang {
	padding-top: 15px;
	
}

header .header_right .moduletable.booking {
	display: none;
	}

header.light .header_right .moduletable.booking {
	display: inline-block;
	background: #f26b0f;
	color: #fff;
	padding: 20px 0;
	transition: all ease-in .2s;
	width: 0;	
	margin-left: 0;
	position: relative;	
}

header.light .header_right .moduletable.booking {
	transition: all ease-in .2s;
	padding: 20px 30px;
	width: auto;
	margin-left: 15px;		
}

header .header_right .moduletable.booking a {
	color: #fff;
	font-family: 'Alatsi', serif;
}

header .header_right .moduletable.booking a:hover {
	text-decoration: none;
}

header.light .header_right .moduletable.booking #b-hotels-list {
	position: absolute;
	width: 140%;
	top: 100%;
	right: 0;
	padding: 10px;
	background-color: rgba( 17,17,17, 0.45);
	text-align: right;
	display: inline-block;
	overflow: hidden;
	max-height: 0;
	padding: 0;
	transition: all ease-in .2s;
}

header.light .header_right .moduletable.booking #b-hotels-list.active {
	max-height: 500px;
	padding: 10px;
	transition: all ease-in .2s;
}

header .header_right .chzn-container-single .chzn-single {
	border: 0;
	border-radius: 5px;
	background: rgba(255,255,255,.1);
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
	font-family: 'Alatsi', serif;
	transition: all ease-in .2s;
}

header.light .header_right .chzn-container-single .chzn-single {
	background: rgba(0,0,0,.1);
	color: #000;
	transition: all ease-in .2s;
}



.mobile_menu_wrapper {
	background: rgba(17,17,17,.9);
	padding: 0;
	position: absolute;
	top: 70px;
	font-family: 'Alatsi', serif;
	font-size: 18px;
	text-transform: uppercase;
	width: 60%;
	transition: all ease-in .2s;
	box-shadow: 0 5px 5px rgba(20,20,20,.7);
	max-height: 0;
	overflow: hidden;
	z-index: 2;
}

.mobile_menu_wrapper.visible {
	padding: 30px;
	max-height: 3500px;
	border-top: 1px solid #ccc;
	transition: all ease-in .2s;
}

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

.mobile_menu_wrapper ul.nav-child {
	margin-left: 30px;
	font-size: 15px;
	opacity:.7;
}

.mobile_menu_wrapper li { margin: 10px 0; }
.mobile_menu_wrapper li .separator { color: #fff; opacity: .8;}
.mobile_menu_wrapper li a { color: #fff; }
.mobile_menu_wrapper li a.promo { color: red; }
.mobile_menu_wrapper li.active > a { color: #f26b0f; }

header nav {
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	text-align: center;
	font-family: 'Alatsi', serif;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 120px; 
	padding-right: 120px
}

header.light nav {padding-left: 105px; padding-right: 260px;}

header nav ul {
	margin: 0;
}

header nav li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 15px 15px;
}

header nav .nav-child li {
	margin: 5px;
	padding: 5px;
}

header nav li.parent {
	position: relative;
}

header nav .nav-child {
	position: absolute;
	top: 28px;
	left: 50%;
	min-width: 220px;
	padding: 16px 0;
	background: url(../_i/submenu_bg.png) no-repeat top center;
	-ms-transform: translate(-50%,5px);
	transform: translate(-50%,5px);
	transition: opacity ease-in .2s,visibility ease-in .2s,transform ease-in .2s;
	opacity: 0;
	visibility: hidden;
}

header nav .double + .nav-child {
	top: 38px;
	}

header.light nav .nav-child {
	background: url(../_i/l-submenu_bg.png) no-repeat top center;
	transition: opacity ease-in .2s,visibility ease-in .2s,transform ease-in .2s;
}

header nav li:hover .nav-child {
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	opacity: 1;
	visibility: visible;
}

header nav .nav-child li {
	display: block;
	white-space: nowrap;
}

header nav a {
	color: #ffffff;
	text-decoration: none;
	transition: all ease-in .2s;
}

header.light nav a {
	color: #000000;
	transition: all ease-in .2s;
}

header.light nav .nav-child a {
	color: #ffffff;
}

header nav .nav-child .active {
	background: rgba(200,200,200,.2);
}
	
header nav a:hover {
	color: #dedede;
	text-decoration: none;
}

header.light nav a:hover {
	color: #969696;
}

header nav a.promo { color: #f26b0f;}

p.oferty-intro {
	font-size: 115%;
	padding: 50px 0 20px 15px;
	font-family: 'Alatsi', serif;
}

#start_wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	/* z-index: 2; */
}

#start_wrapper .moduletable {
	float: left;
	width: 100%;
}

#start_wrapper .favth-row,
#start_wrapper .favslider,
#start_wrapper .favslider-images {
	margin: 0;
	float: left;
	width: 100%;
	height: 100%;
}

#start_wrapper .favslider{
	position: fixed;
	z-index: 0;
}

#start_wrapper .favslider-carousel .favth-carousel-inner {
	margin: 0;
	height: 100%;
}

#start_wrapper .favth-clearfix {
	padding: 0 !important;
	height: 100%;
}

#start_wrapper .main_slide,
#start_wrapper .favslider-carousel,
#start_wrapper .favth-carousel-inner > .favth-item {
	height: 100% !important;
}

#start_wrapper .esel_slide {
	width: 100%;
	height: 100%;
	background-position: center 10%;
	background-position: 30% 10%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}

#start_wrapper .favslider-caption {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 30%;
	min-width: 350px;
	z-index: 99;
}

.favslider-carousel .favslider-caption.favslider-caption-dark .favth-carousel-caption {
	background-color: rgba( 17,17,17, 0.45);
	font-family: 'Alatsi', serif;
	white-space: nowrap;
	width: 100%;
	float: left;
	padding-left: 10%;
}

#start_wrapper .moduletable.name {
	/* position: fixed; */
	position: absolute;
	right: 20px;
	top: 60px;
	width: 25%;
	text-align: right;
	z-index: 99;
	color: #ffffff;
}

#start_wrapper .moduletable.name h1 {
	font-size: 160%;
}

#start_wrapper .moduletable.promoButton {
	position: absolute;
	width: auto;
}

#start_wrapper .voucher {
	top: 210px;
	right: 50px;
}

#start_wrapper .blackWeek {
	top: 150px;
	right: 50px;
	
}

#booking_wrapper {
	float: left;
	width: 100%;
	margin: -60px 0 20px;
}

#booking_wrapper.bookingengine {
	margin: 15px 0 20px;
}

.after_content #booking_wrapper {
	margin: 0 0 20px;
}

#booking_wrapper #bookingContainer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 99;
}

#booking_wrapper #bookingContainer #secureBooking {
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;
	background: rgba(46,46,46,.85);
	padding: 15px;
}

#booking_wrapper #bookingContainer .column15 { 	width: 15%; }
#booking_wrapper #bookingContainer .column20 { 	width: 20%; }
#booking_wrapper #bookingContainer .column25 {	width: 25%; }
#booking_wrapper #bookingContainer .column30 {	width: 30%; }
#booking_wrapper #bookingContainer .column35 {	width: 35%; }
#booking_wrapper #bookingContainer .column40 { 	width: 40%; }
#booking_wrapper #bookingContainer .column60 { 	width: 60%; }
#booking_wrapper #bookingContainer .column65 { 	width: 65%; }
#booking_wrapper #bookingContainer .column70 { 	width: 70%; }
#booking_wrapper #bookingContainer .column80 { 	width: 80%; }
#booking_wrapper #bookingContainer .column100 { width: 100%; }

#start_wrapper #bookingContainer {
	position: absolute;
	bottom: 20px;
	right: 50px;
	width: 35%;
	width: 550px;
	text-align: center;
	background: rgba(17,17,17,.45);
	padding: 15px 0;
	z-index: 2;
}

#start_wrapper #bookingContainer .label,
#booking_wrapper #bookingContainer .label {
	color: #ffffff;
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 80%;
	text-align: center;
}

#booking_wrapper #bookingContainer .label {
	text-align: left;
}

#start_wrapper #bookingContainer .label.left,
#booking_wrapper #bookingContainer .label.left {
	text-align: left;
	padding-left: 30px;
}

#start_wrapper #bookingContainer input,
#start_wrapper #bookingContainer select,
#booking_wrapper #bookingContainer input,
#booking_wrapper #bookingContainer select {
	background: transparent;
	border: 0;
	font-size: 150%;
	font-family: 'Alatsi', serif;
	color: #ffffff;
}

#start_wrapper #bookingContainer input,
#start_wrapper #bookingContainer select {
	text-align: center;
}

#start_wrapper #bookingContainer input.button,
#booking_wrapper #bookingContainer input.button,
#booking_wrapper #bookingContainer a.button,
a.button.voucher {
	background: #f26b0f;
	color: #ffffff;
	font-size: 100%;
	padding: 5px 12px;
}

a.button.voucher {
	font-family: 'Alatsi', serif;
	width: 60%;
	display: inline-block;
}

#start_wrapper #bookingContainer .row,
#booking_wrapper #bookingContainer .row {
	float: left;
	width: 100%;
	padding: 3px 0;
}	

#start_wrapper #bookingContainer .row.hidden,
#booking_wrapper #bookingContainer .row.hidden {
	display: none;
}

#start_wrapper #bookingContainer .column,
#booking_wrapper #bookingContainer .column,
#content .content_column {
	float: left;
}

#content .content_column {
	width: 100%;
}

#start_wrapper #bookingContainer .column2 {
	width: 50%;
}

#start_wrapper #bookingContainer .column3 {
	width: 33%;
}

#content .content_column .columns3 {
	width: 33.333%;
	float: left;
}

#content .content_column .columns2 {
	width: 50%;
	float: left;
}

#content .content_column .columns4 {
	width: 25%;
	float: left;
}

#content .content_column.table {
	display: table;
}

#content .content_column.table .columns2.text {
	padding: 20px;
}

#content .table .columns2 {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

#start_wrapper #bookingContainer .column.border,
#booking_wrapper #bookingContainer .column.border {
	border-right: 1px solid #fff;
}

#booking_wrapper #bookingContainer.booking_module .field input,
#booking_wrapper #bookingContainer.booking_module .field select,
#booking_wrapper #bookingContainer.booking_module .field.custom-select {
	font-size: 120%;
}

#booking_wrapper #bookingContainer.booking_module .field input,
#booking_wrapper #bookingContainer.booking_module .field select {
	padding: 4px 0;
}

#booking_wrapper #bookingContainer.booking_module #secureBooking {
	display: table;
	width: 100%;
	float: none;
}

#booking_wrapper #bookingContainer.booking_module #formContainer {
	width: 68%;
	display: table-cell;
	height: 60px;
}

#booking_wrapper #bookingContainer.booking_module .module_title {
	width: 25%;
	width: 10%;
	display: table-cell;
	color: #ffffff;
	vertical-align: middle;
	font-size: 120%;
	font-weight: 400;
}

#booking_wrapper #bookingContainer.booking_module .module_title {
	background-image: url('../../../images/logo-t.png');
	background-repeat: no-repeat;
	background-size: contain;
}

/*** nowy booking ***/

.hotresChooser.buttonOnly {
	display: block;
	text-align: right;
	margin-right: 10px;
}

.hotresChooser.buttonOnly .hotresSubmit {
	display: inline-block;
}

.hotresRangeChooser, #hotresAdultsSelect {
	box-shadow: none !important;
}

#booking_wrapper .hotresRangeChooser {
	background: transparent !important;
	color: #ffffff !important; 
}

.hotresAdultsChooser {
	background: transparent !important;
	margin-right: 5px !important;
}

#booking_wrapper .hotresSubmit button {
	background: #f26b0f !important;
	color: #ffffff !important;
	font-size: 150% !important;
	padding: 5px 12px !important;
	font-family: 'Alatsi', serif !important;
	line-height: 1;
}

.hotresArrivalLabel,
.hotresDepartureLabel {
	float: left;
	width: 50%;
}

.hotresAdultsLabel {
	color: #fff;
}

#hotresAdultsSelect {
	margin-right: 10px;
}

#hotresAdultsSelect option {
	font-family: 'Alatsi', serif !important;
	font-size: 120% !important;
	line-height: 1;
	text-align: center;
	color: rgba(46,46,46,.85);
}

/*** na głównej ***/
#start_wrapper #hotresChooser {
	display: block;
	position: relative;
	min-width: unset;
	max-width: unset;
	padding: 10px;
}

#start_wrapper .hotresRangeChooser {
	width: calc(70% - 20px);
	float: left;
	background: transparent;
	color: #fff;
}

#start_wrapper .hotresAdultsChooser {
	width: calc(30% - 20px);
	float: left;
	background: transparent;
	color: #fff;
	border-left: 2px solid #fff;
}

#start_wrapper #hotresButton,
#start_wrapper #hotresButtonChooser {
	background: #f26b0f;
	color: #ffffff;
	font-size: 200%;
	padding: 5px 12px;
	font-family: 'Alatsi', serif;
	height: auto;
	line-height: 1;
}

#start_wrapper .hotresSubmit {
	width: 100%;
	margin-top: 10px;
	float: left;
}

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

#booking_wrapper #bookingContainer.booking_module .select-selected::after {
	top: 15px;
}

#booking_wrapper #bookingContainer.booking_module .select-selected.select-arrow-active::after {
	top: 7px;
}

#booking_wrapper #bookingContainer.booking_module input.button,
#booking_wrapper #bookingContainer.booking_module a.button {
	height: 52px;
	white-space: normal;
}

#booking_wrapper #bookingContainer.booking_module a.button {
	background: #f26b0f;
	color: #ffffff;
	font-size: 100%;
	padding: 7px 12px;
	font-family: 'Alatsi', serif;
}

#booking_wrapper #bookingContainer.booking_module a.button {
	display: inline-block;
}

#booking_wrapper #bookingContainer.booking_module input.button,
#booking_wrapper #bookingContainer.booking_module a.button {
	height: 60px;
	line-height: 1.2;
}

.drow {display: table-row !important; }
#booking_wrapper #bookingContainer.booking_module a.button.dcell {display: table-cell; vertical-align: middle;}

#booking_wrapper #bookingContainer.booking_module .column {
	padding-left: 5px;
}

#booking_wrapper #bookingContainer.booking_module #email.column { color: rgba(255,255,255,.8); font-size: 60%;}
#booking_wrapper #bookingContainer.booking_module #email.column a { color: rgba(255,255,255,.8);}
#booking_wrapper #bookingContainer.booking_module #email.column p { margin: 0;} 

#booking_wrapper #bookingContainer.booking_module .column.dtable {display: table; }

#start_wrapper .mainpage-caption,
#start_wrapper #bookingContainer,
#start_wrapper .moduletable.name {
	-webkit-animation-name: article-effect;
	-moz-animation-name: article-effect;
	animation-name: article-effect;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.start article.visible {
	-webkit-animation-name: article-effect;
	-moz-animation-name: article-effect;
	animation-name: article-effect;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.start article.unvisible {
	opacity: 0;
}

@-webkit-keyframes article-effect {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes article-effect {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@keyframes article-effect {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

@-webkit-keyframes booking-effect {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    height: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes booking-effect {
  0% {
    opacity: 0;
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@keyframes booking-effect {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

#contentWrapper {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	background: #ffffff;
}

section.content,
section.after_content {
	float: left;
	width: 100%;
}

section.content .items-row, 
section.content #phocamaps, 
section.content .item-page,
section.after_content .moduletable.rodo {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.item-page .price_box,
.item-page .item-image {
	float: right;
	width: 45%;
	padding: 10px;
	margin-bottom: 5px;
}

.item-page .price_box .item-image {
	float: right;
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
}

.item-page .price_box p {
	text-align: center;
	color: #fff;
	background: #f26b0f;
	margin: 0;
	padding: 5px 0;
}

.item-page .price_box strong {
font-weight: 600;
}

.nspArt .price_box {
	position: absolute;
	width: auto;
	font-size: 70%;
	top: calc(100% - 104px);
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

.nspArt:hover .price_box {
	display: none;
}

.nspArt .price_box p {
	text-align: center;
	color: #fff;
	background: rgba(242, 107, 15,.8);
	margin: 0;
	padding: 5px;
	display: inline-block;
}

.nspArt  .price_box strong {
	font-weight: 500;
	}


.spa_slider .flexslider img,
.item-page .item-image img {
	width: 99.7%;
	height: auto;
	border: 1px solid #ccc;
	padding: 2px;
}

footer {
	background: #2e2e2e;
	width: 100%;
	float: left;
	position: relative;
/*	z-index: 10000; */
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
}

.start footer {
	margin-top: 0;
}

footer a {
	color: #ffffff;
}

footer .footer_container {
	width: 100%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

footer .footer_wrapper {
	height: 100%;
	float: left;
	width: 100%;
	text-align: left;
}

footer .footer_content {
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	margin-top: 35px;
	padding-bottom: 5px;
	
	background: url('../../../images/logo-w.png');
	background-repeat: no-repeat;
	background-size: 7%;
	background-position: top center;
}

footer .footer_content .moduletable {
	float: left;
	margin: 0 20px;
}

footer .footer_content .moduletable p {
	font-size: 80%;
	margin: 0 0 10px;
}

footer .footer_content .moduletable.newsletter {
	float: right;
}

footer .footer_copyright {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 65%;
	border-top: 1px solid #3e3e3e;
	padding: 0;
}

.start .content .articleSection {
	float: left;
	width: 100%;
	min-height: 770px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 0 0 50px;
	font-family: 'Alatsi', serif;
}

.start .content .articleSection  article {
	float: left;
	width: 525px;
	background: rgba(46,46,46,.7);
	background-image: url('../_i/decor-w.png');
	background-position: center 70px;
	background-repeat: no-repeat;
	background-size: 20%;
	top: 0;
	padding: 150px 40px 40px;
	color: #ffffff;
	text-align: center;
}

.start .content .articleSection:nth-child(2n+1)  article {
	float: right;
}

.start .content .articleSection  article.oferty-i-promocje {
	width: 100%;
	background: transparent;
	background-image: url('../_i/decor-col.png');
	background-position: center 70px;
	background-repeat: no-repeat;
	background-size: 10%;
	padding: 150px 0 40px;
	color: #000000;
}

.start .content .sect-0 {
	padding: 45px 0;
	height: auto;
}

.start .content .sect-0  article {
	float: left;
	width: 100%;
	padding: 145px 24% 50px;
	background: transparent;
	color: #000000;
	text-align: center;
	background-image: url('../../../images/logo.png');
	background-size: 10%;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.7;
}

.start .content .articleSection h1 {
	text-transform: uppercase;
	margin-bottom: 50px;
}

.darkStripes {
	background-image: linear-gradient(135deg, #3d3d3d 25%, #3f3f3f 25%, #3f3f3f 50%, #3d3d3d 50%, #3d3d3d 75%, #3f3f3f 75%, #3f3f3f 100%);
	background-size: 50px 50px;
}

.lightStripes {
	background-image: linear-gradient(135deg, #fafafa 25%, #fcfcfc 25%, #fcfcfc 50%, #fafafa 50%, #fafafa 75%, #fcfcfc 75%, #fcfcfc 100%);
	background-size: 50px 50px;
}

.custom-select {
	position: relative;
	font-size: 150%;
	font-family: 'Alatsi', serif;
}

.module_title .custom-select {
	font-size: 100%;
	}
	
.module_title .select-items {
padding: 0 10px;
}
	
.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,.select-selected {
  color: #ffffff;
  padding: 0;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: rgba(17,17,17,.7);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  color: #cdcdcd;
} 

#booking_wrapper #bookingContainer.booking_module .select-items div,
#booking_wrapper #bookingContainer.booking_module .select-selected {
  padding: 3px 0;
}

.favslider-carousel .favth-carousel-caption p,
.main-page-caption p {
	text-align: left;
	color: #FFFFFF !important;
	font-size: 180%  !important;
	line-height: 1.5em  !important;
	margin: 0px !important;
}

.articleSection article a.readmore {
	border-top: 2px solid #f26b0f;
	color: #ffffff;
	text-align: right;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	margin-top: 40px;
	padding-top: 25px;	
}

header .chzn-container {
	width: 50px !important;
}

#articleHeader {
	width: 100%;
	height: 70vh;
	max-height: 500px;
	float: left;
	position: relative;
}

#articleHeader .headerImage {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#articleHeader .headerImage #titleContainer {
	position: absolute;
	bottom: 70px;
	width: 100%;
}

#articleHeader .headerImage #titleContainer .page-header {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#articleHeader .headerImage #titleContainer .page-header h1,
#articleHeader .headerImage #titleContainer .page-header h2 {
	color: #ffffff;
	text-shadow: 2px 2px 5px rgba(0,0,0,.6);
	padding-left: 10px;
	font-size: 45px;
	margin-bottom: 0;
}

#articleHeader .headerImage #titleContainer .page-header h2 {
	font-size: 35px;
	margin-top: 0;
	text-align: left;
}

#contentContainer {
	width: 100%;
	position: relative;
	float: left;
}

p.subtitle_dec,
p.subtitle {
	text-align: center; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-family: 'Alatsi', serif;
}

p.cytat {
	text-align: center; 
	font-family: 'Alatsi', serif;
	font-style: italic;
}

p.subtitle_dec {
	background-image: url('../_i/decor-col.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 5%;
	padding: 50px 0 10px;
	margin-top: 30px;
}

p.cytat {
	font-size: 120%;
	padding: 25px 15px;
	background-size: 75px;
	background-image: url('../_i/cytat.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 80%;
	margin: 15px auto;
}

.spa_slider .cytat {
	font-size: 120%;
	padding: 25px 15px;
	margin-left: 25px;
	width: 100%;
	margin: 0;
}

.offers_extras p.motto {
	float: left;
	width: 100%;
}

.grid {
	width: 100%;
	display: table;
	margin: 75px auto;
	max-width: 900px;
	font-family: 'Alatsi', serif;
}

.gridrow {
	width: 100%;
	/*float: left;*/
	display: table-row;
}

.gridcell {
	display: table-cell;
	vertical-align: middle;
	height: 450px;
	padding: 30px;
}

.gridcell.darkStripes {
	color: #ffffff;
}

.col2 .gridcell {
	width: 50%;
}

.col3 .gridcell {
	width: 33.3%;
}

.col4 .gridcell {
	width: 25%;
}

.grid .header {
font-size: 120%;
background-image: url('../_i/decor-w.png');
background-position: center top;
background-repeat: no-repeat;
background-size: 15%;
padding: 60px 0 30px;
text-transform: uppercase;
text-align: center;
}

.grid .header.line1 {
padding: 60px 0 0;
margin-bottom: 0;
}

.grid .header.line2 {
background-image: none;
padding: 0 0 30px;
font-size: 100%;
margin-top: 0;
}

.grid .header1 {
font-size: 120%;
background-image: url('../_i/decor-w.png');
background-position: center top;
background-repeat: no-repeat;
background-size: 15%;
padding: 60px 0 10px;
text-align: center;
}

.grid .txt {
border-bottom: 2px solid #f26b0f; 
padding-bottom: 60px;
text-align: center;
}

.grid .txt1 {
padding: 0 0 60px;
list-style: none;
}

.grid.kontakt .txt1 {
padding: 0 0 30px;
}

.grid.kontakt span.line,
.grid.plan-zespolu span.line {
	border-bottom: 2px solid #f26b0f;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.grid .txt1 li {
	margin: 3px 0;
}

.grid.restauracje .cell2 .header {
	padding: 60px 0 0;
}

.grid.restauracje .cell2 .txt {
padding-bottom: 25px;
}

.grid.kontakt .txt1 {
text-align: left;
display: inline-block;
margin: -10px 0 0;
}

.grid.kontakt .txt1 li {
	margin: 7px 0;
}

.grid.kontakt .cell2 {
	text-align: center;
}

.grid .txt a {
	padding: 7px 15px;
	color: #ffffff;
	display: inline-block;
	margin-top: 15px;
	transition: all ease-in .2s;
	background: #f26b0f;
}

.grid .txt a:hover {
	background: rgba(255,255,255,.9);
	color: #f26b0f;
	transition: all ease-in .2s;
}

.grid .txt1 a {
	color: #ffffff;
	transition: all ease-in .2s;
}

.grid .txt1 a:hover {
	color: #f26b0f;
	transition: all ease-in .2s;
}
	

.grid .image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}

section.pathway {
	margin: 20px 0 40px;
}

.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li {
	display: inline-block;
	font-family: 'Alatsi', serif;
	font-size: 80%;
}

.breadcrumb li,
.breadcrumb li a {
	color: #848484;
}

.breadcrumb li a.item-1 {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../_i/home1.png');
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .6;
}

ul.sigFreeClassic {
	text-align: center;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
	width: 295px !important;
	height: 222px !important;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {
	width: 100% !important;
	height: 100% !important;
}

ul.sigFreeClassic li.sigFreeThumb {
	float: none;
	display: inline-block;
}

.item-page table {width: 100%; border-collapse: collapse; margin: 30px 0;}
.item-page table td:first-child {width: 75%;line-height: 1.5; padding-right: 20px;}
.item-page table td:nth-child(2) {width: 11%; text-align: center !important;}
.item-page table td:nth-child(3) {width: 14%; text-align: center !important;}
.item-page table td:nth-child(2) p,
.item-page table td:nth-child(3) p {text-align: center !important;}
.item-page table p {margin: 0 !important;}
.item-page table td:first-child p:first-child,
.item-page table td:nth-child(3) p {font-weight: 600}
.item-page table td {border-bottom: 1px solid #a0a0a0; padding: 5px 0;}
.item-page table th {border-bottom: 1px solid #a0a0a0; padding: 5px 0; font-family: 'Alatsi', serif; font-weight: normal;}
.item-page table tr:nth-child(2n) {background: rgba(175, 175, 175,.1);}

.sp-accordion-inner table {margin-bottom: 10px;}
.sp-accordion-inner table td:first-child {width: 60%;}
.sp-accordion-inner table td:nth-child(2) {width: 20%;}
.sp-accordion-inner table td:nth-child(3) {width: 20%;}
.sp-accordion-inner p.time {display: inline-block; margin: 0;}

.item-page table.wellness {width: 80%; border-collapse: collapse; margin: 30px auto;}
.item-page table.wellness td {text-align: center;width: 15%;}
.item-page table.wellness td:first-child {text-align: left; width: 55%; padding-left: 3px; font-weight: 600;}
.item-page table.wellness td:first-child p {font-weight: normal}

p.table_desc { font-size: 80%;}

.nspMain.nspCols2,
.nspMain.nspCols3 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.nspArt {
	position: relative;
	height: 320px;
	overflow: hidden;
	margin-bottom: 20px;
}

.nspMain.nspCols2 .nspArt {
	height: 320px;
}

.nspCol3 {
	width: 33.333%;
}

.nspContent {
	position: absolute;
	top: calc(100% - 75px);
	width: calc(100% - 20px);
	height: 100%;
	background: rgba(42,42,42,.5);
	color: #ffffff;
	transition: all ease-in .2s;
	font-family: 'Alatsi', serif;
	text-align: center;
	background-position: center 10%;
	background-repeat: no-repeat;
	background-size: 15%;
}

.nspContent a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	padding: 7px;
	margin-top: 5px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	}
	
.nspContent a.offerItem {
	padding: 0;
	margin-top: 0;
	text-transform: none;
	}
	
#nsp-oferty a:hover .offerLink {
	background: #f26b0f;
	text-decoration: none;
}
	
#nsp-pokoje	.nspContent {
	width: 100%;
}

#nsp-atrakcje a:hover,	
#nsp-pokoje a:hover {
	background: #f26b0f;
	text-decoration: none;
}

.nspArt:hover .nspContent {
	top: 0;
	transition: all ease-in .2s;
	padding: 30px;
	background-image: url('../_i/decor-w.png');
}

.nspArt:hover .nspContent .nspHeader {
	margin-top: 13%;
	transition: all ease-in .2s;
}

.nspArt:hover .nspContent .nspHeadline {
border-bottom: 2px solid #f26b0f; 
padding-bottom: 20px;
}

#nsp-oferty,
#nsp-atrakcje {
	width: 100%;
	max-width: 1200px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}

#nsp-oferty .nspContent,
#nsp-atrakcje .nspContent  {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

#nsp-oferty .nspHeader,
#nsp-atrakcje .nspHeader {
	width: 100%;
	display: table;
}

#nsp-oferty .nspArt:hover .nspContent .nspHeader,
#nsp-atrakcje .nspArt:hover .nspContent .nspHeader {
	margin-bottom: 10px;
}

#nsp-pokoje .nspArt:hover .nspContent .nspHeader {
	margin-bottom: 0;
}

#nsp-oferty .nspHeader h2,
#nsp-atrakcje .nspHeader h2 {
	margin: 0;
	height: 75px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	line-height: 1.2;
}

#nsp-oferty .scroll {
	overflow: hidden;
	width: 100%;
	height: 340px;
	max-width: 1200px;
	position: relative;
}

#nsp-oferty .scrollerContainer {
	position: absolute;
}

#nsp-oferty .scrollNav {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: 1000px;
}

#nsp-oferty .nspPrev {
	left: 0;
	border-left: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	transform: rotate(45deg) translate(-102%, -50%);
	
}
#nsp-oferty .nspNext {
	right: 0;
	border-right: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	transform: rotate(-45deg) translate(102%, -50%);
}

#nsp-oferty a.scrollNav:hover {
	background: transparent;
	border-color: #999;
}

#nsp-oferty .nspCols2,
#nsp-atrakcje .nspCols2 {
	float: left;
	padding: 0 10px;
	width: calc(50% - 20px);
	margin: 10px;
}

#nsp-oferty .nspCols3,
#nsp-atrakcje .nspCols3 {
	float: left;
	padding: 0 10px;
	width: calc(33.333% - 20px);
	margin: 10px;
}

#nsp-oferty .nspCols4,
#nsp-atrakcje .nspCols4 {
	float: left;
	padding: 0 10px;
	width: calc(25% - 20px);
	margin: 10px;
}

#nsp-oferty .nspCols3 h2.nspHeader,
#nsp-atrakcje .nspCols3 h2.nspHeader {
	float: left;
	width: 100%;
	margin-top: 5px;
}

#nsp-atrakcje .nspArt:hover .nspHeader {
	margin-top: 45px;
}

#nsp-atrakcje .nspArt:hover .nspHeader h2 {
	height: auto;
}

#nsp-pokoje .nspArt,
#nsp-oferty .nspArt,
#nsp-atrakcje .nspArt {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#nsp-pokoje .nspArt {
	margin: 0 20px 20px 0 !important;
	width: calc(50% - 10px) !important;
}

#nsp-pokoje .nspArt:nth-child(2n) {
	margin: 0 0 20px 0 !important
}

#nsp-oferty .nspArt.hidden {
	width: 0;
	height: 0;
	transition: all ease-in .2s;
	overflow: hidden;
	padding: 0 !important;
	margin: 0;
}

#nsp-oferty .nspArt,
#nsp-atrakcje .nspArt {
	transition: all ease-in .2s;
}

#nsp-atrakcje .nspArt {
	line-height: 1.3;
}

/* #nsp-atrakcje .nspArt:hover .nspContent .nspHeadline {
	border-bottom: 0;
	padding-bottom: 0;
} */

#nsp-oferty .readon-button {
	margin: 15px 0;
	padding: 20px;	
	display: inline-block;
	background: #f26b0f;
	color: #fff;
	font-family: 'Alatsi', serif;
}

#nsp-guestbook {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#nsp-guestbook .nspArt {
	height: 400px;
	color: #000000;
	margin: 0;
	text-align: center;
	float: left;
	position: relative;
	padding: 15px !important;
}

#nsp-guestbook .nspArt p:last-child {
	color: #f26b0f;
	font-family: 'Alatsi', serif;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	width: 90%;
	margin: 15px auto 0;
}

#nsp-guestbook .go_container {
	position: absolute;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	display: table;
	background: rgba(46,46,46,.1);
	overflow: hidden;
	font-size: 85%;
	padding: 20px;
}

#nsp-guestbook .nspArt:nth-child(2n+1) .go_container {
	background: rgba(46,46,46,1);
	color: #ffffff;
} 

#nsp-guestbook .go_contentWrapper {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

#nsp-guestbook h2.nspHeader {
	font-family: 'Alatsi', serif;
	margin-top: 0;
}

#offers_filter {
	margin: 0 0 20px;
	padding: 0 0 15px;
	text-align: center;
	list-style: none;
	border-bottom: 2px solid #ccc;
}

#offers_filter li {
	display: inline-block;
	margin: 0 10px;
}

#offers_filter .notShow {
	display: none;
}

.offer-item .offers_filter {
	display: none;
}

.mainpage-caption {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 30%;
	height: 165px;
	min-width: 450px;
	z-index: 1;
}

.main-page-caption {
	background-color: rgba( 17,17,17, 0.45);
	font-family: 'Alatsi', serif;
	white-space: nowrap;
	width: 100%;
	float: left;
	position: absolute;
	right: 15%;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

#zabiegi .item-container {
	float: left;
	width: 100%;
	margin: 10px 0;
}

#zabiegi .item-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	float: left;
	width: 100%;
	height: 300px;
	cursor: pointer;
}

#zabiegi .item-header h2 {
	position: absolute;
	left: 20px;
	bottom: 30px;
	color: #ffffff;
}

#zabiegi .item-content {
	max-height: 1px;
	overflow: hidden;
	float: left;
	width: 100%;
	transition: max-height .75s;
}

#zabiegi .item-content.open {
	max-height: 1200px;
	overflow: hidden;
	transition: max-height .75s;
}

#zabiegi .winoterapia-by-caudalie .item-content.open {
	max-height: 1500px;
}

#zabiegi .masaze .item-content.open {
	max-height: 1700px;
}

#zabiegi .zabiegi-babor .item-content.open {
	max-height: 2300px;
}

p.info_time,
p.info_cancellation,
p.info_child,
p.info_nosmoking,
p.info_restaurant {
	font-weight: 500;
	}
	
p.info_time:before,
p.info_cancellation:before,
p.info_child:before,
p.info_nosmoking:before,
p.info_restaurant:before,
p.phone:before,
p.email:before,
p.time:before,
p.pdf:before,
li.email1:before,
li.phone1:before,
li.envelope1:before,
li.gps1:before {
	content: " ";
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
	margin-right: 10px;
	}
	
p.time:before {
	margin-left: -35px;
	}
	
p.time {
	padding-left: 35px;
	}
	
p.info_time:before { background-image: url('../_i/alarm.png'); }
p.info_cancellation:before { background-image: url('../_i/pencil.png'); }
p.info_child:before { background-image: url('../_i/child.png'); }
p.info_nosmoking:before { background-image: url('../_i/nosmoking.png'); }
p.info_restaurant:before { background-image: url('../_i/restaurant.png'); }
p.phone:before { background-image: url('../_i/phone.png'); }
p.email:before { background-image: url('../_i/email.png'); }
p.time:before { background-image: url('../_i/clock2.png'); }
p.pdf:before { background-image: url('../_i/pdf.png'); }
li.email1:before { background-image: url('../_i/email1.png'); }
li.phone1:before { background-image: url('../_i/phone1.png'); }
	
li.phone1:before,
li.gps1:before {
	margin-left: -35px;
	}
	
li.phone1,
li.gps1 {
	padding-left: 35px;
	}
	
li.envelope1:before {
	background-image: url('../_i/envelope1.png');
	}
	
li.gps1:before {
	background-image: url('../_i/gps1.png');
	}
	
p.promoPrice { font-family: 'Alatsi', serif; font-size: 110%; color: #f26b0f; text-align: right;}
p.promoPrice span { color: #666;}
	
.spa_slider .flexslider {
	width: 100%;
	max-width: 600px;
	height: 400px;
	overflow: hidden;
}

footer .moduletable.loga {
	padding: 10px;
	float: left;
	width: 100%;
	/* background: rgba(255,255,255,.08);*/
	background: #fff;
	border-top: 1px solid #2e2e2e;
}

footer .custom.loga {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

footer .custom.loga ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	float: left;
}

footer .loga ul li {
	dispay: inline-block;
	flex: 1;
	margin: 0 15px;
}

footer .loga ul li img {
	width: 100%;
	height: auto;
}

footer .newsletter h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
}

footer .newsletter input {
	background: rgba(255,255,255,.08);
	border: 0;
	max-width: 100%;
	padding: 3px 7px;
	font: inherit;
	line-height: inherit;
	margin: 0;
	color: inherit;
}

footer .newsletter .acym_lists {
	height: 0;
	opacity:0;
	overflow: hidden;
	transition: all ease-in .2s;
}

footer .newsletter .acym_lists.shown {
	opacity:1;
	height: 60px;
	transition: all ease-in .2s;
}

footer .newsletter .acym_lists label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 90%;
}

footer .newsletter input.btn,
button#bfSubmitButton,
.acymodifybutton .btn-primary {
	background: #f26b0f;
	padding: 3px 7px;
	float: right;
}

button#bfSubmitButton,
.acymodifybutton .btn-primary {
	border: 0;
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
}

.bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select {
	width: 100%;
} 

.bfQuickMode section input, .bfQuickMode section textarea,
#acyuserinfo input {
	background: rgba(55,55,55,.08);
	border: 0;
	max-width: 100%;
	padding: 3px 7px;
	margin: 0;
	font: inherit;
}

.acym_front_page fieldset {
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 50%;
	border: 0;
	padding: 20px 10px 20px 0;
}

.acymodifybutton {
	margin: 0 auto 75px;
	width: 50%;
}

.acym_front_page fieldset + fieldset {
	padding: 20px 0 20px 10px;
}

.acym_front_page legend {
	font-family: 'Alatsi', serif;
	font-size: 110%;
	}

.acym_front_page input.cell {
	width: 100%;
}

.acym__users__creation__fields__title {display: none;}
#acyuserinfo .onefield {margin-bottom: 10px; display: block;}

.acymodifybutton {
	clear: both;
}

.acym_radio_group label {display: inline-block; margin-right: 10px;}

.control {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-top: 3px;
	cursor: pointer;
	font-size: 16px;
	}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	}
	
.control_indicator {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	background: #e6e6e6;
	border: 0px solid #000000;
	border-radius: undefinedpx;
	}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
	background: #cccccc;
	}

.control input:checked ~ .control_indicator {
	background: #f26b0f;
	}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
	background: #ccccc;
	}
	
.control input:disabled ~ .control_indicator {
	background: #e6e6e6;
	opacity: 0.6;
	pointer-events: none;
}

.control_indicator:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

.control input:checked ~ .control_indicator:after {
	display: block;
}

.control-radio .control_indicator {
	border-radius: 50%;
}

.control-radio .control_indicator:after {
	left: 7px;
	top: 7px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #ffffff;
	transition: background 250ms;
}

.control-radio input:disabled ~ .control_indicator:after {
	background: #7b7b7b;
}

.control-radio .control_indicator::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 4.5rem;
	height: 4.5rem;
	margin-left: -1.3rem;
	margin-top: -1.3rem;
	background: #2aa1c0;
	border-radius: 3rem;
	opacity: 0.6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes s-ripple { 
	0% {opacity: 0;	transform: scale(0);}
	20% {transform: scale(1);}
	100% {opacity: 0.01;transform: scale(1);}
}

@keyframes s-ripple-dup { 
	0% {transform: scale(0);}
	30% {transform: scale(1);}
	60% {transform: scale(1);}
	100% {opacity: 0; transform: scale(1);}
}
.control-radio input+.control_indicator::before {
	animation: s-ripple 250ms ease-out;
}

.control-radio input:checked+.control_indicator::before {
	animation-name: s-ripple-dup;
}

.newsletter .rodo {
	font-size: 90%;
}

.mfp-bg { display: none; }
.mfp-wrap { z-index: 60000; top: 25%; left: 25%; width: 50%; height: 10%; overflow: visible !important; }
.mfp-wrap { position: fixed; outline: 0 !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; }
.mfp-container::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-content { cursor: auto; width: 100%; position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }


#jh_splash_screen_content { background: rgba(17,17,17,.7);padding: 10px; font-family: 'Alatsi', serif; max-width: 90%;}
#jh_splash_screen_content .splashContent { padding: 10px; color: #f26b0f; background: rgba(255,255,255,.8); }
#jh_splash_screen_content .splashContent strong { font-size: 120%; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #000;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace;
}

button.mfp-arrow, button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.socialico { position: fixed; z-index: 11000; top: 50%; transform: translatey(-50%); left: 25px; background: rgba(255,255,255,.4); padding: 5px; border-radius: 45px; width: 50px; border: 1px solid #efefef;}
.socialico img {width: 100%; height: auto;}
.socialico p {margin: 10px 0;}
.socialico a:hover {opacity: .6;}
.socialico p:first-child {margin: 0 0 10px;}
.socialico p:last-child {margin: 10px 0 0;} 

footer .subnavi { position: fixed; bottom: 0; width: 100%; background: #fff; height: 100px; z-index: 11000; }
footer .subnavi ul.nav { align-items: center; width: 95%; margin: 0 auto; padding: 10px 0;}
footer .subnavi ul.nav li { display: inline-block; width: 25%;}
footer .subnavi ul.nav li a { float: left; width: 100%; color: #000; text-align: center; }
footer .subnavi ul.nav li a.booking { float: left; width: 100%; color: #f26b0f; }
footer .subnavi ul.nav img { height: auto; width: 55px; max-width: 90%; }
footer .subnavi ul.nav a:hover { opacity: .6; }
footer .subnavi ul.nav li a .image-title { float: left; width: 100%; clear: both; font-size: 18px ;font-family: 'Alatsi', serif; text-transform: uppercase;}
footer.onscreen { position: relative;}
footer.onscreen .subnavi { position: absolute; top: 0;}

#ca_banner {
	height: auto; 
	width: auto !important; 
	text-align: left;
	background: rgba(255,255,255,.9); 
	padding: 10px 50px;
}

#ca_banner h2 {
	font-size: 14px ; 
	font-weight:500;
	text-align: left;
	font-family: 'Alatsi', serif;
}

#ca_banner p {
	font-size: 12px;
}

#ca_banner .accept { 
	background: #666; 
	border: medium none; 
	color: #fff; 
	display: block; 
	float: right !important; 
	height: auto !important; 
	position: unset; 
	right: 2px; 
	text-indent: 0; 
	top: 2px; 
	width: auto !important; 
	padding: 2px 10px; 
	text-shadow: none;
}

#ca_banner p span {
	color: #f26b0f;
}

.wydarzenia .container,
.archiwum-wydarzen .container {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.wydarzenia img.pull-left,
.archiwum-wydarzen img.pull-left {
	float: left;
	margin: 0 10px 10px 0;
}

.wydarzenia img.pull-right,
.archiwum-wydarzen img.pull-right {
	float: right;
	margin: 0 0 10px 10px;
}

.wydarzenia .item-introImage,
.archiwum-wydarzen .item-introImage {
	float: left;
	width: 25%;
	min-height: 1px;
	padding-right: 10px;
}

.wydarzenia .item-intro,
.archiwum-wydarzen .item-intro {
	float: left;
	width: 75%;
	padding-left: 10px;
}

.wydarzenia .item-introImage img,
.archiwum-wydarzen .item-introImage img {
	width: auto;
	height: auto;
	max-width: 99.7%;
	height: auto;
	border: 1px solid #ccc;
	padding: 2px;
}

.wydarzenia .item-intro h2,
.archiwum-wydarzen .item-intro h2 {
	text-align: left;
}

.wydarzenia .oferty-intro,
.archiwum-wydarzen .oferty-intro {
	padding: 0;
}

.wydarzenia .readmore,
.archiwum-wydarzen .readmore {
	text-align: right;
}

.wydarzenia .readmore a,
.archiwum-wydarzen .readmore a {
	color: #f26b0f;
	font-family: 'Alatsi', serif;
	}
	
.wydarzenia .item-page .item-image,
.archiwum-wydarzen .item-page .item-image {
	float: right;
	width: 35%;
	padding: 10px;
	margin-bottom: 5px;
}

@media ( min-width: 1030px ) {
	.start .content .articleSection.sect-0 {
	background-image: url('../../../images/background/main-sect0.jpg');
	background-attachment: fixed;
	}
	
	.start .content .articleSection.sect-2 {
	background-image: url('../../../images/background/main-sect2.jpg');
	}
	
	.start .content .articleSection.sect-3 {
	background-image: url('../../../images/background/main-sect3.jpg');
	}
	
	.start .content .articleSection.sect-4 {
	background-image: url('../../../images/background/main-sect4.jpg');
	}
	
	.start .content .articleSection.sect-5 {
	background-image: url('../../../images/background/main-sect5.jpg');
	}
	
	#articleHeader .headerImage {
	background-image: url('../../../images/headers/hotel.jpg');
	}
	
	.start .content .articleSection.magnolia {
	background-image: url('../../../images/background/main-sect2.jpg');
	}
	
	.start .content .articleSection.choco-wine {
	background-image: url('../../../images/background/main-sect3.jpg');
	}
	
	#articleHeader.hotel .headerImage,
	#articleHeader.pokoje-dwor .headerImage,
	#articleHeader.pokoje-wine-garden .headerImage,
	#articleHeader.oferty-i-promocje .headerImage {
	background-image: url('../../../images/headers/hotel.jpg');
	}
	
	#articleHeader.restauracje .headerImage {
	background-image: url('../../../images/headers/magnolia.jpg');
	}
	
	#articleHeader.biznes-event .headerImage {
	background-image: url('../../../images/headers/konferencje.jpg');
	}
	
	.grid.o-nas .image1 {
	background-image: url('../../../images/o-nas/image1.jpg');
	}
	
	.grid.o-nas .image2 {
	background-image: url('../../../images/o-nas/image2.jpg');
	}
	
	.grid.spa .image1 {
	background-image: url('../../../images/spa/image1.jpg');
	}
	
	.grid.spa .image2 {
	background-image: url('../../../images/spa/image2.jpg');
	}
	
	.grid.spa .image3 {
	background-image: url('../../../images/spa/image3.jpg');
	}
	
	.grid.wellness .image1 {
	background-image: url('../../../images/wellness/image1.jpg');
	}
	
	.grid.wellness .image2 {
	background-image: url('../../../images/wellness/image2.jpg');
	}
	
	.grid.wellness .image3 {
	background-image: url('../../../images/wellness/image3.jpg');
	}
	
	.grid.rehabilitacja .image1 {
	background-image: url('../../../images/rehabilitacja/image1.jpg');
	}
	
	.grid.rehabilitacja .image2 {
	background-image: url('../../../images/rehabilitacja/image2.jpg');
	}
	
	.grid.konferencje .image1 {
	background-image: url('../../../images/konferencje/image1.jpg');
	}
	
	.grid.konferencje .image2 {
	background-image: url('../../../images/konferencje/image2.jpg');
	}
	
	.grid.konferencje .image3 {
	background-image: url('../../../images/konferencje/image3.jpg');
	}
	
	.grid.restauracje .image1 {
	background-image: url('../../../images/restauracje/image1.jpg');
	}
	
	.grid.restauracje .image2 {
	background-image: url('../../../images/restauracje/image2.jpg');
	}
	
	.grid.kontakt .image2 {
	background-image: url('../../../images/kontakt/dwor.jpg');
	}
	
}

@media ( min-width: 1190px ) and ( max-width: 1350px ) {
	header.light nav {padding-left: 105px; padding-right: 260px;}
	header nav ul {	margin: 0; padding: 0;}
	}		

@media ( max-width: 1189px ) {
	.desktop {display: none !important; }
	.mobile {display: block; }
	
	header .header_left a {
	width: 80px;
	height: 60px;
	border-right: 1px solid #ccc;
	}
	
	header {
	position: fixed;

	z-index: 12000;
	top: 0;
	
	width: 100%;
	height: 70px;
	transition: all ease-in .2s;
	}
	
header nav { padding-left: 105px; }

header.light {
	background: rgba(17,17,17,1);
	box-shadow: 2px 2px 10px rgba(17,17,17,.7);
	transition: all ease-in .2s;
	}

header.light .header_right .chzn-container-single .chzn-single {
	background: rgba(255,255,255,.1);
	color: #fff;
	}

header.light .header_left a {
	background-image: url('../../../images/logo-w.png');
	}
	
.mfp-wrap {	width: 90%; left: 5%; top: 25%; }

#ca_banner {
	width: 100% !important; 
	padding: 10px 10px;
}

.mainpage-caption {
	min-width: 0;
}

.favslider-carousel .favth-carousel-caption p, .main-page-caption p {
	font-size: 120% !important;
	line-height: 1.2em !important;
}
	
#menuSwitch {
	display: inline-block;
	display: none; 
	width: 50px; 
	height: 50px; 
	overflow: hidden; 
	text-indent: -2000px; 
	background-image: url('../_i/menu.png'); 
	background-size: contain; 
	float: left;
	margin: 10px 0 0 15px;
	}

section.pathway {
	margin: 20px 0 20px;
	}
	
p.subtitle_dec {
	background-size: 8%;
	padding: 55px 0 10px;
	margin-top: 0;
	}
	
.mainpage-caption {
	bottom: 105px;
	left: 0;
	width: 100%;
	z-index: 1;
	}
	
.start .content .articleSection article {
	float: left;
	width: 100%;
	padding-top: 115px;
	}
	
.start .content .articleSection article.oferty-i-promocje {
	width: 99%;
}

.start .content .articleSection article,
.start .content .sect-0 article,	
.start .content .articleSection article.oferty-i-promocje {
	background-size: 90px;
	}
	
.start .content .articleSection {
	min-height: 0;
	padding: 50px 0;
	}

.start .content .sect-0 article {
	padding: 85px 0 50px;
	}
	
#nsp-oferty .scrollerContainer {
	width: calc(50%*8) !important;
	}
	
footer .moduletable.loga { display: none; }
footer .footer_container { margin-top: 100px; }
}

#hotresContainerOuter {
	top: 4vh;
	top: -40vh;
	height: 90vh;
	box-shadow: rgba(0, 0, 0, 0.75) 0px 10px 40px 0px;
	border-radius: 2px;
	position: relative;
	margin: auto;
	max-width: 1400px;
	width: 80%;
	display:flex;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	overflow: auto;
}

#hotresContainer {
	height: 90vh;
	margin: auto;
	width: 100%;
	display:flex;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin: 2px 0;
}

#hotresClose {
	transition: all 0.5s ease 0s;
	background: rgb(48, 48, 48) none repeat scroll 0% 0%;
	text-align: center;
	border-radius: 2px;
	line-height: 35px;
	position: absolute;
	top: 90px;
	right: 25px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #ffffff1f;
}

@media ( max-width: 1029px ) {
	.mobile_menu_wrapper {
	width: 85%;
}
	
	#nsp-guestbook .nspCol3 { width: 50%; }
	#nsp-oferty .nspCols3,
	#nsp-atrakcje .nspCols3 { width: calc(50% - 20px); }
	
	#content .table .columns2 { vertical-align: top; }
	
	.start .content .articleSection.sect-0 {
	background-image: url('../../../images/background/main-sect0.jpg');
	background-attachment: fixed;
	}
	
	.start .content .articleSection.sect-2 {
	background-image: url('../../../images/background/main-sect2.jpg');
	}
	
	.start .content .articleSection.sect-3 {
	background-image: url('../../../images/background/main-sect3.jpg');
	}
	
	.start .content .articleSection.sect-4 {
	background-image: url('../../../images/background/main-sect4.jpg');
	}
	
	.start .content .articleSection.sect-5 {
	background-image: url('../../../images/background/main-sect5.jpg');
	}
	
	.start .content .articleSection.magnolia {
	background-image: url('../../../images/background/main-sect2.jpg');
	}
	
	.start .content .articleSection.choco-wine {
	background-image: url('../../../images/background/main-sect3.jpg');
	}
	
	#articleHeader .headerImage {
	background-image: url('../../../images/headers/hotel.jpg');
	}
	
	#articleHeader.hotel .headerImage,
	#articleHeader.pokoje-dwor .headerImage,
	#articleHeader.pokoje-wine-garden .headerImage,
	#articleHeader.oferty-i-promocje .headerImage {
	background-image: url('../../../images/headers/hotel.jpg');
	}
	
	.grid.o-nas .image1 {
	background-image: url('../../../images/o-nas/image1.jpg');
	}
	
	.grid.o-nas .image2 {
	background-image: url('../../../images/o-nas/image2.jpg');
	}
	
	.grid.spa .image1 {
	background-image: url('../../../images/spa/image1.jpg');
	}
	
	.grid.spa .image2 {
	background-image: url('../../../images/spa/image2.jpg');
	}
	
	.grid.spa .image3 {
	background-image: url('../../../images/spa/image3.jpg');
	}
	
	.grid.wellness .image1 {
	background-image: url('../../../images/wellness/image1.jpg');
	}
	
	.grid.wellness .image2 {
	background-image: url('../../../images/wellness/image2.jpg');
	}
	
	.grid.wellness .image3 {
	background-image: url('../../../images/wellness/image3.jpg');
	}
	
	.grid.rehabilitacja .image1 {
	background-image: url('../../../images/rehabilitacja/image1.jpg');
	}
	
	.grid.rehabilitacja .image2 {
	background-image: url('../../../images/rehabilitacja/image2.jpg');
	}
	
	.grid.konferencje .image1 {
	background-image: url('../../../images/konferencje/image1.jpg');
	}
	
	.grid.konferencje .image2 {
	background-image: url('../../../images/konferencje/image2.jpg');
	}
	
	.grid.konferencje .image3 {
	background-image: url('../../../images/konferencje/image3.jpg');
	}
	
	.grid.restauracje .image1 {
	background-image: url('../../../images/restauracje/image1.jpg');
	}
	
	.grid.restauracje .image2 {
	background-image: url('../../../images/restauracje/image2.jpg');
	}
	
	.grid.kontakt .image2 {
	background-image: url('../../../images/kontakt/dwor.jpg');
	}

	#start_wrapper .voucher {
		top: auto;
		bottom: 110px;
		right: 10px;
		z-index:2;
	}
	
	#start_wrapper .blackWeek {
		top: auto;
		bottom: 165px;
		right: 10px;
		z-index:2;
		
	}
}	

@media ( max-width: 800px ) {
	#nsp-oferty .scrollerContainer { width: calc(100%*8) !important; }
	.col2 .gridcell { width: 100%; display: block; height: auto; margin: 5px auto; }
	.col2 .gridcell.image { display: none; }
	#nsp-pokoje .nspArt { width: 100% !important; }
	.sp-accordion .toggler { float: left; width: 100%; position: unset; text-align: left; padding-left: 40px; }
	.sp-accordion.sp-accordion-style5 .sp-accordion-container {	padding-left: 40px; }
	#nsp-guestbook .nspCol3 { width: 100%; }
	#nsp-oferty .nspCols2, #nsp-oferty .nspCols3, #nsp-atrakcje .nspCols3 { width: calc(100% - 20px); }
	#content .table .columns2 { display: block;	float: left; width: 100%;}
	.flexslider { margin: 0 auto; }
	.item-page table.wellness {	width: 100%; }
	.kontakt #content .content_column .columns2 { width: 100%; }
	.socialico {left: 5px;}
	.sp-accordion-inner table td:nth-child(2),
	.sp-accordion-inner table td:nth-child(3) { width: 50%; }
	.sp-accordion-inner table td:first-child {	width: 10%; }
	
	footer .footer_content { padding-top: 75px; background-size: 60px; }
	#start_wrapper .voucher { bottom: 210px; }
	#start_wrapper .blackWeek { bottom: 265px; }
	}