/*!
Theme Name: core
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: core
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

core is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 

.site-content{
  overflow-x: hidden;
}
 
 
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	  font-family: "Inter", sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	    font-weight: 500;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
font-family: 'Montserrat';

	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;

  font-family: "Inter", sans-serif;

	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400!important;
	font-family: "Lato", sans-serif!important;
	font-family: "Bodoni Moda", serif!important;
	font-family: "Playfair Display", serif!important;
	font-family: "Cormorant Garamond", serif!important;
	
	font-family: "Crimson Text", serif!important;
	font-family: "EB Garamond", serif!important;
	clear: both;
    margin-top: 0px;
/*	color: #014493!important; */
}



p, ul, ol {
	margin-bottom: 1.5em;
    margin-top: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 0 0 0;
}

address {
	margin: 0 0 0 0;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #000000;
	border: 0;
	height: 1px;
	margin-bottom: 0;
}

ul,
ol {
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 0 0;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0 0;
}

table {
	margin: 0 0 0 0;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;

	background: #e6e6e6;
	color: #000000;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000000;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover,
a:focus,
a:active {
	color: #000000;
}

:focus, a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}





.contact-second{
    background: linear-gradient(-90deg, #00000000 0.00%, #00000021 78.82%, #32323200 100.00%);
    position: relative;

}



.contact-second:before{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	content: "";
	background: linear-gradient(to right, transparent 50%, #d8d8d8 50%);
}

.contact-second .row{
	position: relative;
	z-index: 10;
}


.page-template-default .site-header {
    background: #014493;
}

.page-template-default .site-content{
	    padding-top: 140px;
}

.page-template-default.change .site-content{
	    padding-top: 94px;
}

.site-content ul, 
.site-content ol {
    margin-bottom: 1.5em;
}

.page-template-default .site-content ol li::before {
    top: 1px;
    transform: translateY(0%);
}


.page-template-default .site-footer{

    -webkit-box-shadow: -4px 2px 30px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: -4px 2px 30px 0px rgb(0 0 0 / 15%);
    box-shadow: -4px 2px 30px 0px rgb(0 0 0 / 15%);	
}


.page-template-default .site-content h1, 
.page-template-default .site-content h2, 
.page-template-default .site-content h3, 
.page-template-default .site-content h4, 
.page-template-default .site-content h5, 
.page-template-default .site-content ol, 
.page-template-default .site-content ul, 
.page-template-default .site-content p{
	translate: none; 
	rotate: none; 
	scale: none; 
	transform: translate(0px, 0px); 
	opacity: 1;
}


@media screen and (min-width: 0px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 0 0;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 0 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	content: " ";
	display: table;
}
.row:after {
	clear: both;
}
@media (min-width: 768px) {
.container {
	    max-width: 737px;
}
.col-sm-1,  .col-sm-2, .col-sm-25, .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11 {
	float: left;
}
.col-sm-1 {
	width: 8.333333333333332%;
}
.col-sm-2 {
	width: 16.666666666666664%;
}
.col-sm-25 {
	width: 20%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333333333%;
}
.col-sm-5 {
	width: 41.66666666666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.333333333333336%;
}
.col-sm-8 {
	width: 66.66666666666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333333333334%;
}
.col-sm-11 {
	width: 91.66666666666666%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-1, .col-sm-2, .col-sm-25, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
}
@media (min-width: 992px) {
.container {
	max-width: 930px;
}
}

@media (min-width: 1200px) {
.container {
max-width: 1120px;
}
}

@media (min-width: 1400px) {
.container {
	max-width: 1320px;
}
}


@media (min-width: 1600px) {
.container {
	max-width: 1520px; 

}

.site-header .container {
	width: calc(100% - 80px);
	max-width: 1920px;
}
}


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

img{
vertical-align: top;
}

iframe{
vertical-align: top;
}

button:hover, a:hover{
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

.row .col-two{
width: 100%;
width: -webkit-calc(50% - 40px);
width: -moz-calc(50% - 40px);
width: calc(50% - 40px);
float: left;
}

.row .col-two:not(:nth-child(2n)){
 margin-right: 80px;
}


.contact-right{
	padding-top: 100px;
}


.contact-second .row .col-two{
width: 100%;
width: -webkit-calc(50% - 100px);
width: -moz-calc(50% - 100px);
width: calc(50% - 100px);
float: left;
}

.contact-second .row .col-two:not(:nth-child(2n)){
 margin-right: 200px;
}


.contact-second .wpcf7 .row .col-two{
width: 100%;
width: -webkit-calc(50% - 10px);
width: -moz-calc(50% - 10px);
width: calc(50% - 10px);
float: left;
}

.contact-second .wpcf7 .row .col-two:not(:nth-child(2n)){
 margin-right: 20px;
}

.contact-second .col-two:first-child{
	padding-top: 100px;
}

.contact-second .wpcf7 .col-two:first-child{
	padding-top: 0px;
}




  .hero-slider .container {
           
            margin: 0 auto;
        /*    padding: 0 20px; */
        }

       .hero-slider .row {
            display: flex;
            align-items: center;
            min-height: 100vh;
        }

        .hero-slider {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

       .hero-slider .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            opacity: 0;
            transition: opacity 1s ease-in-out;
            background-size: cover;
            background-position: center;
        }

       .hero-slider .slide.active {
            opacity: 1;
            position: relative;
        }

        .slide-1 {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .slide-2 {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .slide-3 {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            color: white;
            max-width: 700px;
        }

        .hero-subtitle {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            opacity: 0.9;
            font-weight: 600;
        }

        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .hero-text {
            font-size: 1.2rem;
            margin-bottom: 35px;
            opacity: 0.95;
            line-height: 1.6;
        }

        .hero-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .btn {
            padding: 15px 35px;
            font-size: 1rem;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-primary {
            background: white;
            color: #667eea;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn-secondary:hover {
            background: white;
            color: #667eea;
            transform: translateY(-2px);
        }

        .slider-nav {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
        }

        .slider-dot.active {
            background: white;
            width: 35px;
            border-radius: 6px;
        }

        .slider-arrows {
            position: absolute;
            top: 50%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 0 20px;
            transform: translateY(-50%);
            z-index: 10;
        }

        button.arrow {
            background: rgba(255, 255, 255, 0.3);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.5rem;
            transition: all 0.3s ease;
			padding: 0px!important;
			line-height: normal;
        }

        .arrow:hover {
            background: rgba(255, 255, 255, 0.5);
            transform: scale(1.1);
        }

   .standard.has-background{
	   padding: 200px 0px;
   } 
   
   .pretitle{
	   display: block;
   }
 
   .site-content .has-background h1, 
   .site-content .has-background h2, 
      .site-content .has-background h3, 
	     .site-content .has-background h4, 
		    .site-content .has-background h5, 
			   .site-content .has-background p, 
			      .site-content .has-background ul li, 
				     .site-content .has-background ol li, 
					    .site-content .has-background .pretitle{
							color: #fff;
						} 
 
   .has-background,  .cta-section{
	   position: relative;
   }
   
   
   .cta-section:before{
	   position: absolute;
	   width: 100%;
	   height: 100%;
	   
	   left: 0px;
	   top: 0px;
	   content: "";
	   background: #042854;
	   opacity: 0.94;
	
   }
    
   .has-background:before{
	   position: absolute;
	   width: 100%;
	   height: 100%;
	   
	   left: 0px;
	   top: 0px;
	   content: "";
	   background: #000;
	   opacity: 0.44;
	
   }
   
   
   
      .has-background.has-gradient:before{
	   position: absolute;
	   width: 100%;
	   height: 100%;
	   
	   left: 0px;
	   top: 0px;
	   content: "";
	   background: #000;
	   
	   
	       background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #014493 100%);
    opacity: 0.75;
    transition: background .3s, border-radius .3s, opacity .3s;
   }
   
	
	
.gsap-fade {
    opacity: 0;
    transform: translateY(20px); /* více posunu pro výraznější efekt */
}

.butt,
.pretitle {
    display: inline-block; /* nebo block, pokud se to hodí */
    will-change: transform, opacity;
}



.has-background{
	    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}



.butt {
    display: inline-block;

    position: relative;
    overflow: hidden;

    /* Start efektu (pro vstupní animaci) */
    opacity: 0;
    transform: translateY(20px);
    animation: btnFadeIn 1.9s ease forwards;
}

/* Hover efekt – jemný posun + světelný nádech */
.butt:hover {
    transform: translateY(-2px);
  


}

/* Animace vstupu */
@keyframes btnFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.button-row { 
    display: flex;
    gap: 20px;                  /* mezera mezi tlačítky */
    justify-content: center;     /* zarovnání na střed */
    flex-wrap: wrap;             /* stack na menších obrazovkách */
	margin-top: 20px;
}

.button-row .butt {
    display: inline-block;
}

.button-row a.butt.light, 
.button-row a.butt.light:focus, 
.button-row a.butt.light:active, 
.button-row a.butt.light:visited {
    margin-left: 0;
    margin-right: 0;
}




.row .two-of-three{
width: 100%;
width: -webkit-calc(66.6666% - 40px);
width: -moz-calc(66.6666% - 40px);
width: calc(66.6666% - 40px);
float: left;
 margin-right: 80px;
}

.row .one-of-three{
width: 100%;
width: -webkit-calc(33.3333% - 40px);
width: -moz-calc(33.3333% - 40px);
width: calc(33.3333% - 40px);
float: left;
}














.row .col-three{
  width: 100%;
width: -webkit-calc(33.3333333333% - 30px);
width: -moz-calc(33.3333333333% - 30px);
width: calc(33.3333333333% - 30px);
float: left;
}

.row .col-three:not(:nth-child(3n)){
 margin-right: 45px;
}

.footer-1{
	float: left;
	width: 25%;
	float: left;
}

.footer-2{
	float: left;
	width: 25%;
	float: left;	
}

.footer-3{
	float: left;
	width: 25%;
	float: left;	
}

.footer-4{
	float: left;
	width: 25%;
	float: left;	
}

.site-footer ul li {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	
	text-align: left;

letter-spacing: 0px;
color: #EAE6DA;

    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.site-footer h2{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #014493;
    
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.54;
	
    font-size: 1.5em;
}

.site-footer ul{
	margin-left: 0px;
	padding-left: 0px;
}

.footer-1{
	position: relative;
}

.footer-1 img{
	position: absolute;
	bottom: 0px;
}

.footer-1 img{
	max-width: 200px!important;
    margin-bottom: 43px;
}

.blue-part img{
	max-height: 90px;
	margin: 0px auto 20px;
	display: block;
}


.row .col-fourth{
  width: 100%;
width: -webkit-calc(25% - 30px);
width: -moz-calc(25% - 30px);
width: calc(25% - 30px);
float: left;
}

.row .col-fourth:not(:nth-child(4n)){
 margin-right: 40px;
}




.row .col-fifth {
    width: 100%;
    width: -webkit-calc(20% - 30px);
    width: -moz-calc(20% - 30px);
    width: calc(20% - 30px);
    float: left;
}

.row .col-fifth:not(:nth-child(5n)) {
    margin-right: 40px;
}



.footer-copyright ul li {
    list-style-type: none;
    display: inline-block;
}

.footer-copyright li:not(:first-child):before {
    content: "|";
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}

.is-footer-longer .is-in{
	margin-left: 30px;
}

.is-footer-longer ul{
	    float: right;
    max-width: 350px;
}


.last-foot ul li {
    list-style-type: none;
    display: inline-block;
}

.last-foot li:before {
    content: "|";
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}





.watch .container .blog-left{
	    width: 50%;
    float: left;

}


.watch .container .blog-right{
	    width: 50%;
    float: left;
}

.watch .container h3{
text-align: left;

letter-spacing: 0px;
color: #050505;
opacity: 1;	
margin-bottom: 0px;
}

.watch .container .row:nth-child(odd) .blog-left{
	  float: right; 
}



.watch .container .row.rows{
	margin-bottom: 0px;
}

.site-content h1.watch-title{
	text-align: center;

}

.in-right{
    max-width: 100%;
padding-left: 80px;
    padding-top: 80px;
}

.watch .container .row:nth-child(odd) .in-right{
	    padding-left: 0px;
		padding-right: 80px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #141e2a;
    font-size: 25px;
    margin-top: 30px;
    font-weight: 800;
}

.product_meta{
	display: none;
}

.woocommerce-loop-product__title{
	text-align: left;
}

.post-grid-home img{

/*	
	max-width: 100%;
	max-width: -webkit-calc(100% - 50px);
	max-width: -moz-calc(100% - 50px);
	max-width: calc(100% - 50px); */
	
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.post-grid-home .col-sm-2::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
}

.site-content{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.designer .col-two{
	width: 50%;
}

.designer .container {
    max-width: 100%;
}

#media_image-3 img{
float: right;
}

#media_image-2{
	margin-top: 10px;
}

.site-footer .col-fourth p{
	margin-right: 10px;
}

.footer-top .container .row{

    display: flex;
    flex-direction: row;

}

.footer-top .container .row .footer-1, 
.footer-top .container .row .footer-2, 
.footer-top .container .row .footer-3{

}



.else-contain p:last-child{
	margin-bottom: 0px;
}

.slogan{
	margin-bottom: 0px;
}

.is-name{
	max-width: 200px;
	margin: 20px 0px;
}

.else-contain{
	    display: flex;
    flex-direction: row;
}

a.scroll-down, 
a.scroll-down:focus, 
a.scroll-down:visited, 
a.scroll-down:active, 
a.scroll-down:hover{
    margin: 0px auto;
    display: block;
    border-radius: 0px!important;
    box-shadow: none!important;
    z-index: 99!important;
    border: none!important;
    outline: none!important;
    width: 45px!important;
    height: 46px!important;
    background: url(img/scroll-to-bottom.png) no-repeat!important;
    background-size: 45px 46px!important;
    text-indent: -9999px;

	
	    position: absolute;
    top: 915px;
    left: 0px;
    right: 0px;

}

.page-template-template-ueber-uns .scroll-down{
	display: block;
}

input[type="radio"] {
  /*  -ms-transform: scale(1.5); 
    -webkit-transform: scale(1.5); 
    transform: scale(1.5); */
}

.site-content .slogan h3{
	font-size: 54px;
	line-height: 56px;
	margin: 0px;
	font-weight: 800;
}

.site-content .slogan p{

	margin: 0px;
	font-weight: 800;
}

ul#menu-social-networks li{
	float: left;
	list-style-type: none;
	text-indent: -9999px;
	margin-right: 36px;
	
}

ul#menu-social-networks li:last-child{
	margin-right: 0px;
}

ul#menu-social-networks li a{
	width: 46px;
	height: 46px;
	display: block;
	background-repeat: no-repeat;
background-size: 46px auto;
background-position: 0 0;
}

ul#menu-social-networks li a:hover{
	opacity: 0.8;
	    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

ul#menu-social-networks li.instagram a{
	background-image: url(img/instagram.png)
}

ul#menu-social-networks li.pinterest a{
	background-image: url(img/pinterest.png)
}

ul#menu-social-networks li.twitter a{
	background-image: url(img/twitter.png)
}


ul#menu-social-networks li.facebook a{
	background-image: url(img/facebook.png)
}


#menu-social-networks{
	margin-top: 70px;
}










   
  #map {
  height: 600px;
  width: 100%;
  border-radius: 20px;

}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#description {

  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;

}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {

  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}




#pac-input{
/*	bottom: 0px!important;
	top: auto!important;*/
	
	background: #F4F4F4 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;

opacity: 1;

text-align: left;

letter-spacing: 0px;
color: #525252;
opacity: 1;

width: 758px;
height: 52px;
line-height: 52px;
/* left: auto!important;
right: -842px!important;
z-index: 9999!important; */
position: static!important;
margin-left: 0px;
padding-left: 0px;
text-align: center;

margin-top: 76px;

}

#pac-input::-webkit-input-placeholder {
  color: rgb(82 82 82);
}

#pac-input::-moz-placeholder { 
  color: rgb(82 82 82);
}

#pac-input:-ms-input-placeholder {
  color: rgb(82 82 82);
}

#pac-input:-moz-placeholder { 
  color: rgb(82 82 82);
}

.business{
	margin: 194px 0px 215px 0px;
}


.page-template-template-haendler a#myBtn, 
.page-template-template-haendler a#myBtn:focus, 
.page-template-template-haendler a#myBtn:visited, 
.page-template-template-haendler a#myBtn:active{
	display: none!important;
}



.is-footer-shorter{
	width: 20%;
	float: left;
}

.is-footer-longer{
	width: 40%;
	float: left;
}

.is-in{
    width: 331px;
}

.last-footer{
	margin-left: 30px;
}

.first-foot img{
	max-width: 331px!important;
}

.site-footer p{
color: #000;
    font-weight: 300;
	    font-size: 15px;
    line-height: 26px;
}

.site-footer a, 
.site-footer a:focus, 
.site-footer a:active, 
.site-footer a:visited{
color: #000;
}

.standard.has-background.has-gradient .container{
	position: relative;
	z-index: 9;
}

.site-footer ul li{
	    font-size: 15px;
    line-height: 26px;
color: #000;
}

.top-image-home::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 100%);
	
	    background-color: transparent;
    background-image: linear-gradient(180deg, #0000000a 0%, #000 100%);
	
}

.top-image::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / 22%);
}

.is-footer-shorter ul li{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.footer-top{
    padding: 70px 0px 50px 0px;

}

.site-footer .footer-bottom{
	padding: 20px 0px;
	    -webkit-box-shadow: -4px 2px 30px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: -4px 2px 30px 0px rgb(0 0 0 / 15%);
    box-shadow: -4px 2px 30px 0px rgb(0 0 0 / 15%);
}

.site-footer .footer-bottom p {
    margin-bottom: 0px;
}

.footer-cols .col-two:first-child{
       width: 100%;
    width: -webkit-calc(53% - 40px);
    width: -moz-calc(53% - 40px);
    width: calc(53% - 40px);
    float: left;
}

.footer-cols .col-two:last-child{
         width: 100%;
    width: -webkit-calc(47% - 40px);
    width: -moz-calc(47% - 40px);
    width: calc(47% - 40px);
    float: left;
}

.header-left{
    width: 220px;
    float: left;

}


.header-right{
    width: 100%;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
    float: left;
}

.blog-left-part{
	    width: 100%;
    width: -webkit-calc(55% - 42px);
    width: -moz-calc(55% - 42px);
    width: calc(55% - 42px);
    float: left;
	margin-right: 84px;
}


.blog-right-part{
	    width: 100%;
    width: -webkit-calc(45% - 42px);
    width: -moz-calc(45- 42px);
    width: calc(45% - 42px);
    float: left;
}

.site-content .blog-right-part h3{
	text-align: left;

letter-spacing: 0px;
color: #050505;
opacity: 1;
margin-bottom: 0px;
}

.blog-right-part-in{
	max-width: 633px;
}

.blog-left-part img{

}

.one-product .container{
	max-width: 100%;
}

.main-navigation a, 
.main-navigation a:hover, 
.main-navigation a:active, 
.main-navigation a:focus{
 
	
	font-size: 19px;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid transparent;
  
	

}



.divide{
	height: 80px;
	width: 100%;
}


.divide-small{
	height: 60px;
}

.full-wave-section {
      height: 100vh;
      min-height: 600px;          /* minimální výška pro malé obrazovky */
      display: grid;
      grid-template-columns: 1fr 1fr;
	
      position: relative;
      overflow: hidden;
      background: #ffffff;
	  gap: 60px;
    }
	
	    .standard.has-background.newsletter-cover {
    padding: 160px 0px;
}
		

    .image-side {
      position: relative;
      background: #fff;        /* fallback barva */
      overflow: hidden;
	      border-radius: 16px;
    }

    .image-side img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Menší zvlněný levý okraj (pro obrázek vpravo) */
    .image-side::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 120' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M0,0V20C300,40 600,0 900,20 1200,40 1200,20 1200,20V0Z' fill='%23ffffff' transform='scaleX(-1)'/></svg>") 
        no-repeat left bottom;
      background-size: 100% 100%;
  /*    transform: translateX(-1px); */
    }

    .text-side {
      padding: 0%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: #ffffff;
	  align-items: flex-end;   
    }
	
	
	.invert-section .text-side {
    align-items: flex-start;
}
	
	
	.text-side-in{
		max-width: 760px;
		
	}

    .services-cover .row:first-child{
		padding-bottom: 80px;
	}

