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

.select_field {
  padding-right: 0;
  padding-left: 15px;
  margin-top: -2px; }
  .select_field.single {
    padding-left: 30px;
    margin-top: -2px; }
  .select_field--wrapper {
    padding-left: 0;
    padding-right: 15px; }
    .select_field--wrapper.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; }
    .select_field--wrapper.invalid p {
      display: block;
      color: #db4344; }
    .select_field--wrapper.single {
      padding-right: 0; }
    .select_field--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: #999;
      margin-bottom: 0; }
  .select_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: #999;
    margin-bottom: 0;
    margin-top: 3px; }

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

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

.select_wrapper:nth-child(2n) {
  padding-right: 0;
  padding-left: 15px; }

.select_wrapper:nth-child(2n+1) {
  padding-left: 0;
  padding-right: 15px; }

.select_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: #999;
  margin-bottom: 0; }

.select {
  position: relative;
  padding: 0;
  margin-top: 0px; }
  .select label {
    width: 100%;
    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: #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; }
  .select .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    min-width: 200px;
    max-width: 100%;
    min-height: 28px;
    height: auto; }
    .select .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 0;
      white-space: initial; }
  .select .select2-container .select2-dropdown {
    border: 1px solid #ddd; }

.select2-container--default .select2-dropdown.select2-dropdown--below {
  border: 1px solid #ddd; }
  .select2-container--default .select2-dropdown.select2-dropdown--below .select2-search__field {
    border: 1px solid #ddd;
    outline: none; }

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

.text_field {
  padding: 0; }
  .text_field.single {
    padding-right: 12px; }
  .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;
    margin: 0;
    margin-bottom: 11px; }
  .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-align: left; }
  .text_field--wrapper {
    padding-right: 0;
    padding-left: 12px; }
    .text_field--wrapper:first-child {
      padding-left: 0;
      padding-right: 12px; }

.date-picker {
  padding-left: 0; }
  .date-picker_wrapper {
    padding: 0; }
  .date-picker.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; }
    .date-picker.invalid p {
      color: #db4344; }
  .date-picker p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #9d9d9d;
    margin-bottom: 0; }

.time-picker {
  padding-right: 0; }
  .time-picker_wrapper {
    padding: 0; }
  .time-picker p {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #9d9d9d;
    margin-bottom: 0; }

@-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); } }

.text-editor {
  padding: 0;
  border: none !important; }
  .text-editor .msg-text {
    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 !important;
    margin-top: 3px !important; }

.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 !important;
    margin-top: 3px !important; }
  .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); } }

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

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

body {
  float: left;
  width: 100%;
  overflow-x: hidden; }
  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; }
  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; }

