.nodisplay {
  display: none;
}

.alert i {
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.alert span {
  display: inline-block;
  vertical-align: middle;
}

.margin-bottom {
  margin-bottom: 20px;
}

.vmiddle {
  vertical-align: middle;
}

.inline {
  display: inline-block;
}

header .logo {
  padding: 30px 0;
}
header .logo img {
  width: 500px;
}
header .top_menu {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 90px;
}
header .top_title {
  top: 48px;
  width: 100%;
  margin-bottom: 30px;
  background-color: #f05542;
  background-image: linear-gradient(to right, #a2daf8, #f18b6c, #fece4f, #f9f962, #aece6c, #f4abcc, #fbc58b);
}
@media (max-width: 1199px) {
  header .top_title {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  header .top_title {
    margin-bottom: 0;
  }
}
header .top_title .nazov {
  text-shadow: none;
  font-weight: bold;
  font-size: 140px;
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-family: "Baloo Bhai", cursive;
  line-height: 140px;
  padding-top: 35px;
  text-shadow: 0px 0px 3px black;
}
@media (max-width: 1199px) {
  header .top_title .nazov {
    padding-top: 0;
    font-size: 85px;
    line-height: 125px;
  }
}
@media (max-width: 991px) {
  header .top_title .nazov {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  header .top_title .nazov {
    font-size: 45px;
    line-height: 70px;
  }
}
header .top_title .podnazov {
  font-family: "Pacifico", cursive;
  font-size: 65px;
  text-shadow: 0px 0px 3px black;
  color: white;
  line-height: 140px;
  margin-top: -65px;
}
@media (max-width: 1199px) {
  header .top_title .podnazov {
    margin-top: -20px;
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  header .top_title .podnazov {
    font-size: 45px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  header .top_title .podnazov {
    font-size: 35px;
    line-height: 47px;
  }
}
header .top_title .sova {
  position: absolute;
  width: 230px;
  left: 42%;
  top: 8%;
}
header .sovy_holder {
  position: relative;
  height: 400px;
}

.navbar-collapse {
  padding: 0;
}

.navbar-default {
  border: 0;
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
}
@media (min-width: 767px) {
  .navbar-default {
    display: table !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
  }
}
.navbar-default ul.nav {
  margin: 0 auto;
}
.navbar-default ul.nav li.uvod > a {
  color: #f18b6c;
}
.navbar-default ul.nav li.uvod > a:hover {
  color: #f18b6c;
}
.navbar-default ul.nav li.oznamy > a {
  color: #fb9e5a;
}
.navbar-default ul.nav li.oznamy > a:hover {
  color: #fb9e5a;
}
.navbar-default ul.nav li.akcie_ms > a {
  color: #fece4f;
}
.navbar-default ul.nav li.akcie_ms > a:hover {
  color: #fece4f;
}
.navbar-default ul.nav li.zverejnovanie > a {
  color: #f9f962;
}
.navbar-default ul.nav li.zverejnovanie > a:hover {
  color: #f9f962;
}
.navbar-default ul.nav li.dokumenty > a {
  color: #aece6c;
}
.navbar-default ul.nav li.dokumenty > a:hover {
  color: #aece6c;
}
.navbar-default ul.nav li.kontakt > a {
  color: #f4abcc;
}
.navbar-default ul.nav li.kontakt > a:hover {
  color: #f4abcc;
}
.navbar-default ul.nav li > a {
  padding: 15px 15px;
  font-weight: bold;
  font-size: 25px;
  color: #454445;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Baloo Bhai", cursive;
  -webkit-transition: color 0.5s, text-shadow 0.5s;
  transition: color 0.5s, text-shadow 0.5s;
}
.navbar-default ul.nav li.active.uvod > a {
  color: #f18b6c;
}
.navbar-default ul.nav li.active.uvod > a:hover {
  color: #f18b6c;
}
.navbar-default ul.nav li.active.oznamy > a {
  color: #fb9e5a;
}
.navbar-default ul.nav li.active.oznamy > a:hover {
  color: #fb9e5a;
}
.navbar-default ul.nav li.active.akcie_ms > a {
  color: #fece4f;
}
.navbar-default ul.nav li.active.akcie_ms > a:hover {
  color: #fece4f;
}
.navbar-default ul.nav li.active.zverejnovanie > a {
  color: #f9f962;
}
.navbar-default ul.nav li.active.zverejnovanie > a:hover {
  color: #f9f962;
}
.navbar-default ul.nav li.active.dokumenty > a {
  color: #aece6c;
}
.navbar-default ul.nav li.active.dokumenty > a:hover {
  color: #aece6c;
}
.navbar-default ul.nav li.active.kontakt > a {
  color: #f4abcc;
}
.navbar-default ul.nav li.active.kontakt > a:hover {
  color: #f4abcc;
}
.navbar-default ul.nav li.active a {
  background-color: transparent;
  transform: rotate(-6deg);
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li.active a {
    transform: none;
  }
}

.navbar-toggle {
  background-color: #f05542;
  margin-top: 30px;
  margin-right: -44px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
    margin-top: 15px;
    display: inline-block;
  }
}
.navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
}

@media (max-width: 767px) {
  .navbar-collapse {
    border: none;
  }

  .navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    border-color: white !important;
  }

  .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
  }
}
.btn {
  font-family: "Baloo Bhai", cursive;
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
}

.btn-dark {
  color: white;
  background-color: #f05542;
  border-color: #f05542;
}
.btn-dark:focus, .btn-dark.focus {
  color: white;
  background-color: #ec2b13;
  border-color: #a51e0d;
}
.btn-dark:hover {
  color: white;
  background-color: #ec2b13;
  border-color: #e32912;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: white;
  background-color: #ec2b13;
  border-color: #e32912;
}
.btn-dark:active:hover, .btn-dark:active:focus, .btn-dark:active.focus, .btn-dark.active:hover, .btn-dark.active:focus, .btn-dark.active.focus, .open > .btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.focus {
  color: white;
  background-color: #cb2510;
  border-color: #a51e0d;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  background-image: none;
}
.btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled.focus, .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled].focus, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark.focus {
  background-color: #f05542;
  border-color: #f05542;
}
.btn-dark .badge {
  color: #f05542;
  background-color: white;
}

.btn-secondary {
  color: white;
  background-color: #e3e3e4;
  border-color: #e3e3e4;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #c9c9cb;
  border-color: #a2a2a5;
}
.btn-secondary:hover {
  color: white;
  background-color: #c9c9cb;
  border-color: #c4c4c6;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #c9c9cb;
  border-color: #c4c4c6;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: white;
  background-color: #b7b7b9;
  border-color: #a2a2a5;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary.focus {
  background-color: #e3e3e4;
  border-color: #e3e3e4;
}
.btn-secondary .badge {
  color: #e3e3e4;
  background-color: white;
}

.banner {
  position: relative;
}
.banner .banner-strip-layout {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 45%;
  height: 50px;
}
.banner .banner-strip-layout .banner-strip {
  width: calc(100% - 15px);
  height: inherit;
  background-color: white;
  float: right;
}
.banner .banner-strip-layout .banner-arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 15px solid white;
  z-index: 2;
}
.banner .carousel-indicators li {
  border-radius: 0;
  border-color: rgba(255, 255, 255, 0.75);
}
.banner .carousel-indicators li.active {
  border-color: white;
  margin: 1px;
  width: 10px;
  height: 10px;
  background: #f05542;
}
.banner .carousel-inner .item .autor {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: white;
}
.banner .carousel-inner > .item > img {
  margin: 0 auto;
}

