html, body {
  padding: 0;
  margin: 0;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  background: #F9F9F9
}

body {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  overflow-x: hidden
}

img.img-responsive {
  width: 100%
}

h1 {
  font-family: 'WorkSans-SemiBold';
  font-size: 28px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h1.regular {
  font-family: 'WorkSans-Regular';
  font-size: 28px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h1.light {
  font-family: 'WorkSans-Light';
  font-size: 28px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

@media (max-width: 1200px) {
  h1 {
    font-family: 'WorkSans-SemiBold';
    font-size: 24px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h1.regular {
    font-family: 'WorkSans-Regular';
    font-size: 24px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h1.light {
    font-family: 'WorkSans-Light';
    font-size: 24px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 992px) {
  h1 {
    font-family: 'WorkSans-SemiBold';
    font-size: 22px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h1.regular {
    font-family: 'WorkSans-Regular';
    font-size: 22px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h1.light {
    font-family: 'WorkSans-Light';
    font-size: 22px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 768px) {
  h1 {
    font-family: 'WorkSans-SemiBold';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.3px
  }

  h1.regular {
    font-family: 'WorkSans-Regular';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.3px
  }

  h1.light {
    font-family: 'WorkSans-Light';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.3px
  }
}

h2 {
  font-family: 'WorkSans-SemiBold';
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h2.regular {
  font-family: 'WorkSans-Regular';
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h2.light {
  font-family: 'WorkSans-Light';
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h2.condensed {
  font-family: 'WorkSans-Bold';
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h2.condensed-semibold {
  font-family: 'WorkSans-Medium';
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

@media (max-width: 1200px) {
  h2 {
    font-family: 'WorkSans-SemiBold';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.regular {
    font-family: 'WorkSans-Regular';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.light {
    font-family: 'WorkSans-Light';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.condensed {
    font-family: 'WorkSans-Bold';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 992px) {
  h2 {
    font-family: 'WorkSans-SemiBold';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.regular {
    font-family: 'WorkSans-Regular';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.light {
    font-family: 'WorkSans-Light';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.condensed {
    font-family: 'WorkSans-Bold';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 768px) {
  h2 {
    font-family: 'WorkSans-SemiBold';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.regular {
    font-family: 'WorkSans-Regular';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.light {
    font-family: 'WorkSans-Light';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.condensed {
    font-family: 'WorkSans-Bold';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h2.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

h3 {
  font-family: 'WorkSans-Medium';
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h3.regular {
  font-family: 'WorkSans-Regular';
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h3.condensed {
  font-family: 'WorkSans-SemiBold';
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h3.condensed-semibold {
  font-family: 'WorkSans-Medium';
  font-size: 20px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

@media (max-width: 1200px) {
  h3 {
    font-family: 'WorkSans-Medium';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h3.regular {
    font-family: 'WorkSans-Regular';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h3.condensed {
    font-family: 'WorkSans-SemiBold';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h3.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 992px) {
  h3 {
    font-family: 'WorkSans-Medium';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h3.regular {
    font-family: 'WorkSans-Regular';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h3.condensed {
    font-family: 'WorkSans-SemiBold';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h3.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 768px) {
  h3 {
    font-family: 'WorkSans-Medium';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.2px
  }

  h3.regular {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.2px
  }

  h3.condensed {
    font-family: 'WorkSans-SemiBold';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.2px
  }

  h3.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.2px
  }
}

h4 {
  font-family: 'WorkSans-Medium';
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: -.4px
}

h4.regular {
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: -.4px
}

h4.light {
  font-family: 'WorkSans-Light';
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: -.4px
}

h4.condensed {
  font-family: 'WorkSans-Bold';
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

h4.condensed-semibold {
  font-family: 'WorkSans-Medium';
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: -.5px
}

@media (max-width: 1200px) {
  h4 {
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.regular {
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.light {
    font-family: 'WorkSans-Light';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.condensed {
    font-family: 'WorkSans-Bold';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h4.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 992px) {
  h4 {
    font-family: 'WorkSans-Medium';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.regular {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.light {
    font-family: 'WorkSans-Light';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.condensed {
    font-family: 'WorkSans-Bold';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h4.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

@media (max-width: 768px) {
  h4 {
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.regular {
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.light {
    font-family: 'WorkSans-Light';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  h4.condensed {
    font-family: 'WorkSans-Bold';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }

  h4.condensed-semibold {
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -.5px
  }
}

h5 {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 0
}

@media (max-width: 1200px) {
  h5 {
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0
  }
}

@media (max-width: 992px) {
  h5 {
    font-family: 'WorkSans-Medium';
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0
  }
}

@media (max-width: 768px) {
  h5 {
    font-family: 'WorkSans-Medium';
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0
  }
}

h6 {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 0
}

h6.grey {
  color: #9b9b9b
}

@media (max-width: 1200px) {
  h6 {
    font-family: 'WorkSans-Medium';
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0
  }
}

@media (max-width: 992px) {
  h6 {
    font-family: 'WorkSans-Medium';
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0
  }
}

@media (max-width: 768px) {
  h6 {
    font-family: 'WorkSans-Medium';
    font-size: 10px;
    color: #4a4a4a;
    letter-spacing: 0
  }
}

p {
  font-family: 'WorkSans-Regular';
  font-size: 16px;
  color: #4a4a4a
}

p.light {
  font-family: 'WorkSans-Light';
  font-size: 16px;
  color: #9b9b9b
}

p.bold {
  font-family: 'WorkSans-SemiBold';
  font-size: 16px;
  color: #9b9b9b
}

p.semi-bold {
  font-family: 'WorkSans-Medium' !important;
  font-size: 16px !important;
  color: #4a4a4a;
  letter-spacing: -.4px
}

p.small {
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  color: #4a4a4a
}

p.small-light {
  font-family: 'WorkSans-Light';
  font-size: 14px;
  color: #9b9b9b;
  letter-spacing: 0
}

p.small-semi-bold {
  font-family: 'WorkSans-Medium';
  font-size: 14px
}

p.ss {
  font-family: 'WorkSans-Medium';
  font-size: 12px;
  letter-spacing: .3px
}

p.sss {
  font-family: 'WorkSans-Medium';
  font-size: 10px
}

@media (max-width: 1200px) {
  p {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #4a4a4a
  }

  p.light {
    font-family: 'WorkSans-Light';
    font-size: 16px;
    color: #9b9b9b
  }

  p.bold {
    font-family: 'WorkSans-SemiBold';
    font-size: 16px;
    color: #9b9b9b
  }

  p.semi-bold {
    font-family: 'WorkSans-Medium' !important;
    font-size: 16px !important;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  p.small {
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    color: #4a4a4a
  }

  p.small-light {
    font-family: 'WorkSans-Light';
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 0
  }
}

@media (max-width: 992px) {
  p {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #4a4a4a
  }

  p.light {
    font-family: 'WorkSans-Light';
    font-size: 16px;
    color: #9b9b9b
  }

  p.bold {
    font-family: 'WorkSans-SemiBold';
    font-size: 16px;
    color: #9b9b9b
  }

  p.semi-bold {
    font-family: 'WorkSans-Medium' !important;
    font-size: 16px !important;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  p.small {
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    color: #4a4a4a
  }

  p.small-light {
    font-family: 'WorkSans-Light';
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 0
  }
}

@media (max-width: 768px) {
  p {
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    color: #4a4a4a
  }

  p.light {
    font-family: 'WorkSans-Light';
    font-size: 14px;
    color: #9b9b9b
  }

  p.bold {
    font-family: 'WorkSans-SemiBold';
    font-size: 14px;
    color: #9b9b9b
  }

  p.semi-bold {
    font-family: 'WorkSans-Medium' !important;
    font-size: 14px !important;
    color: #4a4a4a;
    letter-spacing: -.4px
  }

  p.small {
    font-family: 'WorkSans-Regular';
    font-size: 14px;
    color: #4a4a4a
  }

  p.small-light {
    font-family: 'WorkSans-Light';
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: 0
  }
}

.breadcrumb-nav span a {
  font-family: "WorkSans-Regular";
  font-size: 13px;
  margin-bottom: 5px;
  color: #ababab
}

.breadcrumb-nav span {
  font-family: "WorkSans-Regular";
  font-size: 13px;
  margin-bottom: 5px;
  color: #ababab
}

button {
  cursor: pointer
}

button.main-button {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  background-color: #4a4a4a;
  min-width: 150px;
  height: 35px;
  color: #fff;
  border: 0;
  border-radius: 3px
}

button.main-button:hover {
  background-color: #000
}

button.secondary-button {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  background-color: #E5E5E5;
  min-width: 150px;
  height: 35px;
  color: #4a4a4a;
  border: 0;
  border-radius: 3px
}

button.secondary-button:hover {
  background-color: #4A4A4A;
  color: #fff
}

button.disabled-button {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  background-color: #E5E5E5;
  min-width: 150px;
  height: 35px;
  color: #9B9B9B;
  border: 0;
  border-radius: 3px;
  cursor: auto
}

button.disabled-button:hover {
  background-color: #E5E5E5;
  color: #9B9B9B
}

button.loading-button {
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  background-color: #E5E5E5;
  min-width: 150px;
  height: 35px;
  border: 0;
  border-radius: 3px;
  cursor: auto
}

button.loading-button:hover {
  background-color: #E5E5E5
}

button.small-button {
  font-family: 'WorkSans-Medium';
  font-size: 13px;
  background-color: #4a4a4a;
  min-width: 150px;
  height: 20px;
  color: #fff;
  border: 0;
  border-radius: 3px
}

button.small-button:hover {
  background-color: #000
}

button.secondary-small-button {
  font-family: 'WorkSans-Medium';
  font-size: 13px;
  background-color: #E5E5E5;
  min-width: 150px;
  height: 20px;
  color: #4a4a4a;
  border: 0;
  border-radius: 3px
}

button.secondary-small-button:hover {
  background-color: #4A4A4A;
  color: #fff
}

button.disabled-small-button {
  font-family: 'WorkSans-Medium';
  font-size: 13px;
  background-color: #E5E5E5;
  min-width: 150px;
  height: 20px;
  color: #9B9B9B;
  border: 0;
  border-radius: 3px;
  cursor: auto
}

button.disabled-small-button:hover {
  background-color: #E5E5E5;
  color: #9B9B9B
}

button.loading-small-button {
  font-family: 'WorkSans-Medium';
  font-size: 13px;
  background-color: #E5E5E5;
  min-width: 150px;
  height: 20px;
  border: 0;
  border-radius: 3px;
  cursor: auto;
  line-height: 0
}

button.loading-small-button img {
  height: 18px
}

button.loading-small-button:hover {
  background-color: #E5E5E5
}

button.archify-button-x-large {
  min-width: 160px;
  height: 50px;
  font-family: WorkSans-SemiBold;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.2px;
  text-align: center;
  color: #fff;
  background-color: #0039ff;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  outline: 0
}

button.archify-button-x-large:hover {
  background-color: #0d3c5a
}

button.archify-button-large {
  min-width: 160px;
  height: 40px;
  font-family: WorkSans-Medium;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.1px;
  text-align: center;
  color: #fff;
  background-color: #4a4a4a;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  outline: 0
}

button.archify-button-large.loading {
  background-color: #f9f9f9;
  cursor: auto
}

button.archify-button-large.secondary {
  background-color: #e5e5e5;
  color: #4a4a4a
}

button.archify-button-large.secondary:hover {
  background-color: #4a4a4a;
  color: #fff
}

button.archify-button-large.secondary.loading {
  background-color: #f9f9f9;
  cursor: auto
}

button.archify-button-large.nude {
  background-color: transparent;
  color: #4a4a4a
}

button.archify-button-large.nude:hover {
  background-color: #f9f9f9
}

button.archify-button-large.disabled {
  background-color: #f9f9f9;
  color: #ababab;
  cursor: auto
}

button.archify-button-large.disabled.nude {
  background-color: transparent;
  color: #e5e5e5;
  cursor: auto
}

button.archify-social-button {
  position: relative;
  min-width: 160px;
  height: 40px;
  font-family: WorkSans-Medium;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.1px;
  text-align: center;
  color: #fff;
  background-color: #4a4a4a;
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 15px;
  border: 0;
  outline: 0;
  text-align: center
}

button.archify-social-button img {
  position: absolute;
  left: 15px
}

button.archify-social-button.facebook {
  background-color: #0039ff
}

button.archify-social-button.facebook:hover {
  background-color: #0d3c5a
}

button.archify-social-button.google {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #4a4a4a
}

button.archify-social-button.google:hover {
  background-color: #f9f9f9
}

button.archify-social-button.thinkific {
  background-color: #020047
}

button.archify-social-button.thinkific:hover {
  background-color: #020047
}

button.archify-button-medium {
  min-width: 160px;
  height: 30px;
  font-family: WorkSans-Medium;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.1px;
  text-align: center;
  color: #fff;
  background-color: #4a4a4a;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  outline: 0
}

button.archify-button-medium img {
  width: 20px
}

button.archify-button-medium.loading {
  background-color: #f9f9f9;
  cursor: auto
}

button.archify-button-medium.secondary {
  background-color: #e5e5e5;
  color: #4a4a4a
}

button.archify-button-medium.secondary:hover {
  background-color: #4a4a4a;
  color: #fff
}

button.archify-button-medium.secondary.loading {
  background-color: #f9f9f9;
  cursor: auto
}

button.archify-button-medium.nude {
  background-color: transparent;
  color: #4a4a4a
}

button.archify-button-medium.nude:hover {
  background-color: #f9f9f9
}

button.archify-button-medium.disabled {
  background-color: #f9f9f9;
  color: #ababab;
  cursor: auto
}

button.archify-button-medium.disabled.nude {
  background-color: transparent;
  color: #e5e5e5;
  cursor: auto
}

button.archify-button-small {
  min-width: 160px;
  height: 25px;
  font-family: WorkSans-Medium;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: -.09px;
  text-align: center;
  color: #fff;
  background-color: #4a4a4a;
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  outline: 0
}

button.archify-button-small img {
  width: 20px
}

button.archify-button-small.loading {
  background-color: #f9f9f9;
  cursor: auto
}

button.archify-button-small.secondary {
  background-color: #e5e5e5;
  color: #4a4a4a
}

button.archify-button-small.secondary:hover {
  background-color: #4a4a4a;
  color: #fff
}

button.archify-button-small.secondary.loading {
  background-color: #f9f9f9;
  cursor: auto
}

button.archify-button-small.nude {
  background-color: transparent;
  color: #4a4a4a
}

button.archify-button-small.nude:hover {
  background-color: #f9f9f9
}

button.archify-button-small.disabled {
  background-color: #f9f9f9;
  color: #ababab;
  cursor: auto
}

button.archify-button-small.disabled.nude {
  background-color: transparent;
  color: #e5e5e5;
  cursor: auto
}

.hint-icon:hover+.hint-data {
  display: block
}

.hint-icon {
  display: inline-block;
  cursor: pointer
}

.hint-data {
  display: none;
  position: absolute;
  border: 1px solid #eee;
  padding: 15px;
  top: -33px;
  background: #fff;
  left: 100px;
  z-index: 3
}

.tooltip-hint-black:hover .tooltip-hint-data-black {
  display: block
}

.tooltip-hint-black {
  display: inline-block;
  cursor: pointer;
  position: relative;
  bottom: 1px
}

.tooltip-hint-data-black {
  display: none;
  position: absolute;
  border: 1px solid #4a4a4a;
  padding: 10px;
  top: -90px;
  background: #4a4a4a;
  left: -8px;
  color: #fff;
  z-index: 9999;
  line-height: 20px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  width: 300px;
  font-family: WorkSans-Medium;
  font-size: 14px;
  padding: 20px
}

.tooltip-hint-data-black.arrow-bottom:after {
  content: " ";
  position: absolute;
  left: 5px;
  bottom: -7px;
  border-top: 10px solid #4a4a4a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none
}

.tooltip-hint-data-black.center.arrow-bottom:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%)
}

#pageloader_new {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999999999;
  top: 0
}

#pageloader_new img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%
}

#pageloader_new .bluprin-loader-new {
  left: 50%;
  top: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 16px;
  background: url(/live/oe_/https://www.archify.com/assets/img/bluprin-loading-black.gif) left center;
  background-repeat: no-repeat
}

@keyframes play {
  100% {
    background-position: -14400px
  }
}

.archify-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px
}

.archify-switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.archify-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s
}

.archify-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s
}

.archify-switch input:checked+.slider {
  background-color: #4a4a4a
}

.archify-switch input:focus+.slider {
  box-shadow: 0 0 1px #4a4a4a
}

.archify-switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px)
}

.archify-switch .slider.round {
  border-radius: 34px
}

.archify-switch .slider.round:before {
  border-radius: 50%
}

.archify-switch.with-label {
  width: 90px
}

.archify-switch.with-label .slider {
  width: 60px;
  right: 0;
  float: right;
  left: auto
}

.archify-switch.with-label h5 {
  position: relative;
  float: left;
  top: 10px
}

.archify-switch.with-label .label-wrapper {
  position: relative;
  width: 100%;
  float: left;
  height: 34px
}

.archify-switch.with-label input:checked+.label-wrapper .slider {
  background-color: #4a4a4a
}

.archify-switch.with-label input:focus+.label-wrapper .slider {
  box-shadow: 0 0 1px #4a4a4a
}

.archify-switch.with-label input:checked+.label-wrapper .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px)
}

.archify-switch.with-label .label-wrapper .on-label {
  display: none
}

.archify-switch.with-label .label-wrapper .off-label {
  display: block
}

.archify-switch.with-label input:checked+.label-wrapper .on-label {
  display: block
}

.archify-switch.with-label input:checked+.label-wrapper .off-label {
  display: none
}

.archify-radio-button {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 25px;
  float: right
}

.archify-radio-button input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.archify-radio-button .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e5e5e5
}

.archify-radio-button:hover input~.checkmark {
  background-color: #fff
}

.archify-radio-button input:checked~.checkmark {
  background-color: #fff
}

.archify-radio-button .checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.archify-radio-button input:checked~.checkmark:after {
  display: block
}

.archify-radio-button .checkmark:after {
  top: 4px;
  left: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4a4a4a
}

.space-header {
  height: 120px
}

@media (min-width: 769px)and (max-width: 992px) {
  .space-header {
    height: 50px
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .space-header {
    height: 50px
  }
}

@media (max-width: 577px) {
  .space-header {
    height: 50px
  }
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px
}

@media (min-width: 1201px) {
  .container {
    max-width: 1280px !important;
    width: calc(100% - 120px) !important;
    padding: 0 !important
  }
}

@media (min-width: 992px)and (max-width: 1201px) {
  .container {
    width: 940px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
  }

  .container.full {
    width: 100%
  }

  .container.full .cd-logo {
    left: 10px
  }

  .container.full .cd-secondary-nav {
    padding-right: 10px
  }
}

@media (min-width: 769px)and (max-width: 992px) {
  .container {
    width: 900px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
  }

  .container.full {
    width: 100%
  }

  .container.full .cd-logo {
    left: 10px
  }

  .container.full .cd-secondary-nav {
    padding-right: 10px
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0
  }
}

@media (max-width: 577px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #03263d
}

.cd-primary-nav-trigger .cd-menu-text {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: none
}

.cd-primary-nav-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  transition: background-color .3s
}

.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #9B9B9B;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0;
  transition: transform .3s, top .3s, background-color 0
}

.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -3px
}

.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 4px
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0)
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #9B9B9B
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg)
}

@media only screen and (min-width: 993px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block
  }

  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
  }
}

.cd-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(2, 23, 37, 0.96);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .4s;
  opacity: 0
}

.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize
}

.cd-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: .25em;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  transition: background .2s
}

.no-touch .cd-primary-nav a:hover {
  background-color: #e36767
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  margin: 2.4em 0 .8em
}

.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em
}

.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url(/live/oe_/https://www.archify.com/assets/img/cd-socials.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap
}

.cd-primary-nav .cd-facebook a {
  background-position: 0 0
}

.cd-primary-nav .cd-instagram a {
  background-position: -44px 0
}

.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0
}

.cd-primary-nav .cd-twitter a {
  background-position: -132px 0
}

.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

@media only screen and (min-width: 992px) {
  .cd-primary-nav {
    padding: 80px 0
  }
}

@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem
  }

  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem
  }
}

.show {
  display: block !important
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.body-page {
  position: relative;
  float: left;
  width: 100%;
  min-height: calc(100vh - 370px);
  margin-top: 120px;
  padding-top: 20px;
  padding-bottom: 20px
}

@media (max-width: 992px) {
  .body-page {
    margin-top: 50px;
    min-height: 300px
  }
}

.green {
  color: #719B46 !important
}

.blue {
  color: #286ba3 !important
}

.grey {
  color: #9b9b9b !important
}

.white {
  color: #fff !important
}

.black {
  color: #4a4a4a !important
}

.uppercase {
  text-transform: uppercase
}

.bluprin-button-green {
  font-family: WorkSans-Medium;
  font-size: 14px;
  position: relative;
  min-width: 200px;
  background-color: #719B46;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: none
}

.bluprin-button-green:hover {
  background-color: #7dbd60
}

.bluprin-button-blue {
  font-family: WorkSans-Medium;
  font-size: 14px;
  position: relative;
  min-width: 200px;
  background-color: #286ba3;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: none
}

.bluprin-button-blue:hover {
  background-color: #0039ff
}

.bluprin-button-yellow {
  font-family: WorkSans-Medium;
  font-size: 14px;
  position: relative;
  min-width: 200px;
  background-color: #fccf00;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
  border: none
}

.bluprin-button-yellow:hover {
  background-color: #fccf00
}

.bluprin-button-green.reverse {
  background-color: #fff;
  color: #719B46;
  border: 1px solid #e5e5e5
}

.bluprin-button-blue.reverse {
  background-color: #fff;
  color: #286ba3;
  border: 1px solid #286ba3
}

.bluprin-button-yellow.reverse {
  background-color: #fff;
  color: #fccf00;
  border: 1px solid #fccf00
}

button.bluprin-button-black {
  font-family: WorkSans-Medium;
  font-size: 14px;
  position: relative;
  background-color: #4a4a4a;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  outline: 0
}

button.bluprin-button-black.small {
  padding-top: 3px;
  padding-bottom: 3px
}

button.bluprin-button-black.selected {
  background-color: #f9f9f9;
  color: #ababab
}

button.bluprin-button-black.disabled {
  background-color: #e5e5e5;
  color: #fff;
  cursor: auto
}

.bluprin-input input {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.25;
  color: red;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 5px;
  padding-bottom: 6px;
  height: 34px;
  padding-left: 15px;
  padding-right: 15px
}

.bluprin-input input:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #0039ff;
  outline: 0;
  outline: none !important;
  border: 1px solid #0039ff
}

.bluprin-input input::placeholder {
  opacity: 1;
  font-family: WorkSans-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ababab
}

.bluprin-input input:-ms-input-placeholder {
  font-family: WorkSans-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ababab
}

.bluprin-input input::-ms-input-placeholder {
  font-family: WorkSans-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ababab
}

.bluprin-input textarea {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-family: 'WorkSans-Regular';
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 5px;
  padding-bottom: 6px;
  height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  resize: none
}

.bluprin-input textarea:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #0039ff;
  outline: 0;
  outline: none !important;
  border: 1px solid #0039ff
}

.bluprin-input textarea::placeholder {
  opacity: 1;
  font-family: WorkSans-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ababab
}

.bluprin-input textarea:-ms-input-placeholder {
  font-family: WorkSans-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ababab
}

.bluprin-input textarea::-ms-input-placeholder {
  font-family: WorkSans-Regular;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ababab
}

.bluprin-input p.error-message {
  color: #FF4747;
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 14px
}

.bluprin-input .select-drop-down-wrapper {
  position: relative
}

.bluprin-input .select-drop-down-wrapper p.text-loading {
  position: absolute;
  color: #4a4a4a
}

.bluprin-input .select-drop-down-wrapper select {
  display: none
}

.bluprin-input .select-drop-down-wrapper .select2-container {
  height: 34px
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  height: 34px;
  background-color: #fff;
  border-radius: 3px
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 33px
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ababab transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.bluprin-input .select-drop-down-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ababab;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.bluprin-input .select-drop-down-wrapper .select2-results__option {
  padding-left: 10px !important
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  height: 30px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-family: 'WorkSans-Medium';
  padding-left: 5px;
  padding-right: 5px;
  color: #4a4a4a
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: #ababab
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: #ababab
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #ababab
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 5px
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 0
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ababab;
  border-radius: 0
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-selection--single {
  outline: 0
}

.bluprin-input .select-drop-down-wrapper .select2-search--dropdown {
  padding: 5px !important;
  border-bottom: 0 solid #e5e5e5
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e5e5e5 !important;
  border-radius: 3px !important
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f9f9f9 !important;
  color: #4a4a4a !important
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-results__option[aria-selected=true] {
  font-family: 'WorkSans-SemiBold' !important;
  font-size: 14px;
  background-color: #fff !important
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-results__option[aria-selected=true]:hover {
  background-color: #f9f9f9 !important
}

.bluprin-input .select-drop-down-wrapper .select2-container--open .select2-dropdown--below {
  border-color: #e5e5e5 !important;
  border-radius: 3px !important
}

.bluprin-input .select-drop-down-wrapper .select2-container--open .select2-dropdown--above {
  border-color: #e5e5e5 !important;
  border-radius: 3px !important
}

.bluprin-input .select-drop-down-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px
}

.select2-search--dropdown {
  padding: 8px !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 27px !important;
  padding: 0 !important;
  outline: 0 !important;
  border: 0 !important;
  border-radius: 2px !important;
  background-color: #f9f9f9 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-family: WorkSans-Regular !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.43 !important;
  letter-spacing: normal !important;
  color: #4a4a4a !important;
  background-image: url(/live/oe_/https://www.archify.com/assets/img/svg/02-icon-01-general-search.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 5px bottom !important;
  background-position-y: center !important
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  opacity: 1;
  font-family: WorkSans-Regular !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.43 !important;
  letter-spacing: normal !important;
  color: #ababab !important
}

.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  font-family: WorkSans-Regular !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.43 !important;
  letter-spacing: normal !important;
  color: #ababab !important
}

.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  font-family: WorkSans-Regular !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.43 !important;
  letter-spacing: normal !important;
  color: #ababab !important
}

.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px !important
}

.select2-results__option {
  font-family: WorkSans-Regular !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 16px !important;
  letter-spacing: normal !important;
  color: #4a4a4a !important;
  padding: 0 !important;
  min-height: 28px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative !important;
  float: left !important;
  width: 100% !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important
}

.select2-results__option p {
  font-family: WorkSans-Regular !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 16px !important;
  letter-spacing: normal !important
}

.select2-results__option .img-flag {
  margin-bottom: 0 !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f9f9f9 !important;
  color: #4a4a4a !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff !important;
  font-family: WorkSans-SemiBold !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 16px !important;
  letter-spacing: normal !important;
  color: #4a4a4a !important
}

.select2-selection__rendered .img-flag {
  margin-bottom: 0 !important
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 5px !important
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #e5e5e5 !important
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #ababab !important
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ababab !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px !important
}

.select2-container .select2-selection--single {
  height: 34px !important;
  border-radius: 2px !important;
  border: 1px solid #e5e5e5 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ababab transparent transparent !important;
  border-style: solid !important;
  border-width: 5px 4px 0 !important;
  height: 0 !important;
  left: 50% !important;
  margin-left: -4px !important;
  margin-top: -2px !important;
  position: absolute !important;
  top: 44% !important;
  width: 0 !important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ababab !important;
  border-width: 0 4px 5px !important
}

.bluprin-input.select-multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  padding: 0
}

.bluprin-input.select-multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block
}

.bluprin-input.select-multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered li input {
  line-height: 10px;
  height: 35px;
  margin: 0;
  margin-left: 5px
}

.bluprin-input.select-multiple .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  padding: 10px;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
  min-height: 0;
  line-height: 27px;
  margin-right: 0;
  top: 3px;
  position: relative;
  padding-right: 10px;
  margin-left: 0;
  margin-right: 5px;
  border-radius: 500px;
  border: 0;
  margin: 1px 10px 5px 5px
}

.bluprin-input.select-multiple .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e5e5e5
}

.bluprin-input.select-multiple .select2-container--default .select2-selection--multiple {
  border: 1px solid #e5e5e5
}

.bluprin-input.select-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 6px
}

.gj-datepicker [role=right-icon] {
  display: none
}

.custom-radio {
  position: relative;
  float: left
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ababab
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  color: #286ba3;
  background-color: #286ba3;
  border: 3px solid #ddd;
  outline: 0;
  background-image: none
}

.custom-radio .custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #0275d8;
  box-shadow: 0 0 0 0 #fff, 0 0 0 0 #0275d8
}

.custom-radio .custom-control-description {
  font-family: WorkSans-Regular;
  font-size: 14px
}

.squaredThree {
  position: relative
}

.squaredThree span {
  padding-left: 25px;
  display: block
}

.squaredThree label {
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, .4);
  box-shadow: none;
  border: 1px solid #e5e5e5;
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(top, #fff 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0)
}

.squaredThree label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid #4a4a4a;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.squaredThree label:hover::after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  filter: alpha(opacity=30);
  opacity: .3
}

.squaredThree input[type=checkbox]:checked+label:after {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1
}

.squaredThree span {
  font-family: 'WorkSans-Regular' !important;
  font-size: 14px !important;
  font-weight: 400 !important
}

.squaredThree input[type=checkbox] {
  visibility: hidden
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

#myAffixHome {
  z-index: 1000;
  float: left;
  height: 70px;
  -webkit-transition: background-color .5s;
  -moz-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
  z-index: 9999;
  height: 70px
}

#myAffixHome header {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 99
}

#myAffixHome .container.full {
  max-width: 100% !important
}

#myAffixHome .container.full .cd-logo {
  left: 10px
}

#myAffixHome .cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(2, 23, 37, 0.95);
  height: 50px;
  width: 100%;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 70px;
  background: transparent;
  box-shadow: none
}

#myAffixHome .cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#myAffixHome .cd-logo img {
  display: block
}

#myAffixHome img.img-logo {
  width: 110px
}

#myAffixHome .sb-search {
  position: relative;
  width: 0;
  min-width: 50px;
  height: 50px
}

#myAffixHome #search-box-affix {
  position: absolute;
  left: 135px;
  top: 17px;
  margin-top: 0;
  display: block;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important
}

#myAffixHome button.formbutton, #myAffixHome .sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer
}

#myAffixHome button.formbutton {
  color: #333;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 90;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 0;
  height: 50px
}

#myAffixHome button.formbutton, #myAffixHome .sb-search-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer
}

#myAffixHome button.formbutton, #myAffixHome .sb-search-submit {
  background-color: #fff !important;
  height: 35px !important;
  border: 0
}

#myAffixHome #submitBoxMenu {
  opacity: .5
}

#myAffixHome .sb-search .sb-search-input {
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  outline: none;
  background: #FFF;
  border: 1px solid #e5e5e5;
  width: calc(100% - 40px);
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 0 3px 0 0;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 0;
  -webkit-appearance: none;
  border: 0;
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  outline: none;
  background: #FFF;
  border: 1px solid #e5e5e5;
  width: calc(100% - 40px);
  height: 40px;
  margin: 0;
  z-index: 10;
  padding: 0 3px 0 0;
  font-family: inherit;
  font-size: 16px;
  color: #333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 0;
  -webkit-appearance: none;
  border: 0;
  padding: 0 3px 0 0 !important;
  background-color: #fff !important;
  height: 35px !important;
  font-size: 14px !important;
  padding-left: 8px !important;
  padding-top: 1px !important
}

#myAffixHome #search-box-affix .top-arrow-suggest {
  position: absolute;
  top: 52px;
  left: 55px;
  transform: rotate(90deg)
}

#myAffixHome #search-box-affix ul.suggest {
  background: #fff;
  border: 1px solid #F9F9F9;
  padding: 10px 18px;
  margin: -1px;
  display: none;
  width: calc(100% + 2px)
}

#myAffixHome #search-box-affix>ul {
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important
}

