/*
Theme Name : Osobnosti KSK 
Author : Oliver Toth Hajdu 
*/

@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");
@import url(https://fonts.cdnfonts.com/css/switzer);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: #bababa;
  width: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: #bd9a3a;
  border-radius: 5px;
  border: 0px solid #ffffff;
}

body {
  overflow-x: hidden;
  background-color:#000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Switzer', sans-serif;
}

p {
  font-family: 'Abhaya Libre', serif;
}
.suhrn-hlasovania { 
color:#BD9A3A;
margin:0 auto;
margin-top:60px;
padding:30px;
width: 33%;
display: flex;
flex-direction: column;
align-items: center;
background-color:#252525;
border-radius:8px;
}
.suhrn-hlasovania ul { 
list-style:none;
padding-top:30px;
width:75%;
}
.suhrn-hlasovania ul li { 
padding:8px;
border-bottom:1px solid #fff;
}

.header_vote_button { 
width:100%;
display:flex;
justify-content:center;
padding-top:90px;
}

.header_vote_button {
  margin: 30px 0;
  text-align: center;
}

.vote-button-middle {
  display: inline-block;
  padding: 14px 32px;
  background: #b48a3f;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  transition: 0.3s ease;
  cursor: pointer;
 font-family: 'Switzer', sans-serif;
}

.vote-button-middle:hover {
  background: #8f6b2f;
  color: #fff;
}

#container-cookie {
  width: 100vw;
  padding: 17px 0;
  background-color: #BD9A3A;
  position: absolute;
  top: 0;

}

.hide {
  transform: translateY(-145px);
  transition: 0.72s ease-out;
  opacity: 0;
}

#container-cookie .cookie-content {
  max-width: 770px;
  width: 770px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

#container-cookie .cookie-content p {
  color: #000;
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  width: 80%;
}

#container-cookie .cookie-content p a {
  color: #000;
}

#container-cookie .cookie-content button {
  background-color: #000;
  color: #BD9A3A;
  padding: 11px 18px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

#header_background_main {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_container_center {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 20%, rgba(0, 0, 0, 0.65) 100%);
  width: 100vw;
  height: 100vh;
}

#header_container_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
}

.header_container_content_inspect {
  padding-top: 50px !important;
}

#header_container_content .logo_inspect {
  width: 170px;
  height: auto;
}

.header_logo_ksk,
.header_logo_osobnosti_ksk {
  padding-bottom: 50px;
}

.header_logo_osobnosti_ksk {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.header_content_bottom p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  max-width: 760px;
  line-height: 1.5em;
  font-family: 'Abhaya Libre', serif;
  width: 100%;
  padding-bottom: 70px;
}

/* COUNT DOWN */

.countdown {
  display: flex;
  flex-wrap: wrap;
}

.countdown .num {
  border: 1px solid #BD9A3A;
  padding: 20px 33px 30px;
  border-radius: 15px;
}

.header_content_holder_counter { 
display:flex;
flex-direction:column;
align-items:center;
}
.countdown .word {
  padding-top: 15px;
}

.countdown span,
.countdown h1 {
  color: #BD9A3A;
  font-family: 'Switzer', sans-serif;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
  padding: 0 15px;
  text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
  display: block;
  font-size: 70px;
  line-height: 1em;
  font-weight: 600;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
  display: block;
  font-size: 24px;
  font-family: 'Abhaya Libre', serif;
  color: #BD9A3A;
}

.youtube-online {
  display: flex;
  flex-direction: column;
}

.youtube-online p {
  color: #fff;
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding-top: 5px;
  text-align: center;
}

/* COUNT DOWN END */

.header_arrow_bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -10%;
}

.header_arrow_bottom .arrow {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-15px);
  }
}

#container-fluid {
  width: 100vw;
  height: auto;
  justify-content: center;
  display: flex;
  background-color: #000;
}

#container-fluid .container-content-middle {
  max-width: 1170px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  padding-top: 120px;
}

.container-fluid-oceneni {
  max-width: 1070px;
  width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}

.container-fluid-oceneni .container-filter {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 50px;
}

