<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;900&amp;display=swap");
@import url(c:\xampp\htdocs\radovegaraze\asset\css\modules\home.css);
@import url(c:\xampp\htdocs\radovegaraze\asset\css\default_javascript.css);
@CHARSET 'UTF-8' {}.translate-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: .85em 1em;
  margin: 1rem 0 1rem;
  font-size: .9rem;
  background-color: #ed6c08;
  color: #fefefe;
  text-transform: uppercase;
}

.translate-button:hover {
  background-color: #c95c07;
  color: #fefefe;
}

/* BASIC */
html, body, h1, h2, h3, h4, h5, h6, a, p, span, input, textarea, select, option, div {
  font-family: "Poppins", sans-serif;
}

a, button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover, a:active, a:focus, button:hover, button:active, button:focus {
  text-decoration: none;
}

.border {
  border: 1px solid #ebebeb;
}

.nopad {
  padding: 0;
  margin: 0;
}

.simpleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.simpleflex-item {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.img-center {
  margin: 0 auto;
  display: block;
}

.text-r {
  width: 100%;
  text-align: right;
}

input.form-control:focus, textarea.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: orange;
}

form .error {
  display: block;
  font-weight: 700;
  color: red;
  font-size: 15px;
}

.nice_checkbox {
  position: relative;
}

.nice_checkbox label:not(.error) {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  color: brown;
  margin: 0 0 0 30px;
}

.nice_checkbox label:not(.error):before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #cccccc;
  left: -30px;
  top: 2px;
}

.nice_checkbox input {
  position: absolute;
  z-index: -1;
  left: 3px;
  top: 4px;
  width: 14px;
  visibility: hidden;
}

.nice_checkbox input:checked ~ label:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: orange;
  left: -26px;
  top: 6px;
}

.std_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 60px;
  padding: 0 20px;
  text-align: center;
  height: 50px;
  cursor: pointer;
  background-color: orange;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.std_btn:hover {
  background-color: #e69500;
  color: #ffffff;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

.br:after {
  content: '\A';
  white-space: pre;
}

body &gt; header,
body &gt; main,
body &gt; footer {
  overflow: inherit;
}

#topline {
  background-color: #000000;
  color: yellow;
}

#topline a {
  color: #cdcdcd;
}

#topline a:hover {
  color: #ffffff;
}

#topline ul#lang {
  display: inline-block;
  font-size: 0.8rem;
}

a {
  color: #799943;
}

a:hover {
  color: #799943;
  text-decoration: underline;
}

header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 3px;
  background-color: #799943;
  width: 100%;
}

.navbar {
  z-index: 100;
  margin-top: 3px;
  height: 135px;
  padding: 0;
}

.navbar .navbar-brand {
  padding-left: 25px;
}

.navbar .navbar-brand img {
  min-width: 162px;
  min-height: 65px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar .navbar-brand img:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.navbar .fb-icon {
  min-width: 32px;
  min-height: 32px;
  margin: 0 30px;
}

@media only screen and (max-width: 991px) {
  .navbar .fb-icon {
    margin: 0 15px;
  }
}

.navbar .zavolajte, .navbar .napiste {
  margin: 0 15px;
  min-width: 140px;
}

.navbar .zavolajte span, .navbar .napiste span {
  color: #3b454b;
  font-size: 0.85rem;
  line-height: 1rem;
}

.navbar .zavolajte a, .navbar .napiste a {
  color: #799943;
  font-size: 0.95rem;
  font-weight: 700;
}

.navbar .zavolajte a:hover, .navbar .napiste a:hover {
  color: #3b454b;
}

.navbar .napiste {
  min-width: 190px;
}

.navbar a.DL-box, .navbar a.ML-box {
  display: block;
  background-color: #799943;
  font-size: 0.85rem;
  min-width: 135px;
  height: 100%;
  color: #fff;
}

.navbar a.DL-box:hover, .navbar a.ML-box:hover {
  opacity: 0.85;
}

.navbar a.ML-box {
  background-color: #3b454b;
}

.navbar .navbar-toggler {
  margin-right: 25px;
}

.navbar #navbar {
  padding: 10px 5px;
  margin: 0 15px;
}

@media only screen and (max-width: 991px) {
  .navbar #navbar {
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 90px;
    right: 0px;
  }
}

.navbar #navbar ul.nav {
  list-style: none;
  font-size: 0.85rem;
  line-height: 2rem;
}

.navbar #navbar ul.nav li {
  position: relative;
  white-space: nowrap;
  margin: 0 15px;
}

