@import url('https://fonts.cdnfonts.com/css/archivo');
@import url(https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.css);
@font-face {
    font-family: 'Winner Sans Extra';
    src: url('https://dracielodeksk.sk/wp-content/uploads/2024/07/WinnerSans-ExtraBold.woff2') format('woff2'),
        url('https://dracielodeksk.sk/wp-content/uploads/2024/07/WinnerSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Winner Sans Comp';
  src: url('https://dracielodeksk.sk/wp-content/uploads/2024/07/WinnerSans-CompMedium.woff2') format('woff2'),
      url('https://dracielodeksk.sk/wp-content/uploads/2024/07/WinnerSans-CompMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /*font-family: 'Winner Sans Comp' !important;*/
  font-family: 'Winner Sans Extra';
}
a {
}
h2,h3,h4,h5,h6 {
  
}
body {
  background-color:#2E3192;
}
.site-title, .preloader i, .login-form, .login-form a.lost-pass, .btn-open-login-form, .site-content, .user-content-wrapper, .user-content, .maintenance a { 
	display:none !important;
}
.logo-margecany { 
width:160px;
height:auto;
padding-bottom:10px;
}
.logo-group {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

.logo-group img {
    display: block;
    width: auto;
    object-fit: contain;
    transition: opacity .2s ease;
}

.logo-group:hover img {
    opacity: 0.9;
}

/* Individuálne veľkosti podľa potreby */
.logo-margecany {
    height: 100px;
}

.logo-dracie {
    height: 35px;
}

.logo-region {
    height: 40px;
}
.download-word {
	color:#fff;
}
#container-error { 
  width:970px;
  margin:0 auto;
	display:flex;
	flex-direction:column;
}
.container {
  max-width: 1170px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 2rem;
}
.navbar .container { 
  max-width:1400px;
}
#container-error .image-404 { 
	display:flex;
	justify-content:center;
	align-content:center;
	padding-top:90px;
}
#container-error .image-404 img { 
	width:360px;
	height:auto;
}
.content-404 .h3-center { 
	color:#fff;
	font-size:36px;
	padding:50px 90px;
	text-align:center;
}
#container-error .button-404 { 
	width:970px;
	text-align:center;
}
#container-error .button-404 a { 
	background-color: #F93549;
    color: #fff;
    font-size: 20px;
    font-family: 'Winner Sans Comp' !important;
    padding: 13px 22px;
    text-decoration: none;
}
.brand {
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: inherit;
  border: none;
  outline: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
.navbar {
  max-width: 100%;
  width:100%;
  height: 150px;
  margin: 0 auto;
  border: none;
  outline: none;
  background-image: url('https://dracielodeksk.sk/wp-content/uploads/2024/07/background-pattern.svg');
}
.navbar .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top:20px;
}
.navbar .burger {
  position: relative;
  display: none;
  cursor: pointer;
  width: 1.65rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  transform: rotate(0deg);
  transition: 0.35s ease-in-out;
}
.navbar .burger-line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 1rem;
  background: #fff;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navbar .burger-line:nth-child(1) {
  top: 0;
}
.navbar .burger-line:nth-child(2), .navbar .burger-line:nth-child(3) {
  top: 0.5rem;
}
.navbar .burger-line:nth-child(4) {
  top: 1rem;
}
.navbar .burger.is-active .burger-line:nth-child(1), .navbar .burger.is-active .burger-line:nth-child(4) {
  top: 1.25rem;
  width: 0%;
  left: 50%;
}
.navbar .burger.is-active .burger-line:nth-child(2) {
  transform: rotate(45deg);
}
.navbar .burger.is-active .burger-line:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar .menu-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.nav-site-links {
  display:flex;
  list-style: none;
  gap:30px;
  align-items: center;
}
.nav-site-links .menu-item a {
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  line-height: inherit;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Winner Sans Comp' !important;
}
.nav-site-links .menu-item a:hover {
  color:#FFCD00;
}
.nav-site-links .menu-item:hover {
  cursor: pointer;
}
.registracia-button {
  background-color:#F93549;
  padding: 6px 13px;
}
#main-section-dracie-lode {
  width:100%;
  display:flex;
  justify-content: center;
  margin:0 auto;
  padding-bottom: 100px;
}
.dracie-lode-container-section {
  width:770px;
  margin:0 auto;
  display:flex;
  flex-direction: column;
}
.dracie-lode-container-section .section-image {
  width:100%;
  height: auto;
  display:flex;
  padding-top:100px;
  justify-content: center;
}
.dracie-lode-container-section .section-image img {
  width:575px;
  height: auto;
}
.dracie-lode-container-section .section-description {
  width:660px;
  margin:0 auto;
}
.dracie-lode-container-section .section-description h2 {
  color:#fff;
  font-size: 30px;
  padding-top:60px;
  text-align: center;
}
.dracie-lode-container-section .section-button {
  margin:0 auto;
  padding-top: 50px;
  display:flex;
  justify-content: center;
}
.dracie-lode-container-section .section-button a  {
  background-color:#F93549;
  color:#fff;
  font-size: 36px;
  font-family: 'Winner Sans Comp' !important;
  padding: 13px 22px;
  text-decoration: none;
}
.dracie-lode-container-section .section-button a:hover { 
  color:#FFCD00;
}
#main-section-dracielode-about {
  width:100%;
  display:flex;
  justify-content: center;
  margin:0 auto;
  background-image: url('https://dracielodeksk.sk/wp-content/uploads/2024/07/section-background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.dracielode-about-container-section {
  width:1170px;
  margin:0 auto;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top:145px;
  justify-content: space-between;
  padding-bottom: 180px;
}
.dracielode-left-content, .dracielode-right-content {
  width:48%;
}
.dracielode-right-content .nadpis {
  font-size: 36px;
  font-family: 'Winner Sans Comp' !important;
  color:#fff;
  padding-bottom: 50px;
}
.dracielode-right-content p {
  font-family: 'Archivo', sans-serif;
  color:#fff;
  line-height: 180%;
  width:550px;
                                          
}
.ornament-bottom-image {
  position: absolute;
  bottom: -10px;
  display:flex;
}
.rotate-image {
  transform: scaleX(-1);
}
#pravidla-a-podmienky-main-section {
  width:100%;
  display:flex;
  justify-content: center;
  margin:0 auto;
  padding-bottom: 100px;
}
.pravidla-dracielode-container-section {
  width:1170px;
  margin:0 auto;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top:145px;
  justify-content: space-between;
}
.pravidla-dracielode-left-content, .pravidla-dracielode-right-content {
  width:48%;
}
.pravidla-dracielode-right-content img {
  float: right;
}
.pravidla-dracielode-left-content .nadpis {
  font-size: 36px;
  font-family: 'Winner Sans Comp' !important;
  color:#fff;
  padding-bottom: 50px;
}
.pravidla-dracielode-left-content p {
  font-family: 'Archivo', sans-serif;
  color:#fff;
  line-height: 180%;
  padding-bottom: 79px;
  width:550px;                                      
}
.pravidla-dracielode-left-content a {
  color:#fff;
  font-size: 18px;
  border:1px solid #fff;
  padding: 19px 22px;
  text-decoration: none;
  font-family: 'Winner Sans Comp' !important;
}
.pravidla-dracielode-left-content a:hover {
 background-color: #fff;
 color:#2E3192;
 border:none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: none !important;
}
#dracielode-fotogaleria {
  width:100%;
  height: auto;
  display:flex;
  margin:0 auto;
  justify-content: center;
  padding-top:170px;
  padding-bottom: 200px;
  position: relative;
  background-image: url('https://dracielodeksk.sk/wp-content/uploads/2024/07/bg.svg');
  background-repeat: no-repeat;
}
.dracielode-fotogaleria-main-section {
  width:1170px;
  height: auto;
  display:flex;
  flex-direction: column;
  margin:0 auto;
}
.dracielode-fotogaleria-main-section .fotogaleria-video {
  display:flex;
  height:auto;
  width:100%;
  background-color:#f4f4f4;
}
.dracielode-fotogaleria-main-section .fotogaleria-video video {
  width:100%;
  height: auto;  
}
.dracielode-fotogaleria-main-section .nadpis-ruzin {
  color:#fff;
  text-align: center;
  font-size: 36px;
  font-family: 'Winner Sans Comp' !important;
  padding-bottom: 70px;
}
.fotogaleria-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
  width: 1170px;
  gap: 30px;
  padding-top:90px;
  margin:0 auto;
}