#myAffixHome #search-box-affix>ul>li {
  cursor: auto;
  position: relative;
  float: left;
  width: 100%;
  padding: 0
}

#myAffixHome #search-box-affix>ul>li .list {
  position: relative;
  float: left;
  width: calc(100% + 60px);
  left: -30px;
  height: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2px;
  text-transform: capitalize
}

#myAffixHome #search-box-affix>ul>li .list:hover {
  background-color: #f9f9f9
}

#myAffixHome #search-box-affix>ul>li .list.last {
  margin-bottom: 10px
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper {
  position: relative;
  float: left;
  width: calc(100% + 10px);
  margin-top: 0
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  left: 0;
  width: calc(100% / 8 - 10px);
  height: 0;
  padding-bottom: calc(100% / 8 - 10px)
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo span.text-search {
  position: relative;
  float: left;
  border-radius: 3px;
  background-color: #f9f9f9;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo span.text-search img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

#myAffixHome #search-box-affix>ul>li p.title {
  position: relative;
  float: left;
  font-family: WorkSans-Medium;
  letter-spacing: -.3px;
  font-size: 18px;
  width: 50%;
  margin-bottom: 10px
}

#myAffixHome #search-box-affix>ul>li a.link-view p {
  position: relative;
  float: right;
  font-family: WorkSans-Medium;
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
  top: 7px;
  max-width: 50%;
  text-decoration: underline
}