@media only screen and (max-width: 991px) {
  .navbar #navbar ul.nav li {
    margin: 0 5px 0 10px;
  }
}

.navbar #navbar ul.nav li.active {
  font-weight: 700;
}

.navbar #navbar ul.nav li a {
  color: #3b454b;
  text-align: center;
}

.navbar #navbar ul.nav li a:hover {
  text-decoration: underline;
}

.navbar #navbar ul.nav li:hover &gt; ul {
  display: block;
  position: absolute;
  left: 0;
  background-color: #555;
}

.navbar #navbar ul.nav li:hover &gt; ul &gt; li {
  white-space: nowrap;
}

.btn, .btn-back {
  width: 256px;
  height: 80px;
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  background-color: #799943;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 30px;
}

.btn .arrow, .btn .arrow-back, .btn-back .arrow, .btn-back .arrow-back {
  background-color: #fff;
  -webkit-mask: url(../images/svg/arrow_button_steelblue.svg) no-repeat center;
  -webkit-mask-mask: url(../images/svg/arrow_button_steelblue.svg) no-repeat center;
  width: 22px;
  height: 22px;
}

.btn .arrow-back, .btn-back .arrow-back {
  -webkit-mask: url(../images/svg/arrow_back.svg) no-repeat center;
  -webkit-mask-mask: url(../images/svg/arrow_back.svg) no-repeat center;
}

.btn:hover, .btn-back:hover {
  background-color: #3b454b;
}

.btn-back {
  width: 156px;
  height: 80px;
}

.btn2 {
  width: 256px;
  height: 80px;
  color: #3b454b !important;
  font-weight: 700;
  font-size: 1rem;
  background-color: none;
  border-radius: 50px;
  border: 2px solid #799943;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 30px;
}

.btn2 .arrow {
  background-color: #3b454b;
  -webkit-mask: url(../images/svg/arrow_button_steelblue.svg) no-repeat center;
  -webkit-mask-mask: url(../images/svg/arrow_button_steelblue.svg) no-repeat center;
  width: 22px;
  height: 22px;
}

.btn2:hover {
  background-color: #3b454b;
  color: #fff !important;
}

.btn2:hover .arrow {
  background-color: #fff;
}

.btn3 {
  width: 136px;
  height: 65px;
  text-align: center;
  color: #7e8990 !important;
  font-weight: 700;
  line-height: 1.4rem;
  font-size: 1rem;
  background-color: none;
  border-radius: 50px;
  border: 2px solid #3b454b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 30px;
  margin: 10px;
  cursor: pointer;
}

.btn3:hover {
  background-color: #3b454b;
  color: #fff !important;
}

.selected-typ-garaze {
  background-color: #3b454b;
  color: #fff !important;
}

#mainSlider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

#mainSlider .slide-background {
  max-height: 613px;
  min-height: 330px;
  width: 100%;
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  #mainSlider .slide-background {
    min-height: 350px;
    max-height: 350px;
  }
}

#mainSlider .slide-background picture img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#mainSlider .slide-content {
  position: absolute;
  top: 0px;
  left: 10vw;
  width: 80vw;
  height: 100%;
}

#mainSlider .slide-content .slide-text {
  max-width: 500px;
}

#mainSlider .slide-content .slide-text .slide-title {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 900;
  color: #3b454b;
}

#mainSlider .slide-content .slide-description {
  font-size: 1rem;
  font-weight: 400;
  color: #7e8990;
}

.garaze-container {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.garaze-container::-webkit-scrollbar {
  display: none;
}

.garaze-container .garaze-svg.lok1 {
  height: 150px;
  width: 1110px;
}

.garaze-container .garaze-svg.lok2 {
  height: 550px;
  width: 1110px;
}

.garaze-container .arrow {
  display: none;
  content: '&gt;';
  color: grey;
  position: absolute;
  top: 40%;
  right: 5px;
}

.garaze-container .lok1 svg {
  width: 1110px;
  height: 150px;
}

.garaze-container .lok2 svg {
  width: 1110px;
  height: 300px;
  padding: 20px 0;
}

.garaze-container .lok2 svg:first-child {
  width: 1110px;
  height: 250px;
  padding: 20px 0;
}

.drag-move-ico {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  -webkit-animation-name: boomerang;
          animation-name: boomerang;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media only screen and (max-width: 1199px) {
  .drag-move-ico {
    left: 40vw;
  }
}

@media only screen and (max-width: 600px) {
  .drag-move-ico {
    left: 45vw;
  }
}

.drag-move-ico img {
  height: 50px;
  width: 50px;
}

@-webkit-keyframes boomerang {
  0% {
    -webkit-transform: translate(-15px, 0px);
            transform: translate(-15px, 0px);
  }
  100% {
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
  }
}

@keyframes boomerang {
  0% {
    -webkit-transform: translate(-15px, 0px);
            transform: translate(-15px, 0px);
  }
  100% {
    -webkit-transform: translate(20px, 0px);
            transform: translate(20px, 0px);
  }
}

polyline[id*="ML"]:hover {
  fill: black;
}
.btn.tmpunsclt {
  cursor: default !important;
}

#Layer_3 tspan, .st7, .dlst7 {
  font-family: "Poppins", sans-serif;
  pointer-events: none;
}

.standard-1 h1 {
  margin: 0;
  text-align: center;
}

.standard-1 h2 {
  color: #799943;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.standard-1 table {
  width: 100%;
}

.standard-1 tr {
  width: 100%;
}

.standard-1 td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.85rem;
  height: 50px;
  width: 41%;
}

