body {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px;
  line-height: 24px;
}

hr {
  border:1px solid #1DCE98;
}

.pt-70 {
  padding-top:70px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-108 {
margin-top: 108px;
}
.mt-36 {
margin-top: 36px;
}

/** nav **/

.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent;
}

.icon-bar {
  border:1px solid #fff;
}

nav li a:hover {
  background: none !important;
}

nav {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}

nav .navbar-brand {
    padding-top: 27px;
}
nav .navbar-brand img {
	width:200px;
}

.navbar-nav a {
    color:white;
	cursor:pointer;
}
nav .navbar-brand span {
    font-weight: bold;
}
nav li a:hover {text-decoration:underline}
nav li a:focus {background: none !important;}

/** nav - end **/

section h2 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}

#header {
    color:#fff;
    background:url('/data/horny.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
    width:100%;
    position: relative;

}

#header .center {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  }

#header h1 {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}

#header h2 {
  padding-bottom: 46px;
  margin-bottom: 0px;
}

#header .viacinfo {
  background:none;
  border:1px solid #fff;
  border-radius:3px;
  color: #fff;
  font-size: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 208px;
}

#byvanie {
  color:#fff;
}

#byvanie .color1,#byvanie .color2,#byvanie .color3,#byvanie .color4{height:354px}

#byvanie .color1 {
  background:#1DCE98
}
#byvanie .color2 {
  background:#1DCEC7
}
#byvanie .color3 {
  background:#DDA345
}
#byvanie .color4 {
  background:#1D91CE
}

#byvanie i {
  font-size: 30px !important;
  padding-top: 64px;
}


#byvanie h2 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: normal;
  text-transform: uppercase;
}

#byvanie p {
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 34px;
  padding-left: 34px;
  padding-right: 34px;
}


#byvanie-text h2 {
  margin-top: 54px;

}

#galeria {
  background: #F0F0F0;
  margin-top: 60px;
  padding-top: 55px;
  }

#galeria .gallery_images {
  margin-top: 20px;
}

#galeria  .gallery_product {
    margin-bottom: 30px;
	text-align:center;
  }


.tabulka_nehnutelnosti {
  margin-top: 37px;
  margin-bottom: 60px;
}


.tabulka_nehnutelnosti th,td {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}



#financovanie {
    color:#fff;
    background:url('/data/finance.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    position: relative;
    background-position: center;
}

#financovanie h3 {
  font-weight: 900;
  font-size: 34px;
  margin-bottom: 15px;
}

#kontakt {
  padding-bottom: 88px;
}


#map-canvas {
  height: 500px;
}

#kontaktny-formular {
  margin-top: 50px;

}

.btn-cyan {
  background-color: #1DCEC7;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 38px;
  padding-right: 38px;
  color: #fff;
  border-radius: 4px;
}

input,textarea {
  border:1px solid #7F878E !important;
}

footer {
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #1D91CE;
  color: #fff;
}

/** detail subpage **/

#header-detail {
    color:#fff;
    background:url('/img/header-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 318px;
    width:100%;
    position: relative;

}

#header-detail .center {
  position: absolute;
  top: 65%;
  left:50%;
  transform: translate(-50%,-50%);
  }

#header-detail h1 {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 50px;
  line-height: 45px;
  font-weight: 600;
}

#informacie {
  margin-top: 80px;
}

.price-info {
  font-size: 34px;
  margin-bottom: 27px;
}

.cyan-nobg {
  background-color: #fff;
  border:2px solid #1DCEC7;
  color: #1DCEC7;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 9px;

}

.hr-silver {
  border:1px solid #707070;
}

#informacie th {
  border-top : none;
}

.free{color:green}
.reserved{color:red}