/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');

body, 
html {
    opacity: 1;
    visibility: visible;
	
	
	font-family: "Sora", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
body { 
	background: white;
    overflow-x: hidden;
	margin: 0;
}
body.navbar-is-fixed-top {
    margin-top: 0;
}
body:not(.path-frontpage) {
	padding-top: 0px !important;
}
body.user-logged-in {
	padding-top: 80px !important;
}
.container,
.container-fluid {
	max-width: 1720px;
	margin: 100px auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F2621;
	
	font-family: "Cormorant Upright", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
}


h2 {
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 57.599998474121094px;
	text-align: left;
	color: #1f1e17;
	margin: 0;
	margin-bottom: 10px;
}
h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	text-align: left;
	color: #30b457;
	margin-top: 5px;
}
h4 {
	color: #EEC044;
	font-family: "Cormorant Upright", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	margin: 0;
}


.slider {
	display: block;
    position: relative;
    clear: both;
	overflow: hidden;
}

.slider .container-fluid {
    max-width: 100%;
    margin: 0px auto;
	padding: 0;
}

.slider .view-slider-homepage {
	margin-top: 124px;
}
.slider .view-slider-homepage .views-field-body {
	width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 10;

}	
.slider .view-slider-homepage .views-field-body .field-content {
	background: rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 50px;
	width: 915px;
}	
.slider .view-slider-homepage .views-field-body .field-content h2 {
	font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.08;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
	margin-bottom: 15px;
}	
.slider .view-slider-homepage .views-field-body .field-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	 
	color: #ffffff;
	margin-bottom: 15px;
}	

.slider .slick__arrow {
	position: absolute;
    top: calc(50% - 28px);
    display: flex;
    justify-content: space-between;
	width: 100%;
	padding: 0 50px;
}
.slider .slick__arrow button {
	width: 56px;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.2);
	text-indent: -9999px;
	position: relative;
	border-radius: 100px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.slider .slick__arrow button:after {
	content: "";
	width: 30px;
	height: 30px;
	display: block;
    background: url(../images/arrow_right.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
}
.slider .slick__arrow button.slick-prev:after {
	transform: rotate(-180deg);
}
.slider .slick__arrow button:hover {
	background: rgba(255, 255, 255, 0.35);
}

.under_slider {
	background: #F4F2F0;
	padding: 50px 0;
}
.under_slider h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.08;
	text-align: center;
	 
	color: #1a1a1a;
	margin-top: 20px;
	margin-bottom: 15px;
}
.under_slider p {
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	 
	color: rgba(26, 26, 26, 0.60);
}
.under_slider .field--name-body {
    max-width: 236px;
    margin: 0 auto;
}


.region-under-slider > section {
	position: relative;
}
.region-under-slider > section:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #DCDAD8;
	position: absolute;
	right: 0;
	top: 0;
}
.region-under-slider > section:last-child:after {
	display: none;
}


.slider .views-field-field-obrazok-v-pozadi .field-content{
  position: relative;
  overflow: hidden;

  /* Výška: min 320px, ideálne podľa šírky, max 850px */
  height: clamp(320px, 44.3vw, 850px); /* 44.3vw ≈ 1920×850 pomer */
}

.slider .views-field-field-obrazok-v-pozadi .field-content img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center; /* uprav podľa potreby, napr. center 30% */
  display: block;
}





.region-slider {
    position: relative;
    z-index: 25;
}

.navbar .container {
	/* max-width: 100%; */
    margin: 0px auto;
    /* background: white; */
    display: flex;
    padding: 0px 0px;
    align-items: center;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
/* .navbar.smaller .container { */
    /* padding: 0px 0px; */
/* } */
.region-navigation-collapsible {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-default {
	margin-top: 0px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    padding: 28px 72px;
}
/* .navbar-default.smaller { */
	/* margin-top: 0px; */
	/* background: white; */
/* } */
.navbar-default {
	margin-top: 0px;
	background: white;
}
a { 
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
a:hover,
a:focus,
a:visited { 
    text-decoration: none;
}
p {
	/* font-style: normal; */
	/* font-weight: 400; */
	/* font-size: 16px; */
	/* line-height: 28px; */
	/* color: #000000; */
	font-family: "Sora", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	 
	color: #666666;
	text-align: justify;
}
.btn-primary {
	background: #E8AF5F;
	border: 0px solid transparent;

	padding: 12px 24px 12px 30px;
	position: relative;
	border-radius: 10px;
	
	
	display: inline-flex;
    align-items: center;
	
	 
	font-family: Sora;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	 
	color: #ffffff;
}
.btn-primary:after {
	content: "";
	display: block;
	background: url(../images/arrow_right.svg) no-repeat transparent;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
	background: #D7973D;
}

.btn-secondary {
	background: #f9f6f3;
	border: 0px solid transparent;

	padding: 12px 24px 12px 30px;
	position: relative;
	border-radius: 10px;
	
	
	display: inline-flex;
    align-items: center;
	
	 
	font-family: Sora;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: center;
	 
	color: #000;
}
.btn-secondary:hover {
	background: #EDEDED;
	border: 1px solid #EDEDED;
}
.btn-secondary:after  {
	content: "";
	display: block;
	background: url(../images/arrow_right_black.svg) no-repeat transparent;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin-left: 5px;
}


.views_slideshow_slide {
	background-color: transparent !important;
}
.path-frontpage .page-header {
	display: none;
}
.navbar-default {
    /* background-color: transparent; */
	/* background: transparent; */
    border-color: transparent;
	border-bottom: 0px solid rgba(255,255,255,0.15);
}
.navbar-default .navbar-brand {
	float: left;
    height: initial;
    padding: 0px;
    font-size: 20px;
    color: #1F2621;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 0px !important;
    display: block;
	
	display: none;
}
.region-navigation {
	display: flex;
    align-items: center;
}
.navbar .logo {
	margin: 0;
	/* margin-bottom: -40px; */
}
.navbar .logo img {
	max-width: 195px;
	height: auto;
}
#superfish-main > li > a,
#superfish-main > li a {
	margin: 0;
    padding: 0;
    color: #fff !important;
	color: #000 !important;
    padding: 0px 23px;
    font-family: "Sora", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    color: #ffffff;
    display: flex;
    align-items: center;
}
#superfish-main > li ul a {
	color: #000 !important;
}
#superfish-main > li ul a:hover {
	background: rgba(0,0,0,0.1);
}
/* .smaller #superfish-main > li > a, */
/* .smaller #superfish-main > li a { */
	/* color: #000 !important; */
/* } */
/* #superfish-main a.is-active { */
	/* color: #30B457 !important; */
/* } */

#superfish-main > li ul {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}


ul.sf-menu .sf-sub-indicator:after {
	content: "";
    display: block;
    background: url(../images/arrow_bottom.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 5px;
    margin-left: 5px;
    vertical-align: 0;
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}
/* .smaller ul.sf-menu .sf-sub-indicator:after { */
    /* background: url(../images/arrow_bottom_black.svg) no-repeat transparent; */
    /* background-position: center; */
    /* background-size: contain; */
/* } */
ul.sf-menu .sf-sub-indicator {
	height: 1em;
    line-height: 9999px;
    opacity: 1;
    overflow: hidden;
    position: relative;
    right: -5px;
    speak: none;
    text-indent: -9999px;
    top: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 6px;
}

.navbar-nav > li {
    display: flex;
    align-items: center;
}
.navbar-nav > li:after {
	content: "";
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 4px;
	
	display: none;
}
.navbar-nav > li.last:after {
	display: none;
}

#navbar-collapse {
	flex-grow: 1;
}

#block-web-mainnavigation {
    margin-left: 0px;
    flex-grow: 1;
}


.navbar-toggle {
	border-radius: 0;
}


.visually-hidden-focusable {
	display: none;
}

.page-node-6 .highlighted_container {
	display: none;
}