@media only screen and (max-width: 991px) {
  .standard-1 td {
    width: 60%;
  }
}

.standard-1 td:nth-child(2n) {
  width: 40%;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .standard-1 td:nth-child(2n) {
    width: 40%;
  }
}

.standard-1 td:first-child {
  padding-left: 30px;
}

.standard-1 td:last-child {
  padding-right: 30px;
}

.standard-1 tr:nth-child(2n+1) td:first-child {
  color: #fff;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  background-color: #3b454b;
}

.standard-1 tr:nth-child(2n+1) td:last-child {
  color: #fff;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  background-color: #3b454b;
}

.lokalita {
  margin-top: -80px;
  z-index: 998;
}

@media only screen and (max-width: 767px) {
  .lokalita {
    margin-top: 20px;
  }
}

.lokalita-box1, .lokalita-box2 {
  z-index: 999;
  height: 243px;
  width: 540px;
  margin: 15px;
  color: #fff;
  background-color: #3b454b;
  background: url(../images/svg/resize/dluzna_bg_img.jpg);
  background-size: cover;
}

.lokalita-box1 h2, .lokalita-box2 h2 {
  font-weight: 700;
}

.lokalita-box1 p, .lokalita-box2 p {
  font-size: 0.85rem;
  color: #ccccca;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 15px;
}

.lokalita-box2 {
  background: url(../images/svg/resize/malinovo_bg_img.jpg);
}

.faq {
  background-color: #e4e4e4;
  padding-bottom: 90px;
}

.faq h2 {
  font-weight: 700;
  color: #3b454b;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .faq h2 {
    font-size: 1.8rem;
  }
}

.faq .faq-list a {
  margin-bottom: 15px;
  display: block;
  padding: 30px 40px 30px 70px;
  font-weight: 700;
  color: #3b454b;
  font-size: 1.05rem;
  line-height: 2rem;
  background-color: #ccccca;
  border-radius: 150px;
}

@media only screen and (max-width: 767px) {
  .faq .faq-list a {
    font-size: 1rem;
    line-height: 1.8rem;
    border-radius: 50px;
    padding: 30px 20px 30px 40px;
  }
}

@media only screen and (max-width: 400px) {
  .faq .faq-list a {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
}

.faq .faq-list a:hover {
  color: #fff;
  background-color: #3b454b;
}

.faq .faq-list a:hover .arrow2 {
  background-color: #fff;
}

.faq .faq-list .arrow2 {
  margin-left: 30px;
  background-color: #3b454b;
  -webkit-mask: url(../images/svg/arrow_icon_dropdown90.svg) no-repeat center;
  mask: url(../images/svg/arrow_icon_dropdown90.svg) no-repeat center;
  min-width: 20px;
  min-height: 20px;
}

@media only screen and (max-width: 767px) {
  .faq .faq-list .arrow2 {
    margin-left: 15px;
  }
}

h1 {
  margin: 30px 0 0 0;
  font-weight: 700;
  color: #3b454b;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  h1 {
    margin: 20px 0 0 0;
    font-size: 1.8rem;
  }
}

.subpage h2 {
  margin: 0;
  font-weight: 700;
  color: #3b454b;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .subpage h2 {
    font-size: 1.1rem;
  }
}

.subpage .main-bar img {
  margin-top: 20px;
  width: 120px;
  height: 97px;
}

.subpage .main-bar span {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .subpage .main-bar span {
    font-size: 1rem;
  }
}

.subpage .popis-garaz {
  color: #7e8990;
  line-height: 1.8rem;
}