.page-template-template-accommodation .services-grid{
	margin-top: 30px;
}

.page-template-template-accommodation .service-item {
    gap: 20px;
    padding: 20px;

}

.page-template-template-accommodation .service-item{
		 align-items: center;
	}


.page-template-template-accommodation .benefit-cover {
    margin-bottom: 0px!important;
}

.page-template-template-accommodation .service-content h3 {
    margin-bottom: 0px!important;
/*	text-transform: inherit; */
	 font-size: 1em;
}

.text-side-in {
    max-width: 760px;
    width: 100%;
}

.tablepress thead{
	display: none;
}




.new-grid .package-image {    
width: 100%;
    padding-top: 0;
    aspect-ratio: 1 / 1;
}

.new-grid .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}




.site-content .service-content ul{
	margin-left: -24px!important;
}

.law-menu .icon-text {
    gap: 5px;
}

.law-menu a:hover{
	    color: #014493;
}

@media (min-width: 1601px) {
.site-footer .row .col-fifth {
    width: 100%;
    width: -webkit-calc(20% - 16px);
    width: -moz-calc(20% - 16px);
    width: calc(20% - 16px);
    float: left;
}

.site-footer .row .col-fifth:not(:nth-child(5n)) {
    margin-right: 20px;
}
}



    @media (max-width: 1199px) {
      .full-wave-section {
        grid-template-columns: 1fr;
        height: auto;
        min-height: 100vh;
      }

      .image-side {
        height: auto;
        min-height: 380px;
		 padding-left: 30px;
		  padding-right: 30px;
		  border-radius: 0px;
      }
	  
	  .image-side img{
		   border-radius: 16px;
	  }

     

      .text-side {
       
        text-align: center;
      }

      .text-side p {
        margin: 0 auto;
      }
    }









.post-grid-home h4{
text-decoration: none;
			color: #000000;
			text-align: center;
}

.post-grid-home a h4,
.post-grid-home a:focus h4, 
.post-grid-home a:visited h4, 
.post-grid-home a:active h4{
text-decoration: none;
    color: #ffffff;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 600;
}

.post-grid-home a:hover h4{
	text-decoration: none;
	    color: #000;
		    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}

.post-grid-home a:hover{
	text-decoration: none!important;
	    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
	

}

.post-grid-home .col-sm-3{
	position: relative;
}

.post-grid-home a h4{
	position: absolute;
}

.site-content h2.product-title{
	text-align: center;

letter-spacing: 0px;
color: #000000;
opacity: 1;
	margin: 0px;
}


.main-navigation a:hover, .main-navigation li.current_page_item a{
    color: #C6A664;
	border-top: 1px solid #C6A664;
}

.main-navigation li.current_page_item{
	position: relative;
}

.main-navigation li.current_page_item a{
    color: #C6A664;
	border-top: 1px solid transparent;
}
/*
.page-template-template-voucher-php .hero-section{
	background-position: 50% 0px!important;
}
*/
.standard{
	padding: 100px 0px;
}

.site-header .container, 
.site-header .row{
	 height: 100%;
}

.header-left, 
.header-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
	    height: 100%;
}


.main-navigation li li:hover:after{
	content: none;
}

.main-navigation li.menu-item-has-children:hover:after{
	content: none;
}


.main-navigation li.menu-item-has-children:before{
/*	content: "";
	width: 14px;
	height: 8px;
	background: url(img/arrow.png) no-repeat;
	background-size: 100% 100%;
	display: block;
bottom: 7px;
	right: -27px;
	position: absolute; */
}

.main-navigation .sub-menu a:hover, .main-navigation li.current_page_item .sub-menu a {
    color: #ffffff;
}

.main-navigation li:not(:last-child){
    margin-right: 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{

}

.page-template-template-haendler .scroll-down{
	display: none;
}



.landing img{
	width: 100%;
}

.top-bar ul {
    float: right;
    margin-top: 0px;
}

.top-bar ul li {

   
	
	
	text-align: left;
font-weight: normal;
font-size: 25px;

letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}

.top-bar ul li a,
.top-bar ul li a:focus, 
.top-bar ul li a:visited, 
.top-bar ul li a:active{
text-decoration: none;
}

.top-bar ul li {
    list-style-type: none;
    display: inline-block;
}

.top-bar li:not(:first-child):before {
    content: "|";
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}





.woocommerce .woocommerce-ordering select{
    height: 50px;
    line-height: 50px!important;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 0px 15px;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

.xoo-wsc-footer button{
    color: #ffffff;
padding: 0 15px;
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
    display: table;
    text-decoration: none;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    margin: 0 0 0 10px;
    padding: 10px 9pt;
    font-weight: 400;
    font-size: 15px;
    text-shadow: none;
    outline: none;
    outline-offset: 0px;
    border-radius: 0px;
}


.site-header{
    
         background: transparent;

		 width: 100%;
		 z-index: 999;
		 position: absolute;
	
}

.site-header{
	  background: linear-gradient(90deg, transparent 0%, transparent 100%);
    background-size: 200% 100%; /* dvojnásobná šířka */
    background-position: -100% 0; /* začíná zleva mimo */
    transition: background-position 0.6s ease-in-out, background-color 0.4s ease-in-out;
}

.change .site-header{
       transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;

     
    position: fixed;
     width: 100%;
     z-index: 99;
	 
	/*  background: #014493;
	    background: transparent linear-gradient(180deg, #002755 0%, #002755ed 100%) 0% 0% no-repeat; */

}


/* aktivní stav při scrollu */
.change .site-header {
    background-position: 0 0; /* posune gradient přes header */
    background-color: #014493; /* případně doplnit fallback barvu */
}



.triple-left .main-navigation{
	margin-right: 30px;
}


.triple-right .main-navigation{
	margin-left: 30px;
}


.main-navigation ul{
    margin-top: 0px;
    margin-left: 0px;
    float: left;
}



.demo-part{
	background: #f8f8f8;
}

.demo{
	margin: 0px auto;
	width: 100%;
	display: none;
}






 
 .header-search{
 float: right;
 margin-left: 0px;
margin-top: 60px;
 }
 
 .change .header-search{
 float: right;
 margin-left: 0px;
margin-top: 35px;
 }




/* ----------------------------------------------------------
   TYPOGRAFIE – luxusní, vzdušná, prémiová
---------------------------------------------------------- */

body {
    font-weight: 300;
    line-height: 1.7;
    color: #000;
}

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5 {
  font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #1A1A1A;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 0.6em;
    line-height: 1.25;
}

.site-content h1 { font-size: 60px; }
.site-content h2 { font-size: 2.4rem; }
.site-content h3 { font-size: 1.9rem; }
.site-content h4 { font-size: 1.5rem; }
.site-content h5 { font-size: 1.2rem; }

.site-content p {
    margin-bottom: 1.4em;
    font-size: 17px;
	line-height: 1.85714285714286;
	font-weight: 300;
}

.site-content ul li,
.site-content ol li {
    margin-bottom: 0;
	font-size: 17px;
    line-height: 1.85714285714286;
	font-weight: 300;
}


.fontaine{
	
}


.site-footer a:hover{
	text-decoration: none!important;
	color: #014493;
        -webkit-transition: all 
ease .8s;
    -moz-transition: all ease .8s;
    transition: all 
ease .8s;
}

.last-footer{
	float: right!important;
	margin-right: 0px!important;
	margin-left: 80px;
}

.footer-bottom p,  
.footer-bottom ul{
	translate: none!important; 
	rotate: none!important; 
	scale: none!important;  
	transform: translate(0px, 0px)!important; 
	opacity: 1!important; 
}

.last-footer ul{
	display: table;
	text-align: right;
	display: block;
}

.last-footer ul li{
	display: inline-block;
	
}

.last-footer ul li:not(:first-child):before {
     content: "";
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    /* font-weight: 700; */
    line-height: 10px;
    margin-right: 5px;
    margin-left: 1px;
	width: 1px;
	border-right: 1px solid #000;
}


.preheader{
	display: flex;
  justify-content: center; 
  align-items: center; 
padding: 10px 0px;  
}

.preheader ul{
	display: table;
	text-align: center;
}

.preheader ul li {
    display: inline-block;
    color: #fff;
    color: #c6a664;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.preheader ul li, 
.preheader ul li:visited,
.preheader ul li:focus,
.preheader ul li:active{
	color: #fff;
}

.preheader ul li:not(:first-child):before {
     content: "";
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    /* font-weight: 700; */
    line-height: 10px;
    margin-right: 7px;
    margin-left: 7px;
	width: 1px;
	border-right: 1px solid #fff;
}

.txt {
  display: flex;
  flex-wrap: wrap;
  color: #eee;
  font-size: 20px;
  cursor: pointer;
}

.txt span {
  white-space: pre;
  opacity: 0;
  transform: translate(-2px, 4px) scale(0.9);
  filter: blur(6px);
  animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    filter: blur(0);
  }
}

.site-branding a{
	display: block;
	padding: 0px 30px;
}

svg{
	width: 100%;
	height: auto;
}


.triple-layout {
	    position: relative;
  display: flex;
  align-items: center; /* vertikální zarovnání */
  justify-content: space-between;
  width: 100%;

  box-sizing: border-box;
  padding: 10px 10px;
}

.triple-left, .triple-right {
  flex: 1; /* levý a pravý stejně široký */
  display: flex;
  align-items: center;
}

.triple-left-content {
  margin-left: auto; /* zarovnání obsahu vpravo */
}

.triple-center {
  width: 240px;
  text-align: center;
}

.triple-right-content {
  margin-right: auto; /* zarovnání obsahu vlevo */
}



.inside-overlay .main-title sup{
	 font-family: "Assistant", sans-serif;
	   font-family: "Noto Sans JP", sans-serif;
	   font-weight: 300;
}

.main-header{
	position: relative;
}

.header-butt{
	position: absolute;
	right: 0px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%)!important;
}



.site-content ul {
    margin-bottom: 1.5em !important;
}



.wpcf7 select{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: none;
    border: 1px solid #000000;
    opacity: 1;
    text-align: left;
    letter-spacing: 0px;
    color: #101010;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    padding-right: 20px;
	    border-radius: 4px;
}

.dark-form .wpcf7 select{
    background: #ffffff00 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: none;
    border: 1px solid #fff;
    color: #fff;
}

.dark-form a, 
.dark-form a:active, 
.dark-form a:focus, 
.dark-form a:visited{
	color: #fff
}

.dark-form a:hover{
	text-decoration: none;
}

.dark-form input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=");
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: contain;
    block-size: 1em;
    inline-size: 1em;
    opacity: 1;
    outline: none;
    padding: 2px;
}




/*
h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #2B5B8F 0%, #5B9BD5 100%);
  margin: 16px auto 0;
  border-radius: 2px;
}
*/

/*
.site-content h1 {
  position: relative;
  padding-bottom: 24px;
}

.site-content h1::after {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  margin: 16px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C10 1 20 1 30 4C40 7 50 7 60 4C70 1 80 1 90 4C100 7 110 7 120 4' stroke='%232B5B8F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}
*/



.site-content h2 {
  position: relative;
  padding-bottom: 24px;
}

/*
.site-content h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  margin: 16px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C10 1 20 1 30 4C40 7 50 7 60 4C70 1 80 1 90 4C100 7 110 7 120 4' stroke='%23014493' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}


.site-content .has-background h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  margin: 16px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C10 1 20 1 30 4C40 7 50 7 60 4C70 1 80 1 90 4C100 7 110 7 120 4' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
*/
/* Gold 

.site-content h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  margin: 16px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C10 1 20 1 30 4C40 7 50 7 60 4C70 1 80 1 90 4C100 7 110 7 120 4' stroke='%23c6a664' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
*/

/*
.site-content h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  margin: 16px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C10 1 20 1 30 4C40 7 50 7 60 4C70 1 80 1 90 4C100 7 110 7 120 4' stroke='%23014493' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
*/

.site-content h2::after { 
    content: '';
    display: block;
    width: 120px;       
    height: 6px;        
    margin: 14px auto 0; 
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='6' viewBox='0 0 120 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3C10 1 20 1 30 3C40 5 50 5 60 3C70 1 80 1 90 3C100 5 110 5 120 3' stroke='%23014493' stroke-width='0.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/*
.site-content h2::after { 
    content: '';
    display: block;
    width: 120px;
    height: 8px;
    margin: 16px auto 0;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C30 0 60 8 90 0 120 4' stroke='%23014493' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
*/
/*
.site-content .cta-section h2::after, 
.site-content .hero-slider h2::after, 
.site-content .has-background h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  margin: 16px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C10 1 20 1 30 4C40 7 50 7 60 4C70 1 80 1 90 4C100 7 110 7 120 4' stroke='%23ffffff' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
*/

.package-highlights{
	display: none;
}

.site-content .cta-section h2::after, 
.site-content .hero-slider h2::after, 
.site-content .has-background h2::after {
    content: '';
    display: block;
    width: 100px;       /* mírně zmenšená šířka */
    height: 6px;        /* subtilnější výška */
    margin: 12px auto 0; /* menší odsazení od nadpisu */
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='6' viewBox='0 0 100 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 C10 1 20 1 30 3 C40 5 50 5 60 3 C70 1 80 1 90 3 C100 3' stroke='%23ffffff' stroke-width='0.9' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/*
.site-content h2::after { 
    content: '';
    display: block;
    width: 80px;        /
    height: 6px;       
    margin: 12px auto 0; 
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='6' viewBox='0 0 80 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 C20 0 40 6 60 0 80 3' stroke='%23014493' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}


.site-content h2::after { 
    content: '';
    display: block;
    width: 120px;       
    height: 8px;        
    margin: 12px auto 0; 
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 C15 0 45 8 60 4 75 0 105 8 120 4' stroke='%23014493' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
*/



.site-content .left-title h2::after{
	margin-left: 0px;
}

/* Gold 
.site-content h2::after {
  content: '';
  display: block;
  width: 120px;
  height: 8px;
  margin: 16px auto 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='8' viewBox='0 0 120 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C10 1 20 1 30 4C40 7 50 7 60 4C70 1 80 1 90 4C100 7 110 7 120 4' stroke='%23c6a664' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
*/


.single-packet .intro-section{
	padding-bottom: 20px;
}


/* Responsivní změny pro zařízení <1199px */
@media (max-width: 1199px) {
  .triple-left {
    display: none; /* zmizí levý sloupec */
  }
  .triple-center {
    margin-left: 0; /* posun do leva */
  }
  .triple-right {
    flex: 1; /* zbylá šířka */
  }
}



.preheader{
	border-bottom: 1px solid #fff;
}


		
		.change .preheader{
			display: none;
		}
		
		.note-included{
			text-align: center;
			margin-top: 30px;
		}

		.site-content .note-included p{
			font-size: 15px;
		}
		
		
	/* ----------------------------------------------------------
   HOME - slider
---------------------------------------------------------- */	
		
		.inside-overlay{
		/* position: absolute;
			z-index: 99; */
			max-width: 860px;
			margin: 0px auto;
		}
		
		.site-content .content-overlay h1, 
		.site-content .content-overlay h2, 
		.site-content .content-overlay h3, 
		.site-content .content-overlay h4, 
		.site-content .content-overlay h5, 
		.site-content .content-overlay p{
			color: #fff;
			text-align: center;
			
		}
		
			.site-content .content-overlay h1{
				margin-bottom: 20px;
			}
		
		
		 .slideshow-container {
        position: relative;
        width: 100%;
        height: 100vh;
		min-height: 1000px;
        overflow: hidden;
    }

    .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
		min-height: 1000px;
        transition: opacity 2s ease-in-out;
    }

    .slide.active {
        opacity: 1;
        z-index: 1;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        animation-play-state: paused;
    }

    .slide.active img {
        animation-play-state: running;
    }

    /* Efekty */
    .slide:nth-child(1) img {
        animation: zoomInSlow 12s ease-out forwards; 
		
	
		
    }

    .slide:nth-child(2) img {
    /*    animation: kenBurnsClassic 12s ease-in-out forwards; */
		
		  animation: panDiagonal 16s ease-in-out forwards;
    }

    .slide:nth-child(3) img {
        animation: zoomOutSlow 12s ease-in forwards;
    }

    .slide:nth-child(4) img {
        animation: kenBurnsReverse 12s ease-in-out forwards;
    }

    .slide:nth-child(5) img {
        animation: zoomPulse 12s ease-in-out forwards;
    }

    .slide:nth-child(6) img {
        animation: burnoutEffect 12s ease-out forwards;
    }

    /* Animace */
    @keyframes zoomInSlow {
        0% { transform: scale(1); }
        100% { transform: scale(1.25); }
    }
	
	@keyframes panHorizontal {
    0% { transform: scale(1.15) translateX(-3%); }
    100% { transform: scale(1.15) translateX(3%); }
}

    @keyframes kenBurnsClassic {
        0% { transform: scale(1) translate(0,0); }
        100% { transform: scale(1.3) translate(3%,3%); }
    }

    @keyframes zoomOutSlow {
        0% { transform: scale(1.3); }
        100% { transform: scale(1); }
    }
	
	@keyframes panDiagonal {
    0% { transform: scale(1.15) translate(-3%,-3%); }
    100% { transform: scale(1.15) translate(3%,3%); }
}

    @keyframes kenBurnsReverse {
        0% { transform: scale(1.25) translate(3%,3%); }
        100% { transform: scale(1) translate(0,0); }
    }

@keyframes panVertical {
    0% { transform: scale(1.1) translateY(-3%); }
    100% { transform: scale(1.1) translateY(3%); }
}


    @keyframes zoomPulse {
        0% { transform: scale(1); filter: blur(0); }
        50% { filter: blur(1px); }
        100% { transform: scale(1.35); filter: blur(0); }
    }

    /* COOL efekt: burnout / rozostření směrem ven */
    @keyframes burnoutEffect {
        0% {
            transform: scale(1);
            filter: brightness(1) blur(0);
        }
        50% {
            transform: scale(1.15);
            filter: brightness(1.4) blur(1.5px);
        }
        100% {
            transform: scale(1.35);
            filter: brightness(0.8) blur(2px);
        }
    }
	
	.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: rgba(255,255,255,0.9);
    z-index: 50;
    animation: progressFill 12s linear infinite;
}

@keyframes progressFill {
    from { width: 0%; }
    to { width: 100%; }
}
	
	
	
  .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
        background: linear-gradient(to bottom, rgb(0 0 0 / 52%), rgb(0 0 0 / 25%));
 /*   pointer-events: none; */
}

   .title, .main-title, .main-text {
        color: white;
    /*    text-shadow: 0 4px 20px rgba(0,0,0,0.7); */
        animation: fadeInUp 1s ease-out forwards;
    }
	
	
	
	

    .main-title { font-size: 5rem; font-weight: 900; }

    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(30px); }
        to { opacity: 1; transform: translateY(0); }
    }
	
	

	
	.site-header {
    animation: fadeInDown 1s ease-out forwards;
}