.container-filter {
  /*height: 50vh !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;*/
}

.container-content {
  width: 870px;
}

.container-content .text-top {
  font-size: 18px;
  color: #ccc;
  font-family: 'Abhaya Libre', serif;
  padding-bottom: 30px;
}

.container-filter .menu-item {
  margin-bottom: 15px;
  border-radius: 5px;
  width: 32%;
  padding: 8px 12px;
  color: #515151;
  list-style: none;
}

.container-filter .menu-item a {
  font-size: 18px;
  text-decoration: none;
  font-family: 'Switzer', sans-serif;
  font-weight: 600;
  padding: 8px 12px;
  color: #515151;
}

.container-filter .menu-item a .active {
  background-color: #BD9A3A;
  color: #000;
}

.container-filter .menu-item a .active:hover {
  cursor: pointer;
}

#menu-side-navigation {
  padding-top: 0 !important;
}

#zoznam-ocenenych-osobnosti-kolektivov,
#zoznam-nominovanych-osobnosti-kolektivov {
  padding-top: 60px;
}

.in-memoriam-badge {
	position:absolute;
	z-index:2;
	right:25px;
}

.activepage > a {
  color: #BD9A3A !important;
  cursor: pointer !important;
}
.hideyear {
	display:none;
}

.current-menu-item a {
  color: #000 !important;
  font-size: 18px !important;
  background-color: #BD9A3A !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  font-family: 'Switzer', sans-serif !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

.container-box-holder {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  grid-gap: 30px;
}

.container-box-holder .item-osobnost-box {
  width: 31%;
  height: 330px;
  border: 1px solid #515151;
  border-radius: 15px;
  position:relative;
  transition: 0.32s all;
}

.item-osobnost-box .osobnost-image {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 15px 15px 0px 0px;
}

.item-osobnost-box a {
  text-decoration: none;
}

.container-box-holder .item-osobnost-box:hover {
  border: 1px solid #BD9A3A;
  transition: 0.52s all;
  cursor: pointer;
}

#osobnost-image {
  filter: grayscale(1);
  transition: 0.52s all;
}

#item-osobnost-box:hover #osobnost-image {
  filter: brightness(1);
  transition: 0.52s all;
}

.item-osobnost-box .osobnost-description {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
}

.item-osobnost-box .osobnost-description .name {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  color: #BD9A3A;
}

.item-osobnost-box .osobnost-description .surename {
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 33px;
  color: #BD9A3A;
}
.container-box-holder .item-osobnost-box .osobnost-description .surename:nth-last-child(3) {
    color: red !important;
}

.container-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 300px 0px 200px 0px;
}

#container-fluid .container-content-holder {
  width: 1070px;
  max-width: 1070px;
  height: auto;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  color: #fff;
}

.container-rows {
  width: 870px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 60px;
}

.container-rows .cl-md-3 h4 {
  color: #BD9A3A;
  font-size: 20px;
}

#container-fluid .space {
  width: 200px;
}

.container-rows .cl-md-3 p {
  line-height: 30px;
  font-size: 18px;
}

.gallery-of-year {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-top: 80px;
}

.container-holder-gallery {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  align-items: flex-end;
}

.container-gallery-text {
  width: 870px;
  display: flex;
  padding-bottom: 30px;
}

.container-gallery-text h3 {
  color: #fff;
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}

.container-gallery-video {
  width: 870px;
  max-width: 870px;
  display: flex;
  padding-bottom: 60px;
}

.container-gallery-photos {
  width: 870px;
  max-width: 870px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 33fr 33fr 33fr;
}

.container-gallery-photos img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #000;
}

.footer-content {
  max-width: 1170px;
  width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #515151;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-content .cl-md-4 p {
  font-size: 14px;
  color: #BD9A3A;
  font-family: 'Switzer';
}

.footer-content .cl-md-4 a:nth-child(1) {
  margin-right: 15px;
}
.tlacove_spravy {
  color:#BD9A3A;
  margin-right:0px !important;
  text-decoration:none;
}
.tlacove_spravy:hover {
  text-decoration:underline;
}