.standard-content-width {
  max-width: 75%;
}

@media only screen and (max-width: 767px) {
  .standard-content-width {
    max-width: 100%;
  }
}

.lokalita-img {
  max-width: 100%;
  height: auto;
}

.lokalita-img img {
  max-width: 100%;
  height: auto;
}

.gallery_detail .background {
  height: 100%;
  background-position: center;
}

.gallery_detail .row &gt; div {
  height: 200px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.gallery_detail .row &gt; div:hover {
  opacity: 0.85;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.std_btn {
  background-color: #799943;
  margin-bottom: 30px;
}

.std_btn:hover {
  background-color: #3b454b;
}

@media only screen and (max-width: 337px) {
  .zaujem .slash {
    display: none;
  }
}

.rezervovana, .predana, .volna1, .volna2 {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #e2881c;
}

.predana {
  background-color: #3b9bc3;
}

.volna1 {
  background-color: #86f282;
}

.volna2 {
  background-color: #799943;
}

.kontakt h1 {
  margin: 30px 0;
  font-weight: 700;
  color: #3b454b;
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .kontakt h1 {
    font-size: 1.8rem;
  }
}

.kontakt h2 {
  margin: 30px 0;
  font-weight: 700;
  color: #3b454b;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .kontakt h2 {
    font-size: 1.1rem;
  }
}

.kontakt a {
  color: #799943;
}

.kontakt a:hover {
  text-decoration: underline;
}

.modal-body h2 {
  margin: 10px 0 25px 0;
}

.modal-footer .form-group {
  margin-bottom: 0;
}

.modal-footer .btn {
  width: 136px;
  height: 65px;
}

.cookieinfo {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #ffffff !important;
}

.cookieinfo #cookie_more_info {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.cookieinfo .cookieinfo-close {
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

.cookieinfo .cookieinfo-close:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.footer {
  padding: 40px 0;
  min-height: 453px;
  width: 100%;
  background-image: url(../images/svg/resize/footer-bg-img.jpg);
  background-size: cover;
  background-position: center bottom;
}

.footer .logo-footer img {
  width: 220px;
  height: 92px;
}

.footer [class*='col'] {
  color: #fff;
  text-align: center;
}

.footer [class*='col'] h3 {
  margin-top: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer [class*='col'] a {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.footer [class*='col'] a:hover {
  color: #799943;
}

.footer [class*='col'] p {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.footerSixnet {
  display: block;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 300;
}

.footerSixnet a {
  color: #3b454b;
  padding-left: 5px;
  padding-right: 5px;
}

.footerSixnet a:hover {
  color: #799943;
}

.footerSixnet img {
  display: block;
  width: 75px;
  margin: 0;
  padding: 0;
  margin-left: 6px;
}

.footerSixnet div:nth-of-type(2) {
  margin-top: 10px;
}

.footer-ponuka {
  padding-left: 80px;
}

@media only screen and (max-width: 1199px) {
  .footer-ponuka {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-ponuka {
    padding-left: 20px;
  }
}

[class^="fi-"]::before,
[class*=" fi-"]::before {
  margin-right: 0;
  margin-left: 0;
}

.content-web {
  padding: 0 15px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}

.content-web img {
  max-width: 100%;
  height: auto;
}

.sm-simple {
  border: 0 none;
  background: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu &gt; ul &gt; li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
  }
}

.main-nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #ffffff;
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
}

.nav-brand a {
  display: block;
  padding: 11px 11px 11px 20px;
  color: #555;
  font-size: 20px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
  height: 60px;
}

.nav-brand a img {
  height: 100%;
  width: auto;
}

@media (min-width: 768px) {
  .nav-brand a {
    height: 100px;
  }
}

#main-menu &gt; ul {
  clear: both;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}

#main-menu &gt; ul li {
  background-color: rgba(255, 255, 255, 0.75);
}

#main-menu &gt; ul &gt; li &gt; a {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .main-nav {
    position: absolute;
    background-color: transparent;
  }
  #main-menu &gt; ul {
    float: right;
    clear: none;
    display: block;
  }
  #main-menu &gt; ul &gt; li &gt; a &gt; .sub-arrow {
    display: none;
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

ul#lang {
  list-style: none;
  margin: 0;
  *zoom: 1;
}

ul#lang li {
  float: left;
  visibility: collapse;
}

ul#lang li a {
  display: block;
  padding: 3px 10px;
  visibility: visible;
}

ul#lang:before, ul#lang:after {
  content: ' ';
  display: table;
}

ul#lang:after {
  clear: both;
}