@keyframes fadeInDown {
    from { 
        opacity: 0; 
        transform: translateY(-30px); /* zeshora */
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}
	
	
	
	
	.map-cover .services-cover .row:nth-child(odd) .text-part{
		transform: none!important;
		opacity: 1!important;
		content: none!important;
	}
	
	
	
	
	

    /* Dots */
    .dots-container {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 12px;
        z-index: 30;
    }

    .dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255,255,255,0.4);
        cursor: pointer;
        transition: 0.3s;
    }

    .dot.active {
        background: white;
        transform: scale(1.3);
    }
		
		
		#media_image-2{
			max-width: 200px;
			margin: 0px auto;
		}
		
	
	

	

.button-group .butt{
	  display: inline-block;
}

	
	.icon-text {
  display: flex;
  gap: 10px; /* prostor mezi ikonou a textem */
  margin-bottom: 5px;
  
}

.footer-inside{
	display: table;
	margin: 0px auto;
}

.icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* výchozí zarovnání nahoře */
  padding-top: 3px; /* 5px odshora */
      min-width: 20px;
}

.icon svg{
	stroke: #014493;
}

/* Pokud chceš, aby byla ikona ve středu, když je jen jeden řádek textu */
.icon.center {
  justify-content: center;
}

.text p {
  margin: 0; /* odstranění defaultního marginu */
}	
		
		
	.benefit-cover svg{
	stroke: #014493;
}
		
		.col-three:hover .benefit-cover svg{
	stroke: #000;
	-webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}
		
		
		/* první široká */
.footer-top .container .row .col-fourth:first-child {
    flex: 0 0 34%;
}

/* ostatní užší */
.footer-top .container .row .col-fourth:not(:first-child) {
    flex: 0 0 22%;
}

/* mezerování mezi nimi */
.footer-top .container .row .col-fourth:not(:last-child) {
    margin-right: 40px;
}
		
.footer-top .container .row .col-fourth:first-child img{
    width: 300px;
	max-width: 250px;
}

.benefit-cover svg {
    width: 24px;
    height: auto;
}

.fb-icon{
	max-width: 20px;
height: auto;


  vertical-align: middle; /* zarovná s textem */
  margin: -4px 4px 0px;          /* případně malý odsazení od textu */
}

.fb-icon path{
	fill: #014493;
}

.footer-top .row .col-fifth:first-child p{
	margin-top: 20px;
	text-align: center;
}



.logos-wrapper {
    display: flex;
    justify-content: center;      /* Horizontální zarovnání doprostřed */
    align-items: center;          /* Vertikální zarovnání doprostřed */
    gap: 40px;                    /* Mezera mezi logy */
    padding: 40px 0;              /* Volitelné – více prostoru okolo */
	    margin: 60px auto 0px;
}

.logos-wrapper img, 
.logos-wrapper svg  {
    height: 30px;                 /* Nebo auto, dle potřeby */
    filter: grayscale(90%);
    transition: filter 0.3s ease-in-out;
}

.logos-wrapper svg:hover, 
.logos-wrapper img:hover {
    filter: grayscale(0%);        /* 100% barev po hoveru */
}

.footer-fb{
	margin-top: 20px;
}


.logos-wrapper svg {
	width: auto;
    height: 30px;                 /* Nebo auto, dle potřeby */
    filter: grayscale(70%);
    transition: filter 0.3s ease-in-out;
}

.logos-wrapper img:hover {
    filter: grayscale(0%);        /* 100% barev po hoveru */
}


.map-cover.has-pattern {
    position: relative;
    background: transparent;
    background-image: url(img/patt-grey.png);
    background-repeat: repeat;
	padding: 100px 0px;
	box-shadow: none!important;
}


.site-content h2, 
.site-content h3{
	color: #014493;
}


/* ----------------------------------------------------------
   Agnis DEMO
---------------------------------------------------------- */

.grid-item-top[data-v-dc96f49f] {
    grid-row: 1;
    grid-column: 1 / 6;
}

@media (min-width: 1200px) {
    .grid-item-top[data-v-dc96f49f] {
        grid-column: 1 / 3;
    }
}

@media (min-width: 1600px) {
    .grid-item-top[data-v-dc96f49f], .grid-item-main[data-v-dc96f49f]
Specifičnost: (0,2,0)
 {
        grid-column: 1 / 4;
    }
}

.grid-item-main[data-v-dc96f49f] {
    grid-row: 1;
    grid-column: 1 / 4;
    padding-top: 7rem;
}

@media (min-width: 1200px) {
    .grid-item-main[data-v-dc96f49f] {
        grid-row: 1;
        grid-column: 1 / 3;
        padding-top: 5rem;
    }
}


@media (min-width: 1600px) {
    .grid-item-top[data-v-dc96f49f], .grid-item-main[data-v-dc96f49f] {
        grid-column: 1 / 4;
    }
}



.mt-2, .my-2 {
    margin-top: 1.5rem !important;
}

.position-relative {
    position: relative !important;
}

@media (min-width: 1200px) {
    .pt-xl-2, .py-xl-2 {
        padding-top: 1.5rem !important;
    }
	
	.language-header-new{
		display: none!important;
	}
	
}

.booking-application .grid-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2rem;
}

@media (min-width: 992px) {
    .booking-application .grid-view, .booking-application .grid-view.wishlist-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1600px) {
    .booking-application .grid-view, .booking-application .grid-view.wishlist-items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1800px) {
    .booking-application .grid-view, .booking-application .grid-view.wishlist-items {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}



@media (max-width: 767px) {
    .booking-application .grid-view, .booking-application .grid-view.wishlist-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .booking-application .grid-view, .booking-application .grid-view.wishlist-items {
        grid-template-columns: 1fr;
    }
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(34, 41, 47, .125);
    border-radius: calc(var(--border-radius) * 1.2);
}

.card {
    border: none;
    margin-bottom: 2rem;
    box-shadow: 0 4px 24px rgba(34, 41, 47, .1);
    transition: all .3s 
ease-in-out, background 0s, color 0s, border-color 0s;
}


.booking-application .grid-view .booking-card {
    overflow: hidden;
}

.text-center {
    text-align: center !important;
}

.booking-application .grid-view .booking-card .item-img {
    display: flex;
    align-items: center;
}



.img-fluid {
    max-width: 100%;
    height: auto;
}


.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(calc(var(--border-radius) * 1.2) - 1px);
    border-top-right-radius: calc(calc(var(--border-radius) * 1.2) - 1px);
}

.cursor-pointer {
    cursor: pointer;
}

.booking-application .grid-view .booking-card .item-img img {
    max-height: 220px;
    object-fit: cover;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
}

.booking-application .booking-card .item-name {
    margin-bottom: 0;
}

.booking-application .grid-view .booking-card .card-body {
    padding: 1rem;
}

.booking-application .grid-view .booking-card .item-name {
    margin-top: .75rem;
}

.booking-application .grid-view .booking-card .item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.booking-application .grid-view .booking-card .item-price {
    font-weight: 600;
}

.card-text:last-child {
    margin-bottom: 0;
}


.booking-application .booking-card .item-description {
    font-size: .875rem;
}



.booking-application .grid-view .booking-card .item-description {
    margin-top: .2rem;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.booking-application .grid-view .booking-card .item-options {
    display: flex;
    flex-wrap: wrap;
}

.booking-application .grid-view .booking-card .item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}


.booking-card .item-options .btn-cart, .booking-application .grid-view .booking-card .item-options .btn-wishlist {
    flex-grow: 1;
    border-radius: 0;
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #6e6b7b;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .786rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: var(--border-radius);
    transition: color .15s 
ease-in-out, background-color .15s 
ease-in-out, border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out, background 0s, border 0s;
}

.btn-primary {
    color: #fff;
    background-color: #d6130e;
    border-color: #d6130e;
}

.btn {
    box-shadow: none;
    font-weight: 500;
}

.btn-primary {
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    color: #fff !important;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.mr-50, .mx-50 {
    margin-right: .5rem !important;
}



/* ----------------------------------------------------------
   SEKCE – světlo/tma – prémiová elegance
---------------------------------------------------------- */

.has-pattern{
	position: relative;
	background: #014493;
	background-image: url(img/patt-white.png);
		background-repeat: repeat;
}
/*
.has-background.has-pattern:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    background-image: url(img/patt-white.png);
	background-repeat: repeat;
    opacity: 0.1;
}
*/
.has-background.has-pattern:before {
     background: none;
}



.section-light {
    background-color: #F8F6F2; /* jemně ivory */
    color: #1A1A1A;
    padding: 80px 0;
}

.section-dark {
    background-color: #1A1A1A;
    color: #EAE6DA; /* Ivory text */
    padding: 80px 0;
}

.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5 {
    color: #EAE6DA;
}


/* ----------------------------------------------------------
   SEKCE S OVERLAY / GRADIENTEM
---------------------------------------------------------- */

.section-overlay {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.section-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.35)
    );
    z-index: 1;
}

.section-overlay > * {
    position: relative;
    z-index: 2;
}




.business .row .col-two {
    width: 100%;
    width: -webkit-calc(50% - 42px);
    width: -moz-calc(50% - 42px);
    width: calc(50% - 42px);
    float: left;
}

.business .row .col-two:not(:nth-child(2n)) {
    margin-right: 84px;
}

.standard-part{
padding: 60px 0px 60px 0px;
}




.site-content ul{
	padding-left: 0px!important;
	margin-left: 0px!important;
}

.site-content ol{
	padding-left: 0px!important;
	margin-left: 0px!important;
}


.site-content ul li{
	position: relative;
	list-style-type: none;
	 padding-left: 24px;
}


.site-content ul li:before{
 content: "";
    position: absolute;
    left: 0;
    top: 7px;
    /* transform: translateY(-50%); */
    width: 16px;
    height: 16px;
	
	background-color: #C6A664; 
    -webkit-mask: url('img/chevron-right.svg') no-repeat center;
    mask: url('img/chevron-right.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
	
  /*  background-image: url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/icons/chevron-right.svg'); 
    background-size: contain;
    background-repeat: no-repeat; */

}

.site-content ul li:before{
	    top: 5px;
}

.site-content .package-content ul li, .site-content .package-content ol li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 10px;
	padding-left: 20px;
}

.has-background.newsletter-cover.has-gradient:before {
    opacity: 1;
	    background-image: linear-gradient(180deg, #00000000 0%, #000000cf 100%);
}


/* Styl pro ordered list s latinským číslováním */
.site-content ol {
    counter-reset: item; /* reset počítadla */
    list-style: none;    /* odstraní defaultní čísla */
    padding-left: 0px;  /* odsazení pro čísla */
}

.site-content ol li {
    position: relative;
    
    padding-left: 24px; /* místo pro číslo */
}

/* Přidání latinského čísla před li */
.site-content ol li::before {
    counter-increment: item; /* inkrementuje číslo */
    content: counter(item, upper-roman) "."; /* I., II., III. */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #C6A664;   /* zlatá barva čísla */
    font-weight: 300;
    font-size: 15px;
}



.top-image{
  height: 400px; 
  background-repeat: no-repeat;
  background-position: bottom center;
/*  background-attachment: fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  position: relative;

  width: 100%; 
  
  background-position: 50% 50%;

/* display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; */





}




.page-template-template-about .top-image{
	    height: 400px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto 100%;
    position: relative;
    width: 100%;
}

.top-image .container{
	position: relative;
	  
}

.top-image .container h1.main-title{
	position: absolute;
	left: 60px;
	bottom: 60px;
	margin-bottom: 0px;
	z-index: 99;
}

.home-text{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.business-top{
	position: relative;
}

.butt-business{
	position: absolute;
	top: 915px; 
	left: 0px;
	right: 0px;
}

.top-part{
	  margin-bottom: 0px;
}


.overtitle{
display: block;
color: #2467a5;
font-size: 25px;
font-weight: 400;
line-height: 40px;
    margin-bottom: 5px;
}

.main-images{
margin-left: auto;
margin-right: auto;
display: block;
}

.site-content a, 
.site-content a:focus, 
.site-content a:active, 
.site-content a:visited{
text-decoration: none;
}

.site-content a:hover{
text-decoration: underline;
}





.site-footer a, 
.site-footer a:focus, 
.site-footer a:visited, 
.site-footer a:focus{
    text-decoration: none;
	color: #000;
}

.site-footer a:hover{
    text-decoration: underline;
}

.site-footer .footer-bottom p {
    color: #000;
}


.cli-plugin-main-link {
    margin-left: 0px;
    font-weight: 400;
    text-decoration: none;
}


.side-contact {
    width: 65px;
    height: 157px;
    background: url(img/button.png) no-repeat;
    position: fixed;
    right: 0px;
    top: 130px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
        z-index: 9;
    
    writing-mode: vertical-rl;
text-orientation: upright;

color: #ffffff;

font-size: 25px;
font-weight: 500;
line-height: 28px;    
}


.home-image-cover{
position: relative;
}

.home-box{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    max-width: 800px;
    top: 322.5px;
}

.home-image-cover:hover .home-box{

}

.right-content{
	max-width: 785px;
}

:hover{
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
}



.home-box-in{
 padding: 0px;
}

.home-box-in h1{
color: #fff;
font-size: 40px;
font-weight: 600;
line-height: 49.32px;

margin: 0px;
}

.coupon input.button{
display: inline-block!important;
}


.home-box-in h1 a, 
.home-box-in h1 a:focus, 
.home-box-in h1 a:visited, 
.home-box-in h1 a:active, 
.home-box-in h1 a:hover{
color: #fff;
text-decoration: none;
}

.home-image-cover:hover .home-box-in h1 a, 
.home-image-cover:hover .home-box-in h1 a:focus, 
.home-image-cover:hover .home-box-in h1 a:visited, 
.home-image-cover:hover .home-box-in h1 a:active, 
.home-image-cover:hover .home-box-in h1 a:hover{
color: #fff;
text-decoration: none;
}

   /* the slides */
  .carousel .slick-slide {
    margin: 0 5px;
  }
  /* the parent */
  .carousel .slick-list {
    margin: 0 -5px;
  }

.butt.right-align{
	float: right;
}

  section.products{
  padding-bottom: 80px;
  }
  
  section.products.sec{
	padding: 80px 0px;  
  }

.site-content .home-box-in p{
color: #fff;
margin: 10px 0px 0px 0px;
font-weight: 300;
}


.page-template-template-conference .intro-section.full-section p {
   text-align: center;
}

.right-col-part{
	padding-top: 100px;
}



.price-packets .pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}



.postid-934 .hero-section {
    background-position: center 30%!important;
}

.img-center{
	margin: 0px auto;
	    filter: grayscale(0.1);
}


.single-attraction ul{
	margin-bottom: 1.7em;
}

.single-attraction .site-content ul li:before {
    content: none;
}

.single-attraction .site-footer{

	    box-shadow: 0px 1px 30px 0px #c6a6643d;
}

a.link, 
a.link:focus, 
a.link:active, 
a.link:visited{
  color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

a.link:hover{
text-decoration: underline;
}

.regular{
padding: 60px 0px 60px 0px;
}

.home-second .has-bg{
    margin-top: 60px;
   
    position: relative;
}

.home-second .has-bg ul{
position: absolute;
bottom: 46px;
left: 50px;
padding-left: 0px;
}

.home-second .has-bg ul li{
list-style-type: none;
color: #fff;

color: #ffffff;
font-size: 25px;
font-weight: 400;
line-height: 58px;
border-bottom: 1px solid #fff;
padding-right: 60px;
}

.home-second .has-bg ul li a, 
.home-second .has-bg ul li a:focus, 
.home-second .has-bg ul li a:visited, 
.home-second .has-bg ul li a:active{
color: #fff;
text-decoration: none;
}


.contain{
	  display: flex;
  flex-direction: row;
      margin-top: -56px;
}

.columns-home .container{
	max-width: 100%;
}

.butt.home{
	margin-top: -216px;
    z-index: 999999;
    position: relative;
	margin-bottom: 164px;
}

.preheader a, 
.preheader a:focus, 
.preheader a:visited, 
.preheader a:active{
	color: #fff;
	text-decoration: none;
}

a.butt, 
a.butt:focus, 
a.butt:active, 
a.butt:visited, 
button, 
button:focus, 
button:active, 
button:visited, 
input[type="button"], 
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:visited,
input[type="reset"], 
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"]:visited , 
input[type="submit"]:not(.search-submit),
input[type="submit"]:not(.search-submit):focus,
input[type="submit"]:not(.search-submit):active,
input[type="submit"]:not(.search-submit):visited{
cursor: pointer;
padding: 0px;
background: transparent;
box-shadow: none;
border: 1px solid #c6a664; 

opacity: 1;
font-weight: 400;
text-align: center;
text-transform: uppercase;

color: #c6a664;
opacity: 1;
display: table;
font-size: 14px;

border-radius: 4px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    padding: 13px 20px;
text-decoration: none;
}



a.butt.dark, 
a.butt.dark:focus, 
a.butt.dark:active, 
a.butt.dark:visited{

padding: 0px;
letter-spacing: 0.02em;

border: 1px solid #000000;

opacity: 1;
font-size: 14px;
text-align: center;
font-weight: 400;

color: #000000;
opacity: 1;
background: transparent;
display: table;
box-shadow: none;
width: auto;

margin-left: 0px;
margin-right: auto;
border-radius: 4px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    padding: 13px 20px;
}


.button-group a.butt:first-child, 
.button-group a.butt:first-child:focus, 
.button-group a.butt:first-child:active, 
.button-group a.butt:first-child:visited{
	background: #c6a664!important;
	border: 1px solid #c6a664!important;
	color: #fff!important;
}

.button-group a.butt:first-child:hover{
    background: #c6a664d6 !important;
    color: #fff !important;
    border: 1px solid #c6a664d6 !important;
}

.button-group a.butt:last-child, 
.button-group a.butt:last-child:focus, 
.button-group a.butt:last-child:active, 
.button-group a.butt:last-child:visited{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}


.has-gradient .button-group a.butt:last-child:hover{
	color: #002755 !important;
}


.button-group a.butt:last-child:hover{
	background: #c6a664!important;
	color: #fff!important;
	border: 1px solid #c6a664!important;
}


.site-content h5.route{
	margin-top: 30px;
}

.newsletter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    overflow-x: auto; /* umožní přetečení na mobilu */
    padding-bottom: 5px; /* aby nebyl scroll schovaný */
}

.newsletter-left{
	width: 100%;
}

.newsletter-left input {
 width: 100%;
 background: transparent;
      font-weight: 300;
    color: #fff;
	border: 1px solid #fff!important;
    font-size: 14px; 
}

.newsletter-left input::placeholder {
    color: white;     
}

.newsletter-left input:-ms-input-placeholder { 
        color: white;   
}

.newsletter-left input::-ms-input-placeholder { 
        color: white;   
}

.newsletter-right input[type="submit"], 
.newsletter-right input[type="submit"]:focus, 
.newsletter-right input[type="submit"]:visited,  
.newsletter-right input[type="submit"]:active{
    background: #c6a664 !important;
    color: #002755 !important;
    white-space: nowrap; 
    cursor: pointer;
}

.newsletter-right input[type="submit"]:hover{
    background: transparent!important;
    color: #c6a664 !important;
    white-space: nowrap; 
    cursor: pointer;
}

a.butt.light, 
a.butt.light:focus, 
a.butt.light:active, 
a.butt.light:visited{

padding: 0px;
letter-spacing: 0.02em;

border: 1px solid #fff;

opacity: 1;
font-size: 14px;
text-align: center;
font-weight: 400;

color: #fff;
opacity: 1;
background: transparent;
display: table;

box-shadow: none;
width: auto;
  
margin-left: 0px;
margin-right: auto;
border-radius: 4px;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    padding: 13px 20px;
}




a.butt:hover, 
button:hover, 
input[type="button"]:hover,
input[type="reset"]:hover 
input[type="submit"]:not(.search-submit):hover{
	background: #c6a664!important;
	color: #fff!important;
}


a.butt.dark:hover, 
button.dark:hover, 
input[type="button"].dark:hover,
input[type="reset"].dark:hover 
input[type="submit"].dark:not(.search-submit):hover{
	    background-color: #000!important;
    border-color: #000!important;
color: #fff!important;
}

a.butt.light:hover{
	border: 1px solid #c6a664!important;
    color: #002755!important;
	background: #ffffff!important;
}

a.butt.light.last,
a.butt.light.last:active,
a.butt.light.last:visited,
a.butt.light.last:focus {
    border: 1px solid #c6a664 !important;
    color: #002755 !important;
    background: #c6a664 !important;
}


a.butt.light.last:hover{
    opacity: 0.9!important;
}

.language-header-new li, 
.language-header li{
	margin-right: 15px!important;
}

.home-start .butt{
	margin-top: 60px;
}

a#myBtn, 
a#myBtn:focus, 
a#myBtn:visited, 
a#myBtn:active {
margin: 120px auto;
 display: block;
 border-radius: 0px!important;
     box-shadow: none!important;
  z-index: 99!important;
  border: none!important;
  outline: none!important;
width: 45px!important;
height: 46px!important;
background: url(img/scroll-to-top.png) no-repeat!important;
background-size: 45px 46px!important;
text-indent: -9999px;
overflow: hidden;
}


