@charset "UTF-8";
/*!
Theme Name: ns-lightpark
Template: twentyseventeen
Author: netsuccess
Author URI: https://www.netsuccess.sk/uvod/
Version: 1.01
*/
/*
Theme Name: Twenty Seventeen - LightPark
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header/
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 1px #dcdae5 dotted;
  text-decoration: none;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: 700;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #4b4c5e;
  color: #fff;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none;
}
fieldset {
  border: 1px solid #dcdae5;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  vertical-align: -0.2em;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  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;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer: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, .nav-links:before, .nav-links:after, .pagination:before, .pagination:after, .comment-author:before, .comment-author:after, .widget-area:before, .widget-area:after, .widget:before, .widget:after, .comment-meta:before, .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .nav-links:after, .pagination:after, .comment-author:after, .widget-area:after, .widget:after, .comment-meta:after {
  clear: both;
}
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #333;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  padding-top: 0;
}
h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
h2, .home.blog .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}
h5 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}
p {
  margin: 0 0 1.5em;
  padding: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  color: #dcdae5;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
address {
  margin: 0 0 1.5em;
}
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 #dcdae5;
  cursor: help;
}
mark, ins {
  background: #dcdae5;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote {
  quotes: "" "";
}
q {
  quotes: "“" "”" "‘" "’";
}
blockquote:before, blockquote:after {
  content: "";
}
:focus {
  outline: none;
}
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
label {
  color: #090a1a;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}
fieldset {
  margin-bottom: 1em;
}
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: #090a1a;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #dcdae5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}
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: #090a1a;
}
select {
  border: 1px solid #dcdae5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}
input[type="radio"], input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
  font-weight: 400;
}
button, input[type="button"], input[type="submit"] {
  background-color: #ad9742;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
input + button, input + input[type="button"], input + input[type="submit"] {
  padding: 0.75em 2em;
}
button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #ad9742;
}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  background: #090a1a;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #dcdae5;
  font-family: Roboto;
}
:-moz-placeholder {
  color: #dcdae5;
  font-family: Roboto;
}
::-moz-placeholder {
  color: #dcdae5;
  font-family: Roboto;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #dcdae5;
  font-family: Robot;
}
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
hr {
  background-color: #dcdae5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #dcdae5;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #dcdae5;
}
td {
  padding: 0.4em;
}
th:first-child, td:first-child {
  padding-left: 0;
}
th:last-child, td:last-child {
  padding-right: 0;
}
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
a {
  color: #090a1a;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  color: #ad9742;
  outline: 0;
}
.post-navigation a:focus .icon, .post-navigation a:hover .icon {
  color: #dcdae5;
}
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1em;
}
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.7;
}
/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.navigation-top .wrap {
  padding: 0;
}
.main-navigation {
  clear: both;
  display: block;
}
.main-navigation ul {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  text-align: left;
}
/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */
.js .main-navigation ul, .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon, .main-navigation ul a > .icon {
  display: none;
}
.main-navigation > div > ul {
  padding: 0.75em 1.695em;
}
.js .main-navigation.toggled-on > div > ul {
  display: block;
}
.main-navigation ul ul {
  padding: 0 0 0 1.5em;
}
.main-navigation ul ul.toggled-on {
  display: block;
}
.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}
.main-navigation li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.main-navigation li li, .main-navigation li:last-child {
  border: 0;
}
.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}
/* Menu toggle */
.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px;
  padding: 1em;
  text-shadow: none;
}
/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: block;
}
.main-navigation.toggled-on ul.nav-menu {
  display: block;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle .icon {
  margin-right: 0.5em;
  top: -2px;
}
.toggled-on .menu-toggle .icon-bars, .menu-toggle .icon-close {
  display: none;
}
.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}
/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
  background: transparent;
}
.dropdown-toggle:focus {
  outline: none;
}
.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
/* Scroll down arrow */
.site-header .menu-scroll-down {
  display: none;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
#page {
  position: relative;
  word-wrap: break-word;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}
.wrap:after {
  clear: both;
  content: "";
  display: block;
}
/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
#masthead .wrap {
  position: relative;
}
.site-header {
  position: relative;
}
/* Site branding */
.site-branding {
  padding: 1em 0;
  position: relative;
  -webkit-transition: margin-bottom 0.2s;
  transition: margin-bottom 0.2s;
  z-index: 3;
}
.site-branding a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.site-branding a:hover, .site-branding a:focus {
  opacity: 0.7;
}
.site-title {
  clear: none;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.site-title, .site-title a {
  color: #222;
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}
body.has-header-image .site-title, body.has-header-video .site-title, body.has-header-image .site-title a, body.has-header-video .site-title a {
  color: #fff;
}
.site-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
body.has-header-image .site-description, body.has-header-video .site-description {
  color: #fff;
  opacity: 0.8;
}
.custom-logo-link {
  display: inline-block;
  padding-right: 1em;
  vertical-align: middle;
  width: auto;
}
.custom-logo-link img {
  display: inline-block;
  max-height: 80px;
  width: auto;
}
body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
  max-height: 200px;
  max-width: 100%;
}
.custom-logo-link a:hover, .custom-logo-link a:focus {
  opacity: 0.9;
}
body:not(.title-tagline-hidden) .site-branding-text {
  display: inline-block;
  vertical-align: middle;
}
.custom-header {
  position: relative;
}
.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
  display: table;
  height: 300px;
  height: 75vh;
  width: 100%;
}
.custom-header-media {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.custom-header-media:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
  background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe {
  position: fixed;
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  /* vw prevents 1px gap on left that 100% has */
  width: auto;
  top: 50%;
  padding-bottom: 1px;
  /* Prevent header from extending beyond the footer */
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.wp-custom-header .wp-custom-header-video-button {
  /* Specificity prevents .color-dark button overrides */
  background-color: rgba(34, 34, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  overflow: hidden;
  padding: 0;
  position: fixed;
  right: 30px;
  top: 30px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: 45px;
}
.wp-custom-header .wp-custom-header-video-button:hover, .wp-custom-header .wp-custom-header-video-button:focus {
  /* Specificity prevents .color-dark button overrides */
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
}
.admin-bar .wp-custom-header-video-button {
  top: 62px;
}
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
  bottom: 0;
  position: absolute;
  top: auto;
  -ms-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {
  .has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
}
/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
  display: none;
}
.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/
.twentyseventeen-front-page .site-content {
  padding: 0;
}
.twentyseventeen-panel {
  overflow: hidden;
  position: relative;
}
.panel-image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.panel-image:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
  /* IE6-9 */
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 100px;
}
.panel-content {
  position: relative;
}
.panel-content .wrap {
  padding-bottom: 0.5em;
  padding-top: 1.75em;
}
/* Panel edit link */
.twentyseventeen-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
}
.twentyseventeen-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Front Page - Recent Posts */
.twentyseventeen-front-page .panel-content .recent-posts article {
  border: 0;
  color: #333;
  margin-bottom: 3em;
}
.recent-posts .entry-header {
  margin-bottom: 1.2em;
}
.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.twentyseventeen-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}
/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  background-color: #fff;
  position: relative;
}
.site-content {
  padding: 2.5em 0 0;
}
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky {
  position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
  display: none;
}
.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.entry-header .entry-title {
  margin-bottom: 0.25em;
}
.entry-title a {
  text-decoration: none;
  margin-left: -2px;
}
.entry-title:not(:first-child) {
  padding-top: 0;
}
.entry-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.pagination, .comments-pagination {
  border-top: 1px solid #dcdae5;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center;
}
.pagination .icon, .comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}
.comments-pagination {
  border: 0;
}
.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}
.page-numbers.current {
  color: #090a1a;
  display: inline-block;
}
.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}
.prev.page-numbers, .next.page-numbers {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
}
.prev.page-numbers, .next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.prev.page-numbers:focus, .prev.page-numbers:hover, .next.page-numbers:focus, .next.page-numbers:hover {
  background-color: #767676;
  color: #fff;
}
.prev.page-numbers {
  float: left;
}
.next.page-numbers {
  float: right;
}
/* Aligned blockquotes */
.entry-content blockquote.alignleft, .entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}
/* Blog landing, search, archives */
.blog .site-main > article, .archive .site-main > article, .search .site-main > article {
  padding-bottom: 2em;
}
body:not(.twentyseventeen-front-page) .entry-header {
  padding: 1em 0;
}
body:not(.twentyseventeen-front-page) .entry-header, body:not(.twentyseventeen-front-page) .entry-content, body:not(.twentyseventeen-front-page) #comments {
  margin-left: auto;
  margin-right: auto;
}
body:not(.twentyseventeen-front-page) .entry-header {
  padding-top: 0;
}
.blog .entry-meta a.post-edit-link, .archive .entry-meta a.post-edit-link, .search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}
.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}
.taxonomy-description {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* More tag */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}
/* Single Post */
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
}
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}
.single-featured-image-header img {
  display: block;
  margin: auto;
}
.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}
.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}
.page-links a {
  display: inline-block;
}
.page-links a .page-number {
  color: #222;
}
/* Entry footer */
.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}
.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}
.entry-footer .cat-links a, .entry-footer .tags-links a {
  color: #333;
}
.entry-footer .cat-links .icon, .entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}
.entry-footer .edit-link {
  display: inline-block;
}
.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}
.entry-footer .edit-link a.post-edit-link:hover, .entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}
/* Post Formats */
.blog .format-status .entry-title, .archive .format-status .entry-title, .blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}
.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}
.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}
/* Post Navigation */
.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}
.post-navigation .nav-links {
  padding: 1em 0;
}
.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}
.post-navigation .nav-next {
  margin-top: 1.5em;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}
/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
.page-header {
  padding-bottom: 2em;
}
.page .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.search .page .entry-header .edit-link {
  font-size: 11px;
  font-size: 0.6875rem;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page:not(.home) #content {
  padding-bottom: 1.5em;
}
/* 404 page */
.error404 .page-content {
  padding-bottom: 4em;
}
.error404 .page-content .search-form, .search .page-content .search-form {
  margin-bottom: 3em;
}
/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
.site-footer .wrap {
  padding-bottom: 1.5em;
  padding-top: 2em;
}
/* Footer widgets */
.site-footer .widget-area {
  padding-bottom: 2em;
  padding-top: 2em;
}
/* Social nav */
.social-navigation {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
}
.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.social-navigation li {
  display: inline;
}
.social-navigation a {
  background-color: #767676;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 1em 0.5em 0;
  text-align: center;
  width: 40px;
}
.social-navigation a:hover, .social-navigation a:focus {
  background-color: #333;
}
.social-navigation .icon {
  height: 16px;
  top: 12px;
  width: 16px;
  vertical-align: top;
}
/* Site info */
.site-info {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
}
.site-info a {
  color: #dcdae5;
}
.site-info .sep {
  margin: 0;
  display: block;
  visibility: hidden;
  height: 0;
  width: 100%;
}
.site-info span[role=separator] {
  padding: 0 0.2em 0 0.4em;
}
.site-info span[role=separator]::before {
  content: "/";
}
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.comment-list, .comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 65px;
}
.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-metadata a {
  color: #767676;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}
.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}
.no-comments, .comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.form-submit {
  text-align: right;
}
.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label {
  display: inline;
}
/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 1em 0 2em;
}
h2.widget-title {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.widget-title a {
  color: inherit;
}
/* widget forms */
.widget select {
  width: 100%;
}
/* widget lists */
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li, .widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}
.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}
.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}
.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}
/* Widget lists of links */
.widget_top-posts ul li ul, .widget_rss_links ul li ul, .widget-grofile ul.grofile-links li ul, .widget_pages ul li ul, .widget_meta ul li ul {
  bottom: 0;
}
.widget_nav_menu ul li li, .widget_top-posts ul li, .widget_top-posts ul li li, .widget_rss_links ul li, .widget_rss_links ul li li, .widget-grofile ul.grofile-links li, .widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}
.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}
/* Widget markup */
.widget .post-date, .widget .rss-date {
  font-size: 0.81em;
}
/* Text widget */
.widget_text {
  word-wrap: break-word;
}
.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}
.widget_text ol {
  list-style: decimal;
}
.widget_text ul li, .widget_text ol li {
  border: none;
}
.widget_text ul li:last-child, .widget_text ol li:last-child {
  padding-bottom: 0;
}
.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}
.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}
.widget_text ol li {
  list-style-position: inside;
}
.widget_text ol li + li {
  margin-top: -1px;
}
/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}
.widget_rss ul li {
  padding: 2.125em 0;
}
.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}
.widget_rss .rss-date, .widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}
.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}
.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}
/* Contact Info Widget */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}
/* Gravatar */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}
/* Recent Comments */
.widget_recent_comments table, .widget_recent_comments th, .widget_recent_comments td {
  border: 0;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
  display: block;
}
/* Search */
.search-form {
  position: relative;
}
.search-form .search-submit {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
}
.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}
/* Tag cloud widget */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}
.tagcloud, .widget_tag_cloud, .wp_widget_tag_cloud {
  line-height: 1.5;
}
.widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}
.widget .tagcloud a:hover, .widget .tagcloud a:focus, .widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
/* Calendar widget */
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_calendar tfoot td {
  border: 0;
}
/* Gallery widget */
.gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
img, video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
img.alignleft, img.alignright {
  float: none;
  margin: 0;
}
.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 {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child, p > iframe:only-child, p > object:only-child {
  margin-bottom: 0;
}
.wp-caption, .gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  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;
}
/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}
/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider, .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}
/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}
.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover, .site-content .wp-playlist-light .wp-playlist-item:hover a, .site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}
/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover, .site-content .wp-playlist-dark .wp-playlist-item:hover a, .site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}
/* Playlist Style Overrides */
.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}
.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}
.site-content .wp-playlist-item a, .site-content .wp-playlist-item a:focus, .site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.site-content .wp-playlist-item-length {
  top: 5px;
}
/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus, .widget-area .gallery-item a, .widget-area .gallery-item a:hover, .widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */
}
/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center;
}
/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
  border: none;
}
.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
  border: 0;
}
/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
  top: 30px;
  left: 30px;
}
/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none;
}
.no-svg .svg-fallback {
  display: inline-block;
}
.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}
.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0);
  /* Chrome, Safari, Opera */
  -ms-transform: rotate(0);
  /* IE 9 */
  transform: rotate(0);
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "^";
}
/* Social Menu fallbacks */
.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}
/* Show screen reader text in some cases */
.no-svg .next.page-numbers .screen-reader-text, .no-svg .prev.page-numbers .screen-reader-text, .no-svg .social-navigation li a .screen-reader-text, .no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 1150px) {
  /* Typography */
  /* Layout */
  /* Site Branding */
  /* Navigation */
  /* Main Navigation */
  /* Scroll down arrow */
  /* Front Page */
  /* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
  /* Posts */
  /* Blog, archive, search */
  /* Entry content */
  /* without sidebar */
  /* with sidebar */
  /* Post formats */
  /* Pages */
  /* 404 page */
  /* Comments */
  /* Posts pagination */
  /* Secondary */
  /* Widgets */
  /* Footer */
  /* Gallery Columns */
  body, button, input, select, textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .wrap {
    padding-left: 3em;
    padding-right: 3em;
  }
  .error404 #primary {
    float: none;
  }
  .site-branding {
    margin-bottom: 0;
  }
  .has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
  }
  .has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header {
    display: block;
    height: auto;
  }
  .custom-header-media {
    height: 165px;
    position: relative;
  }
  .twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
    height: 0;
    position: relative;
  }
  .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media, .has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-logo-link {
    padding-right: 2em;
  }
  .custom-logo-link img, body.home.title-tagline-hidden.has-header-image .custom-logo-link img, body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
    max-width: 350px;
  }
  .title-tagline-hidden.home.has-header-image .custom-logo-link img, .title-tagline-hidden.home.has-header-video .custom-logo-link img {
    max-height: 200px;
  }
  .site-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .site-description {
    font-size: 16px;
    font-size: 1rem;
  }
  .navigation-top {
    bottom: 0;
    font-size: 14px;
    font-size: 0.875rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation-top nav {
    margin-left: -1.25em;
  }
  .site-navigation-fixed.navigation-top {
    bottom: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
  }
  .admin-bar .site-navigation-fixed.navigation-top {
    top: 32px;
  }
  .js .menu-toggle, .js .dropdown-toggle {
    display: none;
  }
  .main-navigation {
    width: auto;
  }
  .js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
    display: block;
  }
  .main-navigation ul {
    background: transparent;
    padding: 0;
  }
  .main-navigation > div > ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .main-navigation li {
    border: 0;
    display: inline-block;
  }
  .main-navigation li li {
    display: block;
  }
  .main-navigation a {
    padding: 1em 1.25em;
  }
  .main-navigation ul ul {
    background: #fff;
    border: 1px solid #bbb;
    left: -999em;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }
  .main-navigation ul ul a {
    padding: 0.75em 1.25em;
    width: 16em;
  }
  .main-navigation li li {
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
  }
  .main-navigation li li:hover, .main-navigation li li.focus {
    background: #767676;
  }
  .main-navigation li li a {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }
  .main-navigation li li.focus > a, .main-navigation li li:focus > a, .main-navigation li li:hover > a, .main-navigation li li a:hover, .main-navigation li li a:focus, .main-navigation li li.current_page_item a:hover, .main-navigation li li.current-menu-item a:hover, .main-navigation li li.current_page_item a:focus, .main-navigation li li.current-menu-item a:focus {
    color: #090a1a;
  }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0.5em;
    right: auto;
  }
  .main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
    display: inline;
    left: 5px;
    position: relative;
    top: -1px;
  }
  .main-navigation ul ul .menu-item-has-children > a > .icon, .main-navigation ul ul .page_item_has_children > a > .icon {
    margin-top: -9px;
    left: auto;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    transform: rotate(-90deg);
  }
  .main-navigation ul ul ul {
    left: -999em;
    margin-top: -1px;
    top: 0;
  }
  .main-navigation ul ul li.menu-item-has-children.focus:before, .main-navigation ul ul li.menu-item-has-children:hover:before, .main-navigation ul ul li.menu-item-has-children.focus:after, .main-navigation ul ul li.menu-item-has-children:hover:after, .main-navigation ul ul li.page_item_has_children.focus:before, .main-navigation ul ul li.page_item_has_children:hover:before, .main-navigation ul ul li.page_item_has_children.focus:after, .main-navigation ul ul li.page_item_has_children:hover:after {
    display: none;
  }
  .site-header .site-navigation-fixed .menu-scroll-down {
    display: none;
  }
  .site-header .menu-scroll-down {
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
  }
  .site-header .menu-scroll-down .icon {
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    -ms-transform: rotate(90deg);
    /* IE 9 */
    transform: rotate(90deg);
  }
  .site-header .menu-scroll-down {
    color: #fff;
    top: 2em;
  }
  .site-header .navigation-top .menu-scroll-down {
    color: #767676;
    top: 0.7em;
  }
  .menu-scroll-down:focus {
    outline: thin dotted;
  }
  .menu-scroll-down .icon {
    height: 18px;
    width: 18px;
  }
  .twentyseventeen-front-page.has-header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding {
    margin-bottom: 70px;
  }
  .twentyseventeen-front-page.has-header-image .custom-header-media, .twentyseventeen-front-page.has-header-video .custom-header-media, .home.blog.has-header-image .custom-header-media, .home.blog.has-header-video .custom-header-media {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
  }
  .twentyseventeen-front-page.has-header-image .custom-header-media:before, .twentyseventeen-front-page.has-header-video .custom-header-media:before, .home.blog.has-header-image .custom-header-media:before, .home.blog.has-header-video .custom-header-media:before {
    height: 33%;
  }
  .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(100vh - 32px);
  }
  .panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 6em;
  }
  .panel-image {
    height: 100vh;
    max-height: 1200px;
  }
  .background-fixed .panel-image {
    background-attachment: fixed;
  }
  .panel-content .recent-posts article {
    margin-bottom: 4em;
  }
  .panel-content .recent-posts .entry-header, .page-two-column #primary .panel-content .recent-posts .entry-header, .panel-content .recent-posts .entry-content, .page-two-column #primary .panel-content .recent-posts .entry-content {
    float: none;
    width: 100%;
  }
  .panel-content .recent-posts .entry-header {
    margin-bottom: 1.5em;
  }
  .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .site-content {
    padding: 5.5em 0 0;
  }
  .single-post .entry-title, .page .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .comments-pagination, .post-navigation {
    clear: both;
  }
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
  .nav-next, .post-navigation .nav-next {
    margin-top: 0;
  }
  .sticky .icon-thumb-tack {
    height: 23px;
    left: -2.5em;
    top: 1.5em;
    width: 32px;
  }
  .blog .site-main > article, .archive .site-main > article, .search .site-main > article {
    padding-bottom: 4em;
  }
  .navigation.pagination {
    clear: both;
    float: right;
    width: 58%;
  }
  .has-sidebar .navigation.pagination, .archive.page-one-column:not(.has-sidebar) .navigation.pagination {
    float: none;
    width: 100%;
  }
  .entry-footer {
    display: table;
    width: 100%;
  }
  .entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  .entry-footer .edit-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  .entry-footer .edit-link a.post-edit-link {
    margin-top: 0;
    margin-left: 1em;
  }
  :not(.has-sidebar) .entry-content blockquote.alignleft {
    margin-left: -17.5%;
    width: 48%;
  }
  :not(.has-sidebar) .entry-content blockquote.alignright {
    margin-right: -17.5%;
    width: 48%;
  }
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: 0;
    width: 34%;
  }
  .has-sidebar .entry-content blockquote.alignright {
    margin-right: 0;
    width: 34%;
  }
  .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
    margin-right: -72.5%;
    width: 62%;
  }
  .format-quote blockquote .icon {
    left: -1.5em;
  }
  .page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 4em;
  }
  .page:not(.home) #content {
    padding-bottom: 3.25em;
  }
  .error404 .page-content {
    padding-bottom: 9em;
  }
  #comments {
    padding-top: 5em;
  }
  .comments-title {
    margin-bottom: 2.5em;
  }
  ol.children .children {
    padding-left: 2em;
  }
  .nav-links .nav-title {
    position: relative;
  }
  .nav-title-icon-wrapper {
    position: absolute;
    text-align: center;
    width: 2em;
  }
  .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
    left: -2em;
  }
  .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
    right: -2em;
  }
  #secondary {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  h2.widget-title {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .site-footer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 3em;
  }
  .social-navigation {
    clear: left;
    float: left;
    margin-bottom: 0;
    width: 36%;
  }
  .site-info {
    float: left;
    padding: 0.7em 0 0;
    width: 58%;
  }
  .social-navigation + .site-info {
    margin-left: 6%;
  }
  .site-info .sep {
    margin: 0 0.5em;
    display: inline;
    visibility: visible;
    height: auto;
    width: auto;
  }
  .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%;
  }
}
@media screen and (min-width: 67em) {
  /* Layout */
  /* Navigation */
  /* Sticky posts */
  /* Pagination */
  /* Comments */
  .navigation-top .wrap {
    padding: 0.75em 2em;
  }
  .navigation-top nav {
    margin-left: 0;
  }
  .sticky .icon-thumb-tack {
    font-size: 32px;
    font-size: 2rem;
    height: 22px;
    left: -1.25em;
    top: 0.75em;
    width: 32px;
  }
  .page-numbers {
    display: inline-block;
  }
  .page-numbers.current {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .page-numbers.current .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .comment-body {
    margin-left: 0;
  }
}
@media screen and (min-width: 79em) {
  .has-sidebar .entry-content blockquote.alignleft {
    margin-left: -20%;
  }
  .blog:not(.has-sidebar) .entry-content blockquote.alignright, .archive:not(.has-sidebar) .entry-content blockquote.alignright, .page-two-column .entry-content blockquote.alignright, .twentyseventeen-front-page .entry-content blockquote.alignright {
    margin-right: -20%;
  }
}
@media screen and (max-width: 48.875em) and (min-width: 1150px) {
  .admin-bar .site-navigation-fixed.navigation-top, .admin-bar .site-navigation-hidden.navigation-top {
    top: 46px;
  }
}
/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  /* Font sizes */
  /* Layout */
  /* Site Branding */
  /* Posts */
  /* Colors */
  form, button, input, select, textarea, .navigation-top, .social-navigation, #secondary, .content-bottom-widgets, .header-image, .panel-image-prop, .icon-thumb-tack, .page-links, .edit-link, .post-navigation, .pagination.navigation, .comments-pagination, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link, .site-footer aside.widget-area, .site-info {
    display: none !important;
  }
  .entry-footer, #comments, .site-footer, .single-featured-image-header {
    border: 0;
  }
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 10pt;
  }
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  .site-header {
    background: transparent;
    padding: 0;
  }
  .custom-header-media {
    padding: 0;
  }
  .twentyseventeen-front-page.has-header-image .site-branding, .twentyseventeen-front-page.has-header-video .site-branding, .home.blog.has-header-image .site-branding, .home.blog.has-header-video .site-branding {
    position: relative;
  }
  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }
  .site-title {
    font-size: 25pt;
  }
  .site-description {
    font-size: 12pt;
    opacity: 1;
  }
  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  body, .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body, a, .site-title a, .twentyseventeen-front-page.has-header-image .site-title, .twentyseventeen-front-page.has-header-video .site-title, .twentyseventeen-front-page.has-header-image .site-title a, .twentyseventeen-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }
  h2, h5, blockquote, .site-description, .twentyseventeen-front-page.has-header-image .site-description, .twentyseventeen-front-page.has-header-video .site-description, .entry-meta, .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}