ul#lang.flag a {
  width: 2rem;
  height: 1.5rem;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

ul#lang.code a:before {
  content: attr(data-code);
  text-transform: uppercase;
}

ul#lang.name a:before {
  content: attr(title);
}

.relative {
  position: relative;
}

.align-center {
  text-align: center;
}

.middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

/* line break after element */
.br:after {
  content: '\A';
  white-space: pre;
}

/* clear-fix */
.cf {
  *zoom: 1;
}

.cf:before, .cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

@media screen and (max-width: 1024px) {
  .cf-medium {
    *zoom: 1;
  }
  .cf-medium:before, .cf-medium:after {
    content: ' ';
    display: table;
  }
  .cf-medium:after {
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .small-0 {
    width: 0;
  }
}

/* proportional height */
#testProportional {
  margin: 50px auto;
  width: 300px;
  background-color: green;
}

.crust {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.crust:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.crust .core {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.crust .core img,
.crust .core .content {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.crust .core .content {
  width: 100%;
  height: 100%;
}

.crust.cover .core img {
  /*width: 100%*/
  /*height: auto*/
  /*max-height: none*/
  min-width: 100%;
  min-height: 100%;
  height: auto;
  max-width: none;
}

.crust.ratio-2_1:before {
  padding-top: 50%;
}

.crust.ratio-4_3:before {
  padding-top: 75%;
}

.crust.ratio-16_9:before {
  padding-top: 56.25%;
}

.crust.ratio-9_4:before {
  padding-top: 44.44%;
}

.crust.ratio-5_4:before {
  padding-top: 80%;
}

.crust.ratio-1_2:before {
  padding-top: 200%;
}

.crust.ratio-4_5:before {
  padding-top: 125%;
}

/* icon before content */
a.icon-prev:hover {
  color: #1992ff;
}

.icon-prev {
  position: relative;
  display: inline;
  margin-left: 2.25em;
  white-space: nowrap;
}

.icon-prev:before {
  position: absolute;
  margin-top: 0.15em;
  left: -1.20em;
  font-size: 1.10em;
  color: red;
}

.icon-prev:first-child {
  margin-left: 1.35em;
}

/* title after icon */
.tai {
  position: relative;
  white-space: nowrap;
  color: #005eb2;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 1rem;
}

.tai:after {
  content: attr(data-title);
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5rem;
  margin-left: 0.33rem;
}

.tai:before {
  line-height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .tai {
    cursor: help;
    font-size: 2.5rem;
  }
  .tai:after {
    display: none;
  }
  .tai:hover:after, .tai:focus:after, .tai:active:after {
    display: block;
    position: absolute;
    top: 0.75rem;
    left: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1px 4px;
    border-radius: 2px;
  }
  .tai:before {
    line-height: 3.75rem;
  }
  a.tai {
    cursor: pointer;
  }
}

.req-sign, label .req::after {
  color: #cc0000;
  font-weight: bold;
}

label .req::after {
  content: '*';
  position: absolute;
  margin-left: 0.3rem;
  margin-left-margin-right: 1.2rem;
}

ul.evenly {
  text-align: justify;
  min-width: 500px;
}

ul.evenly:after {
  content: '';
  display: inline-block;
  width: 100%;
}

ul.evenly li {
  display: inline-block;
}

.clickable {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* ADMIN: edit text on the page */
.admin-edit, .menu-content-edit {
  position: relative;
  overflow: hidden;
}

.admin-edit:after, .menu-content-edit:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(102, 82, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.05);
}

.admin-edit:after:hover, .menu-content-edit:after:hover {
  display: none;
}

.admin-edit:hover, .menu-content-edit:hover {
  border: 1px solid #990000;
  background-color: rgba(255, 255, 255, 0.67);
  color: #660000;
  cursor: url(../images/pencil-red-16.gif) 0 16, pointer;
}

.admin-edit[data-variant="static_content"], .menu-content-edit[data-variant="static_content"] {
  display: inherit;
}

.admin-edit[data-variant="static_content"]:hover, .menu-content-edit[data-variant="static_content"]:hover {
  cursor: url(../images/doc-edit-16.gif) 0 16, pointer;
}

.menu-content-edit {
  display: inherit;
}

.menu-content-edit:hover {
  cursor: url(../images/doc-edit-16.gif) 0 16, pointer;
}

ul.slickSlider {
  padding: 0;
}

ul.slickSlider li {
  position: relative;
  width: 100%;
  height: 33vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sixnetFooter {
  max-height: 32px;
}
/*# sourceMappingURL=app.css.map */</pre></body></html>