.page-template-template-ueber-uns a#myBtn, 
.page-template-template-ueber-uns a#myBtn:focus, 
.page-template-template-ueber-uns a#myBtn:visited, 
.page-template-template-ueber-uns a#myBtn:active{
	display: none;
}







.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:visited, .woocommerce a.button:visited, .woocommerce button.button:visited, .woocommerce input.button:visited, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus{
height: 45px;
line-height: 45px;
border-radius: 0px;
border: 1px solid #000;	
}






.image-index img{
	margin-bottom: 20px;
}




.mc4wp-form{
	margin-bottom: 60px;
}

#map input, 
#map button{
	background: transparent!important;
	min-width: 0px!important;
	line-height: normal!important;
	margin: auto!important;
	 padding: 13px 13px!important;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, 
.woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, 
.woocommerce #respond input#submit:visited, .woocommerce a.button:visited, .woocommerce button.button:visited, .woocommerce input.button:visited, 
.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus{

background: #F4F4F4 0% 0% no-repeat padding-box!important;

opacity: 1!important;
padding-top: 0px!important;
padding-bottom: 0px!important;

text-align: left!important;

letter-spacing: 0px!important;
color: #525252!important;
opacity: 1!important;

height: 52px!important;
line-height: 52px!important;
padding-left: 80px;
padding-right: 80px;

text-align: center!important;

}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg, 
.woocommerce div.product div.images img{

	margin-bottom: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{

		padding: 10px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #525252!important;
    border-color: #525252!important;
color: #fff!important;	
}

.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 10px 9pt;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
        line-height: normal;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0px; 
    background-color: #2467a5;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

select {
    border: 1px solid #ccc;
	height: 45px;
	line-height: 45px;
}

.woocommerce ul.products li.product .price {
    color: #2467a5;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}


.photo-stack {
  position: relative;
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0px auto;
}

.photo {
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  opacity: 0;
}

.photo1 {
  width: 100%;
  top: 0;
  left: 0;
}

.photo2 {
    width: 80%;
    /* bottom: -50px; */
    right: -50px;
    top: 120px;
}


.col-two.last-footer{
	display: none;
}



@media (max-width: 1799px) {
.main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
    font-size: 16px;
}

.triple-left .main-navigation {
    margin-right: 10px;
}

.triple-right .main-navigation {
    margin-left: 10px;
}
}


@media (max-width: 768px) {
  .photo2 {
    top: 20px;
    left: 20px;
    width: 85%;
  }
}

.svg-container svg {
  transform: scale(0);       /* start malý */
  transition: transform 0.5s ease-in-out;
}

.svg-container.loaded svg {
  transform: scale(1);       /* konečná velikost */
}

.button-group {
  display: flex;
  justify-content: center; /* horizontálně na střed */
  align-items: center;     /* vertikálně na střed, pokud mají různou výšku */
  gap: 20px;               /* mezera mezi tlačítky */
}

.button-group a.butt.light, 
.button-group a.butt.light:focus, 
.button-group a.butt.light:active, 
.button-group a.butt.light:visited{
	margin-left: 0px;
	margin-right: 0px;
}

a.butt:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover{
background-color: #c6a664;
border-color: #c6a664;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
    text-decoration: none;
	color: #fff;
}

.slogan p{
	text-align: left;

letter-spacing: 0px;
color: #101010;
margin-bottom: 0px;
}

.slogan-name p{

letter-spacing: 0px;
color: #101010;
}

.xoo-wsc-items-count {
    background-color: #3a4a54;
    color: #ffffff;
}

.has-slogan{
	position: relative;
}

.slogan-cover{
	position: absolute;
	bottom: 0px;
		max-width: 650px
}

.home-second h2, 
.home-second p, 
.home-second h3, 
.home-second .overtitle{
	text-align: center;
	
}

.in-carousel{
	position: relative;
	
}

.in-carousel-content{
	position: absolute;
	top: 256px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	max-width: 358px;
	
}

.in-carousel-content h4{
	text-align: center;

letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
margin-bottom: 13px;
}

.in-carousel-content p{
text-align: center;

letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;	
}


.route input[type="text"]{
margin-bottom: 20px;
 max-width: 100%;
 width: auto;
}



.search-form input[type="search"]{
border: 0px;
border-radius: 0px;
border: 1px solid #000000;
height: 30px;
line-height: 30px;
color: #000;
 padding: 0px 0px 0px 8px; 
 max-width: 210px;
}

.search-form input[type="submit"], 
.search-form input[type="submit"]:focus, 
.search-form input[type="submit"]:visited, 
.search-form input[type="submit"]:active, 
.search-form input[type="submit"]:hover{
border-radius: 0px;
border: 0px;
background: url(img/search.png) no-repeat;
width: 27px;
height: 26px;
text-indent: -9999px;
cursor: pointer;
}


.header-search input[type="search"]{
border: 0px;
border-radius: 0px;
    border: none;
    border-bottom: 0px solid transparent;
height: 30px;
line-height: 30px;
color: #000;
 padding: 0px 0px 0px 8px; 
 max-width: 200px;
 font-size: 18px;
    background: url(img/search.png) no-repeat 50% 50%;
    background-size: 28px 29px;
	 float: right;
}

.header-search ::-webkit-input-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search ::-moz-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search :-ms-input-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search :-moz-placeholder { 
  color: rgba(0, 0, 0, 0);
}

.header-search input[type="submit"], 
.header-search input[type="submit"]:focus, 
.header-search input[type="submit"]:visited, 
.header-search input[type="submit"]:active, 
.header-search input[type="submit"]:hover{
display: none;
}

.search-page{
min-height: 100vh;
min-height: -webkit-calc(100vh - 288px);
min-height: -moz-calc(100vh - 288px);
min-height: calc(100vh - 288px);
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
}

.blue-part{
 background-image: url(img/green.jpg); 
 background-repeat: no-repeat;
 background-size: cover;
padding: 110px 0px 90px 0px;
}

.header-switcher{
float: right;
width: 69px;

        margin-top: 34px;
}

.change .site-header .header-switcher{
    margin-top: 10px;
}

.is-rel{
	position: relative;
}

.bg-part{
 background: url(images/bg.jpg); 
 background-repeat: no-repeat;
 background-position: center center;
 background-attachment: fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.home-finfth{
position: relative;
}

.home-finfth:before{
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.home-finfth .container{
position: relative;
z-index: 99;
}


.site-content .blue-part h1, 
.site-content .blue-part h2, 
.site-content .blue-part h3, 
.site-content .blue-part h4, 
.site-content .blue-part h5, 
.site-content .blue-part ul li, 
.site-content .blue-part ol li, 
.site-content .blue-part p, 
.site-content .blue-part .overtitle{
color: #fff;
text-align: left;
}

.site-content .blue-part a, 
.site-content .blue-part a:focus, 
.site-content .blue-part a:visited, 
.site-content .blue-part a:active{
   color: #fff;
   text-decoration: none;
} 

.site-content .blue-part a:hover{
   color: #fff;
   text-decoration: underline;
} 

.site-content a.butt.fire,
.site-content a.butt.fire:focus,
.site-content a.butt.fire:active,
.site-content a.butt.fire:visited{
   background: url(img/fire.png) no-repeat;
   background-size: cover;
   margin-left: auto;
   margin-right: auto;
   display: table;
   border: 1px solid #fff;
   margin-top: 40px;
}

.site-content a.butt.fire:hover{
text-decoration: none;


}


.site-content .home-fourth{
padding: 80px 0px 80px 0px;
}


.site-content .home-fourth h1, 
.site-content .home-fourth h2, 
.site-content .home-fourth h3, 
.site-content .home-fourth h4, 
.site-content .home-fourth h5, 
.site-content .home-fourth ul li, 
.site-content .home-fourth ol li, 
.site-content .home-fourth p, 
.site-content .home-fourth .overtitle{
text-align: center;
}



.tagged_as{
	display: none;
}

  

.site-content .home-finfth h1, 
.site-content .home-finfth h2, 
.site-content .home-finfth h3, 
.site-content .home-finfth h4, 
.site-content .home-finfth h5, 
.site-content .home-finfth ul li, 
.site-content .home-finfth ol li, 
.site-content .home-finfth p, 
.site-content .home-finfth .overtitle{
color: #fff;
text-align: center;
}

.site-content .home-finfth .blue-part a, 
.site-content .home-finfth .blue-part a:focus, 
.site-content .home-finfth .blue-part a:visited, 
.site-content .home-finfth .blue-part a:active{
   color: #fff;
   text-decoration: none;
} 


 .site-content .home-finfth .blue-part a:hover{
   color: #fff;
   text-decoration: underline;
} 


 .site-content .home-finfth{
padding: 60px 0px 60px 0px;
 }
 
 
 .contact-first{
 padding: 60px 0px 60px 0px;
 }
 
 .contact-logo{
 margin-bottom: 30px;
 max-width: 200px;
 }
 
 .contactform-title{
 margin-top: 40px;
 }
 
 
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="search"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="range"], 
.wpcf7 input[type="date"], 
.wpcf7 input[type="month"], 
.wpcf7 input[type="week"], 
.wpcf7 input[type="time"], 
.wpcf7 input[type="datetime"], 
.wpcf7 input[type="datetime-local"], 
.wpcf7 input[type="color"] {
 background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: none;
border: none;
border: 1px solid #000000;

opacity: 1;


text-align: left;

letter-spacing: 0px;
color: #101010;
opacity: 1;

width: 100%;
max-width: 100%;

    font-size: 16px;
    font-weight: 300;
padding-left: 20px;
padding-right: 20px;
 }
 
 .woocommerce .woocommerce-ordering select{
	  background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: none;
border: none;
border-bottom: 2px solid #000000;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;

opacity: 1;


text-align: center;

letter-spacing: 0px;
color: #101010;
opacity: 1;

width: 100%;
max-width: 100%;

    font-size: 16px;
    font-weight: 300;

padding-left: 20px;
padding-right: 20px;
 }
 
.wpcf7 textarea{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: none;
border: none;
border: 1px solid #000000;

opacity: 1;
width: 100%;
max-width: 100%;

text-align: left;

letter-spacing: 0px;
color: #101010;
opacity: 1;
height: 220px;
padding-left: 20px;
padding-right: 20px;

    font-size: 16px;
    font-weight: 300;
}

.wpcf7{
	margin: 0px 0px;
}

.responsive-main{
	display: none;
}

.wpcf7 ::-webkit-input-placeholder {
  color: rgb(5 5 5);
}

.wpcf7 ::-moz-placeholder {
  color: rgb(5 5 5);
}

.wpcf7 :-ms-input-placeholder {
  color: rgb(5 5 5);
}

.wpcf7 :-moz-placeholder { 
  color: rgb(5 5 5);
}

.wpcf7 p{
margin-bottom: 15px;
color: #050505;
}

.wpcf7 p a, 
.wpcf7 p a:focus, 
.wpcf7 p a:visited, 
.wpcf7 p a:active{
	text-decoration: underline;
	color: #050505;
}

.wpcf7 p a:hover{
		text-decoration: none;
}

div.wpcf7 .wpcf7-submit{
margin-top: 30px;
}


.radio-233 span.wpcf7-list-item.last{
    display: inline-block;
    margin-left: 27px;
}


img.portrait{
	    box-shadow: 0px 48px 120px -40px rgba(93, 114, 128, 0.4);
	border-radius: 50%;
}

.intro-section.full-section{
	max-width: 100%;
}

.item.invert-shadow {
    box-shadow: 0px 40px 120px 40px rgba(93, 114, 128, 0.24);
}


.site-content .quote p{
	text-align: left;
}

.intro-section.full-section p{
	    text-align: left;
}

.hero-section{
	background-size: cover!important;
}

.item.invert-shadow{
	background-image: url(img/quote.png);
	background-repeat: no-repeat;
	background-size: 60px auto;
	background-position: 25px 25px;
	
}

.page-template-template-contact .hero-section::before {
    background: linear-gradient(to bottom, rgb(0 0 0 / 62%), rgb(0 0 0 / 77%));
}

.modula-items .modula-item{
	border-radius: 16px!important;
}

.quote {
  display: flex;
  gap: 50px; /* mezera mezi sloupci */
  align-items: flex-start; /* zarovnání vertikálně nahoře */
}

.quote-left {
  flex: 1; /* levý sloupec zabere zbytek prostoru */
}

.quote-right {
  width: 150px; /* pravý sloupec fixní */
  flex-shrink: 0; /* zabrání zmenšení */
}



.contact-person img{
  margin-bottom: 20px;
}

.products-text{
padding: 40px 0px 60px 0px;
}

.products-items{
padding-bottom: 70px;
}

.item{
margin-bottom: 39px;

}

.item a{
  position: relative;
  display: block;
}

.over-title{
display: block;
position: absolute;
bottom: 0px;
right: 0px;
left: 0px;
color: #ffffff;
font-size: 25px;
font-weight: 400;
line-height: 58px;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;

margin: 0px auto;

height: 77px;
line-height: 77px;
max-width: 100%;
max-width: -webkit-calc(100% - 100px);
max-width: -moz-calc(100% - 100px);
max-width: calc(100% - 100px);
}

.company{
padding: 60px 0px 60px 0px;
}
 
.company-image{
    margin-top: 0px;
	
	max-width: 100%;
/* max-width: -webkit-calc(100% + 60px);
max-width: -moz-calc(100% + 60px);
max-width: calc(100% + 60px); */
}

.persons-bottom{
  padding: 60px 0px 60px 0px;
}

.persons-bottom img {
    margin-bottom: 20px;
}

.page-template-template-partner .site-footer {
    border-top: 0px solid transparent;
}

img.full-image{
width: 100%;
}
 
 .partner{
 padding: 100px 0px 100px 0px;
 }
 
.partner a.butt, 
.partner a.butt:focus, 
.partner a.butt:active, 
.partner a.butt:visited{
float: right;
}

.partner .short-left{
    width: 388px;
    float: left;
}

.partner .short-left img{
max-width: 333px;
}

.partner .long-right{
   	width: 100%;
	width: -webkit-calc(100% - 388px);
	width: -moz-calc(100% - 388px);
	width: calc(100% - 388px);
        float: left;
}




.partner-second .has-bg {
    margin-top: 93px;
    min-height: 560px;
    position: relative;
}

.partner-second .has-bg ul {
    position: absolute;
    bottom: 46px;
    left: 50px;
}



.partner-second .has-bg ul {
    position: absolute;
    bottom: 46px;
    left: 50px;
    padding-left: 0px;
}

.partner-second .has-bg ul li {
    list-style-type: none;
    color: #fff;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 58px;
    border-bottom: 1px solid #fff;
    padding-right: 60px;
}

.partner-second .has-bg ul li a,
.partner-second .has-bg ul li a:focus, 
.partner-second .has-bg ul li a:visited, 
.partner-second .has-bg ul li a:active {
    color: #fff;
    text-decoration: none;
}





.partner-second{
padding: 100px 0px 110px 0px;
}




.one-product{
 padding: 100px 0px 100px 0px;
}

.slick-dots li button{
width: 100px!important;
height: 10px!important;
background-color: #000000!important;
}

.slick-dots li {
    position: relative!important;
    display: inline-block;
width: 100px!important;
height: 10px!important;
    margin: 0 15px!important;
    padding: 0!important;
    cursor: pointer!important;
}

.slick-dots li.slick-active button{
 background-color: #0084d6!important;
}

.slick-dots li button:before{
display: none!important;
}

.responsive-product{
visibility: hidden
}

.slick-initialized { 
visibility: visible; 
}




.slide-title h1{
color: #ffffff;
font-size: 70px;
font-weight: 600;
line-height: 70px;

margin: 0px;
text-align: center;
margin-left: auto;
margin-right: auto;
display: table;
}

.slide-image{
position: relative;


}

.slide-image img{
 filter: brightness(70%);
  -ms-filter: brightness(70%);
}

.slide-title{
  position: absolute;
    left: 0px;
    right: 0px;
    
  
top: 200px;
top: -webkit-calc(50% - 35px);
top: -moz-calc(50% - 35px);
top: calc(50% - 35px);

}

 .site-content .home-partner h3{
      color: #2467a5;
 margin: 0px;
font-weight: 400;

line-height: 30px;
font-size: 20px;
 }
 
.site-content .home-partner h3 a, 
.site-content .home-partner h3 a:focus, 
.site-content .home-partner h3 a:visited, 
.site-content .home-partner h3 a.active{
  color: #2467a5;
  }
  
  .site-content .home-partner h3 a:hover{
    text-decoration: none;
  }
 
  .site-content .home-partner p{
 
 }
 
  .site-content .home-partner img{
  margin-bottom: 30px;
  }

 a.inverse-butt, 
 a.inverse-butt:focus, 
 a.inverse-butt:visited, 
 a.inverse-butt:active{
    color: #2467a5;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;

    display: table;
    text-decoration: none;
    padding: 0px 25px;
    height: 55px;
    line-height: 55px;
    background-color: #ffffff;
    border: 1px solid #2467a5;
    border-radius: 0px;
 }
 
  a.inverse-butt:hover{
   color: #fff;
   background: #2467a5;
   text-decoration: none;
  }
  
  .site-content .home-partner  a.inverse-butt{
  margin-left: auto;
  margin-right: auto;
  
  }
  
  
 .slick-dots {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0px!important;
padding-left: 0px;
} 

.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 0px;
    clear: left;
}

body .wpml-ls-legacy-list-horizontal a {
    display: inline-block;
}
  
  
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 0px 0px;
    line-height: 1;
    
    font-size: 20px;
font-weight: 400;
line-height: 58px;

color: #000000;

font-weight: 400;

}

li.wpml-ls-current-language a{
color: #2467a5;
}
  
  
 .wpml-ls-sidebars-schalter li:not(:first-child):before {
     content: "|";
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 15px;
    margin-right: 0px;
    margin-left: 5px;
}

.wpml-ls-legacy-list-horizontal>ul {
    float: right;
}






.sub-menu li{
position: relative;
}

.page-template-template-accommodation .services-cover .row {
    margin-top: 0px;
}

