/*

    Základní proměnné

*/
/* Funkce */
.flex {
  display: flex;
  flex-wrap: wrap;
}
.fl {
  float: left;
  width: 100%;
}
.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: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  width: 100%;
  min-height: 100%;
  background: #ffffff;
}
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;
}
img {
  max-width: 100%;
}
input,
select,
textarea,
button {
  font-family: 'Raleway', 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: 1580px;
  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;
}
header {
  position: relative;
  z-index: 150;
}
header .img-wrap {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
header .img-wrap img {
  width: 100%;
  float: left;
}
@media (max-width: 1024px) {
  header .img-wrap {
    margin-top: 86px;
  }
}
@media (max-width: 768px) {
  header .img-wrap {
    margin-top: 70px;
  }
}
@media (max-width: 600px) {
  header .img-wrap {
    margin-top: 66px;
    height: 320px;
  }
  header .img-wrap img {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
@media (max-width: 480px) {
  header .img-wrap {
    height: 300px;
  }
}
header img {
  position: relative;
  z-index: 1;
}
header .wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 10;
  right: 0px;
  margin: auto;
  align-items: center;
  align-content: center;
  padding: 0px 75px;
  padding-bottom: 122px;
  max-width: 1700px;
}
@media (max-width: 1024px) {
  header .wrap {
    align-items: flex-end;
    padding-bottom: 0px;
    align-content: flex-end;
  }
}
@media (max-width: 680px) {
  header .wrap {
    display: inline-block;
  }
}
header h1 {
  position: relative;
  z-index: 2;
  font-size: 70px;
}
header h1 span {
  float: left;
  width: auto;
  line-height: 92px;
  padding: 0px 60px;
  color: white;
  text-transform: uppercase;
  border: 1px solid rgba(112, 112, 112, 0.72);
  background: rgba(128, 0, 255, 0.72);
  margin-bottom: 6px;
}
@media (max-width: 580px) {
  header h1 span.desktop {
    display: none;
  }
  header h1 span.desktop + br {
    display: none;
  }
}
header h1 span.mobile {
  display: none;
}
@media (max-width: 580px) {
  header h1 span.mobile {
    display: block;
  }
}
@media (max-width: 1368px) {
  header h1 {
    font-size: 54px;
  }
}
@media (max-width: 1080px) {
  header h1 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 60px;
    padding: 0px 0px;
  }
  header h1 span {
    line-height: 60px;
    padding: 0px 30px;
  }
}
@media (max-width: 680px) {
  header h1 {
    position: absolute;
    left: 15px;
    bottom: -25%;
    line-height: 46px;
    font-size: 30px;
  }
  header h1 span {
    font-size: 30px;
    line-height: 46px;
    padding: 0px 15px;
  }
}
@media (max-width: 480px) {
  header h1 {
    line-height: 40px;
    font-size: 26px;
  }
  header h1 span {
    font-size: 26px;
    line-height: 40px;
  }
}
header .top-info-line {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  -webkit-transform: translateZ(0);
  background: #8124DC;
  padding: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
@media (max-width: 1368px) {
  header .top-info-line {
    padding: 18px 15px;
  }
}
@media (max-width: 1024px) {
  header .top-info-line {
    position: fixed;
    top: 0px;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  header .top-info-line {
    padding: 10px 15px;
    justify-content: space-evenly;
  }
}
header .top-info-line.fixed {
  position: fixed;
  top: 0px;
  bottom: auto;
}
header .top-info-line p {
  color: white;
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 30px;
}
header .top-info-line p.mobile {
  display: none;
}
header .top-info-line p.mobile br {
  display: none;
}
@media (max-width: 1500px) {
  header .top-info-line p {
    font-size: 22px;
  }
}
@media (max-width: 1368px) {
  header .top-info-line p {
    font-size: 18px;
    margin-right: 0px;
  }
}
@media (max-width: 1200px) {
  header .top-info-line p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  header .top-info-line p {
    font-size: 22px;
  }
  header .top-info-line p.mobile {
    display: inline-block;
  }
  header .top-info-line p.desktop {
    display: none;
  }
}
@media (max-width: 460px) {
  header .top-info-line p {
    margin-right: 0px;
  }
}
@media (max-width: 460px) {
  header .top-info-line p.mobile {
    text-align: right;
  }
  header .top-info-line p.mobile br {
    display: block;
  }
  header .top-info-line p.mobile span {
    display: none;
  }
}
header .top-info-line .button {
  font-weight: bold;
  color: #8124DC;
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  background: white;
  border-radius: 5px;
  line-height: 30px;
  padding: 12px 32px;
  border: 2px solid white;
  margin-left: 30px;
}
@media (max-width: 600px) {
  header .top-info-line .button span {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .top-info-line .button {
    padding: 8px 18px;
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  header .top-info-line .button {
    line-height: 30px;
    padding: 6px 10px;
    margin-left: 0px;
  }
}
header .top-info-line .button:hover {
  color: white;
  background: #8124DC;
}
.tips {
  margin-bottom: 70px;
}
@media (max-width: 990px) {
  .tips {
    margin-bottom: 35px;
  }
}
.tips .wrap {
  justify-content: space-between;
}
.tips .wrap {
  padding: 0px 75px;
  max-width: 1700px;
}
@media (max-width: 680px) {
  .tips .wrap {
    padding: 0px 15px;
  }
}
.tips h2 {
  float: left;
  min-width: 25%;
  color: #8124DC;
  font-size: 50px;
  line-height: 59px;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .tips h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 990px) {
  .tips h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .tips h2 {
    width: 100%;
    text-align: center;
  }
  .tips h2 + h2 {
    margin-top: 10px;
  }
}
.tips h2 strong {
  font-weight: 800;
}
.info {
  margin-bottom: 70px;
}
.info .wrap {
  padding: 0px 75px;
  max-width: 1700px;
}
@media (max-width: 680px) {
  .info .wrap {
    padding: 0px 15px;
  }
}
@media (max-width: 990px) {
  .info {
    padding-top: 45px;
    margin-bottom: 30px;
  }
}
.info aside {
  float: left;
  width: 37%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
  padding-bottom: 40px;
}
.info aside img {
  width: 100%;
  max-width: 351px;
}
@media (max-width: 990px) {
  .info aside {
    display: none;
  }
}
@media (max-width: 1441px) {
  .info aside {
    justify-content: center;
  }
}
.info .content {
  float: left;
  width: 63%;
  padding-left: 25px;
}
@media (max-width: 990px) {
  .info .content {
    width: 100%;
    padding-left: 0px;
  }
}
.info .content h2 {
  float: left;
  width: 100%;
  font-size: 50px;
  font-weight: 800;
  line-height: 59px;
  color: #272727;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .info .content h2 {
    margin-bottom: 15px;
    line-height: 45px;
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  .info .content h2 {
    font-size: 30px;
  }
}
.info .content ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 60px 0px;
  max-width: 770px;
  list-style: none;
}
@media (max-width: 768px) {
  .info .content ul {
    margin: 0px 0px 30px 0px;
  }
}
.info .content ul.nomargin {
  margin: 0px;
}
.info .content ul li {
  position: relative;
  padding-left: 35px;
  line-height: 30px;
  font-size: 25px;
  text-align: left;
  color: #2E2E2E;
  font-weight: 400;
}
.info .content ul li:before {
  content: "";
  width: 20px;
  height: 15px;
  background: url(../images/icons/check.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 9px;
}
@media (max-width: 768px) {
  .info .content ul li {
    line-height: 30px;
    font-size: 20px;
  }
  .info .content ul li:before {
    top: 8px;
  }
}
.info .content ul li.cross:before {
  background: url(../images/icons/krizek.svg) center center no-repeat;
  background-size: contain;
  width: 14px;
  left: 3px;
  height: 14px;
}
.info .content ul li.cross span {
  color: #2E2E2E;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.info .content ul li.cross span:hover {
  text-decoration: none;
}
.info .content ul li.cross p {
  line-height: 30px;
  font-size: 25px;
  text-align: left;
  font-weight: 400;
  float: left;
  width: 100%;
  margin: 0px;
  overflow: hidden;
  height: 0px;
}
@media (max-width: 768px) {
  .info .content ul li.cross p {
    line-height: 30px;
    font-size: 20px;
  }
}
.info .content ul li + li {
  margin-top: 8px;
}
.rebrand {
  padding-top: 35px;
  padding-bottom: 70px;
  margin-bottom: 90px;
  background: #F7F7F7;
}
@media (max-width: 990px) {
  .rebrand {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .rebrand {
    padding-top: 0px;
  }
}
@media (max-width: 680px) {
  .rebrand {
    padding-top: 60px;
  }
}
.rebrand .wrap {
  align-content: center;
  align-items: center;
}
.rebrand .wrap {
  padding: 0px 75px;
  max-width: 1700px;
}
@media (max-width: 680px) {
  .rebrand .wrap {
    padding: 0px 15px;
  }
}
.rebrand aside {
  float: left;
  width: 37%;
  position: relative;
}
@media (max-width: 768px) {
  .rebrand aside {
    width: 60%;
    min-width: 300px;
  }
}
.rebrand aside img {
  width: 100%;
}
.rebrand aside h2 {
  float: left;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #8124DC;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 990px) {
  .rebrand aside h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.rebrand p {
  float: left;
  width: 63%;
  padding-left: 25px;
  font-size: 35px;
  font-weight: 600;
  line-height: 41px;
  text-align: left;
  color: #272727;
}
@media (max-width: 1441px) {
  .rebrand p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .rebrand p {
    width: 100%;
    padding-left: 0px;
  }
}
.preparing {
  padding: 90px 0px 100px 0px;
}
@media (max-width: 990px) {
  .preparing {
    padding: 45px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  .preparing {
    padding: 20px 0px 30px 0px;
  }
}
.preparing .wrap {
  max-width: 770px;
}
.preparing h1 {
  float: left;
  width: 100%;
  color: #8124DC;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .preparing h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 360px) {
  .preparing h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.preparing .logos {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.preparing .logos img {
  height: 155px;
  display: inline-block;
}
@media (max-width: 600px) {
  .preparing .logos img {
    height: 100px;
  }
}
@media (max-width: 360px) {
  .preparing .logos img {
    height: 80px;
  }
}
@media (max-width: 800px) {
  .preparing .logos {
    justify-content: space-around;
  }
}
.text {
  padding-top: 70px;
}
.text .wrap {
  max-width: 990px;
}
@media (max-width: 990px) {
  .text {
    padding-top: 35px;
  }
}
.text h1 {
  float: left;
  width: 100%;
  color: #272727;
  font-size: 50px;
  line-height: 59px;
  text-align: left;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .text h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .text h1 {
    font-size: 30px;
  }
}
.text h2 {
  float: left;
  width: 100%;
  color: #272727;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  font-weight: 800;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .text h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.text p {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  color: #272727;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 990px) {
  .text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
.text ul {
  margin-top: 0px;
}
.text ul li {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  color: #272727;
}
@media (max-width: 990px) {
  .text ul li {
    font-size: 14px;
    line-height: 20px;
  }
}
.text .table-respo {
  float: left;
  width: 100%;
  overflow: auto;
}
.text table {
  width: 100%;
  min-width: 960px;
  float: left;
  margin-bottom: 20px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-spacing: 0px;
}
.text table th {
  border: 1px solid #000;
  border-left: 0px;
  border-bottom: 0px;
  padding: 8px 10px;
  vertical-align: top;
}
.text table td {
  border: 1px solid #000;
  vertical-align: top;
  border-left: 0px;
  padding: 8px 10px;
  border-bottom: 0px;
}
.persons {
  padding: 90px 0px 100px 0px;
}
@media (max-width: 990px) {
  .persons {
    padding: 45px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  .persons {
    padding: 20px 0px 30px 0px;
  }
}
.persons .wrap {
  max-width: 1345px;
}
@media (max-width: 540px) {
  .persons .wrap {
    padding: 0px;
  }
}
.persons h1 {
  float: left;
  width: 100%;
  color: #8124DC;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .persons h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 360px) {
  .persons h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.persons .boxes {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .persons .boxes {
    justify-content: center;
  }
}
.persons .boxes article {
  float: left;
  width: calc(33.33333% - 13.33333px);
  margin-right: 20px;
}
.persons .boxes article:last-of-type {
  margin-right: 0px;
}
@media (max-width: 990px) {
  .persons .boxes article {
    width: calc(50% - 10px);
  }
  .persons .boxes article:nth-of-type(2) {
    margin-right: 0px;
  }
  .persons .boxes article:last-of-type {
    margin-top: 30px;
  }
}
@media (max-width: 540px) {
  .persons .boxes article {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .persons .boxes article:last-of-type {
    margin-top: 0px;
  }
}
.persons .boxes article img {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.persons .boxes article h2 {
  float: left;
  width: 100%;
  color: #272727;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1080px) {
  .persons .boxes article h2 {
    margin-bottom: 10px;
  }
}
.persons .boxes article h2 strong {
  font-weight: 800;
}
.persons .boxes article p {
  float: left;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #A8A8A8;
  letter-spacing: 0.5px;
  text-align: center;
}
@media (max-width: 1080px) {
  .persons .boxes article p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 540px) {
  .persons .boxes article p {
    padding: 0px 15px;
  }
}
.invite {
  background: #fff;
  padding: 90px 0px 100px 0px;
}
@media (max-width: 990px) {
  .invite {
    padding: 45px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  .invite {
    padding: 20px 0px 30px 0px;
  }
}
.invite .wrap {
  justify-content: center;
  max-width: 870px;
}
.invite h1 {
  float: left;
  width: 100%;
  color: #8124DC;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .invite h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 360px) {
  .invite h1 {
    font-size: 30px;
  }
}
.invite p {
  float: left;
  width: 100%;
  color: #2E2E2E;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .invite p {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .invite p {
    font-size: 20px;
    line-height: 26px;
  }
}
.invite .form {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0px 25px;
}
.invite .form .left {
  float: left;
  width: 472px;
}
@media (max-width: 860px) {
  .invite .form .left {
    width: 372px;
  }
}
@media (max-width: 768px) {
  .invite .form .left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .invite .form .left {
    margin-bottom: 15px;
  }
}
.invite .form .left input[type=email] {
  height: 50px;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  float: left;
  width: 100%;
  color: #2E2E2E;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  border-bottom: 1px solid #2E2E2E;
}
.invite .form .left .checkbox {
  float: left;
  width: 100%;
  margin-top: 16px;
  position: relative;
}
.invite .form .left .checkbox input {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.invite .form .left .checkbox input:checked + span:after {
  opacity: 1;
}
.invite .form .left .checkbox span {
  line-height: 23px;
  float: left;
  padding-left: 35px;
  color: #787878;
  cursor: pointer;
  padding-top: 2px;
  font-size: 17px;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 480px) {
  .invite .form .left .checkbox span {
    font-size: 14px;
  }
}
.invite .form .left .checkbox span:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  left: 0px;
  top: 0px;
  border: 1px solid #707070;
  border-radius: 5px;
  background: white;
}
.invite .form .left .checkbox span:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  z-index: 15;
  opacity: 0;
  -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;
  width: 15px;
  border-bottom-left-radius: 2px;
  height: 7px;
  border-bottom: 2px solid #707070;
  border-left: 2px solid #707070;
  transform: rotate(-45deg);
}
.invite .form .left .checkbox span a {
  text-decoration: underline;
  color: inherit;
}
.invite .form .left .checkbox span a:hover {
  text-decoration: none;
}
.invite .form button {
  float: right;
  border: 1px solid #8124DC;
  color: #272727;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  padding: 14px 28px;
  border-radius: 5px;
  box-shadow: none;
  outline: none;
  background: white;
}
@media (max-width: 768px) {
  .invite .form button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .invite .form button {
    line-height: 30px;
    font-size: 20px;
    padding: 10px 15px;
  }
}
.invite .form button:hover {
  background: #8124DC;
  color: white;
}
.reviews {
  padding: 75px 0px 100px 0px;
  position: relative;
}
@media (max-width: 990px) {
  .reviews {
    padding: 30px 0px 30px 0px;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 20px 0px 20px 0px;
  }
}
.reviews .arr-left {
  position: absolute;
  top: 0%;
  left: 15px;
  bottom: 0px;
  margin: auto;
  -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;
  z-index: 30;
  height: 50px;
  cursor: pointer;
}
.reviews .arr-left:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .reviews .arr-left {
    width: 30px;
    left: 5px;
  }
}
.reviews .arr-right {
  position: absolute;
  top: 0%;
  right: 15px;
  bottom: 0px;
  margin: auto;
  -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;
  height: 50px;
  z-index: 30;
  cursor: pointer;
}
.reviews .arr-right:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .reviews .arr-right {
    width: 30px;
    right: 5px;
  }
}
.reviews .carousel {
  float: left;
  width: 100%;
}
.reviews .carousel .owl-item {
  text-align: center;
}
.reviews .carousel .article {
  text-align: center;
  margin: auto;
  max-width: 900px;
  display: inline-block;
}
@media (max-width: 1080px) {
  .reviews .carousel .article {
    padding: 0px 75px;
  }
}
@media (max-width: 768px) {
  .reviews .carousel .article {
    padding: 0px 55px;
  }
}
.reviews .carousel .article p {
  float: left;
  width: 100%;
  color: #272727;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 35px;
}
@media (max-width: 1080px) {
  .reviews .carousel .article p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 990px) {
  .reviews .carousel .article p {
    font-size: 20px;
    line-height: 26px;
  }
}
.reviews .carousel .article span {
  float: left;
  width: 100%;
  color: #272727;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .reviews .carousel .article span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 990px) {
  .reviews .carousel .article span {
    font-size: 20px;
    line-height: 26px;
  }
}
.contact {
  background: #272727;
  padding: 90px 0px 100px 0px;
}
@media (max-width: 990px) {
  .contact {
    padding: 45px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 20px 0px 20px 0px;
  }
}
.contact .wrap {
  padding: 0px 75px;
  max-width: 1270px;
}
@media (max-width: 680px) {
  .contact .wrap {
    padding: 0px 15px;
  }
}
.contact .wrap h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact .wrap h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .contact .wrap h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.contact .wrap > p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 85px;
}
@media (max-width: 768px) {
  .contact .wrap > p {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .contact .wrap > p {
    font-size: 20px;
    line-height: 26px;
  }
}
.contact .blocks {
  float: left;
  width: 100%;
}
.contact .blocks .left {
  float: left;
  width: 50%;
}
@media (max-width: 990px) {
  .contact .blocks .left {
    width: 100%;
    text-align: center;
  }
}
.contact .blocks .left .line {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 65px;
  padding-left: 115px;
}
@media (max-width: 1180px) {
  .contact .blocks .left .line {
    margin-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .contact .blocks .left .line {
    padding-left: 90px;
    width: 430px;
  }
}
@media (max-width: 580px) {
  .contact .blocks .left .line {
    padding-left: 70px;
    width: 100%;
  }
}
.contact .blocks .left .line img {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: calc(100% - 115px);
}
@media (max-width: 990px) {
  .contact .blocks .left .line img {
    right: calc(100% - 90px);
  }
}
@media (max-width: 580px) {
  .contact .blocks .left .line img {
    right: calc(100% - 60px);
    max-width: 45px;
  }
}
.contact .blocks .left .line p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 35px;
  line-height: 41px;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .contact .blocks .left .line p {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 580px) {
  .contact .blocks .left .line p {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact .blocks .left .line a {
  float: left;
  color: #fff;
  font-size: 35px;
  line-height: 41px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .contact .blocks .left .line a {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 580px) {
  .contact .blocks .left .line a {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact .blocks .left .line a.fb {
  text-decoration: underline;
}
.contact .blocks .left .line a.fb:hover {
  text-decoration: none;
}
.contact .blocks .right {
  float: left;
  width: 50%;
}
@media (max-width: 990px) {
  .contact .blocks .right {
    width: 100%;
  }
}
.contact .blocks .right label {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0px;
}
@media (max-width: 580px) {
  .contact .blocks .right label {
    font-size: 20px;
    line-height: 26px;
  }
}
.contact .blocks .right input {
  float: left;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  outline: none;
  height: 65px;
  margin-bottom: 35px;
}
@media (max-width: 580px) {
  .contact .blocks .right input {
    margin-bottom: 15px;
    line-height: 26px;
    height: 40px;
    font-size: 20px;
  }
}
.contact .blocks .right input:-webkit-autofill,
.contact .blocks .right input:-webkit-autofill:hover,
.contact .blocks .right input:-webkit-autofill:focus,
.contact .blocks .right input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 36px #272727 inset !important;
  -webkit-text-fill-color: white !important;
  background-color: #272727 !important;
}
.contact .blocks .right textarea {
  float: left;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  height: 65px;
  margin-bottom: 35px;
  padding-top: 14px;
  max-width: 100%;
  min-height: 65px;
}
@media (max-width: 580px) {
  .contact .blocks .right textarea {
    margin-bottom: 15px;
    line-height: 26px;
    font-size: 20px;
  }
}
.contact .blocks .right button {
  float: left;
  color: #8124DC;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  min-width: 280px;
  padding: 14px 40px;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 580px) {
  .contact .blocks .right button {
    width: 100%;
    margin-top: 30px;
  }
}
.contact .blocks .right button:hover {
  background: #8124DC;
  color: white;
}
.map {
  background: url(../images/backgrounds/Impact-Hub-Ostrava.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
@media (max-width: 580px) {
  .map {
    padding: 50px 0px;
  }
}
.map .infos {
  background: rgba(255, 255, 255, 0.91);
  float: left;
  width: 50%;
  max-width: 100%;
  min-width: 700px;
  padding: 70px 75px 70px 75px;
}
@media (max-width: 990px) {
  .map .infos {
    width: 100%;
    padding: 30px 75px;
    min-width: 100%;
  }
}
@media (max-width: 680px) {
  .map .infos {
    padding: 15px 15px;
  }
}
.map .infos h1 {
  float: left;
  width: 100%;
  color: #272727;
  font-size: 50px;
  line-height: 59px;
  text-align: left;
  font-weight: 800 ;
  margin-bottom: 35px;
}
@media (max-width: 1440px) {
  .map .infos h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .map .infos h1 {
    font-size: 30px;
  }
}
.map .infos p {
  float: left;
  width: 100%;
  color: #272727;
  font-size: 25px;
  line-height: 37px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .map .infos p {
    font-size: 20px;
    line-height: 26px;
  }
}
.map .infos a {
  float: left;
  color: #272727;
  font-size: 25px;
  line-height: 37px;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .map .infos a {
    font-size: 20px;
    line-height: 26px;
  }
}
.map .infos a img {
  height: 50px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .map .infos a img {
    height: 30px;
  }
}
.map .infos a:hover {
  text-decoration: underline;
}
.inprice {
  display: flex;
  flex-wrap: wrap;
}
.inprice .pic {
  float: left;
  width: 50%;
}
.inprice .pic .before {
  float: left;
  width: 100%;
  content: "";
  height: 85%;
  background: url(../images/DSC00988.jpg) left top no-repeat;
  background-size: cover;
}
@media (max-width: 1460px) {
  .inprice .pic {
    width: 45%;
  }
}
@media (max-width: 1368px) {
  .inprice .pic {
    width: 40%;
  }
}
@media (max-width: 990px) {
  .inprice .pic {
    display: none;
  }
}
.inprice-info {
  float: left;
  width: 50%;
  background: #272727;
  padding: 90px 75px 90px 75px;
}
@media (max-width: 1460px) {
  .inprice-info {
    width: 55%;
    padding: 55px 75px 55px 75px;
  }
}
@media (max-width: 1368px) {
  .inprice-info {
    width: 60%;
  }
}
@media (max-width: 990px) {
  .inprice-info {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .inprice-info {
    padding: 20px 15px 20px 15px;
  }
}
.inprice-info h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  text-align: left;
  font-weight: 800;
  margin-bottom: 50px;
}
@media (max-width: 990px) {
  .inprice-info h1 br {
    display: none;
  }
}
@media (max-width: 1280px) {
  .inprice-info h1 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 580px) {
  .inprice-info h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.inprice-info .centered {
  float: left;
  width: 100%;
  text-align: center;
}
.inprice-info .centered a {
  display: inline-block;
  color: white;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  background: #8124DC;
  border-radius: 5px;
  margin-bottom: 18px;
  padding: 14px 40px;
  border: 2px solid #8124DC;
}
.inprice-info .centered a:hover {
  background: white;
  color: #8124DC;
}
@media (max-width: 580px) {
  .inprice-info .centered a {
    font-size: 20px;
    padding: 10px 25px;
  }
}
.inprice-info .centered span {
  float: left;
  width: 100%;
  text-align: center;
  color: #787878;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
.inprice-info .centered p {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 580px) {
  .inprice-info .centered p {
    font-size: 20px;
  }
}
.inprice-info .boxes {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.inprice-info .boxes .half {
  float: left;
  width: 50%;
  text-align: left;
  position: relative;
  margin-bottom: 65px;
  padding-left: 65px;
}
@media (max-width: 580px) {
  .inprice-info .boxes .half {
    width: 100%;
    margin-bottom: 30px;
  }
}
.inprice-info .boxes .half img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 43px;
}
.inprice-info .boxes .half h2 {
  float: left;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}
@media (max-width: 580px) {
  .inprice-info .boxes .half h2 br {
    display: none;
  }
}
.inprice-info .boxes .half p {
  float: left;
  width: 100%;
  color: #A8A8A8;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
  max-width: 250px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 580px) {
  .inprice-info .boxes .half p {
    max-width: 100%;
  }
  .inprice-info .boxes .half p br {
    display: none;
  }
}
.program {
  display: flex;
  flex-wrap: wrap;
}
.program .pic {
  float: left;
  width: 50%;
  background: url(../images/DSC09515-1.jpg) left center no-repeat;
  background-size: cover;
}
@media (max-width: 1460px) {
  .program .pic {
    width: 45%;
  }
}
@media (max-width: 900px) {
  .program .pic {
    width: 100%;
    height: 360px;
    background-position: top center;
  }
}
@media (max-width: 580px) {
  .program .pic {
    height: 300px;
  }
}
.program-info {
  float: left;
  width: 50%;
  background: #272727;
  padding: 90px 15px 75px 75px;
}
@media (max-width: 1460px) {
  .program-info {
    width: 55%;
    padding: 55px 15px 55px 75px;
  }
}
@media (max-width: 900px) {
  .program-info {
    width: 100%;
    padding: 45px 75px 50px 75px;
  }
}
@media (max-width: 580px) {
  .program-info {
    padding: 20px 15px 20px 15px;
  }
}
.program-info h1 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 59px;
  text-align: left;
  font-weight: 800 ;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .program-info h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
@media (max-width: 360px) {
  .program-info h1 {
    font-size: 30px;
  }
}
.program-info h2 {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0px;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .program-info h2 {
    font-size: 20px;
    line-height: 36px;
  }
}
.program-info ul {
  float: left;
  width: 100%;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
}
.program-info ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 40px;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  position: relative;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .program-info ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
.program-info ul li + li {
  margin-top: 8px;
}
.program-info ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9.5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8124DC;
}
@media (max-width: 1280px) {
  .program-info ul li:before {
    top: 8px;
  }
}
.facebook {
  background: #F7F7F7;
  padding: 64px 0px;
}
.facebook .wrap {
  justify-content: center;
}
@media (max-width: 990px) {
  .facebook {
    padding: 32px 0px;
  }
}
@media (max-width: 768px) {
  .facebook {
    padding: 20px 0px;
  }
}
.facebook a {
  display: inline-block;
  font-weight: bold;
  color: #8124DC;
  text-align: left;
  text-transform: uppercase;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.5px;
  align-content: center;
  align-items: center;
  font-size: 20px;
}
@media (max-width: 660px) {
  .facebook a {
    flex-wrap: nowrap;
    width: 480px;
  }
}
@media (max-width: 580px) {
  .facebook a {
    width: 320px;
  }
}
@media (max-width: 380px) {
  .facebook a {
    width: 230px;
  }
}
.facebook a img {
  width: 83px;
  float: left;
  margin-right: 45px;
}
@media (max-width: 660px) {
  .facebook a img {
    margin-right: 20px;
  }
}
@media (max-width: 380px) {
  .facebook a img {
    margin-right: 15px;
  }
}
.facebook a:hover {
  text-decoration: underline;
}
.themes {
  background: #F7F7F7;
  padding: 90px 0px 100px 0px;
}
@media (max-width: 990px) {
  .themes {
    padding: 45px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  .themes {
    padding: 20px 0px 30px 0px;
  }
}
.themes .wrap {
  max-width: 1560px;
  padding: 0px 75px;
}
@media (max-width: 680px) {
  .themes .wrap {
    padding: 0px 15px;
  }
}
.themes h1 {
  float: left;
  width: 100%;
  color: #8124DC;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  font-weight: 800 ;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .themes h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 40px;
  }
}
@media (max-width: 360px) {
  .themes h1 {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.themes .show-more {
  float: left;
  width: 100%;
  text-align: center;
  color: #2E2E2E;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: underline;
}
@media (max-width: 480px) {
  .themes .show-more {
    font-size: 20px;
    line-height: 26px;
  }
}
.themes .show-more:hover {
  text-decoration: none;
}
.themes .show-more .les {
  display: none;
}
.themes .show-more.less .les {
  display: block;
}
.themes .show-more.less .more {
  display: none;
}
.themes-list {
  float: left;
  width: 100%;
}
.themes-list .more-to-show {
  float: left;
  width: 100%;
  display: none;
  transition: none;
}
.themes-list .half {
  float: left;
  width: 50%;
  margin-bottom: 60px;
  text-align: left;
}
@media (max-width: 990px) {
  .themes-list .half {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .themes-list .half {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
}
.themes-list .half h2 {
  float: left;
  width: 100%;
  color: #2E2E2E;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .themes-list .half h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.themes-list .half p {
  float: left;
  width: 100%;
  color: #2E2E2E;
  font-size: 25px;
  line-height: 30px;
  padding-right: 20%;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .themes-list .half p {
    padding-right: 0%;
  }
}
@media (max-width: 480px) {
  .themes-list .half p {
    font-size: 20px;
    line-height: 26px;
  }
}
.gallery {
  margin-bottom: 3px;
}
.gallery .left {
  float: left;
  width: 25%;
  padding-right: 1.5px;
}
.gallery .left img {
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .gallery .left {
    display: none;
  }
}
.gallery .right {
  width: 75%;
  float: left;
  padding-left: 1.5px;
}
@media (max-width: 768px) {
  .gallery .right {
    width: 100%;
    padding-left: 0px;
  }
}
.gallery .right .top {
  float: left;
  width: 100%;
  margin-bottom: 3px;
}
.gallery .right .top img {
  float: left;
  width: calc(33.3333% - 2px);
  margin-right: 3px;
}
.gallery .right .top img:last-of-type {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .gallery .right .top img {
    width: calc(50% - 1.5px);
    margin-right: 3px;
  }
  .gallery .right .top img:nth-of-type(2) {
    margin-right: 0px;
  }
  .gallery .right .top img:last-of-type {
    display: none;
  }
}
.gallery .right .bot {
  float: left;
  width: 100%;
}
.gallery .right .bot img {
  float: left;
  width: calc(50% - 1.5px);
  margin-right: 3px;
}
.gallery .right .bot img:last-of-type {
  margin-right: 0px;
}
@media (max-width: 500px) {
  .gallery .right .bot img {
    width: 100%;
    margin-right: 0px;
  }
  .gallery .right .bot img:last-of-type {
    margin-top: 3px;
  }
}
footer {
  background: black;
  padding: 17.5px 15px;
}
footer p {
  margin: 0px auto;
  color: #A8A8A8;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  footer p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=main.css.map */