.fotogaleria-section .itembox {
  position: relative;
  width: 370px;
  height: 250px;
  display: block;
}

.fotogaleria-section .itembox.hide {
  display: none;
}

.fotogaleria-section .itembox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__thumbs,
.fancybox__button--zoom,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__counter { 
  display: none !important;
}
.dracielode-button-show-more { 
  padding-top:70px;
  width:100%;
  margin:0 auto;
  text-align: center;
}
.dracielode-button-show-more a {
  border:1px solid #fff;
  color:#fff;
  text-decoration: none;
  padding: 13px;
  font-family: 'Winner Sans Comp' !important;
}
.dracielode-button-show-more a:hover {
  border:none;
  background-color: #fff;
  color:#0072BC;
}
#dracielode-program {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: column;
  margin:0 auto;
  padding-top:90px;
}
.dracielode-program-main-section {
  width:970px;
  margin:0 auto;
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom:60px;
}
.program-middle-section {
  width:100%;
  height: auto;
  display:flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 50px;
}
.program-middle-section img {
  width:100px;
  height: auto;
  margin-bottom:50px;
}
.program-middle-section h2 {
  color:#fff;
  font-size: 96px;
  text-align: center;
  padding-bottom:30px;
}
.program-middle-section .program-content-p { 
color:#fff;
font-size: 20px;
font-family: 'Archivo', sans-serif !important;
padding-bottom:90px;
font-weight:500;
line-height:35px;
text-align:center;
padding-right:10px;
padding-left:10px;
}
.timeline-holder {
  width:100%;
  height: auto;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top:30px;
}
.timeline-left, .timeline-right {
  width:48%;
}
.timeline {
  list-style: none;
}
.timeline-left .timeline > li {
  margin-bottom: 60px;
}