.carousel-control .fa {
  position: absolute;
  top: 40%;
}
.carousel-control .fa-angle-left {
  left: 50px;
}
.carousel-control .fa-angle-left {
  right: 50px;
}

@media (max-width: 767px) {
  .banner .banner-strip-layout {
    height: 30px;
  }
  .banner .banner-strip-layout .banner-arrow {
    border-top: 30px solid transparent;
  }
  .banner .banner-strip-layout .banner-strip {
    width: calc(100% - 14.5px);
  }
  .banner .carousel-inner .item .autor {
    position: absolute;
    bottom: 6px;
    right: 10px;
    color: white;
  }

  .carousel-control .fa {
    position: absolute;
    top: 30%;
    font-size: 40px;
  }
  .carousel-control .fa-angle-left {
    left: 20px;
  }
  .carousel-control .fa-angle-left {
    right: 20px;
  }
}
.sova {
  position: absolute;
  width: 252px;
  left: 43%;
  bottom: 0;
}
@media (max-width: 1600px) {
  .sova {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .sova {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .sova {
    width: 115px;
  }
}
@media (max-width: 767px) {
  .sova {
    width: 75px;
  }
}

.sovicka {
  position: absolute;
  bottom: 0;
}
@media (max-width: 1600px) {
  .sovicka {
    width: 115px;
  }
}
@media (max-width: 1199px) {
  .sovicka {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .sovicka {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .sovicka {
    width: 50px;
  }
}

#sovicka1 {
  left: 35%;
}

#sovicka2 {
  left: 57%;
}

#sovicka3 {
  left: 27%;
}

#sovicka4 {
  left: 65%;
}