.main-navigation ul ul.sub-menu {
    margin-top: 0px;
    margin-left: 0px;
}
  
  .sub-menu{
   
        padding-top: 29px!important;
    z-index: 9999;
  }
  
  .main-navigation ul ul.sub-menu{
	  margin-left: -20px!important;
	  padding-top: 20px;
		padding-bottom: 20px;
	
  }
  
  
    .main-navigation ul ul.sub-menu a{
	       background-color: rgb(1 68 147 / 100%);
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 4px;
		padding-top: 4px;
  }
  
   .main-navigation ul ul.sub-menu li:first-child a{
	   padding-top: 20px;
   }
  
    
   .main-navigation ul ul.sub-menu li:last-child a{
		   padding-bottom: 20px;   
   }
  
  .main-navigation ul ul.sub-menu {
    margin-top: 0px;
    margin-left: 0px;
	   
}
  
  
.sub-menu a, .sub-menu a:focus, .sub-menu a:visited, .sub-menu a:active, .sub-menu a:hover {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
}
  
  
  .left-icon {
    width: 60px;
    float: left;
    margin-right: 20px;
}

.right-text {
    width: 100px;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
}
  
  
    .sub-menu .sub-menu li{
		margin-bottom: 7px;
	}
	
	ul.button-group {
		margin-bottom: 30px;
		    text-align: center;
	/*	float: left; */
	}
	
	ul.button-group li{
	/*	float: left; */
		list-style-type: none;
		background: transparent;
		padding-left: 0px;
		margin-right: 5px;
		margin-bottom: 5px;
		display: inline-block;
	}
	
	ul.button-group button.button, 
	ul.button-group button.button:visited, 
	ul.button-group button.button:focus, 
	ul.button-group button.button:active{
		border: 1px solid #000!important;
		cursor: pointer;
		width: 100%;
	}
	
	ul.button-group button.button:hover{
		background: #000!important;
		color: #fff!important;
	}
	
	ul.button-group li:before{
		content: none;
	display: none;
	}
	
	.steps .col-three{
		margin-bottom: 20px;
	}
	
	.steps .col-three h3{
		margin-bottom: 5px;
		    font-size: 20px;
    line-height: 30px;
	}
	
	.site-content .text_image h3 {
 font-size: 20px;
    line-height: 30px;
}
	
	.voll p{
		text-align: center;
	}
	
	.site-content .is-product h1, 
	.site-content .is-product h2, 
	.site-content .is-product h3, 
	.site-content .is-product h4, 
	.site-content .is-product h5, 
	.site-content .is-product p, 
	.site-content .is-product ul li, 
	.site-content .is-product ol li{
		text-align: left;
	}
  
  
  .sub-menu .sub-menu li:before {
  display: none;
}

sub-menu .sub-menu li:not(:last-child) {
    margin-right: 0px;
}

.sub-menu li:not(:last-child) {
    margin-right: 0px;
}

.sub-menu .sub-menu{
    background: transparent;
    padding-top: 0px!important;
    z-index: 9999;
}
  
  
  html{
  overflow-x: hidden;
  }
  
  .main-navigation ul ul{
    box-shadow: none;
     }
    
    .main-navigation ul {
    box-shadow: none;
     }
     
     .main-navigation ul ul a {
    width: auto;
}

.main-navigation ul ul a {
    width: 240px;
}

.sub-menu .sub-menu {
    background: transparent;
    padding-top: 0px!important;
    z-index: 9999;
}


.main-navigation .sub-menu a:hover, .main-navigation li.current_page_item .sub-menu a {
    color: #C6A664;
    border-top: 1px solid transparent;
}

.main-navigation ul ul ul {
    left: 0;
    top: 0;
    position: static;
}
  
.sub-menu .sub-menu li {
    list-style-type: none;
    display: inline-block;
    float: none;
    position: static;
}
  
    .sub-menu a:hover{
    color: rgba(255, 255, 255, 0.9);
    }
  
  
  .sub-menu .sub-menu li:not(:first-child):before {
    content: "|";
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 15px;
    margin-right: 4px;
    margin-left: 2px;
}
  
  
  .sub-menu a, .sub-menu a:focus, .sub-menu a:visited, .sub-menu a:active {
    z-index: 99;
}

.change .site-header .main-navigation ul.sub-menu{
margin-top: 0px;
}
  
.site-footer .sub-menu{
	display: none;
}

.this-is-home h4{
	text-align: left;

letter-spacing: 0px;
color: #050505;
opacity: 1;
margin: 10px 0px 0px 0px;
}



.this-is-home .col-sm-4{
	margin-bottom: 118px;
}

.this-is-home .col-sm-4{
	margin-right: 100px;
	
	width: 100%;
	width: -webkit-calc(33.3333% - 66.6666666667px);
	width: -moz-calc(33.3333% - 66.6666666667px);
	width: calc(33.3333% - 66.6666666667px);
}

.this-is-home .row .col-sm-4:nth-child(3n){
		margin-right: 0px;
}

.this-is-home .container{
/*	 	max-width: 100%;
	max-width: -webkit-calc(100% - 270px);
	max-width: -moz-calc(100% - 2707px);
	max-width: calc(100% - 270px); */
	
	
	max-width: 1633px;
	
}

.is-image{
	display: block;
	min-height: 534px;
	position: relative;
}

.is-image img{
	position: absolute;
	bottom: 0px;
}

#cookie-notice a, 
#cookie-notice a:focus, 
#cookie-notice a:visited, 
#cookie-notice a:active{
	color: #2467a5;
	text-decoration: none;
}
  
  
  #cookie-notice a:hover{
	text-decoration: underline;
}

a.pseudo-butt, a.pseudo-butt:focus, a.pseudo-butt:visited, a.pseudo-butt:active {
    text-align: left;
    letter-spacing: 0px;
    color: #2467a5;
    text-decoration: none;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

a.pseudo-butt:hover{
text-decoration: underline;	

}
  
  .site-footer{
    background-size: cover!important;
	position: relative;

  }
  
  .site-footer .row{
	  	position: relative;
		z-index: 10;
  }
  
  .header-right{
	   align-items: flex-end;
  }

  .site-footer:after{
	/*  content: "";
	  width: 100%;
	  height: 100%;
	  left: 0px;
	  top: 0px;
	  z-index: 9;
	  content: "";
	  position: absolute;
	  background: #000;
	  opacity: 0.4; */
  }

 .page-template-template-kontakt #myBtn{
	display: none;  
  }
  
  
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], 
  input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
  height: 45px;
  line-height: 45px!important;
  border: 1px solid rgb(0 0 0 / 52%);
 
  border-radius: 0px;
  padding: 0px 15px;
  border-radius: 4px;
  color: #000000;
    font-size: 15px;
    font-weight: 400;

  }
  
.woocommerce form .form-row textarea, textarea{
      border: 1px solid #000;
  border-radius: 0px;
  padding: 10px 15px;
  height: 250px;
  
  color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    line-height: 30px;
  }
  
   .is-in{
   z-index: 999;
       position: relative;
   }
   
   .top-bar a:hover{
       color: #2467a5;
   }
   
   .home-box:hover {

            -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    transition: all ease .8s;
    
   
}



.slick-prev, .slick-next{
	width: auto!important;
	min-width: 0px!important;
	padding: 0px!important;
	height: 20px!important;
	border-radius: 0px!important;
	background: transparent!important;
}


#sp-ea-761.sp-easy-accordion .sp-ea-single .ea-header a {
    color: #fff!important;
}

#sp-ea-761.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa {
    float: left;
    color: #fff!important;
    font-size: 16px!important;
}

#sp-ea-761.sp-easy-accordion .sp-ea-single {
    background: #4ba82e!important;
}

.one-product{
	padding: 80px 0px 80px 0px;
}

.single-product .one-product {
    padding: 80px 0px 80px 0px;
}

.single-product .one-product .container{
	    max-width: 100%;
    max-width: -webkit-calc(100% - 324px);
    max-width: -moz-calc(100% - 324px);
    max-width: calc(100% - 324px);
}

.site-content .home-fourth h4 a:hover{
	text-decoration: none;
}

.site-content .home-fourth a:hover{
	text-decoration: none;
	opacity: 0.8;
}
  
  .custom-table thead{
	  text-align: left;
	  background: #4ba82e;
	  color: #fff;
	  height: 40px;
	  line-height: 40px;
  }
  
  .custom-table td{
	  width: 50%;
	  padding-left: 5px;
	  padding-right: 5px;
	  text-transform: uppercase;
  }
  
    .custom-table th{
	  width: 50%;
	  padding-left: 10px;
	  padding-right: 10px;
  }
  
    .custom-table{
		margin-bottom: 20px;
	}
	
	.xoo-wsc-container a.button, 
		.xoo-wsc-container a.button:focus, 
			.xoo-wsc-container a.button:visited, 
				.xoo-wsc-container a.button:active{
		margin-bottom: 10px;
	}
	
	.in-carousel {

    display: block;
}

.home .top-image{
	display: none;
}
	
    
    
    
    .pointer{
	display: none;
}

html[lang="de-DE"] .pointer-de {
   display: block!important;  
}

html[lang="en-US"] .pointer-en {
      display: block!important;  
}

html[lang="es-ES"] .pointer-es {
      display: block!important;  
}

html[lang="fr-FR"] .pointer-fr {
      display: block!important;  
}

    
    
	
	.top-image-home{
    height: 100vh;
	min-height: 700px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

.is-rel {
    position: relative;

}

.standard-shadow{
	    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.13);
}

.footer-bottom{
	padding: 20px 0px;
}

.footer-bottom p{
	opacity: 1!important;
	    transform: none!important;
		margin-bottom: 0px!important;
}

.home-box-in h1{
	/*    font-size: 45px;
    line-height: 55px;
    margin: 0px;
    font-weight: 800; */
    text-align: center;
}

.home-start p{
	text-align: center;
}

.blue-part {
    background-image: url(img/oliver_interier_03.png);
	background-color: #3a4a54;
    background-repeat: no-repeat;
	    background-attachment: fixed;
    background-size: cover;
	background-position:  50% 50%;
    padding: 110px 0px 90px 0px;
}

body .is-center{
	margin-left: auto!important;
	margin-right: auto!important;
	display: table!important;
}

.blue-part a.butt.dark, 
.blue-part a.butt.dark:focus, 
.blue-part a.butt.dark:visited, 
.blue-part a.butt.dark:active{
	color: #fff!important;
	border: 1px solid #fff!important;
	background: transparent!important;
	display: table;
}

.blue-part a.butt.dark:hover{
	color: #3a4a54!important;
	border: 1px solid #fff!important;
	background: #fff!important;
	text-decoration: none;
}



.certi-cover .certificates:not(:last-child){
	margin-bottom: 60px;
	padding-bottoM: 60px;
	border-bottom: 1px solid #000;
}

.certificates a.butt{
	margin-bottom: 10px;
}

.small-logo img{
/*	max-width: 200px; */
	
	
max-width: 100%;
max-width: -webkit-calc(100% - 40px);
max-width: -moz-calc(100% - 40px);
max-width: calc(100% - 40px);	
	
	float: right;
	margin-top: 0px;
}

.logo-part .col-sm-8{
width: 100%;
width: -webkit-calc(100% - 240px);
width: -moz-calc(100% - 240px);
width: calc(100% - 240px);
}

.logo-part .col-sm-4{
width: 240px;
}

.site-branding img{
	max-width: 220px;
}

.logos{
	
}

.logos .is-logo{
	    width: 25%;
    float: left;
    position: relative;
    height: 200px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}












.references .container.full{
    max-width: 100%;
	width: 100%;
}

.references .col-fourth:not(:nth-child(4n)) {
  /*  margin-right: 15px; */
	
	   margin-right: 0px;
}

.references .col-fourth {
  width: 100%;
    width: -webkit-calc(25% - 11.25px);
    width: -moz-calc(25% - 11.25px);
    width: calc(25% - 11.25px); 
/*	width: 25%; */
    float: left;
    margin-bottom: 15px;
}

.references a {
    display: block;
    position: relative;
}

.overlay_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(70,89,115,.85);
}

.text_image {
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 36px;
    left: 33px;
    background: url(img/small-arrow.png) no-repeat 100% 100%;
    display: block;
    width: 100%;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
}

.text_image h3 {
    color: #fff;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: normal;
    padding-right: 30px;
}

.text_image h4 {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    line-height: normal;
    padding-right: 30px;
}

.references a:hover .overlay_image {
    opacity: 1;
}


.references{
	padding: 80px 0px;
}


.steps {
    position: relative;
    padding: 80px 0px;
    background: #f8f8f8;
    box-shadow: inset 0 0.1rem 0.2rem 0 #d3d3d3;
}

.col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.steps .step__block {
    display: flex;
    margin-bottom: 5rem;
}

.designer .row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

.is-not-slogan{
	padding: 40px;
	}

.designer img{
	filter: grayscale(100);
}



.all-services{
	margin-top: 80px;
}

.is-not-slogan{
	padding-top: 100px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}

.grid-item {


  text-align: center;
  display: flex;
      align-items: flex-start;   
  justify-content: center; 
}

.grid-item img{
	filter: grayscale(100);
	width: 100%;
}

.grid-item img:hover{
	filter: grayscale(0);
}

.grid-container{
	margin-top: 60px;
}

.is-in{
	
	    width: 100%;
	text-align: left;
}

.bottom-in{
	padding: 20px;
}

.inner-container{
	width: 780px;
	max-width: 100%;
	margin: 0px auto;
}

.inner-container-large{
	width: 1200px;
	max-width: 100%;
	margin: 0px auto;
}

.home-image .inner-container .butt {
     margin: 0px 0px !important; 
}

.footer-logo img{
	width: 200px;
	max-width: 100%;
	margin: 0px auto 60px;
	display: block;
}


.inner-container .butt{
	margin: 0px auto!important;
}

.inner-container h1, 
.inner-container h2, 
.inner-container h3, 
.inner-container h4, 
.inner-container h5, 
.inner-container p, 
.inner-container ul, 
.inner-container ol, 
.inner-container .pretitle
{
	text-align: center;
	margin-left: auto;
		margin-right: auto;
	display: block;
}

.pretitle{
	color: #c6a664;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 4px;
	letter-spacing: 0.1em;
}


.services-cover .row:nth-child(even) .image-part{
	float: right;
}

.services-cover .row:nth-child(even) .text-part{
	padding-right: 40px;
	padding-top: 80px;
}

.services-cover .row:nth-child(odd) .text-part{
	padding-left: 40px;
	padding-top: 80px;
}

.map-cover .services-cover .row:nth-child(odd) .text-part {
    padding-right: 40px;
    padding-top: 0px;
	padding-left: 0px;
}

.page-template-template-contact .site-content .icon-text{
  display: flex;
  align-items: center;     
  height: 100%;            
}

div.wpcf7 .wpcf7-submit {
  display: table;
  width: auto;
  position: relative;
    z-index: 9;
	}
	

 
	
	.dark-form input[type="submit"]:not(.search-submit), 	
	.dark-form input[type="submit"]:not(.search-submit):focus, 	
	.dark-form input[type="submit"]:not(.search-submit):active, 	
	.dark-form input[type="submit"]:not(.search-submit):visited{
  background: transparent!important;
	}
	
	.dark-form input[type="submit"]:not(.search-submit):hover{
  background: #c6a664!important;
  color: #042854!important;
	}
	
	.balik-item{
		border-radius: 16px!important;
	}
	
	.znacka-oblibene{
		border-radius: 4px;
	}
	
	
	.dark-form select option{
		color: #000;
	} 
	
	
.has-pattern .item {
    background: rgb(255 255 255 / 92%);
}

.has-pattern .inner-container-large{
	margin-top: 30px;
}

.has-pattern .item h5{
	color: #000;
	margin-top: 0.6em!important;
    margin-bottom: 0!important;
}

img.carlsbad{
	max-width: 200px;
	margin-top: 30px;
}

.map-cover .icon-text{
	margin-bottom: 30px;
}

.services-cover .row .col-two{
	width: 50%;
	margin: 0px;
}

.item p{
	margin-bottom: 0px;
}

.benefit-cover{
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
    background-color: rgba(26, 40, 57, 0.075);
display: flex;
    align-items: center;      /* vertikální centrování */
    justify-content: center;  /* horizontální centrování, pokud chceš */
	    border-radius: 50%;
		margin-bottom: 20px!important;
}

.benefit-cover:hover{
	 transform: scale(1.04); 
	transition-duration: .1s;
    transition-property: transform;
	    image-rendering: crisp-edges;
		background-color: rgba(26, 40, 57, 0.085);
	
}


.benefit-cover img{
	    fill: #002755;
    color: #002755;
	    filter: invert(11%) sepia(45%) saturate(3840%) hue-rotate(200deg) brightness(85%) contrast(90%);

}


.home-box .pretitle{
	text-align: center;
	display: block;
}


.item{
	border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 40px 120px -40px rgba(93, 114, 128, 0.24);
	padding: 50px 30px;
}

.item:hover{
	border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 48px 120px -40px rgba(93, 114, 128, 0.4);
}

.services-cover .row{
	margin-top: 80px;
}

.map-cover .services-cover .row{
	margin-top: 0px;
}


.services-cover .row img{
	border-radius: 16px;
}



.icon.icon-inno {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 3px;
    min-width: 20px;
    border-radius: 100%;
    padding: 20px;
	height: 70px;
	line-height: 70px;
	width: 70px;
 /*  border: 1px solid #014493; */
  border: 1px solid #0144938c;



  /*  inset 0 10px 4px rgba(255, 255, 255, 0.4);*/
	
	
	
	/*    box-shadow:
        0 2px 6px rgba(1, 68, 147, 0.15), 
        inset 0 1px 0 rgba(255, 255, 255, 0.8); */
}

.space-group{
	margin-bottom: 40px;
}

.light-form .wpcf7-submit {
    display: table;
    width: auto;
    margin: 0px auto;

    opacity: 1 !important;
}

.light-form  .wpcf7 p {
    text-align: left;
}


.all-map{
	position: relative;
}

.in-map{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	width: 300px;
	padding: 30px;
	background: #042854;
	border-radius: 0px 0px 0px 16px;
}

.in-map input[type="text"]{
	background: transparent;
	color: #fff;
    border: 1px solid rgb(255 255 255 / 52%)!important;
}