.timeline-left .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
.timeline-left .timeline-date {
    width: 10px;
    float: left;
    margin-top: 20px;
  }
.timeline-left .timeline-content {
    width: 75%;
    float: left;
    border-left: 1px #0072BC solid;
    padding-left: 30px;
    padding-bottom: 30px;
  }
.timeline-left .timeline-content h3 {
    color:#FFCD00;
    padding-bottom: 10px;
    font-size: 20px;
  }
.timeline-left .timeline-content p {
    font-size:18px;
    color:#fff;
    font-family: 'Winner Sans Comp' !important;
  }
.timeline-left .timeline-content:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #0072BC;
    position: absolute;
    left: 6.75px;
    top: 7px;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 8px #2E3192;
}
.timeline-left .timeline-content.first:before {
    width: 15px;
    height: 15px;
    left:4px;
    top:15px;
    box-shadow: 0px 0px 0px 16px #2E3192;
}
.timeline-left .timeline-day {
    color:#fff !important;
    font-size:36px !important;
    font-family: 'Winner Sans Extra' !important;
    
  }
  .timeline-right .timeline > li {
    margin-bottom: 60px;
  }
  
  .timeline-right .timeline > li {
      overflow: hidden;
      margin: 0;
      position: relative;
    }
  .timeline-right .timeline-date {
      width: 10px;
      float: right;
      margin-top: 20px;
    }
  .timeline-right .timeline-content {
      width: 75%;
      float: right;
      border-right: 1px #0072BC solid;
      padding-right: 30px;
      padding-bottom: 30px;
    }
  .timeline-right .timeline-content h3 {
      color:#FFCD00;
      padding-bottom: 10px;
      font-size: 20px;
      text-align: right;
    }
  .timeline-right .timeline-content p {
      font-size:18px;
      color:#fff;
      font-family: 'Winner Sans Comp' !important;
      text-align: right;
    }
  .timeline-right .timeline-content:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #0072BC;
      position: absolute;
      right: 6.75px;
      top: 7px;
      border-radius: 100%;
      box-shadow: 0px 0px 0px 8px #2E3192;
  }
  .timeline-right .timeline-content.first:before {
      width: 15px;
      height: 15px;
      right:4px;
      top:15px;
      box-shadow: 0px 0px 0px 16px #2E3192;
  }
  .timeline-right .timeline-day {
      color:#fff !important;
      font-size:36px !important;
      font-family: 'Winner Sans Extra' !important;
    }
