.rdeca {
  color: #ff6268;
}
.backRdeca {
  background: #ff6268;
  color: #fff;
}
.backRoza {
  background: #ffe0e1;
}
.svZelena {
  color: #b2e2e0;
}
.tZelena {
  color: #009f98;
}
html {
  -webkit-text-size-adjust: none;
  text-align: center;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.4;
  font-size: 100%;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  text-align: left;
  position: relative;
}
.poppins {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.roboto {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fSize14 {
  font-size: 14px;
}
.fSize15 {
  font-size: 15px;
}
.fSize21 {
  font-size: 21px;
}
.fSize24 {
  font-size: 24px;
}
.fSize36r {
  line-height: 1.1em;
  font-size: 18px;
}
@media (min-width: 576px) {
  .fSize36r {
    font-size: calc(5.2083333333vw - 12px);
  }
}
@media (min-width: 768px) {
  .fSize36r {
    font-size: calc(3.5714285714vw + 0.5714285714px);
  }
}
@media (min-width: 992px) {
  .fSize36r {
    font-size: 36px;
  }
}
.fSize36 {
  line-height: 1.1em;
  font-size: 22px;
}
@media (min-width: 576px) {
  .fSize36 {
    font-size: calc(1.0416666667vw + 16px);
  }
}
@media (min-width: 768px) {
  .fSize36 {
    font-size: calc(1.7857142857vw + 10.2857142857px);
  }
}
@media (min-width: 992px) {
  .fSize36 {
    font-size: 28px;
  }
}
.fSize48 {
  line-height: 1.1em;
  font-size: 27px;
}
@media (min-width: 576px) {
  .fSize48 {
    font-size: calc(3.125vw + 9px);
  }
}
@media (min-width: 768px) {
  .fSize48 {
    font-size: calc(6.6964285714vw - 18.4285714286px);
  }
}
@media (min-width: 992px) {
  .fSize48 {
    font-size: 48px;
  }
}
.fSize72 {
  font-size: 30px;
}
@media (min-width: 576px) {
  .fSize72 {
    font-size: calc(3.125vw + 12px);
  }
}
@media (min-width: 768px) {
  .fSize72 {
    font-size: calc(4.3859649123vw + 2.3157894737px);
  }
}
@media (min-width: 1224px) {
  .fSize72 {
    font-size: 56px;
  }
}
.fSize96 {
  font-size: 32px;
}
@media (min-width: 576px) {
  .fSize96 {
    font-size: calc(15.625vw - 58px);
  }
}
@media (min-width: 768px) {
  .fSize96 {
    font-size: calc(7.4561403509vw + 4.7368421053px);
  }
}
@media (min-width: 1224px) {
  .fSize96 {
    font-size: 96px;
  }
}
.bold {
  font-weight: 700;
}
.upper {
  text-transform: uppercase;
}
.letterSpacing01 {
  letter-spacing: 0.1em;
}
* {
  padding: 0;
  margin: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
button:focus {
  outline: 0;
}
img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  outline: 0;
}
ul,
ol {
  list-style-type: none;
}
p {
  margin-bottom: 1.2em;
}
.posRel {
  position: relative;
}
.skrit {
  display: none;
}
@media (max-width: 767px) {
  .mobilSkrit {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .desktopSkrit {
    display: none !important;
  }
}
.flLeft {
  float: left !important;
}
.flRight {
  float: right !important;
}
.center {
  margin: 0 auto !important;
}
.textLevo {
  text-align: left;
}
.textDesno {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.imgResponsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.overflow {
  overflow: hidden;
}
.coverBack {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main {
  margin-bottom: 100px;
}
.container,
section,
header {
  overflow: hidden;
  font-size: 17px;
}
.content {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .content {
    width: 970px;
  }
}
@media (min-width: 1224px) {
  .content {
    width: 1180px;
  }
}
@media (min-width: 1500px) {
  .content {
    width: 1480px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.v1,
.v2,
.v3,
.v4,
.v5,
.v6,
.v7,
.v8,
.v9,
.v10,
.v11,
.v12,
.v23 {
  position: relative;
  min-height: 1px;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .v2 {
    width: calc(100% / 2);
  }
  .v3 {
    width: calc(100% / 3);
  }
  .v4 {
    width: calc(100% / 4);
  }
  .v5 {
    width: calc(100% / 5);
  }
  .v6 {
    width: calc(100% / 6);
  }
  .v7 {
    width: calc(100% / 7);
  }
  .v8 {
    width: calc(100% / 8);
  }
  .v9 {
    width: calc(100% / 9);
  }
  .v10 {
    width: calc(100% / 10);
  }
  .v11 {
    width: calc(100% / 11);
  }
  .v12 {
    width: calc(100% / 12);
  }
  .v23 {
    width: calc(100% / 3 * 2);
  }
}
.tabela {
  display: block;
  font: 0px/0 a;
  position: relative;
  text-align: center;
  height: 100%;
}
.tabela::before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.celica {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  vertical-align: middle;
  float: none;
}
.centerCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertCenter {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px;
  box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .flex {
    display: flex;
  }
  .flexReverse {
    flex-direction: row-reverse;
  }
}
.formEleWrapp {
  margin: 30px 0;
}
button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  line-height: normal;
  background-color: #fff;
}
textarea:focus,
input:focus {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  padding: 10px;
  width: 100%;
}
.gumbiWrapp {
  text-align: right;
}
.gumbiWrapp button,
.gumbiWrapp a {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 0;
  outline: medium none;
  padding: 10px 25px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #000;
}
.maxW576 {
  max-width: 576px;
  margin: 0 auto;
}
.videoWrapp {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mTop50:before {
  content: "";
  display: block;
  height: 3vw;
  max-height: 50px;
  min-height: 25px;
}
.mBottom50:after {
  content: "";
  display: block;
  height: 3vw;
  max-height: 50px;
}
.mTop80:before {
  content: "";
  display: block;
  height: 4vw;
  max-height: 80px;
}
.mBottom80:after {
  content: "";
  display: block;
  height: 4vw;
  max-height: 80px;
}
.mTop100:before {
  content: "";
  display: block;
  height: 6vw;
  max-height: 100px;
}
.mBottom100:after {
  content: "";
  display: block;
  height: 6vw;
  max-height: 100px;
}
.close {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  opacity: 1;
  transition: opacity 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.close:hover {
  opacity: 0.3;
}
.close:before,
.close:after {
  position: absolute;
  left: 7px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-spinner div {
  transform-origin: 32px 32px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.vimeoImg {
  width: 100%;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
@media (min-width: 768px) {
  .grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .grid2 {
    grid-gap: 5rem;
  }
  .grid3 {
    grid-gap: 5rem;
  }
}
.rdLink,
.oWrapp a,
article .textWrapp a {
  position: relative;
}
.rdLink::after,
.oWrapp a::after,
article .textWrapp a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #000;
}
header {
  border-bottom: 1px solid #ccc;
}
header .burgerWrapp {
  float: left;
}
header > nav {
  letter-spacing: 0.1em;
  font-size: 15px;
}
header > .logoWrapp,
header > .jezik {
  flex: 0 1 150px;
}
header .logoWrapp {
  float: right;
  font-size: 20px;
  line-height: 22px;
  white-space: nowrap;
}
header nav ul li {
  display: block;
}
header nav ul a {
  padding: 10px 2vw;
}
header a {
  transition: color 120ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
header a:hover,
header a.aktiven {
  color: #ff6268;
}
header a span {
  background: linear-gradient(to bottom, #ff6268 0%, #ff6268 99%, transparent 99%, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 0;
  background-position: 0 70%;
  transition: background-size 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955),
    background-position 250ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header a:hover span,
header a.aktiven span {
  background-size: 100% 2px;
  background-position: 0 100%;
}
@media (max-width: 767px) {
  header {
    padding: 6px 0;
  }
  header .logoWrapp svg {
    width: 60px;
    height: 53px;
  }
  header .burgerWrapp {
    position: relative;
    top: 4px;
  }
  header nav {
    position: absolute;
    display: none;
    left: 0;
    top: 66px;
    width: 100%;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }
  header nav a {
    display: block;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 35px;
  }
  header .logoWrapp {
    font-size: 26px;
  }
  header .burgerWrapp,
  header .logoWrapp {
    float: none;
  }
  header > nav {
    flex: 0 0 auto;
    text-align: center;
  }
  header > nav ul {
    display: inline-flex;
  }
}
.hpHeader {
  background: url("../images/lgbt-2023-glava-background.jpg");
  overflow: hidden;
}
.hpHeader h1 {
  line-height: 0.9em;
  margin-bottom: 0.3em;
  margin-top: 0.1em;
}
section.hpProgram .urnikText {
  padding-top: 1em;
  padding-bottom: 1em;
}
section.hpProgram .datumUra {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #000;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}
section.hpProgram h2 {
  margin: 1em 0 0.5em;
}
section.hpProgram figure {
  margin: 2em 0;
}
section.hpProgram svg {
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.hpProgram a:hover svg {
  transform: translateX(30px);
}
@media (min-width: 992px) {
  section.hpProgram .datumUra {
    border-bottom: 6px solid #000;
  }
}
.hpNoviceWrapp .noviceGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.hpNoviceWrapp .noviceGrid > * {
  border-top: 3px solid #000;
  padding: 0.3rem 0 40px;
}
.hpNoviceWrapp .noviceGrid svg {
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hpNoviceWrapp .noviceGrid a:hover svg {
  transform: translateX(30px);
}
.hpNoviceWrapp .lokacija {
  border-top: 2px solid #000;
  padding: 0.5em 0 2.7em;
}
.hpNoviceWrapp .lokacijaPrazna {
  border-top: 2px solid #000;
  padding: 0 0 3em;
}
.hpNoviceWrapp h2 {
  margin: 1rem 0;
}
.hpNoviceWrapp figure {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hpNoviceWrapp .noviceGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hpNoviceWrapp .noviceGrid > *:first-child {
    grid-column: 1 / 3;
  }
}
@media (min-width: 992px) {
  .hpNoviceWrapp .noviceGrid {
    grid-gap: 5rem;
  }
  .hpNoviceWrapp .noviceGrid > * {
    border-top: 6px solid #000;
  }
}
.cineWrapp .cineSpace {
  border-top: 6px solid #000;
}
.cineWrapp .cineGrid {
  border-top: 2px solid #000;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
.cineWrapp .conPadding {
  padding-bottom: 30px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .cineWrapp .cineGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}
.aktualnoWrapp a {
  display: block;
  border-top: 6px solid #000;
  padding-top: 0.3rem;
}
.aktualnoWrapp a svg {
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.aktualnoWrapp a:hover svg {
  transform: translateX(30px);
}
.aktualnoWrapp h2 {
  margin: 1rem 0;
}
.aktualnoWrapp .lokacija {
  border-top: 2px solid #000;
  padding: 0.5em 0 1em;
}
@media (min-width: 768px) {
  .aktualnoWrapp .grid3 > * {
    grid-column: 2 / 4;
  }
}
.filtriWrapp .filterGumb {
  transition: color 120ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.filtriWrapp .filterGumb:hover {
  color: #ff6268;
}
.filtriWrapp nav {
  display: none;
}
.filtriWrapp nav > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  border-top: 2px solid #ffe0e1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.filtriWrapp nav > div a {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: color 120ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.filtriWrapp nav > div a .levo {
  position: absolute;
  left: -30px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.filtriWrapp nav > div a .close {
  transform: rotate(135deg);
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.filtriWrapp nav > div a .close:before,
.filtriWrapp nav > div a .close:after {
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.filtriWrapp nav > div a:hover,
.filtriWrapp nav > div a.aktiven {
  color: #ff6268;
}
.filtriWrapp nav > div a.aktiven .levo {
  opacity: 1;
  transform: translateX(0);
}
.filtriWrapp nav > div a.aktiven .close {
  transform: rotate(0deg);
}
.filtriWrapp nav > div a.aktiven .close:before,
.filtriWrapp nav > div a.aktiven .close:after {
  background: #ff6268;
}
.dneviWrapp ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-gap: 1rem;
  grid-auto-rows: 1fr;
}
.dneviWrapp ul li {
  text-align: center;
}
.dneviWrapp a {
  display: block;
  padding: 2px 12px;
  border: 3px solid #ff6268;
  transition: color 120ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.dneviWrapp a:hover {
  color: #ff6268;
}
section.urnikWrapp {
  transform: translateY(0);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
section.urnikWrapp.filterIn {
  transform: translateY(50px);
  opacity: 0.1;
}
section.urnikWrapp .danWrapp .datumi {
  background: #ff6268;
  color: #fff;
}
section.urnikWrapp .danWrapp .conPadding:not(.datumi) {
  border-bottom: 3px solid #ffe0e1;
  padding-bottom: 30px;
  padding-top: 20px;
}
section.urnikWrapp .danWrapp .conPadding:last-child {
  border-bottom: none;
}
section.urnikWrapp .danWrapp .danDatum {
  padding-bottom: 5px;
  padding-top: 5px;
}
section.urnikWrapp .danWrapp > *:not(.filmContent) {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  grid-auto-rows: 1fr;
}
section.urnikWrapp .danWrapp > a {
  transition: background 120ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
section.urnikWrapp .danWrapp > a:hover:not(.spremljevalni-program),
section.urnikWrapp .danWrapp > a.aktiven:not(.spremljevalni-program) {
  background: #ffe0e1;
}
section.urnikWrapp .danWrapp > .spremljevalni-program,
section.urnikWrapp .danWrapp .spremljevalni {
  background: #d7f0ef;
  border-bottom: none !important;
  transition: background 120ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
section.urnikWrapp .danWrapp > a.spremljevalni-program:hover,
section.urnikWrapp .danWrapp .spremljevalni:hover,
section.urnikWrapp .danWrapp a.aktiven.spremljevalni-program,
section.urnikWrapp .danWrapp .spremljevalni.aktiven {
  background: #b2e2e0;
}
section.urnikWrapp .danWrapp:last-child .conPadding:not(.spremljevalni-program):last-child {
  border-bottom: 3px solid #ffe0e1;
}
section.urnikWrapp .uraLokacijaWrapp {
  display: grid;
  grid-template-columns: 60px auto;
  grid-gap: 1rem;
}
section.urnikWrapp .filmContent {
  background: #ffe0e1;
}
section.urnikWrapp .filmContent .filmGrid {
  opacity: 0;
  transition: opacity 350ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
section.urnikWrapp .filmContent .filmGrid .cineProg a svg {
  max-width: 350px;
  transition: all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
section.urnikWrapp .filmContent .filmGrid .cineProg a:hover svg {
  fill: #ff6268;
}
section.urnikWrapp .filmContent .filmGrid .cineProg p {
  margin-left: 14%;
}
section.urnikWrapp .filmContent .videoWrapp {
  opacity: 0;
  transition: opacity 350ms 600ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
section.urnikWrapp .filmContent .filmGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
section.urnikWrapp .filmContent .videoWrapper {
  margin-top: 20px;
}
section.urnikWrapp .filmContent.aktiven .filmGrid,
section.urnikWrapp .filmContent.aktiven .videoWrapp {
  opacity: 1;
}
@media (min-width: 768px) {
  section.urnikWrapp .danWrapp > * {
    padding: 0 3vw;
  }
  section.urnikWrapp .danWrapp > *:not(.filmContent) {
    grid-template-columns: repeat(3, 1fr);
  }
  section.urnikWrapp .filmContent .filmGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
article .novicaHeader {
  border-bottom: 6px solid #000;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
article .novicaHeader a:not(.adminGumb) {
  padding: 4rem 0;
  display: inline-block;
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
article .program {
  margin-bottom: 1rem;
}
article h1 {
  line-height: 1em;
}
article .novicaFotoText .fotoWrapp figure {
  margin-bottom: 3rem;
}
article .novicaFotoText .fotoWrapp figure:last-child {
  margin-bottom: 0;
}
article .galerijaWrapp {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  article .naslovWrapp > div {
    grid-column: 2 / 4;
  }
  article .novicaHeader a:not(.adminGumb):hover {
    transform: translateX(-30px);
    padding-right: 30px;
  }
  article .novicaFotoText .textWrapp {
    grid-column: 2 / 4;
  }
  article .galerijaWrapp {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.vsebineGalerijaGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  margin-bottom: 1rem;
}
.vsebineGalerijaGrid figure {
  margin-bottom: 0;
}
.oWrapp .grid3.dve > * .row,
.oWrapp .grid3.stiri > * .row {
  border-bottom: 1px solid #000;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}
.oWrapp .grid3.dve > * .row .v2:first-child img,
.oWrapp .grid3.stiri > * .row .v2:first-child img {
  max-width: 200px;
}
.oWrapp .grid3.tri > * {
  border-top: 5px solid #000;
  padding-top: 1rem;
}
.oWrapp .grid3.stiri > * {
  padding-top: 1rem;
  border-top: 1px solid #000;
}
.oWrapp .logoti {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) {
  .oWrapp .logoti div {
    flex: 0 1 calc(100% / 4);
    min-width: 140px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .oWrapp .grid3.dve > *,
  .oWrapp .grid3.stiri > * {
    grid-column: 2 / 4;
  }
  .oWrapp .logoti div {
    flex: 0 1 18%;
  }
}
@media (min-width: 992px) {
  .oWrapp .logoti div {
    flex: 0 1 10%;
  }
}
@media (min-width: 1224px) {
  .oWrapp .logoti div {
    flex: 0 1 7%;
  }
}
@media (max-width: 767px) {
  .oWrapp .grid3.dve .fSize24 {
    font-size: 20px;
  }
}
footer .content .grid3 {
  border-top: 3px solid #000;
  padding: 3rem 0 2rem;
}
footer .content .grid3 div:nth-child(1) img {
  max-width: 190px;
}
footer .content .grid3 div:nth-child(2) img {
  max-width: 150px;
}
footer .content .grid2 a {
  transition: color 120ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
footer .content .grid2 a:hover {
  color: #ff6268;
}
@media (max-width: 767px) {
  footer .content {
    text-align: center;
  }
  footer .grid3,
  footer .grid2 {
    grid-gap: 2rem;
  }
  footer img {
    margin: 0 auto;
  }
}
@-webkit-keyframes tn {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes tn {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.tnWrapp .tn {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #fccb4e;
  background: #ff6268;
  padding: 20px;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .tnWrapp .tn {
    font-size: calc(2.0833333333vw + 8px);
  }
}
@media (min-width: 768px) {
  .tnWrapp .tn {
    font-size: calc(3.9473684211vw - 6.3157894737px);
  }
}
@media (min-width: 1224px) {
  .tnWrapp .tn {
    font-size: 42px;
  }
}
.tnWrapp .tn > span {
  -webkit-animation: tn 10s linear infinite;
  animation: tn 10s linear infinite;
  display: inline-block;
}
.tnWrapp span span {
  color: #000;
  margin: 0 20px;
  display: inline-block;
}
.hpDatum {
  position: absolute;
  font-weight: 700;
  left: 62%;
  top: 97%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.prenesiPrija {
  position: absolute;
  bottom: -45px;
  right: 13%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 15px 50px;
  display: flex;
  align-items: center;
}
.prenesiPrija svg {
  transform: translateX(20px);
  transition: all 350ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.prenesiPrija:hover svg {
  transform: translateX(45px);
}
@media (min-width: 768px) {
  .prenesiPrija {
    padding: 30px 80px;
    bottom: -70px;
  }
}