.block-advanced-language-selector {
	margin-right: 20px;
	position: relative;
}
.block-advanced-language-selector:before {
	content: "";
    display: block;
    width: 1px;
    height: 100%;
	background: rgba(255,255,255,.25);
    position: absolute;
}
.block-advanced-language-selector select {
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 22px;
    padding: 10px 8px;
    width: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    display: block;
    background: url(../images/globe.svg) no-repeat transparent;
    background-position: left 9px center;
    text-align: center;
    text-transform: uppercase;
	
	color: #f79622;
}

.block-advanced-language-selector .dropdown {
    padding-left: 15px;
}
.block-advanced-language-selector .btn {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    box-shadow: none;
    color: white;
    padding: 5px;
	
	
    font-family: "Sora", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}
.block-advanced-language-selector .btn:hover,
.block-advanced-language-selector .btn:focus {
	background: none;
    outline: 0px;
    outline-offset: 0px;
}
.block-advanced-language-selector .btn.show {
	display: inline-flex !important;
}
/* .smaller .block-advanced-language-selector .btn { */
    /* color: black; */
/* } */
.block-advanced-language-selector .btn:after {
	content: "";
    display: block;
    background: url(../images/arrow_bottom.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 5px;
    margin-left: 5px;
	
	vertical-align: 0;
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}
.smaller .block-advanced-language-selector .btn:after {
    background: url(../images/arrow_bottom_black.svg) no-repeat transparent;
	background-position: center;
    background-size: contain;
}

.block-advanced-language-selector select:-ms-expand {
    display: none;
}

.dropdown-menu > li > a {
	padding: 3px 10px;
}
.dropdown-menu > li > a img {
	margin-right: 5px;
}
.dropdown-menu {
	min-width: 100px;
}

#block-web-ponukakurzov a {
	font-family: "Sora", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}



.highlighted_container .tabs--primary {
	display: flex;
    flex-direction: column;
    align-items: stretch;
    background: white;
}
.highlighted_container .tabs--primary.nav-tabs a {
	color: black;
    padding: 10px 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.highlighted_container .tabs--primary.nav-tabs .active a {
	background: #cadfff;
	background-color: #cadfff;
    border: 0;
	margin: 0;
}
.highlighted_container {
	position: absolute;
    z-index: 50;
    margin-top: 250px;
}
.highlighted_container .container-fluid {
	padding: 0;
}


.node--type-article .author {
	display: none;
}
.node--type-article .main-container {
	background: white;
    -webkit-box-shadow: 0px 69px 115px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 69px 115px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 69px 115px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 36px;
    margin-top: 40px;
}
.node--type-article h1.page-header,
.node--type-article h1.page-header span {
	font-style: normal;
    line-height: 1.37;
    text-align: left;
	color: rgb(247, 150, 34);
	border: 0;
    margin-bottom: 0;
}
.node--type-article h1.page-header span:after {
    content: "";
    display: block;
    width: 89px;
    height: 3px;
    background: #f9bc6e;
    border-radius: 1000px;
    margin-top: 8px;
    margin-bottom: 14px;
}


:not(.path-frontpage) .main-container {
	margin-top: 100px;
}
.path-frontpage .main-container {
	margin-top: 0px;
}

.block-block-content .field--name-field-obrazok {
    flex-shrink: 0;
    margin-right: 35px;
}
.block-block-content .field--name-field-obrazok img {
	/* border-radius: 10px; */
    overflow: hidden;
}

.block-block-content .field--name-field-obrazky {
	display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}
.block-block-content .field--name-field-obrazky .field--item {
	max-width: calc(33% - 25px);
}





.webform-confirmation__back a {
	background: #E8AF5F;
}
.webform-confirmation__back a:before {
	content: "";
    display: block;
    background: url(../images/arrow_right.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    transform: rotate(180deg);
} 
.webform-confirmation__back a:after {
	display: none;
} 



.additional_info p {
	font-size: 16px;
}

.contact_map {
	
}
.contact_map iframe {
	max-width: 100%;
}


.node--type-zakladna-podstranka-gutenberg .main-container:before {
	content: "";
    display: block;
    position: absolute;
    top: 200px;
    width: 100%;
    height: 600px;
    background: url(../images/slnecnica.jpg) no-repeat transparent;
    background-position: center;
    background-size: cover;
    margin-top: -220px;
    z-index: -1;
    left: 0;
}
.node--type-zakladna-podstranka-gutenberg .main-container > .row {
	background: white;
    -webkit-box-shadow: 0px 69px 115px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 69px 115px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 69px 115px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 36px;
    margin-top: 40px;
}


.contact_info {
	
}
.contact_info h2 {
	color: rgb(247, 150, 34);
}
.contact_info h2:after {
    content: "";
    display: block;
    width: 89px;
    height: 3px;
    background: #f79622 !important;
    border-radius: 1000px;
    margin-top: 8px;
    margin-bottom: 14px;
}

.contact_place,
.contact_phone,
.contact_email {
	margin-left: 38px;
	margin-bottom: 15px !important;
}
.contact_place *,
.contact_phone *,
.contact_email * {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.87;
    letter-spacing: 0.03em;
    text-align: left;
    color: #666666;
}
.contact_place:before {
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    margin-left: -38px;
	
	background: url(../images/location.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
}
.contact_phone:before {
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    margin-top: 8px;
    margin-left: -38px;
	
	background: url(../images/telephone.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
}
.contact_email:before {
    content: "";
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    margin-top: 2px;
    margin-left: -38px;
	
	background: url(../images/mail.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
}

.contact_webform {
	display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    max-width: 650px;
    margin: 0 auto;
    border: 2px solid rgb(215 215 215);
    text-align: center;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 69px 114px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    justify-content: center;
}

.contact_webform h2 {
    color: rgb(247, 150, 34);
}
.contact_webform h2:after {
    content: "";
    display: block;
    width: 89px;
    height: 3px;
    background: #f79622 !important;
    border-radius: 1000px;
	margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 14px;
}
.contact_webform .block-webform {
	text-align: left;
}


.fullwidth_divider {
	width: 100%;
    height: 1px;
    display: block;
}


.first_fullwidth_content {
	padding: 70px 0;
	margin-top: 70px;
	margin-bottom: 70px;
}


.second_content {
	
}
.second_content .container {
	position: relative;
	padding: 0;
}




.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar .container {
	min-width: 100%;
    max-width: 100%;
    width: calc(100% - 30px);
}
.navbar .menu {
	display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
}
.navbar-collapse {
    flex-basis: initial;
}



.fade-in-up {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.visible {
	opacity: 1;
	transform: translateY(0);
}
  
  
.block-webform {
	max-width: 700px;
    margin: 0 auto;
}

.block-webform form {
	display: flex;
    flex-wrap: wrap;
}
.block-webform input,
.block-webform textarea {
	background: #F8F7F0;
    border: 0;
    box-shadow: none;
    padding: 15px 20px;
    height: initial;
}

.block-webform .form-item {
	width: 100%;
}

.block-webform .form-item-name {
	max-width: calc(50% - 15px);
}
.block-webform .form-item-email {
	max-width: 50%;
	margin-left: 15px;
}
.block-webform .block-title {
    margin-bottom: 25px;
}



body:not(.path-frontpage) .background {
	width: 100%;
	height: initial;
	position: relative;
	top: 0;
	left: 0;
	background: url(../images/background.jpg) no-repeat #F8F7F0;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 200px;
    padding-bottom: 50px;
}
body:not(.path-frontpage) .background * {
    text-align: center;
	border: 0;
}
body:not(.path-frontpage) .background > * {
	position: relative;
    z-index: 10;
}
body:not(.path-frontpage) .background h1 {
	font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    padding: 0;
    margin-bottom: 15px;
	
	font-style: normal;
font-weight: 400;
font-size: 80px;
line-height: 1.08;
text-align: center;
 
color: #ffffff;
}
body:not(.path-frontpage) .background h2 {
	font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    color: #ffffff;
    text-align: center;
}
body:not(.path-frontpage) .background:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.25);
    background-position: bottom center;
    background-size: cover;
    margin-top: 0;
    z-index: 1;
    bottom: 0;
}


.block-block-content .field--name-field-obrazky .field--item.animate {
  animation: fallIn 0.6s ease forwards;
}

.third_fullwidth_content .container {
	position: relative;
}
.second_fullwidth_content .container {
	position: relative;
}


#block-web-rezervovat {
	margin-left: 30px;
}


#block-web-miestokdesaspajakomfortsprirodou {
	margin-top: 75px;
	margin-bottom: 60px;
}
#block-web-miestokdesaspajakomfortsprirodou h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 69px;
	line-height: 1.08;
	text-align: center;
}
#block-web-miestokdesaspajakomfortsprirodou h2 span {
	font-weight: 600;
}

