body {
  height: 100%;
  background-color: #170d10;
  font-family: 'Open Sans', sans-serif;
  color: #d8d4d4;
  font-size: 16px;
  line-height: 1.6em;
}

h1 {
  position: relative;
  z-index: 500;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  position: relative;
  z-index: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #f8d3df;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  margin-top: 20%;
  padding: 8px 18px;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  background-color: #5e3e48;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 1.8vh;
  line-height: 3vh;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-color: #ad808f;
}

.button.submit {
  margin-top: 4%;
  font-size: 2.2vh;
}

.button.toggle {
  margin-top: 4%;
}

.background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: #170d10;
}

.background.services-pages {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background.about-page {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/slide3.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.background.store-page {
  position: absolute;
  background-image: url('../images/IMG_2906.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.background.promos {
  position: absolute;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/flower-cube.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/flower-cube.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background.contacts {
  position: absolute;
  background-color: transparent;
  background-image: url('../images/contatti-centro-fiori-catania.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.background.services {
  position: absolute;
  background-image: url('../images/1908493_725771687520279_8769227433209736063_n.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

.background.services.hu {
  background-image: url('../images/11037157_908818859160703_2259730731140882863_n.jpg');
  background-size: cover;
}

.background.services.fre {
  background-image: url('../images/14441153_10154457966609462_3508887243279304149_n1.jpg');
  background-size: contain;
}

.background.services.gallery {
  background-image: url('../images/16427632_379301979102250_7297539564227989343_n1.jpg');
  background-size: contain;
}

.background.about {
  position: static;
  background-image: url('../images/Giuffrida-Fiori-Catania.png');
  background-position: 50% 50%;
  background-size: cover;
}

.background.chisiamo {
  position: absolute;
  background-color: transparent;
  background-image: url('../images/Giuffrida-Fiori-Catania.png');
  background-position: 50% 50%;
  background-size: cover;
}

.color-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 32px auto 14px;
  padding: 4% 6%;
  border-style: none;
  border-width: 1px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: rgba(255, 253, 253, .95);
}

.color-wrapper.services-style {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 4% 8% 6%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.color-wrapper.promo-wrapper {
  margin-top: 50px;
  padding-bottom: 4%;
  background-color: rgba(255, 253, 253, .99);
  color: hsla(0, 0%, 100%, 0);
}

.color-wrapper.color {
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62));
  color: #1d1717;
}

.page-title {
  display: inline-block;
  width: 96%;
  margin-top: 0px;
  margin-bottom: 4%;
  font-family: Oswald, sans-serif;
  color: #ad1d48;
  font-size: 5vh;
  line-height: 5vh;
  text-align: left;
  text-transform: uppercase;
}

.page-title.s {
  color: #3a3605;
}

.page-title.red {
  color: #eb2c43;
}

.page-title.l {
  color: #faf2f4;
}

.content {
  position: relative;
  display: block;
}

.map {
  display: inline-block;
  width: 557px;
  height: 350px;
  border-top-right-radius: 0%;
  border-bottom-left-radius: 0%;
  color: #170d10;
}

.social_icons {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2%;
  border-top-right-radius: 20%;
  border-bottom-left-radius: 20%;
  background-color: #ad808f;
}

.phone {
  display: block;
  font-size: 2vh;
}

.name {
  margin-bottom: 2%;
  font-family: Oswald, sans-serif;
  color: #170d10;
  font-size: 2.4vh;
  line-height: 2.8vh;
  text-align: left;
}

.address {
  font-family: 'Open Sans', sans-serif;
  color: #920e0e;
  font-size: 2vh;
  text-align: left;
}

.address.email {
  color: #170d10;
  font-size: 1vh;
}

.address.phone {
  margin-top: 4%;
  color: #170d10;
  font-weight: 600;
  text-align: center;
}

.social {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 4%;
  float: none;
  clear: none;
}

.prices {
  display: block;
}

.description {
  display: inline-block;
  color: #9e9d9d;
}

.price {
  display: inline-block;
  float: right;
  font-family: Oswald, sans-serif;
  color: #f8d3df;
  font-size: 2vh;
  line-height: 2vh;
  font-weight: 400;
}

.price._2 {
  margin-top: 30px;
  float: none;
  font-size: 6vh;
  line-height: 6vh;
}

.price-list {
  display: block;
  height: 24px;
  margin-bottom: 1%;
  border-bottom: 1px none #e3e3e3;
  font-family: 'Open Sans', sans-serif;
  color: #919090;
  line-height: 2.8vh;
}

.prices-title {
  display: block;
  margin-bottom: 2%;
  font-family: Oswald, sans-serif;
  color: #e8cfcf;
  font-size: 3vh;
  line-height: 3.4vh;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: 60px;
  margin-left: 60px;
}

.p_pages {
  display: block;
  margin-bottom: 2%;
}

.featured-img {
  width: 28%;
  min-width: 200px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
}

.text {
  display: block;
  margin-bottom: 8%;
}

.slogan {
  margin-top: 2%;
  float: right;
  font-family: Oswald, sans-serif;
  color: #d6b0bc;
  font-size: 44px;
  line-height: 34px;
  text-align: right;
  text-transform: none;
}

.footer-credits {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: block;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 4%;
  float: none;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  font-family: 'Open Sans', sans-serif;
  color: #f5eef0;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

.copy_text {
  position: static;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #5e3e48;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1) 50%, rgba(74, 52, 57, 0));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1) 50%, rgba(74, 52, 57, 0));
}

.nav-container {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 9px 4%;
  border-top: 6px none #af9c13;
  border-bottom: 6px none #a3800f;
  background-image: -webkit-linear-gradient(270deg, rgba(36, 133, 59, .83), rgba(36, 133, 59, .83));
  background-image: linear-gradient(180deg, rgba(36, 133, 59, .83), rgba(36, 133, 59, .83));
  color: #138a43;
}

.menu_list {
  display: inline-block;
}

.menu_item {
  display: inline-block;
}

.menu_link {
  margin-top: 16px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 10px 14px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #eee;
  font-size: 15px;
  text-align: center;
}

.menu_link:hover {
  background-color: #e6c3cd;
  color: #5e3e48;
}

.menu_link.w--current {
  background-color: #f00e0e;
  color: #fafafa;
}

.nav-logo {
  position: relative;
  display: inline-block;
  margin-left: 120px;
  float: left;
  font-size: 18px;
  line-height: 1.5em;
}

.nav-logo.w--current {
  width: 100px;
  height: 70px;
}

.nav-logo.home-logo {
  display: block;
}

.service {
  position: relative;
  z-index: 20;
  overflow: hidden;
  width: 25%;
  height: 0px;
  padding-bottom: 25%;
  float: left;
}

.link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  height: 100%;
  padding-top: 40%;
  background-color: rgba(0, 0, 0, .8);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Oswald, sans-serif;
  color: #f8d3df;
  font-size: 2.8vh;
  line-height: 3vh;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  opacity: 1;
}

.left-content {
  width: 25%;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  clear: left;
}

.right-content {
  width: 72%;
  float: right;
  color: #170d10;
}

.image {
  padding-top: 15px;
  padding-left: 17px;
  opacity: 1;
  -webkit-transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: opacity 800ms ease, -webkit-transform 800ms ease;
  transition: opacity 800ms ease, transform 800ms ease;
  transition: opacity 800ms ease, transform 800ms ease, -webkit-transform 800ms ease;
}

.image:hover {
  opacity: 0.2;
  -webkit-transform: scale(1.108);
  -ms-transform: scale(1.108);
  transform: scale(1.108);
}

.slider {
  height: 100vh;
  background-color: #1d1416;
}

.slider-nav {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 8%;
  z-index: 1000;
  display: block;
  overflow: visible;
  font-size: 11px;
  text-align: right;
}

.slides-text {
  position: relative;
  left: 8%;
  top: 12%;
  width: 20%;
  font-family: Oswald, sans-serif;
  color: #d8d4d4;
  font-size: 7vh;
  line-height: 8vh;
  text-transform: uppercase;
}

.slides-text.s2 {
  top: 20%;
  color: #fff;
  font-size: 8vh;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.slides-text.s3 {
  top: 20%;
  color: #ad808f;
}

.slides-text.s3.s4 {
  color: #fff;
  font-size: 7vh;
  text-shadow: 0 1px 0 #000, 1px 1px 6px #000;
}

.slides-text.s4 {
  left: 20%;
  top: 20%;
  color: #fff;
  font-weight: 700;
}

.slides-text.s1 {
  color: #fff;
  font-size: 9vh;
  line-height: 10vh;
}

.home-logo {
  position: relative;
  margin-top: 7%;
  margin-left: 8%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.form {
  margin-right: 20px;
}

.contacts-row {
  margin-top: 2%;
  padding-top: 8px;
  padding-bottom: 6px;
  clear: both;
  text-align: center;
}

.form-field {
  margin-bottom: 4%;
  padding: 4%;
  border: 1px solid #ad808f;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.form-field:focus {
  border-color: #4a3439;
  color: #fff;
}

.form-field.offer {
  margin-bottom: 2%;
  padding: 2%;
}

.form-field.offer:focus {
  background-color: rgba(214, 176, 188, 0);
  color: #fff;
}

.social-image {
  width: 20px;
  padding-top: 5px;
}

.form-message {
  color: #5e3e48;
}

.message-wrapper {
  margin-top: 80px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: rgba(248, 211, 223, .9);
}

.message-wrapper.error {
  margin-top: 30px;
  color: #5e3e48;
}

.promo-image {
  width: 200px;
  margin-right: 20px;
  float: none;
  border: 2px solid #fff;
}

.d_list-item {
  width: 50%;
  max-width: 400px;
  margin-right: 2%;
  margin-bottom: 40px;
  margin-left: 2%;
}

.h2-promo {
  font-family: Oswald, sans-serif;
  color: #d8d4d4;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.d_price {
  font-family: Oswald, sans-serif;
  color: #f8d3df;
  font-size: 30px;
  line-height: 34px;
}

.d_paragraph {
  margin-bottom: 10px;
}

.img-promotions {
  width: 300px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border: 2px solid #fff;
}

.back {
  display: block;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  color: #f8d3df;
  text-align: right;
  text-decoration: none;
}

.promo-ttle {
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  color: #f8d3df;
  font-size: 28px;
  line-height: 32px;
}

.link-promo {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  width: 44px;
  height: 44px;
  padding-top: 2px;
  background-color: rgba(74, 52, 57, .8);
  color: #fffdfe;
  font-size: 40px;
}

.form-offer {
  margin-top: 4%;
}

.sucess {
  background-color: transparent;
  color: #f8d3df;
}

.error {
  background-color: transparent;
  color: #f8d3df;
}

.offers-form {
  display: none;
}

.service-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-container {
  display: block;
  width: auto;
  height: auto;
  padding-top: 80px;
  -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: url('../images/bouquet_sposa_catania.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.content-container.overflow {
  overflow: scroll;
}

.promos {
  background-image: url('../images/1ab2fa7328c24c168ab964843165335b.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-list {
  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;
}

.about {
  overflow: hidden;
  background-image: url('../images/slide3_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/wedding_catania.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide1 {
  margin-top: 0px;
  background-image: url('../images/46885_524515007591092_2058969595_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/comprare-flowercube-catania.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/CENTRO_FIORI_GIUFFRIDA_FIORAIO_A_CATANIA.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.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: 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;
  background-image: url('../images/slide1_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  margin-bottom: 11px;
  margin-left: 1px;
  padding-top: 18px;
  padding-bottom: 19px;
  color: #fcfcfc;
  font-size: 19px;
  text-align: left;
}

.body {
  background-color: transparent;
}

.paragraph-2 {
  color: #f0ebeb;
  font-size: 18px;
  line-height: 2.7em;
  text-align: center;
}

.paragraph-3 {
  margin-bottom: 40px;
  color: #f5eeee;
  text-align: justify;
}

.descrizione-flower {
  font-family: Oswald, sans-serif;
  color: #170d10;
  font-size: 20px;
  line-height: 1.6em;
}

.empty-state {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  color: #fcfafa;
}

.container {
  text-align: center;
}

.paragraph-4 {
  padding-top: 8px;
  padding-bottom: 1px;
  color: #170d10;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.paragraph-5 {
  float: none;
  clear: left;
}

.paragraph-6 {
  color: #170d10;
}

.div-block {
  text-align: center;
}

.text-span {
  color: hsla(0, 0%, 99%, 0);
}

.h2 {
  color: #170d10;
  font-size: 17px;
}

.container-2 {
  padding-top: 9px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.container-3 {
  padding-top: 9px;
  padding-bottom: 33px;
}

.row {
  padding-bottom: 20px;
  text-align: center;
}

.text-span-2 {
  color: #170d10;
}

.paragraph-7 {
  font-size: 35px;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
}

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

.text-span-3 {
  margin-top: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 17px;
  font-weight: 300;
  text-align: justify;
}

.testo {
  font-size: 33px;
}

.parafrasi {
  height: 497px;
  margin-bottom: 1px;
  padding-bottom: 0px;
  font-size: 13px;
}

.parafrasi-1 {
  font-size: 21px;
}

.text-span-4 {
  font-family: Lato, sans-serif;
  font-size: 17px;
}

._1 {
  width: 280px;
  height: 280px;
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-2 {
  padding-bottom: 0px;
  border: 10px solid #24683f;
}

.div-block-2 {
  margin-top: 0px;
}

.container-4 {
  margin-top: 24px;
  padding-bottom: 0px;
}

.paragraph-8 {
  color: #860f0f;
}

.image-3 {
  position: absolute;
  margin-top: 169px;
  margin-left: 350px;
}

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

.column-2 {
  text-align: center;
}

.row-4 {
  margin-top: 37px;
  text-align: center;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.row-6 {
  margin-top: 1px;
}

.row-7 {
  margin-top: 17px;
}

.lightbox-link {
  background-image: url('../images/IMG_2860.JPG');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-3 {
  width: 210px;
  height: 200px;
  background-image: url('../images/IMG_2860.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.row-8 {
  width: 880px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px none #000;
  text-align: center;
}

.div-block-4 {
  width: 300px;
  height: 300px;
}

.div-block-5 {
  width: 280px;
  height: 300px;
}

.image-4 {
  background-image: url('../images/IMG_2860.JPG');
  background-position: 50% 50%;
  background-size: 1512px;
}

.image-5 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-6 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-7 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-8 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-9 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-10 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-11 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-12 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-13 {
  box-shadow: 1px 1px 3px 0 #000;
  cursor: -webkit-zoom-in;
}

.image-14 {
  box-shadow: 0 0 6px 0 #fff, 1px 1px 3px 0 #000, 1px 1px 3px 0 #000;
}

.image-15 {
  box-shadow: 1px 1px 3px 0 #000;
}

.image-16 {
  box-shadow: 1px 1px 3px 0 #000;
}

.body-2 {
  height: auto;
}

.image-17 {
  width: 200px;
}

.div-block-6 {
  width: 280px;
  height: 300px;
}

.div-block-7 {
  width: 300px;
  height: 300px;
}

.lightbox-link-2 {
  width: 300px;
  height: 300px;
}

.image-18 {
  display: inline-block;
  width: 300px;
  height: 300px;
}

.column-3 {
  padding-left: 0px;
}

.div-block-8 {
  width: 100%;
  height: 300px;
  background-image: url('../images/IMG_2558.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-9 {
  width: 250px;
  height: 236px;
  background-image: url('../images/IMG_5748.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.image-19 {
  width: 250px;
  height: auto;
}

.div-block-10 {
  width: 280px;
  height: 250px;
  box-shadow: 1px 1px 3px 0 #000;
}

.column-4 {
  position: relative;
}

.image-20 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.image-21 {
  width: 100%;
  height: 100%;
}

.row-9 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -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: 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;
  text-align: center;
}

.image-23 {
  display: none;
}

.div-block-11 {
  width: 270px;
  height: 280px;
  background-image: url('../images/SDC13634.JPG');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-12 {
  width: 270px;
  height: 280px;
  background-image: url('../images/IMG_5748.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-13 {
  width: 270px;
  height: 280px;
  background-image: url('../images/IMG_2872.JPG');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-14 {
  width: 280px;
  height: 270px;
  background-image: url('../images/IMG_2220.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-15 {
  width: 280px;
  height: 270px;
  background-image: url('../images/IMG_2049.JPG');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-16 {
  width: 280px;
  height: 270px;
  background-image: url('../images/11037157_908818859160703_2259730731140882863_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 #000;
}

.row-10 {
  margin-top: 20px;
  text-align: center;
}

.div-block-17 {
  width: 280px;
  height: 280px;
  background-image: url('../images/14448826_311732832525832_28877969625651468_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-18 {
  width: 280px;
  height: 280px;
  background-image: url('../images/14484674_318268805205568_4729165879860609968_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-19 {
  width: 280px;
  height: 280px;
  background-image: url('../images/14494805_318268531872262_5785156283602366277_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.container-5 {
  display: block;
  padding-top: 0px;
  padding-bottom: 20px;
}

.div-block-20 {
  width: 280px;
  height: 280px;
  background-image: url('../images/14595567_318268575205591_1187894483416824854_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-20.a {
  background-image: url('../images/14980743_336390983393350_8019204161931707368_n1.jpg');
  background-size: cover;
}

.div-block-20.d {
  background-image: url('../images/14980743_336390983393350_8019204161931707368_n1.jpg');
  background-size: 480px;
}

.div-block-20.z {
  background-image: url('../images/15621939_358914351141013_6594888438303824061_n1.jpg');
  background-size: cover;
}

.div-block-21 {
  width: 280px;
  height: 280px;
  background-image: url('../images/14702457_327424610956654_5887024813277013129_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-21.s.f {
  background-image: url('../images/15284122_352436741788774_213050288051679374_n1.jpg');
  background-size: cover;
}

.div-block-21._11 {
  background-image: url('../images/15698329_361833677515747_7978563931154929259_n1.jpg');
  background-size: 383px;
}

.div-block-22 {
  width: 280px;
  height: 280px;
  background-image: url('../images/14656308_326436851055430_8828278801453027986_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-22.g {
  background-image: url('../images/15621939_358914351141013_6594888438303824061_n1.jpg');
  background-size: 480px;
}

.div-block-22.x {
  background-image: url('../images/16427632_379301979102250_7297539564227989343_n1.jpg');
  background-size: cover;
}

.link-2 {
  font-family: Lato, sans-serif;
  color: #ac0f0f;
}

.row-11 {
  margin-top: 13px;
  padding-bottom: 22px;
}

.text-span-6 {
  display: none;
}

.text-span-7 {
  display: none;
}

.div-block-23 {
  width: 270px;
  height: 290px;
  background-image: url('../images/bambu-artific..jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-23._21 {
  background-image: url('../images/12321629_10153679282794462_2399837571993891770_n1.jpg');
  background-size: 360px;
}

.div-block-23._1 {
  background-image: url('../images/14907030_10154636906599462_1834740503294506775_n1.jpg');
  background-size: cover;
}

._24 {
  width: 270px;
  height: 290px;
  background-image: url('../images/59046_118735698181167_100901143297956_105734_5391677_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._24._22 {
  background-image: url('../images/14441153_10154457966609462_3508887243279304149_n1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

._24._2 {
  background-image: url('../images/15073397_10154611897139462_8505931772350693477_n1.jpg');
  background-size: cover;
}

._25 {
  width: 270px;
  height: 290px;
  background-image: url('../images/59286_118731844848219_100901143297956_105716_4831542_n.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

._25._23 {
  background-image: url('../images/14448896_10154457968104462_7075971852588945802_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._25._3 {
  background-image: url('../images/15203164_10154648647074462_8820305611367538880_n1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.row-12 {
  padding-top: 0px;
  padding-bottom: 16px;
}

.div-block-24 {
  width: 280px;
  height: 280px;
  background-image: url('../images/1656232_311773625641213_8788576018566135802_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-24._1 {
  background-image: url('../images/321496_397130733711502_1716203480_n.jpg');
  background-size: cover;
}

.div-block-24._1._2 {
  background-image: url('../images/15895205_368354023530379_3876617903289076050_n1.jpg');
  background-size: cover;
}

.div-block-24._1._2._3 {
  background-image: url('../images/16807297_389444294754685_3401109076088187973_n.jpg');
  background-size: cover;
}

.div-block-24._1._2._6 {
  background-image: url('../images/17352365_400769273622187_7349469037360630467_n.jpg');
  background-size: cover;
}

.div-block-24._11 {
  background-image: url('../images/17457836_404102113288903_6285332840389450142_n.jpg');
  background-size: cover;
}

.div-block-25 {
  width: 280px;
  height: 280px;
  background-image: url('../images/35077_107635602622731_100001288759952_58530_1109939_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-25._2 {
  background-image: url('../images/484830_686429974723962_359187293_n.jpg');
  background-size: cover;
}

.div-block-25._2._3 {
  background-image: url('../images/15965358_371284903237291_2923716745382345243_n1.jpg');
  background-size: cover;
}

.div-block-25._2._3._4 {
  background-image: url('../images/17202908_395792887453159_3457943560342214240_n.jpg');
  background-size: cover;
}

.div-block-25._2._3._7 {
  background-image: url('../images/17352384_400767743622340_3717651422650252248_n.jpg');
  background-size: cover;
}

.div-block-25._12 {
  background-image: url('../images/17629972_405795996452848_9079391084038692092_n.jpg');
  background-size: 480px;
}

.div-block-26 {
  width: 280px;
  height: 280px;
  background-image: url('../images/35077_107635619289396_100001288759952_58535_223036_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 1px 1px 3px 0 #000;
}

.div-block-26._3 {
  background-image: url('../images/1908493_725771687520279_8769227433209736063_n.jpg');
  background-size: cover;
}

.div-block-26._3._4 {
  background-image: url('../images/16682027_389444298088018_6451718295409122293_n.jpg');
  background-size: cover;
}

.div-block-26._3._4._5 {
  background-image: url('../images/17352234_399098217122626_7091957660345055222_n.jpg');
  background-size: 268px;
}

.div-block-26._3._4._8 {
  background-image: url('../images/17426091_402617340104047_5569217225643079021_n.jpg');
  background-size: 245px;
}

.div-block-26._13 {
  background-image: url('../images/IMG_7472-4.JPG');
  background-size: cover;
}

.row-13 {
  padding-bottom: 18px;
}

.row-14 {
  padding-bottom: 20px;
}

.row-15 {
  padding-bottom: 20px;
}

.row-16 {
  padding-bottom: 20px;
}

.row-17 {
  padding-bottom: 20px;
}

.image-24 {
  box-shadow: 0 0 6px 0 #170d10;
}

.div-block-27 {
  width: 100%;
  height: 100%;
}

.div-block-28 {
  width: 280px;
  height: 280px;
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-28._1 {
  background-image: url('../images/15284122_352436741788774_213050288051679374_n1.jpg');
  background-size: cover;
}

.div-block-28.a {
  background-image: url('../images/16640924_384601691905612_6267569139920931930_n1.jpg');
  background-size: cover;
}

.div-block-29 {
  width: 280px;
  height: 280px;
  background-image: url('../images/11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29._2 {
  background-image: url('../images/2.jpg');
  background-size: 204px;
}

.div-block-29._1 {
  background-image: url('../images/9.jpg');
  background-size: 428px;
}

.div-block-29.s {
  background-image: url('../images/16995962_390338664665248_2265051279841172769_n1.jpg');
  background-size: 480px;
}

.div-block-30 {
  width: 280px;
  height: 280px;
  background-image: url('../images/12.jpg');
  background-position: 0px 0px;
  background-size: 240px;
}

.div-block-30._3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-30.o {
  background-image: url('../images/17191533_395792857453162_890788871024140105_n1.jpg');
  background-size: 480px;
}

.div-block-31 {
  width: 280px;
  height: 280px;
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: 360px;
}

.div-block-31._2 {
  background-image: url('../images/5.jpg');
  background-size: cover;
}

.div-block-31._11 {
  background-image: url('../images/6.jpg');
  background-size: cover;
}

.div-block-31.l {
  background-image: url('../images/17352134_402166023482512_1226974991317651453_n1.jpg');
  background-size: cover;
}

.row-18 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row-19 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.row-20 {
  padding-bottom: 20px;
}

.div-block-32 {
  width: 280px;
  height: 280px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span-8 {
  font-size: 3vh;
}

.section {
  position: relative;
  background-image: -webkit-linear-gradient(270deg, #fcfafa, #fcfafa);
  background-image: linear-gradient(180deg, #fcfafa, #fcfafa);
}

.html-embed {
  text-align: center;
}

.div-block-33 {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.html-embed-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin-top: 26px;
  text-align: right;
}

.paragraph-10 {
  text-transform: uppercase;
}

.text-span-9 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}

.column-17 {
  height: 300px;
}

.html-embed-3 {
  height: 100%;
}

html.w-mod-js *[data-ix="content-load"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(180%, 0px);
  -ms-transform: translate(180%, 0px);
  transform: translate(180%, 0px);
}

html.w-mod-js *[data-ix="home-logo-load"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="slides-text"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px) scale(0.8, 0.8);
  -ms-transform: translate(-300px, 0px) scale(0.8, 0.8);
  transform: translate(-300px, 0px) scale(0.8, 0.8);
}

@media (max-width: 991px) {
  .color-wrapper {
    width: auto;
    max-width: auto;
    margin-top: 10%;
    margin-left: 2%;
    padding-right: 4%;
    padding-left: 4%;
    box-shadow: none;
  }
  .color-wrapper.services-style {
    display: block;
    width: 80%;
    margin-top: 18%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8%;
    padding-right: 6%;
    padding-left: 6%;
  }
  .page-title {
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .content {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    border-top-right-radius: 140px;
    border-bottom-left-radius: 140px;
  }
  .prices {
    margin-right: 15px;
    margin-left: 15px;
  }
  .prices-title {
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .footer {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .p_pages {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .featured-img {
    width: 35%;
  }
  .nav-container {
    text-align: center;
  }
  .service {
    width: 50%;
    padding-bottom: 50%;
  }
  .link {
    display: block;
    border-right: 1px solid #170d10;
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    font-size: 3.4vh;
    line-height: 4vh;
  }
  .slides-text {
    width: 30%;
  }
  .slides-text.s1 {
    left: 4%;
    top: 32%;
    font-size: 6vh;
    line-height: 6.4vh;
    font-weight: 400;
  }
  .home-logo {
    width: 120px;
    margin-left: 4%;
  }
  .content-container {
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  p {
    float: none;
  }
  .button {
    float: none;
  }
  .color-wrapper {
    display: block;
    width: auto;
    margin-top: 12%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding-bottom: 12%;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    box-shadow: none;
  }
  .color-wrapper.services-style {
    width: 100%;
    margin-top: 12%;
    margin-left: 0%;
    text-align: center;
  }
  .color-wrapper.promo-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .page-title {
    margin-bottom: 35px;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
  .content {
    position: relative;
    z-index: 100;
    display: block;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    border-top-right-radius: 130px;
    border-bottom-left-radius: 130px;
  }
  .map {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .social_icons {
    width: 30px;
    height: 30px;
  }
  .social {
    padding-top: 10%;
    border-top: 1px solid #5e3e48;
  }
  .prices {
    margin-right: 20px;
    margin-left: 20px;
  }
  .description {
    font-size: 13px;
    line-height: 16px;
  }
  .price-list {
    font-size: 13px;
    line-height: 16px;
  }
  .prices-title {
    margin-top: 50px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .p_pages {
    margin: 0px 5px 40px;
  }
  .featured-img {
    width: 50%;
  }
  .slogan {
    float: none;
    font-family: Oswald, sans-serif;
    color: #d6b0bc;
    font-size: 24px;
    line-height: 34px;
    text-align: right;
  }
  .nav {
    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;
  }
  .nav-container {
    width: 100%;
    margin-left: 0%;
  }
  .menu_list {
    display: block;
    margin-bottom: 40px;
  }
  .menu_item {
    display: block;
  }
  .menu_link {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 14px;
    border-top: 1px solid #4a3439;
    text-transform: uppercase;
  }
  .nav-logo.home-logo {
    margin-top: 0%;
    margin-left: 0%;
    float: left;
  }
  .nav-menu {
    margin-top: 60px;
    background-color: rgba(23, 13, 16, .95);
  }
  .menu_btn {
    background-color: rgba(23, 13, 16, .94);
    color: #f8d3df;
  }
  .menu_btn.w--open {
    background-color: rgba(23, 13, 16, .94);
    color: #d6b0bc;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
  }
  .service {
    border-right-width: 1px;
    border-right-color: #5e3e48;
  }
  .left-content {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .right-content {
    width: 100%;
    margin-top: 8%;
    float: none;
  }
  .slider-nav {
    z-index: 800;
  }
  .slides-text {
    left: 4%;
    width: 50%;
  }
  .slides-text.s3 {
    color: #fff;
    text-shadow: 1px 1px 8px #000;
  }
  .slides-text.s4 {
    left: 10%;
    top: 30%;
  }
  .slides-text.s1 {
    top: 42%;
    font-size: 5.8vh;
    line-height: 6.2vh;
  }
  .home-logo {
    width: 100px;
  }
  .home-logo._02 {
    width: auto;
    margin-top: 0%;
    margin-left: 0%;
    background-image: none;
  }
  .d_list-item {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .right-arrow {
    display: none;
  }
  .logo-navbar {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .content-container {
    margin-top: 0px;
  }
  .content-container.overflow {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .parafrasi {
    height: auto;
  }
  ._1 {
    width: auto;
    margin-bottom: 10px;
  }
  .row-8 {
    width: auto;
  }
  .div-block-5 {
    width: 100%;
    margin-bottom: 10px;
  }
  .div-block-10 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-11 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-12 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-13 {
    width: auto;
  }
  .div-block-14 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-15 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-16 {
    width: auto;
  }
  .div-block-23 {
    width: auto;
    margin-bottom: 10px;
  }
  ._24 {
    width: auto;
    margin-bottom: 10px;
  }
  ._25 {
    width: auto;
  }
  .div-block-24 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-25 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-26 {
    width: auto;
  }
  .image-24 {
    margin-right: 10px;
  }
  .div-block-28 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-29 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-30 {
    width: auto;
    margin-bottom: 10px;
  }
  .div-block-31 {
    width: auto;
  }
  .div-block-32 {
    width: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .color-wrapper {
    width: 100%;
    max-width: auto;
    margin-top: 0%;
    margin-left: 0%;
    padding: 4% 10px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    box-shadow: none;
  }
  .color-wrapper.services-style {
    margin-top: 20%;
    margin-left: 0%;
    font-family: Oswald, sans-serif;
  }
  .color-wrapper.promo-wrapper {
    padding-right: 4%;
    padding-left: 4%;
  }
  .color-wrapper.color {
    max-width: auto;
    margin: auto;
    padding: 2% 10px 0%;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .78));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .78));
  }
  .page-title {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .content {
    display: block;
    width: 100%;
    margin-top: 8%;
    margin-right: 0px;
    margin-left: 0%;
    padding-right: 5px;
    padding-left: 5px;
    color: #110d0d;
  }
  .map {
    margin-bottom: 40px;
  }
  .name {
    font-size: 1.8vh;
  }
  .address {
    font-size: 19px;
    text-align: center;
  }
  .address.email {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 2vh;
  }
  .address.phone {
    padding-top: 3px;
    padding-bottom: 16px;
  }
  .prices {
    margin-right: 2px;
    margin-left: 2px;
  }
  .description {
    font-size: 12px;
  }
  .price {
    font-size: 12px;
  }
  .prices-title {
    margin-right: 5px;
    margin-left: 5px;
  }
  .footer {
    width: 100%;
    margin-left: 0px;
    padding-right: 20px;
  }
  .p_pages {
    margin-right: 10px;
    margin-left: 10px;
  }
  .featured-img {
    width: 100%;
    margin-right: auto;
    margin-bottom: 8%;
    float: none;
  }
  .slogan {
    text-align: center;
    text-decoration: none;
  }
  .footer-credits {
    position: relative;
    display: block;
    margin-left: 0%;
    float: none;
    text-align: center;
  }
  .copy_text {
    position: relative;
    float: none;
  }
  .nav.mob {
    padding-top: 10px;
  }
  .service {
    width: 100%;
    height: 200px;
  }
  .slider-nav {
    font-family: Oswald, sans-serif;
  }
  .slides-text {
    width: 80%;
  }
  .slides-text.s2 {
    top: 42%;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
  }
  .slides-text.s3.s4 {
    left: 4%;
    top: 42%;
    width: auto;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
  }
  .slides-text.s4 {
    left: 4%;
    top: 42%;
    width: auto;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
  }
  .slides-text.s1 {
    width: auto;
    margin-top: 3px;
    margin-left: 40px;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 1px 1px 6px #000;
  }
  .home-logo {
    width: 152px;
    margin-top: 18%;
  }
  .service-grid {
    -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;
  }
  .content-container {
    margin-top: 83px;
  }
  .content-container.overflow {
    overflow: visible;
  }
  .paragraph {
    font-size: 15px;
  }
  .paragraph-2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 1.8em;
    text-align: left;
    text-transform: none;
  }
  .paragraph-3 {
    line-height: 1.7em;
    text-align: left;
  }
  .text-block {
    color: #fff;
    font-size: 2.4vh;
  }
  .text-block-2 {
    color: #fff;
    font-size: 2.4vh;
  }
  .text-block-3 {
    color: #fff;
    font-size: 2.4vh;
  }
  .text-block-4 {
    color: #fff;
    font-size: 2.4vh;
  }
  .text-block-5 {
    color: #fff;
    font-size: 2.4vh;
  }
  .text-block-6 {
    color: #fff;
    font-size: 2.4vh;
  }
  .text-block-7 {
    color: #fff;
    font-size: 2.4vh;
  }
  .column {
    font-size: 26px;
  }
  .row {
    padding-bottom: 10px;
  }
  .text-span-2 {
    font-size: 24px;
    line-height: 0em;
  }
  .paragraph-7 {
    font-size: 28px;
  }
  .text-span-3 {
    position: static;
  }
  .parafrasi {
    padding-bottom: 0px;
    text-align: center;
  }
  .text-span-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-3 {
    margin-left: 351px;
  }
  .image-3.mobile {
    margin-top: 81px;
    margin-left: 161px;
  }
  .m {
    font-size: 23px;
  }
  .important-text {
    font-size: 21px;
  }
  .emphasized-text {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
  }
  .text-span-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-5 {
    text-align: center;
  }
  .paragraph-9 {
    padding-right: 20px;
    padding-left: 21px;
  }
  .image-25 {
    margin-left: -62px;
  }
  .text-block-8 {
    color: #fff8f8;
    font-size: 2.4vh;
  }
  .div-block-34 {
    margin-top: 10px;
  }
  .text-span-9 {
    font-size: 38px;
  }
  .column-6 {
    margin-bottom: 10px;
  }
  .column-7 {
    margin-bottom: 10px;
  }
  .column-8 {
    margin-bottom: 10px;
  }
  .column-9 {
    margin-bottom: 10px;
  }
  .column-10 {
    margin-bottom: 10px;
  }
  .column-11 {
    margin-bottom: 10px;
  }
  .column-12 {
    margin-bottom: 10px;
  }
  .column-13 {
    margin-bottom: 10px;
  }
  .column-14 {
    margin-bottom: 10px;
  }
  .column-15 {
    margin-bottom: 10px;
  }
  .column-16 {
    margin-top: 10px;
  }
}