#myAffixHome #search-box-affix>ul>li .border-line {
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px
}

#myAffixHome #search-box-affix>ul>li:last-child .border-line {
  display: none
}

#myAffixHome #myAffixHome #search-box-affix>ul>li>div>span>span {
  font-family: WorkSans-Medium !important
}

#myAffixHome #search-box-affix>ul>li.clean {
  background-color: #fff
}

#myAffixHome #search-box-affix>ul>li.selected.clean {
  background-color: #fff
}

#myAffixHome #search-box-affix>ul .border-search-box {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5
}

#myAffixHome #search-box-affix>ul>li .text-search {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  float: left;
  margin-right: 6px;
  width: 100%
}

#myAffixHome #search-box-affix.long {
  width: calc(100% - 140px) !important
}

#myAffixHome #search-box-affix {
  position: absolute;
  left: 135px;
  top: 17px;
  margin-top: 0
}

#myAffixHome #search-box-affix {
  position: absolute;
  left: 135px;
  top: 17px;
  margin-top: 0
}

#myAffixHome #myAffixHome #search-box-affix ul.suggest {
  background: #fff;
  border: 1px solid #F9F9F9;
  padding: 0;
  margin-top: 40px;
  display: none;
  width: calc(100% - 30px);
  position: relative;
  float: left;
  top: -2px;
  left: 1px;
  max-height: calc(100vh - 105px);
  overflow-x: hidden;
  overflow-y: auto;
  width: 570px;
  padding: 30px;
  padding-bottom: 30px
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar {
  width: 10px
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar-track {
  background: #f1f1f1
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar-thumb {
  background: #888
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar-thumb:hover {
  background: #555
}

#myAffixHome #search-box-affix {
  display: block;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important
}

#myAffixHome #search-box-affix.expanded {
  display: block;
  width: calc(100% - 40px) !important;
  left: 0;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
  z-index: 1;
  background-color: #fff;
  max-width: 1160px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%)
}

#myAffixHome #search-box-affix button.formbutton.close-button {
  right: 0;
  left: auto;
  display: none
}

#myAffixHome #search-box-affix.expanded button.formbutton.close-button {
  display: block
}

#myAffixHome .cd-secondary-nav {
  display: block;
  padding-right: 10px
}

#myAffixHome .cd-primary-nav-trigger-search {
  position: absolute;
  right: 50px;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #FFF;
  border-left: 1px solid #E5E5E5;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  display: block;
  height: 100%
}

#myAffixHome .cd-primary-nav-trigger-search.new {
  right: 0;
  border: 0;
  display: none
}

#myAffixHome .cd-primary-nav-trigger-search.new img {
  opacity: .5
}

#myAffixHome .cd-primary-nav-trigger {
  display: none;
  height: 100%;
  background-color: #FFF;
  border-left: 1px solid #E5E5E5
}

#myAffixHome .myMenuMobile {
  display: none
}

#myAffixHome #search-box-affix button#closeBoxMenuMobile.formbutton.close-button {
  display: none
}

#myAffixHome button.formbutton, #myAffixHome .sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer
}

#myAffixHome button.formbutton {
  color: #333;
  background: #fff;
  border: 1px solid #e5e5e5;
  z-index: 90;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right: 0;
  height: 50px
}

#myAffixHome button.formbutton, #myAffixHome .sb-search-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer
}

#myAffixHome button.formbutton, #myAffixHome .sb-search-submit {
  background-color: #fff !important;
  height: 35px !important;
  border: 0
}

#myAffixHome #search-box-affix button.formbutton.close-button {
  right: 0;
  left: auto;
  display: none
}

#myAffixHome #search-box-affix button#closeBoxMenuMobile.formbutton.close-button {
  display: none
}

#myAffixHome nav {
  position: relative;
  float: right;
  top: 8px;
  z-index: 10;
  right: 10px
}

#myAffixHome .cd-secondary-nav {
  min-width: 450px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  display: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  display: none;
  display: block;
  padding-right: 10px;
  min-width: 0;
  position: relative;
  float: left;
  padding-left: 0;
  background-color: #fff;
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  padding-right: 0
}

#myAffixHome .cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  display: none
}

#myAffixHome .cd-secondary-nav li {
  display: inline-block;
  margin-left: 0
}

#myAffixHome .cd-secondary-nav li:last-child {
  margin-right: 0 !important
}

#myAffixHome .cd-secondary-nav li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'WorkSans-Medium';
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: normal
}

#myAffixHome .cd-secondary-nav li a.black-button {
  position: relative;
  width: auto;
  height: auto;
  background-color: #4a4a4a;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 3px;
  color: #fff !important
}