#block-web-vilakarpatiaponukaluxusneubytovanie {
	clear: both;
}
#block-web-vilakarpatiaponukaluxusneubytovanie p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.41;
	letter-spacing: 0.04em;
	text-align: left;
	 
	color: #353535;
}
#block-web-vilakarpatiaponukaluxusneubytovanie p strong {
	color: #E19932;
}

#block-web-vilakarpatiaponukaluxusneubytovanie .btn-plain {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #353535;
    display: flex;
    align-items: center;
	padding-left: 0;
}
#block-web-vilakarpatiaponukaluxusneubytovanie .btn-plain:after {
	content: "";
    display: block;
    background: url(../images/arrow_right_black.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

.path-frontpage .region-content {
	display: flex;
    flex-wrap: wrap;
	gap: 30px;
}
#block-web-vilakarpatiaponukaluxusneubytovanie {
    max-width: calc(50% - 15px);
}
#block-web-vilakarpatiaponukaluxusneubytovanie p {

	padding-right: 170px;
}
#block-web-vilakarpatiaponukaluxusneubytovanie img {
    max-width: 100%;
	height: auto;
}
#block-web-frontsecondimage {
	max-width: calc(50% - 15px);
}
#block-web-frontsecondimage img {
    max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}


#block-web-counters {
	
}
#block-web-counters table {
	width: 100%;
}
#block-web-counters table tr {
	vertical-align: top;
}
#block-web-counters table h3 strong {
	font-family: Sora;
	font-style: normal;
	font-weight: 100;
	font-size: 69px;
	line-height: 1.08;
	text-align: center;
	color: #d16706;
	position: relative;
}

#block-web-counters table h3 strong:after {
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	position: absolute;
	background: #f9f6f3;
	border-radius: 50px;
	left: -14px;
    bottom: 0;
    z-index: -1;
}
#block-web-counters table td:nth-child(2) h3 strong:after {
	left: -14px;
    bottom: initial;
	top: 0;
}
#block-web-counters table td:nth-child(3) h3 strong:after {
	left: initial;
	right: -14px;
    bottom: initial;
	top: 0;
}

#block-web-counters table p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.41;
	letter-spacing: 0.04em;
	color: #353535;
	max-width: 270px;
	margin: 0 auto;
}


.path-frontpage .first_fullwidth_content {
	position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
}
.path-frontpage .first_fullwidth_content:before {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(../images/img_1.jpg) no-repeat transparent;
    background-size: cover;
    background-position: center;
    top: 0;
}

.path-frontpage .first_fullwidth_content,
.path-frontpage .second_fullwidth_content,
.path-frontpage .third_fullwidth_content {
    
}

.path-frontpage .first_fullwidth_content h4,
.path-frontpage .second_fullwidth_content h4,
.path-frontpage .third_fullwidth_content h4 {
    font-family: Sora;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.08;
	text-align: left;
	color: #1a1a1a;
    display: flex;
    align-items: center;
}
.path-frontpage .first_fullwidth_content h4:before,
.path-frontpage .second_fullwidth_content h4:before,
.path-frontpage .third_fullwidth_content h4:before {
    content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: black;
	position: relative;
	margin-right: 20px;
}
.path-frontpage .first_fullwidth_content h2,
.path-frontpage .second_fullwidth_content h2,
.path-frontpage .third_fullwidth_content h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 1.08;
	text-align: left;
	 
	color: #d16706;
	margin-top: 25px;
	margin-bottom: 20px;
}
.path-frontpage .first_fullwidth_content p,
.path-frontpage .second_fullwidth_content p,
.path-frontpage .third_fullwidth_content p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: left;
	 
	color: #353535;
}
.path-frontpage .first_fullwidth_content .btn,
.path-frontpage .second_fullwidth_content .btn,
.path-frontpage .third_fullwidth_content .btn {
	margin-top: 20px;
}

#block-web-svadbyaoslavy {
	background: white;
    min-height: 510px;
    display: flex;
    align-items: center;
	padding-left: 127px;
}


.path-frontpage .second_fullwidth_content {
	position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
	margin-bottom: 70px;
}
.path-frontpage .second_fullwidth_content:before {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(../images/img_2.jpg) no-repeat transparent;
    background-size: cover;
    background-position: center;
    top: 0;
	right: 0;
}
#block-web-ubytovanieakomfort {
	background: white;
    min-height: 510px;
    display: flex;
    align-items: center;
	padding-right: 127px;
	padding-left: 127px;
}


.path-frontpage .third_fullwidth_content {
	position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
}
.path-frontpage .third_fullwidth_content:before {
    content: "";
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(../images/img_3.jpg) no-repeat transparent;
    background-size: cover;
    background-position: center;
    top: 0;
}

#block-web-wellnessarelax {
	background: white;
    min-height: 510px;
    display: flex;
    align-items: center;
	padding-left: 127px;
}


#block-web-views-block-ubytovanie-a-izby-block-1 {
	margin-top: 120px;
}
#block-web-views-block-ubytovanie-a-izby-block-1 .view-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 60px;
    padding: 10px;
}
#block-web-views-block-ubytovanie-a-izby-block-1 .view-header h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 69px;
	line-height: 1.08;
	text-align: left;
	 
	color: #1a1a1a;
}
.view-id-ubytovanie_a_izby img {
	border-radius: 20px;
	overflow: hidden;
}
.view-id-ubytovanie_a_izby .slick__slide {
	padding: 10px;
}
.view-id-ubytovanie_a_izby .views-field-title h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 39px;
	line-height: 1.08;
	text-align: center;
	 
	color: #1a1a1a;
	margin-top: 25px;
}
.view-id-ubytovanie_a_izby .slick-dots {
	display: flex;
	gap: 20px;
	list-style: none;
    padding: 0;
	justify-content: center;
	margin-top: 35px;
}
.view-id-ubytovanie_a_izby .slick-dots button {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-indent: -9999px;
	position: relative;
	display: block;
	background: #f4e2d8;
	border: 0;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.view-id-ubytovanie_a_izby .slick-dots .slick-active button {
	background: #d16706;
}

#block-web-galeria {
    margin-top: 80px;
}
#block-web-galeria .block-title {
	font-style: normal;
	font-weight: 400;
	font-size: 69px;
	line-height: 1.08;
	text-align: center;
	text-transform: capitalize;
	 
	color: #1a1a1a;
	margin-bottom: 30px;
}
#block-web-galeria .field--name-body {
	max-width: 645px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#block-web-galeria .field--name-body p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.41;
	letter-spacing: 0.04em;
	text-align: center;
	 
	color: #353535;
}
#block-web-galeria .slick--field {
    display: flex;
    align-items: center;
}
#block-web-galeria .slick--field > * {
	max-width: 1090px;
	margin: 0 auto;
}
#block-web-galeria .slick--field .slick__arrow {
	max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
	width: calc(100% - 30px);
}
#block-web-galeria .slick--field .slick__arrow button.slick-prev {
	transform: rotate(-180deg);
}
#block-web-galeria .slick--field .slick__arrow button {
	width: 56px;
    height: 56px;
    border: 1px solid #f9f6f3;
    background: #f9f6f3;
    text-indent: -9999px;
    position: relative;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#block-web-galeria .slick--field .slick__arrow button:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/arrow_right_black.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
}
#block-web-galeria img {
    border-radius: 20px;
	overflow: hidden;
}

