html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  color: black;
  font-family: "Signika Negative";
}

h4 {
  font-size: 22px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-nav {
  float: right;
  margin: 0;
}

/* line 91, ../scss/base/_reset.scss */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #9a9999;
}

body {
  font-family: "Signika Negative";
  font-size: 14px;
  color: black;
}

a {
  color: black;
}

.page h2 {
  color: #415e00;
  font-weight: 400;
  margin-bottom: 1.5em;
}

/* signika-negative-300 - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SignikaNegative-Light.ttf");
  /* IE9 Compat Modes */
  src: local("Signika Negative Light"), local("SignikaNegative-Light"), url("../fonts/SignikaNegative-Light.ttf") format("truetype");
  /* Legacy iOS */
}

/* signika-negative-600 - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/SignikaNegative-Semibold.ttf");
  /* IE9 Compat Modes */
  src: local("Signika Negative Semibold"), local("SignikaNegative-Semibold"), url("../fonts/SignikaNegative-Semibold.ttf") format("truetype");
  /* Legacy iOS */
}

/* signika-negative-700 - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SignikaNegative-Bold.ttf");
  /* IE9 Compat Modes */
  src: local("Signika Negative Bold"), local("SignikaNegative-Bold"), url("../fonts/SignikaNegative-Bold.ttf") format("truetype");
  /* Legacy iOS */
}

/* signika-negative-regular - latin */
@font-face {
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SignikaNegative-Regular.ttf");
  /* IE9 Compat Modes */
  src: local("Signika Negative"), local("SignikaNegative-Regular"), url("../fonts/SignikaNegative-Regular.ttf") format("truetype");
  /* Legacy iOS */
}

/* exo - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Exo-Light.otf");
  /* IE9 Compat Modes */
  src: local("Exo Light"), local("Exo-Light"), url("../fonts/Exo-Light.otf") format("truetype");
  /* Legacy iOS */
}

/* exo - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Exo-SemiBold.otf");
  /* IE9 Compat Modes */
  src: local("Exo Semibold"), local("Exo-SemiBold"), url("../fonts/Exo-SemiBold.otf") format("truetype");
  /* Legacy iOS */
}

/* exo-700 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Exo-Bold.otf");
  /* IE9 Compat Modes */
  src: local("Exo Bold"), local("Exo-Bold"), url("../fonts/Exo-Bold.otf") format("truetype");
  /* Legacy iOS */
}

/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Exo-Regular.otf");
  /* IE9 Compat Modes */
  src: local("Exo"), local("Exo-Regular"), url("../fonts/Exo-Regular.otf") format("truetype");
  /* Legacy iOS */
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #9a9999;
  background-color: transparent;
}

.carousel-caption {
  padding-bottom: 30px;
  color: #000;
  left: 46.4%;
  padding-bottom: 0px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  z-index: 10;
  top: 10px;
}

.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4 {
  color: white;
}

.carousel-caption h1 {
  font-weight: bold;
  font-size: 8em;
  margin-bottom: 0px;
  font-family: Exo;
}

.carousel-caption h3 {
  font-family: Exo;
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
}

.carousel-caption h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.5em;
  font-weight: 600;
}

.carousel-caption h4 {
  margin-top: 0px;
}

.carousel-caption .btn-primary {
  background-color: #415e00;
  border-color: #415e00;
  color: #fff;
  border-radius: 0px;
}

.carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
  padding: 5px 25px;
  position: absolute;
  bottom: 4em;
}


.fill img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  margin-left: -20px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  margin-right: -20px;
}

.carousel-control {
  width: 6%;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  z-index: 55;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 36, ../scss/components/_dropdown.scss */
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* line 39, ../scss/components/_dropdown.scss */
#return-to-top:hover span {
  color: #fff;
  top: 5px;
}

.header-top.green {
  background-color: #415e00;
}

.top-right {
  text-align: right;
  margin: 6px 0px;
}

.top-right a {
  color: white;
  padding-right: 15px;
  text-decoration: none;
}

.img-center {
  margin: 0 auto;
}

.logo img {
  height: 7em;
  margin-top: 2px;
}

.logo {
  width: 13.6667%;
  padding-left: 4em;
  z-index: 999;
}

