/* social colors */
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.html {
  font-size: calc(1em + 1vw); }

p.error-message {
  color: #db4344;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  float: left; }

p.success-message {
  color: #4F8A10;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  float: left; }

p.info-message {
  color: #00529B;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  float: left; }

.message-div {
  padding: 0; }

/* social colors */
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.input__field--sae:focus + .input__label--sae .input__label-content--sae,
.input--filled .input__label-content--sae {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) !important;
  transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1) !important; }

.input__field--sae:focus + .input__label--sae .icon--sae,
.input--filled .icon--sae {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -90deg) !important;
  transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -90deg) !important; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  max-width: 100%;
  vertical-align: top; }
  .input.input--sae {
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-bottom: 0px; }
  .input .input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    outline: none;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #ccc;
    color: #999;
    font-weight: 400;
    -webkit-appearance: none; }
    .input .input__field.input__field--sae {
      background: transparent;
      width: 100%;
      color: #191919;
      height: auto;
      font-size: 14px;
      font-weight: 300;
      padding: 1.2em 0 0.5em;
      border-bottom: 1px solid #ddd;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin: 0; }
  .input .input__label--sae {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #999;
    padding: 0;
    height: 100%;
    pointer-events: none;
    margin-bottom: 0; }
    .input .input__label--sae .icon--sae {
      position: absolute;
      bottom: 10px;
      font-size: 1em;
      width: 100%;
      opacity: 0.5;
      right: 53%;
      color: #333;
      pointer-events: none;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .input .input__label--sae .input__label-content {
      position: relative;
      display: block;
      padding: 1.6em 0;
      width: 100%;
      text-transform: capitalize; }
      .input .input__label--sae .input__label-content--sae {
        font-family: "Open Sans", sans-serif;
        padding: 0;
        font-size: 14px;
        font-weight: 300;
        color: #999;
        display: inline-block;
        vertical-align: bottom;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translate3d(0, 18px, 0);
        transform: translate3d(0, 18px, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }

.input--sae {
  overflow: hidden;
  width: 200px;
  margin: 0 2em 2em; }

.input__field--sae {
  background: transparent;
  width: 100%;
  color: #333;
  padding: 1em 0 0.5em;
  font-weight: 500; }

.input__label--sae {
  position: absolute;
  width: 100%;
  text-align: left;
  color: #7771ab;
  padding: 0;
  height: 100%;
  pointer-events: none; }

.input__label--sae::after {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  height: 1px;
  background: #3dc6c4;
  bottom: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.input__field--sae:focus + .input__label--sae::after,
.input--filled .input__label--sae::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input--filled .input__label--sae .input__label-content--sae {
  color: #3dc6c4 !important; }

.invalid .input__field--sae:focus + .input__label--sae::after,
.invalid .input--filled .input__label--sae::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #db4344; }

.invalid .input--filled .input__label--sae .input__label-content--sae {
  color: #db4344 !important; }

.input--filled .input__field--sae {
  border-bottom: 1px solid #3dc6c4 !important; }

.invalid .input--filled .input__field--sae {
  border-bottom: 2px solid #db4344; }

.input--filled.input--filled-focusOut .input__label--sae .input__label-content--sae {
  color: #999 !important; }

.input--filled.input--filled-focusOut .input__label--sae::after {
  background: #ddd !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.text_field {
  padding: 0; }
  .text_field--wrapper {
    padding-left: 0;
    padding-right: 15px; }
    .text_field--wrapper:last-child {
      padding-right: 0;
      padding-left: 15px; }
  .text_field p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #9d9d9d;
    margin-bottom: 0; }

.url-field {
  padding: 0; }
  .url-field .input--filled.input--filled-focusOut .input__field--sae {
    border-bottom: 1px solid #ddd !important; }
  .url-field .input__field {
    padding-top: 0 !important; }
  .url-field--container {
    padding: 0;
    margin-bottom: 24px; }
    .url-field--container p {
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      color: #9d9d9d;
      margin-bottom: 0; }
    .url-field--container .text_label {
      margin: 0 !important; }
      .url-field--container .text_label label {
        font-size: 11px !important; }
  .url-field_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important; }
    .url-field_wrapper.invalid p {
      color: #db4344; }
  .url-field_label {
    width: initial;
    padding: 0;
    height: 27px;
    border-bottom: 1px solid #ddd; }
    .url-field_label.data-filled {
      border-bottom: 1px solid #3dc6c4; }
    .url-field_label p {
      font-size: 14px;
      color: #191919; }

.text_area.invalid p {
  color: #db4344; }

.text-editor.invalid p {
  color: #db4344; }

.url-field--container.invalid {
  will-change: transform;
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
  -webkit-animation-iteration-count: 6;
  animation-iteration-count: 6; }
  .url-field--container.invalid p {
    color: #db4344; }
  .url-field--container.invalid .text_label label {
    color: #db4344 !important; }
  .url-field--container.invalid .input__field--sae:focus + .input__label--sae::after,
  .url-field--container.invalid .input--filled .input__label--sae::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #db4344; }
  .url-field--container.invalid .input--filled .input__field--sae {
    border-bottom: 1px solid #db4344 !important; }
  .url-field--container.invalid .url-field_label {
    border-bottom: 1px solid #db4344; }

.text_area .input .input__field.input__field--sae {
  margin-top: 16px;
  padding-top: 0px; }

/* social colors */
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.file-upload {
  background-color: inherit;
  width: 100%;
  margin: 5px 0 !important;
  display: inline-block; }
  .file-upload.csv-upload {
    width: 45%; }
    .file-upload.csv-upload .image-upload-wrap .drag-text p {
      margin-bottom: 0; }
  .file-upload:hover .file-upload-action {
    display: block; }
  .file-upload-content {
    display: none;
    text-align: center;
    position: relative;
    background-color: #f4f4f4; }
    .file-upload-content .image-title-wrap {
      position: absolute;
      top: 10px;
      right: 10px; }
      .file-upload-content .image-title-wrap .remove-btn {
        background-color: #db4344;
        color: #fff;
        padding: 0;
        font-size: 14px;
        line-height: 14px;
        width: 30px;
        height: 30px;
        outline: none; }
      .file-upload-content .image-title-wrap .edit-btn {
        font-size: 14px;
        line-height: 14px;
        width: 30px;
        height: 30px;
        outline: none;
        padding: 0;
        background-color: #009c9a;
        color: #fff; }
  .file-upload-image {
    max-width: 100%;
    margin: auto;
    max-height: 400px; }
    .file-upload-image__wrapper {
      min-height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .file-upload .file-upload-action {
    padding: 10px;
    position: absolute;
    display: none;
    top: 5px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
    .file-upload .file-upload-action .fa {
      margin-right: 5px; }
    .file-upload .file-upload-action .edit {
      color: #fff;
      margin-right: 10px;
      cursor: pointer; }
    .file-upload .file-upload-action .delete {
      color: #fff;
      cursor: pointer; }
  .file-upload .image-upload-wrap {
    margin-top: 0;
    border: 1px dashed;
    border-color: #ccc;
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
    position: relative;
    cursor: pointer; }
    .file-upload .image-upload-wrap .file-input {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      right: 0;
      bottom: 0;
      width: 100%; }
    .file-upload .image-upload-wrap .uploaded_image {
      min-height: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: inherit;
      max-height: 300px; }
      .file-upload .image-upload-wrap .uploaded_image img {
        margin: auto;
        -o-object-fit: contain;
        object-fit: contain;
        width: initial;
        max-width: 100%;
        max-height: 300px; }
    .file-upload .image-upload-wrap .file-upload-input {
      position: absolute;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      outline: none;
      opacity: 0;
      cursor: pointer; }
    .file-upload .image-upload-wrap .drag-text {
      text-align: center;
      padding: 20px; }
      .file-upload .image-upload-wrap .drag-text img {
        margin: 10px auto; }
      .file-upload .image-upload-wrap .drag-text p {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: #757575; }
  .file-upload .hint {
    color: #757575;
    font-size: 12px;
    margin-bottom: 0; }

.sample-download {
  padding: 0; }
  .sample-download a {
    font-size: 12px;
    text-decoration: none; }

/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
.form-group.invalid p {
  color: #db4344; }

.select {
  position: relative;
  padding: 0; }
  .select .title {
    color: #999;
    margin-bottom: 0; }
  .select .fa {
    position: absolute;
    top: 25%;
    right: 10px;
    font-size: 20px; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    color: #757575;
    border: none;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-family: "Open Sans", sans-serif; }

.start_wrapper {
  padding: 0 5px 0 0; }

.end_wrapper {
  padding: 0 0 0 5px; }

.location-map {
  padding: 0;
  margin-top: 10px; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4990e2;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4990e2;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }

.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:before {
  -webkit-animation: checkbox-on 0.3s forwards;
  -o-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards; }

.checkbox input[type=checkbox]:focus:checked + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms; }

.checkbox input[type=checkbox]:focus:checked + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  -o-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards; }

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  animation: rippleOff 500ms; }

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:before {
  -webkit-animation: checkbox-off 0.3s forwards;
  -o-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards; }

.checkbox input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms forwards;
  -o-animation: rippleOff 500ms forwards;
  animation: rippleOff 500ms forwards; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
  color: #4990e2;
  border-color: #4990e2; }

.checkbox input[type=checkbox]:checked + .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
  color: #4990e2;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }

fieldset[disabled] .checkbox,
fieldset[disabled] label.checkbox-inline,
fieldset[disabled] .checkbox input[type=checkbox],
fieldset[disabled] label.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle,
label.checkbox-inline input[type=checkbox][disabled] + .circle {
  opacity: 0.5; }

.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-o-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@-o-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@-o-keyframes shake {
  10%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

.start_wrapper {
  padding: 0 5px 0 0; }

.end_wrapper {
  padding: 0 0 0 5px; }

.location-map {
  padding: 0;
  margin-top: 10px; }

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0; }
  .radio_wrapper p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9d9d9d;
    margin-bottom: 0;
    margin-top: 0; }
  .radio_wrapper.invalid p {
    display: block;
    color: #db4344;
    margin-top: -7px; }

.radio label,
label.radio-inline {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  color: #777;
  text-transform: capitalize;
  font-size: 13px;
  margin-bottom: 10px; }

.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 40px; }

.form-group.is-focused .radio label,
.form-group.is-focused label.radio-inline {
  color: rgba(0, 0, 0, 0.26); }

.form-group.is-focused .radio label:hover,
.form-group.is-focused label.radio-inline:hover,
.form-group.is-focused .radio label:focus,
.form-group.is-focused label.radio-inline:focus {
  color: rgba(0, 0, 0, 0.54); }

fieldset[disabled] .form-group.is-focused .radio label,
fieldset[disabled] .form-group.is-focused label.radio-inline {
  color: rgba(0, 0, 0, 0.26); }

.radio span,
label.radio-inline span {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.radio .circle,
label.radio-inline .circle {
  border: 2px solid rgba(0, 0, 0, 0.54);
  height: 15px;
  width: 15px;
  border-radius: 100%; }

.radio .check,
label.radio-inline .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #db4344;
  -webkit-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  -o-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.radio .check:after,
label.radio-inline .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  -ms-transform: scale3d(1.5, 1.5, 1);
  -o-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1); }

.radio-inline {
  display: inline; }

.radio input[type=radio]:focus:not(:checked) ~ .check:after,
label.radio-inline input[type=radio]:focus:not(:checked) ~ .check:after {
  -webkit-animation: rippleOff 500ms;
  -o-animation: rippleOff 500ms;
  animation: rippleOff 500ms; }

.radio input[type=radio]:focus:checked ~ .check:after,
label.radio-inline input[type=radio]:focus:checked ~ .check:after {
  -webkit-animation: rippleOn 500ms;
  -o-animation: rippleOn 500ms;
  animation: rippleOn 500ms; }

.radio input[type=radio],
label.radio-inline input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check,
.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  opacity: 1; }

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  background-color: #db4344; }

.radio input[type=radio]:checked ~ .circle,
label.radio-inline input[type=radio]:checked ~ .circle {
  border-color: #db4344; }

.radio input[type=radio]:checked ~ .check,
label.radio-inline input[type=radio]:checked ~ .check {
  -webkit-transform: scale3d(0.55, 0.55, 1);
  transform: scale3d(0.55, 0.55, 1); }

.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check,
.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.26; }

.radio input[type=radio][disabled] ~ .check,
label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #000000; }

.radio input[type=radio][disabled] ~ .circle,
label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #000000; }

.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check,
.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  opacity: 0.3; }

.theme-dark .radio input[type=radio][disabled] ~ .check,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .check {
  background-color: #ffffff; }

.theme-dark .radio input[type=radio][disabled] ~ .circle,
.theme-dark label.radio-inline input[type=radio][disabled] ~ .circle {
  border-color: #ffffff; }

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

/* social colors */
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.form {
  font-family: "Open Sans", sans-serif; }
  .form-section {
    padding: 0; }
  .form-input {
    margin-bottom: 0px;
    padding: 0; }
    .form-input_group {
      padding: 0;
      margin-bottom: 24px; }
  .form-group {
    padding: 0; }

/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
/* social colors */
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.text_field label {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #757575; }

.text_field p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9d9d9d;
  margin-bottom: 0; }

.text_field.invalid .input--sae {
  will-change: transform;
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
  -webkit-animation-iteration-count: 6;
  animation-iteration-count: 6; }

.text_field.invalid p {
  display: block;
  color: #db4344; }

.text_field--wrapper:last-child {
  padding-right: 0;
  padding-left: 15px; }

.text_area {
  padding: 0; }
  .text_area label {
    width: 100%;
    font-size: 12px;
    color: #777;
    font-weight: 200;
    text-transform: capitalize; }
  .text_area p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9d9d9d;
    margin-bottom: 0; }
  .text_area textarea {
    padding: 5px 20px;
    color: #212121;
    height: 100px;
    background-color: #f4f4f4;
    border-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    resize: none; }
    .text_area textarea:focus {
      -webkit-box-shadow: 0 0 10px #ececec;
      box-shadow: 0 0 10px #ececec; }
  .text_area.invalid .input--sae {
    will-change: transform;
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-iteration-count: 6;
    animation-iteration-count: 6; }
  .text_area.invalid .input__label-content--sae::after {
    background: #db4344;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .text_area.invalid p {
    display: block;
    color: #db4344; }

@-ms-keyframes wiggle {
  33% {
    -ms-transform: rotate(1deg);
    transform: rotateZ(1deg); }
  to {
    -ms-transform: rotate(-1deg);
    transform: rotateZ(-1deg); } }

@-moz-keyframes wiggle {
  33% {
    transform: rotateZ(1deg); }
  to {
    transform: rotateZ(-1deg); } }

@-webkit-keyframes wiggle {
  33% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg); }
  to {
    -webkit-transform: rotateZ(-1deg);
    transform: rotateZ(-1deg); } }

@keyframes wiggle {
  33% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg); }
  to {
    -webkit-transform: rotateZ(-1deg);
    transform: rotateZ(-1deg); } }

/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
/* social colors */
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/* social colors */
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/* color pallate*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

/* color pallate*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1, h2 {
  font-family: "Merriweather", serif; }

h4, p, a, input, textarea, button, span, label {
  font-family: "Open Sans", sans-serif; }

.btn {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  outline-color: #db4344 !important;
  cursor: pointer;
  overflow: hidden; }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .btn .circle {
    position: absolute;
    z-index: 0;
    background-color: #555;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    width: 100px;
    height: 100px; }
    .btn .circle.animate {
      -webkit-animation: grow .5s linear;
      animation: grow .5s linear; }

@-webkit-keyframes grow {
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0; } }

@keyframes grow {
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0; } }

p.error-message {
  color: #db4344;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  float: left; }

p.success-message {
  color: #4F8A10;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  float: left; }

p.info-message {
  color: #00529B;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
  float: left; }

.message-div {
  padding: 0; }

.event-header {
  padding: 0; }
  .event-header.fixed {
    position: fixed;
    top: 0;
    z-index: 1100; }
  .event-header_top {
    padding: 0 38px;
    height: 36px;
    background-color: #ffffff;
    border-bottom: solid 1px #e9e9e9; }
  .event-header_menu {
    padding: 0; }
    .event-header_menu .navbar {
      border-radius: 0;
      background-color: #212121; }
      .event-header_menu .navbar-nav.navbar-right {
        height: auto; }
        .event-header_menu .navbar-nav.navbar-right .dropdown.open .dropdown-toggle {
          background-color: transparent; }
        .event-header_menu .navbar-nav.navbar-right .dropdown.open .dropdown-menu > li > a {
          color: #212121 !important; }
  .event-header_bottom {
    height: 48px;
    background-color: #ffffff;
    border-bottom: solid 1px #e9e9e9;
    padding: 0; }
    .event-header_bottom .navbar {
      background-color: transparent;
      border: none;
      border-radius: 0;
      padding: 0 36px 0 11px; }
      .event-header_bottom .navbar .container-fluid {
        padding: 0; }
      .event-header_bottom .navbar .collapse {
        padding-right: 0;
        width: 45%;
        float: right; }
        .event-header_bottom .navbar .collapse .input-group {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch; }
          .event-header_bottom .navbar .collapse .input-group input {
            height: 47px;
            border-radius: 0;
            border: none;
            border-left: solid 1px #e9e9e9;
            font-family: "Open Sans", sans-serif;
            -webkit-box-shadow: none;
            box-shadow: none; }
          .event-header_bottom .navbar .collapse .input-group button {
            height: 47px;
            border: none;
            border-radius: 0;
            border-right: solid 1px #e9e9e9;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            color: #757575; }
            .event-header_bottom .navbar .collapse .input-group button:focus {
              -webkit-box-shadow: none;
              box-shadow: none; }
      .event-header_bottom .navbar-brand {
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 12px !important; }
        .event-header_bottom .navbar-brand img {
          height: 28px;
          -o-object-fit: contain;
          object-fit: contain; }
          .event-header_bottom .navbar-brand img.client_logo {
            height: 30px; }
      .event-header_bottom .navbar-right.navbar-nav {
        height: 48px; }
        .event-header_bottom .navbar-right.navbar-nav > li a {
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #212121; }
      .event-header_bottom .navbar-right > li a.btn-signup {
        width: 98px;
        border-radius: 24px;
        background-color: #07c677;
        font-size: 12px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-weight: bold;
        text-align: center;
        outline: none;
        text-transform: capitalize;
        padding: 6px 12px; }
        .event-header_bottom .navbar-right > li a.btn-signup:hover, .event-header_bottom .navbar-right > li a.btn-signup:focus {
          background-color: #07c677;
          color: #ffffff; }
      .event-header_bottom .navbar-right > li.dropdown {
        margin-left: 16px; }
        .event-header_bottom .navbar-right > li.dropdown.open a {
          background-color: transparent; }
        .event-header_bottom .navbar-right > li.dropdown.open .dropdown-menu {
          width: 182px;
          margin-top: 5px;
          border: solid 1px #e9e9e9;
          padding: 0; }
          .event-header_bottom .navbar-right > li.dropdown.open .dropdown-menu .divider {
            margin: 0; }
          .event-header_bottom .navbar-right > li.dropdown.open .dropdown-menu > li a {
            padding: 8px 15px;
            font-size: 14px;
            color: #212121; }
          .event-header_bottom .navbar-right > li.dropdown.open .dropdown-menu > li:last-child {
            background-color: #212121; }
            .event-header_bottom .navbar-right > li.dropdown.open .dropdown-menu > li:last-child a {
              color: #fff; }
        .event-header_bottom .navbar-right > li.dropdown p {
          font-family: "Open Sans", sans-serif;
          font-size: 0.8em;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          padding-left: 15px;
          color: #999;
          margin-top: 5px; }
        .event-header_bottom .navbar-right > li.dropdown a {
          padding: 0;
          padding-right: 10px; }
          .event-header_bottom .navbar-right > li.dropdown a .avatar {
            width: 26.1px;
            height: 29.3px;
            color: #bac7c9;
            border-radius: 50%;
            font-size: 30px; }
            .event-header_bottom .navbar-right > li.dropdown a .avatar .fa::before {
              content: "\f2be"; }
          .event-header_bottom .navbar-right > li.dropdown a .caret {
            position: absolute;
            top: 50%;
            right: 0;
            color: #db4344; }
    .event-header_bottom .mobile-nav {
      margin-bottom: 0;
      border: none; }
      .event-header_bottom .mobile-nav .mobile-div {
        border-bottom: none;
        background-color: #ffffff;
        min-height: 40px;
        padding: 0 !important; }
        .event-header_bottom .mobile-nav .mobile-div .navbar-nav {
          margin: 0;
          padding: 0 24px;
          width: 100%;
          display: inline-block;
          vertical-align: middle; }
          .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.logo {
            float: left;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.logo a {
              padding: 3px 0;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              height: 50px; }
              .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.logo a:hover {
                background-color: transparent;
                cursor: pointer; }
              .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.logo a img {
                height: 16px;
                margin: auto; }
          .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar {
            padding: 6px 0;
            float: right;
            height: 50px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a {
              padding: 0; }
              .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a:hover {
                background-color: transparent;
                cursor: pointer; }
              .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle {
                margin-right: 0;
                border: none;
                margin: 0;
                background-color: transparent !important; }
                .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:hover {
                  background-color: transparent !important; }
                .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:focus {
                  background-color: transparent !important; }
                .event-header_bottom .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle .icon-bar {
                  background-color: #757575; }
  .event-header .navbar {
    min-height: 100%;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-font-smoothing: auto; }
    .event-header .navbar-left .logo {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      vertical-align: middle;
      margin-right: 18px; }
      .event-header .navbar-left .logo img {
        height: 22px;
        -o-object-fit: contain;
        object-fit: contain; }
    .event-header .navbar-left .item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 36px;
      padding: 0 18px; }
      .event-header .navbar-left .item img {
        width: 16px;
        height: 16px;
        -o-object-fit: contain;
        object-fit: contain; }
      .event-header .navbar-left .item a {
        color: #757575;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-decoration: none; }
      .event-header .navbar-left .item.active a {
        color: #212121; }
    .event-header .navbar-right {
      height: 36px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 480px) {
        .event-header .navbar-right {
          display: none; } }
      .event-header .navbar-right a {
        font-family: "Open Sans", sans-serif;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #757575;
        text-decoration: none; }
        .event-header .navbar-right a img {
          height: 11px;
          margin-left: 6px; }
        .event-header .navbar-right a p {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 0; }
    .event-header .navbar-header {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .event-header .navbar-header .navbar-brand {
        margin-left: 0px;
        padding: 5px; }
        .event-header .navbar-header .navbar-brand img {
          height: 40px;
          padding: 5px;
          -o-object-fit: contain;
          object-fit: contain; }
      .event-header .navbar-header .dropdown-menu {
        width: 182px;
        margin-top: 2px;
        border: solid 1px #e9e9e9; }
        .event-header .navbar-header .dropdown-menu > li a {
          padding: 8px 15px;
          font-size: 14px;
          color: #212121; }
      .event-header .navbar-header .dropdown-menu {
        width: 184px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
        border: solid 1px #f1f1f1;
        margin-left: 10px;
        top: 26px;
        left: -11px;
        border-radius: 0; }
        .event-header .navbar-header .dropdown-menu a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: -webkit-inline-flex;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          padding: 10px 20px;
          width: 100%; }
          .event-header .navbar-header .dropdown-menu a img {
            margin-left: 10px; }
        .event-header .navbar-header .dropdown-menu > li:first-child {
          padding: 10px 20px;
          font-family: "Open Sans", sans-serif;
          font-size: 0.86em;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575; }

.sidebar {
  width: 300px;
  z-index: 9999;
  background-color: #ffffff;
  height: 100%;
  right: -350px;
  position: fixed;
  padding: 0 10px;
  top: 0;
  -webkit-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s; }
  .sidebar.active {
    right: 0; }
  .sidebar-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    z-index: 1000;
    -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .sidebar-overlay.active {
      opacity: .5;
      visibility: visible;
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0; }
  .sidebar-content .btn-sidebarclose {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 26px;
    width: 26px;
    top: 17px;
    position: absolute;
    left: 17px;
    font-size: 30px;
    line-height: 20px;
    cursor: pointer;
    z-index: 10;
    outline: none;
    color: #757575; }
    .sidebar-content .btn-sidebarclose:focus {
      outline: none;
      outline-offset: 0; }
    .sidebar-content .btn-sidebarclose:hover {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .sidebar-content .navigation-menu {
    padding-left: 0;
    list-style: none;
    margin-top: 50px; }
    .sidebar-content .navigation-menu li {
      list-style: none;
      padding: 10px 15px; }
      .sidebar-content .navigation-menu li a {
        text-decoration: none;
        color: #555;
        outline: none;
        font-size: 16px; }

body::-webkit-scrollbar {
  width: 6px; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid #708090; }

body.sidescreen-open {
  overflow: hidden; }

body.searchscreen-open {
  overflow: hidden; }

body::-webkit-scrollbar {
  width: 6px; }

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid #708090; }

body .datepicker {
  width: 250px;
  height: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.55);
  border: none;
  border-radius: 0;
  padding: 0; }
  body .datepicker td.day:hover {
    border-radius: 100%;
    background-image: none;
    background-color: #f3f3f3;
    font-size: 14px;
    border: none; }
  body .datepicker td.day.active {
    border-radius: 100%;
    background-image: none;
    background-color: #07c677;
    font-size: 14px;
    border: none; }
    body .datepicker td.day.active:hover {
      background-color: #07c677; }
  body .datepicker td span.year {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    width: auto; }
    body .datepicker td span.year.active {
      background-color: #07c677;
      background-image: none;
      background-color: #07c677;
      font-size: 14px;
      border: none;
      border-radius: 0; }
  body .datepicker td span.month {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    width: auto;
    float: inherit; }
    body .datepicker td span.month.active {
      background-color: #07c677;
      background-image: none;
      background-color: #07c677;
      font-size: 14px;
      border: none;
      border-radius: 0; }
  body .datepicker .table-condensed tbody {
    width: 210px;
    display: table;
    margin: auto 20px; }
  body .datepicker .table-condensed thead tr:nth-child(2) {
    width: 250px;
    display: table; }
  body .datepicker .table-condensed thead tr:nth-child(3) {
    width: 210px;
    display: table;
    margin: auto 20px; }
  body .datepicker th {
    font-family: "Open Sans", sans-serif; }
    body .datepicker th.next {
      width: 60px;
      padding: 12px 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      width: 100%;
      border-radius: 0;
      background-color: #f3f3f3; }
      body .datepicker th.next::before {
        content: "\f054";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        height: 24px;
        width: 24px;
        border-radius: 100%;
        background-color: #4a90e2;
        color: #fff;
        padding: 7px;
        font-size: 12px;
        text-align: center;
        position: absolute; }
    body .datepicker th.prev {
      width: 60px;
      padding: 12px 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
      width: 100%;
      border-radius: 0;
      background-color: #f3f3f3; }
      body .datepicker th.prev::before {
        content: "\f053";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        height: 24px;
        width: 24px;
        border-radius: 100%;
        background-color: #4a90e2;
        color: #fff;
        padding: 7px;
        font-size: 12px;
        text-align: center;
        position: absolute; }
    body .datepicker th.datepicker-switch {
      background-color: #f3f3f3;
      width: 160px; }

p {
  margin-top: 0;
  margin-bottom: 0; }

.eventpage {
  padding: 0; }
  .eventpage p {
    margin-top: 0;
    margin-bottom: 0; }
  .eventpage .report-spam-btn {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #757575;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 0; }
    .eventpage .report-spam-btn .fa {
      margin-right: 5px; }
  .eventpage-wrapper {
    padding: 16px 24px;
    background-color: #f1f1f1;
    width: auto; }
    .eventpage-wrapper .blog-content {
      display: table;
      margin-right: auto;
      margin-left: auto;
      padding: 0;
      margin-bottom: 20px; }
      .eventpage-wrapper .blog-content_wrapper {
        background-color: #f2dede;
        border: 1px solid #ebccd1;
        padding: 12px 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 30px; }
    .eventpage-wrapper .blog-title {
      padding: 0;
      text-align: center; }
      .eventpage-wrapper .blog-title p {
        margin: 0;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #212121; }
    .eventpage-wrapper .wide-card {
      padding-left: 0;
      padding-right: 16px; }
    .eventpage-wrapper .small-card {
      padding: 0; }
    .eventpage-wrapper .eventname {
      padding: 0; }
      .eventpage-wrapper .eventname-title {
        padding: 0; }
  .eventpage-header_section {
    padding: 0;
    height: 530px;
    position: relative;
    overflow: hidden; }
    .eventpage-header_section .bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), color-stop(24%, rgba(0, 0, 0, 0)), color-stop(82%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.54)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.54));
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.54));
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 82%, rgba(0, 0, 0, 0.54)); }
    .eventpage-header_section .event-title {
      padding: 0 24px;
      position: absolute;
      top: 20px; }
      .eventpage-header_section .event-title h2 {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        margin: 0;
        color: #ffffff; }
    .eventpage-header_section .event-member {
      position: absolute;
      right: 24px;
      bottom: 24px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .eventpage-header_section .event-member .member-title {
        margin-left: 8px; }
        .eventpage-header_section .event-member .member-title p {
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          margin-bottom: 0;
          margin-top: 0;
          color: #ffffff;
          width: 52px; }
      .eventpage-header_section .event-member .member-image {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .eventpage-header_section .event-member .member-image .image {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          margin-left: -8px;
          background-image: -webkit-gradient(linear, left top, right top, from(#fafafa), to(#d3d3d3));
          background-image: -webkit-linear-gradient(left, #fafafa, #d3d3d3);
          background-image: -o-linear-gradient(left, #fafafa, #d3d3d3);
          background-image: linear-gradient(to right, #fafafa, #d3d3d3); }
          .eventpage-header_section .event-member .member-image .image img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
            object-fit: contain; }
    .eventpage-header_section .event-share {
      position: absolute;
      left: 24px;
      bottom: 24px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .eventpage-header_section .event-share .share-text {
        margin: 0; }
        .eventpage-header_section .event-share .share-text img {
          margin-right: 8px; }
        .eventpage-header_section .event-share .share-text p {
          font-family: "Open Sans", sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #ffffff; }
  .eventpage-header_image {
    padding: 0;
    height: 100%; }
    .eventpage-header_image img {
      width: 100%;
      height: 100%; }
  .eventpage-header_description {
    height: 100%;
    background-color: #ffffff;
    padding: 0;
    margin-bottom: 24px; }
    .eventpage-header_description .description-wrapper {
      padding: 24px 36px; }
    .eventpage-header_description .description-list {
      padding: 0;
      margin-bottom: 19px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .eventpage-header_description .description-list .icon {
        width: 22px;
        height: 22px;
        margin-right: 16px; }
        .eventpage-header_description .description-list .icon img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      .eventpage-header_description .description-list .content {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #212121;
        width: calc(100% - 38px); }
      .eventpage-header_description .description-list .map {
        margin-left: 19px; }
        .eventpage-header_description .description-list .map a {
          color: #4990e2;
          text-decoration: none;
          font-size: 13px; }
    .eventpage-header_description .date-section {
      padding: 0; }
      .eventpage-header_description .date-section .title {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        margin-bottom: 6px;
        color: #757575; }
      .eventpage-header_description .date-section .date {
        width: 202px;
        height: 38px;
        background-color: #fdfdfd;
        border: solid 1px #ececec;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .eventpage-header_description .date-section .date input {
          height: 100%;
          padding: 0 12px;
          border-bottom: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          color: #212121;
          border: none;
          font-family: "Open Sans", sans-serif; }
        .eventpage-header_description .date-section .date .input-group-addon {
          padding: 0 12px; }
          .eventpage-header_description .date-section .date .input-group-addon span {
            font-size: 22px;
            color: #07c677; }
    .eventpage-header_description .register-btn {
      width: auto;
      border-radius: 3px;
      background-color: #4a90e2;
      font-size: 13px;
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-align: center;
      outline: none;
      text-transform: capitalize;
      padding: 6px 24px;
      height: 36px;
      margin-top: 12px;
      outline: none !important; }
      .eventpage-header_description .register-btn.disable-btn-state {
        background-color: #f2f2f2;
        cursor: not-allowed;
        color: #757575;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
  .eventpage-card {
    background-color: #ffffff;
    margin-bottom: 19px;
    padding: 0; }
    .eventpage-card.tab-card .nav-tabs {
      width: auto;
      border-bottom: none;
      padding: 0 20px;
      -webkit-box-shadow: inset 0 -1px 0 #e1e1e1;
      box-shadow: inset 0 -1px 0 #e1e1e1; }
      .eventpage-card.tab-card .nav-tabs > li {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .eventpage-card.tab-card .nav-tabs > li.active > a {
          color: #212121;
          -webkit-box-shadow: inset 0 -4px 0 #07c677;
          box-shadow: inset 0 -4px 0 #07c677;
          font-weight: bold; }
        .eventpage-card.tab-card .nav-tabs > li > a {
          -webkit-box-shadow: none;
          box-shadow: none;
          outline: none;
          color: #757575;
          font-size: 14px;
          border: none;
          text-decoration: none; }
          .eventpage-card.tab-card .nav-tabs > li > a:hover {
            background-color: transparent;
            color: #212121; }
    .eventpage-card.tab-card .tab-content {
      height: 612px;
      overflow-y: auto;
      padding: 8px; }
      .eventpage-card.tab-card .tab-content::-webkit-scrollbar {
        width: 6px; }
      .eventpage-card.tab-card .tab-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
      .eventpage-card.tab-card .tab-content::-webkit-scrollbar-thumb {
        background-color: #a9a9a9;
        outline: 1px solid #708090; }
      .eventpage-card.tab-card .tab-content iframe {
        width: 100%;
        height: 390px; }
      .eventpage-card.tab-card .tab-content_wrapper {
        padding: 16px; }
        .eventpage-card.tab-card .tab-content_wrapper img {
          max-width: 100%; }
        .eventpage-card.tab-card .tab-content_wrapper .album {
          padding: 0;
          margin-bottom: 36px; }
          .eventpage-card.tab-card .tab-content_wrapper .album:last-child {
            margin-bottom: 0; }
          .eventpage-card.tab-card .tab-content_wrapper .album-title {
            padding: 0; }
            .eventpage-card.tab-card .tab-content_wrapper .album-title p {
              font-family: "Open Sans", sans-serif;
              font-size: 16px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #757575;
              margin-bottom: 0;
              margin-top: 0; }
          .eventpage-card.tab-card .tab-content_wrapper .album-content {
            padding: 0;
            overflow: hidden; }
            .eventpage-card.tab-card .tab-content_wrapper .album-content_wrapper {
              padding: 0;
              width: calc(100% + 18px); }
              .eventpage-card.tab-card .tab-content_wrapper .album-content_wrapper .image {
                cursor: pointer;
                padding-left: 0;
                padding-right: 18px;
                height: 160px;
                margin-top: 18px; }
                .eventpage-card.tab-card .tab-content_wrapper .album-content_wrapper .image img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                  object-fit: cover; }
              .eventpage-card.tab-card .tab-content_wrapper .album-content_wrapper .video {
                padding-left: 0;
                padding-right: 18px;
                height: 100%;
                margin-top: 18px; }
                .eventpage-card.tab-card .tab-content_wrapper .album-content_wrapper .video iframe {
                  width: 100%; }
        .eventpage-card.tab-card .tab-content_wrapper .speakers {
          padding: 0;
          margin-bottom: 36px; }
          .eventpage-card.tab-card .tab-content_wrapper .speakers:last-child {
            margin-bottom: 0; }
          .eventpage-card.tab-card .tab-content_wrapper .speakers-title {
            padding: 0;
            margin-bottom: 18px; }
            .eventpage-card.tab-card .tab-content_wrapper .speakers-title p {
              font-family: "Open Sans", sans-serif;
              font-size: 16px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #757575;
              margin-bottom: 0;
              margin-top: 0; }
          .eventpage-card.tab-card .tab-content_wrapper .speakers-content {
            padding: 0;
            overflow: hidden; }
            .eventpage-card.tab-card .tab-content_wrapper .speakers-content_wrapper {
              padding: 0;
              width: calc(100% + 98px); }
              .eventpage-card.tab-card .tab-content_wrapper .speakers-content_wrapper .image {
                padding-left: 0;
                padding-right: 98px;
                margin-bottom: 36px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }
                .eventpage-card.tab-card .tab-content_wrapper .speakers-content_wrapper .image img {
                  -o-object-fit: contain;
                  object-fit: contain;
                  margin: auto;
                  height: 61px; }
      .eventpage-card.tab-card .tab-content p {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        margin-bottom: 16px; }
    .eventpage-card.organiser-card {
      padding: 24px;
      width: 100%; }
      .eventpage-card.organiser-card .organiser-detail {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #757575;
        margin-top: 0;
        margin-bottom: 6px; }
        .eventpage-card.organiser-card .organiser-detail span {
          color: #212121;
          font-weight: bold; }
      .eventpage-card.organiser-card .organiser-location {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #757575;
        margin-bottom: 0; }
      .eventpage-card.organiser-card .organiser-action {
        margin-top: 36px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%; }
      .eventpage-card.organiser-card .organiser-social {
        width: calc(100% - 160px); }
        .eventpage-card.organiser-card .organiser-social a {
          text-decoration: none; }
        .eventpage-card.organiser-card .organiser-social .social {
          width: 36px;
          height: 36px;
          background-color: #efefef;
          border-radius: 50%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .eventpage-card.organiser-card .organiser-social .social p {
            margin-bottom: 0;
            margin-top: 0;
            color: #acacac;
            font-size: 10px;
            text-align: center;
            width: 100%; }
      .eventpage-card.organiser-card .organiser-contact {
        width: 160px;
        text-align: right; }
        .eventpage-card.organiser-card .organiser-contact .contact-btn {
          width: auto;
          border-radius: 30px;
          background-color: #4a90e2;
          font-size: 13px;
          color: #ffffff;
          font-family: "Open Sans", sans-serif;
          font-weight: bold;
          text-align: center;
          outline: none;
          text-transform: capitalize;
          padding: 6px 12px; }
    .eventpage-card.image-card {
      padding: 24px;
      width: 100%; }
      .eventpage-card.image-card .title {
        padding: 0; }
        .eventpage-card.image-card .title p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin-bottom: 0;
          margin-top: 0; }
      .eventpage-card.image-card .image-carousel {
        padding: 0;
        margin: 30px 0 20px; }
        .eventpage-card.image-card .image-carousel .carousel {
          height: 335px; }
          .eventpage-card.image-card .image-carousel .carousel-inner .item > img {
            height: 335px;
            -o-object-fit: cover;
            object-fit: cover; }
          .eventpage-card.image-card .image-carousel .carousel-control {
            width: 36px;
            height: 48px;
            background-color: #ffffff;
            background-image: none;
            opacity: 0.79;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            top: calc(50% - 24px); }
            .eventpage-card.image-card .image-carousel .carousel-control span {
              color: #212121;
              width: 100%;
              text-shadow: none; }
          .eventpage-card.image-card .image-carousel .carousel-indicators {
            bottom: -25px;
            margin-top: 0;
            margin-bottom: 0; }
            .eventpage-card.image-card .image-carousel .carousel-indicators li {
              width: 8px;
              height: 8px;
              background-color: #f1f1f1;
              border: none;
              margin: 0; }
              .eventpage-card.image-card .image-carousel .carousel-indicators li.active {
                width: 8px;
                height: 8px;
                background-color: #4990e2;
                -webkit-box-shadow: none;
                box-shadow: none; }
    .eventpage-card.review-card {
      padding: 24px;
      width: 100%; }
      .eventpage-card.review-card .title {
        padding: 0; }
        .eventpage-card.review-card .title p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin-bottom: 0;
          margin-top: 0; }
      .eventpage-card.review-card .event-review {
        padding: 0; }
        .eventpage-card.review-card .event-review .review {
          padding: 0;
          width: 100%; }
          .eventpage-card.review-card .event-review .review.user-reply {
            margin-left: 100px;
            width: calc(100% - 100px);
            padding-top: 24px;
            border-top: 1px dashed #999999;
            margin-top: 24px; }
            @media (max-width: 480px) {
              .eventpage-card.review-card .event-review .review.user-reply {
                margin-left: 35px;
                width: calc(100% - 35px); } }
            .eventpage-card.review-card .event-review .review.user-reply .review-reviewer {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
            .eventpage-card.review-card .event-review .review.user-reply .review-time p {
              text-align: left; }
              @media (max-width: 480px) {
                .eventpage-card.review-card .event-review .review.user-reply .review-time p {
                  text-align: right; } }
          .eventpage-card.review-card .event-review .review-wrapper {
            padding: 24px 0;
            border-bottom: 1px dashed #999999; }
            .eventpage-card.review-card .event-review .review-wrapper:first-child .review {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              @media (max-width: 480px) {
                .eventpage-card.review-card .event-review .review-wrapper:first-child .review {
                  display: inline-block; } }
            .eventpage-card.review-card .event-review .review-wrapper:last-child {
              border-bottom: none; }
            .eventpage-card.review-card .event-review .review-wrapper .no-review {
              padding: 0;
              margin-top: 12px;
              margin-bottom: 0; }
              .eventpage-card.review-card .event-review .review-wrapper .no-review p {
                font-family: "Open Sans", sans-serif;
                font-size: 12px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #757575;
                margin: 0;
                text-align: right; }
                @media (max-width: 480px) {
                  .eventpage-card.review-card .event-review .review-wrapper .no-review p {
                    text-align: left; } }
          .eventpage-card.review-card .event-review .review-time {
            width: 40%;
            float: right;
            text-align: right; }
            .eventpage-card.review-card .event-review .review-time p {
              font-family: "Open Sans", sans-serif;
              font-size: 12px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #757575;
              margin-bottom: 0; }
          .eventpage-card.review-card .event-review .review-total {
            padding: 0;
            width: 50%;
            float: left;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            @media (max-width: 480px) {
              .eventpage-card.review-card .event-review .review-total {
                width: 100%; } }
          .eventpage-card.review-card .event-review .review-comment {
            padding: 0;
            width: 50%;
            float: left; }
            @media (max-width: 480px) {
              .eventpage-card.review-card .event-review .review-comment {
                width: 100%;
                margin-top: 16px; } }
            .eventpage-card.review-card .event-review .review-comment .btn-review {
              width: 133px;
              border-radius: 0px;
              background-color: #31cdb4;
              font-size: 13px;
              color: #ffffff;
              font-family: "Open Sans", sans-serif;
              font-weight: bold;
              text-align: center;
              outline: none;
              height: 35px;
              padding: 0;
              float: right; }
              @media (max-width: 480px) {
                .eventpage-card.review-card .event-review .review-comment .btn-review {
                  float: left;
                  padding: 7px 0; } }
          .eventpage-card.review-card .event-review .review-reviewer {
            padding: 0;
            width: 100%;
            margin-bottom: 24px; }
            .eventpage-card.review-card .event-review .review-reviewer_wrapper {
              width: 60%;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
            .eventpage-card.review-card .event-review .review-reviewer .reviewer-image {
              width: 48px;
              height: 48px; }
              .eventpage-card.review-card .event-review .review-reviewer .reviewer-image img {
                width: 100%;
                height: 100%;
                border-radius: 100%; }
            .eventpage-card.review-card .event-review .review-reviewer .reviewer-detail {
              margin-left: 24px; }
              @media (max-width: 480px) {
                .eventpage-card.review-card .event-review .review-reviewer .reviewer-detail {
                  margin-left: 15px; } }
            .eventpage-card.review-card .event-review .review-reviewer .reviewer-name {
              font-family: "Open Sans", sans-serif;
              font-size: 18px;
              font-weight: 600;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #000000;
              margin-top: 0;
              margin-bottom: 6px; }
              @media (max-width: 480px) {
                .eventpage-card.review-card .event-review .review-reviewer .reviewer-name {
                  font-size: 13px; } }
            .eventpage-card.review-card .event-review .review-reviewer .reviewer-rating {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .eventpage-card.review-card .event-review .review-reviewer .reviewer-rating .rating-text {
                font-family: "Open Sans", sans-serif;
                font-size: 13px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #757575;
                margin-bottom: 0; }
              .eventpage-card.review-card .event-review .review-reviewer .reviewer-rating img {
                width: 100%;
                margin-left: 12px;
                -o-object-fit: contain;
                object-fit: contain; }
          .eventpage-card.review-card .event-review .review-action {
            padding: 0; }
            .eventpage-card.review-card .event-review .review-action .reply, .eventpage-card.review-card .event-review .review-action .share {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              margin-right: 36px;
              cursor: pointer; }
              .eventpage-card.review-card .event-review .review-action .reply img, .eventpage-card.review-card .event-review .review-action .share img {
                width: 16px;
                height: 16px;
                -o-object-fit: contain;
                object-fit: contain;
                margin-right: 8px; }
              .eventpage-card.review-card .event-review .review-action .reply p, .eventpage-card.review-card .event-review .review-action .share p {
                font-family: "Open Sans", sans-serif;
                font-size: 13px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #4990e2;
                margin-bottom: 0; }
          .eventpage-card.review-card .event-review .review .reviewer-review {
            padding: 0; }
            .eventpage-card.review-card .event-review .review .reviewer-review p {
              font-family: "Open Sans", sans-serif;
              font-size: 13px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #757575;
              margin-bottom: 16px; }
          .eventpage-card.review-card .event-review .review-submit {
            padding: 0;
            margin-top: 24px; }
            .eventpage-card.review-card .event-review .review-submit .title {
              padding: 0;
              margin-bottom: 10px; }
              .eventpage-card.review-card .event-review .review-submit .title p {
                font-family: "Open Sans", sans-serif;
                font-size: 13px;
                font-weight: bold;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #000000;
                margin-bottom: 0; }
            .eventpage-card.review-card .event-review .review-submit .rating {
              padding: 0;
              float: left;
              /***** CSS Magic to Highlight Stars on Hover *****/
              /* hover previous stars in list */ }
              .eventpage-card.review-card .event-review .review-submit .rating .rating > input {
                display: none; }
              .eventpage-card.review-card .event-review .review-submit .rating .rating > label:before {
                margin-right: 5px;
                font-size: 1.25em;
                font-family: FontAwesome;
                display: inline-block;
                content: "\f005"; }
              .eventpage-card.review-card .event-review .review-submit .rating .rating > .half:before {
                content: "\f089";
                position: absolute; }
              .eventpage-card.review-card .event-review .review-submit .rating .rating > label {
                color: #ddd;
                float: right;
                margin-bottom: 0; }
              .eventpage-card.review-card .event-review .review-submit .rating .rating > input:checked ~ label,
              .eventpage-card.review-card .event-review .review-submit .rating .rating:not(:checked) > label:hover,
              .eventpage-card.review-card .event-review .review-submit .rating .rating:not(:checked) > label:hover ~ label {
                color: #ffc564; }
              .eventpage-card.review-card .event-review .review-submit .rating .rating > input:checked + label:hover,
              .eventpage-card.review-card .event-review .review-submit .rating .rating > input:checked ~ label:hover,
              .eventpage-card.review-card .event-review .review-submit .rating .rating > label:hover ~ input:checked ~ label,
              .eventpage-card.review-card .event-review .review-submit .rating .rating > input:checked ~ label:hover ~ label {
                color: #ffc564; }
              .eventpage-card.review-card .event-review .review-submit .rating fieldset {
                padding: 0;
                border: none;
                margin: 0; }
            .eventpage-card.review-card .event-review .review-submit .comment {
              padding: 0;
              margin-top: 16px; }
              .eventpage-card.review-card .event-review .review-submit .comment-box {
                padding: 0; }
                .eventpage-card.review-card .event-review .review-submit .comment-box textarea {
                  background-color: #ffffff;
                  -webkit-box-shadow: inset 0 1px 1px 0 #aaaaaa;
                  box-shadow: inset 0 1px 1px 0 #aaaaaa;
                  border: solid 1px #efefef;
                  padding: 8px;
                  height: 125px;
                  resize: none;
                  border-radius: 0;
                  font-family: "Open Sans", sans-serif; }
                  .eventpage-card.review-card .event-review .review-submit .comment-box textarea:focus {
                    border-color: #80bdff; }
              .eventpage-card.review-card .event-review .review-submit .comment-action {
                padding: 0;
                margin-top: 16px; }
                .eventpage-card.review-card .event-review .review-submit .comment-action_wrapper {
                  padding: 0; }
                .eventpage-card.review-card .event-review .review-submit .comment-action .submit-btn {
                  width: 76px;
                  border-radius: 0px;
                  background-color: #31cdb4;
                  font-size: 13px;
                  color: #ffffff;
                  font-family: "Open Sans", sans-serif;
                  font-weight: bold;
                  text-align: center;
                  outline: none;
                  height: 24px;
                  padding: 2px 0;
                  -webkit-box-shadow: none;
                  box-shadow: none;
                  float: right; }
                .eventpage-card.review-card .event-review .review-submit .comment-action .dismiss {
                  font-family: "Open Sans", sans-serif;
                  font-size: 13px;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  color: #757575;
                  margin-bottom: 0;
                  float: right;
                  margin-right: 24px;
                  cursor: pointer; }
        .eventpage-card.review-card .event-review .rating-total h4 {
          font-family: "Open Sans", sans-serif;
          font-size: 48px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: normal;
          color: #757575;
          margin: 0; }
        .eventpage-card.review-card .event-review .rating-display {
          padding-left: 16px;
          /***** CSS Magic to Highlight Stars on Hover *****/
          /* hover previous stars in list */ }
          .eventpage-card.review-card .event-review .rating-display .rating > input {
            display: none; }
          .eventpage-card.review-card .event-review .rating-display .rating > label:before {
            margin-right: 5px;
            font-size: 1.25em;
            font-family: FontAwesome;
            display: inline-block;
            content: "\f005"; }
          .eventpage-card.review-card .event-review .rating-display .rating > .half:before {
            content: "\f089";
            position: absolute; }
          .eventpage-card.review-card .event-review .rating-display .rating > label {
            color: #ddd;
            float: right;
            margin-bottom: 0; }
          .eventpage-card.review-card .event-review .rating-display .rating > input:checked ~ label,
          .eventpage-card.review-card .event-review .rating-display .rating:not(:checked) > label:hover,
          .eventpage-card.review-card .event-review .rating-display .rating:not(:checked) > label:hover ~ label {
            color: #ffc564; }
          .eventpage-card.review-card .event-review .rating-display .rating > input:checked + label:hover,
          .eventpage-card.review-card .event-review .rating-display .rating > input:checked ~ label:hover,
          .eventpage-card.review-card .event-review .rating-display .rating > label:hover ~ input:checked ~ label,
          .eventpage-card.review-card .event-review .rating-display .rating > input:checked ~ label:hover ~ label {
            color: #ffc564; }
          .eventpage-card.review-card .event-review .rating-display fieldset {
            padding: 0;
            border: none;
            margin: 0; }
          .eventpage-card.review-card .event-review .rating-display p:last-child {
            font-family: "Open Sans", sans-serif;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #757575;
            margin-bottom: 0; }
    .eventpage-card.qna-card {
      padding: 24px;
      width: 100%; }
      .eventpage-card.qna-card .title {
        padding: 0; }
        .eventpage-card.qna-card .title p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin-bottom: 0;
          margin-top: 0; }
      .eventpage-card.qna-card .event-qna {
        padding: 0; }
      .eventpage-card.qna-card .qna {
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media (max-width: 480px) {
          .eventpage-card.qna-card .qna {
            display: inline-block; } }
        .eventpage-card.qna-card .qna-wrapper {
          padding: 24px 0;
          border-bottom: 1px dashed #999999; }
          .eventpage-card.qna-card .qna-wrapper:last-child {
            border-bottom: none; }
          .eventpage-card.qna-card .qna-wrapper .question-container {
            padding: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-line-pack: center;
            align-content: center;
            margin-bottom: 24px; }
          .eventpage-card.qna-card .qna-wrapper .question-hint p {
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #212121;
            margin-bottom: 0;
            width: 28px; }
          .eventpage-card.qna-card .qna-wrapper .question-detail {
            margin-left: 20px; }
            .eventpage-card.qna-card .qna-wrapper .question-detail-dummy {
              padding: 0; }
              .eventpage-card.qna-card .qna-wrapper .question-detail-dummy p {
                font-family: "Open Sans", sans-serif;
                font-size: 12px;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #757575;
                margin-bottom: 20px; }
                .eventpage-card.qna-card .qna-wrapper .question-detail-dummy p:first-child {
                  font-size: 14px;
                  font-weight: bold; }
                .eventpage-card.qna-card .qna-wrapper .question-detail-dummy p:last-child {
                  margin-bottom: 0; }
          .eventpage-card.qna-card .qna-wrapper .question-name {
            margin-bottom: 7px; }
            .eventpage-card.qna-card .qna-wrapper .question-name h4 {
              font-family: "Open Sans", sans-serif;
              font-size: 18px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #212121;
              margin: 0; }
              @media (max-width: 480px) {
                .eventpage-card.qna-card .qna-wrapper .question-name h4 {
                  font-size: 16px; } }
          .eventpage-card.qna-card .qna-wrapper .question-info {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-line-pack: center;
            align-content: center; }
            @media (max-width: 480px) {
              .eventpage-card.qna-card .qna-wrapper .question-info p {
                width: 50%; } }
            .eventpage-card.qna-card .qna-wrapper .question-info p:first-child {
              font-family: "Open Sans", sans-serif;
              font-size: 12px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #757575;
              margin-bottom: 0;
              width: 143.5px; }
            .eventpage-card.qna-card .qna-wrapper .question-info p span a {
              color: #4990e2;
              text-decoration: none; }
            .eventpage-card.qna-card .qna-wrapper .question-info .action {
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -ms-flex-line-pack: center;
              align-content: center;
              margin-left: 48px;
              cursor: pointer; }
              @media (max-width: 480px) {
                .eventpage-card.qna-card .qna-wrapper .question-info .action {
                  margin-left: 20px; } }
              .eventpage-card.qna-card .qna-wrapper .question-info .action img {
                width: 16px;
                height: 16px;
                -o-object-fit: contain;
                object-fit: contain;
                margin-right: 8px; }
              .eventpage-card.qna-card .qna-wrapper .question-info .action p {
                font-family: "Open Sans", sans-serif;
                font-size: 13px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1;
                letter-spacing: normal;
                color: #4990e2;
                margin-bottom: 0; }
                @media (max-width: 480px) {
                  .eventpage-card.qna-card .qna-wrapper .question-info .action p {
                    width: 100%; } }
          .eventpage-card.qna-card .qna-wrapper .answer p {
            font-family: "Open Sans", sans-serif;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #212121;
            margin-bottom: 6px; }
          .eventpage-card.qna-card .qna-wrapper .answer-info p {
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #757575; }
          .eventpage-card.qna-card .qna-wrapper .answer-container {
            padding: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-line-pack: center;
            align-content: center; }
            .eventpage-card.qna-card .qna-wrapper .answer-container .answer-wrapper:last-child {
              margin-bottom: 0; }
          .eventpage-card.qna-card .qna-wrapper .answer-collapse p {
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #4990e2;
            margin-bottom: 0;
            cursor: pointer; }
            .eventpage-card.qna-card .qna-wrapper .answer-collapse p .icon {
              color: #757575;
              margin-right: 6px; }
          .eventpage-card.qna-card .qna-wrapper .answer-expand p {
            font-family: "Open Sans", sans-serif;
            font-size: 12px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #4990e2;
            margin-bottom: 0;
            cursor: pointer; }
            .eventpage-card.qna-card .qna-wrapper .answer-expand p .icon {
              color: #757575;
              margin-right: 6px; }
          .eventpage-card.qna-card .qna-wrapper .answer-hint p {
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #212121;
            margin-bottom: 0;
            width: 26px; }
          .eventpage-card.qna-card .qna-wrapper .answer-detail {
            margin-left: 24px; }
          .eventpage-card.qna-card .qna-wrapper .answer-wrapper {
            margin-bottom: 24px; }
            .eventpage-card.qna-card .qna-wrapper .answer-wrapper:last-child {
              margin-bottom: 0; }
        .eventpage-card.qna-card .qna input {
          height: 36px;
          background-color: #ffffff;
          -webkit-box-shadow: inset 0 1px 1px 0 #aaaaaa;
          box-shadow: inset 0 1px 1px 0 #aaaaaa;
          border: solid 1px #efefef;
          padding: 5px 10px;
          border-radius: 0; }
          .eventpage-card.qna-card .qna input:focus {
            border-color: #80bdff; }
        .eventpage-card.qna-card .qna .btn-ask {
          width: 72px;
          border-radius: 0px;
          background-color: #31cdb4;
          font-size: 13px;
          color: #ffffff;
          font-family: "Open Sans", sans-serif;
          font-weight: bold;
          text-align: center;
          outline: none;
          height: 36px;
          padding: 0;
          margin-left: 16px; }
          @media (max-width: 480px) {
            .eventpage-card.qna-card .qna .btn-ask {
              float: right;
              margin-top: 15px;
              width: 76px;
              height: 26px;
              padding: 3px; } }
    .eventpage-card.session-card {
      padding: 24px;
      width: 100%; }
      .eventpage-card.session-card .title {
        padding: 0; }
        .eventpage-card.session-card .title p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin-bottom: 0;
          margin-top: 0; }
      .eventpage-card.session-card .session {
        padding: 0;
        margin-top: 16px; }
        .eventpage-card.session-card .session-wrapper {
          padding: 0;
          margin-top: 36px; }
          .eventpage-card.session-card .session-wrapper:first-child {
            margin-top: 0; }
        .eventpage-card.session-card .session-container {
          padding: 0;
          border-bottom: 1px solid #979797;
          margin-bottom: 24px; }
        .eventpage-card.session-card .session-date {
          padding: 0;
          margin-bottom: 24px; }
          @media (max-width: 480px) {
            .eventpage-card.session-card .session-date {
              margin-bottom: 6px; } }
          .eventpage-card.session-card .session-date h4 {
            font-family: "Open Sans", sans-serif;
            font-size: 24px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000000;
            margin: 0; }
            @media (max-width: 480px) {
              .eventpage-card.session-card .session-date h4 {
                font-size: 18px; } }
        .eventpage-card.session-card .session-time {
          padding: 0; }
          .eventpage-card.session-card .session-time p {
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #757575;
            margin-bottom: 0; }
            @media (max-width: 480px) {
              .eventpage-card.session-card .session-time p {
                font-size: 13px; } }
        .eventpage-card.session-card .session-detail {
          padding: 0; }
          .eventpage-card.session-card .session-detail_wrapper {
            padding: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-bottom: 1px solid #979797;
            padding-bottom: 36px;
            padding-top: 36px; }
            @media (max-width: 480px) {
              .eventpage-card.session-card .session-detail_wrapper {
                padding-bottom: 24px;
                padding-top: 16px; } }
            .eventpage-card.session-card .session-detail_wrapper:first-child {
              padding-top: 0; }
              @media (max-width: 480px) {
                .eventpage-card.session-card .session-detail_wrapper:first-child {
                  padding-top: 16px; } }
            .eventpage-card.session-card .session-detail_wrapper:last-child {
              border-bottom: none; }
        .eventpage-card.session-card .session-speaker {
          width: 40%;
          padding-left: 36px; }
          .eventpage-card.session-card .session-speaker p {
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000000;
            margin-bottom: 8px;
            cursor: pointer; }
            @media (max-width: 480px) {
              .eventpage-card.session-card .session-speaker p {
                font-size: 13px; } }
        .eventpage-card.session-card .session-info {
          width: 60%; }
        .eventpage-card.session-card .session-name {
          font-family: "Open Sans", sans-serif;
          font-size: 20px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #000000;
          margin-bottom: 12px; }
          @media (max-width: 480px) {
            .eventpage-card.session-card .session-name {
              font-size: 13px; } }
        .eventpage-card.session-card .session-description {
          font-family: "Open Sans", sans-serif;
          font-size: 13px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin-bottom: 0;
          word-break: break-word; }
    .eventpage-card.speaker-card {
      padding: 24px;
      width: 100%; }
      .eventpage-card.speaker-card .title {
        padding: 0; }
        .eventpage-card.speaker-card .title p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin-bottom: 0;
          margin-top: 0; }
      .eventpage-card.speaker-card .speaker {
        margin-top: 16px;
        padding: 0;
        width: calc(100% - 4px); }
        @media (max-width: 480px) {
          .eventpage-card.speaker-card .speaker {
            width: calc(100% - 24px); } }
        .eventpage-card.speaker-card .speaker-list {
          padding: 0;
          width: calc(100% + 48px); }
          @media (max-width: 480px) {
            .eventpage-card.speaker-card .speaker-list {
              width: calc(100% + 24px); } }
        .eventpage-card.speaker-card .speaker-wrapper {
          padding: 0;
          margin-top: 60px; }
          .eventpage-card.speaker-card .speaker-wrapper:nth-child(1) {
            margin-top: 0; }
          .eventpage-card.speaker-card .speaker-wrapper:nth-child(2) {
            margin-top: 0; }
          .eventpage-card.speaker-card .speaker-wrapper:nth-child(3) {
            margin-top: 0; }
          @media (max-width: 480px) {
            .eventpage-card.speaker-card .speaker-wrapper {
              margin-top: 24px; } }
        .eventpage-card.speaker-card .speaker-image {
          cursor: pointer;
          padding: 0;
          height: 246px; }
          @media (max-width: 480px) {
            .eventpage-card.speaker-card .speaker-image {
              height: 144px; } }
          .eventpage-card.speaker-card .speaker-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .eventpage-card.speaker-card .speaker-info {
          padding: 0; }
          .eventpage-card.speaker-card .speaker-info h4 {
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000000;
            margin-top: 12px;
            margin-bottom: 0;
            word-break: break-word; }
            @media (max-width: 480px) {
              .eventpage-card.speaker-card .speaker-info h4 {
                font-size: 18px; } }
          .eventpage-card.speaker-card .speaker-info p {
            margin-top: 8px;
            margin-bottom: 0;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000000; }
            @media (max-width: 480px) {
              .eventpage-card.speaker-card .speaker-info p {
                font-size: 13px; } }
            .eventpage-card.speaker-card .speaker-info p:first-child {
              font-family: "Open Sans", sans-serif;
              font-size: 14px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #000000; }
            .eventpage-card.speaker-card .speaker-info p:last-child {
              font-family: "Open Sans", sans-serif;
              font-size: 13px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #757575;
              height: 110px;
              overflow: hidden; }

.sidescreen {
  position: fixed;
  top: 50px;
  right: -40%;
  height: calc(100% - 50px);
  overflow-y: auto;
  width: 40%;
  z-index: 1050;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(320px, 0, 0);
  -moz-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .sidescreen.active {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .sidescreen .close {
    margin: 0;
    color: #212121;
    position: absolute;
    right: 41px;
    top: 24px; }
    .sidescreen .close span {
      line-height: 0;
      width: 24px;
      height: 24px;
      font-size: 24px;
      cursor: pointer; }
  .sidescreen-wrapper {
    float: left;
    position: relative; }
  .sidescreen-body {
    padding: 24px;
    float: left; }
  .sidescreen-title h4 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-top: 0;
    margin-bottom: 16px; }
  .sidescreen-content {
    padding-right: 20px;
    float: left;
    height: 500px;
    overflow-y: auto; }
    .sidescreen-content::-webkit-scrollbar {
      width: 6px; }
    .sidescreen-content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .sidescreen-content::-webkit-scrollbar-thumb {
      background-color: #a9a9a9;
      outline: 1px solid #708090; }
    .sidescreen-content .input.input--sae {
      margin-bottom: 0; }
    .sidescreen-content .input__label--sae::after {
      height: 1px; }
    .sidescreen-content .select {
      padding: 0; }
      .sidescreen-content .select-half_wrapper {
        padding: 0; }
    .sidescreen-content .form-input_group .invalid p {
      color: #db4344;
      margin-top: 2px;
      margin-bottom: 0;
      float: none; }
    .sidescreen-content .text_field {
      padding: 0;
      margin-bottom: 16px; }
    .sidescreen-content .text_label {
      padding: 0;
      color: #757575;
      font-size: 12px; }
    .sidescreen-content .text_area {
      padding: 0; }
      .sidescreen-content .text_area textarea {
        resize: none; }
    .sidescreen-content .form-group {
      padding: 0;
      margin-bottom: 24px; }
      .sidescreen-content .form-group .checkbox {
        position: relative;
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
        width: 100%;
        float: left; }
        .sidescreen-content .form-group .checkbox label {
          font-family: "Open Sans", sans-serif;
          font-size: 13px;
          line-height: 1.4;
          color: #999;
          font-weight: normal;
          padding-left: 0;
          text-transform: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .sidescreen-content .form-group .checkbox label p {
            margin-bottom: 0;
            margin-left: 28px;
            color: #999;
            font-size: 12px; }
        .sidescreen-content .form-group .checkbox input[type=checkbox] {
          opacity: 0;
          position: absolute;
          margin: 0;
          z-index: -1;
          width: 0;
          height: 0;
          overflow: hidden;
          left: 0;
          pointer-events: none;
          margin-top: 4px\9;
          margin-left: -20px;
          margin: 4px 0 0; }
          .sidescreen-content .form-group .checkbox input[type=checkbox]:checked + .checkbox-material .check {
            color: #4990e2;
            border-color: #4990e2; }
            .sidescreen-content .form-group .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
              color: #4990e2;
              -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
              box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; }
        .sidescreen-content .form-group .checkbox .checkbox-material:before {
          display: block;
          position: absolute;
          top: -2px;
          left: 0;
          content: "";
          background-color: rgba(0, 0, 0, 0.84);
          height: 15px;
          width: 15px;
          z-index: 1;
          opacity: 0;
          margin: 0;
          -webkit-transform: scale3d(2.3, 2.3, 1);
          -ms-transform: scale3d(2.3, 2.3, 1);
          -o-transform: scale3d(2.3, 2.3, 1);
          transform: scale3d(2.3, 2.3, 1); }
        .sidescreen-content .form-group .checkbox .checkbox-material .check:before {
          position: absolute;
          content: "";
          -webkit-transform: rotate(38deg);
          -ms-transform: rotate(38deg);
          -o-transform: rotate(38deg);
          transform: rotate(38deg);
          display: block;
          margin-top: -5px;
          margin-left: 4px;
          width: 0;
          height: 0;
          -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
          box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset; }
        .sidescreen-content .form-group .checkbox-material {
          vertical-align: middle;
          position: relative;
          float: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 10px; }
          .sidescreen-content .form-group .checkbox-material .check {
            position: relative;
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: #f1f1f1;
            border: solid 1px #c2c2c2;
            border-radius: 0px;
            overflow: hidden;
            z-index: 0; }
      .sidescreen-content .form-group fieldset[disabled] .checkbox,
      .sidescreen-content .form-group fieldset[disabled] label.checkbox-inline,
      .sidescreen-content .form-group fieldset[disabled] .checkbox input[type=checkbox],
      .sidescreen-content .form-group fieldset[disabled] label.checkbox-inline input[type=checkbox],
      .sidescreen-content .form-group .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
      .sidescreen-content .form-group label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
      .sidescreen-content .form-group .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
      .sidescreen-content .form-group label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
      .sidescreen-content .form-group .checkbox input[type=checkbox][disabled] + .circle,
      .sidescreen-content .form-group label.checkbox-inline input[type=checkbox][disabled] + .circle {
        opacity: 0.5; }
      .sidescreen-content .form-group .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
      .sidescreen-content .form-group label.checkbox-inline input[type=checkbox][disabled] + .checkbox-material .check:after {
        background-color: rgba(0, 0, 0, 0.87);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-o-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }

@-webkit-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@-o-keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@keyframes checkbox-off {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  25% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; }
  50% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; }
  51% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 10px inset; }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0 0 0 inset; } }

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-o-keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@keyframes rippleOff {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@-o-keyframes shake {
  10%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }
      .sidescreen-content .form-group .radio-inline {
        padding-left: 0;
        margin-top: 0; }
        .sidescreen-content .form-group .radio-inline label {
          padding-left: 20px; }
        .sidescreen-content .form-group .radio-inline input[type=radio] {
          margin-left: -20px;
          margin-top: 5px; }
          .sidescreen-content .form-group .radio-inline input[type=radio]:checked:after {
            border-color: #4990e2; }
          .sidescreen-content .form-group .radio-inline input[type=radio]:after {
            width: 12px;
            height: 12px;
            border: 1px solid;
            border-color: #979797;
            top: 0; }
          .sidescreen-content .form-group .radio-inline input[type=radio]:before {
            width: 12px;
            height: 12px;
            top: 0;
            background-color: #4990e2; }
      .sidescreen-content .form-group .checkbox .check {
        width: 16px;
        height: 16px;
        background-color: #f1f1f1;
        border: solid 1px #c2c2c2; }
        .sidescreen-content .form-group .checkbox .check::before {
          margin-top: -5px !important;
          margin-left: 4px !important; }
      .sidescreen-content .form-group .checkbox label {
        margin: 0;
        line-height: 1;
        text-transform: none; }
  .sidescreen-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
    padding: 14px 36px;
    -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.11), 0 0 1px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.11), 0 0 1px 0 rgba(0, 0, 0, 0.26); }
    .sidescreen-footer .save-btn {
      width: auto;
      border-radius: 3px;
      background-color: #4a90e2;
      font-size: 13px;
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-align: center;
      outline: none;
      margin-right: 24px;
      padding: 6px 12px;
      min-width: 55px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sidescreen-footer .save-btn:active {
        outline: none; }
        .sidescreen-footer .save-btn:active:focus {
          outline: none; }
    .sidescreen-footer .cancel-btn {
      width: auto;
      border-radius: 0px;
      background-color: transparent;
      font-size: 13px;
      color: #757575;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      text-align: center;
      outline: none; }
  .sidescreen-backdrop {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(138, 152, 161, 0.54);
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    .sidescreen-backdrop.in {
      right: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }

.search-screen {
  width: 400px;
  height: 400px;
  background-color: #fff;
  position: fixed;
  right: 262px;
  top: 50px;
  border-radius: 3px;
  padding: 10px 20px;
  overflow-y: scroll;
  display: none;
  z-index: 1; }
  .search-screen.active {
    display: block; }
  .search-screen::-webkit-scrollbar {
    width: 6px; }
  .search-screen::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .search-screen::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090; }
  .search-screen_wrapper {
    height: 100%; }
  .search-screen .result-section .title {
    border-bottom: 1px solid #ccc; }
    .search-screen .result-section .title h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #3dc6c4;
      margin: 0 0 5px; }
  .search-screen .result-section .event-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin-top: 14px; }
  .search-screen .result-section .event-date {
    width: 56px;
    height: 56px;
    padding: 8px;
    margin-right: 10px;
    background-color: #e4e4e4;
    text-align: center; }
    .search-screen .result-section .event-date span {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #757575; }
  .search-screen .result-section .event-detail {
    width: calc(100% - 66px); }
    .search-screen .result-section .event-detail h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #212121;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 10px; }
    .search-screen .result-section .event-detail p {
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #757575; }

.search-result a {
  text-decoration: none; }
  .search-result a p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #555555;
    margin-bottom: 12px; }
    .search-result a p span {
      color: #db4344; }

.search-backdrop {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(138, 152, 161, 0.54);
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  .search-backdrop.in {
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }

.footer {
  padding: 0;
  background-image: -webkit-linear-gradient(344deg, #222222, #555555);
  background-image: -o-linear-gradient(344deg, #222222, #555555);
  background-image: linear-gradient(106deg, #222222, #555555); }
  .footer .footer-listing {
    padding: 70px 0 60px; }
    .footer .footer-listing .listing {
      padding: 0;
      width: 17%; }
      @media (max-width: 480px) {
        .footer .footer-listing .listing {
          width: 100%; } }
      .footer .footer-listing .listing:first-child {
        width: 34%;
        max-width: 34%; }
        @media (max-width: 480px) {
          .footer .footer-listing .listing:first-child {
            width: 100%;
            max-width: 100%; } }
      .footer .footer-listing .listing:last-child {
        width: 32%;
        max-width: 32%; }
        @media (max-width: 480px) {
          .footer .footer-listing .listing:last-child {
            width: 100%;
            max-width: 100%; } }
    .footer .footer-listing .title {
      padding: 0; }
      .footer .footer-listing .title h4 {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 17px; }
        @media (max-width: 480px) {
          .footer .footer-listing .title h4 {
            text-align: center;
            margin-bottom: 25px;
            margin-top: 20px; } }
        .footer .footer-listing .title h4 a {
          text-decoration: none;
          color: #ffffff; }
          .footer .footer-listing .title h4 a:hover {
            color: #db4344;
            outline: none;
            background-color: transparent; }
          .footer .footer-listing .title h4 a:focus {
            color: #db4344;
            outline: none;
            background-color: transparent; }
    .footer .footer-listing .subscribe {
      padding: 0;
      margin-bottom: 10px; }
      .footer .footer-listing .subscribe-form {
        padding: 0;
        width: 100%;
        background-color: #ffffff;
        border-radius: 100px;
        border: 2px solid #fff;
        overflow: hidden;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        @media (max-width: 480px) {
          .footer .footer-listing .subscribe-form {
            width: 100%; } }
        .footer .footer-listing .subscribe-form .action-btn_rounded {
          color: #ffffff;
          border-radius: 100px;
          background-color: #db4344;
          font-family: "Open Sans", sans-serif;
          padding: 6px 20px;
          font-size: 16px;
          margin-top: 0;
          height: 36px;
          font-size: 13px;
          width: 100px;
          outline: none;
          border: none; }
          @media (max-width: 480px) {
            .footer .footer-listing .subscribe-form .action-btn_rounded {
              width: 124px; } }
      .footer .footer-listing .subscribe-input {
        display: inline;
        width: calc(100% - 100px);
        height: 34px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 20px;
        font-size: 14px;
        font-family: "Open Sans", sans-serif; }
        @media (max-width: 480px) {
          .footer .footer-listing .subscribe-input {
            width: 65%; } }
        .footer .footer-listing .subscribe-input:focus {
          outline: none; }
      .footer .footer-listing .subscribe .message-div {
        padding: 0;
        margin-top: 10px;
        text-align: center; }
        .footer .footer-listing .subscribe .message-div p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #cccccc;
          color: #db4344;
          height: inherit; }
    .footer .footer-listing .list-item {
      padding: 0; }
      .footer .footer-listing .list-item .contact-mobile--info {
        padding: 0; }
        .footer .footer-listing .list-item .contact-mobile--info p {
          font-family: "Open Sans", sans-serif;
          float: left;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          margin-bottom: 20px;
          padding: 0;
          height: inherit; }
          .footer .footer-listing .list-item .contact-mobile--info p span {
            float: left;
            height: 25px; }
            .footer .footer-listing .list-item .contact-mobile--info p span img {
              width: 25px;
              height: 25px;
              text-align: center;
              margin-bottom: 0;
              margin-right: 8px; }
            .footer .footer-listing .list-item .contact-mobile--info p span a {
              font-family: "Open Sans", sans-serif;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #cccccc;
              text-decoration: none;
              line-height: 25px; }
              .footer .footer-listing .list-item .contact-mobile--info p span a:hover {
                color: #009c9a; }
        @media (max-width: 480px) {
          .footer .footer-listing .list-item .contact-mobile--info {
            display: -ms-grid;
            display: grid; }
            .footer .footer-listing .list-item .contact-mobile--info p {
              margin-left: 10px;
              height: inherit; } }
      .footer .footer-listing .list-item ul {
        padding: 0;
        list-style: none; }
        .footer .footer-listing .list-item ul li {
          text-transform: capitalize;
          margin-top: 10px; }
          @media (max-width: 480px) {
            .footer .footer-listing .list-item ul li {
              text-align: center; } }
          .footer .footer-listing .list-item ul li:first-child {
            margin-top: 0; }
          .footer .footer-listing .list-item ul li a {
            text-decoration: none;
            text-transform: capitalize;
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #cccccc;
            cursor: pointer; }
            .footer .footer-listing .list-item ul li a:focus {
              color: #009c9a;
              outline: none;
              background-color: transparent; }
            .footer .footer-listing .list-item ul li a span {
              color: #fcc32c;
              font-size: 12px;
              margin-left: space(0px, 10px); }
            .footer .footer-listing .list-item ul li a:hover {
              color: #009c9a; }
    .footer .footer-listing .social {
      padding: 0; }
      .footer .footer-listing .social ul {
        padding: 0;
        list-style: none; }
        @media (max-width: 480px) {
          .footer .footer-listing .social ul {
            text-align: center;
            margin-top: 20px; } }
        .footer .footer-listing .social ul li {
          display: inline-block;
          margin-right: 10px; }
          .footer .footer-listing .social ul li:last-child {
            margin-right: 0; }
          .footer .footer-listing .social ul li a:focus {
            outline-color: #db4344 !important; }
          .footer .footer-listing .social ul li img {
            width: 40px;
            height: 40px;
            -o-object-fit: contain;
            object-fit: contain; }
    .footer .footer-listing-bottom {
      padding: 0; }
      .footer .footer-listing-bottom .footer-bottom {
        padding: 0; }
        .footer .footer-listing-bottom .footer-bottom ul {
          padding: 0;
          list-style: none;
          text-align: center; }
          .footer .footer-listing-bottom .footer-bottom ul li {
            display: inline-block;
            margin-right: space(0px, 10px); }
            .footer .footer-listing-bottom .footer-bottom ul li:last-child {
              margin-right: 0; }
            .footer .footer-listing-bottom .footer-bottom ul li a {
              text-decoration: none;
              text-transform: capitalize;
              font-family: "Open Sans", sans-serif;
              font-size: 14px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              text-align: left;
              color: #cccccc;
              cursor: pointer; }
              .footer .footer-listing-bottom .footer-bottom ul li a:focus {
                color: #009c9a;
                outline: none;
                background-color: transparent; }
              .footer .footer-listing-bottom .footer-bottom ul li a:hover {
                color: #009c9a; }
        .footer .footer-listing-bottom .footer-bottom p {
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: left;
          color: #ffffff;
          text-align: center;
          margin-bottom: 10px;
          height: inherit; }
          .footer .footer-listing-bottom .footer-bottom p:last-child {
            margin-bottom: 20px; }
  .footer-container {
    padding: 0;
    width: 80%;
    margin: auto; }
    @media (max-width: 480px) {
      .footer-container {
        width: 90%; } }

.share-wrapper {
  position: relative; }
  .share-wrapper input[type="checkbox"] {
    display: none; }
  .share-wrapper .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-90px);
    -ms-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px); }
  .share-wrapper .label.share-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer; }
  .share-wrapper .social {
    position: absolute;
    left: -22px;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -ms-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .share-wrapper .social ul {
      position: relative;
      left: 0;
      right: 0;
      margin: -5px auto 0;
      color: #fff;
      height: 46px;
      width: 120px;
      background: #fff;
      padding: 0;
      list-style: none;
      -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 40px rgba(0, 0, 0, 0.3); }
      .share-wrapper .social ul::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 46px auto;
        height: 0;
        width: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff; }
      .share-wrapper .social ul li {
        font-size: 30px;
        cursor: pointer;
        width: 43px;
        margin: 0;
        text-align: center;
        float: left;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .share-wrapper .social ul li .fa {
          width: 100%; }
        .share-wrapper .social ul li.facebook {
          color: #3B5998;
          margin-left: 18px;
          width: 56px; }
        .share-wrapper .social ul li.twitter {
          color: #6CDFEA; }
        .share-wrapper .social ul li.linkdin {
          color: #0077B5; }

.speaker-modal .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100%; }

.speaker-modal .modal-content {
  border: none;
  border-radius: 0;
  height: 100%; }

.speaker-modal .modal-body {
  padding: 36px 64px;
  margin: 0;
  background-color: #edeff4;
  height: auto; }
  @media (max-width: 480px) {
    .speaker-modal .modal-body {
      padding: 24px; } }
  .speaker-modal .modal-body .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }
    .speaker-modal .modal-body .header-content .close {
      margin-left: auto; }
      .speaker-modal .modal-body .header-content .close img {
        width: 30px;
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain; }
  .speaker-modal .modal-body .content-body {
    padding: 0 92px;
    margin-top: 24px; }
    @media (max-width: 480px) {
      .speaker-modal .modal-body .content-body {
        padding: 0; } }
    .speaker-modal .modal-body .content-body .item-content {
      padding: 0; }
    .speaker-modal .modal-body .content-body .carousel-control {
      background-image: none;
      width: 36px;
      height: 48px;
      background-color: #ffffff;
      top: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #212121; }
      @media (max-width: 480px) {
        .speaker-modal .modal-body .content-body .carousel-control {
          width: 20px; } }
      .speaker-modal .modal-body .content-body .carousel-control.left {
        left: -48px; }
        @media (max-width: 480px) {
          .speaker-modal .modal-body .content-body .carousel-control.left {
            left: -21px; } }
      .speaker-modal .modal-body .content-body .carousel-control.right {
        right: -48px; }
        @media (max-width: 480px) {
          .speaker-modal .modal-body .content-body .carousel-control.right {
            right: -21px; } }
    .speaker-modal .modal-body .content-body .speaker-wrapper {
      padding: 0; }
    .speaker-modal .modal-body .content-body .speaker-card {
      padding: 48px 112px;
      background-color: #fff; }
      @media (max-width: 480px) {
        .speaker-modal .modal-body .content-body .speaker-card {
          padding: 15px; } }
    .speaker-modal .modal-body .content-body .speaker-image {
      width: 172px;
      height: 172px;
      margin: auto;
      border-radius: 50%;
      overflow: hidden; }
      .speaker-modal .modal-body .content-body .speaker-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .speaker-modal .modal-body .content-body .speaker-detail {
      margin-top: 36px;
      text-align: center; }
      .speaker-modal .modal-body .content-body .speaker-detail h4 {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #212121;
        margin-top: 0;
        margin-bottom: 6px; }
      .speaker-modal .modal-body .content-body .speaker-detail .education {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #212121;
        margin-bottom: 16px; }
      .speaker-modal .modal-body .content-body .speaker-detail .loction {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #212121;
        margin-bottom: 16px; }
      .speaker-modal .modal-body .content-body .speaker-detail a {
        font-family: "Lato", sans-serif;
        font-size: 13px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4a90e2;
        margin-bottom: 16px; }
    .speaker-modal .modal-body .content-body .speaker-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: auto;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: 16px; }
      .speaker-modal .modal-body .content-body .speaker-social .social {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin-right: 24px;
        margin-bottom: 0; }
        .speaker-modal .modal-body .content-body .speaker-social .social.facebook {
          background-color: #3b5998; }
        .speaker-modal .modal-body .content-body .speaker-social .social.twitter {
          background-color: #1da1f2; }
        .speaker-modal .modal-body .content-body .speaker-social .social.google {
          background-color: #dd4b39; }
        .speaker-modal .modal-body .content-body .speaker-social .social a {
          width: 100%;
          color: #fff;
          text-decoration: none; }
    .speaker-modal .modal-body .content-body .speaker-description {
      margin-top: 36px; }
      .speaker-modal .modal-body .content-body .speaker-description p {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #757575;
        margin-bottom: 0; }
    .speaker-modal .modal-body .content-body .schedule {
      margin-top: 36px;
      padding: 0;
      border-bottom: solid 1px #979797;
      padding-bottom: 36px; }
      .speaker-modal .modal-body .content-body .schedule:last-child {
        border: none; }
      .speaker-modal .modal-body .content-body .schedule-wrapper {
        padding: 48px 112px; }
        @media (max-width: 480px) {
          .speaker-modal .modal-body .content-body .schedule-wrapper {
            padding: 15px; } }
        .speaker-modal .modal-body .content-body .schedule-wrapper .title h4 {
          font-family: "Lato", sans-serif;
          font-size: 24px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #212121;
          margin: 0; }
      .speaker-modal .modal-body .content-body .schedule-content {
        padding: 0; }
      .speaker-modal .modal-body .content-body .schedule-date {
        padding: 0; }
        .speaker-modal .modal-body .content-body .schedule-date h4 {
          font-family: "Lato", sans-serif;
          font-size: 24px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #212121;
          margin: 0; }
      .speaker-modal .modal-body .content-body .schedule-info {
        padding: 0;
        margin-top: 34px; }
      .speaker-modal .modal-body .content-body .schedule-time {
        padding: 0; }
        .speaker-modal .modal-body .content-body .schedule-time p {
          font-family: "Lato", sans-serif;
          font-size: 20px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin: 0; }
      @media (max-width: 480px) {
        .speaker-modal .modal-body .content-body .schedule-detail {
          margin-top: 14px;
          padding: 0; } }
      .speaker-modal .modal-body .content-body .schedule-detail_wrapper {
        margin-bottom: 24px; }
        @media (max-width: 480px) {
          .speaker-modal .modal-body .content-body .schedule-detail_wrapper {
            padding: 0; } }
        .speaker-modal .modal-body .content-body .schedule-detail_wrapper:last-child {
          margin-bottom: 0; }
        .speaker-modal .modal-body .content-body .schedule-detail_wrapper .name {
          font-family: "Lato", sans-serif;
          font-size: 20px;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #212121;
          margin-bottom: 10px; }
        .speaker-modal .modal-body .content-body .schedule-detail_wrapper .detail {
          font-family: "Lato", sans-serif;
          font-size: 13px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #757575;
          margin-bottom: 0px; }
    .speaker-modal .modal-body .content-body .video-wrapper {
      padding: 0; }
      .speaker-modal .modal-body .content-body .video-wrapper iframe {
        width: 100; }

.video-modal .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100%; }

.video-modal .modal-content {
  border: none;
  border-radius: 0;
  height: 100%; }

.video-modal .modal-body {
  padding: 36px 64px;
  margin: 0;
  background-color: #edeff4;
  height: 100%; }
  @media (max-width: 480px) {
    .video-modal .modal-body {
      padding: 24px;
      height: 100%; } }
  .video-modal .modal-body .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }
    .video-modal .modal-body .header-content .close {
      margin-left: auto; }
      .video-modal .modal-body .header-content .close img {
        width: 30px;
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain; }
  .video-modal .modal-body .content-body {
    padding: 0 92px;
    margin-top: 24px; }
    @media (max-width: 480px) {
      .video-modal .modal-body .content-body {
        padding: 0; } }
    .video-modal .modal-body .content-body .item-content {
      padding: 0; }
    .video-modal .modal-body .content-body .carousel-control {
      background-image: none;
      width: 36px;
      height: 48px;
      background-color: #ffffff;
      top: calc(50% - 24px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #212121; }
      @media (max-width: 480px) {
        .video-modal .modal-body .content-body .carousel-control {
          width: 20px; } }
      .video-modal .modal-body .content-body .carousel-control.left {
        left: -48px; }
        @media (max-width: 480px) {
          .video-modal .modal-body .content-body .carousel-control.left {
            left: -21px; } }
      .video-modal .modal-body .content-body .carousel-control.right {
        right: -48px; }
        @media (max-width: 480px) {
          .video-modal .modal-body .content-body .carousel-control.right {
            right: -21px; } }
    .video-modal .modal-body .content-body .video-wrapper {
      padding: 0; }
      .video-modal .modal-body .content-body .video-wrapper iframe {
        width: 100% !important;
        height: 500px; }

.image-modal .modal-dialog {
  width: 100%;
  margin: 0; }

.image-modal .modal-content {
  border: none;
  border-radius: 0;
  height: 100%; }

.image-modal .modal-body {
  padding: 36px 64px;
  margin: 0;
  background-color: #edeff4;
  height: 100%; }
  @media (max-width: 480px) {
    .image-modal .modal-body {
      padding: 24px;
      height: 100%; } }
  .image-modal .modal-body .header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }
    .image-modal .modal-body .header-content .close {
      margin-left: auto; }
      .image-modal .modal-body .header-content .close img {
        width: 30px;
        height: 30px;
        -o-object-fit: contain;
        object-fit: contain; }
  .image-modal .modal-body .content-body {
    padding: 0 92px;
    margin-top: 24px; }
    @media (max-width: 480px) {
      .image-modal .modal-body .content-body {
        padding: 0; } }
    .image-modal .modal-body .content-body .item-content {
      padding: 0; }
    .image-modal .modal-body .content-body .carousel-control {
      background-image: none;
      width: 36px;
      height: 48px;
      background-color: #ffffff;
      top: calc(50% - 24px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #212121; }
      @media (max-width: 480px) {
        .image-modal .modal-body .content-body .carousel-control {
          width: 20px; } }
      .image-modal .modal-body .content-body .carousel-control.left {
        left: -48px; }
        @media (max-width: 480px) {
          .image-modal .modal-body .content-body .carousel-control.left {
            left: -21px; } }
      .image-modal .modal-body .content-body .carousel-control.right {
        right: -48px; }
        @media (max-width: 480px) {
          .image-modal .modal-body .content-body .carousel-control.right {
            right: -21px; } }
    .image-modal .modal-body .content-body .image-wrapper {
      padding: 0;
      height: 620px;
      width: 100%; }
      .image-modal .modal-body .content-body .image-wrapper img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