#block-web-vsetkoprevasdokonalypobyt {
	margin-top: 100px;
    margin-bottom: 60px;
}

#block-web-vsetkoprevasdokonalypobyt h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 69px;
    line-height: 1.08;
    text-align: center;
}

#block-web-vsetkoprevasdokonalypobyt h2 span {
    font-weight: 600;
}

.view-benefity {
	
}
.view-benefity .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 30px;
}
.view-benefity .views-row {
	width: 30%;
    text-align: center;
    border: 1px solid #f4e2d8;
    border-radius: 20px;
    padding: 110px 60px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; 
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.view-benefity .views-row:hover {
    border: 1px solid #d16806;
}
.view-benefity .views-row img {
	margin: 0 auto;
}
.view-benefity .views-row h3 {
	font-style: normal;
    font-weight: 400;
    font-size: 39px;
    line-height: 1.08;
    text-align: center;
    color: #1a1a1a;
    margin-top: 35px;
    margin-bottom: 25px;
}
.view-benefity .views-row p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.41;
	letter-spacing: 0.04em;
	text-align: center;
	 
	color: #353535;
}
.view-benefity .views-field-view-node a {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #353535;
    display: flex;
    align-items: center;
    padding-left: 0;
    justify-content: center;
	margin-top: 35px;
}
.view-benefity .views-field-view-node a:after {
    content: "";
    display: block;
    background: url(../images/arrow_right_black.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

.footer {
	padding-top: 70px;
}
.footer h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 39px;
	line-height: 1.28;
	text-align: left;
	 
	color: #1a1a1a;
	margin-bottom: 20px;
}

#block-web-sledujtenas {
	
}

#block-web-sledujtenas a {
	margin-right: 20px;
}
#block-web-pata a {
	padding: 0;
    margin: 0;
	margin-bottom: 10px;
	
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.04em;
	text-align: left;
	text-transform: capitalize;
	color: #353535;
}
#block-web-pata a:hover {
	background: none;
}
#block-web-footerlogo p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.41;
	letter-spacing: 0.04em;
	text-align: left;
	 
	color: #353535;
}

#block-web-nachadzamesa p,
#block-web-nachadzamesa a {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.41;
	letter-spacing: 0.04em;
	text-align: left;
	 
	color: #1a1a1a;
}

#block-web-nachadzamesa .btn-plain {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #353535;
    display: flex;
    align-items: center;
    padding-left: 0;
}
#block-web-nachadzamesa .btn-plain:after {
    content: "";
    display: block;
    background: url(../images/arrow_right_black.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

#block-web-nachadzamesa p {
    padding-left: 32px;
}
#block-web-nachadzamesa p:nth-child(1):before {
    content: "";
    display: block;
    background: url(../images/location.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 23px;
	position: absolute;
	margin-left: -32px;
}
#block-web-nachadzamesa p:nth-child(3):before {
    content: "";
    display: block;
    background: url(../images/phone.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 23px;
	position: absolute;
	margin-left: -32px;
}
#block-web-nachadzamesa p:nth-child(4):before {
    content: "";
    display: block;
    background: url(../images/mail.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 23px;
	position: absolute;
	margin-left: -32px;
}
#block-web-nachadzamesa p:nth-child(3) {
    margin-bottom: 15px;
}

.region-footer {
	overflow: hidden;
}
.region-footer-bottom {
	overflow: hidden;
	margin-top: 50px;
}

.region-footer-bottom p {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18.2px;
	color: rgba(0, 0, 0, 0.65);
}
.region-footer-bottom p a {
	color: #E19932;
}





#block-web-vila-hero {
	max-width: 1075px;
	margin: 0 auto;
}

#block-web-vila-hero p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	 
	color: #ffffff;
}



body.page-node-14 .background {
	padding-top: 300px;
    padding-bottom: 150px;
}
body.page-node-14 .background:before {
    background: rgba(0,0,0,0.35);
}


.fullwidth_image_block {
	width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);

	display: flex;
    align-items: center;
	
	margin-bottom: 80px;
}

.fullwidth_image_block .field--name-body h4 {
    font-family: Sora;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.08;
    text-align: left;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}
.fullwidth_image_block .field--name-body h4:before {
	content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: black;
    position: relative;
    margin-right: 20px;
}
.fullwidth_image_block .field--name-body h2 {
	font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.08;
    text-align: left;
    color: #d16706;
    margin-top: 25px;
    margin-bottom: 20px;
}
.fullwidth_image_block .field--name-body p {
	font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
}


.fullwidth_image_block .field--name-body {
		position: absolute;
    width: 745px;
    max-width: 745px;
    left: calc(50% - 650px);
    z-index: 5;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 120px 50px 50px;
	z-index: 10;
    background: white;
}
@media (min-width:1450px) {
	.fullwidth_image_block .field--name-body {
		position: absolute;
    width: 745px;
    max-width: 745px;
    left: calc(50% - 650px);
	}
}
@media (min-width:1650px) {
	.fullwidth_image_block .field--name-body {
		position: absolute;
		width: 900px;
		max-width: 900px;
		left: calc(50% - 790px);
	}
}


.fullwidth_image_block .field--name-field-obrazok {
	max-width: 50%;
    margin: 0;
    margin-left: 50%;
}
.fullwidth_image_block .field--name-field-obrazok img {
	width: 100%;
	height: auto;
}

.fullwidth_image_block .field--name-field-obrazok {
	position: relative;
    min-height: 650px;
    overflow: hidden;
    width: 50%;
}

.fullwidth_image_block .field--name-field-obrazok img {
  position: absolute;
  inset: 0;               /* top/right/bottom/left: 0 */
  width: 100%;
  height: 100% !important; /* prebijie Bootstrap height:auto */
  object-fit: cover;       /* “cover” efekt */
  object-position: center; /* centrovanie */
  display: block;
}


.fullwidth_image_block.reversed .field--name-body {
    position: absolute;
    width: 900px;
    max-width: 900px;
    left: calc(50% - 115px);
	padding-left: 120px;
}
.fullwidth_image_block.reversed .field--name-field-obrazok {
    margin-left: 0%;
}


#block-web-vila-rooms {
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
	margin-top: 100px;
    margin-bottom: 50px;
}
#block-web-vila-rooms .field--name-body {
    width: 50%;
}
#block-web-vila-rooms .field--name-field-obrazok {
    width: 50%;
}
#block-web-vila-rooms .field--name-field-obrazok img {
    width: 100%;
	height: auto;
}

#block-web-vila-rooms h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.08;
    text-align: left;
    color: #d16706;
    margin-top: 25px;
    margin-bottom: 20px;
}
#block-web-vila-rooms h4 {
    font-family: Sora;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.08;
    text-align: left;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}
#block-web-vila-rooms h4:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: black;
    position: relative;
    margin-right: 20px;
}
#block-web-vila-rooms p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
}

#block-web-vila-audience {
	
}
#block-web-vila-audience .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}
#block-web-vila-audience .panel {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
    border: 1px solid #f4e2d8;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    padding: 40px;
}
#block-web-vila-audience .panel-default > .panel-heading h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 39px;
    line-height: 1.08;
    text-align: center;
    color: #1a1a1a;
    margin-top: 15px;
    margin-bottom: 0px;
	padding-bottom: 0;
}
#block-web-vila-audience .panel-body {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.41;
    letter-spacing: 0.04em;
    text-align: center;
    color: #353535;
}
#block-web-vila-audience .row {
    display: flex;
    align-content: stretch;
    align-items: stretch;
}
#block-web-vila-audience .row > * {
	display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: center;
}

iframe {
	border-radius: 20px;
    overflow: hidden;
}
#block-web-vila-location {
	margin-top: 80px;
}
#block-web-vila-location h2 {
	font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.08;
    text-align: left;
    color: #d16706;
    margin-top: 25px;
    margin-bottom: 20px;
}
#block-web-vila-location p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
}