.copyright {
  display: none;
}

#container_about_holder {
  width: 1070px;
  max-width: 1070px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.container_about_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.container_about_inner .close_box {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.container_about_inner_image {
  width: 500px;
  max-width: 500px;
  height: auto;
}

.container_about_inner_image .picture_box {
  width: 370px;
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.container_about_gallery {
  width: 370px;
  height: 100px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 33fr 33fr 33fr;
  padding-top: 40px;
}

.gallery_image {
  width: 100%;
  height: auto;
  background-color: #ccc;
}

/* fancy gallery style */
.fancybox-button svg {
	width:70px !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
	margin-left: 10vw !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
	margin-right: 10vw !important;
}
.gallery-arrow-previous, .gallery-arrow-next {
	fill: #BD9A3A !important;
}
.gallery-close-button { 
	fill: none !important;
    stroke-width: 1 !important;
}
.fancybox-button--close {
	background-color:rgba(0,0,0,0) !important;
    position: absolute !important;
    top: 4vh !important;
    right: 3vw !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
}
.fancybox-navigation .fancybox-button {
	background-color:rgba(0,0,0,0) !important;
}

/* end fancy gallery style */

.container_about_inner_content {
  width: 565px;
}

.container_name {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.container_name .name {
  font-size: 20px;
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 600;
  color: #BD9A3A;
}

.container_name .surename {
  font-size: 35px;
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  color: #BD9A3A;
}

.container_about_name {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}

.container_about_name p {
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}

.container_achievements {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}

.container_achievements .youtube-video-box {
  display: flex;
  height: 100%;
  align-self: center;
}

.container_achievements .youtube-video-box a {
  margin-right: 30px;
  max-height:37px;
}

.container_achievements .year_box {
  padding-right: 30px;
  display:flex;
}

.container_achievements .price_box {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.container_achievements .year_box span {
  color: #BD9A3A;
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #BD9A3A;
  font-family: 'Switzer';
  font-weight: 600;
  font-size: 14px;
}
.in-memoriam-badge { 
  right:15px;
  width:25px;
  height:auto;
}
.container_achievements .price_box {
  display: flex;
  flex-direction: row;
}

.container_achievements .price_box img {
  padding-right: 30px;
}

.container_achievements .price_box p {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #BD9A3A;
  width: 100%;
}

.container_description {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 30px;
  padding-right: 25px;
  max-height: 300px;
  overflow-y: auto;
}

.container_description::-webkit-scrollbar {
  width: 2px;
}

.container_description::-webkit-scrollbar-track {
  background: #bababa;
  width: 1px;
}

.container_description::-webkit-scrollbar-thumb {
  background-color: #bd9a3a;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

.container_description p {
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #fff;
}

.container-arrows {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 6%;
}

.arrow-bottom {
  width: 70px;
  height: auto;
}
.prev-post-label {
  text-align:right;
}

/* vote style */

#vote-button-middle { 
position:absolute;
bottom:3%;
left:50%;
transform:translate(-50%,0);
}
#vote-button-middle img { 
width:150px;
height:auto;
}
.text-about-osobnosti h2 { 
color:#BD9A3A;
padding-bottom:30px;
}
.text-about-osobnosti p { 
padding-bottom:15px;
color:#fff;
}

#vote-button-middle {
            cursor: pointer;
            display: inline-block;
            color: white;
            border-radius: 4px;
            text-decoration: none;
        }

        /* Overlay štýl */
        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            display: none;
            z-index: 999;
            opacity: 0;
            transition: opacity 0.3s;
        }

        #overlay.-open {
            display: block;
            opacity: 1;
        }

        /* Popup okno štýl */
        #popup {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #252525;
            padding: 20px;
            border-radius: 15px;
            display: none;
            z-index: 1000;
			width:935px;
			padding:140px 160px;
			place-items: center;
        }

        /* Close button */
        #close-popup {
            cursor: pointer;
			background-color:transparent;
			border:none;
			position:absolute;
			top: 30px;
			left: 50%;
			transform: translate(-50%, 10px);
			
        }
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #BD9A3A !important;
  border-radius: 4px;
  font-size: 14px;
  grid-column: span 12;
  font-family: 'Switzer';
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.custom-select-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 10px 0 15px;
  font-weight: 400;
  line-height: 40px;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #BD9A3A;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 1px solid #BD9A3A;
  border-right: 1px solid #BD9A3A;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  margin: 15px 0;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
  border: 1px solid #BD9A3A;
  max-height: 260px;
  overflow-y: auto;
}
.custom-options::-webkit-scrollbar {
  width: 6px;
}
.custom-options::-webkit-scrollbar-track {
  background: #d9d9d9;
  width: 6px;
}
.custom-options::-webkit-scrollbar-thumb {
  background-color: #BD9A3A;
  border-radius: 5px;
  border: 0px solid #ffffff;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-8px);
  z-index: 2;
  max-height: 260px;
  overflow-y: auto;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-weight: 300;
  color: #BD9A3A;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-option:hover,
.custom-option.selection {
  color: #BD9A3A;
  background-color: #252525;
}
.gform_wrapper.gravity-theme .gform_fields { 
grid-row-gap: 20px !important;
}
#gform_wrapper_1 { 
width:100%;
}
#input_1_4 { 
background-color:transparent;
color:#BD9A3A;
padding: 10px 15px;
border-radius:4px;
border:1px solid #BD9A3A;
font-family: 'Switzer';
}
#input_1_4::active, #input_1_4::focus { 
border:1px solid #BD9A3A;
}
#input_1_4::placeholder { 
font-size:14px;
color:#BD9A3A;
font-family: 'Switzer';
}
#field_1_5 { 
grid-column: span 6;
color:#878787;
font-family: 'Switzer';
font-size:14px;
}
.gchoice_1_5_1 { 
display: flex !important;
align-items: flex-start !important;
gap: 10px;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full { 
width:40%;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer { 
justify-content:flex-end;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer { 
justify-self: flex-end;
}
.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input { 
align-self:normal !important;
padding: 0px 18px;
background-color:#BD9A3A;
border:none;
color:#000;
cursor:pointer;
border-radius:4px;
}
.gform_confirmation_message_1 { 
font-size:24px;
color:#BD9A3A;
font-family: 'Switzer';
}
/* end vote style */

.container-prev-next {
  width: 1070px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.container-prev-next .previous_box,
.container-prev-next .next_box {
  display: flex;
  flex-direction: column;
}

.container-prev-next .previous_box a,
.container-prev-next .next_box a {
  color: #BD9A3A;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.container-prev-next .previous_box a span:nth-child(1) {
  font-family: 'Switzer';
}

.container-prev-next .previous_box a span:nth-child(2) {
  font-family: 'Abhaya Libre';
  font-size: 24px;
}

.container-prev-next .next_box a span:nth-child(1) {
  font-family: 'Switzer';
  text-align: right;
}

.container-prev-next .next_box a span:nth-child(2) {
  font-family: 'Abhaya Libre';
  font-size: 24px;
  text-align: right;
}

.prev-post-name,
.next-post-name {
  font-family: 'Switzer' !important;
  font-size: 14px !important;
  font-weight:600;
}

.prev-post-surname {
  text-align: right;
}

.next-post-surname,
.prev-post-surname {
  font-family: 'Abhaya Libre' !important;
  font-size: 24px !important;
  padding-bottom:8px;
}

#responsive-profil-about,
.responsive_container_content {
  display: none;
}

.cookies_holder_container {
  width: 870px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
}

.cookies_holder_container h1 {
  font-family: 'Switzer';
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #BD9A3A;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cookies_holder_container h3 {
  font-family: 'Switzer';
  font-size: 20px;
  padding-bottom: 10px;
  color: #BD9A3A;
}

.cookies_holder_container p {
  font-family: 'Abhaya Libre';
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
}

.cookies_holder_container a {
  font-family: 'Abhaya Libre';
  color: #BD9A3A;
}

#container-rows_cookies {
  padding-right: 0;
  margin: 0 auto;
}
#page_not_found_404 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-items: center;
  background-color: #000;
}
.page_not_found_content {
  width: 100%;
  height: auto;
  display:flex;
  flex-direction: column;
  padding: 30px 0;
}

.page_not_found_content h2 { 
  color: #BD9A3A;
  text-align: center;
  padding-bottom: 30px;
}
.page_not_found_content p {
  font-family: 'Abhaya Libre';
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  line-height: 150%;
}
.page_not_found_content p a {
  background-color: #BD9A3A;
  padding: 12px 16px;
  border-radius: 5px;
  color:#fff;
  font-family: 'Switzer';
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
.page_not_found_content .button_content {
  padding-top: 12px;
}


@media (min-width: 1921px) and (max-width: 2560px) {
  #header_container_content {
    padding-top: 200px;
  }

  .header_logo_ksk,
  .header_logo_osobnosti_ksk {
    padding-bottom: 70px;
  }

  .header_content_bottom p {
    padding-bottom: 110px;
  }

  .countdown .day .word,
  .countdown .hour .word,
  .countdown .min .word,
  .countdown .sec .word {
    font-size: 28px;
  }

  .header_content_bottom p {
    font-size: 18px;
  }

  .countdown .day .num,
  .countdown .hour .num,
  .countdown .min .num,
  .countdown .sec .num {
    font-size: 90px;
  }

  .container-content .text-top {
    font-size: 20px;
  }

  .container-filter .select-year {
    width: 38%;
    font-size: 20px;
  }

  .header_arrow_bottom {
    position: relative;
    bottom: 0;
    padding-top: 200px;
  }

  .container-rows .cl-md-3 p {
    font-size: 20px;
  }

  .header_logo_ksk_profile {
    padding-bottom: 170px;
  }

  .container_name .name {
    font-size: 24px;
  }

  .container_name .surename {
    font-size: 40px;
  }

  .container_about_name p {
    font-size: 20px;
  }

  .container_about_name {
    padding-bottom: 40px;
  }

  .container_achievements .year_box span {
    font-size: 16px;
  }

  .container_description p {
    font-size: 20px;
  }

  #container_about_holder {
    width: 1170px;
    max-width: 1170px;
  }

  .container_about_inner_image .picture_box {
    width: 470px;
    height: 470px;
  }

  .container_about_inner {
    width: 100%;
    justify-content: space-between;
  }

  .container-arrows {
    position: relative;
    bottom: 0;
    padding-top: 150px;
  }
	.container_about_gallery {
	width:470px;
	}
	.container-prev-next {
		width:1170px;
	}
	.container_description {
		max-height:390px;
	}


  #container-content-holder_cookies {
    max-width: 870px !important;
    width: 870px !important;
  }

  #container-rows_cookies {
    padding-right: 0;
  }
}

