body {
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.section-strip {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: 100%;
  padding-bottom: 10%;
  float: left;
  -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;
  background-color: #161a1f;
  color: #fff;
}

.section-strip.services {
  position: fixed;
}

.hero-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.brand-logo {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  background-image: url('../images/Portions-logo-icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.hero-container {
  width: 90%;
  height: 100%;
  float: left;
  background-color: #fff;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  padding-right: 10%;
  padding-left: 10%;
  -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;
  background-color: #fff;
}

.navbar.services {
  height: 80px;
  box-shadow: 0 1px 3px 0 rgba(36, 39, 66, 0.3);
}

.side-container {
  height: 75%;
  background-color: #cecece;
}

.group-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #c49338;
  color: #fff;
}

.group-h1 {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.arrow {
  width: 30px;
  height: 30px;
  opacity: 0.6;
}

.arrow.restaurant {
  background-image: url('../images/icon-lounge_1icon-lounge.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow.night-club {
  background-image: url('../images/icon-club_1icon-club.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow.motel {
  background-image: url('../images/icon-motel_1icon-motel.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow.estate {
  background-image: url('../images/icon-estate_1icon-estate.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow.rentals {
  background-image: url('../images/icon-rentals_1icon-rentals.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.line {
  display: none;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

.redirect-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
  -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;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #fff;
  text-decoration: none;
}

.redirect-block:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.body {
  font-family: Montserrat, sans-serif;
}

.nav-link {
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid transparent;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.nav-link.w--current {
  border-bottom-color: #c49338;
  color: #c49338;
}

.sm-icon {
  width: 20px;
  height: 20px;
  margin-bottom: 24px;
}

.sm-icon.fb {
  background-image: url('../images/sm-facebook.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sm-icon.instagram {
  background-image: url('../images/sm-instagram_1sm-instagram.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sm-icon.twitter {
  background-image: url('../images/sm-twitter_1sm-twitter.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sm-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer.about {
  bottom: 15%;
}

.footer-h1 {
  display: inline;
}

.slider {
  height: 100%;
  background-color: #000;
}

.slide {
  padding-right: 10%;
  padding-left: 10%;
  color: #fff;
}

.slide.restaurant {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/portions-group-restaurant.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/portions-group-restaurant.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/portions-estate-sale-dworwulu-1.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/portions-estate-sale-dworwulu-1.JPG');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/pexels-photo-87223.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/pexels-photo-87223.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Portions-rentals-tent.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Portions-rentals-tent.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.night-club {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Portions-night-club-hero-DJ.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Portions-night-club-hero-DJ.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-h1 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  line-height: 1em;
}

.slide-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30%;
  padding-right: 10%;
  padding-left: 10%;
}

.slide-h2 {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 30px;
  line-height: 1em;
}

.slide-nav {
  margin-bottom: 32px;
  padding-right: 10%;
  padding-left: 10%;
  font-size: 8px;
  text-align: left;
}

.slide-arrow {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 24px;
}

.slide-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

._2-column {
  width: 50%;
  float: left;
}

._2-column.right {
  padding-left: 5%;
}

._2-column.left {
  padding-right: 5%;
}

.btn.slide {
  padding: 16px 40px;
  float: left;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
  color: #000;
}

.btn.slide:hover {
  background-color: #000;
  color: #fff;
}

.btn.slider {
  padding: 16px 48px;
  float: left;
  border: 1px solid #fff;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: 0 10px 20px -10px #000;
  color: #000;
  font-size: 14px;
}

.content-block {
  margin-bottom: 32px;
}

.content-block._64 {
  margin-bottom: 64px;
}

.about-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 9%;
  height: 79%;
  float: right;
  background-color: #ecf0f1;
}

.brand-2 {
  width: 140px;
  height: 70px;
  margin-top: -8px;
  background-image: url('../images/Portions-logo-dark.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.visit-page-h1 {
  margin-top: 16px;
  margin-right: 24px;
  margin-bottom: 16px;
  float: left;
}

.visit-page-block {
  font-size: 16px;
}

.hero-banner {
  min-height: 500px;
  padding: 160px 10% 60px;
  background-color: #000;
  color: #fff;
}

.hero-banner.hero {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(#0b0f11)), url('../images/Portions-rentals-home.jpg');
  background-image: linear-gradient(270deg, transparent, #0b0f11), url('../images/Portions-rentals-home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-container-expand {
  background-color: #fff;
}

.hero-section-expand {
  width: 90%;
  float: right;
}

.slide-block-copy {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 30%;
}

.service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 120px;
  padding: 32px;
  float: left;
  -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;
  font-size: 16px;
}

.service-block.title {
  width: 25%;
  padding-left: 10%;
}

.services-include {
  color: rgba(0, 0, 0, 0.5);
}

.services-include.title {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

.div-block-2 {
  width: 50%;
  margin-top: 2%;
  margin-right: 2%;
  float: right;
}

.div-block-2.left {
  float: left;
}

.image {
  width: 31%;
  height: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  border-radius: 2px;
  box-shadow: 0 10px 30px -10px #a0abbb;
}

.section {
  padding: 100px 10%;
  background-color: #fff;
  color: #000;
}

.section.contact {
  padding-bottom: 40px;
  background-color: #eef0f1;
}

.h1 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.h1.base-zero {
  margin-bottom: 0px;
}

.service-strip {
  background-color: #eef0f1;
  color: #000;
}

.alpha-h1 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  line-height: 1em;
}

.apha-h2 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 1em;
  font-weight: 500;
}

.service-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
  margin-left: 1px;
}

.service-icon.tent {
  background-image: url('../images/Portions-camping-100_1Portions-camping-100.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-icon.chair {
  background-image: url('../images/Portions-chair-100_1Portions-chair-100.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-icon.catering {
  background-image: url('../images/Portions-tableware-100_1Portions-tableware-100.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-icon.sound {
  background-image: url('../images/Portions-av-receiver-100_1Portions-av-receiver-100.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-icon.light {
  background-image: url('../images/Portions-spotlight-100_1Portions-spotlight-100.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.event-section {
  margin-bottom: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dbe1e4;
}

.event-section._64 {
  margin-bottom: 64px;
}

.event-section.contact {
  margin-bottom: 20px;
}

.contact-link {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 32px;
  color: #000;
  text-decoration: none;
}

.contact-link.location {
  background-image: url('../images/icon-location_1icon-location.png');
  background-position: 0% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.contact-link.phone {
  background-image: url('../images/icon-phone_1icon-phone.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact-link.email {
  background-image: url('../images/icon-email_1icon-email.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.dev-link {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  background-color: #a1881b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.dev-link:hover {
  background-color: #222;
}

.field-label {
  font-weight: 400;
}

.text-field {
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(65, 83, 111, 0.16);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #a2891b;
}

.text-field:active {
  border-color: #a1881b;
  color: #a2891b;
}

.text-field:focus {
  border-color: #a1881b;
  color: #a2891b;
}

.text-field::-webkit-input-placeholder {
  color: #a2891b;
}

.text-field:-ms-input-placeholder {
  color: #a2891b;
}

.text-field::-ms-input-placeholder {
  color: #a2891b;
}

.text-field::placeholder {
  color: #a2891b;
}

.text-field.area {
  min-height: 62px;
}

.submit-button {
  width: 100%;
  margin-top: 12px;
  padding: 16px 32px;
  border-radius: 1px;
  background-color: #a2891b;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}

.submit-button:hover {
  background-color: #000;
}

.submit-button.submit {
  width: 100%;
}

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

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

html.w-mod-js *[data-ix="slide-h2"] {
  -webkit-transform: translate(12px, 0px);
  -ms-transform: translate(12px, 0px);
  transform: translate(12px, 0px);
}

html.w-mod-js *[data-ix="slide-h-3"] {
  -webkit-transform: translate(12px, 0px);
  -ms-transform: translate(12px, 0px);
  transform: translate(12px, 0px);
}

html.w-mod-js *[data-ix="section-icon"] {
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}




@media (max-width: 991px) {
  .slide-arrow {
    display: none;
  }
  .btn.slide {
    float: left;
  }
}

@media (max-width: 767px) {
  .section-strip {
    display: block;
    width: 100%;
    height: 70px;
    padding: 10px 5%;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-strip.services {
    z-index: 1;
  }
  .hero-section {
    position: relative;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 400;
    text-align: left;
  }
  .brand-logo {
    margin-right: 16px;
    margin-bottom: 0px;
    float: left;
  }
  .hero-container {
    width: 100%;
  }
  .navbar {
    padding-right: 5%;
    padding-left: 5%;
  }
  .group-block {
    display: block;
  }
  .redirect-block {
    width: 50%;
    padding-top: 10%;
    padding-bottom: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .sm-icon {
    margin-bottom: 0px;
    margin-left: 10%;
  }
  .sm-block {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 40%;
    margin-top: 0px;
    padding-right: 5%;
    float: right;
    -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;
    text-align: right;
  }
  .footer-h1 {
    display: none;
  }
  .slider {
    height: 400px;
  }
  .slide-h1 {
    font-size: 15vw;
  }
  .slide-block {
    bottom: 20%;
  }
  .slide-h2 {
    font-size: 24px;
  }
  .slide-nav {
    margin-bottom: 0px;
  }
  ._2-column {
    width: 100%;
  }
  ._2-column.left {
    padding-right: 0%;
    padding-bottom: 5%;
  }
  .hero-banner {
    padding-top: 100px;
  }
  .hero-banner.hero {
    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/Portions-rentals-home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Portions-rentals-home.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-section-expand {
    width: 100%;
  }
  .service-block {
    width: 33.33%;
  }
  .service-block.title {
    width: 33.33%;
  }
  .div-block-2 {
    width: 100%;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .menu-button {
    color: #000;
  }
  .text-block {
    float: left;
    text-align: left;
  }
  .html-embed {
    margin-bottom: 40px;
  }
  .text-field {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .brand {
    padding-left: 0px;
    font-size: 14px;
    line-height: 14px;
  }
  .brand-logo {
    width: 80px;
  }
  .hero-banner.hero {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-block {
    width: 50%;
  }
  .service-block.title {
    width: 50%;
  }
  .apha-h2 {
    font-size: 20px;
  }
  .submit-button {
    width: 100%;
  }
}















/* <body> overlays to disable the content scrolling */
.popbox-no-overflow {
  overflow: hidden !important;
  outline: none;
}
.popbox-no-overflow.popbox-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll!important;
}

.popbox {
  display: none;
}

.popbox .dimmer {
  position: fixed;
  z-index: 9999999999999999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background:rgba(37,37,37,.5); /*#252525*/
}
.popbox .modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 999999999999999999999;
}
.popbox .outgap {
  margin: 5% auto 0 auto;
  max-width: 800px;
  min-height: 110px;
  padding: 1em;
  outline: 0;
}
.popbox .workarea {
  position: relative;
  padding: 1em;
  background-color: #fafafa;

  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0,0,0,.3);
}

.close_button {
  background-color: red;
  border: 3px solid white;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}