.in-map input[type="text"]::placeholder{
	color: white;
}

 .hero-section {
            position: relative;
            height: 600px;
            background-position: center center;
			: url('https://images.unsplash.com/photo-1566073771259-6a8506099945?w=1600') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
               background: linear-gradient(to bottom, rgb(0 0 0 / 62%), rgb(0 0 0 / 32%));
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
        
        }

        .hero-content .hotel-label {
            font-size: 14px;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 20px;
            opacity: 0.95;
        }

        .hero-content h1 {
			color: #fff;
          /*  font-size: 4.5em;
            font-weight: 300;
            margin-bottom: 20px;
            letter-spacing: 2px;
            text-shadow: 2px 2px 20px rgba(0,0,0,0.3); */
        }

        .hero-content .nights {
            font-size: 1.2em;
            font-weight: 300;
            letter-spacing: 1px;
        }

        .intro-section {
            padding: 100px 0px;
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
        }

        .intro-section p {
          /*  font-size: 1.15em;
            line-height: 1.9;
            color: #555;
            margin-bottom: 30px; */
        }

        .intro-section .signature {
            font-style: italic;
            color: #c6a664;
        /*    font-size: 1.1em; */
            margin: 20px 0px;
        /*    font-weight: 300; */
        }

        .divider {
            width: 80px;
            height: 2px;
            background: linear-gradient(to right, transparent, #c6a664, transparent);
            margin: 60px auto;
        }

        .pricing-section {
            background: #fafafa;
  
        }

        .pricing-container {
            max-width: 900px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .price-box {
            background: white;
                padding: 20px 20px;
            text-align: center;
            border: 1px solid #e0e0e0;
            transition: all 0.3s ease;
            position: relative;

			
			
			    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px 40px 120px -40px rgba(93, 114, 128, 0.24);
        padding: 30px 30px 40px;
	border-top: 3px solid #c6a664;
			
        }

        .price-box::before {
         /*   content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(to right, #c6a664, #d4af37); */
        }

        .price-box:hover {
            box-shadow: 0 10px 40px rgba(184, 134, 11, 0.15);
            transform: translateY(-5px);
        }

        .price-box h3 {
            font-size: 1.1em;
            text-transform: uppercase;
        
        
            margin-bottom: 25px;
            font-weight: 400;
        }

        .price-box .amount {
            font-size: 2.2em;
            color: #c6a664;
            font-weight: 300;
            margin: 0px 0px 20px;
        }

        .price-box .period {
         /*   font-size: 0.95em;
            color: #888;
            line-height: 1.6; */
	margin-bottom: 10px;
        }
		
		.period-note {
        font-size: 14px;
	
        }
		
		

        .services-section {
            padding: 100px 0px;
            background: white;
        }

        .services-section h2 {
            text-align: center;
          /*  font-size: 2.8em;
            font-weight: 300;
            color: #333; */
            margin-bottom: 20px;
            letter-spacing: 1px;
        }

        .section-subtitle {
            text-align: center;
            color: #c6a664;
            margin-bottom: 60px;
            font-size: 1.1em;
        }

        .services-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
        }

        .service-item {
            display: flex;
            gap: 25px;
            padding: 30px;
            background: #fafafa;
            border-left: 3px solid #c6a664;
            transition: all 0.3s ease;
			    border-radius: 0px 16px 16px 0px;
        }

        .service-item:hover {
            background: white;
            box-shadow: 0 5px 25px rgba(0,0,0,0.08);
            transform: translateX(5px);
        }

        .service-icon {
            font-size: 2.5em;
            color: #c6a664;
            min-width: 50px;
        }

        .service-content h3 {
      font-size: 1.3em;
    /* color: #333; */
    margin-bottom: 10px;
    font-weight: 400;
    text-transform: uppercase;
        }

        .service-content p {
        /*    color: #666;
            line-height: 1.7;
            font-size: 0.95em; */
        }

        .included-section {
          
            padding: 100px 0px;
        }

        .included-section h2 {
            text-align: center;
            /* font-size: 2.8em;
            font-weight: 300;
            color: #333; */
            margin-bottom: 60px;
            letter-spacing: 1px;
        }

        .included-grid {
        max-width: 1200px;
    margin: 0 auto;
    display: grid;
	
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
        }

        .included-item {
            display: flex;
            align-items: flex-start;
             gap: 25px;
            padding: 30px;
            background: white;
        /*    border: 1px solid #c6a664; */
            transition: all 0.3s ease;
			  background: #fff;
			  
			  
			  	    border-radius: 16px 16px 16px 16px;
    box-shadow: 0px 40px 120px -40px rgba(93, 114, 128, 0.44);
			  
        }

        .included-item:hover {
            box-shadow: 0 3px 15px rgba(0,0,0,0.08);
            transform: translateX(3px);
        }

.service-icon .benefit-cover{
    background-color: rgb(184 134 11 / 8%);

}

.service-icon i{
	font-size: 24px;
}

        .included-item i {
            color: #c6a664;
            font-size: 24px;
        } 

    

        .cta-section {
                padding: 100px 0px 50px;
            background: linear-gradient(135deg, #c6a664, #8b4513);
			
			
			
            text-align: center;
            color: white;
        }

        .cta-section h2 {
        /*    font-size: 2.5em;
            font-weight: 300; */
            margin-bottom: 30px;
            letter-spacing: 1px;
			color: #fff;
        }

        .cta-button {
            display: inline-block;
            padding: 18px 60px;
            background: white;
            color: #c6a664;
            text-decoration: none;
            font-size: 1.1em;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
            transition: all 0.3s ease;
            border: 2px solid white;
            margin-top: 20px;
        }

        .cta-button:hover {
            background: transparent;
            color: white;
            transform: scale(1.05);
        }

        .note-box {
            max-width: 700px;
            margin: 50px auto 0;
            padding: 30px;
            background: rgba(255,255,255,0.1);
            border: 1px solid rgba(255,255,255,0.2);
            font-size: 0.9em;
            line-height: 1.8;
			border-radius: 16px;
        }
		
		.wpcf7 textarea{
			border-radius: 4px;
		}
		

        .note-box strong {
            display: block;
            margin-bottom: 15px;
            font-size: 1.1em;
        }

        @media (max-width: 991px) {
            .hero-content h1 {
             /*   font-size: 3em; */
            }
            
			
			.included-item {
    box-shadow: 0px 40px 120px -40px rgb(93 114 128);
}
			
        
			
			.included-grid, 
			.services-grid {
 
    gap: 20px;
}
            
         

           /* .intro-section,
            .services-section,
            .pricing-section,
            .included-section,
            .cta-section {
                padding: 60px 30px;
				
				
            } */
			
			
			
	    .intro-section, .services-section, .included-section, .cta-section {
        padding: 70px 0;
    }		
			
			
			
			
			
        }

        .animate__animated {
            animation-duration: 1s;
        }

.ask-form{
    max-width: 800px;
    margin: 0px auto;
}



.dark-form .wpcf7 input[type="text"],
.dark-form .wpcf7 input[type="text"]:focus,
.dark-form .wpcf7 input[type="text"]:visited,
.dark-form .wpcf7 input[type="text"]:active,

.dark-form .wpcf7 input[type="email"],
.dark-form .wpcf7 input[type="email"]:focus,
.dark-form .wpcf7 input[type="email"]:visited,
.dark-form .wpcf7 input[type="email"]:active,

.dark-form .wpcf7 input[type="url"],
.dark-form .wpcf7 input[type="url"]:focus,
.dark-form .wpcf7 input[type="url"]:visited,
.dark-form .wpcf7 input[type="url"]:active,

.dark-form .wpcf7 input[type="password"],
.dark-form .wpcf7 input[type="password"]:focus,
.dark-form .wpcf7 input[type="password"]:visited,
.dark-form .wpcf7 input[type="password"]:active,

.dark-form .wpcf7 input[type="search"],
.dark-form .wpcf7 input[type="search"]:focus,
.dark-form .wpcf7 input[type="search"]:visited,
.dark-form .wpcf7 input[type="search"]:active,

.dark-form .wpcf7 input[type="number"],
.dark-form .wpcf7 input[type="number"]:focus,
.dark-form .wpcf7 input[type="number"]:visited,
.dark-form .wpcf7 input[type="number"]:active,

.dark-form .wpcf7 input[type="tel"],
.dark-form .wpcf7 input[type="tel"]:focus,
.dark-form .wpcf7 input[type="tel"]:visited,
.dark-form .wpcf7 input[type="tel"]:active,

.dark-form .wpcf7 input[type="range"],
.dark-form .wpcf7 input[type="range"]:focus,
.dark-form .wpcf7 input[type="range"]:visited,
.dark-form .wpcf7 input[type="range"]:active,

.dark-form .wpcf7 input[type="date"],
.dark-form .wpcf7 input[type="date"]:focus,
.dark-form .wpcf7 input[type="date"]:visited,
.dark-form .wpcf7 input[type="date"]:active,

.dark-form .wpcf7 input[type="month"],
.dark-form .wpcf7 input[type="month"]:focus,
.dark-form .wpcf7 input[type="month"]:visited,
.dark-form .wpcf7 input[type="month"]:active,

.dark-form .wpcf7 input[type="week"],
.dark-form .wpcf7 input[type="week"]:focus,
.dark-form .wpcf7 input[type="week"]:visited,
.dark-form .wpcf7 input[type="week"]:active,

.dark-form .wpcf7 input[type="time"],
.dark-form .wpcf7 input[type="time"]:focus,
.dark-form .wpcf7 input[type="time"]:visited,
.dark-form .wpcf7 input[type="time"]:active,

.dark-form .wpcf7 input[type="datetime"],
.dark-form .wpcf7 input[type="datetime"]:focus,
.dark-form .wpcf7 input[type="datetime"]:visited,
.dark-form .wpcf7 input[type="datetime"]:active,

.dark-form .wpcf7 input[type="datetime-local"],
.dark-form .wpcf7 input[type="datetime-local"]:focus,
.dark-form .wpcf7 input[type="datetime-local"]:visited,
.dark-form .wpcf7 input[type="datetime-local"]:active,

.dark-form .wpcf7 input[type="color"],
.dark-form .wpcf7 input[type="color"]:focus,
.dark-form .wpcf7 input[type="color"]:visited,
.dark-form .wpcf7 input[type="color"]:active {
    background: #ffffff00 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: none;
    border: 1px solid #fff;
	color: #fff;

}


.dark-form textarea{
    background: #ffffff00 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: none;
    border: 1px solid #fff;
	color: #fff;
}


.dark-form .wpcf7-submit{
	display: table;
    width: auto;
    margin: 0px auto;
	background: #fff!important;
	opacity: 1!important;
}

.dark-form .wpcf7 a, 
.dark-form .wpcf7 a:focus, 
.dark-form .wpcf7 a:visited, 
.dark-form .wpcf7 a:active{
    text-decoration: underline!important;
    color: #fff!important;
}

.dark-form .wpcf7 a:hover{
    text-decoration: none!important;
    color: #fff!important;
}

.dark-form input::-webkit-input-placeholder {
  color: rgb(255 255 255);
}

.dark-form input::-moz-placeholder { 
  color: rgb(255 255 255);
}

.dark-form input:-ms-input-placeholder {
  color: rgb(255 255 255);
}

.dark-form input:-moz-placeholder { 
  color: rgb(255 255 255);
}


.dark-form textarea::-webkit-input-placeholder {
  color: rgb(255 255 255);
}

.dark-form textarea::-moz-placeholder { 
  color: rgb(255 255 255);
}

.dark-form textarea:-ms-input-placeholder {
  color: rgb(255 255 255);
}

.dark-form textarea:-moz-placeholder { 
  color: rgb(255 255 255);
}




.dark-form .wpcf7 input:-webkit-autofill,
.dark-form .wpcf7 input:-webkit-autofill:hover,
.dark-form .wpcf7 input:-webkit-autofill:focus,
.dark-form .wpcf7 input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}

.dark-form .wpcf7 input:focus {
    background: transparent !important;
}

.dark-form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #c6a664!important;
}

.dark-form .wpcf7 form .wpcf7-response-output {
    color: #fff!important;
    opacity: 1 !important;
    position: relative;
    z-index: 1;
	border-color: #c6a664!important;
}

.button-group.new-group a.butt:first-child:hover {
    background: transparent !important;
    color: #c6a664!important;
    border: 1px solid #c6a664!important;
}

.button-group.new-group a.butt:last-child, 
.button-group.new-group a.butt:last-child:focus, 
.button-group.new-group a.butt:last-child:active, 
.button-group.new-group a.butt:last-child:visited {
    background: transparent;
    color: #c6a664;
    border: 1px solid #c6a664;
}


  .balicky-header {
            background: linear-gradient(135deg, #c6a664, #8b4513);
            color: white;
            padding: 80px 60px;
            text-align: center;
        }

        .balicky-header h1 {
            font-size: 3.5em;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .balicky-header p {
            font-size: 1.2em;
            font-weight: 300;
            opacity: 0.95;
        }

        .balicky-wrapper {
            max-width: 1400px;
            margin: 0 auto;
            padding: 80px 60px;
            position: relative;
        }

        .slider-container {
            position: relative;
            overflow: hidden;
            padding: 0 60px;
        }

        .slider-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
            gap: 40px;
        }

        .balik-item {
            background: white;
            border-radius: 0;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            position: relative;
            flex: 0 0 calc(33.333% - 27px);
            min-width: 350px;
        }

        .balik-item:hover {
            box-shadow: 0 15px 50px rgba(184, 134, 11, 0.2);
        }

        .balik-foto {
            position: relative;
            width: 100%;
            padding-top: 66.67%;
            overflow: hidden;
            background: #f0f0f0;
        }

        .balik-foto img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .balik-item:hover .balik-foto img {
            transform: scale(1.05);
        }

        .foto-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.3));
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .balik-item:hover .foto-overlay {
            opacity: 1;
        }

        .balik-obsah {
            padding: 35px 30px;
        }

        .balik-nazev {
            font-size: 1.8em;
            font-weight: 300;
            color: #333;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
            line-height: 1.3;
        }

        .balik-popis {
            font-size: 1em;
            color: #666;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .balik-vyhody {
            list-style: none;
            margin-bottom: 25px;
        }

        .balik-vyhody li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 10px 0;
            color: #555;
            font-size: 0.95em;
            border-bottom: 1px solid #f0f0f0;
        }

        .balik-vyhody li:last-child {
            border-bottom: none;
        }

        .balik-vyhody li i {
            color: #c6a664;
            font-size: 1.1em;
            margin-top: 3px;
            min-width: 20px;
        }

        .balik-paticka {
            padding: 0 30px 30px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #f0f0f0;
            padding-top: 25px;
        }

        .balik-cena {
            font-size: 2em;
            color: #c6a664;
            font-weight: 300;
        }

        .balik-cena small {
            font-size: 0.5em;
            color: #999;
            display: block;
            margin-top: 5px;
        }

        .balik-tlacitko {
            padding: 12px 30px;
            background: transparent;
            color: #c6a664;
            text-decoration: none;
            font-size: 0.95em;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            border: 2px solid #c6a664;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .balik-tlacitko:hover {
            background: #c6a664;
            color: white;
        }
		
			.balik-obsah {
    padding: 20px 20px 0px 20px;
}
	
	.balik-cena {
    font-size: 1.5em;
    color: #c6a664;
    font-weight: 300;
}
	
	.site-content .balik-obsah ul li, .site-content .balik-obsah ol li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 20px;
}

.site-content .balik-obsah h4, 
.site-content .package-content h4{
	    color: #014493;
}
	
	.site-content .balik-obsah ul li:before {
    top: 4px;
}

.lafonte-logo{
	width: 300px;
}

.newsletter-left input {
    color: #fff !important;
}

.balik-nazev a:hover, 
.package-title a:hover{
	    color: #c6a664;
		text-decoration: none;
}

	
	.balik-paticka {
    padding: 20px;
}


.balik-foto img {
  pointer-events: none; 
}

.package-image a,
.balik-foto a {
    display: block;
    position: absolute; /* nebo relative, pokud nechceš absolute */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; /* nad obrázkem, pod overlay */
}


        .znacka-oblibene {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #c6a664;
            color: white;
            padding: 8px 16px;
            font-size: 0.85em;
            text-transform: uppercase;
            letter-spacing: 1px;
            z-index: 2;
            font-weight: 400;
        }

        /* Carousel Controls */
        .sipka-control, 
 .sipka-control:focus, 
 .sipka-control:active, 
 .sipka-control:visited {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: white;
            border: 2px solid #c6a664;
            color: #c6a664;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5em;
            z-index: 10;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        }

        .sipka-control:hover {
            background: #c6a664;
            color: white;
            transform: translateY(-50%) scale(1.1);
        }

        .sipka-control.vlevo {
            left: 5px;
        }

        .sipka-control.vpravo {
            right: 5px;
        }

        .sipka-control:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .sipka-control:disabled:hover {
            background: white;
            color: #c6a664;
            transform: translateY(-50%);
        }

        /* Carousel Dots */
        .navigacni-tecky {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 40px;
        }

        .tecka {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .tecka.aktivni {
            background: #c6a664;
            transform: scale(1.3);
        }

        .tecka:hover {
            background: #d4af37;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .balik-item {
                flex: 0 0 calc(50% - 20px);
                min-width: 300px;
            }
        }

        @media (max-width: 768px) {
            .balicky-header {
                padding: 60px 30px;
            }

            .balicky-header h1 {
                font-size: 2.5em;
            }

            .balicky-wrapper {
                padding: 60px 0px;
            }
			
			.balik-paticka {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	    align-items: flex-start;
    gap: 10px;
}

.balik-popis {
    margin-bottom: 0px;
}

            .slider-container {
                padding: 0px 0px;
            }

            .balik-item {
                flex: 0 0 100%;
                min-width: 280px;
            }

            .sipka-control {
                width: 40px;
                height: 40px;
                font-size: 1.2em;
            }
        }

        .animate__animated {
            animation-duration: 0.8s;
        }




span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
	
}

.cf7-form input[type="checkbox"], 
.cf7-form [type="radio"]{
    width: auto;
}

.dark-form span.wpcf7-list-item {
    color: #fff;
	
}

.dark-form .wpcf7 p {
    margin-bottom: 0px;
    color: #fff;
	text-align: left;
}

    .page-header {
            background: linear-gradient(135deg, #c6a664, #8b4513);
            color: white;
            padding: 80px 60px;
            text-align: center;
        }

        .page-header h1 {
            font-size: 3.5em;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .page-header p {
            font-size: 1.2em;
            font-weight: 300;
            opacity: 0.95;
        }

        .packages-container {
           /* max-width: 1400px; */
            margin: 0 auto;
               padding: 0px 0px 100px;
        }

      .packages-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* přesně 4 sloupce */
    gap: 40px; /* mezera mezi sloupci a řádky */
}

        .package-card {
            background: white;
            border-radius: 0;
            overflow: hidden;
            transition: all 0.4s ease;
            border: 1px solid #e0e0e0;
            position: relative;
			border-radius: 16px;
        }

        .package-card:hover {
            box-shadow: 0 15px 50px rgba(184, 134, 11, 0.2);
            transform: translateY(-8px);
        }

        .package-image {
            position: relative;
            width: 100%;
            padding-top: 66.67%; /* 3:2 aspect ratio */
            overflow: hidden;
            background: #f0f0f0;
        }

        .package-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .package-card:hover .package-image img {
            transform: scale(1.05);
        }

        .package-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.3));
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .package-card:hover .package-overlay {
            opacity: 1;
        }

        .package-content {
            padding: 20px 20px 0px 20px;
        }

        .package-title {
            font-size: 1.8em;
            font-weight: 300;
            color: #333;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
            line-height: 1.3;
        }

        .package-description {
            font-size: 1em;
            color: #666;
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .package-highlights {
            list-style: none;
            margin-bottom: 25px;
        }

        .package-highlights li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 10px 0;
            color: #555;
            font-size: 0.95em;
            border-bottom: 1px solid #f0f0f0;
        }

        .package-highlights li:last-child {
            border-bottom: none;
        }

        .package-highlights li i {
            color: #c6a664;
            font-size: 1.1em;
            margin-top: 3px;
            min-width: 20px;
        }

        .package-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid #f0f0f0;
            padding: 20px;
        }

        .package-price {
			font-size: 1.5em;
            color: #c6a664;
            font-weight: 300;
        }

        .package-price small {
            font-size: 0.5em;
            color: #999;
            display: block;
            margin-top: 5px;
        }

        .package-button {
            padding: 12px 30px;
            background: transparent;
            color: #c6a664;
            text-decoration: none;
            font-size: 0.95em;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            border: 2px solid #c6a664;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .package-button:hover {
            background: #c6a664;
            color: white;
        }

        .badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #c6a664;
            color: white;
            padding: 8px 16px;
            font-size: 0.85em;
            text-transform: uppercase;
            letter-spacing: 1px;
            z-index: 2;
            font-weight: 400;
			border-radius: 4px;
        }

        /* Responsive */
        @media (max-width: 1200px) {
            .packages-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 sloupce na menší obrazovky */
    }
        }

        @media (max-width: 768px) {
            .page-header {
                padding: 60px 30px;
            }

            .page-header h1 {
                font-size: 2.5em;
            }

            .packages-container {
                padding: 60px 0px;
            }

            .packages-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
        }

        .animate__animated {
            animation-duration: 0.8s;
        }







