/* 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); }

/* 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*/
/*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); }

.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; }

.file-upload {
  width: 100%;
  margin: 5px 0 !important;
  display: inline-block; }
  .file-upload:hover .file-upload-action {
    display: block; }
  .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: #abb4c4;
    position: relative;
    background-color: #fdfeff;
    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: 40px 20px; }
      .file-upload .image-upload-wrap .drag-text p {
        font-size: 14px;
        color: #999;
        text-transform: capitalize;
        margin-bottom: 2px; }
  .file-upload .hint {
    color: #757575;
    font-size: 12px;
    margin-bottom: 0; }

/* 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*/
/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
.select {
  position: relative;
  padding: 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 #757575;
    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; }

/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
/* 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*/
/*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*/
.event-header {
  padding: 0; }
  .event-header.fixed {
    position: fixed;
    top: 0;
    z-index: 200; }
  .event-header_top {
    padding: 0 38px;
    height: 36px;
    background-color: #ffffff;
    border-bottom: solid 1px #e9e9e9; }
  .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 {
        width: 16px;
        height: 16px;
        -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; }

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

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

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 .footer {
  min-height: 48px;
  background-color: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }
  @media (max-width: 480px) {
    body .footer {
      padding: 12px; }
      body .footer .left-section {
        margin-bottom: 10px; }
        body .footer .left-section p {
          text-align: center; }
      body .footer .center-section {
        margin-bottom: 0; } }
  body .footer-container {
    width: calc(100% - (36px * 2));
    padding: 0;
    margin: auto; }
    @media (max-width: 480px) {
      body .footer-container {
        width: calc(100% - (18px * 2)); } }
    body .footer-container p {
      margin-bottom: 0;
      padding: 0;
      font-size: 12px;
      color: #fff; }
      @media (max-width: 480px) {
        body .footer-container p.text-right {
          text-align: center !important; } }
    body .footer-container img {
      height: auto;
      -o-object-fit: contain;
      object-fit: contain; }

.theme {
  padding: 0; }
  .theme-wrapper {
    padding: 0; }
    .theme-wrapper .header {
      padding: 0;
      border-bottom: solid 1px #d8d8d8; }
      .theme-wrapper .header-container {
        width: calc(100% - (136px * 2));
        padding: 0; }
      .theme-wrapper .header-logo {
        float: left;
        width: 240px;
        outline: none; }
        .theme-wrapper .header-logo img {
          height: 48px;
          -o-object-fit: contain;
          object-fit: contain; }
      .theme-wrapper .header-top {
        padding: 16px 0; }
        .theme-wrapper .header-top .right-menu {
          float: right;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .theme-wrapper .header-top .right-menu .join-btn {
            width: 140px;
            height: 48px;
            outline: none;
            background-color: #4a90e2;
            padding: 0;
            border-radius: 0;
            font-size: 16px;
            text-transform: capitalize;
            color: #fff;
            margin-left: 20px; }
            .theme-wrapper .header-top .right-menu .join-btn:hover {
              -webkit-transform: translateY(-1px);
              -ms-transform: translateY(-1px);
              transform: translateY(-1px);
              -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
              box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
              .theme-wrapper .header-top .right-menu .join-btn:hover:focus {
                -webkit-box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5);
                box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5); }
          .theme-wrapper .header-top .right-menu .login-btn {
            width: auto;
            border-radius: 48px;
            font-size: 16px;
            color: #212121;
            background-color: transparent;
            font-family: "Open Sans", sans-serif;
            font-weight: normal;
            text-align: center;
            outline: none;
            padding: 0;
            margin-left: 24px;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-transform: capitalize; }
          .theme-wrapper .header-top .right-menu ul {
            padding-left: 0;
            list-style: none;
            margin-bottom: 0; }
            .theme-wrapper .header-top .right-menu ul .profile {
              -webkit-box-shadow: none;
              box-shadow: none;
              min-height: inherit;
              height: auto;
              margin-bottom: 0;
              margin-left: 20px; }
              .theme-wrapper .header-top .right-menu ul .profile.dropdown.open .dropdown-toggle .caret {
                color: #db4344; }
              .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-toggle {
                padding: 10px 10px 0px;
                margin-right: 15px;
                cursor: pointer;
                text-decoration: none;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-toggle .avtar-icon {
                  width: 26px;
                  height: 26px;
                  background-color: #f6f6f6;
                  color: #bac7c9;
                  border-radius: 50%;
                  font-size: 26px;
                  text-align: center;
                  padding: 3px;
                  overflow: hidden; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-toggle img {
                  width: 26px;
                  height: 26px;
                  border-radius: 100%; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-toggle .caret {
                  color: #d8d8d8;
                  margin-left: 8px; }
              .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu {
                padding-bottom: 0;
                border-bottom: none; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li:first-child {
                  padding: 0;
                  font-size: inherit; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li:last-child {
                  background-color: #212121; }
                  .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li:last-child a {
                    color: #ffffff; }
                    .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li:last-child a:hover {
                      background-color: #212121;
                      background-image: none; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li.active a {
                  color: #db4344;
                  background-color: transparent; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li p {
                  font-size: 0.8em;
                  padding-left: 15px;
                  color: #999;
                  margin-bottom: 0;
                  font-family: "Open Sans", sans-serif; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li a {
                  padding: 8px 15px;
                  font-family: "Open Sans", sans-serif;
                  font-size: 1em;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  color: #757575;
                  text-transform: capitalize;
                  text-align: right; }
                .theme-wrapper .header-top .right-menu ul .profile.dropdown .dropdown-menu li.divider {
                  margin-bottom: 5px;
                  margin-top: 0;
                  background-color: #f2f2f2; }
          .theme-wrapper .header-top .right-menu 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-top: 0;
            margin-bottom: 0; }
            .theme-wrapper .header-top .right-menu p a {
              color: #4a90e2;
              text-decoration: none; }
      .theme-wrapper .header-bottom {
        padding: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .theme-wrapper .header-bottom .menu-navigation {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          float: left;
          position: relative; }
          .theme-wrapper .header-bottom .menu-navigation.active > a {
            border-bottom: 4px solid #db4344;
            padding: 14px 24px 10px; }
          .theme-wrapper .header-bottom .menu-navigation a {
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            padding: 14px 24px;
            color: #212121;
            outline: none;
            text-decoration: none; }
            .theme-wrapper .header-bottom .menu-navigation a:active {
              background-color: transparent; }
            .theme-wrapper .header-bottom .menu-navigation a:hover {
              background-color: transparent; }
            .theme-wrapper .header-bottom .menu-navigation a .caret {
              border-top: 5px dashed;
              border-right: 5px solid transparent;
              border-left: 5px solid transparent;
              color: #bebebe; }
          .theme-wrapper .header-bottom .menu-navigation .dropdown-menu {
            padding: 0;
            width: 220px; }
            .theme-wrapper .header-bottom .menu-navigation .dropdown-menu > li {
              height: 66px;
              background-color: #ffffff; }
              .theme-wrapper .header-bottom .menu-navigation .dropdown-menu > li a {
                height: 100%;
                width: 100%;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-transform: uppercase;
                color: #212121;
                white-space: inherit;
                word-break: break-word;
                font-family: "Open Sans", sans-serif;
                font-size: 14px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal; }
              .theme-wrapper .header-bottom .menu-navigation .dropdown-menu > li:hover {
                background-color: #031320; }
                .theme-wrapper .header-bottom .menu-navigation .dropdown-menu > li:hover a {
                  background-color: #031320;
                  color: #ffffff; }

.content {
  padding: 0 0 120px;
  background-color: #f1f1f1; }
  .content-container {
    width: calc(100% - (136px * 2)); }
  .content-card {
    background-color: #ffffff;
    padding: 24px;
    position: relative; }
    .content-card + .content-card {
      margin-top: 16px; }
    .content-card_wrapper {
      padding: 0; }
      .content-card_wrapper + .content-card_wrapper {
        margin-top: 24px; }
    .content-card .card-title {
      background-color: #031320;
      padding: 16px 24px;
      width: auto;
      position: absolute;
      top: 16px;
      left: 0; }
      .content-card .card-title 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: #ffffff;
        margin: 0; }
    .content-card .card-content {
      padding: 0; }
    .content-card.gallery-card ul {
      padding-left: 0; }
    .content-card.gallery-card .pgwSlideshow {
      background: #fff;
      padding: 0;
      margin-top: 70px; }
      .content-card.gallery-card .pgwSlideshow .ps-next,
      .content-card.gallery-card .pgwSlideshow .ps-prev {
        width: 36px;
        height: 48px;
        background-color: rgba(255, 255, 255, 0.89);
        border: none;
        border-radius: 0;
        padding: 0;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .content-card.gallery-card .pgwSlideshow .ps-next .ps-nextIcon,
        .content-card.gallery-card .pgwSlideshow .ps-prev .ps-nextIcon {
          border: none;
          width: 100%;
          text-align: center; }
          .content-card.gallery-card .pgwSlideshow .ps-next .ps-nextIcon::before,
          .content-card.gallery-card .pgwSlideshow .ps-prev .ps-nextIcon::before {
            content: "\f054";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased; }
        .content-card.gallery-card .pgwSlideshow .ps-next .ps-prevIcon,
        .content-card.gallery-card .pgwSlideshow .ps-prev .ps-prevIcon {
          border: none;
          width: 100%;
          text-align: center; }
          .content-card.gallery-card .pgwSlideshow .ps-next .ps-prevIcon::before,
          .content-card.gallery-card .pgwSlideshow .ps-prev .ps-prevIcon::before {
            content: "\f053";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased; }
      .content-card.gallery-card .pgwSlideshow .ps-list {
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none; }
        .content-card.gallery-card .pgwSlideshow .ps-list ul {
          float: left;
          margin: 0 !important;
          width: -webkit-max-content !important;
          width: -moz-max-content !important;
          width: max-content !important; }
        .content-card.gallery-card .pgwSlideshow .ps-list .ps-next,
        .content-card.gallery-card .pgwSlideshow .ps-list .ps-prev {
          top: 12px;
          height: 100%;
          background: rgba(250, 250, 250, 0.9); }
        .content-card.gallery-card .pgwSlideshow .ps-list .ps-item {
          position: relative;
          margin: 24px 6px 0 0;
          border: solid 2px transparent;
          opacity: 1; }
          .content-card.gallery-card .pgwSlideshow .ps-list .ps-item.ps-selected {
            background-color: #4a90e2;
            border: solid 2px #4a90e2; }
            .content-card.gallery-card .pgwSlideshow .ps-list .ps-item.ps-selected::after {
              content: '';
              position: absolute;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0;
              background-color: rgba(74, 144, 226, 0.5); }
            .content-card.gallery-card .pgwSlideshow .ps-list .ps-item.ps-selected img {
              margin: 0; }
          .content-card.gallery-card .pgwSlideshow .ps-list .ps-item img {
            width: 162px;
            height: 108px;
            border: none; }