html, body, button, input, select, textarea {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #090a1a;
}
@media screen and (min-width: 1150px) {
  html, body, button, input, select, textarea {
    font-size: calc(6.5px + 0.5vw);
  }
}
h1, .entry-header .entry-title {
  font-size: 50px;
}
@media screen and (min-width: 1150px) {
  h1, .entry-header .entry-title {
    font-size: calc(28px + 2vw);
  }
}
.wrap {
  max-width: initial !important;
  padding: 0 !important;
}
footer .wrap, div.site-content-contain .wrap {
  padding: 0 calc(5vw - 5px) !important;
}
.single-prevadzka .wrap {
  overflow: hidden;
}
.single-prevadzka .navigation-top .wrap {
  overflow: visible;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.show-desktop {
  display: none;
}
@media screen and (min-width: 1150px) {
  .show-desktop {
    display: block;
  }
}
.show-mobile {
  display: block;
}
@media screen and (min-width: 1150px) {
  .show-mobile {
    display: none;
  }
}
.popup-image-content.fancybox-content {
  width: 80%;
  padding: 0;
  max-width: 300px;
}
@media screen and (min-width: 1150px) {
  .popup-image-content.fancybox-content {
    width: 80%;
    max-width: 700px;
  }
}
.popup-image-content.fancybox-content img {
  width: 100%;
  height: auto;
}
@font-face {
  font-family: "lightpark";
  src: url("assets/fonts/lightpark.eot");
  src: url("assets/fonts/lightpark.eot?#iefix") format("embedded-opentype"), url("assets/fonts/lightpark.woff") format("woff"), url("assets/fonts/lightpark.ttf") format("truetype"), url("assets/fonts/lightpark.svg#lightpark") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before, [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "lightpark" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.icon-lp-icons-domestav:before {
  content: "a";
}
.icon-lp-icons-dacono:before {
  content: "b";
}
.icon-lp-icons-boconcept:before {
  content: "c";
}
.icon-lp-icons-luna:before {
  content: "d";
}
.icon-lp-icons-marktech:before {
  content: "e";
}
.icon-lp-icons-miobio:before {
  content: "f";
}
.icon-lp-icons-modant:before {
  content: "g";
}
.icon-lp-icons-stillwood:before {
  content: "h";
}
.icon-lp-icons-elmina:before {
  content: "i";
}
.icon-lp-icons-eden:before {
  content: "j";
}
.icon-lp-icons-svet-stropy:before {
  content: "k";
}
.icon-lp-icons-virtu:before {
  content: "l";
}
.icon-lp-icons-hanak:before {
  content: "m";
}
.icon-lp-icons-excello:before {
  content: "n";
}
.icon-lp-icons-ideastyle:before {
  content: "o";
}
.icon-lp-icons-jcdesign:before {
  content: "p";
}
.icon-lp-icons-jech:before {
  content: "q";
}
.icon-lp-icons-johanmalle:before {
  content: "r";
}
.icon-lp-icons-kare:before {
  content: "s";
}
.icon-lp-icons-living:before {
  content: "t";
}
.icon-lp-icons-companies:before {
  content: "u";
}
.icon-lp-icons-parking:before {
  content: "v";
}
.icon-lp-icons-place:before {
  content: "w";
}
.icon-lp-icons-space:before {
  content: "x";
}
.icon-lp-icons-stores:before {
  content: "y";
}
.icon-lp-icons-wifi:before {
  content: "z";
}
.icon-lp-icons-cat-addons:before {
  content: "A";
}
.icon-lp-icons-cat-all:before {
  content: "B";
}
.icon-lp-icons-cat-beds:before {
  content: "C";
}
.icon-lp-icons-cat-childs:before {
  content: "D";
}
.icon-lp-icons-cat-custom:before {
  content: "E";
}
.icon-lp-icons-cat-floors-50:before {
  content: "F";
}
.icon-lp-icons-cat-kitchen:before {
  content: "G";
}
.icon-lp-icons-cat-lights:before {
  content: "H";
}
.icon-lp-icons-cat-living:before {
  content: "I";
}
.icon-lp-icons-cat-wash:before {
  content: "J";
}
.icon-lp-icons-search2:before {
  content: "K";
}
.icon-lp-icons-mails:before {
  content: "L";
}
.icon-lp-icons-arrow-down:before {
  content: "M";
}
.icon-lp-icons-arrow-left:before {
  content: "N";
}
.icon-lp-icons-news:before {
  content: "O";
}
.icon-lp-icons-up:before {
  content: "P";
}
.icon-lp-icons-view-articles:before {
  content: "Q";
}
.icon-lp-icons-phone:before {
  content: "R";
}
.icon-lp-icons-arrow-right:before {
  content: "S";
}
.icon-lp-icons-arrow-up:before {
  content: "T";
}
.icon-lp-icons-picus-down:before {
  content: "U";
}
.icon-lp-icons-view-puzzle:before {
  content: "V";
}
.icon-lp-icons-view-squares:before {
  content: "W";
}
.icon-lp-icons-picus-left:before {
  content: "X";
}
.icon-lp-icons-down:before {
  content: "Y";
}
.icon-lp-icons-fb:before {
  content: "Z";
}
.icon-lp-icons-picus-right:before {
  content: "0";
}
.icon-lp-icons-vlog:before {
  content: "1";
}
.icon-lp-icons-vp:before {
  content: "2";
}
.icon-lp-icons-picus-up:before {
  content: "3";
}
.icon-lp-icons-fb-hov:before {
  content: "4";
}
.icon-lp-icons-hamburger:before {
  content: "5";
}
.icon-lp-icons-vp-hove:before {
  content: "6";
}
.icon-lp-icons-web:before {
  content: "7";
}
.icon-lp-icons-pinte-hov:before {
  content: "8";
}
.icon-lp-icons-pinte:before {
  content: "9";
}
.icon-lp-icons-insta:before {
  content: "!";
}
.icon-lp-icons-insta-hov:before {
  content: '"';
}
.icon-lp-icons-pointer:before {
  content: "#";
}
.icon-lp-icons-x:before {
  content: "$";
}
.icon-lp-icons-restaurant:before {
  content: "%";
}
.icon-lp-icons-left:before {
  content: "&";
}
.icon-lp-icons-mail:before {
  content: "'";
}
.icon-lp-icons-right:before {
  content: "(";
}
.icon-lp-icons-search:before {
  content: ")";
}
.icon-lp-icons-mail-hov:before {
  content: "*";
}
/* NEW icon set */
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?gfnquc");
  src: url("assets/fonts/icomoon.eot?gfnquc#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?gfnquc") format("truetype"), url("assets/fonts/icomoon.woff?gfnquc") format("woff"), url("assets/fonts/icomoon.svg?gfnquc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icomoon-"], [class*=" icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icomoon-curtains_icon:before {
  content: "";
}
.icomoon-menu_icon:before {
  content: "";
}
.icomoon_mails:before {
  content: "";
}
/* Aylen */
.lightpark-nav .esg-loadmore {
  margin: 15px 0 0 0;
  padding: 0.66rem 1.66rem;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-weight: 900 !important;
  font-family: "Roboto" !important;
}
/*
//.eg-lightpark-element-5,
.lightpark-nav .esg-navigationbutton,
.button--aylen {
	background: #ad9742;
	color: #ffffff;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
//.eg-lightpark-element-5::before,
//.eg-lightpark-element-5::after,
.lightpark-nav .esg-navigationbutton::before,
.lightpark-nav .esg-navigationbutton::after,
.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
//.eg-lightpark-element-5::before,
.lightpark-nav .esg-navigationbutton::before,
.button--aylen::before {
	background: #6D5D21;
}
//.eg-lightpark-element-5::after,
.lightpark-nav .esg-navigationbutton::after,
.button--aylen::after {
	background: #090a1a;
}
//.eg-lightpark-element-5:hover,
.lightpark-nav .esg-navigationbutton:hover,
.button--aylen:hover {
	color: #ad9742 !important;
}
//.eg-lightpark-element-5:hover::before,
//.eg-lightpark-element-5:hover::after,
.lightpark-nav .esg-navigationbutton:hover::before,
.lightpark-nav .esg-navigationbutton:hover::after,
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
// .eg-lightpark-element-5:hover::after,
.lightpark-nav .esg-navigationbutton:hover::after,
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

*/
.eg-lightpark-element-6, .eg-lightpark-element-5, .lightpark-nav .esg-navigationbutton, .button--aylen {
  background: #ad9742 !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  overflow: hidden;
}
.eg-lightpark-element-6:focus, .eg-lightpark-element-5:focus, .lightpark-nav .esg-navigationbutton:focus, .button--aylen:focus {
  outline: 0;
}
.eg-lightpark-element-6:before, .eg-lightpark-element-5:before, .lightpark-nav .esg-navigationbutton:before, .button--aylen:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(30px);
  transform: translateX(-150%) skewX(-15deg);
}
.eg-lightpark-element-6:after, .eg-lightpark-element-5:after, .lightpark-nav .esg-navigationbutton:after, .button--aylen:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 20%;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-150%) skewX(-15deg);
}
.eg-lightpark-element-6:hover, .eg-lightpark-element-5:hover, .lightpark-nav .esg-navigationbutton:hover, .button--aylen:hover {
  background: #ad9742 !important;
  color: white !important;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.eg-lightpark-element-6:hover:before, .eg-lightpark-element-5:hover:before, .lightpark-nav .esg-navigationbutton:hover:before, .button--aylen:hover:before {
  /*    transform: translateX(650%)  skewX(-15deg);*/
  opacity: 0.8;
  animation: pulse 2s infinite;
}
.eg-lightpark-element-6:hover:after, .eg-lightpark-element-5:hover:after, .lightpark-nav .esg-navigationbutton:hover:after, .button--aylen:hover:after {
  /*      transform: translateX(650%) skewX(-15deg);*/
  opacity: 1;
  animation: pulse 2s infinite;
}
.page.page-template-page_cookies .button--aylen:hover:before, .page.page-template-page_cookies .button--aylen:hover:after {
  animation: pulse 3s infinite;
}
@-webkit-keyframes pulse {
  0% {
    transform: translateX(-150%) skewX(-15deg);
  }
  30% {
    transform: translateX(750%) skewX(-15deg);
  }
  100% {
    transform: translateX(750%) skewX(-15deg);
  }
}
@keyframes pulse {
  0% {
    transform: translateX(-150%) skewX(-15deg);
  }
  30% {
    transform: translateX(750%) skewX(-15deg);
  }
  100% {
    transform: translateX(750%) skewX(-15deg);
  }
}
header#masthead {
  z-index: 1000;
  height: auto;
}
@media screen and (min-width: 1150px) {
  header#masthead {
    height: auto;
    position: static;
  }
  header#masthead .navigation-top {
    position: static;
    height: calc(37.5px + 2.5vw);
  }
}
header#masthead:before {
  content: "";
  background-image: url("assets/images/LP_lista.svg");
  background-size: auto 100%;
  height: 100vw;
  width: 25px;
  top: 5px;
  position: absolute;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: top left;
}
@media screen and (min-width: 1150px) {
  header#masthead:before {
    display: none;
  }
}
header#masthead .social-navigation-top {
  display: none;
}
@media screen and (min-width: 1150px) {
  header#masthead .social-navigation-top {
    display: block;
    position: absolute;
    z-index: 9;
    top: calc(75px + 5vw);
    right: calc(9.375px + 0.625vw);
    width: calc(18.7px + 1.25vw);
  }
  header#masthead .social-navigation-top ul {
    list-style: none;
  }
  header#masthead .social-navigation-top a {
    display: block;
    width: calc(18.7px + 1.25vw);
    height: calc(18.7px + 1.25vw);
    color: transparent;
    margin-bottom: calc(9.375px + 0.625vw);
  }
  header#masthead .social-navigation-top a:before {
    content: "2";
    font-family: lightpark;
    font-size: calc(18.7px + 1.25vw);
    color: white;
    line-height: calc(18.7px + 1.25vw);
    text-align: center;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* text-shadow: 0 0 0 $color-black;*/
  }
  header#masthead .social-navigation-top a:hover:before {
    color: #ad9742;
    /* text-shadow: 0 0 2px $color-black; */
  }
  header#masthead .social-navigation-top a[href*="pinterest"]:before {
    content: "9";
  }
  header#masthead .social-navigation-top a[href*="facebook"]:before {
    content: "Z";
  }
  header#masthead .social-navigation-top a[href*="instagram"]:before {
    content: "!";
  }
  header#masthead .social-navigation-top a[href*="youtube"]:before {
    content: "+";
  }
}
.site-content-contain {
  position: static;
}
@media screen and (min-width: 1150px) {
  .forcefullwidth_wrapper_tp_banner:before {
    content: "";
    background-image: url("assets/images/LP_lista.svg");
    background-size: auto 100%;
    position: absolute;
    z-index: 1000;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top left;
    transform: none;
    height: calc(100% + 37.5px + 2.5vw);
    margin-top: calc(-37.5px - 2.5vw);
    width: calc(4px + 1vw);
    top: 0px;
  }
}
.ns-header-data {
  background: #dcdae5;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 50% 50%;
}
.ns-header-data div {
  text-align: center;
  background: white;
  width: 100%;
  height: 185px;
  color: #1e155d;
  border-bottom: 1px solid #dcdae5;
  font-size: 2.3rem;
  font-weight: 700;
  vertical-align: middle;
}
.ns-header-data div:before {
  font-family: lightpark;
  content: "L";
  line-height: 0.9em;
  font-size: 0.9em;
  font-weight: 300;
  display: block;
  margin: 0.9em 0 0.6em 0;
}
.ns-header-data div:after {
  font-size: 0.35em;
  font-weight: 400;
  text-transform: uppercase;
  content: "rozloha domu nábytku";
  margin: 0.7em auto;
  width: 130px;
  display: block;
  line-height: 1.3em;
}
.ns-header-data div:nth-child(odd) {
  border-right: 1px solid #dcdae5;
}
.ns-header-data .ns-data-small {
  height: 92.5px;
}
.ns-header-data .ns-data-small:before {
  margin: 0.8em 0 0 0;
}
.ns-header-data .ns-data-small:after {
  text-transform: none;
}
.ns-header-data .ns-data-area {
  -ms-grid-column: 1;
}
.ns-header-data .ns-data-area:before {
  color: #d1005d;
  content: "x";
}
.ns-header-data .ns-data-area span {
  font-size: 55%;
  line-height: 0;
}
.ns-header-data .ns-data-distance {
  -ms-grid-column: 2;
}
.ns-header-data .ns-data-distance:before {
  color: #ffcb00;
  content: "w";
}
.ns-header-data .ns-data-distance:after {
  content: "od centra Bratislavy";
}
.ns-header-data .ns-data-distance span {
  font-size: 80%;
  line-height: 0;
}
.ns-header-data .ns-data-shops {
  -ms-grid-column: 3;
}
.ns-header-data .ns-data-shops:before {
  color: #77b800;
  content: "y";
}
.ns-header-data .ns-data-shops:after {
  content: "štýlových obchodov";
}
.ns-header-data .ns-data-brands {
  -ms-grid-column: 4;
}
.ns-header-data .ns-data-brands:before {
  color: #008998;
  content: "u";
}
.ns-header-data .ns-data-brands:after {
  content: "špičkových značiek";
}
.ns-header-data .ns-data-food {
  -ms-grid-column: 5;
  grid-area: 3 / 1 / 5 / 2;
}
.ns-header-data .ns-data-food:before {
  color: #ff5a00;
  content: "%";
}
.ns-header-data .ns-data-food:after {
  content: "talianska reštaurácia";
}
.ns-header-data .ns-data-wifi {
  -ms-grid-column: 6;
  -ms-grid-row: 2;
}
.ns-header-data .ns-data-wifi:before {
  margin: 0.2em 0 0 0;
  content: "z";
}
.ns-header-data .ns-data-wifi:after {
  content: "Free WiFi";
}
.ns-header-data .ns-data-parking {
  -ms-grid-column: 6;
  border-bottom: 0;
}
.ns-header-data .ns-data-parking:before {
  content: "v";
}
.ns-header-data .ns-data-parking:after {
  content: "Parkovanie";
}
@media screen and (min-width: 1150px) {
  .ns-header-data {
    -ms-grid-columns: 10vw 10vw 10vw 10vw 10vw 5vw;
    grid-template-columns: 10vw 10vw 10vw 10vw 10vw 5vw;
    -ms-grid-rows: 4.285vw 4.285vw;
    grid-template-rows: 4.285vw 4.285vw;
    position: absolute;
    background: transparent;
    column-gap: 1px;
    row-gap: 1px;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin: calc(-9.57vw - 2px) 0 0 calc(5px + 2vw);
    z-index: 100;
  }
  .ns-header-data div {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 100%;
    border-bottom: 0;
    font-size: 2vw;
  }
  .ns-header-data div:after {
    width: 100%;
  }
  .ns-header-data div:nth-child(odd) {
    border-right: 1px solid transparent;
  }
  .ns-header-data .ns-data-small {
    -ms-grid-row-span: 1;
    grid-row-start: auto;
    grid-row-end: auto;
    height: 100%;
  }
  .ns-header-data .ns-data-food {
    grid-area: auto;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .ns-header-data .ns-data-wifi:before, .ns-header-data .ns-data-parking:before {
    margin: 0.5em 0 0 0;
  }
}
.ns-data-area html[lang=en-US] .ns-header-data:after {
  content: "area of furniture house";
}
.ns-data-distance html[lang=en-US] .ns-header-data:after {
  content: "from centre of Bratislava";
}
.ns-data-shops html[lang=en-US] .ns-header-data:after {
  content: "stylish shops";
}
.ns-data-brands html[lang=en-US] .ns-header-data:after {
  content: "luxury brands";
}
.ns-data-food html[lang=en-US] .ns-header-data:after {
  content: "italian restaurant";
}
.ns-data-parking html[lang=en-US] .ns-header-data:after {
  content: "Parking";
}
div.ns-screen-disabled {
  width: 100%;
  height: 100%;
  background-color: #090a1a;
  opacity: 0.75;
  position: fixed;
  display: none;
  z-index: 10;
  transition: display 0s linear 0.33s, opacity 0.33s linear;
}
@media screen and (min-width: 1150px) {
  div.ns-screen-disabled {
    display: none !important;
  }
}
.navigation-top nav#site-navigation {
  height: 115px;
  background: white;
  z-index: 110;
  position: relative;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation {
    height: calc(37.5px + 2.5vw);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.navigation-top nav#site-navigation form[role=search] {
  width: 100%;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation form[role=search] span.search-box {
    width: calc(87.5vw - 127.5px);
    display: block;
    position: absolute;
    right: calc(37.5px + 2.5vw);
  }
}
.navigation-top nav#site-navigation form[role=search] input[type=submit] {
  top: 250px;
  left: 0;
  bottom: auto;
  right: 0;
  margin: 0 auto;
  display: block;
  position: absolute;
  width: 190px;
  text-align: center;
  padding: 20px 60px;
  border-radius: 27px;
  background-color: #ffffff;
  color: #ad9742;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  z-index: 11;
  text-transform: uppercase;
  letter-spacing: 0.68px;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation form[role=search] input[type=submit] {
    display: none !important;
  }
}
.navigation-top nav#site-navigation form[role=search] input[type=submit].closed {
  display: none !important;
}
.navigation-top nav#site-navigation form[role=search] input[type=search] {
  position: absolute;
  width: 100%;
  padding: 70px 50px;
  border-radius: 0;
  line-height: 120%;
  border: 0;
  background-color: #ad9742;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  top: 110px;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center 115px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='2'><line x1='5%' y1='0' x2='95%' y2='0' style='stroke:rgb(151,131,53);stroke-width:2' /></svg>");
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation form[role=search] input[type=search] {
    padding: 0 calc(18.75px + 1.75vw);
    top: 0;
    right: 0;
    width: 100%;
    line-height: calc(37.5px + 2.5vw);
    height: calc(37.5px + 2.5vw) !important;
    border-bottom: 1px solid #ad9742;
    z-index: 1000;
    opacity: 1;
    transition: all 0.5s ease-in;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation form[role=search] input[type=search].closed {
    width: 0px;
    opacity: 0;
  }
}
.navigation-top nav#site-navigation form[role=search] label {
  top: auto;
  left: auto;
  right: auto;
  float: right;
  background: none;
  position: static;
  overflow: hidden;
  height: 115px;
  width: 115px;
  padding: 0;
  margin: 0;
}
.navigation-top nav#site-navigation form[role=search] label * {
  display: none;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation form[role=search] label {
    height: calc(37.5px + 2.5vw);
    width: calc(37.5px + 2.5vw);
    background: #ad9742;
    font-family: lightpark;
    font-size: 22px;
    color: white;
    line-height: calc(37.5px + 2.5vw);
    text-align: center;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
  }
}
.navigation-top nav#site-navigation .icon-lp-icons-x:before, .navigation-top nav#site-navigation .icon-lp-icons-hamburger:before, .navigation-top nav#site-navigation .icon-lp-icons-search:before {
  font-size: 30px;
  margin: 42px;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation .icon-lp-icons-x:before, .navigation-top nav#site-navigation .icon-lp-icons-hamburger:before, .navigation-top nav#site-navigation .icon-lp-icons-search:before {
    padding: calc(7.75px + 1.25vw);
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    height: 100%;
    width: 0;
    padding: 0;
    content: "";
  }
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation .icon-lp-icons-x {
    color: #ad9742 !important;
    position: relative !important;
    z-index: 2;
  }
}
.navigation-top nav#site-navigation .icon-lp-icons-x:before {
  color: #ad9742;
  content: "$" !important;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation .icon-lp-icons-x:before {
    background: #090a1a;
    content: "" !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all 0.4s ease-in;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
}
.navigation-top nav#site-navigation div.menu-logo {
  background-image: url("assets/images/LP_logo.svg");
  height: 110px;
  width: 150px;
  margin: 30px auto;
  position: relative;
  z-index: 2000;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation div.menu-logo {
    width: calc(48px + 7vw);
    height: calc(37px + 5vw);
    position: absolute;
    top: 20px;
    left: 45px;
    margin: 0;
    position: absolute;
    top: calc(9.5px + 0.5vw);
    left: 45px;
    transition: height 0.3s, width 0.3s;
  }
}
.navigation-top nav#site-navigation div.menu-logo-small {
  width: calc(24px + 3.5vw);
  height: calc(18.5px + 2.5vw);
  top: calc(4.75px + 0.25vw);
}
.navigation-top nav#site-navigation a.menu-logo-link {
  width: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation a.menu-logo-link {
    display: block;
    float: left;
  }
}
.navigation-top nav#site-navigation div.menu-main-menu-container, .navigation-top nav#site-navigation div.menu-hlavne-menu-container {
  position: absolute;
  top: 115px;
  z-index: 11;
  background: #ad9742;
  width: 100%;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul {
  background: none;
  padding: 0;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li {
  border: 0;
  border-bottom: 1px solid #978335;
  margin: 0 5vw;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li:last-child, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:last-child {
  border: 0;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li button, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li button {
  display: none;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li a, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:visited, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:visited, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:hover {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child > a, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child > a:visited, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child > a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child > a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child > a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child > a:visited, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child > a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child > a:hover {
  margin-top: 30px;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li a, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li a:visited, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li a:visited, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li a:hover {
  margin: 0;
  font-size: 18px;
  color: #ad9742;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li:first-child a, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li:first-child a:visited, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li:first-child a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li ul li:first-child a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li:first-child a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li:first-child a:visited, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li:first-child a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li ul li:first-child a:hover {
  margin: 0px;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul > li:nth-last-child(3), .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul > li:nth-last-child(3) {
  border: 0;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia-parent, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia-parent {
  border: 0;
  margin-top: 15px;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia-parent a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia-parent a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia-parent a span, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia-parent a span {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.75px;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia-parent ul, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia-parent ul {
  display: block;
  width: 182px;
  margin: 0 auto;
  background: inherit;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia {
  display: inline-block;
  height: 38px;
  width: 38px;
  overflow: hidden;
  border: 0;
  margin: 10px;
  color: #ad9742;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia a {
  padding: 0;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia a:before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia a:before {
  content: "2";
  font-family: lightpark;
  font-size: 34px;
  color: white;
  line-height: 36px;
  text-align: center;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia a[href*="pinterest"]:before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia a[href*="pinterest"]:before {
  content: "9";
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia a[href*="facebook"]:before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia a[href*="facebook"]:before {
  content: "Z";
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia a[href*="youtube"]:before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia a[href*="youtube"]:before {
  content: "+";
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia a[href*="instagram"]:before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia a[href*="instagram"]:before {
  content: "!";
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item {
  background: white;
  color: #090a1a;
  margin-top: 20px;
  width: 100%;
  position: relative;
  left: -5vw;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item > a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item > a {
  display: none;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul {
  display: block;
  text-align: center;
  padding: 30px;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li {
  margin: 0 2.5vw;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul a {
  display: inline;
  color: #090a1a;
  border: 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul .current-lang a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul .current-lang a {
  font-weight: 700;
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li::after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li::after {
  content: "/";
  color: #ad9742;
  position: relative;
  left: calc(2.5vw + 2px);
}
.navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li:last-child::after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li:last-child::after {
  display: none;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation div.menu-main-menu-container, .navigation-top nav#site-navigation div.menu-hlavne-menu-container {
    position: static;
    margin-left: calc(90px + 10vw);
    background: transparent;
    width: auto;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li {
    border: 0;
    margin: calc(15px + 1vw) calc(4px + 1vw);
    padding: 0;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:visited, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:visited, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:hover {
    color: #090a1a;
    font-size: calc(7.5px + 0.5vw);
    font-weight: 700;
    line-height: calc(7.5px + 0.5vw);
    padding: 0;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a svg, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:visited svg, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:focus svg, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:hover svg, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a svg, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:visited svg, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:focus svg, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:hover svg {
    display: none;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li a:hover {
    color: #ad9742;
    font-weight: 400;
    letter-spacing: 0.0085vw;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child a, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child a:visited, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:first-child a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child a:visited, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:first-child a:hover {
    margin-top: 0;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(15px + 1vw);
    border-right: 1px solid #d3d7e0;
    display: block;
    top: calc(-3.75px - 0.25vw);
    left: calc(-4px - 1vw);
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children {
    border: 1px solid #ad9742;
    margin: calc(7.5px + 0.5vw) calc(2px + 0.8vw);
    padding: calc(6.5px + 0.5vw) calc(1px + 0.9vw);
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children a:hover, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children a:focus {
    letter-spacing: inherit;
    font-weight: 700;
    color: #090a1a;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children a:hover {
    color: #ad9742;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children a::after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children a::after {
    content: "U";
    color: #ad9742;
    font-family: "lightpark" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    line-height: calc(7.5px + 0.5vw);
    font-size: calc(3.75px + 0.25vw);
    padding-left: calc(1px + 0.5vw);
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children ul, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children ul {
    left: -200vw;
    min-width: calc(100% + 2px);
    background: #ad9742;
    border: 1px solid #ad9742;
    height: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out, height 0.3s ease-out, border 0.3s ease-out;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children ul li, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children ul li {
    padding: calc(2px + 1vw) calc(1px + 0.5vw);
    margin: 0 4px;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children ul li a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children ul li a {
    color: white;
    font-size: calc(7.5px + 0.5vw);
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    width: auto;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children ul li a:after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children ul li a:after {
    display: none;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children ul li a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children ul li a:hover {
    color: #090a1a;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children ul li:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children ul li:hover {
    background: #ad9742;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children ul.toggled-on, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children ul.toggled-on {
    height: auto;
    border-color: #ad9742;
    opacity: 1;
    left: -1px;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children a.toggled-on::after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children a.toggled-on::after {
    content: "3";
    color: #4b4c5e;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li:nth-child(3)::before, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children::before, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.menu-item-has-children li::before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li:nth-child(3)::before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children::before, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.menu-item-has-children li::before {
    display: none;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia-parent, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.ns-menu-item-socialmedia, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia-parent, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.ns-menu-item-socialmedia {
    display: none;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item {
    margin: 0;
    border: 0;
    position: static;
    float: right;
    width: auto;
    background: transparent;
    padding: 0;
    margin-right: calc(7.5px + 0.5vw);
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item a {
    display: block;
    position: static;
    margin: calc(15px + 1vw) calc(13.5px + 2vw);
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item a *, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item a * {
    display: none;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item > a:after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item > a:after {
    content: "Y";
    display: block;
    position: absolute;
    top: calc(14.55px + 1vw);
    right: calc(45.5px + 4vw);
    color: #ad9742;
    font-family: "lightpark" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item > a:hover::after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item > a:hover::after {
    content: "Y";
    color: #ad9742;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul {
    position: absolute;
    display: inline-block;
    padding: 0;
    background-color: white;
    margin: calc(7.5px + 0.5vw) 0;
    top: 0;
    left: auto !important;
    right: calc(45px + 3vw);
    bottom: auto;
    height: 1px;
    overflow: hidden;
    border-color: white;
    transition: opacity 0.3s ease-out, height 0.3s ease-out, border 0.3s ease-out;
    opacity: 0;
    width: auto;
    min-width: auto;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li {
    margin: 0;
    height: calc(7.5px + 0.5vw);
    line-height: calc(7.5px + 0.5vw);
    font-size: calc(7.5px + 0.5vw);
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li a {
    font-weight: 700;
    font-size: calc(7.5px + 0.5vw);
    line-height: calc(7.5px + 0.5vw);
    padding: calc(6.5px + 0.5vw);
    margin: 0 calc(6px + 1.5vw);
    display: block;
    width: auto;
    color: #090a1a;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li a:focus, .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li a:hover, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li a:focus, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li a:hover {
    color: #ad9742;
    text-align: center;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li:after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li:after {
    content: "";
    border-bottom: 1px solid #e1e4e8;
    width: 50%;
    display: block;
    position: relative;
    left: 25%;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul li.current-lang a, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul li.current-lang a {
    color: #a3a9b2;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul:after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul:after {
    content: "P";
    display: block;
    position: absolute;
    top: calc(8.25px + 0.45vw);
    right: calc(0.5px + 1vw);
    color: #ad9742;
    font-family: "lightpark" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item ul.toggled-on, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item ul.toggled-on {
    height: calc(43px + 3vw);
    border-color: #e1e4e8;
    opacity: 1;
  }
  .navigation-top nav#site-navigation div.menu-main-menu-container > ul li.pll-parent-menu-item:hover > a::after, .navigation-top nav#site-navigation div.menu-hlavne-menu-container > ul li.pll-parent-menu-item:hover > a::after {
    content: "Y";
    color: #ad9742;
  }
}
@media screen and (min-width: 1150px) {
  /*#menu-item-1052 ul.sub-menu{
    overflow-x: auto;
    columns: 2;
    list-style-position: inside;
    column-gap: 40px;
    width: 322px;
  }*/
  ul.sub-menu {
    max-height: calc(97vh - 90px);
  }
}
@media screen and (min-width: 1150px) {
  .admin-bar .navigation-top nav#site-navigation {
    top: 32px;
  }
}
@media screen and (min-width: 1150px) {
  .ns_hide_on_desktop {
    display: none !important;
  }
}
button.menu-toggle {
  height: 115px;
  width: 115px;
  background: none;
  padding: 0;
  margin: 0;
  float: left;
  display: inline-block;
}
button.menu-toggle:focus {
  outline: none;
}
@media screen and (min-width: 1150px) {
  button.menu-toggle {
    display: none;
  }
}
.navigation-top nav#site-navigation li.btn-highlight.menu-item > a {
  background: #d1005d;
  color: white !important;
  border-radius: 20px;
  padding: 10px 20px !important;
  margin-top: 0px !important;
  position: relative;
  display: block;
  font-weight: 700 !important;
  letter-spacing: 0.0085vw;
}
.navigation-top nav#site-navigation li.btn-highlight.menu-item > a:hover {
  background: #e71070;
  color: white !important;
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation li.btn-highlight.menu-item > a {
    margin-top: -10px !important;
  }
}
@media screen and (min-width: 1150px) {
  .navigation-top nav#site-navigation li.btn-highlight.menu-item {
    float: right;
    margin-right: 30px;
  }
  .navigation-top nav#site-navigation li.btn-highlight.menu-item:before {
    display: none;
  }
}
.search-no-results #content .page-header .icon-lp-icons-search, .search-results #content .page-header .icon-lp-icons-search {
  display: none;
}
.search-no-results #content .page-header input[type="search"], .search-results #content .page-header input[type="search"] {
  border-radius: 30px;
  padding: 0.7em 3em 0.7em 1.5em;
  color: #646576;
}
.search-no-results #content .page-header button, .search-no-results #content .page-header input[type="button"], .search-no-results #content .page-header input[type="submit"], .search-results #content .page-header button, .search-results #content .page-header input[type="button"], .search-results #content .page-header input[type="submit"] {
  opacity: 0;
}
.search-no-results #content .page-header .search-box, .search-results #content .page-header .search-box {
  display: block;
}
.search-no-results #content .page-header .search-box:after, .search-results #content .page-header .search-box:after {
  color: #ad9742;
  font-family: lightpark;
  content: ")";
  position: absolute;
  pointer-events: none;
  margin-top: -1.7em;
  font-size: 1.6em;
  right: 0.9em;
  display: block;
}
.search-no-results #content .page-header .search-term, .search-results #content .page-header .search-term {
  font-size: 29px;
  font-weight: 900;
  margin-top: 1em;
  text-align: center;
}
.search-no-results #content .page-header .search-term span, .search-results #content .page-header .search-term span {
  font-weight: 300;
  padding: 0.2em;
  color: #ad9742;
}
.search-no-results #content .search-no-results-notice, .search-results #content .search-no-results-notice {
  text-align: center;
  color: #ff5a00;
}
.search-no-results #content .search-results-count, .search-results #content .search-results-count {
  color: #646576;
  text-align: center;
}
.search-no-results #content .search-results-count span, .search-results #content .search-results-count span {
  color: #ad9742;
  font-weight: 900;
}
.search-no-results #content .ns_ess_grid_bg, .search-results #content .ns_ess_grid_bg {
  background: #f4f3f9;
  width: calc(100% + 10vw - 10px);
  padding: 1em calc(5vw - 5px);
  position: relative;
  left: calc(5px - 5vw);
}
.search-results #content .page-header .search-term {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1150px) {
  .search-no-results #content .page-header .search-form, .search-results #content .page-header .search-form {
    width: 20vw;
    float: right;
    margin-top: 3em;
  }
  .search-no-results #content .page-header .search-term, .search-results #content .page-header .search-term {
    font-size: 1.75em;
    text-align: left;
    margin-top: 3em;
  }
  .search-no-results #content .page-header .search-term span, .search-results #content .page-header .search-term span {
    padding: 0.5em;
  }
  .search-no-results #content .page-header .search-results-count, .search-results #content .page-header .search-results-count {
    text-align: left;
  }
}
footer {
  text-align: center;
}
footer .widget ul li {
  border: 0;
  padding: 0;
}
footer .widget ul li a {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 45px;
  padding-left: 0.8em;
}
footer .widget ul li a:after {
  content: "U";
  color: #ad9742;
  font-family: lightpark;
  text-align: center;
  font-size: 0.5em;
  line-height: 44px;
  padding-right: 0.5em;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  float: right;
}
footer .widget ul li a.toggled-on:after {
  content: "3";
}
footer .widget ul li a:active, footer .widget ul li a:hover, footer .widget ul li a:focus {
  color: #090a1a;
}
footer .widget ul li ul {
  display: none;
}
footer .widget ul li ul.toggled-on {
  display: block;
}
footer .widget ul li ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
}
footer .widget ul li ul li a:after {
  display: none;
}
footer .widget.widget_polylang {
  border-top: 1px solid #dcdae5;
  border-bottom: 1px solid #dcdae5;
  padding: 1.5em 0 1em 0;
  margin: 1em 0 1.5em 0;
}
footer .widget.widget_polylang li {
  display: inline;
}
footer .widget.widget_polylang ul li a {
  font-size: 20px;
  padding: 0;
}
footer .widget.widget_polylang ul li a:after {
  display: none;
}
footer .widget.widget_polylang ul li:first-child a:after {
  display: inline;
  float: none;
  padding: 1em;
  font-family: Roboto;
  content: " /";
  font-size: 1em;
}
footer .footer-widget-1 {
  display: grid;
  grid-template: repeat(5, auto), 1;
}
footer .footer-widget-1 section:first-child:before {
  content: "";
  background-image: url(assets/images/LP_logo.svg);
  width: 122px;
  height: 89px;
  margin: 1.5em auto;
}
footer .footer-widget-1 section:nth-child(4) span:last-child {
  display: none;
}
footer .footer-widget-1 section:nth-child(5) {
  grid-area: 3 / 1;
}
footer .footer-widget-1 section:nth-child(5) h2 {
  padding-left: 0.8em;
}
footer .footer-widget-1 section:nth-child(5) h2:after {
  content: "U";
  color: #ad9742;
  font-family: lightpark;
  text-align: center;
  font-size: 0.5em;
  line-height: 44px;
  padding-right: 0.5em;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  float: right;
}
footer .footer-widget-1 section:nth-child(5) h2.toggled-on:after {
  content: "3";
}
footer .footer-widget-1 section:nth-child(5) .custom-html-widget {
  display: none;
}
footer .footer-widget-1 section:nth-child(5) .custom-html-widget.toggled-on {
  display: block;
}
footer .footer-widget-2 section:first-child {
  border-top: 1px solid #dcdae5;
  border-bottom: 1px solid #dcdae5;
  padding: 1.5em 0 1em 0;
}
footer .footer-widget-2 section:first-child h2 {
  text-transform: none;
  width: 11em;
  margin: auto auto 0.5em auto;
  overflow-wrap: normal;
  line-height: 30px;
}
footer .footer-widget-2 section:first-child h2::first-line {
  text-transform: initial;
  font-weight: 400;
  font-size: 0.8em;
}
footer .footer-widget-2 li {
  border: 0;
  padding: 0;
  display: inline-block;
}
footer .footer-widget-2 li a {
  display: block;
  width: 52px;
  height: 40px;
  color: transparent;
  overflow: hidden;
  padding: 0 !important;
  content: "" !important;
}
footer .footer-widget-2 li a:before {
  content: "2";
  display: block;
  font-family: lightpark;
  margin: 5px 15px;
  font-size: 34px;
  color: #ad9742;
  line-height: 34px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
footer .footer-widget-2 li a:after {
  display: none;
}
footer .footer-widget-2 li a:hover {
  color: transparent !important;
}
footer .footer-widget-2 li a:hover:before {
  color: #090a1a;
}
footer .footer-widget-2 li a[href*="pinterest"]:before {
  content: "9";
}
footer .footer-widget-2 li a[href*="facebook"]:before {
  content: "Z";
}
footer .footer-widget-2 li a[href*="instagram"]:before {
  content: "!";
}
footer .footer-widget-2 li a[href*="youtube"]:before {
  content: "+";
}
footer section.widget {
  padding: 0;
  margin: 0;
}
footer h2.widget-title {
  color: #090a1a;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 0.3em;
  line-height: 45px;
  letter-spacing: 0;
}
footer #text-4, footer #text-5 {
  display: none;
}
footer .ns-copy {
  font-size: 14px;
  line-height: 180%;
  margin-top: 2em;
}
footer .ns-copy b {
  font-size: 16px;
}
footer span {
  display: block;
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 1.2em;
}
footer span a[href^=http] {
  text-decoration: underline;
}
footer span small {
  font-weight: 300;
  color: #4b4c5f;
}
footer .ns-restaurant-name {
  display: none;
}
@media screen and (min-width: 1150px) and (max-width: 1400px) {
  footer .footer-widget-1 #nav_menu-2 ul {
    columns: 1;
  }
}
@media screen and (min-width: 1150px) {
  footer {
    text-align: left;
  }
  footer .footer-widget-1 {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 78%;
  }
  footer .footer-widget-1 .widget_polylang {
    display: none;
  }
  footer .footer-widget-1 section:nth-child(5) {
    grid-area: 3 / 1;
  }
  footer .footer-widget-1 section:nth-child(5) h2 {
    padding-left: 0;
  }
  footer .footer-widget-1 section:nth-child(5) h2:after {
    display: none;
  }
  footer .footer-widget-1 section:nth-child(5) .custom-html-widget {
    display: block;
  }
  footer .footer-widget-1 section.widget {
    border-right: 1px solid #e6e5ed;
    /*&:first-child ul {
					display: flex;
					flex-flow: column;
					flex-wrap: wrap;
					height: 22em;
					ul li {
						width: 50%;
					}
					&.toggled-on {
						display: flex;
					}
				}*/
  }
  footer .footer-widget-1 section.widget:first-child:before {
    width: 6.75em;
    height: 4.97em;
    float: left;
    margin: 0;
  }
  footer .footer-widget-1 section.widget:first-child > div {
    padding-left: 9em;
  }
  footer .footer-widget-1 section.widget:first-child ul ul {
    columns: 2;
  }
  footer .footer-widget-1 section.widget b {
    white-space: nowrap;
  }
  footer .footer-widget-1 ul li a {
    color: #090a1a;
    font-size: 1.25em;
    font-weight: 900;
    letter-spacing: 0.03em;
    margin-bottom: 1em;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    padding: 0;
  }
  footer .footer-widget-1 ul li a:after {
    display: none;
  }
  footer .footer-widget-1 ul li ul {
    display: block;
  }
  footer .footer-widget-1 ul li ul li a {
    font-weight: 400;
    text-transform: none;
    font-size: 1.125em;
    line-height: 2em;
    letter-spacing: 0;
    margin: 0;
    white-space: nowrap;
  }
  footer .footer-widget-1 ul li ul li a:after {
    content: "0";
    color: #ad9742;
    font-family: lightpark;
    text-align: center;
    font-size: 0.7em;
    line-height: 1em;
    padding-left: 0.5em;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
  }
  footer .footer-widget-1 ul li ul li a:hover {
    font-weight: 700;
  }
  footer .footer-widget-1 ul li ul li a:hover:before {
    content: "0";
    color: #ad9742;
    font-family: lightpark;
    text-align: center;
    font-size: 0.7em;
    line-height: 1em;
    padding-right: 0.4em;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
  }
  footer .footer-widget-1 ul li ul li a:hover:after {
    display: none;
  }
  footer .footer-widget-1 ul li ul {
    /*margin-bottom: 2em;*/
  }
  footer .footer-widget-1 section:nth-child(4) span:last-child, footer .footer-widget-1 .ns-restaurant-name {
    display: block;
  }
  footer .footer-widget-2 {
    float: right;
    width: 22%;
  }
  footer .footer-widget-2 .ns-copy {
    margin-top: 0;
    font-size: 0.875em;
  }
  footer .footer-widget-2 .ns-copy b {
    font-size: 1.1em;
  }
  footer .footer-widget-2 section:first-child {
    border: 0;
    padding: 0 2.5em;
  }
  footer .footer-widget-2 section:first-child h2 {
    width: 65%;
    line-height: initial;
    margin: 0 0 0.5em 0;
  }
  footer .footer-widget-2 li a {
    width: calc(28.7px + 1.25vw);
    height: calc(28.7px + 1.25vw);
  }
  footer .footer-widget-2 li a:before {
    margin: 5px 15px 5px 5px;
    font-size: calc(13.7px + 1vw);
    color: #ad9742;
    line-height: calc(13.7px + 1vw);
  }
  footer section.widget {
    margin: 0;
    padding: 0 2.5em;
    flex-grow: 1;
    flex-basis: 14%;
  }
  footer section.widget:first-child {
    flex-grow: 2.4;
    flex-basis: 30%;
  }
  footer section.widget:last-child {
    flex-grow: 1.2;
    flex-basis: 17%;
  }
  footer section.widget span {
    font-size: 1.125em;
    margin-bottom: 1.2em;
    text-align: left;
  }
  footer section.widget span:last-child {
    margin: 0;
  }
  footer h2.widget-title {
    font-size: 1.25em;
    letter-spacing: 0.03em;
    margin-bottom: 1em;
    line-height: 1em;
  }
  footer #text-4, footer #text-5 {
    display: block;
  }
  footer .elp-widget h2 {
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
  footer .elp-widget .es_caption {
    font-size: 0.85em;
  }
  footer .elp-widget .es_lablebox {
    display: none;
  }
  footer .elp-widget .es_textbox {
    width: 65%;
    float: left;
  }
  footer .elp-widget .es_button {
    width: 35%;
  }
}
#secondary {
  clear: both;
  padding-bottom: 0;
  margin-top: 3em;
  text-align: center;
}
#secondary .widget {
  margin-bottom: 3em;
}
#secondary #vlog {
  background-color: #f4f3f9;
  padding-top: 3em;
  margin: 0 calc(5vw - 5px);
}
#secondary #vlog h2:after {
  display: none !important;
}
.wrap #secondary #vlog {
  margin: 0;
}
.twentyseventeen-front-page #secondary .widget:first-child, .single #secondary .widget:first-child {
  display: block;
}
@media screen and (min-width: 1150px) {
  #novinky .esg-container-fullscreen-forcer {
    padding: 0px calc(5vw - 5px) !important;
  }
}
#secondary p, footer p, .form-newsletter-inline p {
  margin: 0;
}
#secondary .wpcf7-form, footer .wpcf7-form, .form-newsletter-inline .wpcf7-form {
  text-align: center;
  position: relative;
}
#secondary .wpcf7 .ajax-loader, footer .wpcf7 .ajax-loader, .form-newsletter-inline .wpcf7 .ajax-loader {
  position: absolute;
}
#secondary .wpcf7 .wpcf7-not-valid-tip, footer .wpcf7 .wpcf7-not-valid-tip, .form-newsletter-inline .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
#secondary .wpcf7 .wpcf7-list-item, footer .wpcf7 .wpcf7-list-item, .form-newsletter-inline .wpcf7 .wpcf7-list-item {
  padding-top: 0.5em;
  margin-right: 1em;
}
#secondary .wpcf7 .wpcf7-list-item-label, footer .wpcf7 .wpcf7-list-item-label, .form-newsletter-inline .wpcf7 .wpcf7-list-item-label {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.5em;
  width: 100%;
}
#secondary .wpcf7 .wpcf7-list-item-label a, footer .wpcf7 .wpcf7-list-item-label a, .form-newsletter-inline .wpcf7 .wpcf7-list-item-label a {
  border-bottom: 1px dotted #dcdae5;
}
#secondary .wpcf7 [data-name="your-email"], #secondary .wpcf7 .your-email, footer .wpcf7 [data-name="your-email"], footer .wpcf7 .your-email, .form-newsletter-inline .wpcf7 [data-name="your-email"], .form-newsletter-inline .wpcf7 .your-email {
  width: 70%;
  display: inline-block;
  float: left;
  margin: 0;
}
#secondary .wpcf7 [data-name="your-email"] input, #secondary .wpcf7 .your-email input, footer .wpcf7 [data-name="your-email"] input, footer .wpcf7 .your-email input, .form-newsletter-inline .wpcf7 [data-name="your-email"] input, .form-newsletter-inline .wpcf7 .your-email input {
  height: 3.55rem;
  border-radius: 0;
}
#secondary .wpcf7 .wpcf7-submit, footer .wpcf7 .wpcf7-submit, .form-newsletter-inline .wpcf7 .wpcf7-submit {
  width: 30%;
  height: 3.55rem;
  padding: 0.35em 0.45em 0.35em 0.25em;
  border: 1px solid #ad9742;
  border-radius: 0;
  font-weight: 200;
}
#secondary .wpcf7 .wpcf7-submit[value="L"], footer .wpcf7 .wpcf7-submit[value="L"], .form-newsletter-inline .wpcf7 .wpcf7-submit[value="L"] {
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("assets/images/Iconfont/LP_icons_mails.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
#secondary .wpcf7 .wpcf7-submit:disabled, footer .wpcf7 .wpcf7-submit:disabled, .form-newsletter-inline .wpcf7 .wpcf7-submit:disabled {
  /* border-color: $color-grey;*/
}
#secondary .wpcf7 .wpcf7-spinner, footer .wpcf7 .wpcf7-spinner, .form-newsletter-inline .wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 18px;
  right: 12px;
  z-index: 3;
  margin: 0;
}
#secondary .wpcf7 .wpcf7-submit-desktop, footer .wpcf7 .wpcf7-submit-desktop, .form-newsletter-inline .wpcf7 .wpcf7-submit-desktop {
  display: none;
}
#secondary .wpcf7 .wpcf7-submit-mobile, footer .wpcf7 .wpcf7-submit-mobile, .form-newsletter-inline .wpcf7 .wpcf7-submit-mobile {
  font-family: lightpark;
  font-size: 2rem;
}
#secondary .wpcf7 div.wpcf7-response-output, footer .wpcf7 div.wpcf7-response-output, .form-newsletter-inline .wpcf7 div.wpcf7-response-output {
  display: none !important;
  border: 0;
  margin: 0;
  padding: 0em 0em 2em;
  background: white;
  position: absolute;
  width: 15%;
  z-index: 99999;
  color: #d1005d;
  text-align: center;
}
#secondary .wpcf7 div.wpcf7-mail-sent-ok, footer .wpcf7 div.wpcf7-mail-sent-ok, .form-newsletter-inline .wpcf7 div.wpcf7-mail-sent-ok {
  color: #ad9742;
}
footer .wpcf7 br {
  display: none;
}
footer .wpcf7 .wpcf7-submit {
  font-size: 2rem;
  font-family: lightpark;
}
@media screen and (min-width: 1150px) {
  footer .wpcf7 .wpcf7-list-item input[type=checkbox] {
    float: left;
    margin: 0.25em 0.5em 1em 0.5em;
  }
}
/* reCAPTCHA v3 disclosure is shown in the footer instead of Google's side badge. */
.grecaptcha-badge {
  visibility: hidden;
}
.google-recaptcha-label {
  display: block;
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
}
.google-recaptcha-label a {
  text-decoration: underline;
}
@media screen and (max-width: 1150px) {
  #secondary .wpcf7 .wpcf7-spinner, .form-newsletter-inline .wpcf7 .wpcf7-spinner {
    position: absolute;
    margin-top: 60px;
    left: 45%;
  }
}
#secondary .wpcf7 .widget, .form-newsletter-inline .wpcf7 .widget {
  padding-bottom: 1em;
}
@media screen and (min-width: 1150px) {
  #secondary .wpcf7 .widget, .form-newsletter-inline .wpcf7 .widget {
    padding-bottom: 3em;
  }
}
#secondary .wpcf7 p, .form-newsletter-inline .wpcf7 p {
  color: #7f7c94;
}
@media screen and (min-width: 1150px) {
  #secondary .wpcf7 p, .form-newsletter-inline .wpcf7 p {
    color: #4b4c5e;
  }
  #secondary .wpcf7 p .wpcf7-acceptance, .form-newsletter-inline .wpcf7 p .wpcf7-acceptance {
    margin: 0 33% 0 33%;
    display: block;
  }
}
#secondary .wpcf7 [data-name="your-email"], #secondary .wpcf7 .your-email, #secondary .wpcf7 .wpcf7-submit, .form-newsletter-inline .wpcf7 [data-name="your-email"], .form-newsletter-inline .wpcf7 .your-email, .form-newsletter-inline .wpcf7 .wpcf7-submit {
  height: 3.5rem;
}
#secondary .wpcf7 [data-name="your-email"], #secondary .wpcf7 .your-email input, .form-newsletter-inline .wpcf7 [data-name="your-email"], .form-newsletter-inline .wpcf7 .your-email input {
  height: 3.5rem;
}
#secondary .wpcf7 [data-name="your-email"], #secondary .wpcf7 .your-email, .form-newsletter-inline .wpcf7 [data-name="your-email"], .form-newsletter-inline .wpcf7 .your-email {
  width: 65%;
  margin-left: 5%;
}
@media screen and (min-width: 1150px) {
  #secondary .wpcf7 [data-name="your-email"], #secondary .wpcf7 .your-email, .form-newsletter-inline .wpcf7 [data-name="your-email"], .form-newsletter-inline .wpcf7 .your-email {
    width: 38%;
    text-align: left;
    margin-left: 25%;
  }
  #secondary .wpcf7 [data-name="your-email"] input, #secondary .wpcf7 .your-email input, .form-newsletter-inline .wpcf7 [data-name="your-email"] input, .form-newsletter-inline .wpcf7 .your-email input {
    text-indent: 4em;
  }
  #secondary .wpcf7 [data-name="your-email"]:before, #secondary .wpcf7 .your-email:before, .form-newsletter-inline .wpcf7 [data-name="your-email"]:before, .form-newsletter-inline .wpcf7 .your-email:before {
    content: "L";
    font-family: lightpark;
    font-size: 2em;
    position: absolute;
    color: #ad9742;
    margin: 0.25em 1em;
  }
}
#secondary .wpcf7 .wpcf7-submit, .form-newsletter-inline .wpcf7 .wpcf7-submit {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0;
  width: 25%;
}
@media screen and (min-width: 1150px) {
  #secondary .wpcf7 .wpcf7-submit, .form-newsletter-inline .wpcf7 .wpcf7-submit {
    width: 12%;
    margin-right: 25%;
  }
}
#secondary .wpcf7 .wpcf7-submit-mobile, .form-newsletter-inline .wpcf7 .wpcf7-submit-mobile {
  display: block;
}
@media screen and (min-width: 1150px) {
  #secondary .wpcf7 .wpcf7-submit-desktop, .form-newsletter-inline .wpcf7 .wpcf7-submit-desktop {
    display: block;
  }
  #secondary .wpcf7 .wpcf7-submit-mobile, .form-newsletter-inline .wpcf7 .wpcf7-submit-mobile {
    display: none;
  }
}
@-webkit-keyframes type-gold {
  1%, 100% {
    border-color: #ad9742;
  }
  50% {
    border-color: #c2a42e;
  }
}
@keyframes type-gold {
  1%, 100% {
    border-color: #ad9742;
  }
  50% {
    border-color: #c2a42e;
  }
}
.jconfirm-box {
  text-align: center !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
.jconfirm-buttons {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  margin-top: -1.25em;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
  font-size: 1.8em;
  line-height: 2.6em;
  font-weight: bold;
  padding-bottom: 0;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 3em;
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #090a1a !important;
  opacity: 0.82 !important;
  -webkit-backdrop-filter: blur(5px);
}
.jconfirm .jconfirm-box.jconfirm-type-gold {
  border-top: solid 7px #ad9742;
  -webkit-animation-name: type-gold;
  animation-name: type-gold;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-gold {
  background-color: #ad9742;
  color: #FFF;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.jconfirm .jconfirm-box .jconfirm-buttons .btn {
  border-radius: 30px !important;
  font-weight: 300 !important;
  position: relative !important;
  z-index: 1 !important;
  padding: 0 3em;
  font-size: 1.2em;
  line-height: 2.5em;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  display: block;
  background: white;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  padding: 0.25em 0.3em;
  border-radius: 30px;
  font-weight: 300;
  text-align: center;
  font-size: 2em;
  line-height: 0.4em;
  box-shadow: 0 0 1px 0 #e74c3c inset, 0 0 1px 0 #e74c3c;
  height: 1.2em;
  width: 1.2em;
  position: absolute;
  opacity: 1;
  top: -0.6em;
  right: -0.6em;
}
.jconfirm .jconfirm-box.jconfirm-type-gold div.jconfirm-closeIcon {
  border: 1px solid #ad9742;
  color: #ad9742;
  box-shadow: 0 0 1px 0 #ad9742 inset, 0 0 1px 0 #ad9742;
}
/* =========================
   LightPark News
   ========================= */
body.page-template-page_lightpark_news {
  /* Contact Form 7 form used in the News hero. */
  /* Benefits */
  /* Image and quote */
}
body.page-template-page_lightpark_news .lp-news-hero {
  background: #f7f7f5 url("/wp-content/uploads/2026/08/marble-bg.webp") center/cover no-repeat;
  padding: clamp(45px, 4vw, 70px) 30px 60px;
}
body.page-template-page_lightpark_news #content .page .lp-news-title {
  color: #17171e;
  font-size: clamp(46px, 4vw, 70px);
  font-weight: 300;
  line-height: 1.05;
  margin: 0 0 28px;
  text-transform: none;
}
body.page-template-page_lightpark_news #content .page .lp-news-title strong {
  font-weight: 700;
}
body.page-template-page_lightpark_news .lp-news-lead, body.page-template-page_lightpark_news .lp-news-description {
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page_lightpark_news .lp-news-lead br, body.page-template-page_lightpark_news .lp-news-description br {
  display: none;
}
body.page-template-page_lightpark_news .lp-news-lead {
  max-width: 760px;
  color: #b39a43;
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.4;
  margin-bottom: 18px;
}
body.page-template-page_lightpark_news .lp-news-description {
  max-width: 900px;
  color: #555;
  font-size: clamp(15px, 1vw, 16px);
  line-height: 1.65;
}
body.page-template-page_lightpark_news .lp-news-form-placeholder {
  max-width: 670px;
  margin: 34px auto 0;
}
body.page-template-page_lightpark_news .form-newsletter-inline {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form > p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(170px, 24%, 220px);
  position: relative;
  margin: 0;
  text-align: left;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .lp-news-email-label {
  grid-column: 1 / -1;
  display: block;
  margin: 0 0 8px;
  color: #4b4c5e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name="your-email"], body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .your-email {
  grid-column: 1;
  position: relative;
  float: none;
  display: block;
  width: 100%;
  height: 56px;
  margin: 0;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name="your-email"]:before, body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .your-email:before {
  content: "L";
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 2;
  margin: 0;
  color: #ad9742;
  font-family: lightpark;
  font-size: 2em;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name="your-email"] input, body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .your-email input {
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  padding: 0 20px 0 68px;
  border: 1px solid #e5e3e8;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 20px rgba(9, 10, 26, 0.14);
  font-size: 16px;
  text-indent: 0;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name="your-email"] input:focus, body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .your-email input:focus {
  border-color: #ad9742;
  outline: 0;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .wpcf7-submit-desktop {
  grid-column: 2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #ad9742;
  border-radius: 0;
  background: #ad9742;
  box-shadow: 0 8px 20px rgba(9, 10, 26, 0.14);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  opacity: 1;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .wpcf7-submit-desktop:disabled {
  border-color: #c2b36f;
  background: #c2b36f;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .wpcf7-submit-mobile {
  display: none;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 18px;
  right: 12px;
  z-index: 3;
  margin: 0;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form br {
  display: none;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name^="acceptance-"] {
  grid-column: 1 / -1;
  display: block;
  min-width: 0;
  margin-top: 16px;
  text-align: center;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name^="acceptance-"] .wpcf7-acceptance {
  display: block;
  margin: 0;
  white-space: nowrap;
}
body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name^="acceptance-"] .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding-top: 0;
}
body.page-template-page_lightpark_news .lp-news-benefits {
  align-items: stretch;
  margin: 0 !important;
  gap: 0 !important;
  --wp--style--block-gap: 0;
}
body.page-template-page_lightpark_news .lp-news-benefits > .wp-block-column {
  box-sizing: border-box;
  padding: 50px clamp(35px, 4vw, 65px) 55px;
  min-height: 340px;
}
body.page-template-page_lightpark_news #content .page .lp-news-benefits h2 {
  font-size: clamp(25px, 1.65vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 35px;
  text-transform: none;
  text-align: left;
}
body.page-template-page_lightpark_news #content .page .lp-news-benefits h2:after {
  margin: 1.25rem 0 0;
}
body.page-template-page_lightpark_news .lp-news-benefits-left {
  background: #fff;
  color: #292929;
}
body.page-template-page_lightpark_news .lp-news-benefits-right {
  z-index: 20;
  margin-bottom: -70px !important;
  background: #24216d;
  color: #fff;
}
body.page-template-page_lightpark_news .lp-news-item {
  align-items: center !important;
  gap: 22px;
  margin-bottom: 22px;
}
body.page-template-page_lightpark_news .lp-news-item p {
  margin: 0;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.5;
}
body.page-template-page_lightpark_news .lp-news-icon {
  width: 40px !important;
  min-width: 40px;
  margin: 0 !important;
}
body.page-template-page_lightpark_news .lp-news-icon img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
body.page-template-page_lightpark_news .lp-news-bottom {
  margin: 0 !important;
  gap: 0 !important;
  --wp--style--block-gap: 0;
}
body.page-template-page_lightpark_news .lp-news-bottom > .wp-block-column {
  min-height: 400px;
  flex-grow: 0 !important;
  flex-basis: 50% !important;
}
body.page-template-page_lightpark_news .lp-news-photo {
  overflow: hidden;
}
body.page-template-page_lightpark_news .lp-news-photo figure {
  height: 100%;
  margin: 0;
}
body.page-template-page_lightpark_news .lp-news-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
body.page-template-page_lightpark_news .lp-news-quote {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  padding: 70px 45px 40px;
  background: #b49b42;
  color: #fff;
}
body.page-template-page_lightpark_news .lp-news-quote-mark, body.page-template-page_lightpark_news .lp-news-quote-mark-down {
  margin: 0 0 5px;
  font-family: Georgia, serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 0.6;
  text-align: right;
}
body.page-template-page_lightpark_news .lp-news-quote-mark {
  margin-top: 40px;
  margin-bottom: -50px;
}
body.page-template-page_lightpark_news .lp-news-quote-mark-down {
  margin-top: -36px;
  margin-bottom: 35px;
  text-align: left;
}
body.page-template-page_lightpark_news #content .page .lp-news-quote h3 {
  font-size: clamp(18px, 1vw, 27px);
  font-weight: 700;
  line-height: 1.4;
  margin: 5px 0 14px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-page_lightpark_news #content .page .lp-news-quote h3:after {
  margin: 1.25rem auto 0 !important;
  background: #fff;
}
body.page-template-page_lightpark_news #content .page .lp-news-quote p:not(.lp-news-quote-mark):not(.lp-news-quote-mark-down) {
  font-size: clamp(14px, 0.9vw, 15px);
  font-weight: 400;
  line-height: 1.65;
}
@media (max-width: 781px) {
  body.page-template-page_lightpark_news .lp-news-hero {
    padding: 40px 20px;
  }
  body.page-template-page_lightpark_news #content .page .lp-news-title {
    font-size: 46px;
    line-height: 1.08;
  }
  body.page-template-page_lightpark_news .lp-news-lead {
    font-size: 20px;
  }
  body.page-template-page_lightpark_news .lp-news-description {
    font-size: 15px;
  }
  body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form > p {
    grid-template-columns: minmax(0, 1fr) 132px;
  }
  body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .wpcf7-submit-desktop {
    padding: 0 10px;
    font-size: 13px;
  }
  body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name^="acceptance-"] .wpcf7-acceptance {
    white-space: normal;
  }
  body.page-template-page_lightpark_news .lp-news-benefits > .wp-block-column {
    padding: 40px 25px;
    min-height: auto;
  }
  body.page-template-page_lightpark_news .lp-news-benefits-right {
    margin-bottom: 0 !important;
  }
  body.page-template-page_lightpark_news #content .page .lp-news-benefits h2 {
    font-size: 25px;
  }
  body.page-template-page_lightpark_news .lp-news-bottom > .wp-block-column {
    width: 100%;
    min-height: auto;
    flex-basis: 100% !important;
  }
  body.page-template-page_lightpark_news .lp-news-bottom {
    flex-direction: column;
  }
  body.page-template-page_lightpark_news .lp-news-photo img {
    min-height: 280px;
  }
  body.page-template-page_lightpark_news .lp-news-quote {
    min-height: 260px !important;
    padding: 10px 25px;
  }
  body.page-template-page_lightpark_news .lp-news-quote-mark, body.page-template-page_lightpark_news .lp-news-quote-mark-down {
    font-size: 80px;
  }
}
@media (max-width: 380px) {
  body.page-template-page_lightpark_news #content .page .lp-news-title {
    font-size: 42px;
  }
  body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form > p {
    grid-template-columns: minmax(0, 1fr) 118px;
  }
  body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form [data-name="your-email"] input, body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .your-email input {
    padding-right: 12px;
    padding-left: 48px;
    font-size: 14px;
  }
  body.page-template-page_lightpark_news .form-newsletter-inline .wpcf7-form .wpcf7-submit-desktop {
    font-size: 12px;
  }
}
#custom_html-4 {
  margin-top: 2em;
}
.page #content .page header {
  display: none;
}
#content {
  padding-top: 80px;
  /* obycajne stranky - kontakt, orientacny plan */
}
#content .entry-header {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #ad9742;
  border-bottom: 3px solid #1e155d;
  margin-bottom: 1em;
}
#content .entry-header .entry-title {
  font-size: 50px;
  font-weight: 700;
  margin-top: 40px;
  color: #090a1a;
  margin-bottom: 0;
}
#content .entry-content ul {
  list-style: none;
  margin-left: 1.3em;
}
#content .entry-content ul li::before {
  content: "◦";
  color: #ad9742;
  position: absolute;
  margin-left: -1.8em;
}
@media screen and (min-width: 1150px) {
  #content .entry-content ul li::before {
    margin-left: -1.3em;
  }
}
#content .entry-footer {
  display: none;
}
#content .search-wrap h1, #content .page h1, #content .page h2, #content .page h3, #content .page h4, #content .post h1, #content .post h2, #content .post h3, #content .post h4, #content #secondary h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
#content .search-wrap h1:after, #content .page h1:after, #content .page h2:after, #content .page h3:after, #content .page h4:after, #content .post h1:after, #content .post h2:after, #content .post h3:after, #content .post h4:after, #content #secondary h2:after {
  width: 3em;
  height: 5px;
  background: #ad9742;
  content: " ";
  display: block;
  margin: 1.4375rem auto 0 auto;
}
#content .page h3, #content .page h4, #content .post h3, #content .post h4 {
  font-size: 24px;
  text-transform: none;
  text-align: left;
}
#content .page h3:after, #content .page h4:after, #content .post h3:after, #content .post h4:after {
  margin: 0.2em auto 0.2em 0;
}
#content .page h4, #content .post h4 {
  font-size: 20px;
}
#content blockquote {
  color: #4b4c5e;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 2rem;
  margin-bottom: 3.75rem;
}
#content blockquote p {
  margin-bottom: 0.5em;
}
#content blockquote h2 {
  color: #090a1a;
  margin: 0;
}
@media screen and (min-width: 1150px) {
  #content {
    padding-top: 5vw;
  }
  #content .search-wrap h1, #content .page h1, #content .page h2, #content .post h1, #content .post h2, #content #secondary h2 {
    font-size: 2.75rem;
    line-height: 1em;
    margin-bottom: 1em;
  }
  #content .post h3, #content .page h3 {
    font-size: 1.8rem;
  }
  #content .post h4, #content .page h4 {
    font-size: 1.3rem;
  }
  .single-prevadzka #primary {
    padding: 5vw calc(13vw - 5px) 2vw calc(9vw - 5px);
    left: calc(5px - 5vw);
    position: relative;
    width: 100vw;
    background: #fbfbfb;
  }
  #primary header .edit-link, #primary .entry-footer {
    border: 0;
    position: absolute;
    display: block;
    margin: 0;
    top: calc(38.5px + 40.6vw);
    right: calc(37.5px + 2.5vw);
    width: auto;
  }
  #primary header .edit-link a, #primary .entry-footer a {
    background: none;
    color: #ad9742;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
  }
  #primary header .edit-link a:before, #primary .entry-footer a:before {
    font-family: dashicons;
    content: "";
  }
  #primary .entry-header {
    font-size: 1.375rem;
    line-height: 1.375rem;
    margin-bottom: 4.25rem;
    padding-bottom: 1.5rem;
  }
  #primary .entry-header .entry-title {
    font-size: 4.375rem;
    line-height: 100%;
    margin: 3rem 0 1.375rem 0;
  }
  .page #primary {
    padding: 0;
  }
  .page-id-709 #primary, .page-id-688 #primary {
    padding: 0 15vw;
  }
  .single-prevadzka #content {
    padding-top: 0;
  }
}
/* Stranka kontakty ! */
.contact_infotable table {
  border: 1px solid #ad9742;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.contact_infotable table th, .contact_infotable table td {
  font-size: 0.85em;
  line-height: 1.3em;
}
.contact_infotable table th {
  padding-left: 2em;
}
.contact_infotable table td {
  padding-right: 2em;
}
.contact_infotable table tr {
  border: 0;
}
.contact_infotable table tr:first-child td, .contact_infotable table tr:first-child th {
  padding-top: 2em;
}
.contact_infotable table tr:last-child td, .contact_infotable table tr:last-child th {
  padding-bottom: 2em;
}
@media screen and (min-width: 1150px) {
  .contact_infotable table {
    margin-right: 0;
  }
}
#content .contact_map_overlay {
  position: absolute;
  z-index: 5;
  background: white;
  font-size: 0.8em;
  width: 300px;
  line-height: 1.5em;
  padding: 2.5em 3.5em 2em 3.5em;
  margin: 2em 0 0 calc(100% - 450px);
}
#content .contact_map_overlay h2 {
  font-size: 1.5rem;
  line-height: 1.6rem;
  text-align: left;
  margin-bottom: 2rem;
  text-transform: none;
}
#content .contact_map_overlay h2:after {
  margin: 0.2em auto 0 0;
}
#content .contact_map_overlay p:last-child {
  font-size: 1rem;
  margin: 2rem 0 1rem 0;
}
@media screen and (min-width: 1150px) {
  #content .contact_map_overlay {
    width: 24rem;
    margin: 2em 0 0 60.5vw;
  }
  #content .contact_map_overlay h2 {
    font-size: 2.125em;
    line-height: 2.225rem;
    margin-bottom: 2.5rem;
  }
  #content .contact_map_overlay p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  #content .contact_map_overlay p:last-child {
    font-size: 1.4rem;
    margin: 3rem 0 1rem 0;
  }
}
@media screen and (max-width: 900px) {
  #content .contact_map_overlay {
    position: static;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  #content .contact_map_overlay h2 {
    text-align: center;
  }
  #content .contact_map_overlay h2:after {
    margin: 0.2em auto 0 auto;
  }
}
.contact_highlight {
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (min-width: 1150px) {
  .contact_highlight {
    text-align: right;
  }
}
@media screen and (min-width: 1150px) {
  .contact_squares div div {
    height: 100%;
  }
}
.contact_squares div div .contact_icon_wifi, .contact_squares div div .contact_icon_parking {
  height: 50%;
  text-align: center;
  font-size: 0.8em;
  background: #fdfcfe;
}
@media screen and (min-width: 751px) and (max-width: 1150px) {
  .contact_squares div div .contact_icon_wifi, .contact_squares div div .contact_icon_parking {
    padding: 2.025em;
  }
}
.contact_squares div div .contact_icon_wifi:before, .contact_squares div div .contact_icon_parking:before {
  font-family: lightpark;
  content: "v";
  line-height: 1em;
  font-size: 2.5em;
  font-weight: 300;
  display: block;
  padding: 0.7em 0 0.2em 0;
}
@media screen and (min-width: 1150px) {
  .contact_squares div div .contact_icon_wifi:before, .contact_squares div div .contact_icon_parking:before {
    padding-top: 3vw;
  }
}
.contact_squares div div .contact_icon_parking {
  border-bottom: 0.25vw solid white;
}
.contact_squares div div .contact_icon_wifi {
  border-top: 0.25vw solid white;
}
.contact_squares div div .contact_icon_wifi:before {
  content: "z";
}
.contact_squares div div h3 {
  margin-bottom: 2.5rem;
}
.contact_squares div div h3:first-line {
  font-size: 1.375rem;
  line-height: 1em;
}
.page .contact_squares_left {
  padding: 3em;
}
.page .contact_squares_left h3, .page .contact_squares_left h4 {
  margin-bottom: 2.5rem;
}
.page .contact_squares_left h3 {
  font-size: 4rem !important;
  line-height: 4.125rem;
}
@media screen and (max-width: 420px) {
  .page .contact_squares_left h3 {
    font-size: 45px !important;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1450px) {
  .page .contact_squares_left h3 {
    font-size: 3.4rem !important;
  }
}
.page .contact_squares_left h4 {
  font-size: 1.3rem;
  line-height: 2.4em;
  padding-top: 2.3em;
}
.page .contact_squares_left p {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.contact_ristorante table, .page .contact_squares_left .contact_squares_openhours table {
  margin-bottom: 2em;
}
.contact_ristorante td, .page .contact_squares_left .contact_squares_openhours td {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  min-width: 50%;
}
.contact_ristorante td strong, .page .contact_squares_left .contact_squares_openhours td strong {
  font-weight: 600;
}
@media screen and (min-width: 1150px) {
  .contact_ristorante td, .page .contact_squares_left .contact_squares_openhours td {
    display: table-cell;
    min-width: auto;
    float: none;
  }
}
.contact_ristorante td:last-child, .page .contact_squares_left .contact_squares_openhours td:last-child {
  text-align: right;
  float: right;
}
@media screen and (min-width: 1150px) {
  .contact_ristorante td:last-child, .page .contact_squares_left .contact_squares_openhours td:last-child {
    display: table-cell;
    float: none;
  }
}
.contact_ristorante td:nth-child(2), .page .contact_squares_left .contact_squares_openhours td:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1150px) {
  .contact_ristorante td:nth-child(2), .page .contact_squares_left .contact_squares_openhours td:nth-child(2) {
    display: table-cell;
  }
}
.contact_ristorante p, .page .contact_squares_left .contact_squares_openhours p {
  margin: 0.5em 0 0 0;
}
.contact_ristorante tr, .page .contact_squares_left .contact_squares_openhours tr {
  border: 0;
}
.contact_ristorante a, .page .contact_squares_left .contact_squares_openhours a {
  color: white;
  font-weight: 800;
  font-size: 1.5rem;
}
.contact_ristorante a:before, .page .contact_squares_left .contact_squares_openhours a:before {
  content: "L";
  font-family: lightpark;
  color: #ad9742;
  font-weight: 300;
  padding: 0 0.7em 0 0;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
.contact_ristorante {
  background: #f4f3f9 url("assets/images/it-flag.svg") no-repeat !important;
  background-size: auto 25% !important;
  padding: 3em;
}
.contact_ristorante h3 {
  font-size: 3.375rem !important;
  line-height: 3.5rem;
  padding-top: 0.625rem;
}
.contact_ristorante table {
  border-bottom: 1px solid #dcdae5;
}
.contact_ristorante table td {
  padding-bottom: 0.8em;
}
.contact_ristorante p {
  margin-top: 2.8em;
}
.contact_ristorante a {
  color: #090a1a;
  font-size: 1.8125rem;
}
.contact_ristorante a:before {
  content: "R	";
}
@media screen and (max-width: 750px) {
  .contact_squares_left .panel-grid, .contact_squares_right .panel-row-style {
    display: block !important;
  }
}
.contact_auxinfo {
  text-align: center;
}
@media screen and (min-width: 1150px) {
  .contact_auxinfo {
    text-align: initial;
  }
  .contact_auxinfo .panel-grid-cell:nth-child(2) p {
    margin: 0 auto;
    width: 18em;
  }
}
.contact_auxinfo p {
  margin-bottom: 0;
}
@media screen and (min-width: 1150px) {
  .contact_auxinfo p {
    text-align: left;
  }
}
.contact_auxinfo a:before {
  content: "R";
  font-family: lightpark;
  color: #ad9742;
  font-weight: 300;
  padding: 0 0.7em 0 0;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
.contact_auxinfo strong {
  font-size: 1.2em;
  font-weight: 700;
}
.contact_auxinfo .panel-grid-cell {
  padding: 0 4em;
}
@media screen and (min-width: 1150px) {
  .contact_auxinfo .panel-grid-cell {
    border-right: 1px solid #e6e5ed;
  }
}
.contact_auxinfo .panel-grid-cell .panel-grid-cell, .contact_auxinfo .panel-grid-cell:last-child {
  border: 0;
}
.contact_auxinfo .panel-grid-cell .panel-grid-cell {
  padding: 0;
}
.contact_auxinfo .contact_socialmedia br {
  display: none;
}
@media screen and (min-width: 1150px) {
  .contact_auxinfo .contact_socialmedia p {
    display: flex;
    justify-content: space-around;
  }
}
.contact_auxinfo .contact_socialmedia a {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  width: 3.5em;
  height: 3.5em;
  margin-left: 0.8em;
  color: transparent;
  overflow: hidden;
  padding: 0 !important;
  content: "" !important;
}
@media screen and (min-width: 1150px) {
  .contact_auxinfo .contact_socialmedia a {
    display: inline-block;
    vertical-align: initial;
  }
}
.contact_auxinfo .contact_socialmedia a:before {
  content: "2";
  display: block;
  font-family: lightpark;
  font-size: 2.7em;
  color: #ad9742;
  line-height: 1em;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact_auxinfo .contact_socialmedia a:hover {
  color: transparent !important;
}
.contact_auxinfo .contact_socialmedia a:hover:before {
  color: #090a1a;
}
.contact_auxinfo .contact_socialmedia a[href*="pinterest"]:before {
  content: "9";
}
.contact_auxinfo .contact_socialmedia a[href*="facebook"]:before {
  content: "Z";
}
.contact_auxinfo .contact_socialmedia a[href*="instagram"]:before {
  content: "!";
}
.contact_auxinfo .contact_socialmedia a[href*="youtube"]:before {
  content: "+";
}
#content .page .contact_prevadzka {
  display: flex;
  flex-flow: row wrap;
}
#content .page .contact_prevadzka .widget {
  width: 100%;
  border-left: 1px solid #dcdae5;
  border-right: 1px solid #dcdae5;
  background: white;
  /*	.contact_prevadzka_domestav h3:before { content: "a"};
		.contact_prevadzka_dacono h3:before { content: "b"};
		.contact_prevadzka_boconcept h3:before { content: "c"};
		.contact_prevadzka_luna h3:before { content: "d"};
		.contact_prevadzka_marktech h3:before { content: "e"};
		.contact_prevadzka_miobio h3:before { content: "f"};
		.contact_prevadzka_modant h3:before { content: "g"};
		.contact_prevadzka_stillwood h3:before {
			content: "h";
			font-size: 8rem;
			margin-top: 0;
		};
		.contact_prevadzka_elmina h3:before { content: "i"};
		.contact_prevadzka_eden h3:before { content: "j"};
		.contact_prevadzka_svetelnestropy h3:before { content: "k"};
		.contact_prevadzka_virtupodlahy h3:before {
			content: "l";
			font-size: 10rem;
			margin-top: -1rem;
		};
		.contact_prevadzka_hanak h3:before {
			content: "m";
			font-size: 14rem;
			margin-top: -3.5rem;
		};
		.contact_prevadzka_jcdesign h3:before { content: "p"};
		.contact_prevadzka_jech h3:before { content: "q"};
		.contact_prevadzka_johannmalle h3:before { content: "r"};
		.contact_prevadzka_kare h3:before { content: "s"};
		.contact_prevadzka_livingin h3:before { content: "t"};
		.contact_prevadzka_lifetime h3:before {
			content: "u";
			font-size: 8rem;
			margin-top: 0;
		}; */
}
@media screen and (min-width: 650px) and (max-width: 999px) {
  #content .page .contact_prevadzka .widget {
    width: 50%;
    border-right: 0;
  }
  #content .page .contact_prevadzka .widget:last-child, #content .page .contact_prevadzka .widget:nth-child(2n) {
    border-right: 1px solid #dcdae5;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
  #content .page .contact_prevadzka .widget {
    width: 33%;
    border-right: 0;
  }
  #content .page .contact_prevadzka .widget:last-child, #content .page .contact_prevadzka .widget:nth-child(3n) {
    border-right: 1px solid #dcdae5;
  }
}
@media screen and (min-width: 1150px) {
  #content .page .contact_prevadzka .widget {
    width: 20%;
    border-right: 0;
  }
  #content .page .contact_prevadzka .widget:last-child, #content .page .contact_prevadzka .widget:nth-child(5n) {
    border-right: 1px solid #dcdae5;
  }
}
#content .page .contact_prevadzka .widget h3 {
  display: none;
  /*	height: 4em;
			background-color: $color-white;
			color: $color-white;
			overflow: hidden;
			content: "";
			&:after {
				display: none;
			}
			&:before {
				content: "t";
				display: block;
				font-family: lightpark;
				font-size: 6em;
				margin-top: -2rem;
				text-align: center;
				color: $color-black;
				line-height: 1em;
			} */
}
#content .page .contact_prevadzka .widget img {
  height: 7em;
  background: #f4f3f9;
  width: 100%;
  padding: 1.45em 3em;
  margin-bottom: 1em;
}
#content .page .contact_prevadzka .widget br {
  display: none;
}
#content .page .contact_prevadzka .widget a {
  display: block;
  padding: 0 2em;
  word-break: break-all;
}
#content .page .contact_prevadzka .widget a:before {
  content: "L";
  font-family: lightpark;
  color: #ad9742;
  font-weight: 300;
  padding: 0 0.7em 0 0;
  display: inline-block;
  position: relative;
  top: 0.1em;
}
#content .page .contact_prevadzka .widget a[href^="tel:"] {
  font-weight: 800;
}
#content .page .contact_prevadzka .widget a[href^="tel:"]:before {
  content: "R";
}
#content .page .contact_prevadzka .widget a[href^="tel:"] ~ a[href^="tel:"]:before {
  content: "R";
  visibility: hidden;
}
.page-template-page_lightpark_news #content {
  padding-top: 0vw;
}
.single .prevadzka {
  display: -ms-grid;
  display: grid;
  grid-template: auto auto auto / calc(90vw + 10px);
}
.single .prevadzka .gallery {
  grid-area: 1 / 1;
  width: 100vw;
  position: relative;
  left: calc(5px - 5vw);
}
.single .prevadzka .gallery .gallery-img {
  width: 100%;
  padding: 0;
  height: 500px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.single .prevadzka .gallery .gallery-img img {
  display: none;
}
.single .prevadzka .gallery a {
  display: none;
}
.single .prevadzka .gallery a:first-child {
  display: block;
}
.single .prevadzka .gallery a:first-child::after {
  content: " Zobraziť galériu";
  background: rgba(9, 10, 26, 0.45) url(assets/images/LP_icons_right.svg) no-repeat calc(100% - 0.5em) center;
  background-size: 3%;
  width: 100%;
  height: 2.5em;
  position: absolute;
  margin-top: -2.5em;
  line-height: 2.5em;
  font-size: 1.1em;
  color: white;
  padding-right: 6%;
  text-align: right;
  font-weight: 400;
}
.single .prevadzka .gallery:before {
  content: var(--logo);
  background: white var(--logoimage) no-repeat center center;
  background-size: 80% 90%;
  text-align: center;
  width: 280px;
  line-height: 137px;
  font-family: lightpark;
  font-size: 100px;
  height: 137px;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.single .prevadzka .entry-acf-meta {
  border: 2px solid #1e155d;
  margin-bottom: 2em;
  padding: 1em 2em 1em 1em;
}
.single .prevadzka .entry-acf-meta .entry-item a {
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: block;
}
.single .prevadzka .entry-acf-meta .entry-item a:before {
  content: "-";
  font-family: lightpark;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  font-size: 1.8rem;
  height: 1.8rem;
  margin: 0 1.7rem 0 0.7rem;
  text-align: center;
  color: #ad9742;
  display: block;
  float: left;
  font-weight: 400;
  width: 2rem;
  text-align: center;
}
.single .prevadzka .entry-acf-meta .entry-item a:hover:before, .single .prevadzka .entry-acf-meta .entry-item a:focus:before {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.single .prevadzka .entry-acf-meta .entry-item.entry-web a, .single .prevadzka .entry-acf-meta .entry-item.entry-telefony a {
  font-size: 1.125em;
  font-weight: 700;
}
.single .prevadzka .entry-acf-meta .entry-item.entry-telefony a:before {
  content: "R";
}
.single .prevadzka .entry-acf-meta .entry-item.entry-social_media a:before {
  font-size: 2rem;
  content: "x";
}
.single .prevadzka .entry-acf-meta .entry-item.entry-email a:before {
  font-size: 2rem;
  content: "L";
}
.single .prevadzka .entry-acf-meta .entry-item.entry-social_media a[href*="facebook"]:before {
  content: "4";
}
.single .prevadzka .entry-acf-meta .entry-item.entry-social_media a[href*="instagram"]:before {
  content: '"';
}
.single .prevadzka .entry-acf-meta .entry-item.entry-social_media a[href*="pinterest"]:before {
  content: "8";
}
.single .prevadzka .entry-acf-meta .entry-item.entry-social_media a[href*="youtube"]:before {
  content: ",";
}
.single .prevadzka p, .single .prevadzka ul {
  padding-left: 2.5em;
  color: #4b4c5f;
}
.single .prevadzka p:first-child, .single .prevadzka ul:first-child {
  padding: 0;
  font-size: 1.5em;
  color: #090a1a;
  margin-bottom: 2.75rem;
}
@media screen and (min-width: 1150px) {
  .single .prevadzka {
    grid-column-gap: 6.5%;
    -ms-grid-rows: auto auto auto auto;
    -ms-grid-columns: auto 6.5% auto;
    grid-template: auto auto auto auto / auto auto;
  }
  .single .prevadzka .gallery {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 4;
    grid-area: 1 / 1 / 5 / 1;
    width: 44vw;
    position: static;
    padding: 30vw 0 0 22vw;
  }
  .single .prevadzka .gallery .gallery-img {
    width: 7vw;
    height: auto;
    display: block;
    z-index: 10;
    position: relative;
    background: #090a1a;
  }
  .single .prevadzka .gallery .gallery-img img {
    display: block;
    width: 7vw;
    height: 4.5vw;
    object-fit: cover;
  }
  .single .prevadzka .gallery a {
    display: inline-block;
  }
  .single .prevadzka .gallery a .gallery-img {
    margin: 0.5vw 1vw;
    background-image: none !important;
    overflow: hidden;
    display: none;
  }
  .single .prevadzka .gallery a:first-child .gallery-img {
    position: absolute;
    width: 44vw;
    border: 0;
    z-index: 9;
    margin: -30vw 0 0 -22vw;
  }
  .single .prevadzka .gallery a:first-child .gallery-img img {
    width: 44vw;
    height: 28.2vw;
  }
  .single .prevadzka .gallery a:nth-child(5n+2) .gallery-img {
    border: 0.5vw solid #f6f5f9;
    position: absolute;
    width: 17vw;
    margin: -6.5vw 0 0 -37vw;
  }
  .single .prevadzka .gallery a:nth-child(5n+2) .gallery-img img {
    width: 17vw;
    height: 10.9vw;
  }
  .single .prevadzka .gallery a:first-child::after {
    display: none;
  }
  .single .prevadzka .gallery a:nth-child(2) .gallery-img {
    margin: -13vw 0 0 -19vw;
  }
  .single .prevadzka .gallery a:nth-child(1) .gallery-img, .single .prevadzka .gallery a:nth-child(2) .gallery-img, .single .prevadzka .gallery a:nth-child(3) .gallery-img, .single .prevadzka .gallery a:nth-child(4) .gallery-img, .single .prevadzka .gallery a:nth-child(5) .gallery-img, .single .prevadzka .gallery a:nth-child(6) .gallery-img, .single .prevadzka .gallery a:nth-child(7) .gallery-img, .single .prevadzka .gallery a:nth-child(8) .gallery-img, .single .prevadzka .gallery a:nth-child(9) .gallery-img, .single .prevadzka .gallery a:nth-child(10) .gallery-img, .single .prevadzka .gallery a:nth-child(11) .gallery-img, .single .prevadzka .gallery a:nth-child(12) .gallery-img {
    display: inline-block;
  }
  .single .prevadzka .gallery a:nth-child(11):nth-last-child(2) {
    margin-bottom: 5em;
  }
  .single .prevadzka .gallery a:nth-child(13) {
    float: right;
  }
  .single .prevadzka .gallery a:nth-child(13) .gallery-img {
    display: block;
    background: transparent none !important;
    width: 100%;
  }
  .single .prevadzka .gallery a:nth-child(13) .gallery-img img {
    display: none;
  }
  .single .prevadzka .gallery a:nth-child(13) .gallery-img:after {
    content: "zobraziť galériu ❐";
    position: static;
    background: transparent;
    opacity: 1;
    display: block;
    text-align: right;
    margin: 0 3em 3em 0;
    color: #ad9742;
  }
  .single .prevadzka .gallery:before {
    width: 15vw;
    height: 7vw;
    margin: -30vw 0 0 -7.5vw;
    z-index: 10;
    line-height: 7vw;
    font-size: 9vw;
    right: auto;
    left: auto;
  }
  .single .prevadzka .entry-header {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .single .prevadzka .entry-content {
    -ms-grid-column: 3;
    -ms-grid-row: 2;
    margin: 0 !important;
  }
  .single .prevadzka .entry-acf-meta {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    border: 1px solid #ad9742;
  }
  .single .prevadzka .entry-acf-meta .entry-item a {
    width: 25vw;
  }
}
html[lang=en-US] .prevadzka .gallery a:nth-child(13) .gallery-img:after {
  content: "open gallery";
}
@media only screen and (min-width: 801px) {
  .lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-5 .lsow-grid-item {
    width: calc(20% - 0.5px);
  }
}
.page .lsow-portfolio-wrap .lsow-portfolio-header {
  overflow: visible;
  max-width: none;
}
@media screen and (min-width: 1150px) {
  .page .lsow-portfolio-wrap .lsow-portfolio-header {
    max-width: none;
    margin-bottom: 3em;
  }
}
.page .lsow-portfolio-wrap .lsow-portfolio-header .lsow-taxonomy-filter {
  width: 100%;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item {
  margin: 0;
  display: block;
  float: left;
  width: 50%;
  height: 172px;
  border: 1px solid #dcdae5;
  border-top: 0;
  transition: all 0.4s ease-in-out 0s;
  /*  &:nth-child(2n+3) {
    border-right: 0;
  } */
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  /* OKNA */
  /*
	&.segment-8 a:before {
		content: "" !important;
		height: 94px;
		width: 100%;
		background-image: url(assets/images/LP_curtains_icon.svg);
		background-size: 60px;
		background-position: center;
		background-repeat: no-repeat;
	}
	&.segment-8:hover a{
		filter: brightness(100);
	}
	*/
  /* INE */
  /*
	&.segment-10 a:before {
		content: "" !important;
		height: 94px;
		width: 100%;
		background-image: url(assets/images/LP_filter-menu_icon.svg);
		background-size: 60px;
		background-position: center;
		background-repeat: no-repeat;
	}
	&.segment-10:hover a{
		filter: brightness(100);
	}
	*/
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item {
    width: 9%;
    height: 10rem;
    border: 1px solid #dcdae5;
    border-right: 0;
    border-right: 1px solid white;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:first-child {
  width: 100%;
  border-top: 1px solid #dcdae5;
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:first-child {
    width: 10%;
  }
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:last-child {
    border-right: 1px solid #dcdae5;
  }
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item {
    font-size: 0.8rem;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a {
  color: #ad9742 !important;
  font-weight: 500;
  font-size: inherit !important;
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a {
    font-size: 0.8rem;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a:before {
  font-family: lightpark;
  content: "B";
  font-size: 75px;
  line-height: 100px;
  display: block;
  margin-top: 10px;
  font-weight: 300;
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a:before {
    font-size: 4rem;
    line-height: 6rem;
    margin-top: 0.5rem;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a span {
  line-height: 1.2em;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:after {
  content: " ";
  display: block;
  width: 0 !important;
  height: 0 !important;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border: 0;
  transition: all 0.4s ease-in-out 0s;
  margin: -1px auto !important;
  z-index: 2;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 1px solid #dcdae5;
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:after {
    border-left: 2.5rem solid transparent;
    border-right: 2.5rem solid transparent;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:hover {
  background-color: #ad9742;
  border-color: #ad9742;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:hover a {
  color: white !important;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active:not(:hover):after, .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:hover:after {
  margin: -12px auto !important;
  border-top: 12px solid #ad9742;
  border-bottom: 0 !important;
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active:not(:hover):after, .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:hover:after {
    margin: -1rem auto !important;
    border-top: 1rem solid #ad9742;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active {
  background: #090a1a;
  border-color: #090a1a;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active a {
  color: #ad9742;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active:hover {
  background: #ad9742;
  border-color: #ad9742;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active:hover a {
  color: white;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.lsow-active:not(:hover):after {
  border-top: 1rem solid #090a1a;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-0 a:before {
  /* vsetko */
  font-size: 50px;
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-0 a:before {
    font-size: 3rem;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-1 a:before {
  /* obyvacky */
  content: "I";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-2 a:before {
  /* spalne */
  content: "C";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-3 a:before {
  /* kuchyne */
  content: "G";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-4 a:before {
  /* kupelne */
  content: "J";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-5 a:before {
  /* svietidla */
  content: "H";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-6 a {
  /* nabytok na mieru */
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-6 a {
    display: block;
    width: 9.2em;
    margin: 0 auto;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-6 a:before {
  content: "E";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-7 a:before {
  /* detske izby */
  content: "D";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-8 a:before {
  font-family: "icomoon" !important;
  content: "";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-9 a:before {
  /* dvere */
  content: "F";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-10 a:before {
  font-family: "icomoon" !important;
  content: "";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-11 a:before {
  /* doplnky */
  content: "A";
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:hover + .lsow-filter-item {
  border-left: 1px solid #ad9742;
}
/********
N I N A
*********/
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item a {
    position: relative;
    display: block;
    height: 100%;
  }
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item span.title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 9em;
    margin: 8em auto 0 auto;
    line-height: 2em;
    display: inline-block;
    opacity: 0;
    color: #ad9742;
    font-weight: 500;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  }
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 9em;
    line-height: 2em;
    margin: 8em auto 0 auto;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    right: 0;
    color: #ad9742;
    font-weight: 500;
  }
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-6 span.title {
    line-height: 1.2em;
  }
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-6:before {
    line-height: 1.2em;
  }
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item:hover span.title {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    color: white;
  }
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-8 a {
  padding: 0 10px 15px;
}
.lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-8:before {
  line-height: 1.3em;
}
@media screen and (min-width: 1150px) {
  .lsow-portfolio-wrap .lsow-taxonomy-filter .lsow-filter-item.segment-8 span.title {
    line-height: 1.3em;
  }
}
/******
N I N A
********/
.so-widget-lsow-portfolio {
  margin: 0 calc(5px - 5vw);
}
@media screen and (min-width: 1150px) {
  .so-widget-lsow-portfolio {
    margin: 0;
  }
}
.page .lsow-portfolio, .twentyseventeen-front-page .lsow-portfolio {
  margin: 0 !important;
  /*  .lsow-portfolio-item[data-id="id-193"]:before {
      content: "a";
      font-size: 6.667rem;
      line-height: 0.75em;
    };
    .lsow-portfolio-item[data-id="id-192"]:before { content: "b"};
    .lsow-portfolio-item[data-id="id-189"]:before { content: "c"};
    .lsow-portfolio-item[data-id="id-206"]:before {
      content: "d";
      font-size: 6.667rem;
      line-height: 0.75em;
    };
    .lsow-portfolio-item[data-id="id-207"]:before { content: "e"};
    .lsow-portfolio-item[data-id="id-208"]:before { content: "f"};
    .lsow-portfolio-item[data-id="id-209"]:before { content: "g"};
    .lsow-portfolio-item[data-id="id-210"]:before {
      content: "h";
      font-size: 5rem;
      line-height: 1em;
    };
    .lsow-portfolio-item[data-id="id-198"]:before { content: "i"};
    .lsow-portfolio-item[data-id="id-171"]:before { content: "j"};
    .lsow-portfolio-item[data-id="id-211"]:before { content: "k"};
    .lsow-portfolio-item[data-id="id-212"]:before {
      content: "l";
      font-size: 5rem;
      line-height: 1em;
    };
    .lsow-portfolio-item[data-id="id-199"]:before {
      content: "m";
      font-size: 14rem;
      line-height: 0.35714em;
    };
    .lsow-portfolio-item[data-id="id-202"]:before { content: "p"};
    .lsow-portfolio-item[data-id="id-201"]:before {
      content: "q";
      font-size: 6.667rem;
      line-height: 0.75em;
    };
    .lsow-portfolio-item[data-id="id-518"]:before { content: "r"};
    .lsow-portfolio-item[data-id="id-203"]:before { content: "s"};
    .lsow-portfolio-item[data-id="id-205"]:before { content: "t"};
    .lsow-portfolio-item[data-id="id-204"]:before {
      content: "u";
      font-size: 5rem;
      line-height: 1em;
    }; */
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /*---------------*/
  /***** Ming *****/
  /*---------------*/
}
.page .lsow-portfolio .lsow-portfolio-item, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 0 5px !important;
  width: 100%;
  list-style: none;
  text-align: center;
  border-left: 1px solid white;
  border-right: 2px solid white;
}
@media screen and (min-width: 1150px) {
  .page .lsow-portfolio .lsow-portfolio-item, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item {
    width: 19.999%;
    padding: 0 0 1em !important;
  }
}
.page .lsow-portfolio .lsow-portfolio-item:before, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item:before {
  display: block;
  height: 4.5em;
  width: 80%;
  margin-left: 10%;
  position: absolute;
  content: "";
  z-index: 2;
  background-size: 70% 75%;
  pointer-events: none;
}
@media screen and (min-width: 1150px) {
  .page .lsow-portfolio .lsow-portfolio-item:before, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item:before {
    height: 4.5em;
    width: 90%;
    margin-left: 5%;
  }
}
.page .lsow-portfolio .lsow-portfolio-item article, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 0;
  height: 185px;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1150px) {
  .page .lsow-portfolio .lsow-portfolio-item article, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article {
    height: 18vw;
  }
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image a, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image a {
  height: 100%;
  display: block;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image img, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-image-info, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-image-info {
  display: none !important;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap {
  display: none;
  padding: 3.3em 1em 1em 1em;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  pointer-events: none;
}
@media screen and (min-width: 1150px) {
  .page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap {
    display: block;
  }
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap::before, .page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap::after, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap::before, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap::after {
  pointer-events: none;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap, .page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap > a, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap > a, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap .entry-summary::before, .page .lsow-portfolio .lsow-portfolio-item article h3, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap .entry-summary::before, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article h3 {
  display: none;
}
.page .lsow-portfolio .lsow-portfolio-item article p, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article p {
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  font-size: 68.5%;
  font-weight: 300;
  line-height: 1.5;
  margin: auto 0;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap .entry-summary, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap .entry-summary {
  margin-top: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .lsow-portfolio .lsow-portfolio-item article, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article {
  background: #030c17;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-project-image {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap::before, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article .lsow-entry-text-wrap::before {
  position: absolute;
  top: 3.5em;
  right: 5%;
  bottom: 5%;
  left: 5%;
  border: 2px solid #fff;
  background: rgba(9, 10, 26, 0.75);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
.page .lsow-portfolio .lsow-portfolio-item article p, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.page .lsow-portfolio .lsow-portfolio-item article:hover .lsow-entry-text-wrap::before, .page .lsow-portfolio .lsow-portfolio-item article:hover p, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article:hover .lsow-entry-text-wrap::before, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.page .lsow-portfolio .lsow-portfolio-item article:hover .lsow-entry-text-wrap p, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article:hover .lsow-entry-text-wrap p {
  background-color: rgba(58, 52, 42, 0);
}
.page .lsow-portfolio .lsow-portfolio-item article:hover .lsow-project-image img, .twentyseventeen-front-page .lsow-portfolio .lsow-portfolio-item article:hover .lsow-project-image img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 801px) and (max-width: 1149px) {
  .lsow-gapless-grid .lsow-grid-container.lsow-grid-desktop-5 .lsow-grid-item {
    width: 50% !important;
  }
}
#content .ns_sortiment_description {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1150px) {
  #content .ns_sortiment_description {
    align-items: initial;
    display: block;
  }
}
#content .ns_sortiment_description blockquote {
  margin: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  left: 5%;
  right: 5%;
  margin-bottom: 2em;
  position: absolute;
}
#content .ns_sortiment_description blockquote > br {
  display: none;
}
@media screen and (min-width: 1150px) {
  #content .ns_sortiment_description blockquote {
    margin-bottom: 4em;
  }
}
#content .ns_sortiment_description blockquote.active {
  opacity: 1;
}
@media screen and (min-width: 1150px) {
  #content .ns_sortiment_description blockquote:last-child {
    position: static;
  }
}
.page-template-page_cookies .ns-header-data, .page-template-page_cookies .forcefullwidth_wrapper_tp_banner, .error404 .ns-header-data, .error404 .forcefullwidth_wrapper_tp_banner {
  display: none;
}
.page-template-page_cookies header#masthead:after, .error404 header#masthead:after {
  display: none;
}
.page-template-page_cookies #content, .error404 #content {
  padding: 0;
}
.page-template-page_cookies #content .wrap, .error404 #content .wrap {
  padding: 0 !important;
}
.page-template-page_cookies .content-area, .error404 .content-area {
  margin: 0;
  height: 520px;
  background: white url("/wp-content/uploads/2018/06/img-1-768x568.jpg") center center;
  background-size: cover;
}
@media screen and (min-width: 1150px) {
  .page-template-page_cookies .content-area, .error404 .content-area {
    height: calc(1px + 38.1vw);
    background: white url("/wp-content/uploads/2018/06/img-1-2000x1200.jpg") center center;
  }
}
@media screen and (min-width: 2001) {
  .page-template-page_cookies .content-area, .error404 .content-area {
    background: white url("/wp-content/uploads/2018/06/img.jpg") center center;
  }
}
.page-template-page_cookies .content-area .site-main, .error404 .content-area .site-main {
  padding-top: 5em;
  height: 100%;
}
.page-template-page_cookies .content-area article, .page-template-page_cookies .content-area section, .error404 .content-area article, .error404 .content-area section {
  min-width: 300px;
  width: 50%;
  margin: auto;
  height: 75%;
  background-color: rgba(9, 10, 26, 0.82);
  color: white;
  text-align: center;
  letter-spacing: 0;
}
.page-template-page_cookies .content-area article h1, .page-template-page_cookies .content-area article h2, .page-template-page_cookies .content-area section h1, .page-template-page_cookies .content-area section h2, .error404 .content-area article h1, .error404 .content-area article h2, .error404 .content-area section h1, .error404 .content-area section h2 {
  font-size: 6em;
  line-height: 1em;
  padding-top: 0.4em;
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 1150px) {
  .page-template-page_cookies .content-area article h1, .page-template-page_cookies .content-area article h2, .page-template-page_cookies .content-area section h1, .page-template-page_cookies .content-area section h2, .error404 .content-area article h1, .error404 .content-area article h2, .error404 .content-area section h1, .error404 .content-area section h2 {
    font-size: 7vw;
    padding-top: 6rem;
  }
}
.page-template-page_cookies .content-area article h1:after, .page-template-page_cookies .content-area article h2:after, .page-template-page_cookies .content-area section h1:after, .page-template-page_cookies .content-area section h2:after, .error404 .content-area article h1:after, .error404 .content-area article h2:after, .error404 .content-area section h1:after, .error404 .content-area section h2:after {
  border-bottom: 0.8rem solid #ad9742;
  display: block;
  width: 100%;
  content: "";
  height: 1px;
}
.page-template-page_cookies .content-area article h1, .page-template-page_cookies .content-area section h1, .error404 .content-area article h1, .error404 .content-area section h1 {
  padding-top: 2em;
}
.page-template-page_cookies .content-area article h2, .page-template-page_cookies .content-area section h2, .error404 .content-area article h2, .error404 .content-area section h2 {
  font-size: 3em;
}
.page-template-page_cookies .content-area article .entry-content p, .page-template-page_cookies .content-area article .page-content p, .page-template-page_cookies .content-area section .entry-content p, .page-template-page_cookies .content-area section .page-content p, .error404 .content-area article .entry-content p, .error404 .content-area article .page-content p, .error404 .content-area section .entry-content p, .error404 .content-area section .page-content p {
  line-height: 3em;
  font-weight: 300;
}
.page-template-page_cookies .content-area article .entry-content p:first-line, .page-template-page_cookies .content-area article .page-content p:first-line, .page-template-page_cookies .content-area section .entry-content p:first-line, .page-template-page_cookies .content-area section .page-content p:first-line, .error404 .content-area article .entry-content p:first-line, .error404 .content-area article .page-content p:first-line, .error404 .content-area section .entry-content p:first-line, .error404 .content-area section .page-content p:first-line {
  font-size: 2.7em;
  font-weight: 700;
}
.page-template-page_cookies .content-area article .entry-content a.button--aylen, .page-template-page_cookies .content-area article .page-content a.button--aylen, .page-template-page_cookies .content-area section .entry-content a.button--aylen, .page-template-page_cookies .content-area section .page-content a.button--aylen, .error404 .content-area article .entry-content a.button--aylen, .error404 .content-area article .page-content a.button--aylen, .error404 .content-area section .entry-content a.button--aylen, .error404 .content-area section .page-content a.button--aylen {
  background: #ad9742;
  padding: 10px;
  text-transform: uppercase;
  color: white;
  width: 16em;
  border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 500px;
  z-index: 3;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media screen and (min-width: 1150px) {
  .page-template-page_cookies .content-area article .entry-content a.button--aylen, .page-template-page_cookies .content-area article .page-content a.button--aylen, .page-template-page_cookies .content-area section .entry-content a.button--aylen, .page-template-page_cookies .content-area section .page-content a.button--aylen, .error404 .content-area article .entry-content a.button--aylen, .error404 .content-area article .page-content a.button--aylen, .error404 .content-area section .entry-content a.button--aylen, .error404 .content-area section .page-content a.button--aylen {
    top: calc(22px + 31.1vw);
    padding: 12px 24px;
    width: 18em;
  }
}
.page.page-template-page_cookies #content .page header {
  display: block;
  border: 0;
}
.page.page-template-page_cookies #content .page header .edit-link a {
  color: #dcdae5;
}
.page-template-page_cookies .content-area {
  height: auto;
  background: white url("/wp-content/uploads/2018/07/uriel-soberanes-430000-unsplash-1024x681.jpg");
  background-size: cover;
}
@media screen and (min-width: 1150px) {
  .page-template-page_cookies .content-area {
    height: auto;
    background: white url("/wp-content/uploads/2018/07/uriel-soberanes-430000-unsplash-2000x1200.jpg");
    background-size: cover;
  }
}
@media screen and (min-width: 2001) {
  .page-template-page_cookies .content-area {
    /*      background: white url('/wp-content/uploads/2018/06/layer-588.jpg');*/
    background: white url("/wp-content/uploads/2018/07/uriel-soberanes-430000-unsplash.jpg");
    background-size: cover;
  }
}
.page-template-page_cookies .content-area .site-main {
  padding-bottom: 6em;
}
@media screen and (max-width: 1150px) {
  .page-template-page_cookies .content-area article {
    width: 85%;
  }
}
.page-template-page_cookies .content-area article h2 {
  padding-top: 0.3em;
  color: #ad9742;
  font-size: 1.2em !important;
  text-transform: none;
}
.page-template-page_cookies .content-area article h2:after {
  border-bottom: 0.2rem solid #ad9742;
  width: 4em;
  margin: 0.5em auto !important;
}
.page-template-page_cookies .content-area article .entry-title {
  font-size: 1.4em !important;
}
.page-template-page_cookies .content-area article .entry-content {
  padding-bottom: 4rem;
}
.page-template-page_cookies .content-area article .entry-content p {
  line-height: 1.8em;
  padding: 0 2em;
}
@media screen and (min-width: 1150px) {
  .page-template-page_cookies .content-area article .entry-content p {
    padding: 0 6em;
  }
}
.page-template-page_cookies .content-area article .entry-content p:first-line {
  font-size: inherit;
  font-weight: inherit;
}
.page-template-page_cookies .content-area article .entry-content a.button--aylen {
  top: auto;
  margin-top: 2.5em;
}
.page-template-page_cookies #content .entry-header {
  margin: 0;
  padding: 0;
}
.page-template-page_cookies #content .entry-header .entry-title {
  margin: 0;
  color: white;
}
.page-template-page_cookies #content .entry-header .entry-title:after {
  display: none;
}
#cookie-notice:after {
  content: "";
  position: absolute;
  background: #d2005c;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(45deg);
  display: block;
  margin: -1em auto;
  left: 0;
  right: 0;
}
#cookie-notice .cn-button {
  margin-left: 0;
}
@media screen and (min-width: 1150px) {
  #cookie-notice .cn-button {
    margin-left: 1rem;
  }
}
/******* cookie bar */
#cookie-notice .cookie-notice-container {
  padding: 2rem;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  font-size: 0.9rem;
  display: inline-block;
  width: 85vw;
  padding: 0 5vw 1rem 5vw;
}
@media screen and (min-width: 1150px) {
  #cookie-notice .cookie-notice-container #cn-notice-text {
    width: 75vw;
    padding: 0;
  }
}
#cookie-notice .cookie-notice-container .cn-button.wp-default {
  font-size: 0.9rem;
  padding: 0;
  border: 0;
  background: 0;
  text-shadow: none;
  color: white;
  line-height: 1em;
}
#cookie-notice .cookie-notice-container .cn-button.wp-default.cn-more-info {
  border-bottom: 1px dotted white;
  display: table;
  margin: 1em auto 0 auto;
}
@media screen and (min-width: 380px) {
  #cookie-notice .cookie-notice-container .cn-button.wp-default.cn-more-info {
    margin: 0 0 0 2em;
    display: inline-block;
  }
}
#cookie-notice .cookie-notice-container .cn-button.wp-default.cn-set-cookie {
  border: 1px solid white;
  border-radius: 30px;
  box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
  padding: 1em 1.5em;
  transition: all 0.4s;
  background: #d2005c;
}
#cookie-notice .cookie-notice-container .cn-button.wp-default.cn-set-cookie:hover {
  color: #d2005c;
  background: white;
}
.cookies-not-set .forcefullwidth_wrapper_tp_banner, .cookies-not-set #page, .cookies-not-set .navigation-top nav#site-navigation {
  top: 7rem;
}
@media screen and (min-width: 380px) {
  .cookies-not-set .forcefullwidth_wrapper_tp_banner, .cookies-not-set #page, .cookies-not-set .navigation-top nav#site-navigation {
    top: 5.8rem;
  }
}
@media screen and (min-width: 600px) {
  .cookies-not-set .forcefullwidth_wrapper_tp_banner, .cookies-not-set #page, .cookies-not-set .navigation-top nav#site-navigation {
    top: 5rem;
  }
}
@media screen and (min-width: 1150px) {
  .cookies-not-set .forcefullwidth_wrapper_tp_banner, .cookies-not-set #page, .cookies-not-set .navigation-top nav#site-navigation {
    top: 6.7rem;
  }
}
@media screen and (min-width: 1150px) {
  .cookies-not-set .forcefullwidth_wrapper_tp_banner {
    top: auto;
  }
}
.error404 .content-area section h1 {
  padding-top: 0.4em;
}
.post iframe[src*="youtube"] {
  margin: 0 auto !important;
  display: block;
  position: relative;
}
@media screen and (orientation: portrait) {
  .post iframe[src*="youtube"] {
    width: 90vw;
    height: 50.6vw;
  }
}
@media screen and (orientation: landscape) {
  .post iframe[src*="youtube"] {
    width: 160vh;
    height: 90vh;
  }
}
@media screen and (orientation: portrait) and (min-width: 1150px) {
  .post iframe[src*="youtube"] {
    width: 75vw;
    height: 42.25vw;
  }
}
@media screen and (orientation: landscape) and (min-width: 1150px) {
  .post iframe[src*="youtube"] {
    width: 128vh;
    height: 72vh;
  }
}
.post .entry-content > p:first-of-type {
  margin: 0 auto;
  padding: 1em 0 1em 0;
  max-width: 95vw;
}
@media screen and (orientation: portrait) {
  .post .entry-content > p:first-of-type {
    width: calc(90vw);
  }
}
@media screen and (orientation: landscape) {
  .post .entry-content > p:first-of-type {
    width: calc(90vw);
  }
}
@media screen and (orientation: portrait) and (min-width: 1150px) {
  .post .entry-content > p:first-of-type {
    width: calc(75vw);
  }
}
@media screen and (orientation: landscape) and (min-width: 1150px) {
  .post .entry-content > p:first-of-type {
    width: calc(90vh);
  }
}
.single-post #content #primary blockquote {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
#primary .post .entry-header {
  display: none;
}
/* LIGHTPARK */
.esg-youtube-frame {
  border: 0 !important;
  z-index: 11;
}
.eg-lightpark-wrapper .esg-bc {
  pointer-events: none;
}
.eg-lightpark-search-wrapper .esg-entry-media .esg-media-poster, .eg-lightpark-vlog-wrapper .esg-entry-media .esg-media-poster, .eg-lightpark-wrapper .esg-entry-media .esg-media-poster {
  transition: all 0.4s ease-in-out 0s !important;
  transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
}
.single .prevadzka .gallery .gallery-img img {
  transition: all 0.4s ease-in-out 0s !important;
  transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -webkit-transform: scale(1.05, 1.05) !important;
}
.single .prevadzka .gallery .gallery-img:hover img, .eg-lightpark-search-wrapper:hover .esg-entry-media .esg-media-poster, .eg-lightpark-vlog-wrapper:hover .esg-entry-media .esg-media-poster, .eg-lightpark-wrapper:hover .esg-entry-media .esg-media-poster {
  transform: scale(1.2, 1.2) !important;
  -ms-transform: scale(1.2, 1.2) !important;
  -webkit-transform: scale(1.2, 1.2) !important;
}
.single .prevadzka .gallery .gallery-img:hover img {
  opacity: 0.6;
}
.single .prevadzka .gallery .gallery-img::before, .eg-lightpark-search-wrapper .esg-entry-media::before, .eg-lightpark-vlog-wrapper .esg-entry-media::before, .eg-lightpark-wrapper .esg-entry-media::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-backface-visibility: hidden;
  filter: blur(1px);
  z-index: 11;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform: scale3d(2.5, 2.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(2.5, 2.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.eg-lightpark-wrapper[data-cobblesw="3"] .esg-entry-media::before {
  -webkit-transform: scale3d(3, 3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(3, 3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.eg-lightpark-search-wrapper:hover .esg-entry-media::before, .eg-lightpark-vlog-wrapper:hover .esg-entry-media::before, .eg-lightpark-wrapper:hover .esg-entry-media::before {
  -webkit-transform: scale3d(2.5, 2.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(2.5, 2.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
@media screen and (min-width: 1150px) {
  .single .prevadzka .gallery .gallery-img:hover::before {
    -webkit-transform: scale3d(2.5, 2.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(2.5, 2.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  }
}
.eg-lightpark-wrapper[data-cobblesw="3"]:hover .esg-entry-media::before {
  -webkit-transform: scale3d(3, 3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(3, 3, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.eg-lightpark-search-content .eg-lightpark-search-element-0, .eg-lightpark-search-content .eg-lightpark-search-element-0:hover, .eg-lightpark-vlog-content .eg-lightpark-vlog-element-0, .eg-lightpark-vlog-content .eg-lightpark-vlog-element-0:hover {
  font-size: 1.2rem !important;
  line-height: 1.6em !important;
}
.eg-lightpark-search-content .eg-lightpark-search-element-6, .eg-lightpark-vlog-content .eg-lightpark-vlog-element-6 {
  font-size: 0.8rem !important;
  line-height: 1.5em !important;
}
.eg-lightpark-search-content, .eg-lightpark-vlog-content {
  padding: 2.5em 2em 2em 2em !important;
  min-height: 10.2rem !important;
}
.esg-entry-content .eg-lightpark-search-element-31, .esg-entry-content .eg-lightpark-vlog-element-31 {
  display: none !important;
  font-size: 0.7rem !important;
  padding: 0.7em 1.5em 0.7em 4em !important;
  line-height: 2em !important;
  left: 2rem !important;
  top: -1.3rem !important;
}
.esg-entry-content .eg-lightpark-search-element-31 {
  padding: 0.7em 1.5em 0.7em 1.5em !important;
}
.esg-entry-content .eg-lightpark-vlog-element-31::before {
  font-family: lightpark;
  font-size: 1.2rem;
  font-weight: 200;
  position: absolute;
  margin: 0 0 0 -1.5em;
  content: "1";
}
.esg-entry-content {
  position: relative;
}
@media screen and (min-width: 778px) {
  .eg-lightpark-search-content {
    height: 15em !important;
  }
}
.eg-lightpark-search-element-34 {
  height: 16vw;
  width: 80%;
  margin: 0 auto !important;
}
@media screen and (min-width: 778px) {
  .eg-lightpark-search-element-34 {
    height: 8vw;
  }
}
@media screen and (min-width: 1150px) {
  .eg-lightpark-search-element-34 {
    height: 4vw;
  }
}
.eg-lightpark-search-element-34 img {
  margin-top: 1.6vw;
  height: 80%;
  width: 80%;
}
@media screen and (min-width: 778px) {
  .eg-lightpark-search-element-34 img {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 1150px) {
  .eg-lightpark-search-element-34 img {
    margin-top: 0.4vw;
  }
}
.eg-lightpark-element-1 {
  overflow-wrap: normal;
}
@media screen and (min-width: 1150px) {
  /*
	.eg-lightpark-wrapper[data-cobblesw="2"][data-cobblesh="2"],
	.eg-lightpark-wrapper[data-cobblesw="2"][data-cobblesh="3"],
	.eg-lightpark-wrapper[data-cobblesw="2"][data-cobblesh="4"],
	.eg-lightpark-wrapper[data-cobblesw="2"][data-cobblesh="5"],

	.eg-lightpark-wrapper[data-cobblesw="3"][data-cobblesh="2"],
	.eg-lightpark-wrapper[data-cobblesw="3"][data-cobblesh="3"],
	.eg-lightpark-wrapper[data-cobblesw="3"][data-cobblesh="4"],
	.eg-lightpark-wrapper[data-cobblesw="3"][data-cobblesh="5"],

	.eg-lightpark-wrapper[data-cobblesw="4"][data-cobblesh="2"],
	.eg-lightpark-wrapper[data-cobblesw="4"][data-cobblesh="3"],
	.eg-lightpark-wrapper[data-cobblesw="4"][data-cobblesh="4"],
	.eg-lightpark-wrapper[data-cobblesw="4"][data-cobblesh="5"],

	.eg-lightpark-wrapper[data-cobblesw="5"][data-cobblesh="2"],
	.eg-lightpark-wrapper[data-cobblesw="5"][data-cobblesh="3"],
	.eg-lightpark-wrapper[data-cobblesw="5"][data-cobblesh="4"],
	.eg-lightpark-wrapper[data-cobblesw="5"][data-cobblesh="5"],
	{
		.eg-lightpark-element-0 {
			font-size: 1.25rem !important;
			line-height: 1.875rem !important;
			padding: 1vw 2.25rem 0px 2.25rem !important;
		}
		.eg-lightpark-element-1 {
			font-size: 3rem !important;
			line-height: 4rem !important;
			padding: 0.4vw 2.25rem 1.5vw 2.25rem;
		}
	} */
  .eg-lightpark-wrapper .eg-lightpark-element-0 {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    padding: 1em 2.25rem 0px 2.25rem !important;
  }
  .eg-lightpark-wrapper .eg-lightpark-element-1 {
    font-size: 1.75rem !important;
    line-height: 2rem !important;
    padding: 0.3em 2.25rem 1.2vw 2.25rem;
  }
}
/* vacsie pismo pre vlog, kym su len 2 */
@media screen and (min-width: 600px) {
  .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .eg-lightpark-vlog-content .eg-lightpark-vlog-element-0, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .eg-lightpark-vlog-content .eg-lightpark-vlog-element-0:hover, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .eg-lightpark-vlog-content .eg-lightpark-vlog-element-0, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .eg-lightpark-vlog-content .eg-lightpark-vlog-element-0:hover {
    font-size: 1.6rem !important;
  }
  .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .eg-lightpark-vlog-content, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .eg-lightpark-vlog-content {
    padding: 3.5em 3em 3em 3em !important;
    min-height: 15.5rem !important;
  }
  .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .eg-lightpark-vlog-content .eg-lightpark-vlog-element-6, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .eg-lightpark-vlog-content .eg-lightpark-vlog-element-6:hover, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .eg-lightpark-vlog-content .eg-lightpark-vlog-element-6, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .eg-lightpark-vlog-content .eg-lightpark-vlog-element-6:hover {
    font-size: 1rem !important;
  }
  .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .eg-lightpark-vlog-content, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .eg-lightpark-vlog-content {
    padding: 3.5em 3em 3em 3em !important;
    min-height: 15.5rem !important;
  }
  .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .esg-entry-content .eg-lightpark-vlog-element-31, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .esg-entry-content .eg-lightpark-vlog-element-31 {
    font-size: 1rem !important;
    padding: 0.5em 1.5em 0.5em 3.3em !important;
    left: 2.8rem !important;
  }
  .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child .esg-entry-content .eg-lightpark-vlog-element-31::before, .eg-lightpark-vlog-wrapper:nth-last-child(2):first-child ~ .eg-lightpark-vlog-wrapper .esg-entry-content .eg-lightpark-vlog-element-31::before {
    font-size: 1.2rem;
    margin: -0.1rem 0 0 -1.5em;
  }
}
.esgbox-bg, .tos-wrapper.tos-fixed {
  background-color: rgba(9, 10, 26, 0.85) !important;
}
.esgbox-bg {
  opacity: 1;
}
.esgbox-is-open .esgbox-button {
  opacity: 0;
}
.esgbox-is-open:hover .esgbox-button {
  opacity: 0.5;
}
.esgbox-is-open:hover .esgbox-button:hover {
  background: #090a1a;
  opacity: 0.9;
}
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 4em;
}
.tos-close, .tos-prev, .tos-next, .esgbox-button {
  background-color: transparent;
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 1150px) {
  .tos-close, .tos-prev, .tos-next, .esgbox-button {
    background: #090a1a;
  }
}
.tos-close span, .tos-close svg, .tos-prev span, .tos-prev svg, .tos-next span, .tos-next svg, .esgbox-button span, .esgbox-button svg {
  display: none !important;
}
.tos-close:before, .tos-prev:before, .tos-next:before, .esgbox-button:before {
  border: 0px;
  font-family: "lightpark";
  line-height: 4em;
  font-size: 20px;
  content: "$";
  color: #ad9742;
}
@media screen and (min-width: 1150px) {
  .tos-close:before, .tos-prev:before, .tos-next:before, .esgbox-button:before {
    line-height: 2em;
    font-size: 40px;
  }
}
.tos-next {
  right: 0px;
}
@media screen and (min-width: 1150px) {
  .tos-next {
    right: 20px;
  }
}
.tos-prev {
  left: 0px;
}
@media screen and (min-width: 1150px) {
  .tos-prev {
    left: 20px;
  }
}
.esgbox-toolbar .esgbox-button {
  height: 40px;
  width: 40px;
  padding: 0;
}
.esgbox-button--close, .tos-close {
  top: 0;
  left: auto;
  right: 0;
}
.esgbox-button--close:before, .tos-close:before {
  font-size: 15px;
  line-height: 40px;
  font-weight: 900;
}
.tos-prev:before {
  content: "&";
}
.tos-next:before {
  content: "(";
}
.search-no-results #content .page-header .icon-lp-icons-search, .search-results #content .page-header .icon-lp-icons-search {
  display: none;
}
.search-no-results #content .page-header input[type="search"], .search-results #content .page-header input[type="search"] {
  border-radius: 30px;
  padding: 0.7em 3em 0.7em 1.5em;
  color: #646576;
}
.search-no-results #content .page-header button, .search-no-results #content .page-header input[type="button"], .search-no-results #content .page-header input[type="submit"], .search-results #content .page-header button, .search-results #content .page-header input[type="button"], .search-results #content .page-header input[type="submit"] {
  opacity: 0;
}
.search-no-results #content .page-header .search-box, .search-results #content .page-header .search-box {
  display: block;
}
.search-no-results #content .page-header .search-box:after, .search-results #content .page-header .search-box:after {
  color: #ad9742;
  font-family: lightpark;
  content: ")";
  position: absolute;
  pointer-events: none;
  margin-top: -1.7em;
  font-size: 1.6em;
  right: 0.9em;
  display: block;
}
.search-no-results #content .page-header .search-term, .search-results #content .page-header .search-term {
  font-size: 29px;
  font-weight: 900;
  margin-top: 1em;
  text-align: center;
}
.search-no-results #content .page-header .search-term span, .search-results #content .page-header .search-term span {
  font-weight: 300;
  padding: 0.2em;
  color: #ad9742;
}
.search-no-results #content .search-no-results-notice, .search-results #content .search-no-results-notice {
  text-align: center;
  color: #ff5a00;
}
.search-no-results #content .search-results-count, .search-results #content .search-results-count {
  color: #646576;
  text-align: center;
}
.search-no-results #content .search-results-count span, .search-results #content .search-results-count span {
  color: #ad9742;
  font-weight: 900;
}
.search-no-results #content .ns_ess_grid_bg, .search-results #content .ns_ess_grid_bg {
  background: #f4f3f9;
  width: calc(100% + 10vw - 10px);
  padding: 1em calc(5vw - 5px);
  position: relative;
  left: calc(5px - 5vw);
}
.search-results #content .page-header .search-term {
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1150px) {
  .search-no-results #content .page-header .search-form, .search-results #content .page-header .search-form {
    width: 20vw;
    float: right;
    margin-top: 3em;
  }
  .search-no-results #content .page-header .search-term, .search-results #content .page-header .search-term {
    font-size: 1.75em;
    text-align: left;
    margin-top: 3em;
  }
  .search-no-results #content .page-header .search-term span, .search-results #content .page-header .search-term span {
    padding: 0.5em;
  }
  .search-no-results #content .page-header .search-results-count, .search-results #content .page-header .search-results-count {
    text-align: left;
  }
}
