body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 0px;
  line-height: 1.8;
}

a {
  color: #cf240e;
  text-decoration: none;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #696969;
  font-size: 18px;
  line-height: 1.5;
}

.logo-img {
  width: 150px;
  height: 50px;
  margin-top: 12px;
}

.section-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.full-background-left {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 12vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid {
  position: relative;
  width: 85%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid.benefit-heading {
  margin-bottom: 5vh;
}

.container-fluid.reference {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid.fullmenu {
  height: 100%;
  max-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-fluid.video-sec {
  width: 75%;
  max-width: 1240px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 700;
}

.heading-1.home-h1 {
  font-size: 5vw;
  line-height: 1;
  font-weight: 100;
  letter-spacing: 3px;
}

.heading-1.dark-h1 {
  margin-bottom: 3vh;
  color: #000;
  font-weight: 300;
}

.heading-1.form-success {
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  color: #3fc27b;
}

.heading-2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 3vh;
  color: #000;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}

.heading-2.services-h {
  font-size: 35px;
}

.heading-2.ref-primary-h2 {
  margin-bottom: 30px;
  font-size: 35px;
}

.heading-2.ref-detail-h {
  margin-bottom: 5vh;
  text-align: center;
}

.heading-2.video-tittle {
  margin-bottom: 5vh;
  text-align: center;
}

.h-strong {
  font-weight: 700;
}

.foto-background-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 60px;
  padding-right: 20px;
  padding-left: 15px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #e540fe, #ff544a);
  cursor: pointer;
}

.menu-link:hover {
  background-image: linear-gradient(135deg, #ff544a, #dfa440);
  color: #fff;
}

.for-coctail-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 40px 10px 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.for-coctail-list.list-last {
  margin-bottom: 0%;
}

.for-coctail-p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-image-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  max-width: none;
}

.firemne-party-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  max-width: none;
}

.spolocenske-akcie-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  max-width: none;
}

.koncerty-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  max-width: none;
}

.prevadzky-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  max-width: none;
}