.program-in-progress {
  width:100%;
  margin:0 auto;
  padding:60px;
  text-align: center;
}
#dracielode-formular {
  width:100%;
  margin:0 auto;
  display:flex;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 140px;
  background-image: url('https://dracielodeksk.sk/wp-content/uploads/2024/07/fotogaleria_background.svg');
  position: relative;
}
.formular-main-holder {
  width:1170px;
  margin:0 auto;
  display:flex;
  flex-direction: row;
  height: auto;
  justify-content: space-between;
}
.formular-description {
  width:42%;
  height: auto;
  display:flex;
  flex-direction: column;
}
.formular-description .nadpis {
  color:#fff;
  font-size: 36px;
  padding-bottom:30px;
  font-family: 'Winner Sans Comp' !important;
}
.formular-description p {
  color:#fff;
  font-family: 'Archivo', sans-serif;
  line-height: 180%;
}
.formular-description .kontakt-h2 {
  font-size: 36px;
  color:#fff;
  padding-top:50px;
  padding-bottom:30px;
  font-family: 'Winner Sans Comp' !important;
}
.formular-description .info {
  padding-top:30px;
  display:flex;
  flex-direction: column;
}
.formular-description .info a:hover {
  text-decoration: underline;
}
.formular-description .info a, .formular-description .info span {
color:#fff;
font-size: 16px;
font-family: 'Archivo', sans-serif !important;
text-decoration: none;
}
.formular-main-right {
  width:52%;
  height: auto;
  align-content:center;
}
.formular-main-right .reg_success { 
  display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.formular-main-right .reg_success img { 
	width:7Opx;
	height:70px;
}
.formular-main-right .reg_success h2 { 
	color:#fff;
	font-size:36px;
	font-family: 'Winner Sans Comp' !important;
}
.gfield_description { 
  font-family: 'Archivo', sans-serif !important;
  font-size: 12px !important;
  color:#fff !important;
  font-weight: 300 !important;
}
.gform_wrapper.gravity-theme .gfield_label { 
  font-family: 'Archivo', sans-serif !important;
  font-size: 12px !important;
  color:#fff !important;
  font-weight: 300 !important;
}
.gform_required_legend, #gform_fields_1 .spacer {
  display:none !important;
}
.gform_wrapper.gravity-theme .gfield_required {
  font-size: 12px !important;
  font-family: 'Archivo', sans-serif !important;
  font-weight: 300 !important;
  color:#fff !important;
}
#field_1_10 {
  grid-column: span 8 !important;
  align-self: center;
}
#label_1_10_1 {
  font-family: 'Archivo', sans-serif !important;
  font-size: 16px !important;
  color:#fff !important;
  font-weight: 300 !important;
}
#label_1_10_1  a {
  font-family: 'Archivo', sans-serif !important;
  font-size: 16px !important;
  color:#fff !important;
  font-weight: 300 !important;
}
.gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme textarea { 
  font-family: 'Archivo', sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}