.logo-up {
  padding-top: 0.95em;
  padding-bottom: 0.37em;
  font-size: 24px;
  padding-left: 0px;
}

.logo-up span {
  color: black;
  font-weight: 600;
  border-bottom: 2px solid #415e00;
}

.logo-vs-under {
  font-size: 0.4em;
  text-transform: uppercase;
  text-align: center;
  color: #415e00;
  margin-top: 0.1em;
  font-weight: 300;
}

.menu-right {
  float: left;
  font-size: 14px;
  padding-top: 3em;
}

.nazov {
  display: inline-block;
}

.fixed {
  top: 0px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
  background: white;
  border-bottom: 1px solid #546510;
}

.flags {
  margin-right: 2em;
}

.flags a {
  text-align: center;
}

.flags .dropdown-menu {
  min-width: 0px;
}

.section {
  padding-top: 3.6em;
  padding-bottom: 2.5em;
}

.section p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 2em;
}

.section h4 {
  color: #415e00;
}

.section .color {
  transition: all 1s ease 0s;
}

.section .color:hover {
  filter: grayscale(100%);
  -webkit-box-shadow: 0 0 40px rgba(255, 255, 255, 0), inset 0 0 40px white;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0), inset 0 0 40px white;
}

.btn-primary {
  background-color: #415e00;
  border-color: #415e00;
  color: #fff;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 28px;
}

/* line 37, ../scss/layouts/_index.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #546510;
  border-color: #415E00;
}

.thumbnail_text {
  height: 19em;
}

.h2_title h2 {
  margin-top: 2em;
  margin-bottom: 13px;
}

.line2 {
  background: linear-gradient(to right, #ffffff 10%, #555b28 31%, #555b28 31%, #555b28 70%, #ffffff 90%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 1px;
  margin-top: 11em;
  width: 100%;
}

.line1 {
  background: linear-gradient(to right, #ffffff 10%, #555b28 31%, #555b28 31%, #555b28 70%, #ffffff 90%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 1px;
  margin-top: 2em;
  width: 100%;
}

.img-center {
  margin: 0 auto;
}

.resp-a {
  color: black;
}

.page {
  margin-top: 13em;
}

.line3 {
  background: linear-gradient(to right, #ffffff 10%, #555b28 31%, #555b28 31%, #555b28 70%, #ffffff 90%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 1px;
  margin-top: 11em;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 2em;
}

.footer, .footer1 {
  background-color: #e7e7e7;
  font-family: "Signika Negative";
  margin-top: 1em;
}

.footer .foot-bottom p, .footer1 .foot-bottom p {
  font-size: 10px;
  margin: 5px 0;
}

.footer1 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.news {
  margin-top: 20px;
}

.news h2, .news h4 {
  color: #415e00;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.news .blog-post-meta {
  color: #999;
  font-family: Exo;
  font-size: 1em;
  font-weight: 300;
}

.news .btn {
  margin-top: 1em;
}

.news a {
  text-decoration: none;
}

@media (min-width: 320px) and (max-width: 430px) {
  .page {
    margin-top: 7em;
  }
}

.tl-heading a {
  color: #c25b4e;
  margin: 0;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 22px;
  bottom: 70px;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ddd;
  left: 50%;
  margin-left: -1.5px;
}

.tldate {
  display: block;
  width: 200px;
  background: #414141;
  border: 3px solid #212121;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.35);
  font-family: Exo;
}

.timeline li {
  margin-bottom: 25px;
  position: relative;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

.timeline li:after {
  clear: both;
}

.timeline li:before, .timeline li:after {
  content: " ";
  display: table;
}

.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -13px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

/* line 97, ../scss/pages/_o-nas.scss */
.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0;
}

.timeline li.timeline-inverted .timeline-panel {
  float: right;
}

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 15px;
  left: -14px;
  right: auto;
}

.tl-heading h5 {
  margin: 0;
  color: #c25b4e;
  font-size: 1.1em;
}

/* line 129, ../scss/pages/_o-nas.scss */
.tl-heading h4 {
  margin: 0;
  color: #c25b4e;
  font-size: 18px;
}