#sovicka5 {
  left: 19%;
}

#sovicka6 {
  left: 73%;
}

h1, .h1 {
  padding: 0.25em 0;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  color: #f05542;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 43px;
  }
}

h2, .h2 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #f05542;
}
h2 a, .h2 a {
  color: #f05542;
}
h2 a:hover, .h2 a:hover {
  color: #ec2b13;
}

h3 {
  margin: 0;
  color: #f05542;
}
h3 a {
  color: #f05542;
}
h3 a:hover {
  color: #ec2b13;
}

.lightgallery {
  margin-top: 45px;
}
.lightgallery .gallery_item {
  margin-bottom: 30px;
  cursor: pointer;
}
.lightgallery .gallery_item img {
  border-radius: 20px;
}

.clanok_vypis .clanok {
  margin-top: 20px;
}
.clanok_vypis .clanok h3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 3px;
}
.clanok_vypis .clanok h2 {
  color: white;
  background-color: #f05542;
  border-radius: 12px;
  padding: 5px;
  font-size: 20px;
}
.clanok_vypis .clanok.oznamy h2 {
  text-align: center;
  font-size: 30px;
}
.clanok_vypis img {
  border-radius: 20px;
}

.aktivity {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aktivity .aktivita {
  position: relative;
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 20px;
  padding-bottom: 35px;
  width: 48%;
}
@media (max-width: 991px) {
  .aktivity .aktivita {
    width: 100%;
  }
}
.aktivity .aktivita .rocne_obdobie_img {
  position: absolute;
  top: -9px;
  right: 0;
  height: 70px;
}
.aktivity .aktivita ul {
  list-style: square;
}
.aktivity .aktivita.jar {
  background-color: rgba(250, 219, 235, 0.3);
}
.aktivity .aktivita.jar .panel_bg {
  background-color: #ed799f21;
}
.aktivity .aktivita.leto {
  background-color: rgba(206, 250, 216, 0.3);
}
.aktivity .aktivita.leto .panel_bg {
  background-color: #c4f4caa8;
}
.aktivity .aktivita.jesen {
  background-color: rgba(252, 212, 130, 0.17);
}
.aktivity .aktivita.jesen .panel_bg {
  background-color: #f8923a21;
}
.aktivity .aktivita.zima {
  background-color: rgba(207, 243, 239, 0.25);
}
.aktivity .aktivita.zima .panel_bg {
  background-color: #c4e9f4a8;
}
.aktivity .aktivita .row {
  margin-left: -5px;
  margin-right: -5px;
}
.aktivity .aktivita .lightgallery {
  margin-top: 5px;
}
.aktivity .aktivita .lightgallery .col-sm-4 {
  padding-left: 5px;
  padding-right: 5px;
}
.aktivity .aktivita .lightgallery .gallery_item {
  margin-bottom: 5px;
}
.aktivity .panel-default {
  border-radius: 15px;
  margin-bottom: 10px;
  border: none;
  background-color: #c3c2c136;
}
.aktivity .panel-default .panel-heading {
  padding: 5px 10px;
  border-radius: 15px;
  background-color: transparent;
}
.aktivity .panel-default.neaktivny h5 {
  color: #a6a6a6;
}

.projekty {
  margin-top: 60px;
  background-color: transparent;
}

.skolsky_rok_vypis {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.skolsky_rok_vypis a {
  margin-right: 10px;
  font-family: "Baloo Bhai", cursive;
  padding: 3px 3px 0 3px;
  color: #b9b8b8;
}
.skolsky_rok_vypis a:hover, .skolsky_rok_vypis a:focus {
  color: #454445;
}
.skolsky_rok_vypis a.aktivny {
  color: #f05542;
}

ul.subory_vypis {
  list-style: none;
  padding: 0;
}
ul.subory_vypis li a {
  display: inline-block;
  padding: 0 0 0 25px;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 20px;
}
ul.subory_vypis li a.doc {
  background-image: url("../images/icon/doc.png");
}
ul.subory_vypis li a.eml {
  background-image: url("../images/icon/eml.png");
}
ul.subory_vypis li a.eps {
  background-image: url("../images/icon/eps.png");
}
ul.subory_vypis li a.htm {
  background-image: url("../images/icon/htm.png");
}
ul.subory_vypis li a.jpeg {
  background-image: url("../images/icon/jpeg.png");
}
ul.subory_vypis li a.jpg {
  background-image: url("../images/icon/jpg.png");
}
ul.subory_vypis li a.msg {
  background-image: url("../images/icon/msg.png");
}
ul.subory_vypis li a.pdf {
  background-image: url("../images/icon/pdf.png");
}
ul.subory_vypis li a.png {
  background-image: url("../images/icon/png.png");
}
ul.subory_vypis li a.pst {
  background-image: url("../images/icon/pst.png");
}
ul.subory_vypis li a.rar {
  background-image: url("../images/icon/rar.png");
}
ul.subory_vypis li a.tif {
  background-image: url("../images/icon/tif.png");
}
ul.subory_vypis li a.xls {
  background-image: url("../images/icon/xls.png");
}
ul.subory_vypis li a.zip {
  background-image: url("../images/icon/zip.png");
}

footer {
  position: relative;
  margin-top: 30px;
}
footer .map-strip-layout {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 28%;
  height: 50px;
}
footer .map-strip-layout .map-strip {
  width: calc(100% - 15px);
  height: inherit;
  background-color: #E1E1E1;
}
footer .map-strip-layout .map-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 15px solid #E1E1E1;
}
footer .footer-contact {
  padding-bottom: 30px;
  font-weight: bold;
}
footer .footer-contact a {
  font-weight: bold;
  color: white;
}
footer .created {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  color: #fab972;
}
footer .created a {
  color: #fbc58b;
}

@media (max-width: 767px) {
  footer .map-strip-layout {
    height: 30px;
  }
  footer .map-strip-layout .map-arrow {
    border-bottom: 30px solid transparent;
  }
}
div.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.25em;
  padding-bottom: 1rem;
  background: #eeeeee;
  border-top: 1px solid #cccccc;
  text-align: center;
  color: black;
  z-index: 100;
  line-height: 2rem;
}
div.cookies h2 {
  margin: 1rem 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  div.cookies h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
div.cookies .cookies_text {
  text-align: left;
}
@media screen and (max-width: 767px) {
  div.cookies p {
    font-size: 13px;
    line-height: normal;
  }
}
div.cookies .viac_info {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  div.cookies .viac_info {
    margin-top: 0.5rem;
  }
}
div.cookies .viac_info a i {
  font-size: 8px;
}
div.cookies .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  div.cookies .buttons {
    display: block;
    text-align: center;
  }
}
div.cookies .buttons .btn {
  margin-right: 1rem;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  div.cookies .buttons .btn {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 1rem;
    width: 100%;
  }
}