#block-web-vila-faq {
	padding-top: 80px;
}
#block-web-vila-faq h4 a {
	font-family: Sora;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.08;
    text-align: left;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}

.page-node-15 .region-content {
	display: flex;
    align-items: center;
}
#block-web-ubyt-hero h4 {
	font-family: Sora;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.08;
    text-align: left;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}
#block-web-ubyt-hero h4:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: black;
    position: relative;
    margin-right: 20px;
}
#block-web-ubyt-hero h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.08;
    text-align: left;
    color: #d16706;
    margin-top: 25px;
    margin-bottom: 20px;
}
#block-web-ubyt-hero p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
}




#block-web-ubytherogaleria {
    margin-top: 80px;
}
#block-web-ubytherogaleria .block-title {
	font-style: normal;
	font-weight: 400;
	font-size: 69px;
	line-height: 1.08;
	text-align: center;
	text-transform: capitalize;
	 
	color: #1a1a1a;
	margin-bottom: 30px;
}
#block-web-ubytherogaleria .field--name-body {
	max-width: 645px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#block-web-ubytherogaleria .field--name-body p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.41;
	letter-spacing: 0.04em;
	text-align: center;
	 
	color: #353535;
}
#block-web-ubytherogaleria .slick--field {
    /* display: flex; */
    /* align-items: center; */
}
#block-web-ubytherogaleria .slick--field > * {
	margin: 0 auto;
}
#block-web-ubytherogaleria .slick--field .slick__arrow {
	max-width: 100%;
    margin: 0 auto;
    display: flex;
    position: absolute;
    width: calc(100% - 30px);
    justify-content: space-between;
    top: calc(50% - 30px);
    padding: 0 30px;
	opacity: 0.4;
}
#block-web-ubytherogaleria:hover .slick--field .slick__arrow {
	opacity: 0.75;
}
#block-web-ubytherogaleria .slick--field .slick__arrow button.slick-prev {
	transform: rotate(-180deg);
}
#block-web-ubytherogaleria .slick--field .slick__arrow button {
	width: 56px;
    height: 56px;
    border: 1px solid #f9f6f3;
    background: #f9f6f3;
    text-indent: -9999px;
    position: relative;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#block-web-ubytherogaleria .slick--field .slick__arrow button:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/arrow_right_black.svg) no-repeat transparent;
    background-position: center;
    background-size: contain;
}
#block-web-ubytherogaleria img {
    border-radius: 20px;
	overflow: hidden;
}




#block-web-ubyt-room-standard h4 {
	font-family: Sora;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.08;
    text-align: left;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}
#block-web-ubyt-room-standard h4:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: black;
    position: relative;
    margin-right: 20px;
}
#block-web-ubyt-room-standard h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.08;
    text-align: left;
    color: #d16706;
    margin-top: 25px;
    margin-bottom: 20px;
}
#block-web-ubyt-room-standard p,
#block-web-ubyt-room-standard .field--name-body li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
	position: relative;
}
#block-web-ubyt-room-standard .field--name-body li {
	display: flex;
    align-items: center;
}
#block-web-ubyt-room-standard .field--name-body ul {
    list-style: none;
}
#block-web-ubyt-room-standard .field--name-body li:before {
	content: "";
    position: absolute;
    left: -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2319a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M3 8l3 3 7-7'/></svg>");
}



#block-web-ubyt-wedding-room .field--name-body li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
	position: relative;
}
#block-web-ubyt-wedding-room .field--name-body li {
	display: flex;
    align-items: center;
}
#block-web-ubyt-wedding-room .field--name-body ul {
    list-style: none;
}
#block-web-ubyt-wedding-room .field--name-body li:before {
	content: "";
    position: absolute;
    left: -22px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2319a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M3 8l3 3 7-7'/></svg>");
}


#block-web-ubyt-reservation-microcopy p,
#block-web-ubyt-reservation-microcopy .field--name-body li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
	position: relative;
}

.page-node-15 .main-container {
    margin-top: 0px;
}
.page-node-15 .first_fullwidth_content {
    margin-top: 0px;
}




#block-web-firmy-facilities-catering .field--name-body li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
	position: relative;
}
#block-web-firmy-facilities-catering .field--name-body li {
	display: flex;
    align-items: flex-start;
}
#block-web-firmy-facilities-catering .field--name-body ul {
    list-style: none;
}
#block-web-firmy-facilities-catering .field--name-body li:before {
	content: "";
    position: absolute;
    left: -22px;
	top: 6px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2319a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M3 8l3 3 7-7'/></svg>");
}


#block-web-firmy-facilities-catering p,
#block-web-firmy-facilities-catering .field--name-body li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
	position: relative;
}


#block-web-firmy-equipment {
	max-width: 1050px;
    margin: 0 auto;
}
#block-web-firmy-equipment .field--name-body ul li {
    display: flex;
    flex-direction: row;
    padding: 15px;
    border: 1px solid red;
    margin-bottom: 25px;
    border-radius: 30px;
    border-radius: 20px;
    border: 1px solid #f4e2d8;
    align-items: center;
}
#block-web-firmy-equipment .field--name-body ul li {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.41;
    letter-spacing: 0.04em;
    text-align: center;
    color: #353535;
}
#block-web-firmy-equipment .glyphicon {
	color: #F4E2D8;
    font-size: 25px;
    margin-right: 15px;
}
#block-web-firmy-equipment h2 {
    margin-bottom: 35px;
}

#block-web-firmy-layouts h2 {
	font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.08;
    text-align: left;
    color: #d16706;
    margin-top: 25px;
    margin-bottom: 20px;
}
#block-web-firmy-layouts .panel-heading {
	background: #f9f6f3;
    border: 0px solid transparent;
    padding: 12px 24px 12px 30px;
    position: relative;
    border-radius: 10px;
    align-items: center;
    font-family: Sora;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
}
#block-web-firmy-layouts .panel-heading * {
	background: #f9f6f3;
    border: 0px solid transparent;
    padding: 12px 24px 12px 30px;
    position: relative;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-family: Sora;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    color: #000;
}



#block-web-firmy-layouts .panel {
	border: 1px solid #f4e2d8;
	border-radius: 20px;
	overflow: hidden;
}
#block-web-firmy-layouts .text-muted {
	margin-top: 35px;
	text-align: center;
	width: 100%;
}


#block-web-firmy-why-us {
	border: 1px solid #f4e2d8;
    max-width: 780px;
    padding: 50px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 20px;
}
#block-web-firmy-why-us .row {
    display: flex;
    flex-direction: column;
}
#block-web-firmy-why-us h3 {
	font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.08;
    text-align: center;
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
}
#block-web-firmy-cta-quote .field--name-body {
	display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.block-block-content .field--name-field-galeria {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.block-block-content .field--name-field-galeria .field--item {
    max-width: calc(33% - 25px);
}
.block-block-content .field--name-field-galeria .field--item {
  opacity: 0;
  transform: translateY(-30px);
}

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

.block-block-content .field--name-field-galeria .field--item.animate {
  animation: fallIn 0.6s ease forwards;
}



.page-node-18 .region-fourth-content {
	max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.page-node-18 #block-web-vkmapa {
	width: 58%;
}

#block-web-kontaktneudaje {
	
}
#block-web-kontaktneudaje h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.08;
    text-align: left;
    color: #d16706;
    margin-top: 25px;
    margin-bottom: 20px;
}
#block-web-kontaktneudaje p {
	font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: left;
    color: #353535;
}


#block-web-firmy-cta-quote {
	margin-top: 50px;
}










/* === ZÁKLAD: jeden obrázok (cover) === */
.fullwidth_image_block .field--name-field-obrazok {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  width: 50%;
}
.fullwidth_image_block .field--name-field-obrazok img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* odstránenie nežiaducich inline transformov (napr. z iných skriptov) */
.field--name-field-obrazok img[style*="transform"] {
  transform: none !important;
}

