strong {
  font-weight: 300;
}

b {
  font-weight: 400;
}

.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 {
  background-color: rgba(59, 59, 59, 0.3);
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-out;
}
header a.logo img {
  width: 274px;
  padding: 26px 36px;
  border-radius: 0 0 6px 6px;
  background-color: #3b3b3b;
  position: absolute;
  transition: all 0.3s ease-out;
}
header.dark {
  background-color: rgba(59, 59, 59, 0.85);
}
header.dark a.logo img {
  padding: 26px 26px;
  transform: scale(0.63);
  margin-top: -18px;
  border-radius: 0;
}

.navbar-collapse {
  padding: 10px 0;
  display: inline-block;
}

.navbar-default {
  border: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default {
    min-height: 0;
  }
}
.navbar-default ul.nav {
  margin: 0 auto;
}
.navbar-default ul.nav li {
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  .navbar-default ul.nav li.open > .dropdown-menu, .navbar-default ul.nav li:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-default ul.nav li > a {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 0;
}
.navbar-default ul.nav li > a:hover, .navbar-default ul.nav li > a:focus {
  background-color: transparent;
}
.navbar-default ul.nav li .dropdown-menu {
  border: 0;
}
@media (max-width: 767px) {
  .navbar-default ul.nav li .dropdown-menu {
    margin-top: 0;
  }
}
.navbar-default ul.nav li .dropdown-menu li > a {
  text-shadow: none;
}

.navbar-toggle {
  background-color: #d59541;
  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;
}

.btn {
  font-family: "Roboto", sans-serif, "Open Sans", sans-serif;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  margin: 27px 0;
  text-align: center;
  min-width: 210px;
}

.btn-dark {
  color: #3b3b3b;
  background-color: #d59541;
  border-color: #d59541;
  font-size: 20px;
  padding: 17px 30px;
  margin: 8px;
  border: none;
  opacity: 0.85;
}
.btn-dark:focus, .btn-dark.focus {
  color: #3b3b3b;
  background-color: #ba7b29;
  border-color: #7b521b;
}
.btn-dark:hover {
  color: #3b3b3b;
  background-color: #ba7b29;
  border-color: #b27627;
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
  color: #3b3b3b;
  background-color: #ba7b29;
  border-color: #b27627;
}
.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: #3b3b3b;
  background-color: #9d6823;
  border-color: #7b521b;
}
.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: #d59541;
  border-color: #d59541;
}
.btn-dark .badge {
  color: #d59541;
  background-color: #3b3b3b;
}

.btn-secondary {
  color: white;
  background-color: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: white;
  background-color: #222222;
  border-color: black;
}
.btn-secondary:hover {
  color: white;
  background-color: #222222;
  border-color: #1c1c1c;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: #222222;
  border-color: #1c1c1c;
}
.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: #101010;
  border-color: black;
}
.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: #3b3b3b;
  border-color: #3b3b3b;
}
.btn-secondary .badge {
  color: #3b3b3b;
  background-color: white;
}

.btn-white {
  color: #3b3b3b;
  background-color: white;
  border-color: white;
  opacity: 0.85;
  padding: 17px 30px;
  margin: 8px;
}
.btn-white:focus, .btn-white.focus {
  color: #3b3b3b;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-white:hover {
  color: #3b3b3b;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #3b3b3b;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus, .open > .btn-white.dropdown-toggle:hover, .open > .btn-white.dropdown-toggle:focus, .open > .btn-white.dropdown-toggle.focus {
  color: #3b3b3b;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus {
  background-color: white;
  border-color: white;
}
.btn-white .badge {
  color: white;
  background-color: #3b3b3b;
}

.carousel {
  position: relative;
  border-bottom: 10px solid #d59541;
}
.carousel .banner1 {
  position: relative;
  z-index: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.carousel .banner1 .carousel-caption {
  top: 18%;
}
.carousel .banner1 .carousel-caption .nazov {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  transition: all 1.2s ease-out;
  text-transform: uppercase;
}
.carousel .banner1 .carousel-caption .nazov.is_visible {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.carousel .banner1 h1, .carousel .banner1 .h1 {
  color: white;
  font-size: 76.8px;
  font-weight: 200;
  margin: 0 0 22px 0;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.8);
  padding: 0;
}
.carousel .banner1 h2 {
  color: white;
  font-size: 46.4px;
  font-weight: 200;
  margin-bottom: 25px;
  margin-top: 0;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.8);
}
.carousel.big_banner {
  height: 100%;
}

.banner_small {
  width: 100%;
}

h1, .h1 {
  color: #d59541;
  font-weight: 100;
  margin-top: 0.3em;
  margin-bottom: 0.85em;
  text-align: center;
  font-size: 46px;
}