@media screen and (max-width: 1300px) {

	.header_content_holder_counter iframe { 
	width:100%;
	height:auto;
	}
	.countdown-ended { 
	width:100%;
	height:auto;
	}
	.countdown-ended iframe {
	width:360px;
	height:320px;
	}
	.suhrn-hlasovania { 
	width:100%;
	}
	#vote-button-middle img { 
	width:80px;
	height:auto;
	}
	#popup { 
	width:100%;
	padding:160px 30px 60px;
	}
	.text-about-osobnosti h2 { 
	font-size:18px;
	}
	.text-about-osobnosti p { 
	font-size:14px;
	}
	#close-popup { 
	top:80px;
	}
	#field_1_5 { 
	grid-column: span 12;
	}
	#header_container_content {
		padding-top:60px;
	}
	.header_logo_ksk {
		padding-bottom:30px;
	}
	.container-fluid-oceneni {
		width:100%;
		max-width:100%;
	}
	#container-fluid .container-content-middle {
		width:100%;
	}
	#container_about_holder {
		width:100%;
	}
	.container_about_inner {
		width: 100%;
    	justify-content: space-between;
		padding:0px 30px;
	}
	.container_about_inner_image {
		width:300px;
	}
	.container_about_inner_content {
		width:500px;
	}
	.container_description {
		max-height:240px;
	}
	.container_description p {
		font-size:16px;
	}
	.container_about_inner .close_box {
		right:2%;
	}
	.container-arrows {
		bottom:-8%;
	}
	.container-prev-next {
		width: 1000px;
    	margin: 0 auto;
	}
	.container-fluid-oceneni {
		flex-direction:column;
	}
	.container-content {
		margin: 0 auto;
		width:100%;
	}
	.container-fluid-oceneni .container-filter {
		width:370px;
		flex-direction:row;
		margin:0 auto;
	}
	.menu-side-navigation-container {
		margin: 30px auto;
	}
	#container-fluid .container-content-holder {
		width:100%;
		flex-direction:column;
		padding-left:30px;
	}
	.container-rows {
		margin: 0 auto;
		width:100%;
	}
	.container-box-holder .item-osobnost-box {
		width:30%;
	}
	.container-box-holder {
		padding:0px 30px;
	}
	.container-content .text-top {
		padding-left:30px;
	}
	.footer-content { 
	width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
	}
	.container-gallery-video {
		width:100%;
		padding-left:30px;
		padding-right:30px;
		justify-content:center;
		margin:0 auto;
	}
	.container-gallery-video span iframe {
		width: 600px;
	}
	.container-gallery-text {
		width:600px;
		margin:0 auto;
	}
	.container-gallery-photos {
		width:100%;
		padding:0 30px;
		margin:0 auto;
		max-width:100%;
	}
	#container-fluid .container-content-middle {
		padding-top:0px;
	}
	.header_arrow_bottom {
		display:none;
	}
	#header_background_main {
  	height: auto;
}
		.header_container_center {
		  height: auto;
		}
	.ipad-air {
		height:auto;
	}
	
}