.theme {
  padding: 0; }
  .theme-wrapper {
    padding: 0; }
    .theme-wrapper .header {
      float: left;
      padding: 0;
      position: fixed;
      top: 0;
      z-index: 1000;
      border-bottom: solid 1px #ebebeb; }
      .theme-wrapper .header .mobile-nav {
        margin-bottom: 0;
        border: none; }
        .theme-wrapper .header .mobile-nav .mobile-div {
          border-bottom: none;
          background-color: #ffffff;
          min-height: 40px;
          padding: 0 !important; }
          .theme-wrapper .header .mobile-nav .mobile-div .navbar-nav {
            margin: 0;
            padding: 0 24px;
            width: 100%;
            display: inline-block;
            vertical-align: middle; }
            .theme-wrapper .header .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; }
              .theme-wrapper .header .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; }
                .theme-wrapper .header .mobile-nav .mobile-div .navbar-nav li.logo a img {
                  height: 24px;
                  margin: auto; }
            .theme-wrapper .header .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; }
              .theme-wrapper .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a {
                padding: 0; }
                .theme-wrapper .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle {
                  margin-right: 0;
                  border: none;
                  margin: 0; }
                  .theme-wrapper .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:hover {
                    background-color: transparent !important; }
                  .theme-wrapper .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle:focus {
                    background-color: transparent !important; }
                  .theme-wrapper .header .mobile-nav .mobile-div .navbar-nav li.openLeftSidebar a .navbar-toggle .icon-bar {
                    background-color: #757575; }
      .theme-wrapper .header .sidebar {
        width: 230px;
        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; }
        .theme-wrapper .header .sidebar.active {
          right: 0; }
        .theme-wrapper .header .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); }
          .theme-wrapper .header .sidebar-overlay.active {
            opacity: .5;
            visibility: visible;
            -webkit-transition-delay: 0;
            -moz-transition-delay: 0;
            -o-transition-delay: 0;
            transition-delay: 0; }
        .theme-wrapper .header .sidebar-content .btn-close {
          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: #212121 !important; }
        .theme-wrapper .header .sidebar-content .navigation-menu {
          padding-left: 0;
          list-style: none;
          margin-top: 50px;
          margin-bottom: 0px; }
          .theme-wrapper .header .sidebar-content .navigation-menu.sortlist {
            margin-bottom: 0; }
          .theme-wrapper .header .sidebar-content .navigation-menu:last-child {
            margin-top: 0; }
          .theme-wrapper .header .sidebar-content .navigation-menu li {
            list-style: none;
            padding: 10px 15px; }
            .theme-wrapper .header .sidebar-content .navigation-menu li a {
              text-decoration: none;
              color: #555;
              outline: none;
              font-size: 16px;
              padding: 0;
              -webkit-box-shadow: none;
              box-shadow: none;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: 100%; }
              .theme-wrapper .header .sidebar-content .navigation-menu li a .fa {
                font-size: 10px;
                color: #555;
                margin-left: 8px; }
            .theme-wrapper .header .sidebar-content .navigation-menu li .collapser ul {
              padding-left: 0; }
              .theme-wrapper .header .sidebar-content .navigation-menu li .collapser ul li {
                list-style: none; }
                .theme-wrapper .header .sidebar-content .navigation-menu li .collapser ul li a {
                  font-family: "Open Sans", sans-serif;
                  font-size: 14px;
                  font-weight: #757575;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: normal;
                  letter-spacing: normal;
                  text-decoration: none;
                  outline: none; }
      .theme-wrapper .header .navbar {
        min-height: 50px; }
        .theme-wrapper .header .navbar.navbar-default {
          border-radius: 0;
          -webkit-box-shadow: none;
          box-shadow: none;
          background-color: transparent;
          margin-top: 0;
          margin-bottom: 0; }
          .theme-wrapper .header .navbar.navbar-default .container-fluid {
            padding: 0 132px; }
        .theme-wrapper .header .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;
          width: 100%; }
          .theme-wrapper .header .navbar-brand img {
            height: 30px;
            -o-object-fit: contain;
            object-fit: contain; }
        .theme-wrapper .header .navbar-collapse.collapse {
          padding: 0; }
        .theme-wrapper .header .navbar-nav {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: 20px; }
          .theme-wrapper .header .navbar-nav li {
            margin-left: 46px; }
            .theme-wrapper .header .navbar-nav li:first-child {
              margin-left: 0; }
            .theme-wrapper .header .navbar-nav li a {
              padding: 0;
              color: #ffffff;
              font-family: "Lato", sans-serif;
              font-size: 14px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal; }

.banner {
  padding: 0;
  height: 592px;
  position: relative;
  margin-top: 50px; }
  .banner-image {
    height: 100%;
    width: 100%;
    float: left; }
    .banner-image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .banner-content {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 64px; }
    .banner-content_container {
      width: 100%;
      padding: 24px 16px; }
      @media (max-width: 1080px) {
        .banner-content_container {
          width: 95%; } }
      .banner-content_container .member {
        padding: 0;
        margin-top: 288px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .banner-content_container .member-images {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .banner-content_container .member-images .image {
            width: 30px;
            height: 30px;
            border: solid 1px #ffffff;
            border-radius: 100%; }
            .banner-content_container .member-images .image + .image {
              margin-left: -8px; }
            .banner-content_container .member-images .image img {
              border-radius: 100%;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
        .banner-content_container .member-count {
          width: 51px;
          margin-left: 16px; }
          .banner-content_container .member-count 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: #fff;
            margin-bottom: 0; }
  .banner-title {
    padding: 0; }
    .banner-title h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 36px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      margin: 0;
      color: #fff; }
    .banner-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: #ffffff;
      margin-top: 0;
      margin-bottom: 0; }
    .banner-title .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-top: 24px; }
      .banner-title .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); }
        .banner-title .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); }