h2, .h2 {
  color: #d59541;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: 0.3em;
  margin-bottom: 0.85em;
  text-align: center;
}
h2 span, .h2 span {
  text-transform: none;
}
h2 a, .h2 a {
  color: #3b3b3b;
}
h2 a:hover, .h2 a:hover {
  color: #222222;
}

h3 {
  margin-top: 0;
  color: #d59541;
}
h3 a {
  color: #d59541;
}
h3 a:hover {
  color: #ba7b29;
}

.gallery .gallery_item {
  margin-bottom: 18px;
}

.clanok_vypis {
  display: flex;
  flex-wrap: wrap;
}
.clanok_vypis div {
  margin-bottom: 1em;
}
.clanok_vypis .clanok {
  height: 100%;
  background: #eeeeee;
}
.clanok_vypis .clanok h2 {
  margin-top: 0;
}
.clanok_vypis .clanok h2 a {
  color: white;
}
.clanok_vypis .clanok .text {
  padding: 1em;
}
.clanok_vypis .clanok a.viac {
  float: right;
  background: #d59541;
  color: white;
  display: inline-block;
  padding: 0.5em 1em;
}

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 {
  font-weight: 100;
  padding: 12px 0 24px 0;
  background: none repeat scroll 0 0 #3b3b3b;
  color: white;
  border-top: 1px solid #d59541;
}
footer .created {
  display: inline-block;
}
footer ul.navbar-nav {
  display: inline-block;
  padding: 0;
}
footer ul.navbar-nav li {
  border-right: 1px solid white;
  display: inline-block;
}
footer ul.navbar-nav li:last-child {
  border: 0;
}
footer ul.navbar-nav li a {
  color: white;
  padding: 8px;
}
footer ul.navbar-nav li a:hover, footer ul.navbar-nav li a:focus {
  background-color: transparent;
  color: #eeeeee;
}

/* ************************************************* HTML */
html, body {
  height: 100%;
}
@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: 18px;
  font-weight: 300;
  margin-bottom: 28px;
  text-align: center;
}
html .page_section, body .page_section {
  padding: 72px 0;
}
html .page_section.grey, body .page_section.grey {
  background-color: #3b3b3b;
  color: white;
}
html .page_section.grey .table-striped tr:nth-child(odd), body .page_section.grey .table-striped tr:nth-child(odd) {
  color: #3b3b3b;
}
html .page_section.grey .table-striped td, body .page_section.grey .table-striped td {
  border: 2px solid #3b3b3b;
}
html .produkty .produkt, body .produkty .produkt {
  padding: 12px;
  border: 1px solid #d59541;
  width: 100%;
  margin-bottom: 19px;
}
html .produkty .produkt a, body .produkty .produkt a {
  position: relative;
  overflow: hidden;
  display: block;
}
html .produkty .produkt a:hover img, body .produkty .produkt a:hover img {
  transform: scale(2);
}
@media (max-width: 991px) {
  html .produkty .produkt a:hover img, body .produkty .produkt a:hover img {
    transform: none;
  }
}
html .produkty .produkt a:hover span, body .produkty .produkt a:hover span {
  bottom: 0;
  opacity: 1;
}
html .produkty .produkt a img, body .produkty .produkt a img {
  max-width: 100%;
  width: 100%;
  transition: all 0.8s ease-out;
  -webkit-transform-origin: 50% 15%;
  transform-origin: 50% 15%;
}
@media (max-width: 991px) {
  html .produkty .produkt a img, body .produkty .produkt a img {
    transition: none;
  }
}
html .produkty .produkt a span, body .produkty .produkt a span {
  transition: all 0.5s;
  position: absolute;
  bottom: calc(-100% + 12px);
  opacity: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  display: block;
  text-align: center;
  padding: 1em;
  width: 100%;
}
html .produkty .produkt .bottom_nazov, body .produkty .produkt .bottom_nazov {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  background-color: #3b3b3b;
  color: white;
  padding: 10px;
}
html .produkt_table, body .produkt_table {
  font-size: 16px;
  font-weight: 300;
}
html .produkt_table .produkt, body .produkt_table .produkt {
  padding: 12px;
  border: 1px solid #d59541;
}
html .produkt_table .produkt a, body .produkt_table .produkt a {
  position: relative;
  overflow: hidden;
  display: block;
}
html .produkt_table .produkt a:hover img, body .produkt_table .produkt a:hover img {
  transform: scale(2);
}
html .produkt_table .produkt a img, body .produkt_table .produkt a img {
  width: 100%;
  transition: all 1s;
  transform-origin: 50% 15%;
}
html .produkt_table h1, body .produkt_table h1 {
  font-size: 46px;
  text-transform: uppercase;
}
html .produkt_table .gallery, body .produkt_table .gallery {
  margin-top: 19px;
}
html .produkt_table .gallery a:hover img, body .produkt_table .gallery a:hover img {
  transform: scale(1.5);
}
html .bold, body .bold {
  font-weight: 500;
}

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