@media screen and (max-width: 980px) {
	.youtube-online iframe {
		width:90%;
		margin: 0 auto;
	}
	.youtube-online {
		width:100%;
	}
	.header_content_holder_counter {
		width:90%;
	}
	 #container-cookie {
    display: none;
  }
	.ipad-screen, .ipad-screen-overlay { 
			height:auto;
	}
	.container_about_inner_image .picture_box {
		width:600px;
		height:600px;
	}
	.container_about_inner_content {
		width:600px;
		margin-bottom:60px;
	}
	.container_about_gallery {
		width:600px;
	}
	.container-arrows {
		bottom:-45%;
	}
	.container_about_inner {
		flex-direction:column-reverse !important;
		align-content:center;
	}
	.container-prev-next {
		width:600px;
	}
	.container_about_inner .close_box {
		top:0;
	}
	.ipad-air-archive {
		height:auto;
	}
	.container_description p {
		font-size:18px;
	}
}

@media only screen and (max-width: 900px) and (min-width: 800px)  {
	.ipad-screen, .ipad-screen-overlay { 
			height:auto;
	}
	.ipad-air-archive {
		height:auto;
	}
	.container-arrows {
		bottom:-300vh !important;
	}
	.footer-content .cl-md-4 p {
		font-size:11px !important;
	}
}