#myAffixHome .cd-secondary-nav li a.black-button:hover {
  color: #fff !important
}

#myAffixHome .cd-secondary-nav li {
  position: relative;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
  margin-left: 0
}

#myAffixHome .cd-secondary-nav a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700
}

#myAffixHome .cd-secondary-nav li a.green-button {
  position: relative;
  width: auto;
  height: auto;
  background-color: #719B46;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 3px;
  color: #fff !important
}

#myAffixHome .cd-secondary-nav li a.green-button:hover {
  color: #fff !important
}

#myAffixHome .cd-secondary-nav li:hover a.green-button {
  color: #fff !important
}

#myAffixHome .cd-secondary-nav li.border {
  border-right: 1px solid #fff;
  height: 30px;
  top: 12px;
  border-right: 1px solid #e5e5e5
}

#myAffixHome>div>header>nav>ul>li.user {
  margin-left: 0;
  width: 30px
}

#myAffixHome .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

#myAffixHome .navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

#myAffixHome ul.navbar-nav {
  font-family: 'WorkSans-Medium'
}

#myAffixHome>div>header>nav>ul>li>ul.user-detail {
  margin-left: 0 !important;
  position: relative;
  top: 8px
}

#myAffixHome nav {
  position: relative;
  float: right;
  top: 8px;
  z-index: 10;
  right: 10px
}

#myAffixHome nav .cd-secondary-nav {
  min-width: 0;
  position: relative;
  float: left;
  padding-left: 0;
  background-color: #fff;
  top: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  padding-right: 0;
  display: block;
  right: 0
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li {
  position: relative
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>a {
  color: #4A4A4A;
  font-family: 'WorkSans-Regular';
  font-weight: 400;
  font-size: 14px;
  width: 100%
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:nth-child(1) {
  border: 0 solid #e5e5e5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff;
  padding-top: 0;
  margin-top: 38px
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:nth-child(1) .top-arrow {
  position: absolute;
  top: -18px;
  right: 20px;
  transform: rotate(90deg)
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.avatar-wrapper {
  min-width: 5px;
  min-height: 5px;
  float: left;
  margin-left: auto;
  text-align: center
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper {
  width: calc(100% - 50px);
  float: left;
  margin-right: auto;
  margin-left: 5px;
  font-family: WorkSans-Regular;
  font-size: 13px
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper.nationality-active a {
  font-family: WorkSans-SemiBold
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper a:nth-child(1) {
  font-family: 'WorkSans-Regular';
  font-size: 13px;
  color: #4A4A4A !important;
  position: absolute;
  width: 100%;
  line-height: 20px;
  display: block;
  top: 13px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 80px);
  top: 8px !important;
  left: 20px;
  width: calc(100% - 40px);
  cursor: auto !important
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper.nationality-active a:nth-child(1) {
  font-family: WorkSans-SemiBold
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li>div.name-wrapper a:nth-child(2) {
  font-family: 'WorkSans-Medium';
  font-size: 11px;
  color: #9B9B9B !important;
  position: absolute;
  z-index: 1;
  line-height: 20px;
  display: block;
  top: 25px;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 80px);
  text-transform: none !important;
  top: 22px !important
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:not(:first-child)>a:hover, #myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:not(:first-child)>a.active {
  color: #719B46 !important
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>a>img {
  border-radius: 50%;
  object-fit: cover
}

#myAffixHome>div>header>nav>ul>li.user>ul>li>ul>li:nth-child(1)>div.avatar-wrapper>img {
  border-radius: 50%;
  object-fit: cover
}

#myAffixHome>div>header>nav>ul>li>ul.user-detail {
  margin-left: 0 !important;
  position: relative;
  top: 8px
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown {
  border-radius: 0;
  width: 270px;
  top: 30px;
  left: -224px;
  padding-bottom: 25px;
  padding-top: 0;
  background: transparent;
  border: 0
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li {
  width: 100%;
  height: 40px;
  line-height: 17px;
  vertical-align: middle;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  background: #f9f9f9
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li.switch-company-account-wrapper {
  padding-top: 0;
  top: 8px
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li button {
  position: relative;
  float: left;
  width: calc(100% + 40px);
  left: -20px;
  height: 40px;
  border-radius: 0;
  min-width: 0;
  border-bottom: 1px solid #fff;
  padding: 8px 20px
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li button h6 {
  margin-bottom: 0;
  font-family: 'WorkSans-SemiBold';
  font-size: 13px;
  position: relative;
  float: left;
  color: #fff
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li button.bluprin-button-yellow {
  background: rgba(34, 95, 152, 1);
  background: -moz-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 95, 152, 1)), color-stop(100%, rgba(68, 148, 197, 1)));
  background: -webkit-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -o-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -ms-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: linear-gradient(to right, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#225f98', endColorstr='#4494c5', GradientType=1);
  border-bottom: 1px solid #4892BF;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #4892BF;
  outline: 0
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li button.bluprin-button-blue {
  background: rgba(34, 95, 152, 1);
  background: -moz-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 95, 152, 1)), color-stop(100%, rgba(68, 148, 197, 1)));
  background: -webkit-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -o-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -ms-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: linear-gradient(to right, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#225f98', endColorstr='#4494c5', GradientType=1);
  border-bottom: 1px solid #4892BF;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #4892BF;
  outline: 0
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li button.bluprin-button-green {
  background: rgba(34, 95, 152, 1);
  background: -moz-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 95, 152, 1)), color-stop(100%, rgba(68, 148, 197, 1)));
  background: -webkit-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -o-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -ms-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: linear-gradient(to right, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#225f98', endColorstr='#4494c5', GradientType=1);
  border-bottom: 1px solid #4892BF;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #4892BF;
  outline: 0
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li button:hover {
  opacity: .9
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li button h6 {
  color: #fff !important
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li h5 {
  width: calc(100% + 0px);
  height: 100%;
  left: 0;
  top: 0;
  font-size: 13px;
  position: absolute;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff
}

#myAffixHome>div>header>nav>ul>li>ul>li>ul.user-detail-dropdown li h5:hover {
  background-color: #f9f9f9
}

#myAffixHome>div>header>nav>ul>li.user {
  margin-left: 0;
  width: 30px
}

#myAffixHome>div>header>nav>ul>li.user>ul>li {
  margin-left: 0
}

#myAffixHome .header-message-box .header-message-icon-area {
  position: relative;
  cursor: pointer
}

#myAffixHome .header-message-box .header-message-icon-area p.header-message-count-notification {
  position: absolute;
  color: #fff;
  margin: 0;
  top: 2px;
  width: 18px;
  text-align: center;
  font-size: 11px
}

#myAffixHome .header-message-box-wrapper {
  position: fixed;
  width: 25px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area {
  float: left;
  top: 6px;
  max-height: calc(100vh - 105px);
  overflow-y: hidden;
  background: #fff;
  border: 1px solid #F9F9F9;
  padding: 0;
  margin-top: 72px;
  display: block;
  width: 470px;
  left: auto;
  right: 10px;
  position: fixed;
  padding: 30px;
  padding-bottom: 30px;
  border-radius: 3px;
  width: 570px;
  padding: 20px;
  padding-bottom: 30px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .header-area {
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .header-area h1.title {
  float: left;
  width: auto;
  margin: 0;
  font-size: 22px;
  font-family: WorkSans-Medium;
  margin-bottom: 15px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .header-area p.link-view-all {
  float: right;
  width: auto;
  margin: 0;
  font-size: 14px;
  font-family: WorkSans-Medium;
  margin-bottom: 15px;
  margin-top: 2px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .header-area p.link-view-all a {
  color: #4a4a4a
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .header-area h1.title span {
  font-family: WorkSans-Regular
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area {
  position: relative;
  float: left;
  width: calc(100% + 40px);
  left: -20px;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  max-height: calc(100vh - 192px);
  overflow: auto;
  overflow-x: visible
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area::-webkit-scrollbar {
  width: 10px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area::-webkit-scrollbar-track {
  border: 1px solid #e5e5e5;
  border-right: 0;
  padding-top: 0;
  padding-bottom: 0
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #e5e5e5;
  outline: 1px solid #9b9b9b
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  cursor: pointer;
  padding: 20px 20px 0
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box {
  border-bottom: 1px solid #e5e5e5
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li:last-child {
  border-bottom: 0 solid #e5e5e5
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li:last-child .content-box {
  border-bottom: 0 solid #e5e5e5
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li.selected, #myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li:hover {
  background-color: #f9f9f9
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-right: 0
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding-top: 0;
  margin-top: 5px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .logo {
  position: relative;
  float: left;
  width: 40px;
  height: 40px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .logo.squared {
  background-color: #e5e5e5;
  border-radius: 3px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .logo.squared img {
  object-fit: contain;
  border-radius: 0
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .text-area {
  position: relative;
  float: left;
  width: calc(100% - 22px - 20px);
  padding-left: 10px;
  padding-right: 0;
  height: 40px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .text-area p {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .text-area p.title {
  font-size: 16px;
  font-family: WorkSans-Medium;
  padding-top: 6px;
  padding-bottom: 0;
  position: relative;
  float: left;
  width: auto;
  max-width: 250px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .text-area p.date {
  font-size: 13px;
  font-family: WorkSans-Medium;
  padding-top: 6px;
  padding-bottom: 0;
  position: relative;
  float: right;
  width: auto;
  color: #ababab
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .header .text-area p.subtitle {
  font-size: 13px;
  font-family: WorkSans-Regular;
  line-height: 13px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area .checkbox-area .squaredThree label {
  margin-top: 15px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .title {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  padding-top: 10px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .title p {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 30px;
  font-size: 14px;
  font-family: WorkSans-Medium;
  color: #4a4a4a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .title .icon-box {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .title .icon-box img {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .content {
  position: relative;
  float: left;
  width: 100%;
  height: auto
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .content p {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 14px;
  font-family: WorkSans-Regular;
  max-height: 42px;
  margin-bottom: 20px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li.read .content-box .content p {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 14px;
  font-family: WorkSans-Regular;
  max-height: 42px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .date {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 10px
}

#myAffixHome .header-message-box-wrapper .header-message-box-area .content-area ul li .content-box .date p {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-family: WorkSans-Regular;
  margin-bottom: 0
}

#myAffixHome .header-message-box-wrapper img.top-arrow-suggest {
  position: absolute;
  top: 25px;
  right: 7px;
  transform: rotate(90deg)
}

.popover-content a.btn {
  padding: 3px;
  cursor: pointer
}

.popup-shade-bg-top-menu-header-message {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3333;
  display: none
}

.popup-shade-bg-top-menu-search-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3333;
  display: none
}

#myAffixHome .cd-primary-nav-trigger-search img {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 40%;
  height: 40%;
  cursor: pointer;
  opacity: .5
}

#myAffixHome .cd-primary-nav-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  transition: background-color .3s
}

#myAffixHome #search-box-affix>ul {
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important
}

#myAffixHome #search-box-affix>ul>li {
  cursor: auto;
  position: relative;
  float: left;
  width: 100%;
  padding: 0
}

#myAffixHome #search-box-affix>ul>li .list {
  position: relative;
  float: left;
  width: calc(100% + 60px);
  left: -30px;
  height: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2px;
  text-transform: capitalize
}

#myAffixHome #search-box-affix>ul>li .list:hover {
  background-color: #f9f9f9
}

#myAffixHome #search-box-affix>ul>li .list.last {
  margin-bottom: 10px
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper {
  position: relative;
  float: left;
  width: calc(100% + 10px);
  margin-top: 0
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0;
  left: 0;
  width: calc(100% / 8 - 10px);
  height: 0;
  padding-bottom: calc(100% / 8 - 10px)
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo span.text-search {
  position: relative;
  float: left;
  border-radius: 3px;
  background-color: #f9f9f9;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin: 0
}

#myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo span.text-search img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

#myAffixHome #search-box-affix>ul>li p.title {
  position: relative;
  float: left;
  font-family: WorkSans-Medium;
  letter-spacing: -.3px;
  font-size: 18px;
  width: 50%;
  margin-bottom: 10px
}

#myAffixHome #search-box-affix>ul>li a.link-view p {
  position: relative;
  float: right;
  font-family: WorkSans-Medium;
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
  top: 7px;
  max-width: 50%;
  text-decoration: underline
}

#myAffixHome #search-box-affix>ul>li .border-line {
  position: relative;
  float: left;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px
}

#myAffixHome #search-box-affix>ul>li>div>span>span {
  font-family: WorkSans-Medium !important
}

#myAffixHome #search-box-affix>ul>li.clean {
  background-color: #fff
}

#myAffixHome #search-box-affix>ul>li.selected.clean {
  background-color: #fff
}

#myAffixHome #search-box-affix>ul .border-search-box {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5
}

#myAffixHome #search-box-affix>ul>li .text-search {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  float: left;
  margin-right: 6px;
  width: 100%
}

#myAffixHome #search-box-affix.long {
  width: calc(100% - 140px) !important
}

#myAffixHome #search-box-affix {
  position: absolute;
  left: 135px;
  top: 17px;
  margin-top: 0
}

#myAffixHome #search-box-affix {
  position: absolute;
  left: 135px;
  top: 17px;
  margin-top: 0
}

#myAffixHome #search-box-affix ul.suggest {
  background: #fff;
  border: 1px solid #F9F9F9;
  padding: 0;
  margin-top: 40px;
  display: none;
  width: calc(100% - 30px);
  position: relative;
  float: left;
  top: -2px;
  left: 1px;
  max-height: calc(100vh - 105px);
  overflow-y: auto;
  background: #fff;
  border: 1px solid #F9F9F9;
  padding: 0 0;
  margin-top: 72px;
  display: none;
  width: 570px;
  left: 25px;
  position: fixed;
  padding: 30px;
  padding-bottom: 30px;
  border-radius: 3px;
  list-style: none
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar {
  width: 10px
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar-track {
  background: #f1f1f1
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar-thumb {
  background: #888
}

#myAffixHome #search-box-affix ul.suggest::-webkit-scrollbar-thumb:hover {
  background: #555
}

@media (min-width: 577px) and (max-width: 769px) {
  #myAffixHome #search-box-affix {
    display: none
  }
}

@media (max-width: 577px) {
  #myAffixHome #search-box-affix {
    display: none
  }
}

@media (max-width: 992px) {
  #myAffixHome #search-box-affix>ul>li .photos-wrapper {
    width: calc(100% + 20px)
  }
}

@media (max-width: 992px) {
  #myAffixHome {
    height: 50px
  }

  #myAffixHome .cd-header {
    height: 50px;
    background-color: #fff !important;
    border-bottom: 1px solid #e5e5e5
  }

  #myAffixHome .img-logo-dekstop {
    display: none !important
  }

  #myAffixHome .img-logo-mobile {
    display: block !important
  }

  #myAffixHome #search-box-affix.expanded {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100vh;
    max-width: none;
    background-color: #fff;
    left: 100%;
    margin-top: 0;
    top: 0;
    z-index: 9999
  }

  #myAffixHome #search-box-affix.expanded button.formbutton.close-button {
    display: none
  }

  #myAffixHome #search-box-affix.mobile-show {
    left: 0;
    display: block
  }

  #myAffixHome #search-box-affix .header {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding: 7px;
    padding-left: 11px;
    padding-right: 11px;
    border-bottom: 1px solid #e5e5e5
  }

  #myAffixHome #search-box-affix.sb-search .sb-search-input {
    left: 0;
    position: relative;
    float: left;
    padding-left: 45px !important
  }

  #myAffixHome #search-box-affix button.formbutton {
    right: 0;
    left: auto;
    right: 7px;
    top: 7px;
    left: auto
  }

  #myAffixHome #search-box-affix.expanded {
    display: block;
    z-index: 1;
    max-width: none;
    width: 100%;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
  }

  #myAffixHome #search-box-affix ul.suggest {
    border: 0;
    width: 100%;
    margin-top: 52px;
    left: 0;
    height: calc(100% - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  #myAffixHome #search-box-affix ul.suggest .top-arrow {
    display: none
  }

  #myAffixHome .cd-secondary-nav {
    display: none
  }

  #myAffixHome #search-box-affix button.formbutton.close-button {
    display: none
  }

  #myAffixHome #search-box-affix button#closeBoxMenuMobile.formbutton.close-button {
    display: block;
    left: 10px
  }

  #myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo {
    width: calc(100% / 4 - 12px);
    height: 0;
    padding-bottom: calc(100% / 4 - 12px);
    display: none
  }

  #myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo.mobile {
    display: block
  }

  #myAffixHome #search-box-affix>ul>li .photos-wrapper .list.photo span.text-search {
    position: absolute;
    width: 100%;
    height: 100%
  }

  #myAffixHome .cd-primary-nav-trigger {
    display: block
  }

  #myAffixHome .cd-primary-nav-trigger.new {
    display: block;
    position: absolute;
    left: 0
  }

  #myAffixHome .myMenuMobile {
    display: block
  }

  #myAffixHome .cd-primary-nav-trigger-search.new {
    display: block
  }

  #myAffixHome #search-box-affix button.formbutton {
    right: 0;
    left: auto;
    right: 7px;
    top: 7px;
    left: auto
  }

  #myAffixHome #search-box-affix button.formbutton.close-button {
    display: none
  }

  #myAffixHome #search-box-affix button#closeBoxMenuMobile.formbutton.close-button {
    display: block;
    left: 10px
  }
}