.menu-text {
  margin-left: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-block-anim {
  overflow: hidden;
}

.section-primary {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f2f2f2;
}

.home-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  min-height: 580px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-content-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-content-right-block {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-line {
  position: relative;
  z-index: 1;
  width: 70px;
  height: 3px;
  margin-bottom: 3vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#dfa440), to(#ff544a));
  background-image: linear-gradient(90deg, #dfa440, #ff544a);
  box-shadow: none;
}

.heading-number {
  position: absolute;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -150px;
  color: #fff;
  font-size: 13vw;
}

.section-home-img {
  height: 100%;
  max-width: none;
}

.section-home-img.home2 {
  position: relative;
  float: none;
}

.home-content-right-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-content-left-block-2 {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10%;
}

.menu-burger-line {
  width: 30px;
  height: 2px;
  margin-bottom: 5px;
  background-color: #fff;
}

.menu-burger-line.last {
  margin-bottom: 0px;
}

.menu-burger-line.middle {
  width: 20px;
}

.menu-burger-line.middle.close {
  margin-left: 10px;
}

.menu-burger-line.close {
  background-color: #cf240e;
}

.footer {
  padding-top: 10vh;
  padding-bottom: 2vh;
  background-color: #4d4d4d;
}

.footer-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 250px;
}

.footer-link {
  display: inline-block;
  margin-right: 3vw;
}

.footer-link.last {
  margin-right: 0vw;
}

.footer-link-a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #9c9c9c;
  font-size: 18px;
  font-weight: 600;
}

.footer-link-a:hover {
  color: #fff;
}

.footer-link-a.w--current {
  color: #fff;
}

.fullscreen-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.fullscreen-menu-wrapper {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullscreen-menu-logo {
  width: 50%;
}

.menu-links-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fullscreen-menu-link {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.full-menu-a {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #9a9a9a;
  font-size: 30px;
  font-weight: 300;
}

.full-menu-a:hover {
  color: #cf240e;
}

.full-menu-a.w--current {
  color: #000;
}

.fullscreen-logo {
  width: 200px;
}

.fullscreen-menu-top {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-menu-block {
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.close-menu:hover {
  background-color: #fff;
}

.close-menu-icon {
  display: inline-block;
}

.fullscreen-bg-color-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 998;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#603ffe), to(#d241ff));
  background-image: linear-gradient(180deg, #603ffe, #d241ff);
}

.fullscreen-menu-logo-link {
  overflow: hidden;
}

.navigation-right {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.brand-block {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.brand-wrapper {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 5;
}

.button-menu-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 280px;
  height: 60px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.button-menu-cta:hover {
  background-image: linear-gradient(135deg, #ff544a, #dfa440);
  color: #fff;
}

.section-coctail-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-coctail-box.stacionarny {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Stacionarny-cocktail-box-bg-landing-v1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Stacionarny-cocktail-box-bg-landing-v1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-coctail-box.mobilny {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Mobilny-cocktail-box-bg-landing-v1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mobilny-cocktail-box-bg-landing-v1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-1-subtext {
  margin-bottom: 3vh;
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 200;
}

.big-white-text {
  margin-bottom: 3vh;
  color: #ff544a;
  font-weight: 600;
}

.heading-block {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.button-line-block {
  position: relative;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more-link {
  margin-left: 25px;
  float: right;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-cocktail-box-block {
  width: 80%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 10vw;
}

.more-link-line {
  width: 50px;
  height: 3px;
  margin-top: 12px;
  float: left;
  background-image: -webkit-gradient(linear, left top, right top, from(#dfa440), to(#ff544a));
  background-image: linear-gradient(90deg, #dfa440, #ff544a);
}

.benefits-sum {
  margin-bottom: 1vh;
}

.benefits-sum.first {
  margin-top: 4vh;
}

.div-block {
  width: 20px;
  height: 2px;
  margin-top: 16px;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  background-color: #e51d26;
}

.benefit-p {
  float: left;
}

.section-white {
  background-color: #fff;
}

.section-white.benefit-boxes {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.benefit-boxes-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.benefit-box-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  height: 35vh;
  min-height: 300px;
  margin-bottom: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 2vh;
  color: #000;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 400;
}

.heading-3.contact-h {
  margin-bottom: 5vh;
}

.heading-3.ref-primary-h3 {
  font-size: 25px;
}

.heading-3.right-h {
  text-align: right;
}

.benefit-box-img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-fluid-big {
  position: relative;
  display: block;
  max-width: 1720px;
  margin-right: auto;
  margin-left: auto;
}

.benefit-box-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 35vh;
  min-height: 300px;
  margin-bottom: 6vh;
  padding-right: 3vw;
  padding-left: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.benefit-box-content-block.right-float {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-right {
  text-align: right;
}

.cocktail-img-block {
  overflow: hidden;
  width: 42%;
  height: 100%;
  background-image: url('../images/mobilny-cocktail-box-left-bg-v2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cocktail-img-block.mobilny1 {
  background-image: url('../images/stacionarny-cocktail-box-left.bg.jpg');
}

.cocktail-img-block.mobilny2 {
  background-image: url('../images/mobilny-cocktail-box-right-bg-v2.jpg');
}

.section-form {
  padding-top: 12vh;
  padding-bottom: 12vh;
  background-image: linear-gradient(135deg, #fff6d9, #ffd6ff);
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-left-block {
  width: 47%;
}

.contacts-p {
  margin-top: 4vh;
  color: #000;
  font-weight: 600;
}

.form-right-block {
  width: 50%;
}

.form-input-left {
  width: 47%;
  margin-bottom: 3vh;
}

.form-input-right {
  width: 47%;
  margin-bottom: 3vh;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-block {
  width: 100%;
}

.submit-button {
  width: 100%;
  margin-top: 3vh;
  padding: 20px 90px 20px 35px;
  float: right;
  background-color: #fff;
  background-image: url('../images/arrow-dark.svg');
  background-position: 81% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: 0 0 50px 0 rgba(255, 84, 74, 0.5);
}

.text-field-form {
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.text-field-form:hover {
  border-color: #46dd8b;
}

.text-field-form:focus {
  border-color: #e540fe;
}

.text-field-form.textarea {
  height: 120px;
}

.form-text-title {
  margin-bottom: 10px;
  font-weight: 500;
}

.form-full-block {
  width: 100%;
}

.heading-4 {
  margin-bottom: 3vh;
  color: #000;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
}

.fullscreen-bg-color-white {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #fafafa;
  background-image: linear-gradient(135deg, #fff6d9 25%, #fed8fd);
}

.section-references {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slider-primary {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-primary.reference1 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url('../images/Cocktailbar_076_neu-SK.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent), url('../images/Cocktailbar_076_neu-SK.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-primary.reference2 {
  z-index: 999;
  background-color: #e51d26;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(hsla(0, 0%, 100%, 0))), url('../images/Cocktailbar_019.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8), hsla(0, 0%, 100%, 0)), url('../images/Cocktailbar_019.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-nav {
  display: none;
}

.right-arrow-block {
  width: 5%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 800ms cubic-bezier(.86, 0, .07, 1);
  transition: all 800ms cubic-bezier(.86, 0, .07, 1);
}

.right-arrow-block:hover {
  width: 10%;
  background-color: #e51d26;
}

.left-arrow-block {
  width: 5%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 800ms cubic-bezier(.86, 0, .07, 1);
  transition: all 800ms cubic-bezier(.86, 0, .07, 1);
}

.left-arrow-block:hover {
  width: 10%;
  background-color: #e51d26;
}

.heading-block-reference {
  max-width: 850px;
}

.footer-middle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright-text {
  color: #7a7a7a;
  font-size: 14px;
}

.footer-development-text {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #9e9e9e;
  font-size: 14px;
  text-align: right;
}

.footer-development-text:hover {
  color: #fff;
}

.footer-social-link {
  display: inline-block;
  margin-right: 3vw;
}

.footer-social-link.last-social {
  margin-right: 0vw;
}

.footer-copyright-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-gradient-line {
  width: 50px;
  height: 3px;
  margin-bottom: 3vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#dfa440), to(#ff544a));
  background-image: linear-gradient(90deg, #dfa440, #ff544a);
}

.big-heading-services {
  position: absolute;
  top: 0px;
  z-index: 0;
  margin-top: -27px;
  margin-bottom: 0px;
  margin-left: -60px;
  color: #fff;
  font-size: 15vw;
}

.services-wrapper {
  position: relative;
  max-width: 820px;
}

.services-wrapper.service-page {
  max-width: 850px;
}

.services-wrapper.gallery-page {
  max-width: 890px;
}

.services-content-block {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 15vh;
}

.section-stacionary-cocktail {
  overflow: hidden;
  background-color: #f2f2f2;
}

.vop-block {
  width: 100%;
}

.checkbox-form-p {
  margin-left: 15px;
  font-size: 15px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 0px;
}

.reference-bg-red {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #e51d26;
}

.reference-detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ref-detail-left {
  width: 35%;
}

.ref-detail-right {
  width: 65%;
}

.section-ref-gallery {
  display: block;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.ref-slider {
  display: none;
  width: 80vw;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.ref-dell-slide {
  background-image: url('../images/Cocktailbar_057-SK.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ref-dell-slide.dell2 {
  background-image: url('../images/Cocktailbar_046.jpg');
}

.ref-dell-slide.dell3 {
  background-image: url('../images/Cocktailbar_019.jpg');
}

.dell-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-ref-detail {
  overflow: hidden;
  padding-top: 30vh;
  padding-bottom: 10vh;
  background-color: #f2f2f2;
}

.home-slider-wrapper {
  position: relative;
  z-index: 3;
  display: block;
  width: 95%;
  max-width: 800px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.home-title-left-block {
  width: 100%;
  max-width: 700px;
  margin-bottom: 6vh;
  padding-right: 35px;
}

.cocktail-line-in-home {
  display: block;
  width: 50px;
  height: 2px;
  margin-left: 25px;
  background-color: #f5f9ff;
}

.heading-1-subtext-home {
  margin-top: 3vh;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5;
  font-weight: 300;
}

.menu-social-block {
  overflow: hidden;
}

.menu-social-block.fb-link-block {
  margin-bottom: 25px;
}

.menu-social-link {
  display: block;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #9a9a9a;
  font-size: 18px;
  font-weight: 500;
}

.menu-social-link:hover {
  color: #cf240e;
}

.menu-contacts-block {
  overflow: hidden;
}

.menu-right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu-contact-p {
  color: #9a9a9a;
  line-height: 2;
}

.menu-text-close {
  margin-left: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.scroll-down-block {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 4;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.scroll-down-dot {
  display: block;
  width: 8px;
  height: 10px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 15px;
}

.footer-reference-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-section-in-middle {
  width: 100%;
  height: 1px;
  margin-top: 5vh;
  margin-bottom: 5vh;
  background-color: #666;
}

.back-to-top-block {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 3vw;
  border-radius: 50%;
  background-color: #9c9c9c;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.back-to-top-block:hover {
  background-color: #fff;
  box-shadow: 0 0 50px 0 hsla(0, 0%, 100%, 0.51);
  color: #000;
}

.form-content-p {
  max-width: 450px;
  font-size: 18px;
  line-height: 1.5;
}

.sevices-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-content-left-block {
  overflow: hidden;
  width: 42%;
  min-height: 750px;
  background-image: url('../images/Cocktailbar_003_neu.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cocktail-box-in-service {
  margin-bottom: 8vh;
}

.link-in-service {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #cf240e;
}

.link-in-service:hover {
  color: #d241ff;
}

.section-service-video {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #fff;
}

.video-in-service {
  display: block;
}

.section-white-smoke-primary {
  overflow: hidden;
  padding-top: 30vh;
  padding-bottom: 10vh;
  background-color: #f2f2f2;
}

.section-references-slider {
  padding-top: 13vh;
  padding-bottom: 13vh;
  background-image: linear-gradient(135deg, #fff7da 25%, #fed8fd 75%);
}

.references-slider-wrapper {
  width: 85%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.reference-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.reference-slider-p {
  margin-bottom: 25px;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.reference-slider-author {
  color: #696969;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.left-arrow-slider-ref {
  display: none;
}

.right-arrow-slider-ref {
  display: none;
}

.primary-button {
  display: block;
  width: 280px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  border: 1px solid #c7c7c7;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #fe3174;
}

.big-arrow {
  font-size: 20px;
  line-height: 0;
  font-weight: 500;
  letter-spacing: 0px;
}

.mask {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.slide-nav-2 {
  bottom: -35px;
}

.back-to-top-arrow {
  -webkit-transform: rotate(-90deg) scale3d(1, 1.5, 1);
  transform: rotate(-90deg) scale3d(1, 1.5, 1);
  font-size: 28px;
  line-height: 0.5;
  font-weight: 200;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #fff6d9 39%, #ffd6ff);
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.bg-gradient-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(135deg, #603ffe 25%, #d241ff);
}

.bg-gradient-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(135deg, #fe4080 25%, #603ffe);
}

.bg-gradient-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(135deg, #ff544a 25%, #ff4577);
}

.bg-gradient-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(135deg, #ff544a 25%, #e540fe);
}

.bg-gradient-primary {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: linear-gradient(135deg, #e540fe 23%, #ff544a);
}

.for-cocktail-ul {
  display: inline-block;
  float: right;
}

.contact-heading-block {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin-bottom: 80px;
}

.form-right-block-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reference-primary-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ref-primary-left {
  width: 20%;
  padding-right: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ref-primary-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  min-height: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/dell-ref-thumb-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ref-primary-middle:hover {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}

.ref-primary-middle.ref2 {
  background-image: url('../images/edmania-ref-thumb-2.jpg');
}

.ref-primary-middle.ref3 {
  background-image: url('../images/event-expo-ref-thumb-3.jpg');
}

.ref-primary-middle.ref4 {
  background-image: url('../images/strategie-clanok.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref5 {
  background-image: url('../images/05052018-wakelake.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref6 {
  background-image: url('../images/12052018-narodeninova-party-thumb.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref7 {
  background-image: url('../images/cocktail-box-cromwell-ref-10.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref8 {
  background-image: url('../images/trnafsky-festival-thumb.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref9 {
  background-image: url('../images/ref-edmania-2018-3.jpg');
}

.ref-primary-middle.ref10 {
  background-image: url('../images/ref-wakelake-den-noc-6.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref11 {
  background-image: url('../images/ref-wakelake-den-noc-5.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref12 {
  background-image: url('../images/anastacia-ref-coctail-box.jpg');
}

.ref-primary-middle.ref13 {
  background-image: url('../images/it-gala-2018-referencia-2.jpg');
  background-position: 50% 0px;
}

.ref-primary-middle.ref14 {
  background-image: url('../images/nightwish-ref-1.jpg');
  background-position: 100% 50%;
}

.ref-primary-middle.ref15 {
  background-image: url('../images/lunetic-ref-1.jpg');
  background-position: 0px 50%;
}

.ref-primary-middle.ref-uni {
  background-image: url('../images/Cocktailbar_046.jpg');
}

.ref-primary-middle.ref16 {
  background-image: url('../images/cromwell-sport-day-2019-ref-1.jpg');
}

.ref-primary-middle.ref17 {
  background-image: url('../images/bday-party-ref-3.jpg');
}

.ref-primary-middle.ref18 {
  background-image: url('../images/senecke-leta-2019-ref-2.jpg');
}

.ref-primary-middle.ref19 {
  background-image: url('../images/edmania-2019-ref-3.jpg');
}

.ref-primary-middle.ekg-solo {
  background-image: url('../images/ekg-ref-2019-3.jpg');
}

.ref-primary-middle.ekg-solo.hide-now {
  display: none;
}

.ref-primary-middle.svadba-lozorno {
  background-image: url('../images/svadba-lozorno-ref-2.jpg');
}

.ref-primary-middle.ultrazvuk-ref {
  background-image: url('../images/ultrazvuk-ref-1.jpg');
}

.ref-primary-middle.villa-bork-ref {
  background-image: url('../images/svadba-villa-bork-ref-5.jpg');
}

.ref-primary-middle.ref-page-img-block {
  position: relative;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ref-primary-middle.ref-page-img-block.edmania-2019-ref {
  background-image: url('../images/edmania-2019-ref-3.jpg');
}

.ref-primary-middle.ref-page-img-block.senec-2019-ref {
  background-image: url('../images/senecke-leta-2019-ref-2.jpg');
}

.ref-primary-middle.ref-page-img-block.b-day-party-ref {
  background-image: url('../images/bday-party-ref-3.jpg');
}

.ref-primary-middle.ref-page-img-block.cromwell-fir-party-ref {
  background-image: url('../images/cromwell-sport-day-2019-ref-1.jpg');
}

.ref-primary-right {
  width: 45%;
  padding-left: 50px;
}

.ref-primary-link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.ref-primary-link:hover {
  color: #e540fe;
}

.ref-primary-p {
  margin-bottom: 30px;
  font-size: 18px;
}

.ref-primary-date {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}

.ref-primary-logo {
  width: 120px;
}

.ref-primary-logo.edmania {
  width: 160px;
}

.ref-primary-line {
  width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #000;
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-up {
  display: none;
  width: 30px;
  height: 50px;
  margin-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 15px;
  background-color: transparent;
}

.scroll-up-dot {
  display: block;
  width: 8px;
  height: 10px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 15px;
}

.cocktail-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  min-height: 850px;
  margin-bottom: 5vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-p-in-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: 600;
}

.contact-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 26px;
}

.contact-link:hover {
  color: #e540fe;
}

.section-ref-primary {
  overflow: hidden;
  padding-top: 30vh;
  padding-bottom: 10vh;
  background-color: #f2f2f2;
}

.ref-content-primary-block {
  position: relative;
  z-index: 2;
}

.section-ref-content {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #f2f2f2;
}

.section-ref-logos {
  padding-top: 100px;
  padding-bottom: 35px;
  background-color: #ebebeb;
}

.ref-logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ref-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ref-logo-img {
  display: block;
  max-height: 90px;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.ref-logo-img.wider-logo {
  height: 80px;
}

.ref-logo-img.edmania-logo {
  height: 65px;
}

.ref-logo-img.cromwell-logo {
  height: 70px;
}

.ref-logo-img.trnafsky-fest-logo {
  height: 70px;
}

.ref-lightbox-link {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ref-lightbox-link:hover {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.ref-gallery-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.29);
  -webkit-transform: scale3d(0.98, 0.96, 1);
  transform: scale3d(0.98, 0.96, 1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ref-gallery-bg:hover {
  -webkit-transform: scale3d(0.9, 0.87, 1);
  transform: scale3d(0.9, 0.87, 1);
}

.ref-gallery-wrapper {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cocktail-content-block {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.big-heading-referencie {
  position: absolute;
  top: 0px;
  z-index: 0;
  margin-top: -1vh;
  margin-left: -60px;
  color: #fff;
  font-size: 13vw;
}

.big-heading-contact {
  position: absolute;
  top: 0px;
  z-index: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -60px;
  color: #fff;
  font-size: 15vw;
}

.button-menu-cta-p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.menu-mobile-contact {
  display: block;
  color: #9a9a9a;
  line-height: 2;
}

.gradient-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: linear-gradient(135deg, #e540fe, #ff544a);
}

.cocktail-landing-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Stacionarny-cocktail-box-bg-landing-v1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Stacionarny-cocktail-box-bg-landing-v1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cocktail-landing-bg.mobilny-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Mobilny-cocktail-box-bg-landing-v1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Mobilny-cocktail-box-bg-landing-v1.jpg');
}

.ref-logo-in-detail {
  display: block;
  width: auto;
  max-height: 120px;
  max-width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.gallery-content-block {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 10vh;
}

.gallery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 57px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-item:hover {
  -webkit-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96);
}

.gallery-column {
  width: 30%;
}

.gallery-image {
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.gallery-image:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.ref-gallery-image {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.ref-gallery-image:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.ref-gallery-image.ref-page-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: auto;
}

.width-100 {
  width: 100%;
}

.success-message {
  background-color: #fff;
}

.error-message {
  background-color: #e51d26;
}

.error-form-text {
  color: #fff;
}

.section-services-logos {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ebebeb;
}

.services-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.serv-logo-block {
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serv-logo-img {
  display: block;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.serv-logo-img.wider-logo {
  height: 60px;
}

.serv-logo-img.ica {
  height: 90px;
}

.serv-logo-img.award2017 {
  height: 85px;
}

.arrow-ref {
  width: 60px;
}

.form-success-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 15px solid #3fc27b;
}

.form-succ-logo {
  position: relative;
  z-index: 5;
  width: 200px;
  margin-bottom: 20px;
}

.form-success-p {
  position: relative;
  z-index: 5;
  max-width: 600px;
  margin-bottom: 30px;
  text-align: center;
}

.form-success-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Cocktailbar_046.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.26;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.form-succes-btn {
  position: relative;
  z-index: 5;
  padding: 20px 30px;
  background-color: #603ffe;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-succes-btn:hover {
  background-color: #4630b1;
}

.new-form {
  padding: 80px;
}

.section-form-copy {
  padding-top: 12vh;
  padding-bottom: 12vh;
  background-image: linear-gradient(135deg, #fff6d9, #ffd6ff);
}

.div-block-2 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.subfooter-link {
  margin-right: 35px;
  color: #9c9c9c;
  font-size: 14px;
}

.subfooter-link:hover {
  color: #fff;
}

.cookies-list {
  display: inline-block;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
}

.p-mrg {
  margin-bottom: 35px;
}

.arrow-ref-block {
  margin-bottom: 10px;
  margin-left: -15px;
  padding: 10px 20px;
  background-image: linear-gradient(135deg, #d241ff 27%, rgba(255, 84, 74, 0.82));
}

.recaptcha {
  margin-top: 25px;
}

.form-recaptcha {
  width: 50%;
}

.gallery-text {
  display: none;
  opacity: 0.59;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.icon-contact {
  position: relative;
  max-height: 25px;
  max-width: 30px;
  margin-right: 25px;
}

.contact-p {
  max-width: 500px;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .section-full {
    height: auto;
    min-height: 900px;
    background-color: #f2f2f2;
  }
  .full-background-left {
    height: auto;
    padding-top: 200px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-fluid {
    width: 85%;
  }
  .container-fluid.reference {
    padding-bottom: 8vh;
    padding-left: 12%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .container-fluid.video-sec {
    width: 100%;
    padding-top: 50px;
  }
  .container-fluid.c-cta {
    width: 60%;
  }
  .heading-1.home-h1 {
    font-size: 50px;
  }
  .heading-2 {
    font-size: 35px;
  }
  .heading-2.services-h {
    font-size: 30px;
  }
  .heading-2.ref-primary-h2 {
    font-size: 30px;
  }
  .foto-background-right {
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .for-coctail-list {
    padding-right: 0px;
    padding-left: 25px;
  }
  .for-coctail-p {
    font-size: 13px;
  }
  .home-content-wrapper {
    height: 70vh;
    min-height: 750px;
  }
  .home-content-left-block {
    width: 45%;
  }
  .service-content-right-block {
    width: 50%;
  }
  .heading-number {
    margin-left: -80px;
    font-size: 20vw;
  }
  .section-home-img {
    position: relative;
    width: auto;
    max-height: 100%;
    min-height: 100%;
  }
  .home-content-left-block-2 {
    padding-left: 0%;
  }
  .footer {
    padding-bottom: 7vh;
  }
  .link-block {
    margin-right: 10vw;
  }
  .footer-link {
    width: 33.33333333%;
    margin-right: 0vw;
    margin-bottom: 3vh;
  }
  .fullscreen-menu-logo {
    padding-top: 10px;
  }
  .menu-links-left-block {
    width: 60%;
  }
  .section-coctail-box {
    height: auto;
    min-height: 100vh;
  }
  .content-cocktail-box-block {
    width: 85%;
    padding-left: 0vw;
  }
  .benefit-box-image-block {
    width: 50%;
    height: auto;
    min-height: 35vh;
  }
  .benefit-box-img {
    max-height: 400px;
  }
  .benefit-box-content-block {
    width: 50%;
    height: auto;
    min-height: 35vh;
  }
  .cocktail-img-block {
    width: 100%;
    height: 70vh;
    min-height: 450px;
    background-position: 50% 100%;
  }
  .section-form {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .form-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-left-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .form-right-block {
    width: 100%;
  }
  .right-arrow-block {
    width: 7%;
  }
  .left-arrow-block {
    width: 7%;
  }
  .heading-block-reference {
    max-width: 85%;
  }
  .social-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .big-heading-services {
    margin-top: -35px;
    margin-left: -30px;
    font-size: 25vw;
  }
  .ref-detail-left {
    width: 25%;
  }
  .ref-detail-right {
    width: 75%;
  }
  .section-ref-gallery {
    padding-top: 7vh;
  }
  .ref-slider {
    width: 90vw;
  }
  .section-ref-detail {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .home-slider-wrapper {
    position: relative;
    left: 0%;
    bottom: 0vh;
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-title-left-block {
    width: 100%;
  }
  .for-coctail-right-block {
    width: 100%;
  }
  .heading-1-subtext-home {
    font-size: 18px;
  }
  .menu-right-block {
    width: 40%;
  }
  .form-content-p {
    max-width: none;
    margin-bottom: 0px;
  }
  .service-content-left-block {
    width: 45%;
    min-height: 850px;
  }
  .section-service-video {
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
  .section-white-smoke-primary {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .references-slider-wrapper {
    width: 90%;
  }
  .reference-slider-p {
    line-height: 1.6;
  }
  .reference-slider-author {
    font-size: 16px;
  }
  .form-right-block-contact {
    width: 100%;
    margin-bottom: 8vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .ref-primary-middle {
    height: 450px;
  }
  .ref-primary-p {
    font-size: 18px;
  }
  .ref-primary-logo {
    width: 80%;
  }
  .ref-primary-logo.edmania {
    width: 130px;
  }
  .cocktail-content-wrapper {
    height: auto;
    min-height: 100vh;
    margin-bottom: 0vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cocktail-content-wrapper.second-cocktail-block {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-ref-primary {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .ref-logo-block {
    width: 33%;
  }
  .cocktail-content-block {
    width: 100%;
  }
  .big-heading-referencie {
    margin-top: -30px;
    margin-left: -30px;
    font-size: 15vw;
  }
  .big-heading-contact {
    margin-top: -30px;
    margin-left: -30px;
    font-size: 20vw;
  }
  .reference-slider-block {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-services-logos {
    padding-bottom: 50px;
  }
  .serv-logo-block {
    width: 33.33333333%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-full {
    height: auto;
    min-height: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .full-background-left {
    width: 100%;
    height: auto;
    padding-top: 250px;
    opacity: 0.92;
  }
  .container-fluid.reference {
    height: auto;
    padding-top: 250px;
  }
  .container-fluid.c-cta {
    width: 70%;
  }
  .heading-1.cocktail-h {
    margin-bottom: 2vh;
  }
  .foto-background-right {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .home-content-wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-content-left-block {
    width: 100%;
    height: 50vh;
  }
  .service-content-right-block {
    width: 100%;
  }
  .heading-number {
    right: 0px;
    margin-left: 0px;
    font-size: 25vw;
  }
  .section-home-img {
    height: 100%;
    float: none;
  }
  .home-content-right-block-2 {
    width: 100%;
    height: 50vh;
  }
  .home-content-left-block-2 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-link {
    width: 50%;
  }
  .menu-links-left-block {
    width: 85%;
  }
  .full-menu-a {
    font-size: 24px;
  }
  .brand-wrapper {
    margin-top: 110px;
  }
  .brand-wrapper.dark {
    margin-top: 90px;
  }
  .section-coctail-box {
    padding-top: 235px;
    padding-bottom: 80px;
  }
  .section-coctail-box.stacionarny {
    padding-top: 235px;
  }
  .content-cocktail-box-block {
    width: 100%;
  }
  .section-white.benefit-boxes {
    padding-bottom: 0px;
  }
  .heading-3.ref-primary-h3 {
    text-align: center;
  }
  .cocktail-img-block {
    width: 100%;
    height: 50vh;
  }
  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .form-wrapper.contact-page {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-references {
    height: auto;
    min-height: 100vh;
  }
  .slider {
    height: auto;
  }
  .social-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-development-text {
    margin-bottom: 15px;
  }
  .footer-social-link {
    margin-right: 0vw;
    margin-bottom: 5vh;
  }
  .footer-copyright-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .big-heading-services {
    left: 0px;
  }
  .dell-logo {
    width: 70px;
  }
  .home-title-left-block {
    margin-bottom: 60px;
  }
  .menu-right-block {
    width: 45%;
  }
  .menu-contact-p {
    font-size: 16px;
  }
  .scroll-down-block {
    display: none;
  }
  .footer-reference-block {
    margin-left: 35px;
  }
  .sevices-content-wrapper {
    height: auto;
    margin-bottom: 0vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-content-left-block {
    width: 100%;
    min-height: 50vh;
  }
  .section-white-smoke-primary {
    padding-top: 300px;
    padding-bottom: 0px;
  }
  .reference-primary-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ref-primary-left {
    width: 100%;
  }
  .ref-primary-middle {
    width: 100%;
    height: 350px;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ref-primary-right {
    width: 100%;
    padding-left: 0px;
  }
  .ref-primary-logo {
    display: block;
    width: 30%;
    margin-right: auto;
    margin-left: auto;
  }
  .ref-primary-logo.edmania {
    width: 200px;
  }
  .gallery-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .scroll-up {
    margin-left: 0vw;
  }
  .cocktail-content-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ref-logo-block {
    width: 50%;
  }
  .ref-logo-img.wider-logo {
    height: 40px;
  }
  .cocktail-content-block {
    width: 100%;
  }
  .big-heading-referencie {
    left: 0px;
  }
  .big-heading-contact {
    left: 0px;
  }
  .menu-mobile-contact {
    font-size: 16px;
  }
  .gallery-column {
    width: 100%;
  }
  .serv-logo-img {
    height: 70px;
  }
  .serv-logo-img.wider-logo {
    height: 40px;
  }
  .subfooter-link {
    margin-bottom: 15px;
  }
  .arrow-ref-block {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
  }
  .full-background-left {
    padding-top: 230px;
    opacity: 1;
  }
  .container-fluid.video-sec {
    width: 100%;
  }
  .container-fluid.c-cta {
    width: 85%;
  }
  .heading-1 {
    font-size: 38px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .heading-2.services-h {
    font-size: 25px;
  }
  .for-coctail-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .for-coctail-p {
    font-size: 14px;
  }
  .menu-text {
    margin-left: 10px;
    font-size: 10px;
  }
  .section-primary {
    padding-bottom: 1vh;
  }
  .service-content-right-block {
    margin-bottom: 50px;
  }
  .heading-number {
    margin-top: -50px;
    font-size: 150px;
  }
  .section-home-img {
    position: relative;
  }
  .home-content-left-block-2 {
    margin-bottom: 50px;
  }
  .footer-top-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block {
    margin-right: 0vw;
    margin-bottom: 5vh;
  }
  .footer-link {
    width: 100%;
  }
  .menu-links-left-block {
    width: 100%;
    height: 90%;
  }
  .full-menu-a {
    font-size: 18px;
  }
  .close-menu {
    padding-right: 0px;
  }
  .navigation-right {
    left: 5px;
    top: 5px;
    right: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand-wrapper {
    margin-top: 85px;
  }
  .button-menu-cta {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
  }
  .more-link {
    margin-top: 15px;
    margin-left: 0px;
    float: left;
  }
  .more-link-line {
    float: none;
  }
  .div-block {
    margin-right: 10px;
    margin-left: 0px;
  }
  .benefit-p {
    float: none;
    font-size: 14px;
  }
  .section-white.benefit-boxes {
    padding-bottom: 0vh;
  }
  .benefit-box-image-block {
    width: 100%;
    margin-bottom: 0vh;
  }
  .benefit-box-image-block._3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading-3 {
    font-size: 22px;
  }
  .heading-3.right-h {
    text-align: left;
  }
  .benefit-box-content-block {
    width: 100%;
    margin-bottom: 0vh;
    padding: 50px;
  }
  .benefit-box-content-block.right-float {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .benefit-box-content-block.right-float._4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .benefit-box-content-block.right-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-right {
    text-align: left;
  }
  .form-input-left {
    width: 100%;
  }
  .form-input-right {
    width: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .social-block {
    width: 100%;
  }
  .footer-bottom-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-development-text {
    text-align: left;
  }
  .footer-social-link.last-social {
    margin-bottom: 4vh;
  }
  .footer-copyright-block {
    margin-bottom: 5vh;
  }
  .big-heading-services {
    margin-left: -20px;
  }
  .ref-detail-left {
    width: 100%;
    margin-bottom: 3vh;
  }
  .ref-detail-right {
    width: 100%;
  }
  .section-ref-gallery {
    padding-top: 5vh;
  }
  .dell-logo {
    margin-left: 0px;
  }
  .home-slider-wrapper {
    width: 90%;
  }
  .home-title-left-block {
    padding-right: 0px;
  }
  .cocktail-line-in-home {
    width: 20px;
    margin-right: 25px;
    margin-left: 0px;
  }
  .menu-social-link {
    font-size: 16px;
  }
  .menu-right-block {
    display: none;
    width: 100%;
    height: auto;
  }
  .menu-contact-p {
    font-size: 14px;
  }
  .menu-text-close {
    margin-left: 10px;
    font-size: 10px;
  }
  .footer-reference-block {
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-content-p {
    font-size: 16px;
  }
  .reference-slider-p {
    font-size: 16px;
    line-height: 1.5;
  }
  .reference-slider-author {
    font-size: 14px;
  }
  .for-cocktail-ul {
    float: none;
  }
  .ref-primary-p {
    font-size: 16px;
  }
  .contact-link {
    font-size: 21px;
  }
  .ref-logos-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ref-logo-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .ref-logo-block.last-logo-ref {
    margin-bottom: 0px;
  }
  .ref-gallery-wrapper {
    width: 100%;
  }
  .cocktail-content-block {
    margin-bottom: 60px;
  }
  .big-heading-referencie {
    margin-left: -20px;
  }
  .big-heading-contact {
    margin-left: -20px;
  }
  .button-menu-cta-p {
    letter-spacing: 0px;
  }
  .menu-mobile-contact {
    font-size: 14px;
  }
  .reference-slider-block {
    margin-top: 0%;
  }
  .services-logo-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .serv-logo-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .serv-logo-block.last-logo-ref {
    margin-bottom: 0px;
  }
  .serv-logo-img.ica {
    height: 100px;
  }
  .serv-logo-img.award2017 {
    height: 100px;
  }
  .subfooter-link {
    margin-bottom: 25px;
  }
  .icon-contact {
    max-height: 20px;
    max-width: 25px;
    margin-right: 15px;
  }
  .contact-p {
    margin-bottom: 50px;
    line-height: 1.5;
  }
}