@media screen and (max-width: 660px) {

  #container-cookie {
    display: none;
  }

  #container-cookie .cookie-content {
    width: 100%;
    flex-direction: column;
    padding: 13px;
  }

  #container-cookie .cookie-content p {
    padding-bottom: 30px;
  }

  #container-cookie .cookie-content button {
    width: 50%;
  }
	.cookies_holder_container { 
	padding:0 35px;
	}
	.cookies_holder_container h1 { 
	font-size:24px;
	}

  #header_background_main,
  .header_container_center {
    height: auto;
  }

  #header_container_content {
    padding-top: 70px;
  }

  .header_logo_ksk {
    padding-bottom: 40px;
  }

  .header_logo_osobnosti_ksk {
    padding: 0 35px;
    padding-bottom: 30px;
  }

  .header_logo_osobnosti_ksk a img {
    width: 100%;
    height: auto;
  }

  .header_content_bottom {
    padding: 0 30px;
  }

  .header_content_holder_counter {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 3px;
	padding-top:30px;
  }

  .header_content_bottom p {
    font-size: 14px;
    padding-bottom: 40px;
	width:98%;
  }

  .countdown {
    flex-direction: row;
    flex-wrap: nowrap;
	width:90%;
	justify-content:center;
  }

	.youtube-online {
		width:90%;
		margin: 0 auto;
	} 

  .countdown .day .num,
  .countdown .hour .num,
  .countdown .min .num,
  .countdown .sec .num {
    font-size: 48px;
    font-weight: 600;
  }

  .countdown .num {
    padding: 8px 12px;
    border-radius: 5px;
  }

  .countdown .day,
  .countdown .hour,
  .countdown .min,
  .countdown .sec {
    padding: 0 6px;
  }

  .countdown .word {
    font-size: 16px !important;
  }
	.youtube-online iframe {
		width:100%;
      height: auto;
	}

  .header_arrow_bottom {
    bottom: -10vh;
    position: relative;
  }

  #container-fluid .container-content-middle {
    width: 100%;
  }

  .container-fluid-oceneni {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    padding: 0 30px;
	  padding-top:10px;
  }

  .container-filter-scroll {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
  }

  .scroll-inner::-webkit-scrollbar {
    height: 3px;
  }

  .scroll-inner::-webkit-scrollbar-track {
    background: #bababa;
  }

  .scroll-inner::-webkit-scrollbar-thumb {
    background-color: #bd9a3a;
    border-radius: 10px;
    border: 0px solid #ffffff;
  }

  .container-fluid-oceneni .container-filter {
    height: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 120vw;
  }

  .container-filter .select-year {
    font-size: 18px;
    width: auto;
    margin-right: 30px;
  }
  .container-gallery-video span {
    width: 100%;
  }
  .container-gallery-video iframe {
    width: 100% !important;
    height: auto;
  }
  .fancybox-is-open .fancybox-bg {
    opacity: .98 !important;
  }
  .fancybox-button {
    padding: 0 !important;
  }
  .fancybox-navigation .fancybox-button {
    width: 40px !important;
    height: auto !important;
    top: calc(70% - 35px) !important;
  }
  .fancybox-button--close {
    top: 30vh !important;
    right: 12vw !important;
  }
  .fancybox-image, .fancybox-spaceball {
    padding:35px !important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    margin-right: 20vw !important;
  }
  /*.fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 20vw !important;
  }*/
  .fancybox-navigation .fancybox-button div {
    padding: 0 !important;
  }
  .fancybox-button--close {
    width: 35px !important;
    height: 35px !important;
  }
  .container-content {
    width: 100%;
  }

  .container-box-holder {
    justify-content: space-between;
    grid-gap: 0px;
    grid-row-gap: 15px;
  }

  .container-box-holder .item-osobnost-box {
    width: 47%;
    height: auto;
  }

  .item-osobnost-box .osobnost-image {
    height: 140px;
  }

  .item-osobnost-box .osobnost-description .name {
    font-size: 10px;
    font-weight: 600;
  }

  .item-osobnost-box .osobnost-description .surename {
    font-size: 16px;
    line-height: normal;
  }

  .item-osobnost-box .osobnost-description {
    padding: 10px 15px;
  }

  #container-fluid .space {
    display: none;
  }

  #container-fluid .container-content-holder {
    width: 100%;
  }

  .container-rows {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
	
.container_description p {
		font-size:16px;
	}
	.container-box-holder {
		padding:0px;
	}
	.container-content .text-top {
		padding-left:0px;
	}
	.container-gallery-video {
		padding-left:0px;
		padding-right:0px;
	}
	.container-gallery-photos { 
	padding:0px;
	}

  .container-contact {
    padding: 50px 0;
  }

  .container-rows .cl-md-3 p {
    font-size: 16px;
  }

  .container-rows .cl-md-3 {
    padding-bottom: 15px;
  }

  .footer-content {
    width: 100%;
    padding: 30px 35px;
    flex-wrap: wrap;
  }

  .hide_footer {
    display: none;
  }

  .copyright-desktop {
    display: none;
  }

  .copyright {
    display: block;
    width: 100%;
	padding:30px 0px;
  }

  .footer-content .cl-md-4 p {
    font-size: 12px;
    text-align: center;
  }


  .header_background_main_responsive_hide {
    display: none;
  }

  .gallery-of-year {
    padding: 0 35px;
    padding-top: 40px;
  }

  .container-holder-gallery {
    width: 100%;
    align-items: flex-start;
  }

  .container-gallery-text,
  .container-gallery-video,
  .container-gallery-photos {
    width: 100%;
    max-width: 100%;
  }

  .container-gallery-video iframe {
    height: auto;
  }

  .container-gallery-photos {
    grid-template-columns: 100fr 100fr;
    padding-bottom: 40px;
  }

  #responsive-profil-about {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .responsive_overlay_background {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 20%, rgba(0, 0, 0, 0.65) 100%);
    width: 100vw;
    height: 80vh;
    position: absolute;
  }

  .responsive_box_logo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    z-index: 3;
    padding: 40px 0;
  }

  .responsive_box_logo img {
    width: 170px;
    height: auto;
  }

  .responsive_content_holder {
    width: 100%;
    height: auto;
    display: flex;
    z-index: 3;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 35px;
    position: relative;
  }

  .responsive_content_holder .close_box {
    position: absolute;
    right: 35px;
  }

  .responsive_about_profile {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }

  .responsive_about_profile .responsive_name_surename {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .responsive_about_profile .responsive_name_surename h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Switzer', sans-serif;
    color: #BD9A3A;
  }

  .responsive_about_profile .responsive_name_surename h3 {
    font-family: 'Abhaya Libre', serif;
    font-size: 32px;
    color: #BD9A3A;
  }

  .responsive_about_name {
    width: 100%;
    height: auto;
    display: flex;
    padding-bottom: 20px;
  }

  .responsive_about_name p {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
  }

  .responsive_profil_picture {
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .responsive_container_content {
    background-color: #000;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 35px;
    position: relative;
  }

  .responsive_year_box {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 35px;
  }

  .responsive_year_box span {
    color: #BD9A3A;
    padding: 10px 16px;
    border-radius: 5px;
    border: 1px solid #BD9A3A;
    font-family: 'Switzer';
    font-weight: 600;
    font-size: 14px;
  }

  .responsive_achievements_box {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: row;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .responsive_achievements_box .responsive_icon {
    margin-right: 20px;
  }

  .responsive_achievements_box .responsive_price p {
    color: #BD9A3A;
    font-family: 'Switzer';
    font-weight: 600;
    font-size: 14px;
    width: 80%;
  }

  .responsive_description {
    width: 100%;
    display: flex;
    padding-bottom: 40px;
  }
  .about_responsive_gallery {
    padding-top: 0;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    grid-template-columns:100fr;
  }

  .responsive_description p {
    width: 100%;
    color: #fff;
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  .responsive_pagination_names {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 80px;
    flex-direction: row-reverse;
  }

  .responsive_pagination_names .previous_box a,
  .responsive_pagination_names .next_box a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #BD9A3A;
    text-decoration: none;
  }

  .previous_box a span:nth-child(1) {
    font-size: 10px;
    font-weight: 600;
    font-family: 'Switzer';
  }

  .previous_box a span:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Abhaya Libre';
  }

  .next_box a span:nth-child(1) {
    font-size: 10px;
    font-weight: 600;
    font-family: 'Switzer';
    text-align: right;
  }

  .next_box a span:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Abhaya Libre';
    text-align: right;
  }
  .next-post-surname, .prev-post-surname {
    font-size: 18px !important;
  }
  
  .responsive_year_box a {
    margin-right: 30px;
  }

  #container-content-holder_cookies {
    width: 100%;
    max-width: 100%;
  }

  .cookies_holder_container p {
    text-align: left;
  }

}

@media screen and (max-width: 420px) {

  .countdown .day .num,
  .countdown .hour .num,
  .countdown .min .num,
  .countdown .sec .num {
    font-size: 38px;
  }
}