* {
  margin: 0;
  padding: 0;
}
html,
body,
ul,
menu,
ol {
  font-family: Calibri, Arial;
  font-size: 17px;
  margin: 0;
}
a.btn {
  color: white;
  padding: 7px 20px;
  background-color: #31a9c1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
a.btn:hover {
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2392d8;
  font-size: 24px;
}
.nospace {
  margin: 0 !important;
  padding: 0 !important;
}
@media screen and (max-width: 991px) {
  .container.mobilna-navigacia {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .container.mobilna-navigacia .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .container.mobilna-navigacia .row .col-md-7 {
    margin: 0;
    padding: 0;
  }
}
form .error {
  text-align: right;
}
form .error ul {
  font-size: 14px;
  list-style: none;
  color: red;
}
@media screen and (min-width: 991px) {
  .page-wrapper.fixed .horny-wrapper {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 5;
    background-color: white;
    height: 50px;
    position: fixed;
    border-bottom: 1px solid #698699;
  }
  .page-wrapper.fixed .horny-wrapper .horny-container {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: none !important;
  }
  .page-wrapper.fixed .horny-wrapper .mobilna-navigacia img.logo-image {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: -16px;
    width: 150px;
  }
  .page-wrapper.fixed .horny-wrapper .mobilna-navigacia ul.navigacia {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 7px;
  }
  .page-wrapper.fixed .horny-wrapper .mobilna-navigacia ul.navigacia li a {
    color: #2392d8;
  }
  .page-wrapper.fixed .horny-wrapper .mobilna-navigacia ul.navigacia li a:hover {
    color: white;
  }
  .page-wrapper.fixed .horny-wrapper .mobilna-navigacia ul.navigacia li.active a {
    color: white;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.open .horny-wrapper .mobilna-navigacia ul.navigacia {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper.open .content-wrapper {
    margin-top: 254px;
  }
}
.page-wrapper .horny-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .page-wrapper .horny-wrapper {
    z-index: 5;
    background-color: white;
    height: 50px;
    position: fixed;
    border-bottom: 1px solid #698699;
  }
}
.page-wrapper .horny-wrapper a.menu-burger {
  position: absolute;
  top: 8px;
  right: 20px;
  display: none;
  text-decoration: none;
  font-size: 22px;
}
.page-wrapper .horny-wrapper a.menu-burger:hover {
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .page-wrapper .horny-wrapper a.menu-burger {
    display: block;
    text-decoration: none;
  }
}
.page-wrapper .horny-wrapper .horny-riadok {
  float: none;
  position: relative;
}
.page-wrapper .horny-wrapper .horny-riadok ul.horne-linky {
  list-style: none;
}
.page-wrapper .horny-wrapper .horny-riadok ul.horne-linky li {
  height: 100%;
  padding: 8px 5px;
  float: left;
  position: relative;
}
.page-wrapper .horny-wrapper .horny-riadok ul.horne-linky li a {
  font-size: 15px;
  color: #8f8f8f;
}
.page-wrapper .horny-wrapper .horny-riadok ul.horne-linky li + li:before {
  content: "| ";
  padding-right: 6px;
}
.page-wrapper .horny-wrapper .horny-riadok ul.horne-linky li + li.no-pipe a {
  text-decoration: none;
}
.page-wrapper .horny-wrapper .horny-riadok ul.horne-linky li + li.no-pipe:before {
  content: none;
  padding-right: 6px;
}
.page-wrapper .horny-wrapper .mobilna-navigacia img.logo-image {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  top: -40px;
  width: 386px;
}
@media screen and (max-width: 991px) {
  .page-wrapper .horny-wrapper .mobilna-navigacia img.logo-image {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: -16px;
    width: 150px;
  }
}
.page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia {
  list-style: none;
  position: absolute;
  top: 49px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia {
    background-color: white;
    display: none;
  }
}
.page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li {
    display: inline;
    width: 100%;
    background-color: white;
  }
}
.page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li a {
  font-size: 17px;
  width: 100%;
  display: inline-block;
  color: white;
  padding: 7px 19px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li a {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 991px) {
  .page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li a {
    color: #31a9c1;
  }
  .page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li a:hover {
    color: white;
  }
}
.page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li a:hover {
  text-decoration: none;
  background-color: #31a9c1;
}
.page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li.active a {
  background-color: #31a9c1;
}
@media screen and (max-width: 991px) {
  .page-wrapper .horny-wrapper .mobilna-navigacia ul.navigacia li.active a {
    color: white;
  }
}
.content-wrapper {
  position: relative;
  margin: 40px 0 0 0;
}
.content-wrapper .slider {
  box-shadow: 1px 50px 86px -25px #DDDDDD;
  -webkit-box-shadow: 1px 50px 86px -25px #DDDDDD;
  -moz-box-shadow: 1px 50px 86px -25px #DDDDDD;
  -o-box-shadow: 1px 50px 86px -25px #DDDDDD;
}
.content-wrapper .slider img {
  height: 410px;
  width: 100%;
}
@media screen and (max-width: 1524px) {
  .content-wrapper .slider img {
    height: auto;
  }
}
.content-wrapper .slider .eMelon-image-text-wrapper {
  width: 100%;
  color: white;
  font-size: 20px;
  padding: 20px;
  position: absolute;
  z-index: 4;
  top: 180px;
  font-weight: lighter;
}
@media screen and (max-width: 1380px) {
  .content-wrapper .slider .eMelon-image-text-wrapper {
    top: 108px;
  }
}
@media screen and (max-width: 1100px) {
  .content-wrapper .slider .eMelon-image-text-wrapper hr {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .content-wrapper .slider .eMelon-image-text-wrapper {
    top: 0px;
  }
}
@media screen and (max-width: 686px) {
  .content-wrapper .slider .eMelon-image-text-wrapper .eMelon-image-description p:last-of-type,
  .content-wrapper .slider .eMelon-image-text-wrapper .eMelon-image-description hr {
    display: none;
  }
}
@media screen and (max-width: 321px) {
  .content-wrapper .slider .eMelon-image-text-wrapper .eMelon-image-description p:last-of-type,
  .content-wrapper .slider .eMelon-image-text-wrapper .eMelon-image-description {
    font-size: 19px;
  }
}
.content-wrapper .slider .eMelon-image-text-wrapper .enclosure {
  padding-left: 26px;
}
footer {
  background-image: url('/img/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
}
footer .horny-riadok {
  margin: 30px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #45aedc;
}
footer .horny-riadok .navigacia-wrapper {
  text-align: left;
}
@media screen and (max-width: 991px) {
  footer .horny-riadok .navigacia-wrapper {
    text-align: center;
  }
}
footer .horny-riadok .navigacia-wrapper ul.navigacia {
  list-style: none;
}
footer .horny-riadok .navigacia-wrapper ul.navigacia li {
  display: inline-block;
  text-align: center;
}
footer .horny-riadok .navigacia-wrapper ul.navigacia li a {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: white;
  padding: 7px 20px;
  font-weight: bold;
}
footer .horny-riadok .navigacia-wrapper ul.navigacia li a:hover {
  text-decoration: none;
  background-color: #59cbe3;
}
footer .horny-riadok .navigacia-wrapper ul.navigacia li.active a {
  background-color: #59cbe3;
}
footer .horny-riadok p {
  padding: 4px;
  color: white;
  font-size: 16px;
}
footer .horny-riadok p a {
  font-weight: bold;
  color: white;
}
footer .dolny-riadok {
  color: white;
  font-size: 16px;
}
footer .dolny-riadok a {
  font-weight: bold;
  color: white;
}
footer .zakaznicka-linka {
  text-align: right;
}
@media screen and (max-width: 991px) {
  footer .zakaznicka-linka {
    text-align: center;
  }
}
footer .melon-agency {
  color: white;
}
footer .melon-agency a {
  color: white;
}
footer .melon-agency a:hover {
  color: white;
}
.section-heading {
  width: 100%;
  position: relative;
}
.section-heading:after {
  content: '';
  border-bottom: 1px solid #e0e0e0;
  height: 1px;
  position: absolute;
  left: 15%;
  bottom: 37%;
  z-index: 1;
  width: 85%;
}
@media screen and (max-width: 991px) {
  .section-heading:after {
    display: none;
  }
}
.section-heading h1,
.section-heading h2 {
  color: #2392d8;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.sluzby-container {
  margin-bottom: 25px;
}
.sluzby-container .sluzba-holder div.image-holder {
  width: 110px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.sluzby-container .sluzba-holder div.text-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.sluzby-container .sluzba-holder div.text-holder p {
  line-height: 24px;
}
.sluzby-container .sluzba-holder div.text-holder h2 {
  color: #2392d8;
}
.home .sluzby-container {
  margin-bottom: 25px;
}
.home .sluzby-container .sluzba-holder div.image-holder {
  width: 110px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.home .sluzby-container .sluzba-holder div.text-holder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.home .sluzby-container .sluzba-holder div.text-holder p {
  line-height: 24px;
}
.home .sluzby-container .sluzba-holder div.text-holder h2 {
  color: #2392d8;
}
.home .novinky-container {
  background-image: url("/img/home-oznamy-bg.jpg");
  min-height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}
.home .novinky-container h2 {
  font-weight: lighter;
  margin: 10px 0 ;
  padding: 0 0 5px 0;
  color: white;
  border-bottom: 1px solid #698699;
}
.home .novinky-container h3 a {
  font-weight: lighter;
  margin: 10px 0 ;
  padding: 0 0 5px 0;
  color: white;
}
.home .novinky-container h3 a:hover {
  font-weight: lighter;
  margin: 10px 0 ;
  padding: 0 0 5px 0;
  color: white;
}
.home .novinky-container .intro,
.home .novinky-container .datum {
  color: white;
}
.home .certifikaty-container {
  border-top: 1px solid #4faad1;
  background-image: url("/img/home-certifikaty-bg.jpg");
  min-height: 153px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home .certifikaty-container h2 {
  font-weight: lighter;
  margin: 10px 0 ;
  padding: 0 0 5px 0;
  color: white;
  border-bottom: 1px solid #698699;
}
.home .certifikaty-container img {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: bottom;
}
.home .certifikaty-container a {
  display: inline-block;
  float: left;
  width: 100px;
}
.home .onas-container {
  min-height: 316px;
  background-image: url("/img/home-onas-bg.jpg");
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .home .onas-container {
    background: none;
  }
}
.home .onas-container h2 {
  color: #2392d8;
}
.home .kontakt-container {
  margin-bottom: 20px;
}
.home .kontakt-container .mapa-holder {
  margin: 20px 0;
}
.home .kontakt-container h2 {
  font-weight: lighter;
  margin: 10px 0 ;
  padding: 0 0 5px 0;
  color: #31a9c1;
  border-bottom: 1px solid #e0e0e0;
}
.home .kontakt-container p {
  line-height: 25px;
}
.home .kontakt-container p i {
  color: #2392d8;
  font-weight: bold;
  font-style: normal;
}
.home .kontakt-container .contact-form button.btn {
  width: 100%;
  background-color: #59cbe3;
  border-color: #59cbe3;
}
.home .kontakt-container .contact-form button.btn:hover {
  background-color: #2dbddc;
  border-color: #2dbddc;
}
@media screen and (max-width: 991px) {
  .home .kontakt-container .riadok-pod-mapou {
    margin: 20px;
  }
}
.novinka .container {
  margin-bottom: 20px;
}
.novinka .container h1 {
  color: #2392d8;
  font-size: 24px;
}
.bezna .obsah-container {
  min-height: 400px;
  margin-bottom: 20px;
  font-size: 16px;
}
.bezna .obsah-container h1 {
  color: #2392d8;
  font-size: 24px;
}
.bezna .mapa-stranok ul {
  margin: 0 20px;
  padding: 5px 0px;
}
.bezna label span {
  color: red;
}
.bezna .likvidacia h2 {
  border-bottom: 1px solid #e0e0e0;
}
.bezna .likvidacia .cislolieku {
  font-weight: bold;
  color: #2392d8;
  border-bottom: 1px dashed #e0e0e0;
}
.bezna .submit-form-group {
  margin: 20px 0;
}
.bezna .submit-form-group button {
  width: 100%;
}
.bezna .pridajFieldset {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 991px) {
  .bezna .pridajFieldset {
    width: 100%;
  }
}
.bezna .certifikaty-wrapper {
  padding: 0 0 0 20px;
}
.kontakt-container {
  padding: 20px 0;
}
.kontakt-container p {
  line-height: 25px;
}
.kontakt-container p i {
  color: #2392d8;
  font-weight: bold;
  font-style: normal;
}
.kontakt-container .stlpec-1 h2,
.kontakt-container .stlpec-2 h2 {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 991px) {
  .kontakt-container .stlpec-1,
  .kontakt-container .stlpec-2 {
    padding: 40px;
  }
}
.kontakt-container .contact-form button.btn {
  width: 100%;
  background-color: #59cbe3;
  border-color: #59cbe3;
}
.kontakt-container .contact-form button.btn:hover {
  background-color: #2dbddc;
  border-color: #2dbddc;
}