@media only screen and (min-width: 769px) {
  .cd-secondary-nav {
    display: block;
    right: 0
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  #myAffixHome.scrolled {
    background: #fff;
    border-bottom: 1px solid #E5E5E5
  }

  #myAffixHome .cd-logo {
    left: 0
  }
}

@media (max-width: 992px) {
  #myAffixHome {
    height: 50px
  }

  #myAffixHome .cd-header {
    height: 50px;
    background-color: #fff !important;
    border-bottom: 1px solid #e5e5e5
  }

  #myAffixHome #search-box-affix {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100vh;
    max-width: none;
    background-color: #fff;
    left: 100%;
    margin-top: 0;
    top: 0;
    z-index: 9999;
    display: none
  }

  #myAffixHome #search-box-affix .header {
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding: 7px;
    padding-left: 11px;
    padding-right: 11px;
    border-bottom: 1px solid #e5e5e5
  }

  #myAffixHome #search-box-affix button.formbutton {
    right: 0;
    left: auto;
    right: 7px;
    top: 7px;
    left: auto
  }

  #myAffixHome .cd-secondary-nav {
    display: none
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  #myAffixHome #search-box-affix {
    display: none
  }
}

@media (max-width: 577px) {
  #myAffixHome #search-box-affix {
    display: none
  }
}

@media (max-width: 992px) {
  #myAffixHome #search-box-affix>ul>li .photos-wrapper {
    width: calc(100% + 20px)
  }
}

@media (min-width: 1201px) {
  #myAffixHome.scrolled {
    background: #fff;
    border-bottom: 1px solid #E5E5E5
  }

  #myAffixHome.scrolled .cd-secondary-nav a {
    color: #ababab
  }

  #myAffixHome.scrolled .cd-secondary-nav a:hover, #myAffixHome.scrolled .cd-secondary-nav a.active {
    color: #4a4a4a !important
  }

  #myAffixHome.scrolled .cd-secondary-nav a.green-button:hover, #myAffixHome.scrolled .cd-secondary-nav a.green-button.active {
    color: #fff !important
  }

  #myAffixHome.scrolled .cd-secondary-nav a img {
    border-radius: 50%
  }

  #myAffixHome {
    padding-left: 20px !important;
    padding-right: 20px !important
  }

  #myAffixHome .container {
    width: 100% !important
  }
}

@media (min-width: 993px)and (max-width: 1200px) {
  #myAffixHome.scrolled {
    background: #fff;
    border-bottom: 1px solid #E5E5E5
  }

  #myAffixHome.scrolled .cd-secondary-nav a {
    color: #ababab
  }

  #myAffixHome.scrolled .cd-secondary-nav a:hover, #myAffixHome.scrolled .cd-secondary-nav a.active {
    color: #4a4a4a
  }

  #myAffixHome.scrolled .cd-secondary-nav a.green-button:hover, #myAffixHome.scrolled .cd-secondary-nav a.green-button.active {
    color: #fff !important
  }

  #myAffixHome.scrolled .cd-secondary-nav a img {
    border-radius: 50%
  }

  #myAffixHome form.search-box-area {
    max-width: 320px
  }
}

@media (min-width: 769px)and (max-width: 992px) {
  #myAffixHome.scrolled {
    background: #fff;
    border-bottom: 1px solid #E5E5E5
  }

  #myAffixHome.scrolled .cd-secondary-nav a {
    color: #ababab
  }

  #myAffixHome.scrolled .cd-secondary-nav a:hover, #myAffixHome.scrolled .cd-secondary-nav a.active {
    color: #4a4a4a
  }

  #myAffixHome.scrolled .cd-secondary-nav a img {
    border-radius: 50%
  }

  #myAffixHome form.search-box-area {
    max-width: 320px
  }

  #myAffixHome .container {
    width: 100%;
    padding-right: 10px
  }

  #myAffixHome {
    height: 50px
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  #myAffixHome {
    height: 50px
  }
}

@media (max-width: 577px) {
  div#myAffixHome {
    height: 50px
  }
}

@media (max-width: 992px) {
  #myAffixHome .container.full .cd-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  #myAffixHome #search-box-affix {
    display: block;
    position: absolute;
    width: 100% !important;
    height: 100vh;
    max-width: none;
    background-color: #fff;
    left: 100%;
    margin-top: 0;
    top: 0;
    z-index: 9999;
    display: none
  }

  #myAffixHome nav .cd-secondary-nav {
    display: none
  }
}

#top-main-menu {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 50px;
  top: 70px;
  z-index: 2222;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: top 200ms ease-in !important;
  -moz-transition: top 200ms ease-in !important;
  -o-transition: top 200ms ease-in !important;
  transition: top 200ms ease-in !important
}

#top-main-menu ul {
  padding: 0;
  list-style-type: none;
  list-style: none;
  font-size: 0;
  margin-left: 0;
  text-transform: capitalize
}

#top-main-menu ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  padding-top: 10px;
  font-family: WorkSans-Regular;
  letter-spacing: -.5px;
  cursor: pointer;
  font-size: 18px;
  transition: opacity .5s ease
}

#top-main-menu ul li a {
  color: #4a4a4a
}

#top-main-menu ul li .popup {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  top: 50px;
  display: none;
  cursor: auto;
  background-color: #f9f9f9
}

#top-main-menu ul li .popup .container {
  max-width: 1160px !important;
  width: 1160px !important;
  padding: 0 !important
}

#top-main-menu ul li .popup .popup-content-top-menu {
  position: relative;
  float: left;
  width: 100%;
  height: auto
}

#top-main-menu ul li .popup .popup-content-top-menu .category-list {
  position: relative;
  float: left;
  min-width: 240px;
  width: 240px;
  height: 400px;
  padding: 30px 0
}

#top-main-menu ul li .popup .popup-content-top-menu .category-list ul li {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left;
  margin-bottom: 3px;
  font-size: 14px;
  letter-spacing: -.1px !important
}

#top-main-menu ul li .popup .popup-content-top-menu .category-list ul li a {
  color: #4a4a4a;
  font-family: WorkSans-Regular;
  text-decoration: none;
  letter-spacing: -.1px !important
}

#top-main-menu ul li .popup .popup-content-top-menu .category-list ul li a img {
  position: absolute;
  right: -3px;
  display: none;
  top: 0
}

#top-main-menu ul li .popup .popup-content-top-menu .category-list ul li a.active {
  color: #4a4a4a;
  font-family: WorkSans-SemiBold
}

#top-main-menu ul li .popup .popup-content-top-menu .category-list ul li a.active img {
  display: block
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list {
  position: relative;
  float: left;
  width: calc(100% - 240px);
  height: 400px;
  background: #fff
}

#top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list {
  position: relative;
  float: left;
  width: 580px
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list {
  width: 100%;
  letter-spacing: .1px
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .sub-category {
  position: relative;
  float: left;
  min-width: 0;
  width: 340px;
  height: 400px;
  overflow-y: auto;
  padding: 30px 0 30px 30px
}

#top-main-menu ul li #product_drop_down.popup .popup-content-top-menu .content-list .sub-category {
  position: relative;
  float: left;
  min-width: 0;
  width: 310px;
  height: 345px
}

#top-main-menu ul li #professional_drop_down.popup .popup-content-top-menu .content-list .sub-category {
  width: 100%;
  height: 0;
  overflow-y: hidden
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .content-list-wrapper {
  display: none
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .content-list-wrapper.active {
  display: block;
  position: relative;
  float: left;
  width: 100%
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .sub-category ul li {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left;
  margin-bottom: 3px;
  font-size: 14px;
  letter-spacing: -.1px !important
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .sub-category ul li a {
  color: #4a4a4a;
  font-family: WorkSans-Regular;
  text-decoration: none;
  letter-spacing: -.1px !important
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .sub-category ul li a:hover {
  color: #4a4a4a;
  font-family: WorkSans-SemiBold;
  text-decoration: none;
  letter-spacing: -.1px !important
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .sub-category ul li a.active {
  color: #4a4a4a;
  font-family: WorkSans-SemiBold;
  text-decoration: underline;
  letter-spacing: -.1px !important
}

#top-main-menu ul li .popup .popup-content-top-menu .content-list .content {
  position: relative;
  float: left;
  width: calc(100% - 340px);
  height: 400px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px
}

#top-main-menu ul li #product_drop_down.popup .popup-content-top-menu .content-list .content {
  width: calc(100% - 310px)
}

#top-main-menu ul li #professional_drop_down.popup .popup-content-top-menu .content-list .content {
  padding-top: 5px;
  width: 100%;
  height: 340px
}

#top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content {
  width: 100%
}

#top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul {
  position: relative;
  float: left;
  width: 160px;
  margin-right: 20px;
  margin-top: 10px
}