#cookiesModal {
  color: black;
}
#cookiesModal h2 {
  margin-top: 0;
}
#cookiesModal .modal-header {
  background-color: #f05542;
  padding: 10px 15px;
}
#cookiesModal .modal-header h4 {
  color: white;
  font-weight: 600;
  font-size: 18px;
}
#cookiesModal .nav-tabs {
  margin-bottom: 0.5rem;
}
#cookiesModal .nav-tabs li.active a {
  background-color: white;
  color: gray;
}
#cookiesModal .btn {
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  #cookiesModal .btn {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 1rem;
    width: 100%;
  }
}
#cookiesModal p {
  line-height: 1.6rem;
  font-size: 1.1rem;
  margin-top: 3px;
}

/* ************************************************* HTML */
html, body {
  background-color: #5e2504;
  background-image: url("../images/sova_png.png");
}
@media print {
  html a[href]:after, body a[href]:after {
    content: none !important;
  }
}
html a:hover, html a:focus, body a:hover, body a:focus {
  text-decoration: none;
}
html p, body p {
  font-size: 19px;
  line-height: 25px;
  color: #454445;
}
html p:last-child, body p:last-child {
  margin: 0;
}
html .datum, body .datum {
  text-align: center;
  margin-bottom: 10px;
  color: #f05542;
  background-color: white;
  display: inline;
  padding: 2px 5px;
  border-radius: 10px;
  font-family: "Baloo Bhai", cursive;
  box-shadow: 0px 1px 2px gainsboro;
}