.cf7-row {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-row-2 {
    grid-template-columns: repeat(2, 1fr);
}

.cf7-col > p {
    margin: 0;
}

/* inputy */
.cf7-form input,
.cf7-form textarea,
.cf7-form select {
    width: 100%;
    box-sizing: border-box;
}

/* mobil */
@media (max-width: 768px) {
    .cf7-row-2 {
        grid-template-columns: 1fr;
    }
}




@media (min-width: 1200px) {
	.demo.desktop{
		display: block;
	}
}



@media (min-width: 768px) and (max-width: 991px) {

   	.demo.laptop{
		display: block;
	}
	
	
	.footer-top .container .row-1 {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
}

.footer-top .container .row-1.ready {
    visibility: visible;
    opacity: 1;
}
	
}





@media (min-width: 991px) and (max-width: 1199px) {
     
#media_image-2 img{
    max-width: 100%;
    height: auto;
    width: 140px;
}

	 .site-footer p {
        font-weight: 300;
        font-size: 13px;
        line-height: 23px;
    }
   
   .row .col-fifth:not(:nth-child(5n)) {
    margin-right: 5px;
}

.row .col-fifth {
    width: 100%;
    width: -webkit-calc(20% - 4px);
    width: -moz-calc(20% - 4px);
    width: calc(20% - 4px);
    float: left;
}

.row .col-fifth:nth-child(5n){
    margin-left: 10px;
}

.footer-fb {
    margin-top: 10px;
}
   
   .footer-top .row .col-fifth:first-child p {
    margin-top: 20px;
    text-align: right;
    max-width: 140px;
}
   
      .footer-top .row .col-fifth:first-child p a{
		  margin-left: 0px;
	  }
   
   
   	.demo.tablet{
		display: block;
	}
	
	
	 .newsletter-cover .header-part{
	   width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
 }
	
}




@media (min-width: 768px) and (max-width: 1199px) {
 

   
  .row .col-two:not(:nth-child(2n)) {
    margin-right: 40px;
}

.row .col-two {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}


.services-cover .row .col-two {
    width: 50%;
    margin: 0px;
}

 .services-cover  .row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

    .map-cover .row .col-two:not(:nth-child(2n)) {
        margin-right: 0px;
    }


}









@media (max-width: 767x) {
		.demo.mobile{
		display: block;
	}
}



@media (max-width: 991px) {
	
	.new-grid .packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
	
	
	
	 .map-cover .row .col-two:not(:nth-child(2n)) {
        margin-bottom: 40px;
    }
	
	
	.inside-overlay{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.row .col-fifth:not(:nth-child(5n)) {
    margin-right: 0px;
}

	.row .col-fifth:not(:nth-child(3n)) {
    margin-right: 20px;
}


.row .col-fifth {
    width: 100%;
    width: -webkit-calc(33.3333% - 13.333px);
    width: -moz-calc(33.3333% - 13.333px);
    width: calc(33.3333% - 13.333px);
    float: left;
}

.footer-top .container .row {
    display: block;
    flex-direction: row;
}
	
	
	
	
	.services-cover .row {
    margin-top: 40px;
}
	
	.has-pattern .inner-container-large {
    margin-top: 20px;
}
	
	
	.standard.has-background {
    padding: 100px 0px;
}
	
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  
 .newsletter-cover .row .col-two:not(:nth-child(2n)) {
        margin-right: 0px;
    }
	
	   .newsletter-cover .row .col-two {
        width: 100%;
        float: left;
    }
	
	    .services-cover .row:nth-child(even) .text-part {
        padding-right: 0px;
        padding-top: 30px!important;
    }
 
}


    @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }

            .hero-text {
                font-size: 1rem;
            }

            .hero-buttons {
                flex-direction: column;
            }

            .btn {
                width: 100%;
                text-align: center;
            }
        }








@media (min-width: 1401px){
.small-logo img{
	margin-top: -30px;
}
}
	
@media (max-width: 1900px) {
.in-carousel-content {
    top: 220px;
   
}
}	

  @media (max-width: 1800px) {
.this-is-home .container {
   	    max-width: 100%;
    max-width: -webkit-calc(100% - 160px);
    max-width: -moz-calc(100% - 160px);
    max-width: calc(100% - 160px);
}
}


@media (max-width: 1660px) {
	.main-navigation ul {

    float: left;
}





.in-carousel-content {
    position: absolute;
    top: 180px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
  /*  max-width: 80%; */
}
}	


	
  
  @media (max-width: 1599px) {
	  
	      .main-navigation li:not(:last-child) {
        margin-right: 20px!important;
    }
	  
	  .full-wave-section {
    gap: 40px;
}
	  
  .text-side-in {
    max-width: 660px;
}

.header-search {
    margin-left: 90px;
}
  
  
.row .col-two.footer-first{
       width: 100%;
    width: -webkit-calc(60% - 40px);
    width: -moz-calc(60% - 40px);
    width: calc(60% - 40px);
}

.row .col-two.footer-second{
       width: 100%;
    width: -webkit-calc(40% - 40px);
    width: -moz-calc(40% - 40px);
    width: calc(40% - 40px);
}

.over-title{
font-size: 20px;
    height: 50px;
    line-height: 50px;
    
        max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}



}





 @media (max-width: 1580px) {
.main-navigation li:not(:last-child) {
    margin-right: 40px;
}


.blog-right-part-in {
    max-width: 633px;
	padding-right: 40px;
}

}



  @media (max-width: 1514px) {



.is-image {
    display: block;
    min-height: 434px;
    position: relative;
}

}
  
  
    @media (max-width: 1420px) {
 .in-carousel-content {
    top: 120px;
	width: 200px;
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 30px);


} 
} 
  
  
  
  @media (max-width: 1399px) { 
  
  .main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
    font-size: 13px;
}

    .main-navigation li:not(:last-child) {
        margin-right: 18px !important;
    }
  
  .price-box {
    padding: 20px 10px;
}
  
  .pricing-container {
    gap: 20px;
}
  
    .text-side-in {
    max-width: 560px;
}
  
  .triple-left .main-navigation {
    margin-right: 0px;
}

.triple-right .main-navigation {
    margin-left: 0px;
}

  
  .logos .is-logo{
	    width: 25%;
    float: left;
    position: relative;
    height: 200px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
  
  
  .home-box {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 200px;
    max-width: 500px;
}
  
  .site-content .slogan h3 {
    font-size: 34px;
    line-height: 36px;
    margin: 0px;
    font-weight: 800;
}

  
  .main-navigation li:not(:last-child) {
    margin-right: 20px;
}
  
  
  .blue-part img {
    max-height: 80px;
    margin: 0px auto 20px;
    display: block;
}
  
  .top-image {
    background-attachment: scroll;
	background-position: 50% 50%;
}
  
     .header-search input[type="search"] {
    max-width: 73px;
}
  
  
  
  .row.is-person .col-two:not(:nth-child(2n)) {
    margin-right: 20px;
}

.row.is-person .col-two {
    width: 100%;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
}
  
  


.header-search {
    margin-left: 0px;
}



.header-search {
    margin-left: 30px;
}
  
  
  .home-second .has-bg ul {
    left: 30px;
}

.partner-second .has-bg ul {
    left: 30px;
}
  
.footer-cols .col-two:first-child {
    width: 100%;
    width: -webkit-calc(53% - 10px);
    width: -moz-calc(53% - 10px);
    width: calc(53% - 10px);
    float: left;
}

ul#menu-social-networks li {
    float: left;
    list-style-type: none;
    text-indent: -9999px;
    margin-right: 10px;
}


.site-footer .row .col-two:not(:nth-child(2n)) {
    margin-right: 20px;
}  

.footer-cols .col-two:last-child {
    width: 100%;
    width: -webkit-calc(47% - 10px);
    width: -moz-calc(47% - 10px);
    width: calc(47% - 10px);
    float: left;
}

.site-footer .row .col-two.footer-first {
    width: 100%;
    width: -webkit-calc(60% - 10px);
    width: -moz-calc(60% - 10px);
    width: calc(60% - 10px);
}

.site-footer .row .col-two.footer-second {
    width: 100%;
    width: -webkit-calc(40% - 10px);
    width: -moz-calc(40% - 10px);
    width: calc(40% - 10px);
}

.site-content .home-partner h3 br{
display: none;
}
}
  
  
  
  @media (max-width: 1199px) and (min-width: 992px){
	    
    .has-gradient p br{
	  display:none;
  }
	  
	  .contact-second .row .col-two{
width: 100%;
width: -webkit-calc(50% - 50px);
width: -moz-calc(50% - 50px);
width: calc(50% - 50px);
float: left;
}

.contact-second .row .col-two:not(:nth-child(2n)){
 margin-right: 100px;
}


.contact-second .wpcf7 .row .col-two{
width: 100%;
width: -webkit-calc(50% - 10px);
width: -moz-calc(50% - 10px);
width: calc(50% - 10px);
float: left;
}

.contact-second .wpcf7 .row .col-two:not(:nth-child(2n)){
 margin-right: 20px;
}

.contact-second .col-two:first-child{
	padding-top: 100px;
}

.contact-second .wpcf7 .col-two:first-child{
	padding-top: 0px;
}

	  
	  
	  
	  
    .footer-copyright ul li {
    list-style-type: none;
    display: block;
}

.site-footer .footer-copyright ul {
    float: right;
    margin-top: 0px;
}

.footer-copyright li:not(:first-child):before{
display: none;
}
}  
  
  
  @media (max-width: 1199px) {
	  
	  .wpml-ls-legacy-list-horizontal a {
    line-height: 12px;

}
	  /*
	  .triple-right{
		  position: relative;
	  }
	  */
	     .language-header-new {
        position: absolute;
        right: 280px;
        top: 28px;
    }
	  
	  
	      #rmp-container-1392 {
        background-color: rgb(1 68 147 / 97%)!important;
    }
	  
	  
	  
  .rmp_menu_trigger, 
.rmp_menu_trigger.rmp-menu-trigger-boring.rmp-mobile-device-menu{
	display: none!important;
}
  
  
.overlay.only-mobile.overlay-full{
	  display: none!important;
  }
  
  
  .in-map{
	position: static;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 16px;
}
  
  
      .main-navigation li:not(:last-child) {
        margin: 0px 0px 5px 0px !important;
    }
 
  
      .main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:focus {
        font-size: 18px;
		display: table;
    }
  
      .overlay-content #primary-menu {
        margin-top: 100px;
    }
  
  
  .site-content .full-wave-section.left-title h2::after {
    margin-left: auto;
}
  
  .single-packet .intro-section {
    padding-bottom: 100px;
}
  
  .full-wave-section{
	  padding: 100px 30px 0px;
	  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.13);  
  }
  
  .pricing-section {
    background: transparent;
}
  
  
      .text-side-in {
    max-width: 100%;
}
  
  .header-butt{
	right: 100px;
}
  
   .site-branding svg {
float: left;
    max-width: 180px;
	height: auto;
}
  
  .site-branding a {

    padding: 0px 0px;
}
  
    .burgwrapp {
     width: 100%;
     position: relative;
}

.wrapp {
    position: absolute;
    top: 45px;
    z-index: 9;
right: 0px;
}



 .burgmenu {
     width: 30px;
     height: 40px;
     cursor: pointer;
     position: relative;
}
 .burgwrapp {
   /*  position: relative;       */
   position: static;
}
.bar1, .bar2, .bar3 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
    height: 1px; /* změna na 1px */
    background-color: #fff;
    font-size: 10px;
    padding: 0;
    appearance: none;
    transition: all 0.2s ease-in;
    transform: rotate(0deg);
}


.bar2{
	width: 15px;
	left: auto;
}


/* PŮVODNÍ ROZESTUPY ZACHOVÁNY */
.bar1 {
    top: 6.5px;
}

.bar2 {
    top: 17.5px;
}

.bar3 {
    top: 28.5px;
}

/* AKTIVNÍ STAV – opticky zarovnáno pro 1px čáry */
.bar1.active {
    top: 18px; /* původní hodnota zachována */
    transform: rotate(-135deg);
}

.bar2.active {
    left: 40px;
    background-color: transparent;
	display: none;
}

.bar3.active {
    top: 18px; /* původní hodnota zachována */
    transform: rotate(135deg);
}


.bar1.active, .bar2.active, .bar3.active{
color: #fff;
}

.bar1.active, .bar3.active{
	        background-color: #ffffff;
}

 .site-header {
     top: 0;
     left: 0;
     width: 100%;
    
     z-index: 9999;
}
 .site-header.scrolled {
     transition: all 1s ease;
}
 .site-header.scrolled:hover {
     opacity: 1;
}
 .overlay {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 1;
     left: 0;
     top: 0px;
	
     overflow-x: hidden;
     transition: 0.5s;
	 
	 background-color: rgb(1 68 147 / 98%);
}

#cookie-law-info-again{
	left: 30px!important;
}

.overlay-content .site-branding svg{
	max-width: 180px;
	height: auto;
}

 .overlay-content {
     position: relative;
     top: 20px;
     width: 100%;
     text-align: left;
}
 .overlay a, 
  .overlay a:focus, 
   .overlay a:visited, 
    .overlay a:active  {
/* color: #ffffff;
        display: table;
font-size: 18px;
font-weight: 300;
line-height: 40px;
text-transform: uppercase; */

}

.overlay .site-branding a {
    display: block;
    padding: 0px 0px;
}


    .overlay a.butt, .overlay a.butt:focus, .overlay a.butt:visited, .overlay a.butt:active {
        color: #c6a664;
        display: table;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2em;
        text-transform: uppercase;
		margin: 30px 0px;
		    letter-spacing: 0.02em;
    padding: 13px 20px;
    }
	
	 .overlay a.butt:hover{

        display: table;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.2em;
        text-transform: uppercase;
		    letter-spacing: 0.02em;
    padding: 13px 20px;
	 }
	

.main-navigation li.menu-item-has-children:before{
	display: none;
}

 .overlay a:hover{
     border-bottom: 0px transparent;
}
 .overlay-content #primary-menu{

}

.main-navigation ul {
    margin-top: 0px;
}


 .overlay a:hover {
     opacity: 1;
     -webkit-transition: all ease .8s;
     -moz-transition: all ease .8s;
     transition: all ease .8s;

}
 .overlay ul ul a {

}
 .overlay ul ul li {
     list-style-type: none;
     display: inline;
}
 .overlay ul ul li:not(:first-child):before {
     content: "|";
     opacity: 0.4;
     color: #ffffff;
     vertical-align: top;
     margin-right: 8px;
     margin-left: 8px;
}

 .main-navigation ul ul a {
     display: inline;
}
 .overlay-full {
     width: 100% !important;         
 	        height: 10000px !important;
}

.main-navigation li:not(:last-child) {
    margin-right: 0px;
}

 .main-navigation ul {
     display: none;
}

.main-navigation li {
    float: none; 
    margin-bottom: 0px;
}

 .overlay-content .main-navigation ul {
     display: block;
     float: none;
     width: 100%;

margin-left: auto;
margin-right: auto;
display: block;
}
 .overlay a:focus{
     outline: none;
}
 .main-navigation ul ul a:hover {
     -webkit-transition: all ease .8s;
     -moz-transition: all ease .8s;
     transition: all ease .8s;
     opacity: 0.8;
}
 .overlay .current_page_item a {
     color: rgba(255, 255, 255, 0.8);
}

 .overlay-content .main-navigation ul ul {
     position: absolute;
     top: 0px;
     left: 181px;
     margin-left: 0px;
     width: 100%;
     width: -webkit-calc(100% - 181px);
     width: -moz-calc(100% - 181px);
     width: calc(100% - 181px);
}
 .main-navigation ul ul li {
     float: left;
     position: static;
}
 .overlay a:hover, .overlay a:focus {
     color: #f1f1f1;
}
 .overlay .closebtn {
     position: absolute;
     top: 20px;
     right: 45px;
     font-size: 60px;
}
 footer.entry-footer{
     display: none;
}
 .main-navigation ul ul li {
     float: left;
}
 iframe {
     vertical-align: top;
}

span.wpcf7-list-item{
  margin-left: 0px;
}

.bar2.active{
        color: transparent!important;
    }


.main-navigation {
    width: 100%;
width: -webkit-calc(100% - 60px)!important;
width: -moz-calc(100% - 60px)!important;
width: calc(100% - 60px)!important;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
	margin-top: 40px;
}

 .wrapp {
    top: 21px;
}
  
  .wrapp {
right: 0px; 
        top: 27px;
}
  
  .change .wrapp {
right: 0px; 
        top: 27px;
}
  
  .site-branding a{
	  margin-top: 5px;
  }
  
  
  
  
  
  .last-footer {
    margin-left: 40px;
}
  
  .standard.has-background {
    padding: 120px 0px 100px;
}
  
  
  
  .site-footer p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

 .site-footer ul li{
	    font-size: 14px;
    line-height: 24px; 
 }
  
  
  .blog-right-part-in {
    max-width: 100%;
    padding-right: 0px;
}

.site-content .blog-right-part h3{
	 margin-bottom: 20px;
 }
  
.blog-left-part {
    display: none;
}

.blog-right-part {
    width: 100%;
}

.one-product .container {
    max-width: 930px;
}
  
  .slogan{
	  margin-right: 30px;
  }
  
  .footer-1 {
    float: left;
    width: 18%;
    float: left;
}

.footer-2 {
    float: left;
    width: 33%;
    float: left;
}

.footer-3 {
    float: left;
    width: 20%;
    float: left;
}


  
  .is-image {
    display: block;
    min-height: 334px;
    position: relative;
}

  
  .watch .container h3 {
    text-align: left;
 
    letter-spacing: 0px;
    color: #050505;
    opacity: 1;
    margin-bottom: 0px;
}
  
  .in-carousel-content {
    top: 60px;
    width: 200px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
  
  a.butt, a.butt:focus, a.butt:active, a.butt:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
	width: auto;	  
  }
  
  a.butt.dark, a.butt.dark:focus, a.butt.dark:active, a.butt.dark:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
	width: auto;	  
  }
  
    .blue-part img {
    max-height: 69px;
    margin: 0px auto 20px;
    display: block;
}
  
  .is-footer-shorter {
    width: 25%;
    float: left;
}

.is-footer-longer {
    width: 25%;
    float: left;
}

.is-footer-longer .is-in {
    margin-left: 0px;
}
  
  .over-title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
  
  .slick-dots li button {
    width: 50px!important;
    height: 10px!important;
    background-color: #000000!important;
}

.slick-dots li {
width: 50px!important;
    margin: 0 8px!important;
}
  
  
  
  .header-search input[type="search"] {
    max-width: 120px;
}

  .main-navigation ul {
    margin-left: 30px;
}


.site-footer .row .col-two.footer-first {
    width: 100%;
    width: -webkit-calc(75% - 10px);
    width: -moz-calc(75% - 10px);
    width: calc(75% - 10px);
}

.site-footer .row .col-two.footer-second {
    width: 100%;
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
}
  
  



.overtitle {
    font-size: 20px;
    line-height: 30px;
}

  .home-second .has-bg ul li {
    padding-right: 0px;
}

.partner-second .has-bg ul li{
    padding-right: 0px;
}

.site-content h2 br{
display: none;
}


.site-footer .row .col-fourth:not(:nth-child(4n)) {
   margin-right: 40px; 
}



.home-partner .col-fourth img{
width: 100%;
}

.home-partner .col-fourth{
margin-bottom: 50px;
}





.header-left{
	
}



.main-navigation li:not(:last-child) {
    margin-right: 0px;
}