#top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul li {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left;
  margin-bottom: 3px;
  font-size: 14px;
  letter-spacing: -.1px !important
}

#top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul li a {
  color: #4a4a4a;
  font-family: WorkSans-Regular;
  text-decoration: none
}

#top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul li a:hover {
  color: #4a4a4a;
  font-family: WorkSans-SemiBold;
  text-decoration: none
}

#top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul li a.active {
  color: #4a4a4a;
  font-family: WorkSans-SemiBold;
  text-decoration: underline
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content {
  width: 100%
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content>p {
  width: 100%;
  text-align: left;
  font-family: WorkSans-Medium;
  font-size: 14px;
  color: #ababab;
  margin-bottom: 20px
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content>p>a {
  color: #4a4a4a
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: auto
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper .article-box {
  position: relative;
  float: left;
  width: 260px;
  min-height: 100px;
  margin-right: 20px
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper .article-box .image-area {
  position: relative;
  float: left;
  width: 100%;
  height: 180px;
  background-color: #e5e5e5;
  border-radius: 3px
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper .article-box .image-area img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 3px
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper .article-box p {
  position: relative;
  float: left;
  width: 100%;
  font-family: WorkSans-Medium;
  font-size: 16px;
  text-align: left;
  padding-top: 8px;
  line-height: 20px
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .view-all-link {
  position: absolute;
  bottom: 20px;
  left: 30px
}

#top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .view-all-link a {
  font-family: WorkSans-Medium;
  font-size: 14px;
  color: #4a4a4a;
  text-decoration: underline
}

#top-main-menu .content-list-wrapper .content .image-featured {
  position: relative;
  float: left;
  width: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 160px;
  background: #e5e5e5;
  border-radius: 3px;
  overflow: hidden
}

#top-main-menu .content-list-wrapper .content .image-featured.half {
  position: relative;
  float: left;
  width: 265px;
  height: 340px;
  width: calc(100% - 20px);
  height: 150px
}

#top-main-menu .content-list-wrapper .content .image-featured img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover
}

#top-main-menu #professional_drop_down.popup .content-list-wrapper .content .image-featured {
  position: relative;
  float: left;
  width: 200px;
  height: 300px;
  background: #e5e5e5
}

#top-main-menu #professional_drop_down.popup .content-list-wrapper .content .image-featured img {
  position: relative;
  float: left;
  width: 200px;
  height: 260px;
  object-fit: cover;
  border-radius: 3px
}

#top-main-menu #inspiration_drop_down.popup .content-list-wrapper .content .image-featured {
  position: relative;
  float: left
}

#top-main-menu .content-list-wrapper .content .image-featured .text-area {
  position: absolute;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37px;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%)
}

#top-main-menu #product_drop_down.popup .content-list-wrapper .content .image-featured .text-area {
  height: 100px;
  padding-top: 60px
}

#top-main-menu .content-list-wrapper .content .image-featured .text-area p {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-family: WorkSans-Medium;
  font-size: 12px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  letter-spacing: .1px
}

#top-main-menu #product_drop_down.popup .content-list-wrapper .content .image-featured .text-area p {
  font-family: WorkSans-SemiBold;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #fff
}

#top-main-menu #professional_drop_down.popup .content-list-wrapper .content .image-featured .text-area {
  position: relative;
  float: left;
  width: 200px;
  height: 40px;
  background: #fff;
  padding-left: 0;
  padding-right: 0
}

#top-main-menu #professional_drop_down.popup .content-list-wrapper .content .image-featured .text-area p {
  position: relative;
  float: left;
  width: 100%;
  color: #000;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.popup-shade-bg-main-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1111;
  display: none
}

.popup-shade-bg-top-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3333;
  display: none
}

.popup-shade-bg-mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none
}

.popup-shade-bg-mobile-menu.show {
  display: block
}

.popup-shade-bg-mobile-menu .cd-primary-nav-trigger.new {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: transparent;
  left: 0
}

.popup-shade-bg-mobile-menu .cd-primary-nav-trigger.new .cd-menu-icon {
  top: 25px;
  left: 25px
}

.popup-shade-bg-mobile-menu .cd-primary-nav-trigger.new .cd-menu-icon.is-clicked::before, .popup-shade-bg-mobile-menu .cd-primary-nav-trigger.new .cd-menu-icon.is-clicked::after {
  background-color: #fff
}

@media (min-width: 993px) {
  .popup-shade-bg-mobile-menu {
    display: none !important
  }
}

#top-main-menu ul li .popup .half-bg-right {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  background: #fff;
  display: none
}

@media (max-width: 1200px) {
  #top-main-menu ul li .popup .container {
    max-width: 940px !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  #top-main-menu ul li .popup .half-bg-right {
    display: block
  }

  #top-main-menu ul li .popup {
    height: 360px
  }

  #top-main-menu ul li .popup .popup-content-top-menu .category-list {
    width: 200px;
    min-width: 200px;
    height: 360px;
    padding-top: 20px;
    padding-bottom: 20px
  }

  #top-main-menu ul li .popup .popup-content-top-menu .content-list {
    width: calc(100% - 200px);
    height: 360px
  }

  #top-main-menu ul li .popup .popup-content-top-menu .content-list .sub-category {
    width: 260px;
    height: 360px;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 20px
  }

  #top-main-menu ul li .popup .popup-content-top-menu .content-list .content {
    width: calc(100% - 260px);
    height: 360px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0
  }

  #top-main-menu ul li .popup .popup-content-top-menu .category-list ul li {
    font-size: 13px
  }

  #top-main-menu ul li .popup .popup-content-top-menu .content-list .sub-category ul li {
    font-size: 13px
  }

  #top-main-menu .content-list-wrapper .content .image-featured {
    width: 140px;
    height: 150px;
    margin-left: 20px;
    margin-right: 0
  }

  #top-main-menu ul li #product_drop_down.popup .popup-content-top-menu .content-list .sub-category {
    width: 260px
  }

  #top-main-menu ul li #product_drop_down.popup .popup-content-top-menu .content-list .content {
    width: calc(100% - 260px)
  }

  #top-main-menu .content-list-wrapper .content .image-featured.half {
    width: 220px;
    height: 320px;
    width: calc(100% - 20px);
    height: 150px
  }

  #top-main-menu #professional_drop_down.popup .content-list-wrapper .content .image-featured {
    width: 165px;
    height: 240px
  }

  #top-main-menu #professional_drop_down.popup .content-list-wrapper .content .image-featured img {
    width: 165px;
    height: 200px
  }

  #top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list {
    width: 470px
  }

  #top-main-menu #inspiration_drop_down.popup .content-list-wrapper .content .image-featured {
    width: 130px
  }

  #top-main-menu #inspiration_drop_down>div>div>div:nth-child(2)>div>div {
    padding-left: 18px
  }

  #top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul {
    width: 135px;
    padding-top: 0;
    font-size: 13px
  }

  #top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul li {
    font-size: 13px
  }

  #top-main-menu ul li #inspiration_drop_down.popup .popup-content-top-menu .content-list .content ul:last-child {
    margin-right: 0
  }

  #top-main-menu ul li #inspiration_drop_down.popup .half-bg-right {
    width: 100%;
    left: 0
  }

  #top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper .article-box {
    margin-right: 0;
    margin-left: 20px;
    width: 215px
  }

  #top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper .article-box .image-area {
    height: 150px
  }

  #top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content>p {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 13px
  }

  #top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .article-wrapper .article-box p {
    font-size: 14px
  }

  #top-main-menu ul li #article_drop_down.popup .popup-content-top-menu .content-list .content .view-all-link {
    left: 20px
  }
}

@media (max-width: 992px) {
  #top-main-menu {
    display: none
  }
}

.body-share {
  background: #fff;
  border-radius: 3px;
  position: relative;
  border: 0 solid #000;
  text-align: center;
  padding: 30px
}

.title-share {
  font-size: 24px;
  letter-spacing: -.77px;
  margin-bottom: 15px
}

.title-share span {
  font-family: 'WorkSans-SemiBold'
}

.close-shr {
  position: absolute;
  right: -2px;
  top: -2px;
  cursor: pointer
}

.popnopad {
  padding-right: 0 !important;
  padding-top: 30px
}

#myMenuMobileNew ::-webkit-scrollbar {
  width: 10px
}

#myMenuMobileNew ::-webkit-scrollbar-track {
  background: #f1f1f1
}

#myMenuMobileNew ::-webkit-scrollbar-thumb {
  background: #888
}

#myMenuMobileNew ::-webkit-scrollbar-thumb:hover {
  background: #555
}

#myMenuMobileNew {
  position: fixed;
  width: calc(100% - 50px);
  left: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  display: none;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px
}

#myMenuMobileNew.show {
  left: 50px
}

#myMenuMobileNew .header {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e5e5e5
}

#myMenuMobileNew .header .photo {
  position: relative;
  float: left;
  width: 30px;
  height: 50px;
  padding: 10px;
  padding-left: 0;
  padding-right: 0
}

#myMenuMobileNew .header .photo img {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover
}

#myMenuMobileNew .header .photo img.navbar-notification {
  position: absolute;
  float: left;
  width: 10px;
  height: 10px;
  bottom: 10px;
  right: -2px
}

#myMenuMobileNew .header .login.name {
  position: relative;
  float: left;
  height: 50px;
  width: calc(100% - 30px);
  padding: 14px;
  padding-left: 0
}

#myMenuMobileNew .header .login.name p {
  position: relative;
  float: left;
  margin-right: 10px
}

#myMenuMobileNew .header .login.name p a {
  color: #4a4a4a
}

#myMenuMobileNew .header .name {
  position: relative;
  float: left;
  height: 50px;
  width: calc(100% - 60px);
  padding: 14px
}

#myMenuMobileNew .header .name p {
  font-family: 'WorkSans-Medium';
  font-size: 14px
}

#myMenuMobileNew .header .language {
  position: relative;
  float: left;
  width: 30px;
  height: 50px
}

#myMenuMobileNew .header .language .select-language-button {
  position: absolute;
  top: 16px;
  left: 13px;
  cursor: pointer
}

#myMenuMobileNew .content {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

#myMenuMobileNew .content .menu-box {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px
}

#myMenuMobileNew .content .menu-box ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0
}

#myMenuMobileNew .content .menu-box ul li {
  position: relative;
  float: left;
  width: 100%;
  height: 40px
}

#myMenuMobileNew .content .menu-box ul li h6 {
  font-size: 14px
}

#myMenuMobileNew .content .menu-box ul li a h5 {
  height: 100%;
  padding-top: 16px
}

#myMenuMobileNew .content .menu-box ul li a .tag-notification.tag-sss {
  position: absolute;
  display: none;
  top: 3px;
  left: 36px;
  padding: 3px;
  padding-top: 2px;
  padding-bottom: 1px;
  background-color: #fccf00;
  color: #286ba3;
  border-radius: 3px;
  min-width: 18px;
  text-align: center
}

#myMenuMobileNew .content .menu-box ul li a .tag-notification.tag-sss p {
  margin: 0
}

#myMenuMobileNew .content .menu-box ul li button {
  position: relative;
  float: left;
  width: calc(100% + 40px);
  left: -20px;
  height: 40px;
  border-radius: 0;
  min-width: 0;
  border-bottom: 1px solid #fff;
  padding: 8px 20px
}

#myMenuMobileNew .content .menu-box ul li button h6 {
  margin-bottom: 0;
  font-family: 'WorkSans-SemiBold';
  font-size: 13px;
  position: relative;
  float: left
}

#myMenuMobileNew .content .menu-box ul li button.bluprin-button-yellow {
  background: rgba(34, 95, 152, 1);
  background: -moz-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 95, 152, 1)), color-stop(100%, rgba(68, 148, 197, 1)));
  background: -webkit-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -o-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -ms-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: linear-gradient(to right, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#225f98', endColorstr='#4494c5', GradientType=1);
  border: 0;
  border-bottom: 1px solid #4892BF
}

#myMenuMobileNew .content .menu-box ul li button.bluprin-button-blue {
  background: rgba(34, 95, 152, 1);
  background: -moz-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 95, 152, 1)), color-stop(100%, rgba(68, 148, 197, 1)));
  background: -webkit-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -o-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -ms-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: linear-gradient(to right, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#225f98', endColorstr='#4494c5', GradientType=1);
  border: 0;
  border-bottom: 1px solid #4892BF
}