/* === SLICK: zachovanie cover a výšky === */
.field--name-field-obrazok.vk-has-slick {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}
.field--name-field-obrazok.vk-has-slick .slick-list,
.field--name-field-obrazok.vk-has-slick .slick-track {
  height: 100%;
  min-height: 650px;
}
.field--name-field-obrazok.vk-has-slick .slick-slide,
.field--name-field-obrazok.vk-has-slick .field--item {
  position: relative;
  display: block;
  height: 100%;
  min-height: 650px;
}
.field--name-field-obrazok.vk-has-slick .field--item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* DOTKY: SLICK */
.field--name-field-obrazok.vk-has-slick .slick-dots {
  position: absolute;
  left: 0; right: 0; bottom: 14px;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 0; padding: 0;
  list-style: none;
  z-index: 6;
}
.field--name-field-obrazok.vk-has-slick .slick-dots li {
  margin: 0; padding: 0;
}
.field--name-field-obrazok.vk-has-slick .slick-dots button {
  width: 10px; height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.5);
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
}
.field--name-field-obrazok.vk-has-slick .slick-dots .slick-active button {
  background: rgba(255,255,255,0.95);
}

/* === FALLBACK mini-slider (cross-fade, bez bieleho záblesku) === */
.field--name-field-obrazok.vk-mini-carousel {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}
.field--name-field-obrazok.vk-mini-carousel > .vk-viewport {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 650px;
}

/* každý slide absolútne cez seba; opacity riadi viditeľnosť */
.field--name-field-obrazok.vk-mini-carousel > .vk-viewport > .field--item {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: 650px;
  will-change: opacity;
}

/* obrázky ostávajú cover */
.field--name-field-obrazok.vk-mini-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* DOTKY: FALLBACK */
.field--name-field-obrazok.vk-mini-carousel .vk-dots {
  position: absolute;
  left: 0; right: 0; bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 6;
}
.field--name-field-obrazok.vk-mini-carousel .vk-dots li { margin: 0; padding: 0; }
.field--name-field-obrazok.vk-mini-carousel .vk-dots button {
  width: 10px; height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  padding: 0;
}
.field--name-field-obrazok.vk-mini-carousel .vk-dots li.is-active button {
  background: rgba(255,255,255,0.95);
}

/* voliteľné: ak slider použiješ mimo .fullwidth_image_block */
section .field--name-field-obrazok.vk-has-slick,
section .field--name-field-obrazok.vk-mini-carousel {
  min-height: 650px;
}


/* ===== Page node 21 – scoped UI kit ===== */
.page-node-21 .region-content {
  /* Theme tokens */
  --rc-maxw: 72rem;            /* ~1152px */
  --rc-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", ui-sans-serif, sans-serif;
  --rc-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --rc-text: #1f2937;
  --rc-muted: #6b7280;
  --rc-bg: #ffffff;
  --rc-surface: #f9fafb;
  --rc-border: #e5e7eb;
  --rc-accent: #2563eb;        /* modrá */
  --rc-accent-2: #1d4ed8;
  --rc-success: #16a34a;
  --rc-danger: #dc2626;
  --rc-radius: 14px;
  --rc-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
  --rc-space: clamp(14px, 1.6vw, 20px);
}

@media (prefers-color-scheme: dark) {
  .page-node-21 .region-content {
    --rc-text: #e5e7eb;
    --rc-muted: #9ca3af;
    --rc-bg: #0b1220;
    --rc-surface: #101826;
    --rc-border: #1f2937;
    --rc-accent: #60a5fa;
    --rc-accent-2: #93c5fd;
    --rc-shadow: 0 10px 28px rgba(0,0,0,0.35);
  }
}

/* Layout & base */
.page-node-21 .region-content {
  font-family: var(--rc-font);
  color: var(--rc-text);
  line-height: 1.6;
  font-size: clamp(15px, 1.05vw, 18px);
  padding: clamp(16px, 2vw, 32px);
}

.page-node-21 .region-content > * {
  max-width: var(--rc-maxw);
  margin-inline: auto;
}

/* Typography */
.page-node-21 .region-content h1,
.page-node-21 .region-content h2,
.page-node-21 .region-content h3,
.page-node-21 .region-content h4 {
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: clamp(18px, 2.2vw, 32px) auto clamp(10px, 1vw, 16px);
}

.page-node-21 .region-content h1 { font-size: clamp(32px, 4vw, 44px); }
.page-node-21 .region-content h2 { font-size: clamp(26px, 3vw, 34px); }
.page-node-21 .region-content h3 { font-size: clamp(20px, 2.2vw, 26px); }
.page-node-21 .region-content h4 { font-size: clamp(18px, 1.8vw, 22px); }

.page-node-21 .region-content p,
.page-node-21 .region-content ul,
.page-node-21 .region-content ol {
  margin-block: clamp(10px, 1.2vw, 18px);
}

.page-node-21 .region-content .lead {
  font-size: clamp(18px, 1.5vw, 22px);
  color: var(--rc-muted);
}

/* Lists */
.page-node-21 .region-content ul,
.page-node-21 .region-content ol {
  padding-inline-start: 1.2em;
}
.page-node-21 .region-content li + li { margin-top: 0.35em; }

/* Links */
.page-node-21 .region-content a {
  color: var(--rc-accent);
  text-decoration: none;
  border-bottom: 1px solid color-mix(in oklab, var(--rc-accent), transparent 70%);
  transition: color .15s ease, border-color .15s ease;
}
.page-node-21 .region-content a:hover,
.page-node-21 .region-content a:focus {
  color: var(--rc-accent-2);
  border-color: currentColor;
}

/* Buttons (utility classes you can add in markup) */
.page-node-21 .region-content .btn {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: .7em 1.1em;
  border-radius: var(--rc-radius);
  border: 1px solid var(--rc-border);
  background: var(--rc-surface);
  color: var(--rc-text);
  text-decoration: none;
  font-weight: 600;
  box-shadow: var(--rc-shadow);
  transition: transform .08s ease, box-shadow .2s ease, background .2s ease;
}
.page-node-21 .region-content .btn:hover { transform: translateY(-1px); }
.page-node-21 .region-content .btn--primary {
  background: var(--rc-accent);
  color: #fff;
  border-color: color-mix(in oklab, var(--rc-accent), #000 8%);
}
.page-node-21 .region-content .btn--primary:hover { background: var(--rc-accent-2); }

/* Cards / boxes */
.page-node-21 .region-content .card {
  background: var(--rc-surface);
  border: 1px solid var(--rc-border);
  border-radius: var(--rc-radius);
  padding: calc(var(--rc-space) * 1.1);
  box-shadow: var(--rc-shadow);
  margin-block: calc(var(--rc-space) * 1.2);
}
.page-node-21 .region-content .card > *:first-child { margin-top: 0; }
.page-node-21 .region-content .card > *:last-child { margin-bottom: 0; }

/* Tables */
.page-node-21 .region-content table {
  width: 100%;
  border-collapse: collapse;
  margin-block: calc(var(--rc-space) * 1.2);
  overflow: hidden;
  border-radius: calc(var(--rc-radius) - 6px);
  border: 1px solid var(--rc-border);
}
.page-node-21 .region-content th,
.page-node-21 .region-content td {
  padding: .75rem 1rem;
  border-bottom: 1px solid var(--rc-border);
  vertical-align: top;
  color: black;
}
.page-node-21 .region-content thead th {
  text-align: left;
  font-weight: 700;
}
.page-node-21 .region-content tbody tr:hover {
}

/* Images & media */
.page-node-21 .region-content img,
.page-node-21 .region-content video {
  max-width: 100%;
  height: auto;
  border-radius: calc(var(--rc-radius) - 6px);
  display: block;
}
.page-node-21 .region-content figure { margin: 1.2rem 0; }
.page-node-21 .region-content figure figcaption {
  color: var(--rc-muted);
  font-size: .92em;
  margin-top: .4rem;
}

/* Blockquote & code */
.page-node-21 .region-content blockquote {
  margin: calc(var(--rc-space) * 1.2) auto;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--rc-accent);
	background: color-mix(in oklab, #f4f4f4, white 8%);
  border-radius: calc(var(--rc-radius) - 10px);
  color: var(--rc-muted);
}
.page-node-21 .region-content code,
.page-node-21 .region-content pre {
  font-family: var(--rc-mono);
  background: color-mix(in oklab, var(--rc-surface), black 4%);
  border: 1px solid var(--rc-border);
  border-radius: 10px;
}
.page-node-21 .region-content code { padding: .15em .35em; }
.page-node-21 .region-content pre {
  padding: 1rem 1.2rem;
  overflow-x: auto;
}

/* Forms (nice defaults for reservation form) */
.page-node-21 .region-content form input[type="text"],
.page-node-21 .region-content form input[type="email"],
.page-node-21 .region-content form input[type="tel"],
.page-node-21 .region-content form input[type="date"],
.page-node-21 .region-content form select,
.page-node-21 .region-content form textarea {
  width: 100%;
  padding: .8rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--rc-border);
  background: var(--rc-surface);
  color: var(--rc-text);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
  margin-block: .4rem .9rem;
}
.page-node-21 .region-content form input:focus,
.page-node-21 .region-content form select:focus,
.page-node-21 .region-content form textarea:focus {
  border-color: var(--rc-accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--rc-accent), transparent 80%);
}
.page-node-21 .region-content .form-actions .button,
.page-node-21 .region-content form .button {
  composes: btn btn--primary; /* if not using PostCSS, duplicate styles: */
  display: inline-flex;
  align-items: center;
  gap: .5em;
  padding: .7em 1.1em;
  border-radius: var(--rc-radius);
  border: 1px solid color-mix(in oklab, var(--rc-accent), #000 8%);
  background: var(--rc-accent);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--rc-shadow);
  transition: transform .08s ease, background .2s ease;
}
.page-node-21 .region-content .form-actions .button:hover,
.page-node-21 .region-content form .button:hover { background: var(--rc-accent-2); transform: translateY(-1px); }