.gform_wrapper.gravity-theme #field_submit {
  justify-content: flex-end;
}
#gform_submit_button_1 {
  font-size: 20px !important;
  color:#fff;
  font-family: 'Winner Sans Comp' !important;
  background-color:#F93549;
  font-weight: normal;
  padding:10px 40px;
  border:none;
  cursor: pointer;
}
#gform_submit_button_1:hover { 
  color:#FFCD00;
}
.gform_wrapper.gravity-theme input[type=text] {
  font-family: 'Archivo', sans-serif !important;
  font-size: 16px !important;
  color:#fff !important;
  font-weight: 300 !important;
}
.gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=email]:focus {
  outline:none;
}
.gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=email] {
  color:#fff !important;
}
.gfield_validation_message, #gform_1_validation_container, #gform_ajax_spinner_1 {
  display:none !important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border:2px solid #F93549 !important;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.large {
  border:none;
}
.gform_wrapper.gravity-theme .gfield textarea.large { 
  background-color:transparent;
  color:#fff !important;
  border:1px solid #fff;
}
.gform_wrapper.gravity-theme .gfield textarea.large:focus { 
  outline:none;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  height:50px;
  background-color:transparent;
  border:1px solid #fff;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 30px !important;
}
#choice_1_10_1 { 
  width:16px;
  height:16px;
}
.form-ornament-bottom {
  width:1170px;
}
footer {
  width:100%;
  margin:0 auto;
  display:flex;
  justify-content: center;
  padding:90px 0px 45px 0px;
  background-color:#2E3192;
}
.footer_bottom {
  width:1170px;
  margin:0 auto;
  display:flex;
  flex-direction: column;
}
.footer_bottom .footer-map {
  width:100%;
  height: auto;
  display:flex;
  padding-bottom: 45px;
}
.footer_bottom .footer-copyright {
  display:flex;
  width:1170px;
  margin:0 auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer_bottom .footer-copyright .section p {
  color:#fff;
  font-size:14px;
  font-family: 'Archivo', sans-serif !important;
}
.gdpr-bottom { 
  color: #fff;
  font-size: 14px;
  font-family: 'Archivo', sans-serif !important;
}
.facebook {
  margin-right:30px;
}
@media only screen and (max-width: 768px) {
	.logo-group { 
	padding-left:20px;
	}
	.logo-margecany {
    height: 50px;
}

.logo-dracie {
    height: 25px;
}

.logo-region {
    height: 28px;
}
  .navbar {
    background-image: none;
    position: relative;
    z-index: 10;
  }
  .navbar .wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .navbar .burger {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-right:30px;
  }
  .logo-ksk {
    margin-left:30px;
  }
  .navbar .menu {
    width: 100%;
    padding: 0;
    display:none;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.35s ease;
  }
  .navbar .menu.is-active {
    visibility: visible;
    margin-top:90px;
	padding-top:60px;
    background-color: #2E3192;
  }
  .navbar .menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    padding: 3rem 0;
  }
  .container {
    background-color:#2E3192;
    padding-bottom: 30px;
    background-image: url('https://dracielodeksk.sk/wp-content/uploads/2024/07/background-pattern.svg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding:0;
	height:150px;
  }
	.dracie-lode-container-section .section-image { 
	padding-top:40px;
	}
	.dracie-lode-container-section .section-description h2 { 
	padding-top:40px;
	}
	.dracie-lode-container-section .section-button {
		padding-top:35px;
	}
  .navbar .burger {
    height: 1.65rem;
	margin: 0 auto;
  }
  .nav-site-links {
    flex-direction: column;
    gap:40px;
	align-items: flex-start;
    padding-left: 30px;
  }
  .dracie-lode-container-section {
    width:100%;
    position: relative;
  }
  #main-section-dracie-lode {
    padding-left:30px;
    padding-right:30px;
  }
  .dracie-lode-container-section .section-image img {
    width:100%;
  }
  .dracie-lode-container-section .section-description {
    width:100%;
  }
  .menu-top-navigation-container {
    height:100vh;
  }
  .dracielode-about-container-section {
    width:100%;
    height: auto;
    flex-direction: column-reverse;
  }
  .dracielode-left-content, .dracielode-right-content {
    width:100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .dracielode-left-content img {
    width:100%;
    height: auto;
  }
  .dracielode-right-content p {
    width:100%;
    padding-bottom: 60px;
  }
  .dracielode-about-container-section {
    padding-bottom: 100px;
  }
  .ornament-bottom-image {
    width:100%;
    padding-left:30px;
    padding-right:30px;
    bottom:-3px;
  }
#main-section-dracielode-about {
    background-image: url(https://dracielodeksk.sk/wp-content/uploads/2024/07/bg.svg);
    background-size: auto;
  }
  .ornament-bottom-image img {
    width:100%;
    height: auto;
  }
  .pravidla-dracielode-container-section {
    width:100%;
    padding-left:30px;
    padding-right:30px;
    padding-top:80px;
  }
  .pravidla-dracielode-left-content, .pravidla-dracielode-right-content {
    width:100%;
  }
  .pravidla-dracielode-right-content {
    padding-top:100px;
  }
  .pravidla-dracielode-left-content p {
    width:100%;
  }
  .pravidla-dracielode-right-content img {
    float: none;
    width:100%;
    height: auto;
  }
  #dracielode-fotogaleria {
    padding-top:80px;
    padding-bottom: 120px;
	background-image:url('https://dracielodeksk.sk/wp-content/uploads/2024/07/background-mobile.svg');
  }
  .dracielode-fotogaleria-main-section {
    width:100%;
    padding-left:30px;
    padding-right:30px;
  }
  .fotogaleria-section {
    padding-top:60px;
    width:100%;
    justify-content: center;
  }
  #dracielode-program {
    padding-top:150px;
  }
  .dracielode-program-main-section {
    width:100%;
    height: auto;
    flex-direction: column;
  }
  .timeline-holder {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  .timeline-left, .timeline-right {
    width:100%;
  }
  .timeline-right {
    padding-top:60px;
  }
  .program-middle-section {
    top:0;
    padding-bottom: 60px;
  }
  .formular-main-holder {
    width:100%;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
  }
  .formular-description, .formular-main-right {
    width:100%;
  }
  .formular-main-right {
    padding-top:60px;
  }
  #field_1_10 {
    grid-column: span 12 !important;
  }
	.program-middle-section h2 { 
	font-size:60px;
	}
  .gform_wrapper.gravity-theme #field_submit {
    justify-content: flex-start;
    padding-top:30px;
  }
  .footer_bottom {
    width:100%;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer_bottom .footer-copyright{
    width:100%;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .fancybox__slide {
    padding:0px 30px !important;
  }
}