#myMenuMobileNew .content .menu-box ul li button.bluprin-button-green {
  background: rgba(34, 95, 152, 1);
  background: -moz-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(34, 95, 152, 1)), color-stop(100%, rgba(68, 148, 197, 1)));
  background: -webkit-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -o-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: -ms-linear-gradient(left, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  background: linear-gradient(to right, rgba(34, 95, 152, 1) 0%, rgba(68, 148, 197, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#225f98', endColorstr='#4494c5', GradientType=1);
  border: 0;
  border-bottom: 1px solid #4892BF
}

#myMenuMobileNew .content .menu-box ul li button h6 {
  color: #fff !important
}

#myMenuMobileNew .content .category-box {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 10px
}

#myMenuMobileNew .content .category-box ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px
}

#myMenuMobileNew .content .category-box ul li {
  position: relative;
  float: left;
  width: 100%;
  height: 45px;
  padding-top: 18px;
  cursor: pointer
}

#myMenuMobileNew .content .category-box ul li.on-progress {
  opacity: .5
}

#myMenuMobileNew .content .category-box ul li a {
  text-decoration: none
}

#myMenuMobileNew .content .category-box ul li img {
  margin-right: 5px
}

#myMenuMobileNew .content .category-box ul li i {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 20px;
  opacity: .5
}

#myMenuMobileNew .subcategory-box {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important
}

#myMenuMobileNew .subcategory-box .header .close-box {
  position: relative;
  float: left;
  width: 30px;
  height: 50px;
  text-align: center;
  left: -10px;
  cursor: pointer
}

#myMenuMobileNew .subcategory-box .header i {
  position: relative;
  top: 14px;
  font-size: 20px;
  opacity: .5
}

#myMenuMobileNew .subcategory-box .header .name {
  position: relative;
  float: left;
  height: 50px;
  width: calc(100% - 30px);
  padding: 14px;
  left: -10px
}

#myMenuMobileNew .subcategory-box .content {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  -webkit-overflow-scrolling: touch
}

#myMenuMobileNew .subcategory-box .content ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px
}

#myMenuMobileNew .subcategory-box .content ul li {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding-top: 18px;
  cursor: pointer
}

#myMenuMobileNew .subcategory-box .content ul li:last-child {
  margin-bottom: 80px
}

#myMenuMobileNew .subcategory-box .content ul li img {
  margin-right: 5px
}

#myMenuMobileNew .subcategory-box .content ul li i {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 20px;
  opacity: .5
}

#myMenuMobileNew .subcategory-box .content ul li.language-list {
  position: relative;
  width: 50%
}

#myMenuMobileNew .subcategory-box .content ul li.language-list a h5 {
  font-family: WorkSans-Regular
}

#myMenuMobileNew .subcategory-box .content ul li.language-list.nationality-active a h5 {
  font-family: WorkSans-SemiBold
}

#myMenuMobileNew .subcategory-box.show {
  left: 0
}

#myMenuMobileNew .subsubcategory-box {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 200ms ease-in !important;
  -moz-transition: all 200ms ease-in !important;
  -o-transition: all 200ms ease-in !important;
  transition: all 200ms ease-in !important
}

#myMenuMobileNew .subsubcategory-box .header .close-box {
  position: relative;
  float: left;
  width: 30px;
  height: 50px;
  text-align: center;
  left: -10px;
  cursor: pointer
}

#myMenuMobileNew .subsubcategory-box .header i {
  position: relative;
  top: 14px;
  font-size: 20px;
  opacity: .5
}

#myMenuMobileNew .subsubcategory-box .header .name {
  position: relative;
  float: left;
  height: 50px;
  width: calc(100% - 30px);
  padding: 14px;
  left: -10px
}

#myMenuMobileNew .subsubcategory-box .content {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px
}

#myMenuMobileNew .subsubcategory-box .content ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px
}

#myMenuMobileNew .subsubcategory-box .content ul li {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding-top: 18px;
  cursor: pointer
}

#myMenuMobileNew .subsubcategory-box .content ul li:last-child {
  margin-bottom: 80px
}

#myMenuMobileNew .subsubcategory-box .content ul li img {
  margin-right: 5px
}

#myMenuMobileNew .subsubcategory-box .content ul li i {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 20px;
  opacity: .5
}

#myMenuMobileNew .subsubcategory-box.show {
  left: 0
}

@media (max-width: 992px) {
  #myMenuMobileNew {
    display: block
  }
}

@media (min-width: 993px) {
  #myMenuMobileNew {
    display: none !important
  }
}

#newFooter {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  border-top: 0 solid #e5e5e5
}

#newFooter .left-area {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px
}

#newFooter .left-area .clearfix.for-community-wrapper {
  display: none
}

#newFooter .left-area p {
  margin: 0
}

#newFooter .right-area {
  position: relative;
  display: block;
  float: left;
  width: 300px
}

#newFooter .right-area h4 {
  text-transform: uppercase;
  margin-top: 10px
}

#newFooter .right-area .subscribe-input-wrapper {
  min-height: 87px;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 10px
}

#newFooter .right-area .subscribe-input {
  background: #6c6c6c;
  border: none;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 20px;
  outline: 0;
  color: #fff;
  margin-top: 10px;
  float: left
}

#newFooter .right-area .subscribe-input::-webkit-input-placeholder {
  color: #9b9b9b;
  font-size: 14px
}

#newFooter .right-area .subscribe-input::-moz-placeholder {
  color: #9b9b9b;
  font-size: 14px
}

#newFooter .right-area .subscribe-input:-ms-input-placeholder {
  color: #9b9b9b;
  font-size: 14px
}

#newFooter .right-area .subscribe-input:-moz-placeholder {
  color: #9b9b9b;
  font-size: 14px
}

#newFooter .right-area .subscribe-submit {
  border: none;
  background: #6c6c6c;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  float: left;
  border-left: 1px solid #000;
  background-image: url(/live/oe_/https://www.archify.com/assets/images/arrow-right-small.svg);
  background-repeat: no-repeat;
  background-position: center
}

#newFooter .right-area .text-area {
  position: relative;
  display: block;
  float: left;
  padding-top: 8px;
  text-transform: uppercase
}

#newFooter .right-area .social-media-area {
  position: relative;
  display: block;
  float: right
}

#newFooter .country-list-area {
  position: relative;
  float: right;
  margin-top: 23px;
  font-size: 12px;
  color: #ababab;
  font-family: "WorkSans-SemiBold"
}

#newFooter .country-list-area a {
  color: #ababab
}

#newFooter .right-area .social-media-area img {
  margin-left: 5px;
  margin-right: 5px
}

#newFooter img.footer-logo {
  position: relative;
  display: block;
  float: left;
  margin-top: 16px;
  margin-right: 10px;
  height: 31px
}

#newFooter h6 {
  position: relative;
  display: block;
  float: left;
  margin-top: 28px;
  margin-right: 10px
}

#newFooter .social-media-area {
  position: relative;
  display: block;
  float: left;
  margin-top: 20px
}

#newFooter .footer-menu-wrapper {
  position: relative;
  width: calc(100% - 40px - 360px)
}

#newFooter .footer-menu-wrapper .menu {
  position: relative;
  float: left;
  width: calc(100% / 4)
}

#newFooter .footer-menu-wrapper h6 {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  color: #ababab !important
}

#newFooter .footer-menu-wrapper ul {
  list-style-type: none;
  padding: 0
}

#newFooter .footer-menu-wrapper ul li {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 3px
}

#newFooter .community-partner-wrapper {
  position: relative;
  float: right;
  right: 0;
  width: 360px;
  height: 100%
}

#newFooter .community-partner-wrapper .item-wrapper {
  position: relative;
  float: left;
  width: auto
}

#newFooter .community-partner-wrapper .item-wrapper img {
  position: relative;
  float: left;
  width: 12%;
  margin-right: 5px;
  margin-bottom: 5px
}

@media (max-width: 1200px) {
  #newFooter .footer-menu-wrapper {
    width: calc(100% - 20px - 300px)
  }

  #newFooter .community-partner-wrapper {
    width: 300px
  }
}

@media (max-width: 992px) {
  #newFooter .footer-menu-wrapper {
    width: 100%
  }

  #newFooter .community-partner-wrapper {
    width: 100%;
    margin-top: 20px
  }
}

@media (max-width: 600px) {
  #newFooter .footer-menu-wrapper {
    max-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }

  #newFooter .footer-menu-wrapper .menu {
    position: relative;
    float: left;
    width: calc(100% / 2);
    margin-bottom: 20px;
    min-height: 160px
  }

  #newFooter img.footer-logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }

  #newFooter h6.copyright {
    width: 100%;
    text-align: center;
    margin-top: 10px
  }

  #newFooter .social-media-area {
    margin-top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }

  #newFooter .community-partner-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
    max-width: 300px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center
  }

  #newFooter .community-partner-wrapper .item-wrapper img {
    width: 30px
  }

  #newFooter .community-partner-wrapper .item-wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
  }
}

#newFooter .social-media-area img {
  margin-left: 5px;
  margin-right: 5px;
  width: 15px;
  height: 15px
}

@media (max-width: 992px) {
  #newFooter .country-list-area {
    width: 100%;
    text-align: center;
    margin-top: 10px
  }
}

@media (max-width: 768px) {
  #newFooter .left-area {
    width: 100%
  }

  #newFooter .right-area {
    width: 100%
  }

  #newFooter .left-area .clearfix.for-community-wrapper {
    display: block
  }
}

#newFooter .community-partner-wrapper .item-wrapper.newsletter {
  width: 100%
}

#newFooter .newsletter .newsletter-input {
  position: relative;
  float: left;
  width: calc(100% - 100px);
  max-width: 250px;
  height: 40px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 14px;
  font-family: WorkSans-Medium;
  outline: 0;
  color: #9b9b9b;
  background-color: #f9f9f9;
  border: 0
}

#newFooter .newsletter .newsletter-submit {
  position: relative;
  float: left;
  width: 100px;
  height: 40px;
  font-size: 14px;
  font-family: WorkSans-Medium;
  color: #fff;
  background-color: #9b9b9b;
  border: 0;
  cursor: pointer
}

#newFooter .container {
  padding: 0 !important;
  padding-right: 0;
  max-width: 1140px !important;
  margin: auto;
  padding: 0 !important;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 1280px !important;
  width: calc(100% - 120px) !important;
  margin: auto
}

@media (max-width: 1200px) {
  #newFooter .container {
    max-width: 940px !important;
    width: 100% !important
  }
}

@media (max-width: 992px) {
  #newFooter .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important
  }
}

@media (max-width: 768px) {
  #newFooter .container {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
}

.sidebar-accordv3 {
  font-size: 16px;
  position: relative;
  font-family: 'WorkSans-SemiBold';
  color: #4A4A4A;
  cursor: pointer
}

.body-accordv3 {
  display: none
}

.arrow-accordv3 {
  display: inline;
  position: absolute;
  right: 0;
  top: -1px
}

#pagination {
  position: relative;
  float: left;
  margin-top: 25px;
  margin-bottom: 0;
  left: calc(50% - 0px);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding-top: 3px;
  top: -13px;
  overflow-x: auto;
  max-width: calc(100% - 10px)
}

@media (max-width: 712px) {
  #pagination {
    left: calc(50% - 0px)
  }
}

#pagination .page-item .page-link {
  border: 0;
  border-right: 1px solid #9b9b9b;
  border-radius: 0;
  background-color: transparent;
  padding: 0 5px
}

#pagination .page-item .page-link h6 {
  font-family: 'WorkSans-SemiBold'
}

#pagination .page-item .page-link.temporary {
  border-right: 1px solid #9b9b9b
}

#pagination .page-item:first-child .page-link {
  border-left: 1px solid #9b9b9b
}

#pagination .page-item .page-link.current {
  cursor: auto
}

#pagination .page-item .page-link.current h6 {
  color: #e5e5e5
}

#pagination .page-item .page-link.temporary h6 {
  color: #4a4a4a
}

.dashboard-header .info-detail {
  position: relative;
  float: left;
  height: 111px;
  background-color: #FFF;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0
}

.dashboard-header .logo-area {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  float: left;
  overflow: hidden
}

.dashboard-header .logo-area img.professional-avatar-detail {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain
}

.dashboard-header .center-area {
  width: calc(100% - 70px - 482px);
  position: relative;
  float: left;
  padding-top: 10px
}

.dashboard-header .center-area .title-pro-detail {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px
}