/* line 135, ../scss/pages/_o-nas.scss */
.tl-body p, .tl-body ul {
  margin-bottom: 0;
}

/* line 139, ../scss/pages/_o-nas.scss */
.tl-body > p + p {
  margin-top: 5px;
}

.tl-heading p {
  margin-bottom: 0px;
}

/* line 147, ../scss/pages/_o-nas.scss */
.gray {
  background-color: #E6ECD5;
}

.number p {
  font-family: Exo;
  font-size: 1em;
  font-weight: 400;
}

.text-muted {
  font-family: Exo;
}

.timeline li .timeline-extra {
  padding: 20px 10px;
}

.form p {
  font-size: 1.2em;
  font-weight: 400;
}

.form .list-group {
  font-size: 1.2em;
  margin-bottom: 20px;
  padding-left: 0;
}

.title h2, .title h4 {
  margin-top: 5.9em;
}

.poslanie_text p {
  font-size: 1.2em;
  text-indent: 2em;
}

/* line 189, ../scss/pages/_o-nas.scss */
.title_poslanie {
  font-size: 1.5em;
  font-weight: 600;
  padding: 5px 0 10px;
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid #b4c167;
  font-size: 1.2em;
  margin: 0 0 20px;
  padding: 10px 20px;
}

.list-unstyled {
  font-size: 1.2em;
  list-style: outside none none;
}

.page h4, .page h5 {
  color: #415e00;
  font-weight: 400;
  margin-bottom: 1em;
}

.page h5 {
  font-size: 17px;
}

.dl-horizontal {
  cursor: pointer;
}

.dl-horizontal dt {
  width: 1em;
  color: #415e00;
  line-height: 1.42857;
}

.dl-horizontal dd {
  margin-left: 2em;
  font-size: 1.2em;
}

.sep {
  width: 100%;
  border-bottom: 1px solid #535d27;
  height: 1px;
  margin: 1em 0;
}

.poslanie_text dl {
  margin-bottom: 0px;
}

.struktura {
  margin-top: 4em;
}

.accordion-content p:first-child {
  margin-top: 1em;
}

.accordion-content p {
  margin-bottom: 0px;
}

/* line 251, ../scss/pages/_o-nas.scss */
.pravne_postavenie h4 {
  margin-top: 1em;
  font-size: 1.3em;
}

