html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  width: 100%;
  height: 100%;
  padding-top: 61px;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  margin: 10px 0 5px 0;
  text-transform: lowercase;
}

h1 {
  position: relative;
  font-size: 24px;
  text-align: right;
  border-bottom: 1px solid #F3CB19;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
  color: #7F3037;
}

p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.6em;
  text-align: justify;
}

a {
  color: #7F3037;
  text-decoration: none;
  transition: all 0.6s ease;
}

a:hover, a:focus, .rightbutton:hover, .rightbutton:focus {
  color: #C27C82;
  text-decoration: none;
  transition: all 0.6s ease;
}

.noselect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.left {
  text-align: left;
}

.left-shift {
  text-align: left;
  padding-left: 10px;
}

.right {
  text-align: right;
}

.columns2 {
  column-count: 2;
  column-gap: 40px;
  column-rule: solid 1px #DDD;
}

.rightbutton {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  color: #7F3037;
  text-decoration: none;
  transition: all 0.6s ease;
}

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

.jumbotron > .container, .jumbotron > .container-small {
  width: 100%;
  height: 550px;
  background-position-x: center !important;
}

.jumbotron > .container-small {
  display: inline-block;
  height: 300px;
}

.description > .container {
  width: 100%;
}

#map {
  position: relative;
  width: 100%;
  height: 350px;
}

.gm-style-pbt {
  text-align: center;
}

footer {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  height: 100px;
}

footer > .container {
  width: 100%;
  padding-top: 18px;
  background-color: #F0F0F0;
}

footer i {
  padding-right: 7px;
}

footer span {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

footer .address, footer .contact {
  display: block;
}

footer .media i {
  padding: 10px 5px;
}

footer i.janh {
  display: inline-block;
  width: 46px;
  height: 42px;
  padding: 5px;
  margin-left: 5px;
  vertical-align: text-bottom;
  border: 3px solid #7F3037;
  border-radius: 5px;
  background-image: url("/bitmap/logo_bw.png");
  background-color: #7F3037;
  background-repeat: no-repeat;
  background-position: center;
}

footer i.janh:hover, footer i.janh:focus {
  transition: all 0.6s ease;
  background-color: #C27C82;
  border-color: #C27C82;
}

footer .designed {
  font-size: 12px;
  color: #7F3037;
  text-align: center;
}

footer .designed a {
  color: #7F3037;
}

.pinterest {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  top: -5px;
}

@media (max-width: 840px) {
  body {
    padding-top: 51px;
  }

  .jumbotron > .container {
    background-size: cover;
  }

  footer .container {
    height: 240px !important;
  }

  .columns2 {
    column-count: 1;
  }
}
@media (min-width: 1500px) {
  .jumbotron > .container {
    background-size: cover;
  }
}
.logo {
  position: absolute;
  text-align: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.78);
  padding-bottom: 15px;
  transition: width 0.3s, height 0.3s;
}

.logo img {
  width: 90%;
  max-width: 200px;
  height: auto;
  padding-top: 15px;
  transition: width 0.3s, height 0.3s;
}

.logo.logo-mini {
  width: 10% !important;
  transition: width 0.3s, height 0.3s;
}

.navbar {
  background-color: #000;
}

.navbar li a {
  margin: 20px;
  padding: 0;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #000;
  transition: border-bottom 0.6s ease, color 0.6s ease;
}

.navbar li a:hover {
  color: #AAA;
  border-bottom: 1px solid #7F3037;
  transition: border-bottom 0.6s ease, color 0.6s ease;
}

.navbar li.active a {
  border-bottom: 1px solid #7F3037;
}

.navbar .container {
  margin: 0 !important;
  padding: 0 15px;
}

.navbar-nav {
  margin-left: 40px;
}

.navbar-language {
  margin: 16px;
  padding: 0;
}

.navbar-language a {
  margin: 0 !important;
}

.info {
  color: #FFF;
  padding-top: 280px;
}

.info h2 {
  text-align: center;
}

@media (min-width: 840px) {
  .navbar .container {
    width: 100% !important;
  }
}
@media (max-width: 840px) {
  .navbar-nav {
    width: 180px;
    float: right;
    text-align: right;
  }

  .logo.logo-mini {
    width: 30% !important;
  }
}
.light-box {
  height: 550px;
  background-color: rgba(255, 255, 255, 0.5);
}

.light-box-small {
  height: 330px;
  background-color: rgba(255, 255, 255, 0.5);
}

.caption, .caption-right {
  padding: 0;
}

.caption-right {
  float: right;
}

.caption-box {
  width: 130px;
  height: 130px;
  float: right;
  text-align: center;
  padding-top: 40px;
  color: #FFF;
  background-color: #8C8C8C;
}

.caption-box-color {
  color: #000;
  float: left;
  background-color: #F3CB19;
}

