/* Calendar */
/* Scrollbar */
::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #cdcdcd; }

::-webkit-scrollbar-thumb:window-inactive {
  background: #a6a6a6; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9q6t2w");
  src: url("fonts/icomoon.eot?9q6t2w#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9q6t2w") format("truetype"), url("fonts/icomoon.woff?9q6t2w") format("woff"), url("fonts/icomoon.svg?9q6t2w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e602"; }

.icon-search:before {
  content: "\e603"; }

.icon-cancel-circle:before {
  content: "\e604"; }

.icon-checkmark2:before {
  content: "\e607"; }

.icon-cart:before {
  content: "\e902"; }

.icon-pencil:before {
  content: "\e903"; }

.icon-checkmark-circle:before {
  content: "\e905"; }

.icon-minus:before {
  content: "\e908"; }

.icon-plus:before {
  content: "\e909"; }

.icon-print:before {
  content: "\e90f"; }

.icon-remove:before {
  content: "\e910"; }

.icon-calendar1:before {
  content: "\e911"; }

.icon-file-pdf:before {
  content: "\e912"; }

.icon-arrow-desc:before,
.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-asc:before,
.icon-arrow-up:before {
  content: "\e901"; }

.icon-arrow-left:before {
  content: "\e907"; }

.icon-cross:before {
  content: "\e90a"; }

.icon-arrow-right:before {
  content: "\e90b"; }

.icon-user:before {
  content: "\f007"; }

.icon-lock:before {
  content: "\f023"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-three-bars:before {
  content: "\f05e"; }

.icon-location:before {
  content: "\f060"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-phone:before {
  content: "\f095"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-sliders1:before {
  content: "\f1df"; }

.icon-percent:before {
  content: "\f295"; }

.icon-question-circle-o:before {
  content: "\f29c"; }

.icon-bar-graph:before {
  content: "\e90c"; }

.icon-minus1:before {
  content: "\e920"; }

.icon-plus1:before {
  content: "\e922"; }

.icon-loop:before {
  content: "\e913"; }

.icon-attach_file:before {
  content: "\e9fa"; }

.icon-remove_red_eye:before {
  content: "\eae1"; }

.icon-visibility_off:before {
  content: "\ec4b"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-files-o:before {
  content: "\f0c5"; }

.icon-sliders:before {
  content: "\f1de"; }

.icon-truck:before {
  content: "\e9b0"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  padding: 0px;
  margin: 0; }

body, td, th, option, select, input, textarea {
  font-family: 'Open Sans', Tahoma;
  font-size: 12px;
  color: #262626; }

a {
  color: #262626; }

/* Felmeddelande */
div.error {
  display: none;
  width: 100%;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
  padding: 16px;
  margin-bottom: 16px;
  flex-direction: column; }
  div.error h4 {
    margin: 0 0 16px;
    display: flex;
    align-items: center; }
    div.error h4 span {
      color: #c31f1f;
      margin-right: 8px;
      font-size: 24px; }
  div.error ul {
    margin: 0; }
    div.error ul li {
      font-size: 13px; }

form {
  width: 100%; }

.field {
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 8px; }

.field-firstname,
.field-lastname,
.field-contact_firstname,
.field-contact_lastname {
  width: 50%; }

.field-zipcode {
  width: 100px; }

.field-city {
  width: calc(100% - 100px); }

.field-required {
  font-style: italic;
  font-size: 12px; }

label {
  display: block;
  font-weight: bold; }

input[type=phone],
input[type=email],
input[type=text],
input[type=tel],
textarea {
  border: 1px solid #CCC;
  padding: 5px;
  width: 100%; }

input[type=submit] {
  display: block;
  border: 0;
  background: #f3c828;
  color: #262626;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 10px;
  line-height: 30px;
  cursor: pointer; }

h2 {
  font-size: 16px; }

span.icon-checkmark2 {
  color: green;
  font-size: 22px; }

body.meeting {
  background: #f5f5f5;
  font-size: 14px; }
  body.meeting.embed {
    background: transparent;
    font-size: 14px; }
    body.meeting.embed .holder .content div.close {
      display: flex; }
    body.meeting.embed .holder .content .step-4 a.close_popup {
      display: flex; }
  body.meeting .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 64px 0; }
    @media screen and (max-width: 850px) {
      body.meeting .holder {
        padding: 24px 0; } }
    body.meeting .holder a.back-link {
      text-decoration: none;
      display: flex;
      align-items: center;
      padding: 10px 0;
      width: 440px; }
      @media screen and (max-width: 850px) {
        body.meeting .holder a.back-link {
          width: 360px;
          max-width: 100%; } }
      body.meeting .holder a.back-link span {
        margin-right: 4px; }
    body.meeting .holder .content {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      max-width: 500px;
      background: #fff;
      position: relative;
      padding: 24px;
      position: relative; }
      body.meeting .holder .content .loader {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        display: none;
        align-items: center;
        justify-content: center; }
      @media screen and (max-width: 850px) {
        body.meeting .holder .content {
          max-width: calc(100% - 24px);
          padding: 24px 16px; } }
      body.meeting .holder .content div.close {
        position: absolute;
        right: 16px;
        top: 16px;
        z-index: 1;
        display: none;
        width: 32px;
        height: 32px;
        border: 1px solid #404041;
        justify-content: center;
        align-items: center;
        border-radius: 100px; }
        @media screen and (max-width: 850px) {
          body.meeting .holder .content div.close {
            right: 8px;
            top: 8px; } }
        body.meeting .holder .content div.close a {
          display: flex;
          color: #262626;
          z-index: 8888;
          font-size: 22px;
          text-decoration: none;
          color: #404041; }
      body.meeting .holder .content div.logo {
        display: flex;
        margin-bottom: 32px;
        width: 60%; }
        body.meeting .holder .content div.logo img {
          max-height: 40px; }
      body.meeting .holder .content h1 {
        font-size: 24px;
        text-align: center;
        margin-top: 0; }
        @media screen and (max-width: 850px) {
          body.meeting .holder .content h1 {
            font-size: 24px; } }
      body.meeting .holder .content div.booking-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 24px; }
      body.meeting .holder .content h2 {
        font-size: 18px;
        margin: 0 0 16px;
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 850px) {
          body.meeting .holder .content h2 {
            font-size: 18px; } }
        body.meeting .holder .content h2 div {
          display: flex;
          align-items: center; }
          body.meeting .holder .content h2 div span {
            margin-right: 8px;
            font-size: 22px;
            width: 24px;
            text-align: center;
            color: #f3c828; }
          body.meeting .holder .content h2 div.done {
            display: none; }
        body.meeting .holder .content h2 a {
          display: none;
          font-size: 13px; }
      body.meeting .holder .content input[type=submit] {
        font-size: 15px;
        padding: 0 48px;
        line-height: 48px;
        border-radius: 100px;
        transition: ease .2s;
        -webkit-appearance: none; }
        body.meeting .holder .content input[type=submit]:hover {
          background: #f2c210; }
      body.meeting .holder .content .step {
        flex-direction: column;
        width: 100%;
        border-top: 1px solid #eaeaea;
        padding: 16px 8px;
        transition: ease 0.2s; }
        body.meeting .holder .content .step div.info {
          margin-bottom: 12px;
          display: flex;
          width: 100%;
          line-height: 1.4; }
        body.meeting .holder .content .step.minified {
          padding: 12px 8px; }
          body.meeting .holder .content .step.minified .step-content {
            display: none; }
          body.meeting .holder .content .step.minified h2 {
            margin-bottom: 0;
            font-weight: normal;
            font-size: 14px; }
            body.meeting .holder .content .step.minified h2 div.un-done {
              display: none; }
            body.meeting .holder .content .step.minified h2 div.done {
              display: flex; }
              body.meeting .holder .content .step.minified h2 div.done div.icon {
                position: relative; }
                body.meeting .holder .content .step.minified h2 div.done div.icon div.dot {
                  position: absolute;
                  width: 8px;
                  height: 8px;
                  background: #42ba7c;
                  border-radius: 12px;
                  top: 0;
                  left: 0; }
            body.meeting .holder .content .step.minified h2 a {
              display: flex;
              align-items: center;
              font-weight: normal;
              text-decoration: none; }
              body.meeting .holder .content .step.minified h2 a span {
                margin-right: 4px; }
          body.meeting .holder .content .step.minified .info {
            display: none; }
      body.meeting .holder .content .step-1 {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap; }
        body.meeting .holder .content .step-1 .address-field {
          display: flex;
          flex-direction: column;
          width: 100%; }
          body.meeting .holder .content .step-1 .address-field .info {
            margin-bottom: 32px; }
          body.meeting .holder .content .step-1 .address-field form {
            display: flex;
            flex-direction: column;
            align-items: center; }
          body.meeting .holder .content .step-1 .address-field .address-input {
            display: flex;
            width: 100%;
            position: relative; }
            body.meeting .holder .content .step-1 .address-field .address-input input#ship-zipcode {
              padding: 12px;
              outline: none;
              border: 1px solid #eaeaea;
              width: 100%;
              font-size: 22px;
              font-weight: bold;
              text-align: center;
              border-radius: 100px; }
              body.meeting .holder .content .step-1 .address-field .address-input input#ship-zipcode::placeholder {
                color: #999; }
            body.meeting .holder .content .step-1 .address-field .address-input div.streetnumber-info {
              display: none;
              margin-top: 4px;
              padding: 8px;
              font-size: 13px;
              position: absolute;
              left: 0;
              top: -100%; }
              body.meeting .holder .content .step-1 .address-field .address-input div.streetnumber-info span {
                font-size: 18px;
                margin-right: 8px;
                color: #2993d1; }
          body.meeting .holder .content .step-1 .address-field div.zipcode-error {
            display: none;
            margin-top: 4px;
            padding: 8px;
            font-size: 13px; }
            body.meeting .holder .content .step-1 .address-field div.zipcode-error span {
              font-size: 18px;
              margin-right: 8px;
              color: #c31f1f; }
      body.meeting .holder .content .times {
        display: flex;
        flex-direction: column;
        width: 100%; }
        body.meeting .holder .content .times .step-2 {
          display: none; }
          body.meeting .holder .content .times .step-2 .step-content {
            position: relative; }
          body.meeting .holder .content .times .step-2 .calendar {
            position: relative; }
            body.meeting .holder .content .times .step-2 .calendar .select_address {
              display: flex;
              position: absolute;
              left: -1px;
              top: 0;
              width: calc(100% + 2px);
              height: 100%;
              background: rgba(255, 255, 255, 0.8);
              align-items: center;
              justify-content: center;
              color: #999;
              font-size: 20px;
              font-weight: bold; }
          body.meeting .holder .content .times .step-2 .calendar-month {
            width: 100%; }
            body.meeting .holder .content .times .step-2 .calendar-month .head {
              display: flex;
              justify-content: space-between;
              align-items: center;
              border: 0;
              font-size: 15px;
              text-transform: uppercase;
              font-weight: bold; }
              body.meeting .holder .content .times .step-2 .calendar-month .head.empty {
                justify-content: center; }
              body.meeting .holder .content .times .step-2 .calendar-month .head a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                font-size: 22px;
                background: #f7f7f7;
                width: 30px;
                height: 30px; }
              body.meeting .holder .content .times .step-2 .calendar-month .head .prev,
              body.meeting .holder .content .times .step-2 .calendar-month .head .next {
                width: 30px; }
            body.meeting .holder .content .times .step-2 .calendar-month table {
              width: 100%;
              border-collapse: collapse; }
              body.meeting .holder .content .times .step-2 .calendar-month table tbody th {
                padding: 4px; }
              body.meeting .holder .content .times .step-2 .calendar-month table tbody td, body.meeting .holder .content .times .step-2 .calendar-month table tbody th {
                text-align: center;
                font-size: 16px;
                border: 1px solid #eaeaea; }
                @media screen and (max-width: 1100px) {
                  body.meeting .holder .content .times .step-2 .calendar-month table tbody td.week, body.meeting .holder .content .times .step-2 .calendar-month table tbody th.week {
                    display: none; } }
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td a div, body.meeting .holder .content .times .step-2 .calendar-month table tbody td span div, body.meeting .holder .content .times .step-2 .calendar-month table tbody th a div, body.meeting .holder .content .times .step-2 .calendar-month table tbody th span div {
                  width: 40px;
                  height: 40px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-decoration: none;
                  border-radius: 40px; }
                  @media screen and (max-width: 850px) {
                    body.meeting .holder .content .times .step-2 .calendar-month table tbody td a div, body.meeting .holder .content .times .step-2 .calendar-month table tbody td span div, body.meeting .holder .content .times .step-2 .calendar-month table tbody th a div, body.meeting .holder .content .times .step-2 .calendar-month table tbody th span div {
                      width: 32px;
                      height: 32px; } }
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td span, body.meeting .holder .content .times .step-2 .calendar-month table tbody th span {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  min-height: 48px; }
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td a, body.meeting .holder .content .times .step-2 .calendar-month table tbody th a {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  width: 100%;
                  min-height: 48px;
                  transition: ease .2s;
                  text-decoration: none; }
                  body.meeting .holder .content .times .step-2 .calendar-month table tbody td a div, body.meeting .holder .content .times .step-2 .calendar-month table tbody th a div {
                    border: 2px solid #f3c828; }
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td.today span div, body.meeting .holder .content .times .step-2 .calendar-month table tbody th.today span div {
                  border: 2px solid #eaeaea; }
              body.meeting .holder .content .times .step-2 .calendar-month table tbody td {
                width: 12.5%; }
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td.selected a div,
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td a:hover div {
                  background: #f3c828; }
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td.open {
                  padding: 0; }
                  body.meeting .holder .content .times .step-2 .calendar-month table tbody td.open a {
                    width: 100%; }
                body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times {
                  width: unset; }
                  body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    padding: 12px 12px 8px; }
                    body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time h3 {
                      display: none;
                      /*display: flex;*/
                      align-items: center;
                      font-size: 15px;
                      margin: 0 0 16px; }
                      body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time h3 span {
                        width: auto;
                        font-size: 18px;
                        margin-right: 4px;
                        min-height: unset; }
                    body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time ul {
                      list-style: none;
                      margin: 0;
                      padding: 0;
                      display: flex;
                      flex-wrap: wrap; }
                      body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time ul li {
                        margin: 0 4px 4px 0;
                        display: flex; }
                        body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time ul li label {
                          display: flex;
                          align-items: center;
                          cursor: pointer;
                          padding: 8px 16px 8px 16px;
                          border: 2px solid #eaeaea;
                          border-radius: 40px;
                          font-weight: normal;
                          width: 100%;
                          font-size: 14px;
                          transition: ease .2s; }
                          body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time ul li label input {
                            position: absolute;
                            opacity: 0.001;
                            margin: 0; }
                          body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time ul li label span {
                            min-height: unset; }
                          body.meeting .holder .content .times .step-2 .calendar-month table tbody td.slots-times div.select-time ul li label:hover {
                            background: #f8f8f8;
                            cursor: pointer; }
              body.meeting .holder .content .times .step-2 .calendar-month table thead tr.head th {
                border: 0;
                font-size: 15px;
                text-transform: uppercase; }
              body.meeting .holder .content .times .step-2 .calendar-month table thead tr.days th {
                text-transform: uppercase;
                font-size: 12px;
                padding: 15px 0 5px; }
              body.meeting .holder .content .times .step-2 .calendar-month table thead th a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                font-size: 22px;
                background: #f7f7f7;
                width: 30px;
                height: 30px; }
              @media screen and (max-width: 1100px) {
                body.meeting .holder .content .times .step-2 .calendar-month table thead th.week {
                  display: none; } }
              body.meeting .holder .content .times .step-2 .calendar-month table thead th.prev {
                text-align: left; }
              body.meeting .holder .content .times .step-2 .calendar-month table thead th.next {
                text-align: right; }
          body.meeting .holder .content .times .step-2 .available-times {
            display: none;
            position: absolute; }
            body.meeting .holder .content .times .step-2 .available-times .slots ul {
              list-style: none;
              margin: 0;
              padding: 0;
              display: flex;
              flex-direction: column; }
              body.meeting .holder .content .times .step-2 .available-times .slots ul li {
                margin-bottom: 4px;
                display: flex; }
                body.meeting .holder .content .times .step-2 .available-times .slots ul li label {
                  display: flex;
                  align-items: center;
                  cursor: pointer;
                  padding: 12px 16px 12px 16px;
                  border: 2px solid #eaeaea;
                  border-radius: 40px;
                  font-weight: normal;
                  width: 100%;
                  font-size: 14px;
                  transition: ease .2s; }
                  body.meeting .holder .content .times .step-2 .available-times .slots ul li label input {
                    position: absolute;
                    opacity: 0.001;
                    margin: 0; }
                  body.meeting .holder .content .times .step-2 .available-times .slots ul li label:hover {
                    background: #f8f8f8; }
      body.meeting .holder .content .step-3 {
        display: none;
        flex-wrap: wrap; }
        body.meeting .holder .content .step-3 div.back-link {
          display: flex;
          width: 100%;
          padding: 32px; }
          @media screen and (max-width: 850px) {
            body.meeting .holder .content .step-3 div.back-link {
              width: 100%;
              padding: 0 0 32px; } }
          body.meeting .holder .content .step-3 div.back-link a.back {
            display: flex;
            align-items: center;
            text-decoration: none; }
            body.meeting .holder .content .step-3 div.back-link a.back span {
              font-size: 24px;
              margin-right: 4px;
              border: 1px solid #000;
              border-radius: 100px;
              width: 32px;
              height: 32px;
              display: flex;
              align-items: center;
              justify-content: center; }
        body.meeting .holder .content .step-3 .confirm {
          display: flex;
          width: 100%;
          flex-direction: column;
          align-items: center;
          background: #f5f5f5;
          padding: 16px 24px;
          margin-top: 12px; }
          body.meeting .holder .content .step-3 .confirm h3 {
            margin: 0 0 0px; }
          body.meeting .holder .content .step-3 .confirm span {
            display: flex;
            align-items: center; }
            body.meeting .holder .content .step-3 .confirm span span.icon {
              display: flex;
              font-size: 18px;
              width: 18px;
              margin-right: 8px;
              justify-content: center; }
        body.meeting .holder .content .step-3 .customer {
          display: flex;
          width: 100%;
          flex-wrap: wrap; }
          body.meeting .holder .content .step-3 .customer .field-company {
            display: none; }
          body.meeting .holder .content .step-3 .customer label {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 11px;
            padding-bottom: 2px; }
            body.meeting .holder .content .step-3 .customer label.approve_terms {
              text-transform: none;
              font-weight: normal;
              font-size: 13px;
              margin-top: 4px; }
          body.meeting .holder .content .step-3 .customer .field-type,
          body.meeting .holder .content .step-3 .customer .field-product {
            margin-bottom: 20px; }
          body.meeting .holder .content .step-3 .customer div.radios label,
          body.meeting .holder .content .step-3 .customer div.checkboxes label {
            padding: 10px;
            margin-bottom: 5px;
            cursor: pointer;
            border: 1px solid #eaeaea;
            border-radius: 2px;
            font-weight: normal;
            text-transform: none;
            font-size: 13px;
            display: flex;
            align-items: center; }
            body.meeting .holder .content .step-3 .customer div.radios label input,
            body.meeting .holder .content .step-3 .customer div.checkboxes label input {
              margin: 0 5px 0 0; }
          body.meeting .holder .content .step-3 .customer div.checkboxes {
            display: flex;
            flex-direction: column; }
          body.meeting .holder .content .step-3 .customer .field-customertype {
            margin-bottom: 10px; }
            body.meeting .holder .content .step-3 .customer .field-customertype .radios {
              display: flex; }
              body.meeting .holder .content .step-3 .customer .field-customertype .radios label {
                margin-right: 5px; }
          body.meeting .holder .content .step-3 .customer input[type="phone"],
          body.meeting .holder .content .step-3 .customer input[type="email"],
          body.meeting .holder .content .step-3 .customer input[type="text"],
          body.meeting .holder .content .step-3 .customer input[type="tel"],
          body.meeting .holder .content .step-3 .customer textarea {
            padding: 10px;
            border: 1px solid #eaeaea; }
        body.meeting .holder .content .step-3 .field-submit {
          display: flex;
          width: 100%;
          justify-content: center;
          margin-top: 20px; }
          body.meeting .holder .content .step-3 .field-submit input {
            margin-top: 0;
            font-size: 18px;
            line-height: 48px; }
      body.meeting .holder .content .step-4 {
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 32px;
        text-align: center; }
        body.meeting .holder .content .step-4 a.close_popup {
          margin-top: 32px;
          display: none;
          padding: 8px 24px;
          border-radius: 40px;
          text-decoration: none;
          border: 2px solid #eaeaea;
          transition: ease .2s; }
          body.meeting .holder .content .step-4 a.close_popup:hover {
            background: #f8f8f8; }
      body.meeting .holder .content .help {
        margin-top: 48px;
        border-top: 1px solid #eaeaea;
        padding: 16px 8px;
        width: 100%; }
        @media screen and (max-width: 850px) {
          body.meeting .holder .content .help {
            display: none; } }
        body.meeting .holder .content .help .text {
          line-height: 160%; }
      body.meeting .holder .content .powered-by {
        padding: 0 32px 24px;
        width: 50%; }
        @media screen and (max-width: 850px) {
          body.meeting .holder .content .powered-by {
            width: 100%;
            padding: 32px 0 0; } }
        body.meeting .holder .content .powered-by img {
          height: 18px; }
      body.meeting .holder .content .logo {
        display: flex;
        justify-content: center; }
        body.meeting .holder .content .logo img {
          max-width: 100%; }
      body.meeting .holder .content .info .text {
        margin-bottom: 20px; }
      body.meeting .holder .content .notice {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eaeaea; }
      body.meeting .holder .content .area ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column; }
        body.meeting .holder .content .area ul li {
          margin-bottom: 2px;
          display: flex; }
          body.meeting .holder .content .area ul li label {
            display: flex;
            align-items: center;
            cursor: pointer;
            padding: 10px;
            border: 1px solid #eaeaea;
            background: #f7f7f7;
            border-radius: 2px;
            font-weight: normal;
            width: 100%;
            font-size: 14px; }
            body.meeting .holder .content .area ul li label input {
              margin: 0 5px 0 0; }

div.back-link-mobile {
  display: none; }

@media screen and (max-width: 850px) {
  	/*#step-1 {
  		.times { display: none; }
  	}
  
  	#step-2 {
  		.address-field { display: none; }
  	}
  
  	#step-3 {
  		.address-field { display: none; }
  		.times h2,
  		.times .calendar-month {
  			display: none;
  		}
  
  		.times .calendar .available-times h2 { display: flex; }
  	}*/ }
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .cv-spinner .spinner {
    width: 60px;
    height: 60px;
    border: 8px #ddd solid;
    border-top: 8px #f3c828 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear; }

@keyframes sp-anime {
  100% {
    transform: rotate(360deg); } }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/online_booking/icomoon.eot?9os3y8");
  src: url("fonts/online_booking/icomoon.eot?9os3y8#iefix") format("embedded-opentype"), url("fonts/online_booking/icomoon.woff2?9os3y8") format("woff2"), url("fonts/online_booking/icomoon.ttf?9os3y8") format("truetype"), url("fonts/online_booking/icomoon.woff?9os3y8") format("woff"), url("fonts/online_booking/icomoon.svg?9os3y8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\e908"; }

.icon-arrow-right:before {
  content: "\e90c"; }

.icon-calendar:before {
  content: "\e900"; }

.icon-check:before {
  content: "\e901"; }

.icon-check-circle:before {
  content: "\e902"; }

.icon-check-square:before {
  content: "\e903"; }

.icon-chevron-left:before {
  content: "\e90d"; }

.icon-chevron-right:before {
  content: "\e90e"; }

.icon-chevrons-left:before {
  content: "\e90f"; }

.icon-chevrons-right:before {
  content: "\e910"; }

.icon-clock:before {
  content: "\e904"; }

.icon-edit:before {
  content: "\e905"; }

.icon-edit-2:before {
  content: "\e906"; }

.icon-edit-3:before {
  content: "\e907"; }

.icon-map-pin:before {
  content: "\e909"; }

.icon-user:before {
  content: "\e90a"; }

.icon-x:before {
  content: "\e90b"; }

/*# sourceMappingURL=style.css.map */
