/*

    Základní proměnné

*/
/* Respo breaks*/
/* Funkce */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center-h {
  justify-content: center;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.none {
  display: none;
}
.hidden {
  display: none !important;
}
.center-v {
  align-content: center;
  align-items: center;
}
.flex-centered {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.nowrap {
  flex-wrap: nowrap;
}
.center-text,
.textC {
  text-align: center;
}
/* Základní reset a nastavení stránek */
body,
html {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  font-family: 'Barlow', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  width: 100%;
  min-height: 100%;
  background: #fff;
}
a,
p,
img {
  line-height: 1;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  cursor: pointer;
}
a {
  cursor: pointer;
  color: gray;
}
img {
  max-width: 100%;
}
input,
select,
textarea,
button {
  font-family: 'Barlow', sans-serif;
}
a:not(.gallery-item),
button,
.a,
.button,
input[type=submit],
.transition,
textarea,
select {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}
header {
  -webkit-transform: translateZ(0);
}
section,
header,
footer,
aside,
div,
input,
p,
a,
span,
.boxed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap {
  max-width: 1260px;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
a:focus {
  text-decoration: none;
  background: none;
}
/* Komponenty */
#cookie-float-agree {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  padding: 15px 0px;
  color: #fff;
  z-index: 10000;
}
#cookie-float-agree .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#cookie-float-agree p {
  text-align: center;
  font-size: 14px;
}
#cookie-float-agree .cookie__btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  margin: 5px;
}
#cookie-float-agree .cookie__btn:hover {
  text-decoration: none;
  outline: none;
}
#cookie-float-agree .cookie__btn.js-cookie-disagree-btn {
  color: #c29d57;
  padding: 5px 15px;
  line-height: 20px;
  font-size: 14px;
}
#cookie-float-agree .cookie__btn.js-cookie-disagree-btn:hover {
  text-decoration: underline;
  color: #fff;
}
#cookie-float-agree .cookie__btn.js-cookie-agree-btn {
  color: #ffffff;
  background: #fff;
  padding: 5px 15px;
  line-height: 20px;
  font-size: 14px;
}
#cookie-float-agree .cookie__btn.js-cookie-agree-btn:hover {
  background: #c29d57;
}
body {
  min-height: 100vh;
  background: url(/images/bg2.jpg) right top no-repeat;
}
@media (max-width: 990px) {
  body {
    background: white;
  }
}
header {
  float: left;
  width: 100%;
  z-index: 999;
  padding-top: 40px;
}
header .logo {
  float: left;
  margin-top: 15px;
}
@media (max-width: 990px) {
  header .logo {
    order: 2;
    float: none;
    display: inline-block;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 990px) {
  header {
    padding-top: 10px;
  }
}
header .wrap {
  display: inline-block;
}
@media (max-width: 990px) {
  header .wrap {
    display: flex;
  }
}
header nav {
  float: right;
}
@media (max-width: 990px) {
  header nav {
    order: 1;
    width: 100%;
  }
}
header nav a {
  color: #31caff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
header nav a + a {
  margin-left: 60px;
}
header nav a:hover {
  color: black;
}
@media (max-width: 990px) {
  header nav a {
    float: left;
  }
  header nav a + a {
    float: right;
    margin-left: 0px;
  }
}
.main {
  z-index: 100;
  margin-top: -50px;
  position: relative;
}
@media (max-width: 990px) {
  .main {
    margin-top: 0px;
  }
}
.main .wrap {
  display: inline-block;
  position: relative;
}
.main img {
  float: right;
  max-width: calc(100% - 250px);
}
@media (max-width: 990px) {
  .main img {
    display: none;
  }
}
.main .left {
  position: absolute;
  bottom: 0px;
  left: 15px;
  z-index: 100;
  float: left;
}
@media (max-width: 990px) {
  .main .left {
    position: relative;
    left: 0px;
  }
}
.main .text {
  float: left;
  background: white;
  padding: 34px 40px 34px 0px;
  max-width: 650px;
  position: relative;
  z-index: 10;
}
@media (max-width: 990px) {
  .main .text {
    position: relative;
    max-width: 100%;
    padding: 0px;
    text-align: center;
  }
}
.main .text h1 {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: 'Barlow', sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .main .text h1 {
    text-align: center;
  }
}
.main .text p {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: 'Barlow', sans-serif;
  margin: 0px;
}
@media (max-width: 990px) {
  .main .text p {
    text-align: center;
  }
}
.line {
  float: left;
  width: 100%;
}
@media (max-width: 990px) {
  .line {
    text-align: center;
  }
}
.line .slide {
  color: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 26px;
  border: 1px solid #31caff;
  width: 197px;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: white;
  float: left;
  margin-top: 5px;
  padding: 18px 15px;
}
.line .slide:hover {
  border-color: black;
}
@media (max-width: 990px) {
  .line .slide {
    float: none;
    display: inline-block;
    margin: auto;
    margin-top: 35px;
  }
}
footer h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 21px;
  line-height: 25px;
  color: 'Barlow', sans-serif;
  margin-bottom: 15px;
  margin-top: 215px;
}
@media (max-width: 580px) {
  footer h1 {
    margin-top: 50px;
  }
}
footer .links {
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 380px) {
  footer .links {
    margin-top: 20px;
  }
}
footer .links a {
  color: #31caff;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
footer .links a + a {
  margin-left: 35px;
}
footer .links a:hover {
  color: black;
}
@media (max-width: 380px) {
  footer .links a {
    float: left;
    width: 100%;
    margin: 0px !important;
  }
  footer .links a + a {
    margin-top: 10px !important;
  }
}
footer p {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #b3b3b3;
  margin-top: 215px;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  footer p {
    margin-top: 75px;
  }
}
.gallery {
  margin: 165px 0px 0px 0px;
}
@media (max-width: 990px) {
  .gallery {
    margin-top: 55px;
  }
}
@media (max-width: 500px) {
  .gallery .wrap {
    padding: 0px !important;
  }
}
.gallery .left {
  width: calc(58.5% - 20px);
  margin-right: 20px;
  float: left;
}
@media (max-width: 500px) {
  .gallery .left {
    width: 100%;
    margin-right: 0px;
  }
}
.gallery .left .top {
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 20px;
}
.gallery .left .top img {
  opacity: 0;
}
.gallery .left .bot {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gallery .left .bot img {
  opacity: 0;
}
.gallery .left .bot-left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: calc(45% - 20px);
  margin-right: 20px;
}
.gallery .left .bot-left img {
  opacity: 0;
}
@media (max-width: 500px) {
  .gallery .left .bot-left {
    width: 100%;
    margin-right: 0px;
  }
}
.gallery .left .bot-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  float: left;
}
@media (max-width: 500px) {
  .gallery .left .bot-right {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
  }
}
.gallery .left .bot-right img {
  opacity: 0;
}
.gallery .right {
  width: 41.5%;
  float: left;
}
@media (max-width: 500px) {
  .gallery .right {
    width: 100%;
    margin-top: 20px;
  }
}
.gallery .right .pic {
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(50% - 10px);
}
@media (max-width: 500px) {
  .gallery .right .pic {
    width: 100%;
  }
}
.gallery .right .pic + .pic {
  margin-top: 20px;
}
.gallery .right .pic img {
  opacity: 0;
}
/*# sourceMappingURL=main.css.map */