@media (max-width: 991px) {
  /* line 258, ../scss/pages/_o-nas.scss */
  .timeline li .timeline-panel {
    width: 44%;
  }
}
@media (max-width: 700px) {
  /* line 265, ../scss/pages/_o-nas.scss */
  ul.timeline:before {
    left: 40px;
  }

  .tldate {
    width: 140px;
  }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  /* line 277, ../scss/pages/_o-nas.scss */
  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0;
  }

  ul.timeline > li > .tldate {
    margin: 0;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
@media (min-width: 320px) and (max-width: 430px) {
  .form p {
    font-size: 0.8em;
  }

  .form .list-group {
    font-size: 0.8em;
  }

  .line2 {
    margin-top: 0;
  }

  .title h2, .title h4 {
    margin-top: 3.9em;
  }

  .tl-heading h5 {
    font-size: 0.9em;
  }

  .history p {
    font-size: 0.9em;
  }

  .poslanie_text p {
    font-size: 1em;
  }

  dt {
    float: left;
  }

  .dl-horizontal dd {
    font-size: 1em;
  }

  .list-unstyled {
    font-size: 1em;
  }

  blockquote {
    font-size: 1.0em;
  }
}

.zdroje {
  font-family: "Signika Negative";
  color: #415e00;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.figure {
  margin-bottom: 3em;
}

.figure a:hover {
  color: #9a9999;
}

.glyphicon {
  margin-right: 1em;
}

/* line 13, ../scss/pages/_post.scss */
.news .foto {
  margin-bottom: 1.7em;
}


.anchor {
  display: block;
  height: 10rem;
  /*same height as header*/
  margin-top: -10rem;
  /*same height as header*/
  visibility: hidden;
}

.blog-post p {
  font-size: 1.2em;
}

/* line 27, ../scss/pages/_post.scss */
.news h3 {
  font-size: 20px;
}

.predpoklady {
  background: url("../img/predpoklady.png") no-repeat scroll right center/contain rgba(0, 0, 0, 0);
}

.predpoklady-section p {
  font-size: 1.2em;
}


.blockquote-own {
  margin-top: 2em;
}

.blockquote-own li {
  font-size: 0.8em;
}

@media (min-width: 320px) and (max-width: 430px) {
  .predpoklady-section p {
    font-size: 1.0em;
  }
}

.kontakt-resp {
  padding-left: 0px;
}

.kontakt-text p, .kontakt-text a {
  font-size: 1.2em;
}

.top-resp {
  margin-top: 2em;
}

@media (min-width: 320px) and (max-width: 430px) {
  .logo {
    padding-left: 0px;
    width: 20%;
    padding-right: 0;
  }

  .logo img {
    height: 4em;
    margin-top: 2px;
    padding-left: 12px;
  }

  .logo-up {
    font-size: 1.3em;
    padding-bottom: 0.37em;
    padding-left: 0;
    padding-top: 0.47em;
    padding-right: 0;
  }

  .navbar-toggle {
    margin-right: 26px;
  }

  /* line 23, ../scss/pages/_index.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 27, ../scss/pages/_index.scss */
  .menu-right {
    float: left;
    font-size: 14px;
    padding-top: 0.4em;
  }

  .carousel {
    margin-top: 10px;
  }

  .slide ol {
    margin-bottom: 0;
  }

  .carousel-indicators {
    bottom: 0;
  }

  .carousel-indicators .active {
    height: 5px;
    margin: 0;
    width: 5px;
  }

  .carousel-indicators li {
    height: 5px;
    width: 5px;
    margin: 0;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    padding-top: 0;
    left: 41.4%;
    top: 3px;
  }

  .carousel-caption h3 {
    font-size: 0.5em;
    margin-bottom: 3px;
  }

  /* line 75, ../scss/pages/_index.scss */
  .carousel-caption h1 {
    font-size: 0.9em;
  }

  .carousel-caption h2 {
    font-size: 1.1em;
  }

  .carousel-caption h4 {
    font-size: 0.7em;
    margin-bottom: 0px;
  }

  .carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
    font-size: 0.3em;
    padding: 2px;
    bottom: -5px;
  }

  /* line 92, ../scss/pages/_index.scss */
  .carousel-caption-post {
    padding-bottom: 0;
    padding-top: 0px;
    top: 0;
    right: 58%;
  }

  /* line 99, ../scss/pages/_index.scss */
  .carousel-caption-post h3 {
    font-size: 0.5em;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  /* line 104, ../scss/pages/_index.scss */
  .carousel-caption-post h4 {
    font-size: 0.7em;
    margin-top: 11px;
    margin-bottom: 0px;
  }

  /* line 109, ../scss/pages/_index.scss */
  .carousel-caption-post a {
    margin-top: 0;
  }

  /* line 113, ../scss/pages/_index.scss */
  .carousel-caption-post .btn-sm, .btn-group-sm > .btn {
    padding: 2px;
    font-size: 0.3em;
  }

  .section .color {
    width: 70%;
  }

  .phone {
    margin-bottom: 1.5em;
  }

  .phone p {
    margin-bottom: 1.2em;
  }

  .thumbnail_text {
    height: 16em;
  }

  .h2_title h2 {
    margin-top: 0.4em;
    margin-bottom: 4px;
    font-size: 9px;
  }

  .h2_title h4 {
    font-size: 8px;
  }
}
@media (min-width: 430px) and (max-width: 767px) {
  /* line 143, ../scss/pages/_index.scss */
  .logo {
    padding-left: 0px;
    width: 20%;
    padding-right: 0;
  }

  /* line 148, ../scss/pages/_index.scss */
  .logo img {
    height: 4em;
    margin-top: 2px;
    padding-left: 12px;
  }

  /* line 153, ../scss/pages/_index.scss */
  .logo-up {
    font-size: 1.3em;
    padding-bottom: 0.37em;
    padding-left: 0;
    padding-top: 0.47em;
    padding-right: 0;
  }

  /* line 160, ../scss/pages/_index.scss */
  .navbar-toggle {
    margin-right: 26px;
  }

  /* line 164, ../scss/pages/_index.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 168, ../scss/pages/_index.scss */
  .menu-right {
    float: left;
    font-size: 14px;
    padding-top: 0.4em;
  }

  /* line 173, ../scss/pages/_index.scss */
  .carousel {
    margin-top: 10px;
  }

  /* line 177, ../scss/pages/_index.scss */
  .slide ol {
    margin-bottom: 0;
  }

  /* line 181, ../scss/pages/_index.scss */
  .carousel-indicators {
    bottom: 0;
  }

  /* line 185, ../scss/pages/_index.scss */
  .carousel-indicators .active {
    height: 5px;
    margin: 0;
    width: 5px;
  }

  /* line 192, ../scss/pages/_index.scss */
  .carousel-indicators li {
    height: 5px;
    width: 5px;
    margin: 0;
  }

  /* line 198, ../scss/pages/_index.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  /* line 202, ../scss/pages/_index.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 206, ../scss/pages/_index.scss */
  .carousel-caption {
    padding-top: 0;
    left: 43%;
    top: 3px;
  }

  /* line 211, ../scss/pages/_index.scss */
  .carousel-caption h3 {
    font-size: 0.7em;
    margin-bottom: 3px;
    margin-top: 3px;
  }

  /* line 217, ../scss/pages/_index.scss */
  .carousel-caption h1 {
    font-size: 1.2em;
  }

  /* line 221, ../scss/pages/_index.scss */
  .carousel-caption h2 {
    font-size: 1.6em;
  }

  /* line 224, ../scss/pages/_index.scss */
  .carousel-caption h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
  }

  /* line 228, ../scss/pages/_index.scss */
  .carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
    font-size: 0.8em;
    padding: 2px 4px;
    bottom: 0em;
  }

  /* line 234, ../scss/pages/_index.scss */
  .carousel-caption-post {
    padding-bottom: 0;
    padding-top: 3px;
    top: 0;
    right: 58%;
  }

  /* line 241, ../scss/pages/_index.scss */
  .carousel-caption-post h3 {
    font-size: 0.7em;
    margin-top: 6px;
    margin-bottom: 3px;
  }

  /* line 246, ../scss/pages/_index.scss */
  .carousel-caption-post h4 {
    font-size: 1.1em;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  /* line 251, ../scss/pages/_index.scss */
  .carousel-caption-post a {
    margin-top: 0;
  }

  /* line 255, ../scss/pages/_index.scss */
  .carousel-caption-post .btn-sm, .btn-group-sm > .btn {
    font-size: 0.8em;
    padding: 2px 4px;
  }

  /* line 260, ../scss/pages/_index.scss */
  .section .color {
    width: 70%;
  }

  /* line 264, ../scss/pages/_index.scss */
  .phone {
    margin-bottom: 1.5em;
  }
  /* line 266, ../scss/pages/_index.scss */
  .phone p {
    margin-bottom: 1.2em;
  }

  /* line 270, ../scss/pages/_index.scss */
  .h2_title h2 {
    margin-top: 0.8em;
    margin-bottom: 4px;
    font-size: 1.3em;
  }

  /* line 275, ../scss/pages/_index.scss */
  .h2_title h4 {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-up {
    font-size: 1.5em;
    padding: 1.5em 0.8em 0.4em;
  }

  .logo img {
    height: 7em;
    margin-top: 2px;
    margin-left: 1.5em;
  }

  .navbar-nav > li > a {
    padding: 10px 5px;
    font-size: 0.9em;
  }

  /* line 299, ../scss/pages/_index.scss */
  .carousel {
    margin-top: 10px;
  }

  /* line 303, ../scss/pages/_index.scss */
  .carousel-caption h3, .carousel-caption-post h3 {
    font-size: 20px;
  }

  /* line 306, ../scss/pages/_index.scss */
  .carousel-caption h1 {
    font-size: 1.8em;
  }

  /* line 309, ../scss/pages/_index.scss */
  .carousel-caption h2 {
    font-size: 2em;
  }

  /* line 312, ../scss/pages/_index.scss */
  .carousel-caption h4 {
    font-size: 1em;
  }

  /* line 315, ../scss/pages/_index.scss */
  .carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
    bottom: 1em;
  }

  /* line 319, ../scss/pages/_index.scss */
  .slide ol {
    margin-bottom: 0;
  }

  /* line 323, ../scss/pages/_index.scss */
  .carousel-indicators {
    bottom: 0;
  }

  /* line 327, ../scss/pages/_index.scss */
  .carousel-indicators .active {
    height: 10px;
    margin: 0;
    width: 10px;
  }

  /* line 334, ../scss/pages/_index.scss */
  .carousel-indicators li {
    height: 10px;
    width: 10px;
    margin: 0;
  }

  /* line 339, ../scss/pages/_index.scss */
  .carousel-caption-post h4 {
    margin-top: 0;
  }

  /* line 342, ../scss/pages/_index.scss */
  .carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
    bottom: 0em;
  }

  /* line 346, ../scss/pages/_index.scss */
  .carousel-caption-post a {
    margin-top: 0;
  }

  /* line 349, ../scss/pages/_index.scss */
  .section .color {
    width: 70%;
  }

  /* line 352, ../scss/pages/_index.scss */
  .phone {
    margin-bottom: 1.5em;
  }
  /* line 354, ../scss/pages/_index.scss */
  .phone p {
    margin-bottom: 1.2em;
  }

  /* line 358, ../scss/pages/_index.scss */
  .thumbnail_text {
    height: 21em;
  }

  /* line 361, ../scss/pages/_index.scss */
  .h2_title h2 {
    margin-top: 0.4em;
    margin-bottom: 4px;
    font-size: 1.8em;
  }

  /* line 366, ../scss/pages/_index.scss */
  .h2_title h4 {
    font-size: 1em;
  }
}
@media (min-width: 801px) and (max-width: 991px) {
  /* line 371, ../scss/pages/_index.scss */
  .carousel-caption h1 {
    font-size: 2.8em;
  }

  /* line 374, ../scss/pages/_index.scss */
  .carousel-caption h2 {
    font-size: 3em;
  }

  /* line 377, ../scss/pages/_index.scss */
  .carousel-caption h4, .carousel-caption-post h4 {
    margin-bottom: 1em;
  }

  /* line 380, ../scss/pages/_index.scss */
  .carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
    bottom: 1em;
  }

  /* line 384, ../scss/pages/_index.scss */
  .thumbnail_text {
    height: 21em;
  }

  /* line 387, ../scss/pages/_index.scss */
  .h2_title h2 {
    margin-top: 1em;
    margin-bottom: 4px;
    font-size: 1.8em;
  }

  /* line 392, ../scss/pages/_index.scss */
  .h2_title h4 {
    font-size: 1em;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  /* line 397, ../scss/pages/_index.scss */
  .logo {
    padding-left: 0px;
    padding-right: 0;
  }

  /* line 401, ../scss/pages/_index.scss */
  .logo img {
    height: 9em;
    margin-top: 2px;
    padding-left: 14px;
  }

  /* line 406, ../scss/pages/_index.scss */
  .logo-up {
    font-size: 2.3em;
    padding-bottom: 0.37em;
    padding-left: 0;
    padding-top: 1em;
    padding-right: 0;
  }

  /* line 414, ../scss/pages/_index.scss */
  .carousel-caption h3, .carousel-caption-post h3 {
    font-family: Exo;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
  }

  /* line 420, ../scss/pages/_index.scss */
  .carousel-caption h1 {
    font-size: 3em;
  }

  /* line 423, ../scss/pages/_index.scss */
  .carousel-caption h4 {
    margin-bottom: 0.6em;
    margin-top: 0;
  }

  /* line 427, ../scss/pages/_index.scss */
  .carousel-caption-post h4 {
    margin-top: 1em;
  }

  /* line 430, ../scss/pages/_index.scss */
  .carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
    bottom: 3em;
  }

  /* line 434, ../scss/pages/_index.scss */
  .carousel-caption-post a {
    margin-top: 4em;
  }

  /* line 437, ../scss/pages/_index.scss */
  .section .color {
    width: 70%;
  }

  /* line 440, ../scss/pages/_index.scss */
  .phone {
    margin-bottom: 1.5em;
  }
  /* line 442, ../scss/pages/_index.scss */
  .phone p {
    margin-bottom: 1.2em;
  }

  /* line 446, ../scss/pages/_index.scss */
  .thumbnail_text {
    height: 23em;
  }

  /* line 449, ../scss/pages/_index.scss */
  .h2_title h2 {
    margin-top: 1.4em;
    margin-bottom: 4px;
    font-size: 1.8em;
  }

  /* line 454, ../scss/pages/_index.scss */
  .h2_title h4 {
    font-size: 1em;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  /* line 463, ../scss/pages/_index.scss */
  .carousel-caption-post h4 {
    margin-top: 3em;
  }

  /* line 466, ../scss/pages/_index.scss */
  .carousel-caption-post h3 {
    font-size: 1.5em;
  }

  /* line 469, ../scss/pages/_index.scss */
  .carousel-caption-post a {
    margin-top: 3em;
  }

  /* line 472, ../scss/pages/_index.scss */
  .carousel-indicators .active {
    height: 10px;
    margin: 0;
    width: 10px;
  }

  /* line 479, ../scss/pages/_index.scss */
  .carousel-indicators li {
    height: 10px;
    width: 10px;
    margin: 0;
  }

  /* line 484, ../scss/pages/_index.scss */
  .slide ol {
    margin-bottom: 6px;
  }

  /* line 488, ../scss/pages/_index.scss */
  .carousel-indicators {
    bottom: 0;
  }

  /* line 491, ../scss/pages/_index.scss */
  .carousel-caption h4 {
    margin-bottom: 0.6em;
    margin-top: 0;
  }

  /* line 495, ../scss/pages/_index.scss */
  .carousel-caption .btn-sm, .carousel-caption .btn-group-sm > .btn {
    bottom: 1em;
  }
}
@media (min-width: 320px) and (max-width: 430px) {
  /* line 2, ../scss/pages/_pravne_postavenie.scss */
  .blog-post p {
    font-size: 1.0em;
  }
}