ul li {
  font-size: 19px;
}

.scrollToTop {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #000000;
  position: fixed;
  bottom: 40px;
  right: 40px;
  display: none;
  z-index: 1200;
  opacity: 0.4;
}
.scrollToTop i {
  color: white;
  font-size: 62px;
  margin: auto;
}
.scrollToTop:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .scrollToTop {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .scrollToTop i {
    font-size: 43px;
  }
}
.subory a {
  color: #454445;
}
.subory a:hover {
  color: #ec2b13;
}

.nazov {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -18px;
}
.nazov img {
  margin-right: 15px;
}
.nazov h1 {
  padding-bottom: 0;
  margin-bottom: 15px;
}

blockquote {
  border-left: none;
  font-family: "Pacifico", cursive;
  background-image: url("../images/silueta.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 20px;
  margin: 60px 0;
}
blockquote p {
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}
blockquote footer {
  text-align: right;
  font-size: 21px;
  color: #454445;
}
blockquote footer:before {
  content: "";
}

hr {
  margin: 15px 0;
}

.bg_container {
  border-radius: 90px;
  padding: 70px;
  background-color: white;
  background-image: linear-gradient(to right, rgba(162, 218, 248, 0.13), rgba(241, 139, 108, 0.13), rgba(254, 206, 79, 0.13), rgba(249, 249, 98, 0.13), rgba(174, 206, 108, 0.13), rgba(244, 171, 204, 0.13), rgba(251, 197, 139, 0.13));
  padding-top: 0;
}
.bg_container img.sova_h1 {
  height: 130px;
  margin-right: -17px;
  margin-top: -100px;
  z-index: 2;
}

.oou a {
  text-align: center;
  font-size: 17px;
  font-family: "Baloo Bhai", cursive;
  color: #fbc58b;
}
.oou a:hover {
  color: #fab972;
}

.lg-on .lg-backdrop {
  background-color: rgba(0, 0, 0, 0.93);
}

/*# sourceMappingURL=screen.css.map */