.dashboard-header .center-area .title-pro-detail h1 {
  font-family: WorkSans-SemiBold;
  font-size: 26px;
  letter-spacing: -.5px;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.dashboard-header .center-area .location-pro-detail {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 5px
}

.dashboard-header .center-area .location-pro-detail h6 {
  font-family: WorkSans-Regular;
  font-size: 16px;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  line-height: 15px;
  color: #ababab
}

.dashboard-header .center-area .location-pro-detail h6 a {
  color: #9b9b9b
}

.dashboard-header .button-area {
  width: 482px;
  position: relative;
  float: left;
  padding-top: 20px
}

.dashboard-header .button-area button {
  font-family: WorkSans-Medium;
  width: 150px;
  min-width: 0;
  margin-right: 0;
  border: 0;
  position: relative;
  float: left;
  border-radius: 3px;
  background-color: #4a4a4a;
  padding-top: 6px;
  padding-bottom: 6px
}

.dashboard-header .button-area button.single {
  float: right;
  margin-right: 0;
  outline: 0
}

.dashboard-header .button-area button:first-child {
  min-width: 0;
  margin-right: 10px
}

.dashboard-header .sub-menu {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  overflow-y: hidden
}

.dashboard-header .sub-menu .sub-menu-wrapper {
  position: relative;
  float: left;
  width: calc(100% + 0px);
  height: 60px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}

.dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu {
  white-space: nowrap;
  position: relative;
  float: left;
  padding-right: 0
}

.dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu ul {
  position: relative;
  float: none;
  padding: 0;
  list-style: none;
  display: inline-block;
  padding-top: 9px;
  white-space: nowrap
}

.dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu ul li {
  position: relative;
  float: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 0
}

.dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu ul li:last-child {
  margin-right: 0
}

.dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu ul li a {
  font-family: WorkSans-Medium;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -.2px;
  color: #4a4a4a
}

.dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu ul li a.active {
  color: #ababab
}

@media (max-width: 1200px) {
  .dashboard-header .logo-area {
    width: 60px;
    height: 60px
  }

  .dashboard-header .center-area {
    width: calc(100% - 60px - 482px);
    padding-top: 7px
  }

  .dashboard-header .center-area .title-pro-detail h1 {
    font-family: WorkSans-SemiBold;
    font-size: 24px
  }

  .dashboard-header .center-area .location-pro-detail {
    margin-top: 3px
  }

  .dashboard-header .center-area .location-pro-detail h6 {
    font-family: WorkSans-Regular;
    font-size: 14px
  }

  .dashboard-header .button-area {
    padding-top: 16px
  }
}

@media (max-width: 992px) {
  .dashboard-header .center-area .location-pro-detail {
    padding-top: 0;
    padding-bottom: 0
  }

  .dashboard-header .logo-area {
    width: 50px;
    height: 50px
  }

  .dashboard-header .center-area {
    width: calc(100% - 50px - 0px);
    padding-top: 4px
  }

  .dashboard-header .center-area .title-pro-detail h1 {
    font-size: 22px
  }

  .dashboard-header .center-area .location-pro-detail {
    margin-top: 3px
  }

  .dashboard-header .center-area .location-pro-detail h6 {
    font-family: WorkSans-Regular;
    font-size: 14px
  }

  .dashboard-header .button-area {
    padding-top: 10px;
    display: none
  }

  .dashboard-header .info-detail {
    height: auto
  }

  .dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu ul li {
    margin-right: 20px
  }
}

@media (max-width: 768px) {
  .dashboard-header .logo-area {
    width: 35px;
    height: 35px
  }

  .dashboard-header .info-detail {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .dashboard-header .center-area {
    width: calc(100% - 35px - 0px);
    padding-top: 0;
    min-height: 35px
  }

  .dashboard-header .center-area .title-pro-detail {
    padding-right: 0
  }

  .dashboard-header .center-area .title-pro-detail h1 {
    font-size: 16px
  }

  .dashboard-header .center-area .location-pro-detail {
    margin-top: 3px
  }

  .dashboard-header .center-area .location-pro-detail h6 {
    font-family: WorkSans-Regular;
    font-size: 13px
  }

  .dashboard-header .button-area {
    padding-top: 10px;
    width: 100%
  }

  .dashboard-header .button-area button {
    width: calc(50% - 5px);
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px
  }

  .dashboard-header .button-area button.single {
    width: 100%;
    float: left;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px
  }

  .dashboard-header .sub-menu .sub-menu-wrapper {
    width: calc(100% + 40px);
    left: -20px
  }

  .dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu {
    padding-right: 20px
  }

  .dashboard-header .sub-menu .sub-menu-wrapper .content-sub-menu ul {
    padding-left: 20px;
    padding-right: 0
  }

  .dashboard-header.dashboard .button-area button {
    width: 100%
  }

  .dashboard-header.dashboard .button-area button.back-to-personal {
    display: none
  }
}

.archify-pagination-prev-button {
  position: relative;
  float: left;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  width: 35px;
  height: 35px
}

.archify-pagination-next-button {
  position: relative;
  float: right;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  width: 35px;
  height: 35px
}

.archify-pagination {
  justify-content: center
}

.archify-pagination .left-etc {
  display: none !important
}

.archify-pagination .right-etc {
  display: none !important
}

.archify-pagination span {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #4a4a4a;
  background-color: #fff;
  font-family: 'WorkSans-Medium';
  font-size: 14px
}

.archify-pagination .page-link {
  color: #4a4a4a;
  font-family: 'WorkSans-Medium';
  font-size: 14px;
  border: 0;
  padding: 10px;
  border-radius: 3px
}

.archify-pagination .page-item.active .page-link {
  color: #fff;
  background-color: #D5ECEE
}

.archify-pagination .page-item .page-link:hover {
  color: #4a4a4a;
  background-color: #D5ECEE;
  z-index: 2
}

.archify-pagination .page-item.disabled .page-link {
  color: #e5e5e5
}

.pampam-sprite {
  background-image: url(/live/oe_/https://www.archify.com/assets/img/sprite.png);
  background-repeat: no-repeat;
  display: inline-block
}

.sprite-home-green {
  width: 200px;
  height: 80px;
  background-position: -222px -790px
}

.sprite-pro-blue {
  width: 250px;
  height: 80px;
  background-position: -387px -1570px
}

.sprite-404-bluprin {
  width: 104px;
  height: 65px;
  background-position: -45px -83px
}

.sprite-404-images {
  width: 104px;
  height: 65px;
  background-position: -691px -75px
}

.sprite-404-directory {
  width: 104px;
  height: 65px;
  background-position: -423px -72px
}

.sprite-signup-require-yes {
  width: 45px;
  height: 45px;
  background-position: -1089px -2436px
}

.sprite-signup-require-no {
  width: 45px;
  height: 45px;
  background-position: -917px -2436px
}

.sprite-email {
  width: 100px;
  height: 100px;
  background-position: -653px -2663px
}

.sprite-user-pro {
  width: 100px;
  height: 100px;
  background-position: -396px -2663px
}

.sprite-gedung {
  width: 100px;
  height: 100px;
  background-position: -888px -2663px
}

.sprite-cancel-filter {
  width: 20px;
  height: 20px;
  background-position: -387px -402px
}

.sprite-close-modal {
  width: 25px;
  height: 25px;
  background-position: -454px -392px
}

.sprite-arrow-left-modal {
  width: 60px;
  height: 60px;
  background-position: -1126px -2670px
}

.sprite-arrow-right-modal {
  width: 60px;
  height: 60px;
  background-position: -988px -2670px
}

.sprite-like-new {
  width: 50px;
  height: 50px;
  background-position: -369px -939px
}

.sprite-search-new {
  width: 50px;
  height: 50px;
  background-position: -274px -180px
}

.sprite-share-new {
  width: 50px;
  height: 50px;
  background-position: -846px -2432px
}

.sprite-share-fb-new {
  width: 30px;
  height: 30px;
  background-position: -338px -588px
}

.sprite-share-tweet-new {
  width: 30px;
  height: 30px;
  background-position: -659px -588px
}

.sprite-share-gplus-new {
  width: 38px;
  height: 30px;
  background-position: -966px -487px
}

.sprite-search-zoom {
  width: 30px;
  height: 30px;
  background-position: -395px -1276px
}

.sprite-fb-detail-article {
  width: 30px;
  height: 30px;
  background-position: -133px -309px
}

.sprite-twitter-detail-article {
  width: 30px;
  height: 30px;
  background-position: -456px -309px
}

.sprite-gplus-detail-article {
  width: 30px;
  height: 30px;
  background-position: -208px -309px
}

.sprite-path-detail-article {
  width: 30px;
  height: 30px;
  background-position: -389px -309px
}

.sprite-linkind-detail-article {
  width: 30px;
  height: 30px;
  background-position: -306px -309px
}

.sprite-mail-detail-article {
  width: 30px;
  height: 30px;
  background-position: -47px -309px
}

.sprite-contact-fb-new {
  width: 40px;
  height: 40px;
  background-position: -826px -476px
}

.sprite-contact-instagram-new {
  width: 40px;
  height: 40px;
  background-position: -1108px -476px
}

.sprite-contact-linkedin-new {
  width: 40px;
  height: 40px;
  background-position: -35px -586px
}

.sprite-contact-gplus-new {
  width: 40px;
  height: 40px;
  background-position: -965px -476px
}

.sprite-contact-wa-new {
  width: 40px;
  height: 40px;
  background-position: -197px -577px
}

.sprite-contact-mail-green-new {
  width: 40px;
  height: 40px;
  background-position: -679px -476px
}

.sprite-contact-mail-blue-new {
  width: 40px;
  height: 40px;
  background-position: -517px -476px
}

.sprite-app-store {
  width: 125px;
  height: 40px;
  background-position: -40px -1450px
}

.sprite-google-play {
  width: 125px;
  height: 40px;
  background-position: -771px -1261px
}

.sprite-customer {
  width: 130px;
  height: 81px;
  background-position: -518px -1752px
}

.sprite-bussines {
  width: 130px;
  height: 81px;
  background-position: -7px -1759px
}

.sprite-company {
  width: 91px;
  height: 81px;
  background-position: -347px -1940px
}

.sprite-statics {
  width: 130px;
  height: 81px;
  background-position: -496px -2268px
}

.sprite-featured-article {
  width: 93px;
  height: 81px;
  background-position: -765px -1410px
}

.sprite-local-events {
  width: 130px;
  height: 81px;
  background-position: 5px -1922px
}

.sprite-partnership {
  width: 130px;
  height: 81px;
  background-position: -1101px -2089px
}

.sprite-online-directory {
  width: 130px;
  height: 81px;
  background-position: -906px -1752px
}

.sprite-star {
  width: 22px;
  height: 20px;
  background-position: -1125px -2297px
}

.sprite-star-half {
  width: 22px;
  height: 20px;
  background-position: -1180px -2297px
}

.sprite-star-empty {
  width: 22px;
  height: 20px;
  background-position: -1180px -2335px
}

.sprite-emblem-gold {
  width: 22px;
  height: 20px;
  background-position: -44px -1281px
}

.sprite-emblem-silver {
  width: 22px;
  height: 20px;
  background-position: -159px -1281px
}

.sprite-save-pro {
  width: 32px;
  height: 32px;
  background-position: -93px -2461px
}

.sprite-send-messagee {
  width: 32px;
  height: 32px;
  background-position: -652px -1277px
}

.sprite-save-pro {
  width: 32px;
  height: 32px;
  background-position: -222px -2454px
}

.sprite-phone-pro {
  width: 32px;
  height: 32px;
  background-position: -555px -585px
}

.sprite-pro-fb-new {
  width: 20px;
  height: 20px;
  background-position: -141px -316px
}

.sprite-pro-tweet-new {
  width: 20px;
  height: 20px;
  background-position: -461px -316px
}

.sprite-pro-gplus-new {
  width: 25px;
  height: 20px;
  background-position: -212px -316px
}

.sprite-pro-mail-new {
  width: 20px;
  height: 20px;
  background-position: -49px -316px
}

.sprite-plus-board {
  width: 60px !important;
  height: 60px;
  background-position: -655px -280px
}

.sprite-pagination-left {
  width: 35px;
  height: 35px;
  background-position: -1090px -191px;
  background-color: #719B46;
  border-radius: 3px
}

.sprite-pagination-right {
  width: 35px;
  height: 35px;
  background-position: -1060px -191px;
  background-color: #719B46;
  border-radius: 3px
}

.sprite-search-menu-top {
  width: 40px;
  height: 40px;
  background-position: -390px -1272px
}

.note-editor .panel-heading {
  background-color: #f9f9f9 !important
}

.btn-group-vertical>.btn, .btn-group>.btn {
  background-color: #f9f9f9 !important
}

.btn-group-vertical>.btn, .btn-group>.btn.active {
  background-color: #e5e5e5 !important
}

.note-editor.note-frame {
  border-radius: 2px !important
}