/* INIT -----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #555;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Poppins', sans-serif;
}
input, textarea, select, option, optgroup, button {
	font-size: 12px;
}
* {
	box-sizing: border-box;
}
/* LAYOUT -----------------------------------------------------------------------------*/
html {
	font-size: 0.625em;
	scroll-behavior: smooth;
}
body {
	min-height: 900px;
	background: #fff;
	color: #353535;
	font-size: 1.6rem;
}
.wrapper {
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* HEADER -----------------------------------------------------------------------------*/
.header {
	height: auto;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9999;
}
.header-inner > div {
	flex: 1;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 20px 0;
	position: relative;
}
.rezerwuj-btn {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Merriweather', serif;
	border: 1px solid rgba(255,255,255,0.5);
	padding: 10px 20px;
	float: right;
	transition: all 0.3s ease;
}
.rezerwuj-btn:hover {
	color: #fff;
	background: #6393a7;
	border: 1px solid #6393a7;
}
.rezerwuj-btn i {
	font-size: 1.8rem;
	margin-right: 5px;
}
.phones {
	display: flex;
	align-items: center;
	line-height: 1.2;
}
.phones a {
	color: #fff;
}
.phones i {
	color: rgba(255,255,255,0.5);
	font-size: 2.4rem;
	margin-right: 10px;
}
.logo {
	display: flex;
	justify-content: center;
}
.logo h1 a {
	background-image: url("/images/logo.png");
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: medium none;
	float: left;
	height: 113px;
	padding: 0;
	text-indent: -9999px;
	width: 186px;
	background-size: 100%;
}
.top-nav {
	float: right;
}
.path {
	width: 100%;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.search {
	margin: 20px 0;
	float: left;
}
.input-search {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
}
.btn-search {
	cursor: pointer;
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.lang {
	font-size: 1.4rem;
	position: absolute;
	top: 20px;
	right: 0;
}
.lang li {
	width: auto;
	float: left;
	margin-left: 15px;
}
.lang li a {
	font-size: 1.4rem;
	color:  rgba(255,255,255,0.4);
	transition: all 0.3s ease;
}
.lang li a.active, .lang li a:hover {
	color: #fff;
}
/* MENU -----------------------------------------------------------------------------*/
.menu-container {
	float: left;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.13);
	padding: 15px 0;
}
.menu {
	float: left;
	width: 100%;
	justify-content: center;
	position: relative;
	display: flex;
}
.menu li {
	float: left;
	margin: 0px 0 0 20px;
}
.menu li:first-child {
	float: left;
	margin: 0;
}
.menu li a {
	float: left;
	padding: 8px 10px;
	font-family: 'Merriweather', serif;
	transition: all 0.3s ease;
	color: #fff;
}
.menu li.active a {
	color: #6393a7;
}
.menu li:hover {
}
.menu li a:hover {
	color: #6393a7;
}
.menu .submenu {
	display: none;
	position: absolute;
	top: 32px;
	width: 300px;
	background: #e2e2e2;
	z-index: 5;
}
.menu .submenu li {
	float: none !important;
}
.menu-mob {
	background: #fff;
	height: 100%;
	left: -285px;
	position: fixed;
	top: 0;
	width: 285px;
	z-index: 9999;
	overflow-y: scroll;
	box-sizing: border-box;
}
.menu-mob ul {
	border-top: 1px solid #E5E5E5;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	border-bottom: 1px solid #E5E5E5;
	float: left;
	width: 100%;
}
.menu-mob a {
	color: #353535;
	font-size: 1.6rem;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	float: left;
	width: 100%;
	line-height: 45px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
	box-sizing: border-box;
}
.menu-mob ul li.active a {
	color: #6393a7;
}
.icon-close {
	color: #a9a9a9;
	cursor: pointer;
	float: right;
	font-size: 15px;
	padding: 7px 15px;
}
.icon-menu {
	display: none;
}
.burger {
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 30px;
	height: 24px;
}
.burger div {
	width: 30px;
	height: 2px;
	background: rgba(255,255,255,0.7);
	border-radius: 3px;
	transition: all 0.2s ease-in;
	position: absolute;
}
.burger:hover div {
	width: 100%;
	background: rgba(255,255,255,1);
}
.burger .line1 {
	top: 0;
	left: 0;
}
.burger .line2 {
	top: calc(50% - 1px);
	left: 0;
	width: 15px;
}
.burger .line3 {
	bottom: 0;
	left: 0;
	width: 22px;
}
/* CONTENT -----------------------------------------------------------------------------*/
.content {
}
.main {
	width: 100%;
	float: left;
	min-height: 300px;
}
h1 {
}
h2 {
	font-family: 'Merriweather', serif;
}
.article h2 {
	font-family: 'Merriweather', serif;
	font-size: 3.6rem;
	font-weight: normal;
}
h3 {
	font-family: 'Merriweather', serif;
}
h4 {
	font-family: 'Merriweather', serif;
}
h5 {
	font-family: 'Merriweather', serif;
}
h6 {
	font-family: 'Merriweather', serif;
}
/* ARTICLE -----------------------------------------------------------------------------*/
.article {
	padding: 100px 0;
	min-height: 300px;
	float: left;
	width: 100%;
}
.article h1 {
}
.article h3 {
	font-size: 2.4rem;
}
.art-body a, label a {
	color: #618fa2;
}
.art-body a:hover {
	text-decoration: underline;
}
.art-content {
}
.index .art-body {
	padding: 50px 0;
}
.column2 {
	column-count: 2;
	column-gap: 40px;
}
.article ul {
	list-style-image: url(../images/li.svg);
	margin: 20px 20px;
}
.article li {
	font-size: 1.6rem;
	font-weight: 100;
}
.art-date {
}
.art-author {
}
/* galeria artykulu */
.art-gallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.art-gallery h3, .art-files h3 {
	width: 100%;
	padding: 10px 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 15px;
	font-weight: normal;
}
.art-gallery .thumb, .art-gallery .thumb a {
	float: left;
}
.art-gallery .thumb a img {
	display: block;
	border: 1px solid #ddd;
	padding: 5px;
}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.files-item {
	line-height: 22px;
	padding-left: 20px;
}
.files-item a {
}
/* FILE ICONS -----------------------------------------------------------------------------*/
.ico-doc {
	background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
	background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
	background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
	background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
	background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
	background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}
/* ASIDE -----------------------------------------------------------------------------*/
.aside {
	width: 30%;
	float: right;
	background: transparent;
	min-height: 300px;
}
/* SUBMENU -----------------------------------------------------------------------------*/
.submenu-body {
	padding: 20px
}
.submenu-top {
}
.submenu-foot {
}
/* level-0 */
ul.level-0 {
	width: 100%;
	border: 1px solid #DDDDDD;
}
li.level-0 {
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
}
li.level-0:last-child {
	border-bottom: 0;
}
li.level-0 a {
}
li.level-0.active {
}
li.level-0:hover {
}
/* level-N */
li.level-1 {
	padding: 10px;
}
/* ANIM -----------------------------------------------------------------------------*/
.anim-wrap {
}
.anim {
}
.anim slides {
}
.anim slides img {
}
ul.anim-nav {
}
ul.anim-nav li {
}
ul.anim-nav li a {
}
/* NEWS-LISTING -----------------------------------------------------------------------------*/
.news-listing {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item-content {
}
.news-item-info {
	display: inline-block;
	padding-left: 80px;
	position: relative;
}
.news-item-date {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 13px;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #ddd;
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS -----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
	display: inline-block;
	padding-top: 20px;
	width: 100%;
}
.news-thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 15px 5px 5px;
}
.news-intro {
	display: inline;
}
.news-body {
}
a.news-back {
}
/* PAGINATION -----------------------------------------------------------------------------*/
.pagination {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 50px;
width: 100%;
float: left;
}
.pagination .pages {
}
.pagination ul {
	list-style-type: none;
	list-style-image: none;
}
.pagination ul li {
	float: left;
	margin-right: 10px;
}
.pagination a {
	float: left;
	margin-right: 10px;
	line-height: 2;
	height: 32px;
	width: 32px;
	text-align: center;
	font-size: 1.6rem;
	transition: all .3s ease;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	border-radius: 50%;
}
.pagination span {
	float: left;
	margin-right: 10px;
	line-height: 2;
	height: 32px;
	width: 32px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}
.pagination a.active {
	background: #6393a7;
	color: #fff;
}
.pagination a:hover {
	background: #ddd;
}
/* GALLERY -----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.gallery-item {
}
.gallery .thumb, .art-gallery .thumb {
}
.gallery .thumb, .gallery .thumb a {
}
.gallery .thumb a img {
}
.thumb-desc {
	clear: both;
	display: block;
	float: left;
	margin: 6px 0 0;
	text-align: center;
	width: 100%;
}
.gallery .thumb.gallery-cat {
}
.gallery-cat-name {
}
/* FORM -----------------------------------------------------------------------------*/
.form-data {
	float: left;
	width: 100%;
}
.form-elem-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.form-elem-name {
	width: 100%;
	float: left;
	margin-bottom: 4px;
	font-weight: 500;
	color: #6393a7;
}
.form-elem-input {
	float: left;
	width: 100%;
	font-size: 1.4rem;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	height: 60px;
	border: none;
	padding: 15px;
	font-size: 2rem;
	border: 1px solid #ddd;
	width: 100%;
	box-shadow: 0 21px 40px #e2e2e2;
	font-weight: 700;
}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	border: 1px solid #6393a7;
}
.form-elem-input select {
	width: 100%;
}
.form-data textarea {
	height: 150px;
	resize: none;
}
.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
	font-size: 12px !important;
	margin: 0 6px !important;
	vertical-align: middle;
}
.form-btn-send {
	float: left;
	width: 100%;
	font-size: 2.4rem !important;
	border: 0;
	cursor: pointer;
	padding: 10px 20px;
	transition: all 0.3s ease;
	background: #6393a7;
	color: #fff;
}
.form-btn-send:hover {
	color: #fff;
	background: #030a1c;
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 1px solid red !important;
}
.form-error {
	color: red;
	font-size: 10px;
}
/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci -----------------------------------------------------------------------------*/
.search-result {
}
.search-result news-item {
}
/* SITEMAP -----------------------------------------------------------------------------*/
.site-map {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
/* FOOTER -----------------------------------------------------------------------------*/
.footer {
	height: auto;
	width: 100%;
	float: left;
	background: #030A1C;
	padding: 75px 0;
}
ul.foot-nav {
	float: left;
	display: flex;
	justify-content: space-between;
	width: 100%;
    flex-flow: row wrap;
}
ul.foot-nav li {
	float: left;
}
ul.foot-nav li a {
	color: #fff;
	font-family: 'Merriweather', serif;
	transition: all 0.3s ease;
	font-size: 1.4rem;
}
ul.foot-nav li a:hover {
	opacity: 0.5;
}
.kambit-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-flow: row wrap;
	float: left;
	width: 100%;
	padding: 30px 0;
	margin-top: 30px;
	font-size: 1.2rem;
	color: #616A84;
	border-top: 1px solid rgba(255,255,255,0.15);
	font-weight: 500;
}
.kambit-inner a {
	color: #616A84;
}
/* LOGIN -----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* TABLE -----------------------------------------------------------------------------*/
table {
}
table thead tr th {
}
table tfoot tr th {
}
table tr {
}
table tr td {
}
table tr.odd td {
}
table tr.even td {
}
table tr:hover {
}
table tr:hover td {
}
table tr:hover td:hover {
}
/* DEFAULTS -----------------------------------------------------------------------------*/
.w100p {
	width: 100% !important;
}
.w50p {
	width: 48% !important;
}
.w30p {
	width: 28% !important;
}
.dn {
	display: none !important;
}
.db {
	display: block !important;
}
.dib {
	display: inline-block !important;
}
.di {
	display: inline !important;
}
.fl {
	float: left !important;
}
.fr {
	float: none !important;
}
.cl {
	clear: left !important;
}
.cr {
	clear: right !important;
}
.cb {
	clear: both !important;
}
.disabled {
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.debug {
	text-align: center;
	background-color: yellow;
	color: #000;
	font-weight: bold;
}
/************ <<< === FUTURE CLASSES === >>> ************/
/* MODULE BOX -----------------------------------------------------------------------------*/
.module-box-top {
}
.module-box-body {
}
.module-box-foot {
}
/* SUPERNEWS -----------------------------------------------------------------------------*/
/* ANIMATIONS -->> klasy dziedziczone z .anim + $id -----------------------------------------------------------------------------*/
.wrapIE {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.ieElder {
	position: absolute;
	top: -300px;
	left: 200px;
	height: 287px;
	width: 500px;
	border: 5px solid #8ABEF1;
	z-index: 99999999999;
	background: url(/images/browsers.jpg) no-repeat 0 0;
}
.ieElder-close {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	width: 76px;
}
.ieElder-later {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 0;
	width: 54px;
}
.get-chrome {
	height: 176px;
	left: 56px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.get-ff {
	height: 176px;
	left: 290px;
	position: absolute;
	top: 76px;
	width: 150px;
}
#cookies_warning {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #fff;
	font-size: 1.1rem;
	color: #000;
	padding: 50px 0 0;
	z-index: 9999;
	width: 49vw;
	max-width: 600px;
	box-shadow: -30px -30px 70px rgba(0,0,0,0.1);
	animation: 500ms slideIn cubic-bezier(.35,.57,.4,.89);
}
@keyframes slideIn {
from {
	bottom: -500px;
}
to {
	bottom: 0;
}
}
#cookies_warning_close {
	color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
}
#cookies_warning_close a {
	font-size: 3.2rem;
	text-decoration: none;
	padding: 15px 10px 11px;
	line-height: 12px;
	transition: all 0.3s ease;
}
#cookies_warning_close a:hover {
	background: #ddd;
}
#cookies_warning_info {
	padding: 0px 30px;
	color: #000;
	width: 100%;
	float: left;
}
#cookies_accept {
	font-size: 1.2rem;
	text-align: center;
	float: left;
	padding: 15px 25px;
	transition: all 0.3s ease;
	font-weight: 600;
	background: #1d2539;
}
#cookies_accept_container {
	padding: 30px;
	float: left;
	width: 100%;
}
#cookies_accept .fa {
	margin-left: 10px;
	font-size: 1rem;
}
#cookies_warning_info a {
	font-weight: bold;
	color: #618fa2;
}
#cookies_accept:hover {
	background: #618fa2;
	color: #fff;
}
.hidden {
	display: none;
}
.g-recaptcha-error {
	display: none;
	font-size: 12px;
	color: red;
}
body.ff-paragraph p {
	margin-bottom: 2em !important;
}
body.ff-lines {
	line-height: 3em !important;
}
body.ff-word {
	word-spacing: 1em !important;
}
body.ff-letter {
	letter-spacing: .25em !important;
}
#addToCartError,
#addToCartSuccess {
	display: none;
}
.slider-top {
	position: relative;
	background: #030a1c;
}
.slider {
	position: relative;
	width: 100%;
	height: 100%;
}
.slider li:after {
	content: "";
/*	background: rgba(3,10,28,0.6); */
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
    background: linear-gradient(180deg, rgba(3,10,28,0.7) 0%, rgba(3,10,28,0.5) 100%);
}
.slider li {
	min-height: 100vh;
}
.txt {
	position: absolute;
	height: 100%;
	z-index: 999;
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: flex-end;
	flex-flow: row wrap;
}
.txt h2 {
	font-size: 2.4rem;
	color: #6393a7;
	margin: 10px 0 20px 0;
	font-weight: normal;
}
.txt h3 {
	font-size: 3rem;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
}
.index .txt h3 {
font-size: 3.6rem;
color: #fff;
font-weight: normal;
margin-bottom: 20px;
line-height: 6rem;
}
.hero {
	text-align: center;
	width: 100%;
	margin-top: 115px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}
