/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1-4-g
 * http://qtip2.com
 *
 * Copyright (c) 2013 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Fri Jan 4 2013 04:05 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}


/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

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

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

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

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

.mfp-ie7 .mfp-img {
    padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
    padding: 0; }

.mfp-ie7 .mfp-content {
    padding-top: 44px; }

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {border:0;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}/*IE8*/
audio,canvas,video{display:inline-block;}/*IE8/9*/
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
b,strong{font-weight: bold;}
q:before,q:after{content:'';}
table{border-collapse:collapse;border-spacing:0;}
form{display:inline;}
*{outline:none;}
input[type=submit]:hover,input[type=checkbox]:hover,label:hover{cursor:pointer;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}
textarea{overflow:auto;vertical-align:top;}
ol,ul{list-style:none;}
a{text-decoration:none;}
.clear {clear:both;font-size:0px;height:0px;margin:0px;padding:0px;overflow:hidden;}
.cf::after, .clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.clear2{clear:both;}
﻿@charset "utf-8";
@import "/assets/css/reset.css";


/* Large desktop */
@media (max-width: 1199px) {  }

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  }

/* Landscape phones and down */
@media (max-width: 534px) {  }

/* Landscape phones and down */
@media (max-width: 320px) {  }


@-ms-viewport {
    width: device-width;
}



/***************************************************
Global styles
***************************************************/
html {
    width: 100%;
    height: 100%;
    -ms-text-size-adjust: none;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #575757;
    background: #fff;
    margin: 0;
    min-width: 320px;
    transition: padding-top .25s linear;
    -moz-transition: padding-top .25s linear;
    -webkit-transition: padding-top .25s linear;
}

a {
    color: #575757;
}
a:hover {
    color: #cda438;
}




/***************************************************
Szkielet
***************************************************/

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.main-wrapper {
    margin: 80px 0;
}

.g-header {
    height: 130px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    transition: height .25s linear;
    -webkit-transition: height .25s linear;
    background: rgba(0,0,0,0);
}
.sticky .g-header {
    height: 90px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.7);
}

.logo {
    position: relative;
    left: 30px;
    top: 10px;
    opacity: 1;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
.logo img {
    height: 110px;
    transition: height .25s linear;
    -moz-transition: height .25s linear;
    -webkit-transition: height .25s linear;
}
.sticky .logo img {
    height: 70px;
}

@media (max-width: 767px) {
    .g-header {
        height: 100px;
    }
    .logo img {
        height: 80px;
    }
}

@media (max-width: 534px) {
    .g-header {
        height: 160px;
        text-align: center;
    }
    .sticky .g-header {
        height: 60px;
    }
    .logo {
        left: 0;
    }
    .sticky .logo {
        opacity: 0;
    }
}


.g-footer-contact {
    background: #2b2a29;
    color: #f9f9f9;
    line-height: 1.5em;
}
.g-footer-contact div[class*="g-col-"] {
    position: relative;
}
.footer-phone {
    color: #f9f9f9;
    line-height: 1.5em;
    padding: 40px 40px 20px 20px;
}
.footer-phone strong {
    color: #c49b33;
}
.g-footer-contact .footer-phone h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px!important;
}
.footer-phone p {
    margin: 20px 0!important;
    padding-left: 35px;
    position: relative;
}
.footer-phone p span[class*="icon-"] {
    position: absolute;
    top: 3px;
    left: 0;
}

.footer-logo {
    text-align: center;
    position: absolute;
    width: 160px;
    height: 160px;
    line-height: 160px;
    border-radius: 50%;
    background: #2b2a29;
    top: calc(30% - 80px);
    right: -100px;
    z-index: 2;
}
.footer-logo img {
    width: 90%;
    vertical-align: middle;
    margin-top: -20px;
}
.site-pzd .footer-logo img {
    width: 50%;
    margin-top: 0;
}

.footer-nl {
    position: absolute;
    bottom: -20px;
    left: 100%;
    z-index: 2;
    background: #c49b33;
    width: 400px;
    padding: 30px;
}
.footer-nl h3 {
    color: #fff!important;
}
.footer-nl-control {
    margin-top: 5px;
}
.footer-nl-control .form-control {
    width: calc(100% - 80px);
    color: #fff;
}
.footer-nl-control .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
.footer-nl-control .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.footer-nl-control .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.footer-nl-control .form-control:hover {
    border-color: #fff;
}
.footer-nl-control .btn {
    border-color: #fff;
    padding: 10px 0;
    width: 80px;
    float: right;
}


.g-footer-contact .map {
    height: 100%;
    min-height: 300px;
}
.g-footer-contact .map.map-img {
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}


.g-footer-contact #mapRoute {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    font-family: 'Open Sans','sans-serif';
    font-size: 14px;
    line-height: 15px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}
.g-footer-contact #mapRoute input {
    vertical-align: middle;
}
.g-footer-contact #mapRoute .btn {
    padding: 5px;
    line-height: 30px;
    height: 40px;
}
.g-footer-contact #mapDirectionsBtn {
    display: none;
}

.g-footer-contact #mapDirectionsPanel {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 20px;
    z-index: 5;
    background-color: #fff;
    display: none;
    overflow-y: scroll;
}
.g-footer-contact #mapDirectionsClose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: none;
}