.caption-box-light {
  color: #000;
  float: left;
  padding-top: 35px;
  background-color: #F0F0F0;
}

.info-box {
  padding: 20px 25px;
}

.info-box-color {
  background-color: #F3CB19;
}

.info-box-color h1 {
  border-bottom: 1px solid #FFF;
}

.info-box-light {
  background-color: #F0F0F0;
}

.info-box-dark {
  color: #FFF;
  background-color: #8C8C8C;
}

.info-box-dark a {
  color: #FAFAFA;
}

.right-box {
  float: left;
  width: 46%;
  text-align: right;
}

.right-box.pad-top {
  padding-top: 30px;
}

.row-pad {
  padding-bottom: 35px;
}

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

@media (max-width: 840px) {
  .info-box {
    padding: 10px;
  }

  .caption-box {
    width: 100%;
    height: auto;
    padding: 10px 0;
  }

  .info-limit {
    height: auto;
  }

  .right-box {
    width: 90%;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .right-box > h3.right, .right-box > p.right {
    text-align: center;
  }

  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .ug-lightbox-button-close {
    top: 20px;
    right: 20px;
  }
}
.video li {
  list-style: none;
  float: left;
  width: 150px;
  min-height: 110px;
  text-align: center;
  padding: 15px;
  transition: background 0.6s ease;
}

.video li:hover, .video li:focus {
  background-color: #FFE054;
  transition: background 0.6s ease;
}

.video li a:hover, .video li a:focus {
  text-decoration: none;
  color: #AAA;
}

.video li p {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 0;
}

.video li img {
  display: block;
  margin: 0 auto;
}

.news {
  padding: 20px 0;
}

.news li {
  list-style: none;
  padding: 5px 0;
}

.news li strong {
  color: #7F3037;
  font-weight: 400;
}

.about {
  display: inline-block;
}

.about li {
  display: block;
  float: left;
  list-style: none;
  padding: 2px 10px;
}

@media (max-width: 840px) {
  .video li {
    padding: 0;
    min-height: 90px;
  }

  .about {
    padding-left: 0;
  }
}
.container.profil {
  background-image: url(../bitmap/background/profil.jpg);
}

.profil-mini {
  min-height: 350px;
  background: url(../bitmap/background/profil-mini.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container.technologie {
  background-image: url(../bitmap/background/technologie.jpg);
}

.technologie-mini {
  min-height: 350px;
  background: url(../bitmap/background/technologie-mini.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container.technologie-vitraz {
  background-image: url(../bitmap/background/technologie-vitraz.jpg);
}

.container.technologie-tavena_plastika {
  background-image: url(../bitmap/background/technologie-tavena_plastika.jpg);
}

.container.technologie-tavene_gravirovani {
  background-image: url(../bitmap/background/technologie-tavene_gravirovani.jpg);
}

.container.technologie-fusing {
  background-image: url(../bitmap/background/technologie-fusing.jpg);
}

.container.technologie-mozaika {
  background-image: url(../bitmap/background/technologie-mozaika.jpg);
}

.container.technologie-piskovani {
  background-image: url(../bitmap/background/technologie-piskovani.jpg);
}

.container.technologie-leptani_skla {
  background-image: url(../bitmap/background/technologie-leptani_skla.jpg);
}

.container.technologie-bezpecnostni_sklo {
  background-image: url(../bitmap/background/technologie-bezpecnostni_sklo.jpg);
}

.container.technologie-lehane_sklo {
  background-image: url(../bitmap/background/technologie-lehane_sklo.jpg);
}

.container.technologie-ohybani_skla {
  background-image: url(../bitmap/background/technologie-ohybani_skla.jpg);
}

.container.technologie-ornamentni_skla {
  background-image: url(../bitmap/background/technologie-ornamentni_skla.jpg);
}

.container.technologie-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.78);
  font-size: 20px;
  color: #FFF;
  text-align: center;
  padding: 10px;
}

.container.reference {
  background-image: url(../bitmap/background/reference.jpg);
}

.container.galerie {
  background-image: url(../bitmap/background/galerie.jpg);
}

.container.katalog {
  background-image: url(../bitmap/background/katalog.jpg);
}

.container.kontakt {
  background-image: url(../bitmap/background/kontakt.jpg);
}

.kontakt-mini {
  min-height: 350px;
  background: url(../bitmap/background/kontakt-mini.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container.notfound {
  background-image: url(../bitmap/background/notfound.jpg);
}

.notfound-mini {
  min-height: 350px;
  background: url(../bitmap/background/notfound-mini.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mapa {
  background-image: url(../bitmap/background/notfound.jpg);
}

.mapGallery a img {
  max-width: 300px;
  max-height: 300px;
  padding: 7px;
}

.mapLink i {
  color: #ccc;
  font-size: 20px;
  padding-top: 10px;
}

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