/* Drupal system messages inside region-content */
.page-node-21 .region-content .messages {
  border-radius: 12px;
  padding: .9rem 1rem;
  border: 1px solid var(--rc-border);
  background: var(--rc-surface);
  margin: 1rem auto;
}
.page-node-21 .region-content .messages--status { border-color: color-mix(in oklab, var(--rc-success), #000 10%); }
.page-node-21 .region-content .messages--error  { border-color: color-mix(in oklab, var(--rc-danger), #000 10%); }

/* Utilities */
.page-node-21 .region-content .muted { color: var(--rc-muted); }
.page-node-21 .region-content .center { text-align: center; }
.page-node-21 .region-content .grid {
  display: grid;
  gap: clamp(14px, 2vw, 28px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.page-node-21 .region-content .col-12 { grid-column: span 12; }
.page-node-21 .region-content .col-6  { grid-column: span 6; }
.page-node-21 .region-content .col-4  { grid-column: span 4; }

@media (max-width: 900px) {
  .page-node-21 .region-content .col-6,
  .page-node-21 .region-content .col-4 { grid-column: span 12; }
}



/* RESPONSIVE */



@media (max-width: 991px) {
	
	/* Toggle sooner */
	.navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	
	
	.cursor {
		display: none !important;
	}
	
	
	body, html {
		/* overflow-x: hidden; */
	}
	.container, .container-fluid {
		max-width: 1720px;
		margin: 0px auto;
	}
	.navbar-default {
		margin-top: 0px;
	}
	.navbar-default.smaller {
		margin-top: 0px;
	}
	.navbar .container-fluid {
		padding: 0px 15px;
		width: 100%;
		display: block;
	}
	.region-navigation {
		flex-grow: 1;
	}
	
	.region-before-footer {
		flex-direction: column;
	}
	
	img {
		max-width: 100%;
		height: auto;
	}
	

	
	.navbar-header {
		display: flex;
		align-items: center;
	}
	.navbar .container {
		display: block;
		width: 100%;
	}
	.region-navigation-collapsible {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#block-web-mainnavigation {
		margin-left: 0;
		flex-grow: 1;
		text-align: center;
		width: 100%;
	}
	.navbar-nav > li:after {
		display: none;
	}
	.navbar-nav > li {
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px;
	}
	#navbar-collapse {
		/* margin-top: 15px; */
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #30b457;
	}
	.navbar-default .navbar-toggle {
		border-color: #30b457;
		border-radius: 5px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #30b4570a;
	}
	.region-slider {
		margin-top: 90px;
		margin-bottom: 90px;
	}
	#block-web-dolezitelinky2 h2, #block-web-footerkontakt h2 {
		display: none;
	}
	.path-frontpage .main-container {
		margin-top: 30px;
	}
	
	.navbar-nav {
		float: unset;
		margin: unset;
		display: flex;
		flex-direction: column;
	}
	
	.view-clanky-v-blogu .views-row {
		width: 100%;
	}
	
	h2 {
		font-size: 36px;
		line-height: 140%;
	}
	
	.region-footer-bottom {
		flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}
	
	.logo img {
		max-width: 160px;
		z-index: 500;
		display: block;
		position: relative;
		margin-left: 30px;
	}
	.navbar-toggle {
		margin-right: 35px;
	}
	
	
	
	#block-web-galeria .slick--field {
		display: block;
		align-items: center;
	}
	
	.path-frontpage .fourth_content {
		overflow: hidden;
	}
	
	.navbar-default {
		padding: 15px 0px;
	}
	.slider .view-slider-homepage {
		margin-top: 0;
	}
	.slider .view-slider-homepage .views-field-body .field-content h2 {
		font-size: 20px;
		line-height: 1.08;
	}
	.slider .view-slider-homepage .views-field-body .field-content p {
		font-size: 14px;
		line-height: 1.6;
	}
	.slider .view-slider-homepage .slick__arrow {
		display: none;
	}
	.region-slider {
		margin-bottom: 0px;
	}
	.region-under-slider > section {
		margin-bottom: 15px;
	}
	#block-web-miestokdesaspajakomfortsprirodou {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#block-web-miestokdesaspajakomfortsprirodou h2 {
		font-size: 42px;
	}
	#block-web-vilakarpatiaponukaluxusneubytovanie {
		max-width: 100%;
	}
	#block-web-vilakarpatiaponukaluxusneubytovanie p {
		padding-right: 0px;
		text-align: justify;
	}
	#block-web-frontsecondimage {
		max-width: 100%;
	}
	#block-web-frontsecondimage img:nth-child(2) {
		display: none;
	}
	#block-web-counters table tr {
		display: flex;
		flex-direction: column;
	}
	#block-web-counters table tr td {
		padding-bottom: 15px;
	}
	#block-web-counters table h3 strong {
		font-size: 42px;
		line-height: 1.08;
	}
	.path-frontpage .first_fullwidth_content {
		display: flex;
		flex-direction: column;
		margin-top: 0;
		    margin-bottom: 0;
	}
	.path-frontpage .first_fullwidth_content:before {
		width: 100%;
		height: 350px;
		display: block;
		position: relative;
	}
	#block-web-svadbyaoslavy {
		padding-left: 0px;
	}
	#block-web-svadbyaoslavy {
		background: white;
		min-height: initial;
		padding-top: 40px;
	padding-right: 0;
	}
	
	.path-frontpage .second_fullwidth_content:before {
		width: 100%;
		height: 350px;
		display: block;
		position: relative;
	}
	
	.path-frontpage .second_fullwidth_content {
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}
	#block-web-ubytovanieakomfort {
		padding-left: 0px;
	}
	#block-web-ubytovanieakomfort {
		background: white;
		min-height: initial;
		padding-top: 40px;
		padding-right: 0px;
	}
	
	.path-frontpage .first_fullwidth_content p, .path-frontpage .second_fullwidth_content p, .path-frontpage .third_fullwidth_content p {
		text-align: justify;
	}
	
	
	.path-frontpage .third_fullwidth_content {
		display: flex;
		flex-direction: column;
		margin-top: 0;
		    margin-bottom: 0;
	}
	.path-frontpage .third_fullwidth_content:before {
		width: 100%;
		height: 350px;
		display: block;
		position: relative;
	}
	#block-web-wellnessarelax {
		padding-left: 0px;
	}
	#block-web-wellnessarelax {
		background: white;
		min-height: initial;
		padding-top: 40px;
		padding-right: 0;
	}
	#block-web-views-block-ubytovanie-a-izby-block-1 {
		margin-top: 50px;
	}
	
	#block-web-views-block-ubytovanie-a-izby-block-1 .view-header h2 {
		font-size: 48px;
		line-height: 1.08;
		text-align: left;
	}
	#block-web-views-block-ubytovanie-a-izby-block-1 .view-header {
		margin-bottom: 15px;
	}
	#block-web-galeria .slick--field .slick__arrow {
		display: none;
	}
	
	#block-web-vsetkoprevasdokonalypobyt h2 {
		font-size: 42px;
	}
	#block-web-galeria .block-title {
		font-size: 42px;
	}
	.view-benefity .views-row {
		width: 100%;
	}
	
	#block-web-footerlogo {
		margin-bottom: 30px;
	}
	#block-web-pata {
		margin-bottom: 30px;
	}
	#block-web-sledujtenas {
		margin-bottom: 30px;
	}
	.region-footer-bottom p {
		text-align: center;
	}
	.navbar-default .navbar-toggle {
		border-color: #E19932;
		border-radius: 5px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #E19932;
	}
	#superfish-main {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}
	#block-web-rezervovat {
		margin-left: 0px;
	}
	
	.fullwidth_image_block {
		left: 0;
		margin-bottom: 0px;
	    flex-wrap: wrap;
	}
	
	.fullwidth_image_block .field--name-field-obrazok {
		position: relative;
		min-height: 350px;
		width: 100%;
		max-width: 100%;
		margin: 0;
		
	}
	section .field--name-field-obrazok.vk-has-slick, section .field--name-field-obrazok.vk-mini-carousel {
		min-height: 350px;
		height: 350px;
	}
	.field--name-field-obrazok.vk-has-slick .slick-list, .field--name-field-obrazok.vk-has-slick .slick-track {
		min-height: 350px;
		height: 350px;
	}
	.field--name-field-obrazok.vk-has-slick .slick-slide, .field--name-field-obrazok.vk-has-slick .field--item {
		min-height: 350px;
		height: 350px;
	}
	#block-web-vila-audience .row {
		flex-direction: column;
	}
	#block-web-vila-audience .row > * {
		margin-bottom: 20px;
	}
	.fullwidth_image_block .field--name-body {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: 0;
		z-index: 5;
		height: initial;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0px;
		z-index: 10;
		background: white;
		    padding-top: 30px;
    padding-bottom: 30px;
		
	}
	.fullwidth_image_block .field--name-body p {
		text-align: justify;
		
	}
	.fullwidth_image_block.reversed .field--name-body {
		position: relative;
		width: 100%;
		max-width: 100%;
		left: 0;
		padding-left: 0px;
	}
	#block-web-vila-rooms {
		flex-direction: column;
	}
	.fullwidth_image_block {
		width: 100%;
	}
	
	.page-node-14 .main-container {
		display: none;
	}
	.page-node-14 #block-web-counters {
		margin-top: 50px;
	}
	#block-web-vila-rooms {
		margin-top: 50px;
	}
	#block-web-vila-rooms .field--name-body {
		width: 100%;
	}
	#block-web-vila-rooms .field--name-field-obrazok {
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
	}
	#block-web-vila-location {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	
	body:not(.path-frontpage) .background h1 {
		font-size: 42px;
		line-height: 60px;
		text-align: center;
		color: #ffffff;
		padding: 0;
		margin-bottom: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.08;
		text-align: center;
		color: #ffffff;
	}
	#block-web-vila-hero p {
		font-size: 16px;
	}
	body.page-node-14 .background {
		padding-top: 200px;
		padding-bottom: 80px;
	}
	
	.page-node-15 .region-content {
		overflow: hidden;
	}
	.page-node-15 .region-content {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	#block-web-ubyt-hero {
		margin-top: 50px;
		padding: 0;
	}
	#block-web-ubytherogaleria {
		margin-top: 30px;
		padding: 0;
	}
	.page-node-15 .first_fullwidth_content {
		margin-top: 0px;
		padding-top: 15px;
	}
	
	.page-node-16 .second_content .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.page-node-16 .main-container {
		margin-top: 30px;
	}
	.page-node-16 .first_fullwidth_content {
		padding-top: 0;
		margin-top: 50px;
		margin-bottom: 0px;
	}
	#block-web-firmy-layouts .panel {
		margin-bottom: 25px;
	}
	#block-web-firmy-why-us {
		margin-top: 25px;
	}
	.footer .container {
		padding: 0;
	}
	#block-web-galeria-2 {
		padding: 0;
	}
	.page-node-17 .main-container {
	    margin-top: 30px;
	}
	#block-web-kontaktneudaje {
		padding: 0;
	}
	
	.page-node-18 .main-container {
		margin-top: 30px;
	}
	.page-node-18 #block-web-vkmapa {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	
	
}