.g-footer {
    padding: 50px 0 30px;
}
.g-footer .container {
    padding: 0 20px;
}
.g-footer-links a {
    color: #7c807a;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
.g-footer-links a.g-footer-links-social {
    margin-right: 10px;
}
.g-footer-links a.g-footer-links-social span {
    margin-top: -4px;
}

.g-footer-links2 a {
    color: #acb2aa;
    font-size: 13px;
    font-weight: 300;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}

.g-footer-make {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color: #7c807a;
}
.g-footer-make .create {
    display: inline-block;
    margin: 0 0 0 40px;
}


@media (max-width: 767px) {

    .g-footer {
        text-align: center;
    }
    .g-footer-links a {
        margin: 0 15px 10px 15px;
    }
    .g-footer-links2 {
        text-align: center;
        margin-top: 20px;
    }
    .g-footer-links2 a {
        margin: 0 15px 10px 15px;
    }
    .g-footer-make {
        text-align: center;
        margin-top: 20px;
    }
    .footer-logo {
        display: none;
    }

    .footer-nl {
        display: none;
    }
}





.g-grid {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.g-row, .g-row {
    margin-left: -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.g-row-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.g-row-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.g-row-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.g-row-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.g-row-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.g-row-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-row-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.g-row-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.g-row-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[class*="g-col-"] {
    min-height: 1px;
    padding-left: 20px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}

.g-col-center {
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g-col-content {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.g-col-auto {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.g-col-right {
    margin-right: 0;
    margin-left: auto;
}

.g-col-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.g-col-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.g-col-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.g-col-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.g-col-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.g-col-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.g-col-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.g-col-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.g-col-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.g-col-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.g-col-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.g-col-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.g-col-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.g-col-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.g-col-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.g-gutter-reset {
    margin-left: 0;
}
.g-gutter-reset > [class*="g-col-"] {
    padding-left: 0;
}
.g-gutter-40 {
    margin-left: -40px;
}
.g-gutter-40 > [class*="g-col-"] {
    padding-left: 40px;
}

@media (min-width: 535px) {
    .g-col-s-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-s-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-s-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-s-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-s-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-s-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-s-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-s-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-s-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-s-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-s-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-s-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-s-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-s-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 768px) {
    .g-col-m-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-m-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-m-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-m-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-m-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-m-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-m-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-m-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-m-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-m-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-m-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-m-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-m-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-m-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width: 980px) {
    .g-col-l-1 {
        -webkit-flex-basis: 8.33333%;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .g-col-l-2 {
        -webkit-flex-basis: 16.66667%;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .g-col-l-3 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .g-col-l-4 {
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .g-col-l-5 {
        -webkit-flex-basis: 41.66667%;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .g-col-l-6 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .g-col-l-7 {
        -webkit-flex-basis: 58.33333%;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .g-col-l-8 {
        -webkit-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .g-col-l-9 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .g-col-l-10 {
        -webkit-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .g-col-l-11 {
        -webkit-flex-basis: 91.66667%;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .g-col-l-12 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .g-col-l-content {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .g-col-l-auto {
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}



[class*="g-hide-"] {
    display: block;
}

[class*="g-show-"] {
    display: none;
}

@media (min-width: 535px) {
    .g-show-s {
        display: block;
    }
    .g-hide-s {
        display: none;
    }
}

@media (min-width: 768px) {
    .g-show-m {
        display: block;
    }
    .g-hide-m {
        display: none;
    }
}

@media (min-width: 980px) {
    .g-show-l {
        display: block;
    }
    .g-hide-l {
        display: none;
    }
}

/***************************************************
content
***************************************************/

.content p {
    margin: 20px 0;
    line-height: 1.5em;
}

.content h1 {
    font-family: 'Abhaya Libre';
    font-weight: bold;
    font-size: 40px;
    margin: 30px 0 30px 0;
}
.content h2 {
    font-family: 'Abhaya Libre';
    font-weight: bold;
    font-size: 40px;
    margin: 30px 0 30px 0;
}
.content h3 {
    font-family: 'Abhaya Libre';
    font-size: 30px;
    margin: 30px 0 20px 0;
    color: #c79f35;
}
.content h4 {
    font-family: 'Abhaya Libre';
    font-size: 30px;
    margin: 30px 0 20px 0;
}

.content ul {
    display: block;
    line-height: 1.5em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.content li {
    padding-left: 25px;
    position: relative;
}
.content li::before {
    content: "• ";
    color: #c79f35;
    position: absolute;
    left: 5px;
    top: 1px;
}

.content ol {
    display: block;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0;
    padding-left: 20px;
}

.content p:first-child, .content h1:first-child, .content h2:first-child, .content h3:first-child {
    margin-top: 0;
}
.content p:last-child {
    margin-bottom: 0;
}

/***************************************************
menu
***************************************************/

.navbar {
    position: absolute;
    top: 50px;
    right: 20px;
    transition: top .25s linear;
    -moz-transition: top .25s linear;
    -webkit-transition: top .25s linear;
}
.sticky .navbar {
    top: 30px;
}
.nav-menu {
    float: left;
}
.nav-menu .logo {
    display: none;
}
.nav-menu > ul > li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.nav-menu > ul > li > a {
    font-size: 17px;
    font-family: 'Abhaya Libre';
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px;
    display: block;
    color: #fff;
    transition: color .25s linear;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
}
.nav-menu li a:hover, .nav-menu li a.current {
    color: #c79f35;
}
.nav-menu > ul > li:hover .nav-submenu {
    display: block;
}

.nav-submenu {
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    border-top: 5px solid #c49b33;
    width: 215px;
    padding: 20px 15px;
}
.nav-submenu > li {
    line-height: 25px;
}
.nav-submenu > li > a {
    color: #fff;
    font-family: 'Abhaya Libre';
    font-size: 16px;
    text-transform: uppercase;
}


.nav-social {
    border-left: 1px solid #e0e0e0;
    margin-left: 10px;
    vertical-align: middle;
    display: inline-block;
    height: 31px;
}
.nav-social li {
    margin-left: 10px;
    float: left;
}

.nav-social li a.hotel-pzd img {
    margin: -27px 0 -28px 20px;
    height: 82px;
    transition: height .25s linear, margin .25s linear;
    -moz-transition: height .25s linear, margin .25s linear;
    -webkit-transition: height .25s linear, margin .25s linear;
}
.sticky .nav-social li a.hotel-pzd img {
    margin: -17px 0 -18px 20px;
    height: 62px;
}
.site-pzd .nav-social li a.hotel-pzd img {
    margin: -17px 0 -18px 20px;
    height: 62px;
}
.site-pzd .nav-social li a.hotel-pzd img {
    margin: -17px 0 -18px 20px;
    height: 62px;
}
.site-pzd.sticky  .nav-social li a.hotel-pzd img {
    margin: -11px 0 -18px 20px;
    height: 50px;
}

.nav-langs a {
    display: block;
}
.nav-langs a span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 0;
    display: none;
    width: 30px;
    text-align: center;
}
.nav-langs a span.current {
    display: inline-block;
}
.nav-langs.opened span {
    color: #fff;
    display: inline-block;
    background: #c79f35;
}
.nav-langs.opened a:hover span {
    color: #000;
}
.sidr-class-current {
    color: #c79f35!important;
}

@media (max-width: 1100px) {
    .navbar .nav-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar {
        top: 35px;
    }
    .nav-social li a.hotel-pzd img, .sticky .nav-social li a.hotel-pzd img {
        margin: -17px 0 -18px 10px;
        height: 62px;
    }
    .site-pzd  .nav-social li a.hotel-pzd img, .site-pzd.sticky  .nav-social li a.hotel-pzd img {
        margin: -12px 0 -13px 10px;
        height: 52px;
    }
}

@media (max-width: 534px) {
    .navbar {
        top: 110px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        width: 290px;
    }
    .sticky .navbar {
        top: 15px;
    }
    .sticky .nav-social li a.hotel-pzd {
        display: none;
    }
    .nav-social li:not(.nav-langs) {
        display: none;
    }
}


.mobile-overlay {
    display: none;
    position: fixed;
    top: -200px;
    right: -200px;
    bottom: -200px;
    left: -200px;
    background: rgba(68, 68, 68, 0.5);
    z-index: 999998;
}

.sidr-animating .mobile-overlay,
.sidr-open .mobile-overlay {
    display: block;
}

.mobile-offcanvas {
    display: none;
}

@media (min-width: 1101px) {
    .mobile-offcanvas {
        display: block;
    }
}

.mobile-nav {
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    margin-right: 6px;
}

@media (min-width: 1101px) {
    .mobile-nav {
        display: none;
    }
}

.mobile-nav:hover {
    text-decoration: none;
}

.mobile-nav span {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.mobile-nav span::after {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    box-shadow: 0 6px 0 #fff,
    0 -6px 0 #fff;
    content: '';
}

@media (max-width: 534px) {
    .mobile-nav span {
        width: 25px;
        overflow: hidden;
        padding-left: 25px;
    }
}


.sidr {
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background: #000000;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}
.sidr-class-logo img {
    max-width: 60%;
    height: auto;
    margin: 10px auto 10px auto;
    display: block;
}

.sidr ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidr ul > li {
    border-bottom: 1px solid #5a574c;
}
.sidr ul ul > li {
    border-top: 1px solid #5a574c;
    border-bottom: 0;
}

.sidr a {
    display: block;
    padding: 3px 20px;
    margin: 8px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.sidr ul ul {
    display: none;
}
.sidr ul ul a {
    text-transform: none;
    padding: 3px 35px;
    font-weight: 400;
}
.sidr a:hover {
    color: #e4d8a6;
}

.sidr-class-nav-social-ul {
    margin: 15px 0!important;
}
.sidr-class-nav-social-ul li {
    margin: 0 5px;
    float: none;
    display: inline-block;
    border: 0!important;
}
.sidr-class-nav-social-ul li a {
    padding: 0;
}
.sidr-class-nav-langs {
    display: block!important;
}
.sidr-class-nav-langs a {
    padding: 3px 10px;
    margin: 8px 5px;
    display: inline-block;
    font-weight: 400;
}

.sidr.right {
    right: -250px;
    left: auto;
}

.sidr.left {
    right: auto;
    left: -250px;
}

.sidr-open .sidr {
    box-shadow: 1px 0 0 #ccc;
}


/***************************************************
			        SLIDER
***************************************************/

.slider {
    margin: 0 auto 80px auto;
    max-width: 2000px;
}

.slider-item {

}
.slider-cnt {
    /*max-width: 1600px;*/
    text-align: right;
    position: relative;
    height: 100vh;
    min-height: 700px;
}
.slider-item picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.slider-item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 50%;
}
.slider-item picture:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}

.slider-item .container {
    z-index: 9;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-item .slider-txt {
    z-index: 8;
    position: absolute;
    bottom: 20%;
    right: 20px;
}
.slider-item .h1 {
    font-family: 'Abhaya Libre';
    display: inline-block;
    font-size: 60px;
    text-transform: uppercase;
    color: #eeca6b;
    background: rgba(0,0,0,0.3);
    padding: 10px 25px;
}
.slider-item .h1 strong {
    color: #fff;
}

/*.slider-item .corner-bl {*/
/*    position: absolute;*/
/*    bottom: 20px;*/
/*    left: 20px;*/
/*    z-index: 9;*/
/*}*/
/*.slider-item .corner-tr {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 20px;*/
/*    z-index: 9;*/
/*}*/


@media (max-width: 1199px) {
    .slider-item .h1 {
        font-size: 5vw;
    }
}

@media (max-width: 800px) {
    .slider-cnt {
        padding-bottom: 100%;
    }
}


.sliderSub {
    text-align: center;
    position: relative;
}
.sliderSub:before {
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    top: 0;
    content: '';
    z-index: 2;
}
.sliderSub img {
    max-width: 100%;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    min-height: 300px;
    object-fit: cover;
    display: block;
}
.sliderSub header {
    position: absolute;
    z-index: 9;
    top: calc(50% + 50px);
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 20px;
}
.sliderSub header h1 {
    font-family: 'Abhaya Libre';
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.5em;
}

@media (max-width: 767px) {
    .sliderSub header h1 {
        font-size: 36px;
    }
}

@media (max-width: 534px) {
    .sliderSub header h1 {
        font-size: 24px;
    }
}




/* PAGER */

.slick-dots {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
    padding: 0;
    z-index: 99;
    position: absolute;
    bottom: 20px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.slick-dots li {
    float: left;
}
.slick-dots li button {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    outline: 0;
    position: relative;
    background: #fff;
    border: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background: #eeca6b;
}


/***************************************************
Specifics
***************************************************/

.right {
    float: right!important;
}
.left {
    float: left!important;
}
.center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.color1 {
    color: #c49b33;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.label {
    display: inline-block;
    width: 100px;
}

hr {
    background: #C2C2C2;
    height: 1px;
    border: 0;
    margin: 30px 0;
}


a.photo,a.video {
    position: relative;
    display: block;
}
a.photo:after,a.video:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-zoom-in' width='56' height='56' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='7' /%3E%3Cline x1='7' y1='10' x2='13' y2='10' /%3E%3Cline x1='10' y1='7' x2='10' y2='13' /%3E%3Cline x1='21' y1='21' x2='15' y2='15' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
a.photo:hover:after, a.video:hover:after {
    opacity: 1;
}

a.video {
    position: relative;
    display: block;
}
a.video:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    /*background: url('/assets/img/sprites.png?1') -108px 0;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-player-play' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M7 4v16l13 -8z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
a.video:hover:before {
    opacity: 0;
}

.content img {
    max-width: 100%;
    height: auto;
}
.img-6-right, .img-6-left, .img-4-right, .img-4-left {
    width: 100%;
    margin: 20px 0;
}
@media (min-width: 534px) {
    .img-6-right {
        width: 50%;
        float: right;
        margin: 20px 0 20px 20px;
    }
    .img-6-left {
        width: 50%;
        float: left;
        margin: 20px 20px 20px 0;
    }
    .img-4-right {
        width: 33%;
        float: right;
        margin: 20px 0 20px 20px;
    }
    .img-4-left {
        width: 33%;
        float: left;
        margin: 20px 20px 20px 0;
    }
}

.pagination {
    text-align: center;
}
.pagination .btn {
    margin: 0 5px;
}


.loader {
    background: url(/assets/img/loader.gif) no-repeat center;
    position: absolute;
    z-index: 9999;
    height: 100%;
    padding: 10px;
    margin: -10px;
}


#cookies {
    position: fixed;
    bottom: 0;
    background: #2b2a29;
    padding: 5px;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    z-index: 99;
}
#cookies a {
    color: #c49b33;
}
#cookies .ok {
    background: #c49b33;
    color: #fff;
    padding: 2px 5px;
    margin: 0 5px;
}
body.hasCookies {
    margin-bottom: 30px;
}

.videodetector {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.videodetector iframe,
.videodetector object,
.videodetector embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pricelist-wrapper {
    /*max-width: 700px;*/
}

ul.pricelist li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    max-width: 700px;
}
ul.pricelist li:first-child {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}
ul.pricelist li:first-child::before {
    top: 21px;
}
ul.pricelist li strong {
    font-size: 16px;
    color: #c49b33;
    margin-bottom: 10px;
    display: inline-block;
}
ul.pricelist li u {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    float: right;
    text-align: right;
    width: 70px;
}
ul.pricelist li select {
    width: 100px;
    float: right;
    padding: 6px 10px;
    margin: -7px 0 -7px 10px;
}
ul.pricelist li em {
    color: #dc3340;
}

.pricelist-sum {
    text-align: right;
    font-size: 20px;
}
.pricelist-sum strong {
    text-align: right;
    font-size: 20px;
    width: 80px;
    display: inline-block;
}

@media (max-width: 767px) {
    ul.pricelist li strong {
        display: block;
    }
    ul.pricelist li select {
        margin: 0 0 10px 0;
        float: none;
    }
}


.hiding-h3 {
    display: none;
}



/***************************************************
Zewnętrzne pluginy
***************************************************/

.qtip-error{
    background-color: #d8514d!important;
    border-color: #b92c28!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-info{
    background-color: #c49b33!important;
    border-color: #c49b33!important;
    color: #fff!important;
    border-radius: 4px;
}
.qtip-info .qtip-content {
    font-size: 13px;
    line-height: 1.2em;
}


/* Add some nice box-shadow-ness to the dialogues */
.qtip.qtip-dialogue{
    max-width: 600px;
    min-width: 210px;

    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 10px 1px rgba(0,0,0,.5);
    padding: 0;
    font-size: 14px;

    background: #fff;
    border: 1px solid #eee;
}

.qtip.qtip-dialogue .qtip-titlebar{
    padding: 20px;
    background: #eee;
}
.qtip.qtip-dialogue .qtip-content{
    padding: 10px 20px 20px 20px;
}
.qtip.qtip-dialogue .qtip-content p {
    text-align: center;
}

.qtip.qtip-dialogue button{
    float: left;
    width: 47%;
    margin-top: 20px;
    margin-right: 10px;
}

.qtip.qtip-dialogue button:only-of-type {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.qtip.qtip-dialogue button + button{
    float: right;
    margin-right: 0;
}


/***************************************************
Forms
***************************************************/

fieldset.form {
    border: 0;
    padding: 0;
    margin: 0;
}
fieldset.form-center {
    width: 380px;
    margin: 0 auto;
}


/* wiersz */
.form-group {
    clear: both;
    margin-bottom: 10px;
}


/* buttony */
fieldset.form .form-btns {

}


/* podpis */
.form-label {
    text-align: left;
    line-height: 23px;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}


/* gwiazdka */
.form-req {
    color: #ff0000;
    margin-left: 3px;
}


/* grupa kontolek */
.form-control-group {
    max-width: 600px;
    margin: 6px 0;
    float: left;
}

.form-error {
    font-style: 12px;
    color: #ff0000;
    margin-bottom: 3px;
}


/* kontrolka */
.form-control {
    background: transparent;
    padding: 12px 15px;
    margin: 0;
    border: 1px solid #e4d09e;
    border-radius: 0;
    width: 100%;
}
.form-control:hover {
    border-color: #c49b33;
}
.form-control:focus {
    box-shadow: 0 0 5px 0 rgba(120,90,190,0.3);
}
select.form-control {
}
textarea.form-control {
    height: 60px;
}

.form-control-lg {
    width: 400px;
}
.form-control-sm {
    width: 100px;
}


.form-control-checkbox {
    margin-right: 5px;
}


/***************************************************
Messages
***************************************************/

.msg {
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;

    color: #c49b33;
    border: 1px solid #c49b33;
    background: #fff;
}

.msg.msg-info {
    color: #3A87AD;
    border-radius: 3px;
    border: 1px solid #9acfea;
    background: #e2f1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2f1f9 0%, #b9def0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2f1f9), color-stop(100%,#b9def0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2f1f9 0%,#b9def0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2f1f9 0%,#b9def0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2f1f9', endColorstr='#b9def0',GradientType=0 ); /* IE6-9 */
}

.msg.msg-danger {
    color: #B94A48;
    border-radius: 3px;
    border: 1px solid #dca7a7;
    background: #f2dddd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2dddd 0%, #e7c3c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dddd), color-stop(100%,#e7c3c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dddd 0%,#e7c3c3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dddd 0%,#e7c3c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dddd', endColorstr='#e7c3c3',GradientType=0 ); /* IE6-9 */
}

.msg.msg-success {
    color: #468847;
    border-radius: 3px;
    border: 1px solid #B2DBA1;
    background: #def0d7; /* Old browsers */
    background: -moz-linear-gradient(top,  #def0d7 0%, #c9e5bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def0d7), color-stop(100%,#c9e5bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #def0d7 0%,#c9e5bd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #def0d7 0%,#c9e5bd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def0d7', endColorstr='#c9e5bd',GradientType=0 ); /* IE6-9 */
}


/***************************************************
Buttons
***************************************************/

.btn, .btn2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;

    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;

    display: inline-block;
    padding: 15px 30px;
    border: 0;

    background: #c49b33;
    transition: background .25s linear;
    -moz-transition: background .25s linear;
    -webkit-transition: background .25s linear;
}
.btn:hover {
    color: #fff;
}
.btn:hover:not(.btn-disabled) {
    background: #dfb23c;
}

.btn2 {
    color: #dfb23c;
    background: transparent;
    border: 2px solid #c49b33;
    padding: 13px 28px;
}
.btn2:hover {
    color: #fff;
    background: #c49b33;
    border-color: #c49b33;
}


.btn-disabled {
    opacity: 0.7;
}

.btn + .btn, .btn + .btn2, .btn2 + .btn, .btn2 + .btn2 {
    margin-left: 20px;
}


.btns {
    margin-top: 30px;
    clear: both;
}


/***************************************************
Links
***************************************************/

.link {
    color: #c49b33;
    text-decoration: none;
    transition: color .25s linear;
    -moz-transition: color .25s linear;
    -webkit-transition: color .25s linear;
    text-transform: uppercase;
}
.link:hover {
    color: #000;
    text-decoration: none;
}
.link-u {
    text-decoration: underline;
}
.link-info {
    color: #2AABD2;
}
.link-success {
    color: #419741;
}
.link-danger {
    color: #C12F2B;
}

/***************************************************
Icons
***************************************************/

[class*="icon-"] {
    display: inline-block;
    vertical-align: middle;
    content:'';
    background-image: url('/assets/img/sprites.png?1');
    background-position: center;
    background-repeat: no-repeat;
}


.icon-fb, .sidr-class-icon-fb {
    width: 30px;
    height: 30px;
    background-color: #c79f35;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ffffff" d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"/></svg>');
    border-radius: 50%;
}
a:hover .icon-fb {
    background-color: #4267b2;
}
.icon-insta, .sidr-class-icon-insta {
    width: 30px;
    height: 30px;
    background-color: #c79f35;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>ionicons-v5_logos</title><path fill="%23ffffff" d="M349.33,69.33a93.62,93.62,0,0,1,93.34,93.34V349.33a93.62,93.62,0,0,1-93.34,93.34H162.67a93.62,93.62,0,0,1-93.34-93.34V162.67a93.62,93.62,0,0,1,93.34-93.34H349.33m0-37.33H162.67C90.8,32,32,90.8,32,162.67V349.33C32,421.2,90.8,480,162.67,480H349.33C421.2,480,480,421.2,480,349.33V162.67C480,90.8,421.2,32,349.33,32Z"/><path fill="%23ffffff" d="M377.33,162.67a28,28,0,1,1,28-28A27.94,27.94,0,0,1,377.33,162.67Z"/><path fill="%23ffffff" d="M256,181.33A74.67,74.67,0,1,1,181.33,256,74.75,74.75,0,0,1,256,181.33M256,144A112,112,0,1,0,368,256,112,112,0,0,0,256,144Z"/></svg>');
    border-radius: 50%;
    background-size: 20px;
}
a:hover .icon-insta {
    background-color: #d63086;
}

.icon-infoTur, .sidr-class-icon-infoTur {
    width: 30px;
    height: 30px;
    background-color: #c79f35;
    background-image: url("data:image/svg+xml,%3C!--%0Atags: %5Binformation, advice, news, tip, sign%5D%0Aversion: '1.0'%0Aunicode: 'eac6'%0Acategory: System%0A--%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%0A%3E%3Cpath d='M12 9h.01' /%3E%3Cpath d='M3 5a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-14z' /%3E%3Cpath d='M11 12h1v4h1' /%3E%3C/svg%3E%0A");
    border-radius: 0;
    background-size: 30px;
}
a:hover .icon-infoTur {
    background-color: #009933;
}

.icon-route {
    width: 30px;
    height: 30px;
    background-size: 24px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='768.47443' height='768.6106' viewBox='0 0 15.369489 15.372212' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='m 0.70314008,6.4936697 c -1.00425,0.46865 -0.92505,0.84857 0.18808,0.84857 H 8.0276401 V 14.47866 c 0,1.10812 0.37513,1.20259 0.84857,0.18808 L 15.17907,1.1605997 c 0.46866,-1.00424999 0.0447,-1.44322999 -0.96978,-0.96978999 z' id='path1' style='fill:%23ffffff;fill-opacity:1' /%3E%3C/svg%3E%0A");
}

[class*="icon-arrow-"] {
    width: 24px;
    height: 46px;
    background-position: -66px 0;
}
.icon-arrow-right {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

[class*="corner-"] {
    display: block;
    content:'';
    width: 66px;
    height: 66px;
    background: url('/assets/img/corner.png');
}
.corner-bl {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.corner-br {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.corner-tr {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icon-footer-phone {
    width: 24px;
    height: 24px;
    background-position: top center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='650.04669' height='616.67828' viewBox='0 0 19.501401 18.500349' fill='none' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cpath d='m 12.850749,12.109503 -0.5288,-0.5318 v 0 z m 0.4555,-0.4528 0.5288,0.5318 v 0 z m 2.4166,-0.3168 -0.3582,0.6589 z m 1.9105,1.0386 -0.3582,0.6589 z m 0.5384,3.255 0.5288,0.5318 z m -1.4206,1.4124 -0.5288,-0.5318 z m -1.3248,0.6697 0.0696,0.7468 v 0 z m -9.8609403,-4.2385 0.52882,-0.5319 z m -4.81246999,-8.9809901 -0.74879,0.04255 v 0 z m 6.47460999,1.45177 0.5288,0.53184 v 0 z m 0.1567,-2.6539 0.6004,-0.44947 z m -1.26094,-1.6844 -0.6004,0.44947 v 0 z m -3.11181,-0.28425 0.52882,0.53184 v 0 z m -1.5696,1.56069 -0.52881999,-0.53184 v 0 z m 7.37125,7.3616801 0.5288,-0.5318001 z m 4.5664003,2.3937 0.4555,-0.4529 -1.0577,-1.0637 -0.4554,0.4529 z m 1.9851,-0.6426 1.9105,1.0386 0.7164,-1.3178 -1.9105,-1.0386 z m 2.2783,3.1028 -1.4206,1.4125 1.0576,1.0637 1.4206,-1.4125 z m -2.2862,1.8673 c -1.4499,0.1351 -5.2011,0.0147 -9.2625203,-4.0237 l -1.05764,1.0637 c 4.43206,4.4069 8.6503603,4.6221 10.4593603,4.4535 z m -9.2625203,-4.0237 c -3.87138,-3.8494001 -4.51267,-7.0870501 -4.5925,-8.4916501 l -1.49757999,0.08511 c 0.10046,1.76783 0.89453,5.35584 5.03243999,9.4702401 z m 1.37532,-6.1802901 0.2868,-0.28519 -1.0576,-1.06367 -0.28681,0.28518 z m 0.5151,-3.9204 -1.26095,-1.6844 -1.20079,0.89894 1.26094,1.68441 z m -5.50197,-2.05101993 -1.56959999,1.56068993 1.05763999,1.06368 1.5696,-1.56069 z m 4.45807,5.43957993 c -0.52881,-0.53184 -0.52953,-0.53113 -0.53025,-0.53041 -2.4e-4,2.4e-4 -9.6e-4,9.7e-4 -0.00145,0.00146 -9.8e-4,9.9e-4 -0.00198,0.00199 -0.00299,0.00302 -0.00203,0.00207 -0.00413,0.00422 -0.00629,0.00646 -0.00433,0.00449 -0.00891,0.00935 -0.01373,0.01459 -0.00965,0.01047 -0.02024,0.02245 -0.03158,0.03598 -0.02267,0.02705 -0.04836,0.06036 -0.07536,0.10021 -0.05413,0.07989 -0.11311,0.18552 -0.16316,0.31836 -0.10213,0.27105 -0.15688,0.62836 -0.08824,1.07081 0.13424,0.86528 0.73015,2.00825 2.25665,3.5260501 l 1.0576,-1.0637001 c -1.4285,-1.42041 -1.7688,-2.28481 -1.832,-2.69231 -0.0301,-0.19393 0.0011,-0.28938 0.0097,-0.31198 0.0052,-0.01398 0.0077,-0.01541 0.0013,-0.00586 -0.0032,0.00467 -0.0085,0.01198 -0.0168,0.02183 -0.0041,0.00493 -0.009,0.01051 -0.0147,0.01673 -0.0029,0.00311 -0.0059,0.00638 -0.0093,0.00981 -0.0016,0.00172 -0.0033,0.00347 -0.0051,0.00527 -9e-4,9e-4 -0.0018,0.00181 -0.0027,0.00273 -4e-4,4.6e-4 -0.0011,0.00116 -0.0014,0.00139 -7e-4,7e-4 -0.0014,0.0014 -0.5302,-0.53044 z m 1.3436,4.5465301 c 1.527,1.5183 2.6753003,2.1092 3.5420003,2.2422 0.4429,0.0679 0.8,0.0137 1.0709,-0.0872 0.1328,-0.0495 0.2386,-0.1078 0.3186,-0.1614 0.04,-0.0268 0.0734,-0.0523 0.1005,-0.0748 0.0136,-0.0112 0.0256,-0.0217 0.0361,-0.0313 0.0053,-0.0048 0.0102,-0.0093 0.0147,-0.0136 0.0023,-0.0022 0.0044,-0.0043 0.0065,-0.0063 10e-4,-10e-4 0.002,-0.002 0.003,-0.003 5e-4,-5e-4 0.0013,-0.0012 0.0015,-0.0014 7e-4,-7e-4 0.0014,-0.0014 -0.5274,-0.5333 -0.5288,-0.5318 -0.5281,-0.5325 -0.5274,-0.5332 2e-4,-2e-4 9e-4,-9e-4 0.0014,-0.0014 9e-4,-9e-4 0.0018,-0.0018 0.0027,-0.0027 0.0019,-0.0017 0.0036,-0.0034 0.0053,-0.0051 0.0035,-0.0033 0.0068,-0.0063 0.0099,-0.0092 0.0062,-0.0056 0.0118,-0.0105 0.0168,-0.0145 0.0098,-0.0082 0.0171,-0.0134 0.0216,-0.0165 0.0093,-0.0062 0.0074,-0.0034 -0.0074,0.0021 -0.0245,0.0091 -0.1226,0.0404 -0.3198,0.0101 -0.4133,-0.0633 -1.2838,-0.4033 -2.7119003,-1.8232001 z m -1.56065,-9.6194901 c -1.01931,-1.36158993 -3.02369,-1.57703993 -4.24102,-0.36661993 l 1.05764,1.06367993 c 0.53168,-0.52867 1.47596,-0.47486 1.98259,0.20188 z m -5.22197,3.29344 c -0.01967,-0.34611 0.13907,-0.70765 0.46899,-1.03569 l -1.05763999,-1.06368 c -0.53732,0.53427 -0.95974,1.29057 -0.90893,2.18448 z M 16.222349,16.514103 c -0.2748,0.2733 -0.5694,0.4272 -0.8656,0.4548 l 0.1392,1.4935 c 0.7346,-0.0685 1.3365,-0.4396 1.784,-0.8846 z M 7.7563487,6.4797229 c 0.9845,-0.97892 1.0577,-2.52732 0.2283,-3.63521 l -1.2008,0.89894 c 0.4035,0.53898 0.3435,1.24643 -0.0851,1.6726 z m 9.5188003,6.5576801 c 0.8178,0.4446 0.9452,1.49 0.3678,2.0642 l 1.0576,1.0637 c 1.3403,-1.3327 0.927,-3.5564 -0.709,-4.4457 z m -3.4401,-0.8489 c 0.384,-0.3818 1.0021,-0.4764 1.5296,-0.1897 l 0.7164,-1.3178 c -1.0836,-0.5891 -2.4284,-0.4264 -3.3037,0.4438 z' fill='%23c49b33' id='path1' style='fill:%23c49b33' /%3E%3C/svg%3E%0A");
}
.icon-footer-email {
    width: 24px;
    height: 24px;
    background-position: top center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg height='627.93127' width='799.99841' version='1.1' id='_x32_' viewBox='0 0 511.99898 401.87602' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cstyle type='text/css' id='style1'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cg id='g1' transform='translate(0,-55.061999)'%3E%3Cpath class='st0' d='M 510.678,112.275 C 508.37,100.649 503.215,90.01 496.016,81.221 494.498,79.306 492.912,77.591 491.193,75.876 478.438,63.058 460.536,55.062 440.979,55.062 H 71.021 c -19.557,0 -37.395,7.996 -50.21,20.814 -1.715,1.715 -3.301,3.43 -4.823,5.345 C 8.785,90.009 3.63,100.649 1.386,112.275 0.464,116.762 0,121.399 0,126.087 V 385.92 c 0,9.968 2.114,19.55 5.884,28.203 3.497,8.26 8.653,15.734 14.926,22.001 1.59,1.586 3.169,3.044 4.892,4.494 12.286,10.175 28.145,16.32 45.319,16.32 h 369.958 c 17.18,0 33.108,-6.145 45.323,-16.384 1.718,-1.386 3.305,-2.844 4.891,-4.43 6.27,-6.267 11.425,-13.741 14.994,-22.001 v -0.064 c 3.769,-8.653 5.812,-18.171 5.812,-28.138 V 126.087 c 10e-4,-4.688 -0.456,-9.325 -1.321,-13.812 z M 46.509,101.571 C 52.854,95.233 61.375,91.396 71.021,91.396 h 369.958 c 9.646,0 18.242,3.837 24.512,10.175 1.122,1.129 2.179,2.387 3.112,3.637 L 274.696,274.203 c -5.348,4.687 -11.954,7.002 -18.696,7.002 -6.674,0 -13.276,-2.315 -18.695,-7.002 L 43.472,105.136 c 0.858,-1.25 1.915,-2.436 3.037,-3.565 z M 36.334,385.92 V 142.735 L 176.658,265.15 36.405,387.435 c -0.071,-0.464 -0.071,-0.986 -0.071,-1.515 z m 404.645,34.677 H 71.021 c -6.281,0 -12.158,-1.651 -17.174,-4.552 l 147.978,-128.959 13.815,12.018 c 11.561,10.046 26.028,15.134 40.36,15.134 14.406,0 28.872,-5.088 40.432,-15.134 l 13.808,-12.018 147.92,128.959 c -5.023,2.901 -10.9,4.552 -17.181,4.552 z m 34.687,-34.677 c 0,0.529 0,1.051 -0.068,1.515 L 335.346,265.221 475.666,142.8 Z' id='path1' style='fill:%23c49b33;fill-opacity:1' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-footer-location {
    width: 24px;
    height: 30px;
    background-position: top center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg fill='%23000000' width='600' height='799.97504' viewBox='0 0 24 31.999001' version='1.1' id='svg1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cpath d='M 12.114,0 C 5.555,0 0,5.587 0,12.204 c 0,6.93 6.439,14.017 10.77,18.998 0.017,0.02 0.717,0.797 1.579,0.797 h 0.076 c 0.863,0 1.558,-0.777 1.575,-0.797 C 18.064,26.53 24,18.825 24,12.204 24,5.586 19.667,0 12.114,0 Z m 0.401,29.86 c -0.035,0.035 -0.086,0.074 -0.131,0.107 -0.046,-0.032 -0.096,-0.072 -0.133,-0.107 L 11.728,29.258 C 7.622,24.548 1.999,18.097 1.999,12.203 1.999,6.671 6.631,1.998 12.113,1.998 c 6.829,0 9.886,5.125 9.886,10.205 0,4.474 -3.192,10.416 -9.485,17.657 z M 12.035,6.055 c -3.313,0 -6,2.686 -6,6 0,3.314 2.687,6 6,6 3.313,0 6,-2.687 6,-6 0,-3.313 -2.686,-6 -6,-6 z m 0,10 c -2.206,0 -4.046,-1.838 -4.046,-4.044 0,-2.206 1.794,-4 4,-4 2.207,0 4,1.794 4,4 10e-4,2.206 -1.747,4.044 -3.954,4.044 z' id='path1' style='fill:%23c49b33;fill-opacity:1' /%3E%3C/svg%3E%0A");
}

/***************************************************
Table
***************************************************/
table.table {
    margin: 10px auto;
    clear: both;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #C2C2C2;
}

table.table thead tr {
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e6e6e6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e6e6e6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e6e6e6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

table.table thead th {
    font-weight: bold;
    padding: 8px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}
table.table thead th[data-sort] {
    cursor: pointer;
    *cursor: hand;
}
table.table thead th span {
    margin: 0 0 0 2px;
}


table.table td {
    padding: 6px 10px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

table.table tr:nth-child(odd) { background-color: #fff; }
table.table tr:nth-child(even) { background-color: #f6f6f6; }

table.table tr:hover {
    background-color: #ebebeb;
}

table.table tr td.sub {
    padding-left: 30px;
}

table.table input[type=text] {
    margin: -4px -5px;
    padding: 2px;
}
table.table input[type=text].act-order {
    width: 30px;
    text-align: center;
}



/***************************************************
główna
***************************************************/

.about-bg {
    position: relative;
}
.about-bg:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 600px);
    right: 0;
    content: '';
}
.site-zamek .about-bg:before {
    background: url("/assets/img/about-bg-zamek.jpg") no-repeat;
}
.site-pzd .about-bg:before {
    background: url("/assets/img/about-bg-pzd.jpg") no-repeat;
}
.site-spa .about-bg:before {
    background: url("/assets/img/about-bg-spa.jpg") no-repeat center;
    background-size: cover;
}

.about-wrapper {
    color: #fff;
    text-align: center;
    padding: 50px 20px;
}
.about-wrapper img {
    max-width: 100%;
    margin-bottom: 20px;
}



.mainNews-wrapper .container {
    text-align: center;
    padding: 20px 20px 50px 20px;
    border-bottom: 7px solid #c79f35;
}
.mainNews-wrapper .corner-tl {
    left: 20px;
    top: 20px;
    position: absolute;
}
.mainNews-wrapper .corner-tr {
    right: 20px;
    top: 20px;
    position: absolute;
}
.mainNews-text {
    max-height: 120px;
    overflow: hidden;
    position: relative;
}
.mainNews-text:not(.opened):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.mainNews-text.opened {
    max-height: none;
}
.mainNews-text + .btn {
    margin-top: 20px;
}


.cnt-text_gold {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.cnt-text_gold:before {
    content: '';
    height: 7px;
    position: absolute;
    left: 0;
    right: 45%;
    bottom: 0;
    background: #c49b33;
}
.cnt-text_gold .corner-tl {
    left: 20px;
    top: 20px;
    position: absolute;
}
.cnt-text_gold .corner-tr {
    right: 20px;
    top: 20px;
    position: absolute;
}
.cnt-text_gold .col-text {
    flex: 0 0 45%;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
.cnt-text_gold .col-photo {
    position: relative;
    width: 55%;
}
.cnt-text_gold .col-photo img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.cnt-text_gold .btn {
    margin-top: 20px;
}

.cnt-text_gold.cnt-left:before {
    left: 45%;
    right: 0;
}
.cnt-text_gold.cnt-left .col-photo {
    order: -1;
}

@media (max-width: 979px) {
    .cnt-text_gold .col-text {
        flex: 0 0 50%;
    }
    .cnt-text_gold .col-photo {
        width: 50%;
    }
    .cnt-text_gold .btn {
        left: 50%;
    }
    .cnt-text_gold:before {
        right: 50%;
    }
    .cnt-text_gold.cnt-left:before {
        left: 50%;
        right: 0;
    }
}
@media (max-width: 767px) {
    .cnt-text_gold .col-text {
        flex: 0 0 100%;
    }
    .cnt-text_gold .col-photo {
        width: 100%;
        order: -1;
    }
    .cnt-text_gold:before {
        right: 0!important;
        left: 0!important;
    }
}



/***************************************************
galeria
***************************************************/

.gallery-slides {
    border-bottom: 5px solid #cda438;
}
.gallery-slides img {
    width: 100%;
    display: block;
}
.gallery-slides .slick-list {
    width: calc(100% - 120px);
    margin-left: 60px;
}
.gallery-slides .slick-arrow {
    width: 60px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    background: #cda438;
}
.gallery-slides .slick-arrow:hover {
    background: #dfb23c;
}
.gallery-slides .slick-arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -12px;
}
.gallery-slides .slick-prev {

}
.gallery-slides .slick-next {
    right: 0;
}

/***************************************************
podstrona
***************************************************/

.sub-wrapper {
    position: relative;
}
.sub-wrapper:after {
    position: absolute;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    top: 0;
    right: calc(50% - 600px);
    background: #c49b33;
}
.sub-wrapper .container {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .sub-wrapper:after {
        right: 0;
    }
}


.cnt-text {
    padding: 50px 0;
}
.cnt-other {
    padding: 50px 0;
}
.cnt-gray {
    background: #f6f6f6;
}
.cnt-gray + .cnt-gray {
    padding-top: 0;
}
div[class*="cnt-"]:not(.cnt-gray) + div[class*="cnt-"]:not(.cnt-gray) {
    padding-top: 0;
}

.cnt-text_bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 20px!important;
    margin: 80px 0 0 0;
    text-align: center;
    color: #fff;
    position: relative;
}
.cnt-text_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
.cnt-text_bg h2 {
    color: #fff;
}
.cnt-text_bg > * {
    z-index: 2;
    position: relative;
}
.cnt-text_bg .container {
    max-width: 800px;
}


.cnt-gallery-lead {
    float: right;
    width: 40%;
    margin: 0 0 40px 40px;
    z-index: 9;
    position: relative;
}
.cnt-gallery-lead .item:first-of-type {
    width: 100%;
    float: none;
    position: relative;
}
.cnt-gallery-lead .item {
    width: 33.333%;
    float: left;
    position: relative;
    padding: 2px;
}
.cnt-gallery-lead .item img {
    display: block;
    width: 100%;
}
.cnt-gallery-lead .item:last-child a {
    background-color: #000;
    display: block;
}
.cnt-gallery-lead .item:last-child a img {
    opacity: 0.3;
}
.cnt-gallery-lead .item:last-child a:before {
    content: '+';
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    z-index: 10;
    transition: transform .25s linear;
    -moz-transition: transform .25s linear;
    -webkit-transition: transform .25s linear;
}
.cnt-gallery-lead:hover .item:last-child a:before {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
}
.cnt-gallery-lead .item:last-child a:after {
    content: 'zobacz więcej';
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    opacity: 0;
    transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -webkit-transition: opacity .25s linear;
}
.cnt-gallery-lead:hover .item:last-child a:after {
    opacity: 1;
}


@media (min-width: 767px) {
    .cnt-gallery-lead .item:nth-last-of-type(2) {
        display: none;
    }
}

@media (max-width: 767px) {
    .cnt-gallery-lead {
        float: none;
        width: 100%;
        margin: 0 0 40px 0;
    }
    .cnt-gallery-lead .item:first-of-type {
        width: 50.4%;
        float: left;
    }
    .cnt-gallery-lead .item {
        width: 24.8%;
    }
}

@media (max-width: 534px) {
    .cnt-gallery-lead .item:first-of-type {
        width: 67%;
    }
    .cnt-gallery-lead .item {
        width: 33%;
    }

    .cnt-gallery-lead .item:nth-child(3) {
        display: none;
    }
    .cnt-gallery-lead .item:nth-child(4) {
        display: none;
    }
}


.cnt-text_photo {
    padding: 50px 0;
}
.cnt-text_photo .container {
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.cnt-text_photo .container .col-text {
    flex: 0 0 50%;
    padding-right: 40px;
}
.cnt-text_photo .container .col-photo {
    flex: 0 0 50%;
}
.cnt-text_photo .container .col-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    max-height: 300px;
}

.cnt-text_photo.cnt-left .container {
    flex-direction: row-reverse;
}
.cnt-text_photo.cnt-left .container .col-text {
    padding-right: 0;
    padding-left: 40px;
}



.contact-wrapper {
    padding: 50px 0;
}

@media (max-width: 767px) {

    .cnt-text_photo .container {
        flex-direction: column;
    }
    .cnt-text_photo .container .col-text {
        flex: 0 0 100%;
        padding: 0!important;
    }
    .cnt-text_photo .container .col-photo {
        flex: 0 0 100%;
        order: -1;
        margin-bottom: 30px;
    }
    .cnt-text_photo .container .col-photo img {
        max-height: none;
        min-height: auto;
        height: auto;
    }


    .contact-wrapper .g-col-m-6:first-child {
        margin-bottom: 50px;
    }
}


.cnt-kompleks {
    text-align: center;
    margin-top: 80px;
    background: #f6f6f6;
    padding: 50px 40px!important;
    max-width: 900px;
}
.cnt-kompleks:before, .cnt-kompleks:after {
    content: '';
    display: block;
    background-image: url('/assets/img/corner.png');
    width: 66px;
    height: 65px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}
.cnt-kompleks:after {
    right: 20px;
    left: auto;
    top: auto;
    bottom: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.cnt-kompleks img {
    margin: 10px 0;
    transition: transform .25s linear;
    -moz-transition: transform .25s linear;
    -webkit-transition: transform .25s linear;
}
.cnt-kompleks a:nth-of-type(2) img {
    margin: 10px 30px;
}
.cnt-kompleks a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}


/***************************************************
podstrona - galeria
***************************************************/

.gallery-wrapper .container {
    padding: 0 20px;
    margin-top: 50px;
}
.gallery-wrapper h2 {
    color: #b28a32;
    font-weight: normal;
}
.gallery-wrapper h3 {
    color: #575757;
    clear: both;
}
.gallery-wrapper h3:first-child {
    padding-top: 0;
}

.gallery-item {
    width: 25%;
    float: left;
}
.gallery-item img {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .gallery-item {
        width: 33.333%;
    }
    .gallery-min .gallery-item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 534px) {
    .gallery-item {
        width: 50%;
    }
    .gallery-min .gallery-item:nth-child(3) {
        display: none;
    }
}



/***************************************************
podstrona - opinie
***************************************************/

.reviews-wrapper {

}
.reviews-wrapper .container {
    padding: 0 20px;
    margin-top: 50px;
}

.reviews-wrapper article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.reviews-wrapper img {
    width: 100%;
}
.reviews-wrapper h2 {
    color: #b28a32;
    font-weight: normal;
}
.reviews-wrapper h4 {
    color: #b28a32;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
}
.reviews-wrapper p {
    font-style: italic;
}

/***************************************************
podstrona - kontakt
***************************************************/




/***************************************************
moduł - news
***************************************************/

.news-wrapper article {
    margin-bottom: 15px;
}
.news-wrapper article header {
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
}
.news-wrapper article header h2 {
    margin: 0;
    float: left;
}
.news-wrapper article header h2 a {
    text-decoration: none;
}
.news-wrapper article header time {
    color: #999;
    float: right;
}
.news-wrapper article figure {
    float: left;
    margin-right: 10px;
}
.news-wrapper article figure img {
    width: 90px;
    display: block;
}
.news-wrapper article section time {
    color: #999;
}
.news-wrapper article section p {
    margin: 10px 0;
}