.content {
  min-height: 650px;
  padding: 0 0 40px;
  background-color: #f1f1f1; }
  .content-container {
    width: 100%;
    padding: 0; }
  .content-card {
    background-color: #ffffff;
    padding: 24px;
    position: relative; }
    .content-card + .content-card {
      margin-top: 16px; }
    .content-card_wrapper {
      padding: 0; }
      .content-card_wrapper:nth-child(2) {
        width: 100%; }
      .content-card_wrapper + .content-card_wrapper {
        margin-top: 24px; }
    .content-card_wrappers {
      padding: 0; }
    .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: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin: 0; }
    .content-card .card-content {
      margin-top: 70px; }
    .content-card.description-card 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: #212121;
      white-space: inherit;
      word-break: break-all; }
    .content-card.description-card h2,
    .content-card.description-card h4,
    .content-card.description-card h1 {
      white-space: inherit;
      word-break: break-all; }
    .content-card.event-card {
      width: 100%; }
      .content-card.event-card .card-content {
        height: calc(778px - 94px);
        overflow-y: auto;
        margin-right: -14px;
        padding-right: 8px; }
      .content-card.event-card .event-list + .event-list {
        margin-top: 24px; }
      .content-card.event-card .event-image {
        height: 246px; }
        .content-card.event-card .event-image img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      .content-card.event-card .event-detail {
        padding: 16px;
        background-color: #fafafa; }
        .content-card.event-card .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;
          margin-bottom: 9px; }
        .content-card.event-card .event-detail 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: #212121;
          margin: 0; }
    .content-card.contact-card {
      width: 100%; }
      .content-card.contact-card 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: 0; }
      .content-card.contact-card .contact-btn {
        width: 124px;
        height: 36px;
        outline: none;
        background-color: #4a90e2;
        padding: 0;
        border-radius: 100px;
        font-size: 13px;
        text-transform: capitalize;
        color: #fff; }
        .content-card.contact-card .contact-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); }
          .content-card.contact-card .contact-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); }
      .content-card.contact-card .contact-detail {
        margin-top: 24px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .content-card.contact-card .social-btn {
        width: 36px;
        height: 36px;
        outline: none;
        background-color: #eeeeee;
        padding: 0;
        border-radius: 100%;
        font-size: 13px;
        text-transform: capitalize;
        color: #fff;
        color: #acacac; }
        .content-card.contact-card .social-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); }
          .content-card.contact-card .social-btn:hover:focus {
            -webkit-box-shadow: 0 0 0 3px rgba(238, 238, 238, 0.5);
            box-shadow: 0 0 0 3px rgba(238, 238, 238, 0.5); }
      .content-card.contact-card .social-contact {
        margin-left: auto; }
    .content-card.images-card {
      width: 100%; }
      .content-card.images-card .carousel {
        margin-bottom: 34px; }
        .content-card.images-card .carousel-inner > .item {
          height: 258px; }
          .content-card.images-card .carousel-inner > .item img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
        .content-card.images-card .carousel-control {
          width: 24px;
          height: 32px;
          background-color: #ffffff;
          top: calc(50% - 12px);
          opacity: 1;
          background-image: none;
          color: #212121;
          text-shadow: none;
          font-size: 14px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; }
          .content-card.images-card .carousel-control .fa {
            width: 100%; }
        .content-card.images-card .carousel-indicators {
          margin-bottom: 0;
          bottom: -34px;
          line-height: 1; }
          .content-card.images-card .carousel-indicators > li {
            border-color: #c2c2c2;
            width: 8px;
            height: 8px;
            margin: 0; }
            .content-card.images-card .carousel-indicators > li.active {
              background-color: #4a90e2;
              border: none; }
    .content-card.members-card {
      width: 100%; }
      .content-card.members-card .card-content {
        height: calc(778px - 94px);
        overflow-y: auto;
        margin-right: -14px;
        padding-right: 8px; }
      .content-card.members-card .member-list {
        height: 80px;
        width: 100%;
        border-radius: 3px;
        background-color: #fafafa;
        padding: 16px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        .content-card.members-card .member-list + .member-list {
          margin-top: 16px; }
      .content-card.members-card .member-image {
        width: 48px;
        height: 48px; }
        .content-card.members-card .member-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: 100%; }
      .content-card.members-card .member-detail {
        margin-left: 16px; }
        .content-card.members-card .member-detail 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: #212121;
          margin: 0; }
    .content-card.discussion-card .review-card {
      padding: 0;
      width: auto; }
      .content-card.discussion-card .review-card .title {
        padding: 0; }
        .content-card.discussion-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; }
      .content-card.discussion-card .review-card .event-review {
        padding: 0; }
        .content-card.discussion-card .review-card .event-review .review {
          padding: 0;
          width: 100%; }
          .content-card.discussion-card .review-card .event-review .review.user-reply {
            margin-left: 20px;
            width: calc(100% - 20px);
            padding-top: 24px;
            border-top: 1px dashed #999999;
            margin-top: 24px;
            margin-bottom: 24px; }
            .content-card.discussion-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; }
            .content-card.discussion-card .review-card .event-review .review.user-reply .review-time p {
              text-align: left; }
          .content-card.discussion-card .review-card .event-review .review-wrapper {
            margin-bottom: 24px;
            padding: 0;
            border-bottom: 1px dashed #999999; }
            .content-card.discussion-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; }
            .content-card.discussion-card .review-card .event-review .review-wrapper:last-child {
              border-bottom: none; }
          .content-card.discussion-card .review-card .event-review .review-time {
            margin-left: auto;
            float: right;
            text-align: right; }
            .content-card.discussion-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; }
          .content-card.discussion-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; }
          .content-card.discussion-card .review-card .event-review .review-comment {
            padding: 0;
            width: 50%;
            float: left; }
          .content-card.discussion-card .review-card .event-review .review-reviewer {
            padding: 0;
            width: 100%;
            margin-bottom: 24px; }
            .content-card.discussion-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; }
            .content-card.discussion-card .review-card .event-review .review-reviewer .reviewer-image {
              width: 48px;
              height: 48px; }
              .content-card.discussion-card .review-card .event-review .review-reviewer .reviewer-image img {
                width: 100%;
                height: 100%;
                border-radius: 100%; }
            .content-card.discussion-card .review-card .event-review .review-reviewer .reviewer-detail {
              margin-left: 24px;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex; }
            .content-card.discussion-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; }
            .content-card.discussion-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; }
              .content-card.discussion-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; }
              .content-card.discussion-card .review-card .event-review .review-reviewer .reviewer-rating img {
                width: 100%;
                margin-left: 12px;
                -o-object-fit: contain;
                object-fit: contain; }
          .content-card.discussion-card .review-card .event-review .review-action {
            padding: 0; }
            .content-card.discussion-card .review-card .event-review .review-action .reply, .content-card.discussion-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; }
              .content-card.discussion-card .review-card .event-review .review-action .reply img, .content-card.discussion-card .review-card .event-review .review-action .share img {
                width: 16px;
                height: 16px;
                -o-object-fit: contain;
                object-fit: contain;
                margin-right: 8px; }
              .content-card.discussion-card .review-card .event-review .review-action .reply p, .content-card.discussion-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; }
          .content-card.discussion-card .review-card .event-review .review .reviewer-review {
            padding: 0; }
            .content-card.discussion-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; }
          .content-card.discussion-card .review-card .event-review .review-submit {
            padding: 0;
            margin-bottom: 24px; }
            .content-card.discussion-card .review-card .event-review .review-submit .title {
              padding: 0;
              margin-bottom: 10px; }
              .content-card.discussion-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; }
            .content-card.discussion-card .review-card .event-review .review-submit .comment {
              padding: 0; }
              .content-card.discussion-card .review-card .event-review .review-submit .comment-box {
                padding: 0; }
                .content-card.discussion-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; }
                  .content-card.discussion-card .review-card .event-review .review-submit .comment-box textarea:focus {
                    border-color: #80bdff; }
              .content-card.discussion-card .review-card .event-review .review-submit .comment-action {
                padding: 0;
                margin-top: 16px; }
                .content-card.discussion-card .review-card .event-review .review-submit .comment-action_wrapper {
                  padding: 0; }
                .content-card.discussion-card .review-card .event-review .review-submit .comment-action .submit-btn {
                  width: 76px;
                  height: 24px;
                  outline: none;
                  background-color: #4a90e2;
                  padding: 0;
                  border-radius: 0;
                  font-size: 13px;
                  text-transform: capitalize;
                  color: #fff;
                  float: right; }
                  .content-card.discussion-card .review-card .event-review .review-submit .comment-action .submit-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); }
                    .content-card.discussion-card .review-card .event-review .review-submit .comment-action .submit-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); }
                .content-card.discussion-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; }