@media (min-width:1600px) {
}

@media (min-width:992px) {


}

@media (min-width:1200px) and (max-width:1500px) {
	
	
}

@media (min-width:991px) and (max-width:1500px) {
	
	
}

@media (min-width:771px) and (max-width:990px) {
	
	
}
	
@media (min-width:1200px) and (max-width:1400px) {
	
	#superfish-main > li > a, #superfish-main > li a {
		padding: 0px 20px;
	}
	
}
@media (min-width:991px) and (max-width:1280px) {
	
	#superfish-main > li > a, #superfish-main > li a {
		padding: 0px 15px;

		font-size: 16px;
	}
	
	
	.fullwidth_image_block .field--name-body {
		left: calc(50% - 600px);
	}
	.fullwidth_image_block.reversed .field--name-body {
		position: absolute;
		width: 800px;
		max-width: 800px;
		left: calc(50% - 115px);
		padding-left: 80px;
	}
	
	
}

@media (min-width:991px) and (max-width:1220px) {
	
	
	#superfish-main > li > a, #superfish-main > li a {
		padding: 0px 10px;

		font-size: 15px;
	}
	
	
	
	
}
@media (min-width:991px) and (max-width:1650px) {
	
	#block-web-galeria .slick--field > * {
		max-width: 850px;
		margin: 0 auto;
	}
	#block-web-galeria .slick--field {
		display: block;
		align-items: center;
		position: relative;
	}
	#block-web-galeria .slick--field .slick__arrow {
		top: calc(50% - 30px);
	}
	#block-web-galeria .slick--field .slick__arrow {
		width: 100%;
	}
	#block-web-galeria .slick--field .slick__arrow button.slick-prev {
		margin-left: -90px;
	}
	#block-web-galeria .slick--field .slick__arrow button.slick-next {
		margin-right: -90px;
	}
}


@media (min-width:768px) and (max-width:991px) {
	
	
}

@media (max-width: 380px) {
	
	
}

/*
@media (min-width: 500px) {
	#block-gotoprojects .field--name-body {
		padding-left: 22%;
	}
}
*/

@media (max-width:1600px) {
	.view-benefity .views-row {
		padding: 80px 30px;
	}
}

@media (min-width:1200px) {
	.container {
		min-width: 1200px;
		max-width: 1200px;
		width: calc(100% - 30px);
	}
}

@media (min-width:1450px) {
	.container {
		min-width: 1450px;
		max-width: 1450px;
		width: calc(100% - 30px);
	}
}
@media (min-width:1650px) {
	.container {
		min-width: 1650px;
		max-width: 1650px;
		width: calc(100% - 30px);
	}
}

body.adminimal-admin-toolbar {
	overflow-x: hidden;
}