.hero-offer ul {
	float: left;
	width: 100%;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.hero-offer {
	margin-bottom: 50px;
}
.hero-offer ul li a img {
	display: flex;
	width: 100%;
}
.hero-offer ul li a h2 {
	background: #fff;
	width: 100%;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 2rem;
	color: #353535;
	transition: all 0.3s ease;
}
.hero-offer ul li a h2 i {
	color: #6393a7;
	transition: all 0.3s ease;
}
.hero-offer ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.hero-offer ul li a:hover h2 {
	padding: 20px 20px;
	background: #6393a7;
	color: #fff;
}
.hero-offer ul li a:hover h2 i {
	color: #fff;
}
.down-arrow:hover {
	background: #6393a7;
	color: #fff;
}
.down-arrow {
	background: rgba(255,255,255,0.2);
	color: #fff;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	
	transition: all 0.3s ease;
	position: relative;
}
.down-arrow i {
	animation: float-small 2s ease-in-out infinite;
}
@keyframes float-small {
0% {
	transform: translatey(0px);
}
50% {
	transform: translatey(3px);
}
100% {
	transform: translatey(0px);
}
}
.box-bottom {
	float: left;
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
	grid-auto-flow: row dense;
	position: relative;
	z-index: 1;
}
.box-bottom li:first-child {
	background:  #302206 url(/images/hotel.jpg)no-repeat top center;
}
.box-bottom li:last-child {
	background: #2B5465 url(/images/atrakcje.jpg)no-repeat top center;
}
.box-bottom li {
	display: flex;
	align-items: flex-end;
	min-height: 585px;
	color: #fff;
	padding: 30px;
}
.box-bottom li a {
	font-size: 1.2rem;
	margin-top: 15px;
	display: inline-block;
	transition: all 0.3s ease;
}
.box-bottom li a:hover {
	color: #fff!important;
}
.box-bottom li a:hover i {
	transform: translatex(3px);
}
.box-bottom li a i {
	margin-left: 5px;
	transition: all 0.3s ease;
	transform: translatex(0);
}
.box-bottom li:first-child a {
	color: #A48F8F;
}
.box-bottom li:last-child a {
	color: #86AFC1;
}
.box-bottom li h2 {
	float: left;
	width: 100%;
	font-size: 3.6rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-weight: normal;
}
.footer-pokoje {
	float: left;
	width: 100%;
	background: #030A1C url(/images/footer-pokoje.jpg)no-repeat top center;
	min-height: 900px;
	margin-top: -147px;
	background-size: cover;
}
.dane-box {
	float: left;
	width: 100%;
	display: flex;
	gap: 40px;
	padding: 100px 0 70px;
	list-style: none;
	justify-content: space-between;
}
.dane-box li div {
	display: flex;
	width: 100%;
	gap: 15px;
	align-items: center;
	min-height: 100px;
}
.dane-box p {
	font-size: 1.6rem;
	font-weight: 300;
	color: #616A84;
	padding-left: 10px;
}
.dane-box p a {
	color: #616A84;
	transition: all 0.3s ease;
}
.dane-box p a:hover {
	color: #fff;
}
.social {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.social p {
	color: #616A84;
	font-size: 1.2rem;
	font-weight: 500;
}
.social a {
	color: #6393a7;
	font-size: 2.4rem;
	border: 1px solid rgba(255,255,255,0.2);
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	border-radius: 50%;
}
.social a:hover {
	color: #fff;
	background: #6393a7;
	border: 1px solid #6393a7;
}
.footer-pokoje-inner {
	display: flex;
	align-items: flex-end;
	min-height: 900px;
	color: #fff;
}
.footer-pokoje-inner div {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	padding-bottom: 50px;
	margin-bottom: 70px;
}
.footer-pokoje-inner div h2 {
	font-size: 4rem;
}
.btn {
	font-size: 1.2rem;
	padding: 10px 20px;
	transition: all 0.3s ease;
}
.btn i {
	margin-left: 5px;
	transform: translatex(0px);
	transition: all 0.3s ease;
}
.btn:hover i {
	transform: translatex(3px);
}
.btn-green {
	color: #fff;
	background: #6393a7;
}
.btn-green:hover {
	color: #6393a7;
	background: #fff;
}
.txt .top-h2 {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 2.4rem;
	color: #6393a7;
	margin: 0 0 20px 0;
	font-weight: normal;
}
.txt-podstrona {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	max-width: 1200px;
}
.index .txt-podstrona {
	display: none;
}
.slider-podstrona .txt {
	align-items: center;
}
.rezerwacja .formularz form .form-elem-group:nth-child(6), .rezerwacja .formularz form .form-elem-group:nth-child(9), .rezerwacja .formularz form .form-elem-group:nth-child(12), .rezerwacja .formularz form .form-elem-group:nth-child(13), .rezerwacja .formularz form .form-elem-group:nth-child(14), .rezerwacja .formularz form .form-elem-group:nth-child(15), .kontakt form .form-elem-group:nth-child(2), .kontakt form .form-elem-group:nth-child(5), .kontakt form .form-elem-group:nth-child(6), .kontakt form .form-elem-group:nth-child(7), .kontakt form .form-elem-group:nth-child(8) {
	width: 100%;
}
.reservations .formularz form .form-elem-group:nth-child(6), .reservations .formularz form .form-elem-group:nth-child(9), .reservations .formularz form .form-elem-group:nth-child(12), .reservations .formularz form .form-elem-group:nth-child(13), .reservations .formularz form .form-elem-group:nth-child(14), .reservations .formularz form .form-elem-group:nth-child(15), .contact form .form-elem-group:nth-child(2), .contact form .form-elem-group:nth-child(5), .contact form .form-elem-group:nth-child(6), .contact form .form-elem-group:nth-child(7), .contact form .form-elem-group:nth-child(8) {
	width: 100%;
}
.form-elem-group {
	float: left;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
.form-data {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.mapa {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
	width: 100%;
}
.mapa iframe {
	box-shadow: 0 21px 40px #e2e2e250;
}
.down-arrow span {
	color: #fff;
	position: absolute;
	top: 0;
	width: 100px;
	font-size: 1.1rem;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
	background: #030a1c;
	padding: 3px;
	border-radius: 3px;
	font-weight: normal;
}
.down-arrow:hover span {
	opacity: 1;
	top: -28px;
}
.news-list ul {
	float: left;
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-flow: row dense;
	list-style: none;
	margin: 0;
}
.news-list ul li a img {
	width: 100%;
    display: flex;
	transition: all 0.9s ease;
}
.news-list ul li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgb(30,38,59);
	background: linear-gradient(0deg, rgba(30,38,59,1) 0%, rgba(30,38,59,0) 100%);
}
.news-list ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.news-list ul li {
	position: relative;
	overflow: hidden;
}
.txt-box {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 100%;
	z-index: 1;
	color: #fff;
	transition: all 0.6s ease;
}
.news-list ul li a:hover img {
	transform: scale(1.2);
}
.news-list ul li a:hover .txt-box {
	bottom: 40px;
}
.gallery-outer {
 	float: left;
	width: 100%;
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-flow: row dense;

}
.gallery-outer .thumb a img {
   	width: 100%;
display: flex;
	transition: all 0.9s ease;

}
.gallery-outer .thumb {
  	overflow: hidden;

}
.gallery-outer .thumb a {

	width: 100%;
	height: 100%;
	display: block;
}
.gallery-outer .thumb a:hover img {
	transform: scale(1.2);
}
h3.gallery-title {
font-size: 3rem;
float: left;
width: 100%;
text-align: center;
margin-bottom: 90px;
}
.slider-podstrona, .slider-podstrona li {
min-height: 750px;
 height: 750px!important;
}
.slider-podstrona .txt-podstrona {
  padding-left: 50px;
padding-right: 50px;
    padding-top: 200px;
}
.slider-podstrona li {


}
.czerwony {
width: 100%;
margin-bottom: 30px;
padding: 30px;
background: #ff6464;
text-align: center;

}
.zielony {
width: 100%;
margin-bottom: 30px;
padding: 30px;
background: #50D050;
text-align: center;

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

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/js/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/js/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/js/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/js/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/js/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/js/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/js/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net *  * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. *  * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: *   http://www.opensource.org/licenses/mit-license.php *   http://www.gnu.org/licenses/gpl.html */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 11001;
	outline: none;
	display: none;
	margin-left: 20px;
	margin-top: 20px;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left,
#fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
    text-indent: -9999px;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
	visibility: visible;
/* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
}
#fancybox-bg-n {
}
#fancybox-bg-ne {
}
#fancybox-bg-e {
}
#fancybox-bg-se {
}
#fancybox-bg-s {
}
#fancybox-bg-sw {
}
#fancybox-bg-w {
}
#fancybox-bg-nw {
}
#fancybox-title {
	font-size: 14px;
	z-index: 1102;
	font-weight: 500!important;
	margin: 0 !important;
	bottom: 0 !important;
}
#fancybox-title b {
	font-weight: 500!important;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 20px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-over {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
	background: transparent;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
	background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