.sd-md.sidescreen {
  right: -100%;
  width: 100%; }

.sidescreen {
  position: fixed;
  margin-top: 0px;
  z-index: 1050;
  height: calc(100% - 0px);
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  background-color: #fff;
  -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);
  -ms-transform: translate3d(320px, 0, 0);
  -o-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  -webkit-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);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sidescreen .close {
    margin: 0;
    position: absolute;
    right: 41px;
    top: 24px;
    z-index: 100; }
    .sidescreen .close span {
      line-height: 0;
      width: 24px;
      height: 24px;
      font-size: 24px;
      cursor: pointer; }
  .sidescreen .displayhide {
    display: none; }
  .sidescreen-backdrop {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(138, 152, 161, 0.54);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    .sidescreen-backdrop.in {
      right: 0;
      margin-top: 0px;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
  .sidescreen-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    position: relative; }
  .sidescreen-body {
    width: 100%;
    float: left;
    padding: 24px 36px;
    height: calc(100% - 64px);
    overflow-y: auto; }
    .sidescreen-body::-webkit-scrollbar {
      width: 6px;
      height: 100px; }
    .sidescreen-body::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .sidescreen-body::-webkit-scrollbar-thumb {
      background-color: #a9a9a9;
      outline: 1px solid #708090; }
    .sidescreen-body .text_field {
      padding: 0;
      margin-bottom: 16px; }
    .sidescreen-body .text_area {
      padding: 0;
      margin-bottom: 16px; }
    .sidescreen-body .text_label {
      padding: 0;
      color: #757575;
      font-size: 12px; }
    .sidescreen-body .form-input_group {
      padding: 0; }
    .sidescreen-body .form-group {
      padding: 0; }
      .sidescreen-body .form-group .checkbox {
        position: relative;
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
        width: 100%;
        float: left; }
        .sidescreen-body .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: capitalize; }
          .sidescreen-body .form-group .checkbox label p {
            margin-bottom: 0;
            margin-left: 28px;
            color: #999;
            font-size: 12px; }
        .sidescreen-body .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-body .form-group .checkbox input[type=checkbox]:checked + .checkbox-material .check {
            color: #4990e2;
            border-color: #4990e2; }
            .sidescreen-body .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-body .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-body .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: -6px;
          margin-left: 2px;
          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-body .form-group .checkbox-material {
          vertical-align: middle;
          position: relative;
          top: 1px;
          margin-right: 10px; }
          .sidescreen-body .form-group .checkbox-material .check {
            position: relative;
            display: inline-block;
            width: 15px;
            height: 15px;
            border: 2px solid #757575;
            border-radius: 0px;
            overflow: hidden;
            z-index: 0; }
      .sidescreen-body .form-group fieldset[disabled] .checkbox,
      .sidescreen-body .form-group fieldset[disabled] label.checkbox-inline,
      .sidescreen-body .form-group fieldset[disabled] .checkbox input[type=checkbox],
      .sidescreen-body .form-group fieldset[disabled] label.checkbox-inline input[type=checkbox],
      .sidescreen-body .form-group .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
      .sidescreen-body .form-group label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
      .sidescreen-body .form-group .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
      .sidescreen-body .form-group label.checkbox-inline input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check,
      .sidescreen-body .form-group .checkbox input[type=checkbox][disabled] + .circle,
      .sidescreen-body .form-group label.checkbox-inline input[type=checkbox][disabled] + .circle {
        opacity: 0.5; }
      .sidescreen-body .form-group .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after,
      .sidescreen-body .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-body .form-group .checkbox .check {
        width: 16px;
        height: 16px;
        background-color: #f1f1f1;
        border: solid 1px #c2c2c2; }
        .sidescreen-body .form-group .checkbox .check::before {
          margin-top: -5px !important;
          margin-left: 4px !important; }
      .sidescreen-body .form-group .checkbox label {
        margin: 0;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .sidescreen-body .form-group .checkbox label a {
          display: contents; }
      .sidescreen-body .form-group .radio-inline {
        padding-left: 0;
        margin-top: 0; }
        .sidescreen-body .form-group .radio-inline label {
          padding-left: 20px; }
        .sidescreen-body .form-group .radio-inline input[type=radio] {
          margin-left: -20px;
          margin-top: 5px; }
          .sidescreen-body .form-group .radio-inline input[type=radio]:checked:after {
            border-color: #4990e2; }
          .sidescreen-body .form-group .radio-inline input[type=radio]:after {
            width: 12px;
            height: 12px;
            border: 1px solid;
            border-color: #979797;
            top: 0; }
          .sidescreen-body .form-group .radio-inline input[type=radio]:before {
            width: 12px;
            height: 12px;
            top: 0;
            background-color: #4990e2; }
    .sidescreen-body .edit-data {
      padding: 0;
      float: left;
      width: 100%; }
      .sidescreen-body .edit-data 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: right;
        color: #4990e2;
        cursor: pointer;
        margin-top: 20px; }
        .sidescreen-body .edit-data p .fa {
          margin-right: 5px; }
    .sidescreen-body .profile-detail--container {
      padding: 0;
      float: left;
      width: 100%;
      margin: auto;
      text-align: center; }
      .sidescreen-body .profile-detail--container p {
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          .sidescreen-body .profile-detail--container p.avtar {
            margin-top: 3vh; } }
        .sidescreen-body .profile-detail--container p.avtar img {
          width: 20vw;
          height: 20vw;
          border-radius: 100%; }
        .sidescreen-body .profile-detail--container p .avtar-icon {
          width: 20vw;
          height: 20vw;
          background-color: #f6f6f6;
          color: #bac7c9;
          border-radius: 50%;
          font-size: 20vw;
          text-align: center;
          padding: 3px;
          line-height: 1.2;
          overflow: hidden; }
        .sidescreen-body .profile-detail--container p.name {
          font-family: "Open Sans", sans-serif;
          font-size: 1.8em;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #212121;
          margin-bottom: 10px; }
        .sidescreen-body .profile-detail--container p.location {
          font-family: "Open Sans", sans-serif;
          font-size: 1em;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #9d9e9e; }
          .sidescreen-body .profile-detail--container p.location span a {
            text-decoration: none;
            color: #9d9e9e;
            margin-left: 1vw; }
    .sidescreen-body .profile-description--wrapper {
      padding: 0; }
      .sidescreen-body .profile-description--wrapper .description {
        padding: 0;
        margin-top: 3.9vw; }
        .sidescreen-body .profile-description--wrapper .description .title {
          width: 27%;
          float: left;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .sidescreen-body .profile-description--wrapper .description .title p {
            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: #8b8c8c;
            margin-bottom: 0; }
        .sidescreen-body .profile-description--wrapper .description .detail {
          width: 73%;
          float: left;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex; }
          .sidescreen-body .profile-description--wrapper .description .detail p {
            font-family: "Open Sans", sans-serif;
            font-size: 0.96em;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #212121;
            margin-bottom: 0;
            word-break: break-all; }
  .sidescreen-content {
    float: left;
    width: 100%; }
    .sidescreen-content .button-section {
      float: right;
      margin-bottom: 12px;
      margin-top: 12px; }
      .sidescreen-content .button-section 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: 0;
        color: #212121;
        margin-bottom: 5px; }
    .sidescreen-content .social-btn {
      width: 150px;
      padding: 6px 10px;
      border-radius: 3px;
      color: #ffffff;
      background-color: #0077b5; }
      .sidescreen-content .social-btn .fa {
        margin-right: 5px; }
  .sidescreen-title h4 {
    font-family: "Merriweather", 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: 5px; }
  .sidescreen-footer {
    position: fixed;
    z-index: 1050;
    width: 100%;
    bottom: 0;
    height: 64px;
    background-color: #fff;
    padding: 0 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
      height: 36px;
      outline: none;
      background-color: #4a90e2;
      padding: 0;
      border-radius: 3px;
      font-size: 13px;
      text-transform: capitalize;
      color: #fff;
      font-family: "Open Sans", sans-serif;
      margin-right: 24px;
      padding: 9px 24px; }
      .sidescreen-footer .save-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); }
        .sidescreen-footer .save-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); }
      .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;
      outline: none !important; }
      .sidescreen-footer .cancel-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); }
        .sidescreen-footer .cancel-btn:hover:focus {
          -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
      .sidescreen-footer .cancel-btn:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