#popup  {
  display:none;
  position:absolute;
  margin:0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;  
  
   
}
.list-director{
  list-style: none;
}



.background {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}    

.container404{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.sprava {
  width:90%; 
  padding-top: 2em;
}

.sprava95 {
  width:95%; 
  padding-top: 2em;
}

.sprava100 {
  width:100%; 
  padding-top: 2em;
}

.sprava110 {
  width:110%; 
  padding-top: 2em;
}

.smaller_h2{
  padding-top: 1em;
}
.pt-1{
  padding-top: 1em;
}

.pt-2{
  padding-top: 2em;
}

.no-mg{
  margin-right: auto;
  margin-left: auto;
}



.ponuky-list li{
  list-style-type: circle;
  font-size: 17px;
}

.podmienky li{
  list-style-type: decimal;
  font-size: 17px;
}

.ponuka{
  position: absolute;
  height: 50%;
  display: flex;
  align-items: center;
}

.fixed_ponuka {
  position: fixed;
  z-index: 1030;
}

.miesto_vykonu{
  font-size: 17px;
  color: #000;
}

.fixed_ponuka dl{
  margin-bottom: 6px;
}

.black{
  color: #000 !important;
}

.kariera_odkaz{
  background-color: rgba(226, 240, 217, 1);
  border: 1px solid;
  border-color: #415e00;
  text-align: center;
  text-indent: 0 !important;
  margin-top: 2rem;
}

#contactdiv,#emailcontactdiv {
  display: none;
}
.popover-content{
  text-align: center;
}

.kariera_kontakt {
  font-size: 1.2em;
  font-weight: 500;
  display: contents;
}

.kariera_odkaz p{
  text-indent: 0px;
  margin-top: 10px;
}
.popover{
  text-indent: 0px;
}
.popover-title {
  text-align: center;
}

.popover_link_text{
text-decoration: underline;
color: #415e00;
}

@media (min-width: 1700px) {
.aafix-fix{
  height: 75vh;
  overflow: overlay;
}
}

@media ((min-width: 480px) and (max-width: 1700px)) {
  .aafix-fix{
    height: 68vh;
    overflow: overlay;
  }
}