.main-navigation ul {
    margin-left: 0px;
}




.header-search{
display: none;
}

.carousel .slick-slide {
    margin: 0 10px;
}

.carousel .slick-list {
    margin: 0 -10px;
}


.main-navigation {
 /*   clear: both;
    display: block;
    float: right;
    width: auto; */
}

.top-bar ul li {
    color: #000;
    font-size: 16px;
    font-weight: 300;

}
} 



@media (min-width: 1200px) {
.only-mobile{
   display: none;
}
}




@media (max-width: 991px) {

 .single-packet .intro-section {
    padding-bottom: 70px;
}
  
  .full-wave-section{
	  padding: 70px 30px 0px;
  }


.map-cover .services-cover .row:nth-child(odd) .text-part {
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.standard.has-background {
    padding: 70px 0px 50px;
}

.row .col-three:not(:nth-child(3n)) {
    margin-right: 20px;
}

.row .col-three {
    width: 100%;
    width: -webkit-calc(33.3333333333% - 13.33px);
    width: -moz-calc(33.3333333333% - 13.33px);
    width: calc(33.3333333333% - 13.33px);
    float: left;
}


	
	.services-cover .row:nth-child(even) .text-part{
	padding-right: 0px;
	padding-top: 60px;
}

.services-cover .row:nth-child(odd) .text-part{
	padding-left: 0px;
	padding-top: 60px;
}
	
	
	.site-footer .footer-bottom {
    padding: 20px 0px 80px;
}
	
.col-sm-2.small-logo{
	display: none;
}
	
.home-start p {
    text-align: left;
}

	  .home-box {
     margin-left: 0;
	 left: 0;
    }
	
	
	.blue-part .butt{
		float: left;
	}
	
	.contact-right {
    padding-top: 40px;
}
	
	.contact-second {
    background: #d8d8d8;
    position: relative;
}

.contact-second:before {
    background: transparent;
}
	
	
.one-product .container {
        max-width: 737px;
}


	.logos .is-logo {
    width: 25%;
    float: left;
    position: relative;
    height: 160px;
}
	
	.small-logo img{
		float: left;
	}
	
	
	.logo-part .col-sm-8 {
    width: 100%;
}


.designer .else-contain {
    display: block;
    flex-direction: row;
	
}





.designer .container {
    max-width: 737px;
}

.slogan-cover {
    position: static;
    bottom: 0px;
    max-width: 100%;
	margin-top: 30px;
}
	
	
		.site-content h2.product-title {
    text-align: center;

    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 40px 0px 40px 0px;
}
	
	
	a.pseudo-butt, a.pseudo-butt:focus, a.pseudo-butt:visited, a.pseudo-butt:active{
		margin-top: 30px;
	}
	
	.this-is-home .col-sm-4 {
    margin-bottom: 40px;
}
	
	  .is-image {
    display: block;
    min-height: 234px;
    position: relative;
}
	
	.site-content .about h1 {
    margin-bottom: 40px;
}
	
	.about {
    margin: 40px 0px 40px 0px;
}
	
	.site-content .blog-right-part h3 {
    text-align: left;

    letter-spacing: 0px;
    color: #050505;
    opacity: 1;
}
	
	.watch .container .row.rows {
    margin-bottom: 40px;
}
	
	a#myBtn, a#myBtn:focus, a#myBtn:visited, a#myBtn:active{
		margin: 40px auto;
	}
	
	.watch {
    margin-top: 40px;
}

	
	
.butt.home{
	margin-top: -150px;
    z-index: 999999;
    position: relative;
	margin-bottom: 104px;
}
	
	.contain {
    display: block;
    flex-direction: row;
    margin-top: -56px;
}
	  
    .blue-part img {
    max-height: 51px;
    margin: 0px auto 20px;
    display: block;
}

.products .col-sm-3 {
    width: 50%;
	float: left;
}

.is-footer-shorter {
    width: 50%;
    float: left;
}

.is-footer-shorter {
    width: 50%;
    float: left;
}

.is-footer-longer {
    width: 50%;
    float: left;
}

.top-bar{
display: none;
}


.sub-menu li:before{
display: none;
}

.sub-menu{
display: none!important;
}

.sub-menu .sub-menu{
display: none!important;
}

.overlay-content .main-navigation ul ul{
display: none!important;
}


.over-title {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
}


    .site-content h1 {
    font-size: 32px;
    line-height: 41px;
    word-wrap: break-word;
} 

  .site-content h2 {
   font-size: 28px;
        line-height: 37px;
    word-wrap: break-word;
}

.site-content h3{
        font-size: 20px;
        line-height: 29px;
    word-wrap: break-word;
}

.site-content h4{
    font-size: 23px;
    line-height: 32px;
    word-wrap: break-word;
}

.site-content h5{
    font-size: 18px;
    line-height: 27px;
    word-wrap: break-word;
}



.partner-second .has-bg ul {
    left: 0px;
    padding: 0 20px;
    width: 100%;
}

.partner-second .has-bg ul li{
     line-height: 28px;
    padding: 10px 0px;
        font-size: 20px;
}

  .home-second .has-bg ul {
    left: 0px;
    padding: 0 20px;
    width: 100%;
}

.home-second .has-bg ul li{
      line-height: 28px;
    padding: 10px 0px;
    font-size: 20px;
}


	.site-content .in-carousel-content p {
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.site-content .in-carousel-content h4 {
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 13px;
}

.site-content h2.product-title {
    margin: 30px 0px 30px 0px;
}

  .row.is-person .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

.row.is-person .col-two {
    width: 100%;
    float: left;
}

.one-product {
    padding: 50px 0px 50px 0px;
}

.persons-bottom {
    padding: 50px 0px 50px 0px;
}

.regular {
    padding: 50px 0px 50px 0px;
}

.blue-part {
    padding: 50px 0px 50px 0px;
}

.site-content .home-fourth {
    padding: 50px 0px 50px 0px;
}

.site-content .home-finfth {
    padding: 50px 0px 50px 0px;
}

.standard {
     padding: 70px 0px 70px 0px;
}

.footer-top {
    padding: 70px 0px 70px 0px;
}

.products-text {
    padding: 50px 0px 50px 0px;
}

.partner {
      padding: 50px 0px 50px 0px;
}

.contact-first {
   padding: 50px 0px 50px 0px;
}

.products-items {
    padding-bottom: 20px;
}

.company {
    padding: 50px 0px 50px 0px;
}

.partner-second {
    padding: 50px 0px 50px 0px;
}

.partner .short-left {
    width: 200px;
    float: left;
}

.partner .short-left img {
    max-width: 80%;
}

.partner .long-right {
    width: 100%;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    float: left;
}

.header-left {
    margin-top: 0px;
}

.site-content{
margin-top: 0px;
}

.site-branding a {
    margin-top: 0px;
}


.header-search {
    margin-top: 26px;
}

.header-switcher {
    margin-top: 12px;
}

   .site-branding a {
     margin-top: 0px;
}




.site-header .container{
position: relative;
}

.only-desktop{
display: none;
}

.row.home-partner .col-fourth {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}

.row.home-partner .col-fourth:not(:nth-child(2n)){
        margin-right: 40px;
}

.row .col-fourth:not(:nth-child(4n)) {
    margin-right: 0px;
}


.site-footer .row .col-two.footer-first {
    width: 100%;
}

.site-footer .row .col-two.footer-second {
    width: 100%;
}

.site-footer .footer-copyright ul {
    float:left;
margin-top: 40px;
}


.row .col-two{
    margin-right: 40px;
}

.row .col-two:nth-child(2n){
    margin-right: 0px;
}


.row .col-two {
    width: 100%;
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: calc(50% - 20px);
    float: left;
}




.services-cover .row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}

.services-cover .row .col-two {
    width: 100%;
    float: left;
}










  .header-switcher {
    margin-right: 60px;
}




  



.home-box {
    right: 0px;
    bottom: 80px;

	top: auto;
}








.change .header-left {
    margin-top: 0px;
}


/*
	.header-right {
    width: 100%;
    width: -webkit-calc(100% - 261px);
    width: -moz-calc(100% - 261px);
    width: calc(100% - 261px);
    float: left;
}

.header-left {
    width: 261px;
    float: left;
}

	.change .header-right {
    width: 100%;
    width: -webkit-calc(100% - 261px);
    width: -moz-calc(100% - 261px);
    width: calc(100% - 261px);
    float: left;
}

.change .header-left {
    width: 261px;
    float: left;
}
*/


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:visited, .woocommerce a.button:visited, .woocommerce button.button:visited, .woocommerce input.button:visited, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus{
border: 1px solid #000;
}


.top-image-home {
    height: 40vh;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
	min-height: 600px;
}	



.is-rel {
    position: relative;
    height: 40vh;
		min-height: 600px;
}

.home-box {
 
    bottom: 60px;
    max-width: 100%;
    z-index: 999999999;
}

.site-branding img {
    vertical-align: middle;
}


}


@media (max-width: 884px) {
.footer-bottom {
    padding: 20px 0px 80px;
}
}
 
@media (min-width: 768px) {
  .home-image .home-image-cover{
   background: transparent!important;
}
}










@media (max-width: 768px) {
    .slider-track {
        display: grid !important;
        grid-template-columns: 1fr; /* 1 sloupec */
        grid-auto-rows: auto;
        gap: 20px;
        transform: none !important; /* vypnout horizontální posun */
    }

    .sipka-control,
    .navigacni-tecky {
        display: none; /* šipky a dots skryjeme */
    }
}
















@media (max-width: 767px) {
	.price-box .amount {
    font-size: 1.8em;
}
	
	    .last-footer {
        margin-left: 0px;
		margin-bottom: 15px!important;
    }
	
	.last-footer ul {
    text-align: left;
}
	
	.photo {
 position: static;
}

.photo1{
	margin-top: 30px;
	 max-width: 90%;
}

.photo2{
	float: right;
	max-width: 70%;
	margin-top: -100px;
}

.photo-stack {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
margin-right: auto;
}

	    .services-cover .row .col-two {
        margin-bottom: 0px;
    }
	
	    .services-cover .row .col-two:not(:nth-child(2n)) {
        margin-right: 0px;
        margin-bottom: 0px;
    }
	
	
	    .services-cover .row .text-part {
        padding-left: 0px;
        padding-top: 30px;
		margin-bottom: 30px;
    }
	
	
	.slideshow-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
}
	
	.slide {
    min-height: 700px;
}
	
	.footer-top {
        padding: 40px 0px 40px 0px;
    }
	
	.logos-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 100%;
}

	.logos-wrapper svg {
    width: 100%;
    height: auto;
    max-width: 200px; /* volitelné, zabrání extrémnímu růstu */
   
}
	
	
	.row-1{
		margin-bottom: 30px;
	}
	
	.map-cover .services-cover .row:nth-child(odd) .text-part {
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 0px;
}
	
	.item {
    margin-bottom: 20px;
}
	
	.footer-top .col-fourth{
		margin-bottom: 40px;
	}
	
	
	    .site-footer .row .col-fourth:not(:nth-child(4n)) {
        margin-right: 0px;
    }
	
    .site-branding img {
    max-width: 250px;
}
    
    
    .header-left{
    width: 250px;
    float: left;

}


.header-right{
    width: 100%;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    float: left;
}
    
    
	.top-image {
    height: 300px;
}
	
	.wpcf7 .row .col-two:not(:nth-child(2n)) {
        margin-right: 0px;
        margin-bottom: 0px;
    }
	
	
	.is-not-slogan{
	padding: 0px;
	margin-bottom: 40px;
	}
	
	.footer-1 img {
    margin-bottom: 0px;
	    margin-bottom: 0;
}


	
	
	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 200px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}
	

.row .two-of-three{
width: 100%;
float: left;
 margin-right: 0px;
}

.row .one-of-three{
width: 100%;
float: left;
}

	
	
	

	.is-image{
		min-height: 0px;
	}
	
	.this-is-home .col-sm-4 {
    margin-right: 100px;
    width: 100%;
}
	.is-image img {
     position: static;
    bottom: 0px;
}
	
	a.scroll-down, a.scroll-down:focus, a.scroll-down:visited, a.scroll-down:active, a.scroll-down:hover {
    top: 375px;
	z-index: 9999!important;
}

.blog-left-part {
    width: 100%;
    float: left;
    margin-right: 0px;
}



	.blog-right-part-in {
    max-width: 100%;

		width: 100%;
		
		    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
	margin: auto;
}


.else-contain {
    display: block;
    flex-direction: row;
}

.slogan-cover{
	position: static;
	margin-top: 30px;
}


.blog-right-part {
    width: 100%;
    float: left;
}

	
	.watch .container .blog-right {
    width: 100%;

    float: left;
}
	
	
	.in-right {
    max-width: 100%;

		width: 100%;
		
		    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
	
	margin-left: auto;
	margin-right: auto;
}

.watch .container .blog-left{
	margin-bottom: 30px;
}
	
	.watch .container .blog-left {
    width: 100%;

    float: left;
}



.footer-top .container .row {
    display: block;
}

#menu-social-networks {
    margin-top: 20px;
}

.footer-top .container .row .footer-1, .footer-top .container .row .footer-2, .footer-top .container .row .footer-3 {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.footer-1 img {
    max-width: 100%!important;
}

.footer-1 img {
    position: static;
}

.over-title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 80px);
    max-width: -moz-calc(100% - 80px);
    max-width: calc(100% - 80px);
}

 .home-box {
    right: 0px;
    bottom: 40px;
    max-width: 100%;
   
}

.home-box{
	left: 0px;
}


.partner-second .has-bg{
    margin-top: 50px;
}

.home-second .has-bg {
    margin-top: 50px;
}

 .contactform-title {
    margin-top: 30px;
}

 .partner .short-left {
    width: 100%;
    float: left;
}

.partner .short-left img {
    max-width: 100%;
    margin-bottom: 30px;
}

.partner .long-right {
    width: 100%;
    float: left;
}





    .container{
  	max-width: 100%;
	max-width: -webkit-calc(100% - 60px);
	max-width: -moz-calc(100% - 60px);
	max-width: calc(100% - 60px);   
    }
	
	
	.designer .container {
    max-width: 100%;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
}
	
	.one-of-three{
		margin-top: 30px;
	}

.row .col-two{
width: 100%;
}

.row .col-two:not(:nth-child(2n)){
 margin-right: 0px;
 margin-bottom: 30px;
}

.row .col-three{
width: 100%;
}

.row .col-three:not(:nth-child(3n)){
 margin-right: 0px;
}



.row .col-fourth{
width: 100%;
}

.row .col-fourth:not(:nth-child(4n)){
 margin-right: 0px;
}

a.butt, a.butt:focus, a.butt:active, a.butt:visited, button, button:focus, button:active, button:visited, input[type="button"], input[type="button"]:focus, input[type="button"]:active, input[type="button"]:visited, input[type="reset"], input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:visited, input[type="submit"]:not(.search-submit), input[type="submit"]:not(.search-submit):focus, input[type="submit"]:not(.search-submit):active, input[type="submit"]:not(.search-submit):visited{
	height: auto!important;
	line-height: normal!important;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}


}



   @media (max-width: 620px) {
	   
	      .change .wrapp {
        right: 0px;
        top: 10px;
    }
	   
	   
	        .language-header-new {
        position: absolute;
        right: -10px;
        top: 80px;
    }
	   
	   
	        .change   .language-header-new {
        position: absolute;
        right: -10px;
        top: 50px;
    }
	   
	   
	   
	   	.new-grid .packages-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
	   
	   	.slideshow-container {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 1000px;
    overflow: hidden;
}
	
	.slide {
    min-height: 1000px;
}
	   
	   
	   
   
   #media_image-2 {
    max-width: 200px;
    margin-left: 0px;
	margin-right: auto;
}

.footer-top .row .col-fifth:first-child p {
    margin-top: 20px;
    text-align: left;
}


.footer-top .row .col-fifth:not(:last-child){
	margin-bottom: 30px;
}





   
       .row .col-fifth:not(:nth-child(3n)) {
        margin-right: 0px;
    }
   
   
       .row .col-fifth {
        width: 100%;

        float: left;
    }
   
   
   
   
   
   
   
   .home-box-in h1{
	   padding: 0px;
   }
   
   .over-title {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
   
   
   .row.home-partner .col-fourth {
    width: 100%;
    float: left;
}
   
   .row.home-partner .col-fourth:not(:nth-child(2n)) {
    margin-right: 0px;
}
   
   
  .header-search{
  display: none;
  }
  
  .footer-cols .col-two:first-child {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.site-footer .footer-copyright ul {
    float: left;
    margin-top: 30px;
}

.footer-cols .col-two:last-child {
    width: 100%;
    float: left;
}

.site-footer .row .col-two:not(:nth-child(2n)) {
    margin-right: 0px;
}


	   	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 150px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
}

}
   
   
   
   
   
@media (max-width: 610px) {
  .pricing-container{
    grid-template-columns: 1fr;
  }
  
      .pricing-container {
        gap: 30px;
    }
  
      .price-box {
        padding: 20px 20px 30px;
    }
}



@media (max-width: 576px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
   
   
   
   
     @media (max-width: 530px) {


.button-group {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

  .header-butt{
	right: 90px;
}

 }  
   
   
   @media (max-width: 480px) {
	  
  .header-butt{
	display: none!important;
}
	  
	   .newsletter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 5px;
}


	   
	   
#media_image-2{
	margin-bottom: 30px;
}	     

		 .site-footer .row .col-fourth:not(:nth-child(4n)) {
        margin-right: 0px;
    }
	
	    .site-footer .row .col-fourth {
        width: 100%;
        float: left;
    }
	   
	   
	   	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 100px;
    height: 100px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
	   
	   
	   .is-footer-shorter {
    width: 100%;
    float: left;
}

.is-footer-longer {
    width: 100%;
    float: left;
}
	
.is-in {
    width: 100%;
}	

.is-footer-longer ul {
    float: none;
    max-width: 100%;
	margin-top: 1.5em;
}

.products .col-sm-3 {
    width: 100%;
    float: left;
}

	   
    .footer-copyright ul li {
    list-style-type: none;
    display: block;
}

.site-footer .footer-copyright ul {
    float: left;

}

.footer-copyright li:not(:first-child):before{
display: none;
}

.over-title {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
}

.top-image .container h1.main-title {
    position: absolute;
    left: 0px;
    bottom: 30px;
    margin-bottom: 0px;
    z-index: 99;
}

   }
   
   
   
   @media (max-width: 420px) {


.site-branding a {
    margin-top: 0px;
}


.header-switcher {
    margin-right: 40px;
}
 }  
   
   
   @media (max-width: 400px) {
	 


	   
  .over-title{
  position: static;
      background-color: rgba(0, 0, 0, 1);
      height: auto;
      max-width: 100%;
      padding: 10px 15px;
      line-height: 1.5;
  } 
}


   @media (max-width: 380px) {

	   	    .logos .is-logo{
	    width: 50%;
    float: left;
    position: relative;
    height: 100px;
}

.logos .is-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
}
}


 @media (max-width: 360px) {
.site-branding img {
    max-width: 200px;
}

.balik-item {
        flex: 0 0 100%;
        min-width: 240px;
    }
}

   @media (max-width: 340px) {

	   	    .logos .is-logo{
	    width: 100%;
    float: left;
    position: relative;
    height: auto;
}

.logos .is-logo img {
    position: static;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 20px;
    left: 0px;
    right: 0px;
    max-width: 100%;
	margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
display: block;
}


.preheader ul li {
    font-size: 12px;
}

}




@media (max-width: 768px) {
  #sliderBaliku {
    display: flex;
    flex-direction: column;
    transform: none !important;
    gap: 20px;
  }
}