img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: 0 0 !important;
  padding: 0 !important;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}
.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.wp-block-button.is-style-outline > .wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  background-image: none;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(
    .is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center
  )
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}
.wp-block-categories {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-code {
  box-sizing: border-box;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-top: 0.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]),
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before {
  opacity: 1;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper,
.wp-block[data-align="right"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image
  figcaption
  img,
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item
  figcaption
  img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-image
  img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-item
  img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  object-fit: cover;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure,
.wp-block-gallery:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 70%,
    transparent
  );
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  img {
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  figcaption,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
  figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1
  figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-4
    figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5
    figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333
    );
  }
  .wp-block-gallery.has-nested-images.columns-7
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714
    );
  }
  .wp-block-gallery.has-nested-images.columns-8
    figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image.has-custom-border img,
.wp-block-image img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: table;
}
.wp-block-image.aligncenter > figcaption,
.wp-block-image .aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image.alignright > figcaption,
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}
.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}
.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}
.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}
.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}
.wp-block-image figure {
  margin: 0;
}
ol.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
  float: left;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.25em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: 0.075em;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation
  .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
  > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  position: relative;
  display: flex;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  padding: var(--wp--style--root--padding-top, 2rem)
    var(--wp--style--root--padding-right, 2rem)
    var(--wp--style--root--padding-bottom, 2rem)
    var(--wp--style--root--padding-left, 2rem);
  overflow: auto;
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 1ms;
    animation-delay: 0s;
  }
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  color: inherit !important;
  background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  right: auto;
  left: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    )
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: inherit;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-close {
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 100%);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
p.has-background {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0;
}
.wp-block-post-author__name {
  margin: 0;
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-date {
  box-sizing: border-box;
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim {
  position: absolute;
  inset: 0;
  background-color: #000;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-title {
  word-break: break-word;
  box-sizing: border-box;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template {
  background: none;
}
.wp-block-post-template.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-next:last-child {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.wp-block-query-pagination
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.wp-block-query-pagination
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:not([style*="text-decoration"]),
.wp-block-read-more:not([style*="text-decoration"]):active,
.wp-block-read-more:not([style*="text-decoration"]):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-search__button {
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  padding: 8px;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block-separator {
  border: 1px solid;
  border-right: none;
  border-left: none;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}
.wp-block-social-links {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: none;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.65em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link
  .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud.aligncenter {
  text-align: center;
  justify-content: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.wp-block-tag-cloud.is-style-outline a {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.wp-block-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit;
}
.wp-block-table table[style*="border-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th,
.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th {
  border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
  border-top-color: currentColor;
}
.wp-block-table table[style*="border-right-color"] > *,
.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr {
  border-right-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th,
.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th {
  border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
  border-bottom-color: currentColor;
}
.wp-block-table table[style*="border-left-color"] > *,
.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr {
  border-left-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
  border-width: inherit;
  border-style: inherit;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 0 0 1em;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-grid__products {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.wc-block-grid__product {
  box-sizing: border-box;
  padding: 0 16px 0 0;
  margin: 0 0 24px;
  float: none;
  width: auto;
  position: relative;
  text-align: center;
}
.wc-block-grid__product-link {
  text-decoration: none;
  border: 0;
}
.wc-block-grid__product-image {
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
}
.wc-block-grid__product-image img {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.wc-block-grid__product-title {
  line-height: 1.2;
  font-weight: 700;
}
.wc-block-grid__product-price,
.wc-block-grid__product-rating,
.wc-block-grid__product-title {
  margin-bottom: 12px;
  display: block;
}
.wc-block-grid__product-add-to-cart,
.wc-block-grid__product-add-to-cart a {
  margin: 0;
  word-break: break-word;
  white-space: normal;
}
.wc-block-grid__product-add-to-cart a.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.wc-block-grid__product-add-to-cart a.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.wc-block-grid__product-add-to-cart a.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.wc-block-grid__product-add-to-cart .added_to_cart {
  text-align: center;
}
.wc-block-grid__product-onsale {
  font-weight: 700;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  padding: 0.5em;
  z-index: 9;
  text-transform: uppercase;
}
.wc-block-grid__product-rating .star-rating {
  overflow: hidden;
  position: relative;
  width: 5.3em;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  font-family: star;
  font-weight: 400;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.wc-block-grid__product-rating .star-rating:before {
  content: "\53\53\53\53\53";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0.5;
  color: #aaa;
}
.wc-block-grid__product-rating .star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}
.wc-block-grid__product-rating .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  color: #000;
}
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.wc-block-grid.has-aligned-buttons .wc-block-grid__product-add-to-cart {
  margin-top: auto !important;
}
.wc-block-grid.has-1-columns .wc-block-grid__products {
  display: block;
}
.wc-block-grid.has-1-columns .wc-block-grid__product {
  margin-left: auto;
  margin-right: auto;
}
.wc-block-grid.has-2-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 50%;
  max-width: 50%;
}
.wc-block-grid.has-3-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 33.33333%;
  max-width: 33.33333%;
}
.wc-block-grid.has-4-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 25%;
  max-width: 25%;
}
.wc-block-grid.has-5-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 20%;
  max-width: 20%;
}
.wc-block-grid.has-6-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 16.66667%;
  max-width: 16.66667%;
}
.wc-block-grid.has-7-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 14.28571%;
  max-width: 14.28571%;
}
.wc-block-grid.has-8-columns .wc-block-grid__product {
  -webkit-box-flex: 1;
  flex: 1 0 12.5%;
  max-width: 12.5%;
}
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull)
  .wc-block-grid__product,
.wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
  font-size: 0.8em;
}
.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464;
}
.theme-twentynineteen .wc-block-grid__product {
  font-size: 0.88889em;
}
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.theme-twentynineteen .wc-block-grid__product-onsale {
  line-height: 1;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-featured-category {
  position: relative;
  background-color: #24292d;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  margin: 0 0 1.5em;
}
.wc-block-featured-category,
.wc-block-featured-category .wc-block-featured-category__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.wc-block-featured-category .wc-block-featured-category__wrapper {
  overflow: hidden;
  height: 100%;
}
.wc-block-featured-category.has-left-content {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.wc-block-featured-category.has-left-content
  .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content
  .wc-block-featured-category__title {
  margin-left: 0;
  text-align: left;
}
.wc-block-featured-category.has-right-content {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__description,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__price,
.wc-block-featured-category.has-right-content
  .wc-block-featured-category__title {
  margin-right: 0;
  text-align: right;
}
.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.wc-block-featured-category .wc-block-featured-category__description a,
.wc-block-featured-category .wc-block-featured-category__description a:active,
.wc-block-featured-category .wc-block-featured-category__description a:focus,
.wc-block-featured-category .wc-block-featured-category__description a:hover,
.wc-block-featured-category .wc-block-featured-category__price a,
.wc-block-featured-category .wc-block-featured-category__price a:active,
.wc-block-featured-category .wc-block-featured-category__price a:focus,
.wc-block-featured-category .wc-block-featured-category__price a:hover,
.wc-block-featured-category .wc-block-featured-category__title a,
.wc-block-featured-category .wc-block-featured-category__title a:active,
.wc-block-featured-category .wc-block-featured-category__title a:focus,
.wc-block-featured-category .wc-block-featured-category__title a:hover {
  color: #fff;
}
.wc-block-featured-category .wc-block-featured-category__description,
.wc-block-featured-category .wc-block-featured-category__link,
.wc-block-featured-category .wc-block-featured-category__price,
.wc-block-featured-category .wc-block-featured-category__title {
  width: 100%;
  padding: 0 48px 16px;
  z-index: 1;
}
.wc-block-featured-category .wc-block-featured-category__title {
  margin-top: 0;
}
.wc-block-featured-category .wc-block-featured-category__title:before {
  display: none;
}
.wc-block-featured-category .wc-block-featured-category__description p {
  margin: 0;
}
.wc-block-featured-category.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wc-block-featured-category.has-background-dim.has-background-dim-10:before {
  opacity: 0.1;
}
.wc-block-featured-category.has-background-dim.has-background-dim-20:before {
  opacity: 0.2;
}
.wc-block-featured-category.has-background-dim.has-background-dim-30:before {
  opacity: 0.3;
}
.wc-block-featured-category.has-background-dim.has-background-dim-40:before {
  opacity: 0.4;
}
.wc-block-featured-category.has-background-dim.has-background-dim-50:before {
  opacity: 0.5;
}
.wc-block-featured-category.has-background-dim.has-background-dim-60:before {
  opacity: 0.6;
}
.wc-block-featured-category.has-background-dim.has-background-dim-70:before {
  opacity: 0.7;
}
.wc-block-featured-category.has-background-dim.has-background-dim-80:before {
  opacity: 0.8;
}
.wc-block-featured-category.has-background-dim.has-background-dim-90:before {
  opacity: 0.9;
}
.wc-block-featured-category.has-background-dim.has-background-dim-100:before {
  opacity: 1;
}
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
  max-width: 305px;
  width: 100%;
}
.wc-block-featured-category:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wc-block-featured-category:after {
    content: none;
  }
}
.wc-block-featured-category.aligncenter,
.wc-block-featured-category.alignleft,
.wc-block-featured-category.alignright {
  display: -webkit-box;
  display: flex;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.woocommerce-product-categories__operator .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
}
.components-panel
  .woocommerce-product-categories__operator.components-base-control {
  margin-top: 16px;
}
.components-panel
  .woocommerce-product-categories__operator.components-base-control
  .components-select-control__input {
  margin-left: 0;
  min-width: 100%;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-product-categories {
  margin-bottom: 1em;
}
.wc-block-product-categories.is-dropdown {
  display: -webkit-box;
  display: flex;
}
.wc-block-product-categories select {
  margin-right: 0.5em;
}
.wp-block-woocommerce-product-categories.is-loading
  .wc-block-product-categories__placeholder {
  display: inline-block;
  height: 1em;
  width: 50%;
  min-width: 200px;
  background: currentColor;
  opacity: 0.2;
}
.wc-block-product-categories__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  margin: 0;
  border: none;
  cursor: pointer;
  background: 0 0;
  padding: 8px;
  color: #555d66;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.wc-block-product-categories__button svg {
  fill: currentColor;
  outline: none;
}
.wc-block-product-categories__button:active {
  color: currentColor;
}
.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.3;
}
.wc-block-product-categories__button:focus:enabled {
  background-color: #fff;
  color: #191e23;
  box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.wc-block-product-categories__button:not(:disabled):not(
    [aria-disabled="true"]
  ):hover {
  background-color: #fff;
  color: #191e23;
  box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff,
    0 1px 1px rgba(25, 30, 35, 0.2);
}
.wc-block-product-categories__button:not(:disabled):not(
    [aria-disabled="true"]
  ):active {
  outline: none;
  background-color: #fff;
  color: #191e23;
  box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff;
}
.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled="true"]:focus {
  box-shadow: none;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.woocommerce-product-attributes__operator .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
}
.components-panel
  .woocommerce-product-attributes__operator.components-base-control {
  margin-top: 16px;
}
.components-panel
  .woocommerce-product-attributes__operator.components-base-control
  .components-select-control__input {
  margin-left: 0;
  min-width: 100%;
}
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-searching
  .woocommerce-search-list__item-prefix:after,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-skip-level
  .woocommerce-search-list__item-prefix:after {
  content: ":";
}
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:active,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:focus,
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-not-active:hover {
  background: #fff;
}
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading {
  -webkit-box-pack: center;
  justify-content: center;
}
.woocommerce-search-list__item.woocommerce-product-attributes__item.is-loading
  .components-spinner {
  margin-bottom: 12px;
}
.woocommerce-search-list__item.woocommerce-product-attributes__item.depth-0:after {
  margin-left: 8px;
  content: "";
  height: 24px;
  width: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="{ $core-grey-dark-300}" /></svg>');
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
}
.woocommerce-search-list__item.woocommerce-product-attributes__item.depth-0[aria-expanded="true"]:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" fill="{ $core-grey-dark-300}" /></svg>');
}
.woocommerce-search-list__item.woocommerce-product-attributes__item[disabled].depth-0:after {
  margin-left: 0;
  width: auto;
  background: 0 0;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-featured-product {
  position: relative;
  background-color: #24292d;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  margin: 0 0 1.5em;
}
.wc-block-featured-product,
.wc-block-featured-product .wc-block-featured-product__wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.wc-block-featured-product .wc-block-featured-product__wrapper {
  overflow: hidden;
  height: 100%;
}
.wc-block-featured-product.has-left-content {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.wc-block-featured-product.has-left-content
  .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content
  .wc-block-featured-product__variation {
  margin-left: 0;
  text-align: left;
}
.wc-block-featured-product.has-right-content {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.wc-block-featured-product.has-right-content
  .wc-block-featured-product__description,
.wc-block-featured-product.has-right-content .wc-block-featured-product__price,
.wc-block-featured-product.has-right-content .wc-block-featured-product__title,
.wc-block-featured-product.has-right-content
  .wc-block-featured-product__variation {
  margin-right: 0;
  text-align: right;
}
.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  color: #fff;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.wc-block-featured-product .wc-block-featured-product__description a,
.wc-block-featured-product .wc-block-featured-product__description a:active,
.wc-block-featured-product .wc-block-featured-product__description a:focus,
.wc-block-featured-product .wc-block-featured-product__description a:hover,
.wc-block-featured-product .wc-block-featured-product__price a,
.wc-block-featured-product .wc-block-featured-product__price a:active,
.wc-block-featured-product .wc-block-featured-product__price a:focus,
.wc-block-featured-product .wc-block-featured-product__price a:hover,
.wc-block-featured-product .wc-block-featured-product__title a,
.wc-block-featured-product .wc-block-featured-product__title a:active,
.wc-block-featured-product .wc-block-featured-product__title a:focus,
.wc-block-featured-product .wc-block-featured-product__title a:hover,
.wc-block-featured-product .wc-block-featured-product__variation a,
.wc-block-featured-product .wc-block-featured-product__variation a:active,
.wc-block-featured-product .wc-block-featured-product__variation a:focus,
.wc-block-featured-product .wc-block-featured-product__variation a:hover {
  color: #fff;
}
.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link,
.wc-block-featured-product .wc-block-featured-product__price,
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  width: 100%;
  padding: 16px 48px 0;
  z-index: 1;
}
.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
  margin-top: 0;
  border: 0;
}
.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
  display: none;
}
.wc-block-featured-product .wc-block-featured-product__variation {
  font-style: italic;
  padding-top: 0;
}
.wc-block-featured-product .wc-block-featured-product__description p {
  margin: 0;
  line-height: 1.5em;
}
.wc-block-featured-product.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}
.wc-block-featured-product.has-background-dim.has-background-dim-10:before {
  opacity: 0.1;
}
.wc-block-featured-product.has-background-dim.has-background-dim-20:before {
  opacity: 0.2;
}
.wc-block-featured-product.has-background-dim.has-background-dim-30:before {
  opacity: 0.3;
}
.wc-block-featured-product.has-background-dim.has-background-dim-40:before {
  opacity: 0.4;
}
.wc-block-featured-product.has-background-dim.has-background-dim-50:before {
  opacity: 0.5;
}
.wc-block-featured-product.has-background-dim.has-background-dim-60:before {
  opacity: 0.6;
}
.wc-block-featured-product.has-background-dim.has-background-dim-70:before {
  opacity: 0.7;
}
.wc-block-featured-product.has-background-dim.has-background-dim-80:before {
  opacity: 0.8;
}
.wc-block-featured-product.has-background-dim.has-background-dim-90:before {
  opacity: 0.9;
}
.wc-block-featured-product.has-background-dim.has-background-dim-100:before {
  opacity: 1;
}
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
  max-width: 305px;
  width: 100%;
}
.wc-block-featured-product:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wc-block-featured-product:after {
    content: none;
  }
}
.wc-block-featured-product.aligncenter,
.wc-block-featured-product.alignleft,
.wc-block-featured-product.alignright {
  display: -webkit-box;
  display: flex;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.woocommerce-search-product__item
  .woocommerce-search-list__item-name
  .description {
  display: block;
}
.woocommerce-search-product__item.is-searching
  .woocommerce-search-list__item-prefix:after,
.woocommerce-search-product__item.is-skip-level
  .woocommerce-search-list__item-prefix:after {
  content: ":";
}
.woocommerce-search-product__item.is-not-active:active,
.woocommerce-search-product__item.is-not-active:focus,
.woocommerce-search-product__item.is-not-active:hover {
  background: #fff;
}
.woocommerce-search-product__item.is-loading {
  -webkit-box-pack: center;
  justify-content: center;
}
.woocommerce-search-product__item.is-loading .components-spinner {
  margin-bottom: 12px;
}
.woocommerce-search-product__item.depth-0.is-variable:after {
  margin-left: 8px;
  content: "";
  height: 24px;
  width: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" fill="{ $core-grey-dark-300} " /></svg>');
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
}
.woocommerce-search-product__item.depth-0.is-variable[aria-expanded="true"]:after {
  background-image: url('data:image/svg+xml; utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z" fill="{ $core-grey-dark-300 } " /></svg>');
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-load-more {
  text-align: center;
  width: 100%;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.is-loading .wc-block-review-list-item__text {
  -webkit-animation: loading-fade 1.6s ease-in-out infinite;
  animation: loading-fade 1.6s ease-in-out infinite;
  background-color: #e2e4e7;
  color: transparent;
  display: block;
  width: 60%;
}
.is-loading .wc-block-review-list-item__text:after {
  content: "\00a0";
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading .wc-block-review-list-item__text {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading .wc-block-review-list-item__info .wc-block-review-list-item__image {
  -webkit-animation: loading-fade 1.6s ease-in-out infinite;
  animation: loading-fade 1.6s ease-in-out infinite;
  background-color: #e2e4e7;
  color: transparent;
}
.is-loading
  .wc-block-review-list-item__info
  .wc-block-review-list-item__image:after {
  content: "\00a0";
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-review-list-item__info
    .wc-block-review-list-item__image {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-review-list-item__info
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__author {
  -webkit-animation: loading-fade 1.6s ease-in-out infinite;
  animation: loading-fade 1.6s ease-in-out infinite;
  background-color: #e2e4e7;
  color: transparent;
  font-size: 1em;
  width: 80px;
}
.is-loading
  .wc-block-review-list-item__info
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__author:after {
  content: "\00a0";
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-review-list-item__info
    .wc-block-review-list-item__meta
    .wc-block-review-list-item__author {
    -webkit-animation: none;
    animation: none;
  }
}
.is-loading
  .wc-block-review-list-item__info
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__product {
  display: none;
}
.is-loading
  .wc-block-review-list-item__info
  .wc-block-review-list-item__meta
  .wc-block-review-list-item__rating
  .wc-block-review-list-item__rating__stars
  > span {
  display: none;
}
.is-loading
  .wc-block-review-list-item__info
  .wc-block-review-list-item__published-date {
  -webkit-animation: loading-fade 1.6s ease-in-out infinite;
  animation: loading-fade 1.6s ease-in-out infinite;
  background-color: #e2e4e7;
  color: transparent;
  height: 1em;
  width: 120px;
}
.is-loading
  .wc-block-review-list-item__info
  .wc-block-review-list-item__published-date:after {
  content: "\00a0";
}
@media screen and (prefers-reduced-motion: reduce) {
  .is-loading
    .wc-block-review-list-item__info
    .wc-block-review-list-item__published-date {
    -webkit-animation: none;
    animation: none;
  }
}
.editor-styles-wrapper .wc-block-review-list-item__item,
.wc-block-review-list-item__item {
  margin: 0 0 48px;
  list-style: none;
}
.wc-block-review-list-item__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
}
.wc-block-review-list-item__meta {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.has-image .wc-block-review-list-item__info {
  -ms-grid-columns: 64px 1fr;
  grid-template-columns: 64px 1fr;
}
.has-image .wc-block-review-list-item__meta {
  -ms-grid-column: 2;
  grid-column: 2;
}
.wc-block-review-list-item__image {
  height: 48px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 48px;
  position: relative;
}
.wc-block-review-list-item__image img {
  width: 100%;
  height: 100%;
  display: block;
}
.wc-block-review-list-item__verified {
  width: 21px;
  height: 21px;
  text-indent: 21px;
  margin: 0;
  line-height: 21px;
  overflow: hidden;
  position: absolute;
  right: -7px;
  bottom: -7px;
}
.wc-block-review-list-item__verified:before {
  width: 21px;
  height: 21px;
  background: transparent
    url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E')
    50% no-repeat;
  display: block;
  content: "";
}
.wc-block-review-list-item__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.wc-block-review-list-item__meta:after {
  -webkit-box-ordinal-group: 4;
  order: 3;
  content: "";
  flex-basis: 100%;
}
.wc-block-review-list-item__author,
.wc-block-review-list-item__product {
  display: block;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
  order: 1;
  margin-right: 8px;
}
.wc-block-review-list-item__product + .wc-block-review-list-item__author {
  font-weight: 400;
  color: grey;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.wc-block-review-list-item__published-date {
  color: grey;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.wc-block-review-list-item__author
  + .wc-block-review-list-item__published-date:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #ddd;
  height: 1em;
  vertical-align: middle;
}
.wc-block-review-list-item__author:first-child
  + .wc-block-review-list-item__published-date:before,
.wc-block-review-list-item__rating
  + .wc-block-review-list-item__author
  + .wc-block-review-list-item__published-date:before {
  display: none;
}
.wc-block-review-list-item__rating {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.wc-block-review-list-item__rating > .wc-block-review-list-item__rating__stars {
  display: inline-block;
  top: 0;
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
  vertical-align: top;
}
.wc-block-review-list-item__rating
  > .wc-block-review-list-item__rating__stars:before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.wc-block-review-list-item__rating
  > .wc-block-review-list-item__rating__stars
  span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.wc-block-review-list-item__rating
  > .wc-block-review-list-item__rating__stars
  span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #e6a237;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.editor-styles .wc-block-review-list,
.wc-block-review-list {
  margin: 0;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-order-select {
  margin-bottom: 12px;
}
.wc-block-order-select__label {
  margin-right: 12px;
  display: inline-block;
  font-weight: 400;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-review-order-select {
  text-align: right;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.components-toggle-button-control .components-base-control__field {
  flex-wrap: wrap;
}
.components-toggle-button-control .components-toggle-button-control__label {
  width: 100%;
  margin-bottom: 8px;
  display: block;
}
.components-toggle-button-control .components-base-control__help {
  margin-top: 0;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.wc-block-product-search .wc-block-product-search__fields {
  display: -webkit-box;
  display: flex;
}
.wc-block-product-search .wc-block-product-search__field {
  padding: 6px 8px;
  line-height: 1.8;
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.wc-block-product-search .wc-block-product-search__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  margin: 0 0 0 6px;
  border: none;
  cursor: pointer;
  background: 0 0;
  padding: 8px;
  color: #555d66;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.wc-block-product-search .wc-block-product-search__button svg {
  fill: currentColor;
  outline: none;
}
.wc-block-product-search .wc-block-product-search__button:active {
  color: currentColor;
}
.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search
  .wc-block-product-search__button[aria-disabled="true"] {
  cursor: default;
  opacity: 0.3;
}
.wc-block-product-search .wc-block-product-search__button:focus:enabled {
  background-color: #fff;
  color: #191e23;
  box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.wc-block-product-search
  .wc-block-product-search__button:not(:disabled):not(
    [aria-disabled="true"]
  ):hover {
  background-color: #fff;
  color: #191e23;
  box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff,
    0 1px 1px rgba(25, 30, 35, 0.2);
}
.wc-block-product-search
  .wc-block-product-search__button:not(:disabled):not(
    [aria-disabled="true"]
  ):active {
  outline: none;
  background-color: #fff;
  color: #191e23;
  box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff;
}
.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search
  .wc-block-product-search__button[aria-disabled="true"]:focus {
  box-shadow: none;
}
@-webkit-keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes loading-fade {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
.woocommerce-product-tags__operator .components-base-control__help {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
}
.components-panel .woocommerce-product-tags__operator.components-base-control {
  margin-top: 16px;
}
.components-panel
  .woocommerce-product-tags__operator.components-base-control
  .components-select-control__input {
  margin-left: 0;
  min-width: 100%;
}
/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    #9b51e0 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    #7adcb4 0%,
    #00d082 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    #cf2e2e 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    #eee 0%,
    #a9b8c3 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    #4aeadc 0%,
    #9778d1 20%,
    #cf2aba 40%,
    #ee2c82 60%,
    #fb6962 80%,
    #fef84c 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    #ffceec 0%,
    #9896f0 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    #fecda5 0%,
    #fe2d2d 50%,
    #6b003e 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    #ffcb70 0%,
    #c751c0 50%,
    #4158d0 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    #fff5cb 0%,
    #b6e3d4 50%,
    #33a7b5 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    #caf880 0%,
    #71ce7e 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    #020381 0%,
    #2874fc 100%
  );
  --wp--preset--duotone--dark-grayscale: url("#wp-duotone-dark-grayscale");
  --wp--preset--duotone--grayscale: url("#wp-duotone-grayscale");
  --wp--preset--duotone--purple-yellow: url("#wp-duotone-purple-yellow");
  --wp--preset--duotone--blue-red: url("#wp-duotone-blue-red");
  --wp--preset--duotone--midnight: url("#wp-duotone-midnight");
  --wp--preset--duotone--magenta-yellow: url("#wp-duotone-magenta-yellow");
  --wp--preset--duotone--purple-green: url("#wp-duotone-purple-green");
  --wp--preset--duotone--blue-orange: url("#wp-duotone-blue-orange");
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
.rs-p-wp-fix {
  display: none !important;
  margin: 0 !important;
  height: 0 !important;
}
.wp-block-themepunch-revslider {
  position: relative;
}
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
}
rs-debug {
  z-index: 100000;
  position: fixed;
  top: 0;
  width: 300px;
  height: 300px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  overflow: scroll;
}
rs-modal {
  position: fixed !important;
  z-index: 9999999 !important;
  pointer-events: none !important;
}
rs-modal.rs-modal-auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-modal rs-fullwidth-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
rs-module-wrap.rs-modal {
  display: none;
  max-height: 100% !important;
  overflow: auto !important;
  pointer-events: auto !important;
}
rs-modal-cover {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: auto;
}
body > rs-modal-cover {
  position: fixed;
  z-index: 9999995 !important;
}
rs-sbg-px {
  pointer-events: none;
}
.rs-forcehidden * {
  visibility: hidden !important;
}
.rs_splitted_lines {
  display: block;
  white-space: nowrap !important;
}
.debugtimeline {
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.debugtimeline:hover {
  height: 15px;
}
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 9999999 !important;
  background: #fff;
}
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0;
  white-space: nowrap;
  line-height: 10px;
}
.rtl {
  direction: rtl;
}
@font-face {
  font-family: "revicons";
  src: url(../fonts/revicons90c6.eot?5510888);
  src: url(../fonts/revicons.eot?5510888#iefix) format("embedded-opentype"),
    url(../fonts/revicons.woff?5510888) format("woff"),
    url(../fonts/revicons.ttf?5510888) format("truetype"),
    url(../fonts/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
rs-module i[class^="fa-"],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^="fa-"],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^="fa-"],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^="fa-"],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^="fa-"],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^="fa-"],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^="fa-"],
#builderView i[class*=" fa-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
rs-module [class^="fa-"]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^="fa-"]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^="fa-"]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^="fa-"]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^="fa-"]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^="fa-"]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^="fa-"]:before,
#builderView [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}
rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.tp-fullwidth-forcer {
  z-index: 0;
  pointer-events: none;
}
rs-module-wrap,
rs-module-wrap * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
rs-module-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}
.rs-fixedscrollon rs-module-wrap {
  position: fixed !important;
  top: 0 !important;
  z-index: 1000;
}
rs-fw-forcer {
  display: block;
  width: 100%;
  pointer-events: none;
}
rs-module {
  position: relative;
  overflow: hidden;
  display: block;
}
rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
  display: block;
  pointer-events: none;
}
rs-sbg-effectwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
rs-sbg-px,
rs-sbg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
a.rs-layer,
a.rs-layer:-webkit-any-link {
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.entry-content rs-module a,
rs-module a {
  box-shadow: none;
}
.rs-ov-hidden {
  overflow: hidden !important;
}
.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
  overflow: visible !important;
}
.tp-simpleresponsive img,
rs-module img {
  max-width: none !important;
  transition: none;
  margin: 0;
  padding: 0;
  border: none;
}
rs-module .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}
rs-slides,
rs-slide,
rs-slide:before {
  position: absolute;
  text-indent: 0em;
  top: 0;
  left: 0;
}
rs-slide,
rs-slide:before {
  display: block;
  visibility: hidden;
}
.rs-layer .rs-untoggled-content {
  display: block;
}
.rs-layer .rs-toggled-content {
  display: none;
}
.rs-tc-active.rs-layer .rs-toggled-content {
  display: block;
}
.rs-tc-active.rs-layer .rs-untoggled-content {
  display: none;
}
.rs-layer-video {
  overflow: hidden;
}
rs-module rs-layer,
rs-module .rs-layer {
  opacity: 0;
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
  margin-bottom: 0;
}
.rs-svg svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}
rs-layer,
.rs-layer,
rs-alyer *,
.rs-layer * {
  outline: none !important;
}
rs-carousel-wrap {
  cursor: url(//demo.kallyas.net/freelancer/wp-content/plugins/revslider/public/assets/css/openhand.cur),
    move;
}
rs-carousel-wrap.dragged {
  cursor: url(//demo.kallyas.net/freelancer/wp-content/plugins/revslider/public/assets/css/closedhand.cur),
    move;
}
rs-carousel-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
rs-carousel-space {
  clear: both;
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  margin-bottom: -1px;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.rs-layer.rs-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}
rs-px-mask {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
  max-width: none !important;
  border: none;
}
rs-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}
rs-zone {
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0px;
}
rs-layer-wrap,
rs-row-wrap,
rs-column,
rs-parallax-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap,
rs-loop-wrap {
  display: block;
  visibility: hidden;
}
rs-column-wrap > rs-loop-wrap {
  z-index: 1;
}
rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
  transform-style: flat;
  perspective: 10000px;
}
.rs-fixedscrollon rs-module-wrap {
  left: 0 !important;
}
rs-mask-wrap {
  overflow: hidden;
}
rs-fullwidth-wrap {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.rev_row_zone_top {
  top: 0;
}
.rev_row_zone_bottom {
  bottom: 0;
}
rs-column-wrap .rs-parallax-wrap {
  vertical-align: top;
}
.rs-layer img,
rs-layer img {
  vertical-align: top;
}
rs-row,
rs-row.rs-layer {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto;
  font-size: 0px;
}
rs-column-wrap {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0px;
}
rs-column {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important;
}
rs-cbg-mask-wrap {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
}
rs-column-bg {
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.rs-pelock * {
  pointer-events: none !important;
}
rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
  text-align: inherit;
}
rs-column rs-mask-wrap {
  display: inline-block;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0;
}
rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
  vertical-align: top;
}
.rev_break_columns {
  display: block !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap {
  display: block !important;
  width: 100% !important;
}
.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
  visibility: hidden !important;
  display: none !important;
}
rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
  pointer-events: none !important;
}
rs-static-layers {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
rs-static-layers.rs-stl-back {
  z-index: 0;
}
.rs-layer rs-fcr {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-fcrt {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 100%;
  top: 0;
}
.rs-layer rs-bcr {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: 100%;
  top: 0;
}
.rs-layer rs-bcrt {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: 100%;
  top: 0;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.noFilterClass {
  filter: none !important;
}
rs-bgvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0;
  display: block;
}
.rs-layer.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-layer.rs-fsv {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
  width: 100%;
  height: 100%;
  display: none;
}
.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
  background: #000;
}
.fullcoveredvideo rs-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoisplaying .html5vid rs-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.3s ease-out !important;
}
.rs-audio .tp-video-play-button {
  display: none !important;
}
.rs-layer .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center !important;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 30px !important;
}
.rs-layer:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}
.rs-layer .tp-revstop {
  display: none;
  width: 15px;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  transform: translateX(50%) translateY(50%);
  height: 20px;
  margin-left: 11px !important;
  margin-top: 5px !important;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.rs-fsv .rs-fsv audio {
  object-fit: contain !important;
}
.rs-fsv .rs-fsv video {
  object-fit: contain !important;
}
@supports not (-ms-high-contrast: none) {
  .rs-fsv .fullcoveredvideo audio {
    object-fit: cover !important;
  }
  .rs-fsv .fullcoveredvideo video {
    object-fit: cover !important;
  }
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: 0 0;
  z-index: 5;
}
.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
  display: none !important;
}
.rs-audio .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}
rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
  content: none;
}
rs-dotted {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  pointer-events: none;
}
rs-sbg-wrap rs-dotted {
  z-index: 31;
}
rs-dotted.twoxtwo {
  background: url(../images/grid/gridtile.png);
}
rs-dotted.twoxtwowhite {
  background: url(../images/grid/gridtile_white.png);
}
rs-dotted.threexthree {
  background: url(../images/grid/gridtile_3x3.png);
}
rs-dotted.threexthreewhite {
  background: url(../images/grid/gridtile_3x3_white.png);
}
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
}
.rev-btn i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  margin-left: 0;
  line-height: inherit;
}
.rev-btn.rev-hiddenicon i {
  font-size: inherit;
  font-weight: 400;
  position: relative;
  top: 0;
  transition: opacity 0.2s ease-out, margin 0.2s ease-out;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-burger {
  position: relative;
  box-sizing: border-box;
  padding: 22px 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: 0.7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}
.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-b-span-light span,
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span {
  background: #fff;
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 70%;
  }
  50% {
    opacity: 0;
    top: 70%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #fff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
  background: #fff;
}
.rev-scroll-btn.rev-b-span-dark {
  border-color: #333;
}
.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr {
  border-radius: 3px;
}
.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}
rs-progress {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}
rs-progress.rs-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}
.rs-layer img {
  background: 0 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}
.rs-layer.slidelink {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.rs-layer.slidelink a {
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(//demo.kallyas.net/freelancer/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png)
    repeat;
}
.rs-layer.slidelink a span {
  background: url(//demo.kallyas.net/freelancer/wp-content/plugins/revslider/public/assets/css/../assets/coloredbg.png)
    repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.rs-layer .rs-starring {
  display: inline-block;
}
.rs-layer .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffc321 !important;
}
.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rs-layer .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
rs-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
rs-loader.off {
  display: none !important;
}
rs-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
rs-loader.spinner5 {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/revslider/public/assets/css/../assets/loader.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
rs-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
rs-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
rs-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}
rs-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
rs-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2s infinite linear;
}
rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
rs-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
rs-layer iframe {
  visibility: hidden;
}
rs-layer.rs-ii-o iframe {
  visibility: visible;
}
rs-layer input[type="text"],
rs-layer input[type="email"],
rs-layer input[type="url"],
rs-layer input[type="password"],
rs-layer input[type="search"],
rs-layer input[type="number"],
rs-layer input[type="tel"],
rs-layer input[type="range"],
rs-layer input[type="date"],
rs-layer input[type="month"],
rs-layer input[type="week"],
rs-layer input[type="time"],
rs-layer input[type="datetime"],
rs-layer input[type="datetime-local"] {
  display: inline-block;
}
rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
  display: block;
}
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}
.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}
.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
rs-poster {
  cursor: pointer;
  z-index: 3;
}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows:hover {
  background: #000;
}
.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
.rs-layer [class^="pe-7s-"]:before,
.rs-layer [class*=" pe-7s-"]:before {
  width: auto;
  margin: 0;
  line-height: inherit;
  box-sizing: inherit;
}
rs-pzimg-wrap {
  display: block;
}
body.rtl .rs-pzimg {
  left: 0 !important;
}
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.dddwrapper {
  transform-style: flat;
  perspective: 10000px;
}
.rs_error_message_box {
  background: #111;
  width: 800px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.rs_error_message_oops {
  margin: 0 0 20px;
  line-height: 60px;
  font-size: 34px;
  color: #fff;
}
.rs_error_message_content {
  margin: 0 0 20px;
  line-height: 25px;
  font-size: 17px;
  color: #fff;
}
.rs_error_message_button {
  color: #fff !important;
  background: #333;
  display: inline-block;
  padding: 10px 15px;
  text-align: right;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none !important;
}
.rs_error_message_button:hover {
  background: #5e35b1;
}
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .rs-layer:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.aden {
  filter: hue-rotate(-20deg) contrast(0.9) saturate(0.85) brightness(1.2);
}
.aden:after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.perpetua:after,
.reyes:after {
  mix-blend-mode: soft-light;
  opacity: 0.5;
}
.inkwell {
  filter: sepia(0.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua:after {
  background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
  filter: sepia(0.22) brightness(1.1) contrast(0.85) saturate(0.75);
}
.reyes:after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham:after {
  background: linear-gradient(to right, rgba(66, 10, 14, 0.2), transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(0.9);
}
.toaster:after {
  background: radial-gradient(circle, #804e0f, #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(0.3) saturate(1.6);
}
.walden:after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.hudson {
  filter: brightness(1.2) contrast(0.9) saturate(1.1);
}
.hudson:after {
  background: radial-gradient(circle, #a6b1ff 50%, #342134);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.earlybird {
  filter: contrast(0.9) sepia(0.2);
}
.earlybird:after {
  background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair:after {
  background: radial-gradient(
    circle at 40% 40%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 200, 200, 0.6),
    #111 60%
  );
  mix-blend-mode: overlay;
  opacity: 0.4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi:after {
  background: radial-gradient(circle, transparent 70%, #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, 0.3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(0.9) brightness(1.1);
}
.brooklyn:after {
  background: radial-gradient(circle, rgba(168, 223, 193, 0.4) 70%, #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(0.3);
}
.xpro2:after {
  background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, 0.6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(0.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville:after {
  background: rgba(0, 70, 150, 0.4);
  mix-blend-mode: lighten;
}
.nashville:before {
  background: rgba(247, 176, 153, 0.56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(0.9);
}
.lark:after {
  background: rgba(242, 242, 242, 0.8);
  mix-blend-mode: darken;
}
.lark:before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon:before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon:after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, 0.2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(0.5) contrast(0.95) brightness(0.9);
}
.willow:before {
  background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
  mix-blend-mode: overlay;
}
.willow:after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
.rise {
  filter: brightness(1.05) sepia(0.2) contrast(0.9) saturate(0.9);
}
.rise:after {
  background: radial-gradient(
    circle,
    rgba(232, 197, 152, 0.8),
    transparent 90%
  );
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.rise:before {
  background: radial-gradient(
    circle,
    rgba(236, 205, 169, 0.15) 55%,
    rgba(50, 30, 7, 0.4)
  );
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}
._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}
.slumber {
  filter: saturate(0.66) brightness(1.05);
}
.slumber:after {
  background: rgba(125, 105, 24, 0.5);
  mix-blend-mode: soft-light;
}
.slumber:before {
  background: rgba(69, 41, 12, 0.4);
  mix-blend-mode: lighten;
}
rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
  height: 500%;
  width: 500%;
}
rs-loader.spinner6 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner6 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  -webkit-animation: rs-revealer-6 1.4s linear infinite;
  animation: rs-revealer-6 1.4s linear infinite;
}
rs-loader.spinner6 .rs-spinner-inner span {
  position: absolute;
  vertical-align: top;
  border-radius: 100%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  transform-origin: center 20px;
  -webkit-transform-origin: center 20px;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
  transform: rotate(36deg);
  -webkit-transform: rotate(36deg);
  opacity: 0.1;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
  transform: rotate(72deg);
  -webkit-transform: rotate(72deg);
  opacity: 0.2;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
  transform: rotate(108deg);
  -webkit-transform: rotate(108deg);
  opacity: 0.3;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
  transform: rotate(144deg);
  -webkit-transform: rotate(144deg);
  opacity: 0.4;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  opacity: 0.5;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
  transform: rotate(216deg);
  -webkit-transform: rotate(216deg);
  opacity: 0.6;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
  transform: rotate(252deg);
  -webkit-transform: rotate(252deg);
  opacity: 0.7;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
  transform: rotate(288deg);
  -webkit-transform: rotate(288deg);
  opacity: 0.8;
}
rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
  transform: rotate(324deg);
  -webkit-transform: rotate(324deg);
  opacity: 0.9;
}
@keyframes rs-revealer-6 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-6 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner7 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner7 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  border-radius: 100%;
  border: 2px solid;
  -webkit-animation: rs-revealer-7 0.8s linear infinite;
  animation: rs-revealer-7 0.8s linear infinite;
}
@keyframes rs-revealer-7 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rs-revealer-7 {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
rs-loader.spinner8 {
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner8 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
rs-loader.spinner8 .rs-spinner-inner span {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-animation: rs-revealer-8 1.6s linear infinite;
  animation: rs-revealer-8 1.6s linear infinite;
}
rs-loader.spinner8 .rs-spinner-inner span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}
@keyframes rs-revealer-8 {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes rs-revealer-8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
rs-loader.spinner9 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner9 .rs-spinner-inner span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
  animation: rs-revealer-9 2s infinite ease-in-out;
}
rs-loader.spinner9 .rs-spinner-inner span:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rs-revealer-9 {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes rs-revealer-9 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
rs-loader.spinner10 {
  width: 54px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner10 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 10px;
}
rs-loader.spinner10 .rs-spinner-inner span {
  display: block;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
  animation: rs-revealer-10 1.2s infinite ease-in-out;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes rs-revealer-10 {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
rs-loader.spinner11 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner11 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner11 .rs-spinner-inner span {
  display: block;
  width: 33%;
  height: 33%;
  background-color: #333;
  float: left;
  -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
  animation: rs-revealer-11 1.3s infinite ease-in-out;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes rs-revealer-11 {
  0%,
  100%,
  70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
rs-loader.spinner12 {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner12 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  -webkit-animation: rs-revealer-12 1s infinite linear;
  animation: rs-revealer-12 1s infinite linear;
}
@-webkit-keyframes rs-revealer-12 {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rs-revealer-12 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
rs-loader.spinner13 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner13 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner13 .rs-spinner-inner span {
  display: block;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rs-revealer-13 2s ease infinite;
  animation: rs-revealer-13 2s ease infinite;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
  animation-delay: -1.5s;
  -webkit-animation-delay: -1.5s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
@keyframes rs-revealer-13 {
  0%,
  100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
@-webkit-keyframes rs-revealer-13 {
  0%,
  100% {
    -webkit-transform: translate(0);
  }
  25% {
    -webkit-transform: translate(160%);
  }
  50% {
    -webkit-transform: translate(160%, 160%);
  }
  75% {
    -webkit-transform: translate(0, 160%);
  }
}
rs-loader.spinner14 {
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner14 .rs-spinner-inner {
  width: 100%;
  height: 100%;
  animation: rs-revealer-14 1s infinite linear;
}
rs-loader.spinner14 .rs-spinner-inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: -8px;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
  -webkit-animation: rs-revealer-14-1 2s infinite;
  animation: rs-revealer-14-1 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
  -webkit-animation: rs-revealer-14-2 2s infinite;
  animation: rs-revealer-14-2 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
  -webkit-animation: rs-revealer-14-3 2s infinite;
  animation: rs-revealer-14-3 2s infinite;
}
rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
  -webkit-animation: rs-revealer-14-4 2s infinite;
  animation: rs-revealer-14-4 2s infinite;
}
@-webkit-keyframes rs-revealer-14-1 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rs-revealer-14-4 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-1 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-2 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-3 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
@keyframes rs-revealer-14-4 {
  0% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
  }
  20% {
    transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
  }
  80% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
  }
}
rs-loader.spinner15 {
  width: 40px;
  height: 40px;
  margin-top: -4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
rs-loader.spinner15 .rs-spinner-inner {
  width: 100%;
  height: 100%;
}
rs-loader.spinner15 .rs-spinner-inner span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
  animation: rs-revealer-15 1.8s infinite ease-in-out;
}
rs-loader.spinner15 .rs-spinner-inner:last-child {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes rs-revealer-15 {
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rs-revealer-15 {
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.bgcanvas {
  display: none;
  position: absolute;
  overflow: hidden;
}
#rs-demo-id {
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 100%;
}
.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
  content: " ";
  display: table;
}
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
  clear: both;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  clear: both;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
  content: " ";
  display: table;
}
.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
  clear: both;
}
.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
}
.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
  content: " ";
  display: table;
}
.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: auto;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  text-align: right;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  float: left;
}
.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
  content: " ";
  display: table;
}
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}
@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}
@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}
#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}
@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: star;
  src: url(../../../../plugins/woocommerce/assets/fonts/star.eot);
  src: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix)
      format("embedded-opentype"),
    url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff)
      format("woff"),
    url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf)
      format("truetype"),
    url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: WooCommerce;
  src: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);
  src: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix)
      format("embedded-opentype"),
    url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff)
      format("woff"),
    url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf)
      format("truetype"),
    url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.woocommerce-store-notice,
p.demo_store {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
.woocommerce-store-notice a,
p.demo_store a {
  color: #fff;
  text-decoration: underline;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.admin-bar p.demo_store {
  top: 32px;
}
.clear {
  clear: both;
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg)
    center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader:before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  background: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg)
    center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb:after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #77a464;
  font-size: 1.25em;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #77a464;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper
  .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: left;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: left;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #6b6a6b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
}
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart:after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
}
.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart:after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: top;
  line-height: 2em;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce
  div.product
  form.cart
  .group_table
  td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce
  div.product
  form.cart
  .group_table
  .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
  content: " ";
  display: table;
}
.woocommerce .products ul:after,
.woocommerce ul.products:after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid #d3ced2;
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid #d3ced2;
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebe9eb;
  color: #8a7e88;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #dfdcde;
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #a46497;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #96588a;
  color: #fff;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: inherit;
  background-color: #ebe9eb;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review:after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li:before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}
.woocommerce .star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating:after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond:after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a:before {
  content: "\e021";
}
.woocommerce p.stars:hover a:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a:before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: 400;
}
.woocommerce table.shop_table td del {
  font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce
  table.woocommerce-MyAccount-downloads
  td
  .woocommerce-MyAccount-downloads-file:before,
.woocommerce
  table.woocommerce-MyAccount-downloads
  th
  .woocommerce-MyAccount-downloads-file:before {
  content: "\2193";
  display: inline-block;
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
  margin: 0;
}
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
  clear: both;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #ebe9eb;
  padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
  content: " ";
  display: table;
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
  clear: both;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0;
  border-style: solid;
  border-color: #1e85be transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
  content: " ";
  display: table;
}
.woocommerce ul.order_details:after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 700;
}
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item:after,
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item:before {
  content: " ";
  display: table;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item:after {
  clear: both;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  a,
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  span {
  padding: 1px 0;
}
.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item--chosen
  a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: 0;
  top: -0.3em;
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #462940;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li:after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}
.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
  display: block !important;
}
.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
  display: none !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
  content: " ";
  display: table;
}
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
  clear: both;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  direction: ltr;
  unicode-bidi: embed;
}
.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message:before {
  content: "\e015";
  color: #8fae1b;
}
.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info:before {
  color: #1e85be;
}
.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error:before {
  content: "\e016";
  color: #b81c23;
}
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce:after {
  clear: both;
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title:after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li:before {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 32px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  box-shadow: none;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
  vertical-align: middle;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  margin: 0;
  vertical-align: middle;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
}
#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
  content: " ";
  display: table;
}
#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
  clear: both;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0;
}
#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top: 0;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 35%;
}
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: #767676;
}
#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
  width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ebe9eb;
}
#add_payment_method
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination,
.woocommerce-checkout
  .cart-collaterals
  .cart_totals
  .woocommerce-shipping-destination {
  margin-bottom: 0;
}
#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
  clear: left;
}
#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
  clear: left;
}
#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: 400;
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
  clear: both;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebe9eb;
  border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside;
}
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}
#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
  clear: both;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
#add_payment_method #payment ul.payment_methods li img + img,
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after,
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):before,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):before {
  content: " ";
  display: table;
}
#add_payment_method
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li:not(.woocommerce-notice):after {
  clear: both;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9;
}
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9;
}
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token {
  margin: 0 0 0.5em;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-new
  label,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-token
  label {
  cursor: pointer;
}
#add_payment_method
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods
  .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.visa {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.mastercard {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.laser {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.dinersclub {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.maestro {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.jcb {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg);
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.amex {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg);
}
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
#add_payment_method
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout
  #payment
  div.payment_box
  .wc-credit-card-form-card-number.discover {
  background-image: url(//demo.kallyas.net/freelancer/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg);
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: 400;
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}
.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}
.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}
.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}
.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}
.woocommerce form .form-row .required {
  visibility: visible;
}
.widget_zn_mailchimp .dn-widgetTitle h3 {
  font-size: 16px;
  color: #777;
}
.dn-widgetNewsletter .dn-widget {
  padding-left: 40px;
  padding-right: 40px;
}
.dn-widgetNewsletter .dn-widgetTitle {
  margin-bottom: 40px;
}
.dn-widgetNewsletter-intro {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}
.dn-widgetNewsletter-outro {
  margin-top: 20px;
  margin-bottom: 10px;
}
.dn-widgetNewsletter-email {
  width: 100%;
  margin-bottom: 10px;
  height: 50px;
  text-align: center;
}
.dn-widgetNewsletter-submit {
  width: 100%;
  opacity: 1;
  letter-spacing: 4px;
}
.dn-widgetNewsletter-submit.is-submitting {
  opacity: 0.4;
  pointer-events: none;
}
.dn-widgetNewsletter.dn-widgetNewsletter--dark {
  color: #fff;
}
.dn-widgetNewsletter.dn-widgetNewsletter--dark .dn-widget {
  background-color: #16191e;
}
.dn-widgetNewsletter.dn-widgetNewsletter--dark .dn-widgetNewsletter-email {
  background-color: #fff;
  border: 0;
}
.dn-widgetNewsletter-result .dn-alert {
  margin-bottom: 10px;
}
.dn-widgetNewsletter .dn-widgetNewsletter-form.has-error .form-control {
  border-bottom: 5px solid #f44336;
}
.kl-icon-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.kl-icon-list li {
  width: 10%;
  display: inline-block;
  font-size: 18px;
  margin: 0 2px 10px;
  text-align: center;
  float: left;
  padding: 15px 0;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #999;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.kl-icon-list li:hover {
  border-color: #ddd;
  color: #535353;
}
/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=1260a93932c356d679a6) * Config saved to config.json and https://gist.github.com/1260a93932c356d679a6 */
/*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons_halflingsregular.eot);
  src: url(../fonts/glyphicons_halflingsregular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/glyphicons_halflingsregular.woff2) format("woff2"),
    url(../fonts/glyphicons_halflingsregular.woff) format("woff"),
    url(../fonts/glyphicons_halflingsregular.ttf) format("truetype"),
    url(../fonts/glyphicons_halflingsregular.svg#glyphicons_halflingsregular)
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
  font-size: 13px;
  line-height: 1.7;
  color: #535353;
  background-color: #f5f5f5;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
p {
  margin: 0 0 20px;
}
iframe {
  border: 0;
}
a {
  color: #000;
}
a:hover {
  color: #cd2122;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  color: initial;
  text-shadow: none;
}
blockquote {
  margin: 25px 40px;
}
legend {
  padding-bottom: 10px;
}
img {
  height: auto;
}
embed,
iframe,
img,
object {
  max-width: 100%;
}
figure {
  margin: 0;
}
.text-custom {
  color: #cd2122;
}
body.kl-skin--dark {
  color: #c6c6c6;
  background-color: #1a1a1a;
}
.kl-skin--dark a {
  color: #fff;
}
.kl-skin--dark code {
  background-color: #040404;
}
.kl-skin--dark pre {
  color: #e0e0e0;
  background-color: #171717;
  border: 1px solid #2d2d2d;
}
.kl-skin--dark hr {
  border-top: 1px solid #3e3e3e;
}
.kl-skin--dark blockquote {
  border-left: 5px solid #444;
}
.kl-skin--dark .blockquote-reverse,
.kl-skin--dark blockquote.pull-right {
  border-right: 5px solid #444;
}
.element-scheme--dark .form-control,
.kl-skin--dark .form-control:not(.form-control--light) {
  color: #d0d0d0;
  background-color: #111;
  border: 1px solid #2d2d2d;
  box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.85);
}
.element-scheme--dark .form-control:focus,
.kl-skin--dark .form-control:not(.form-control--light):focus {
  border-color: hsla(0, 0%, 52%, 0.26);
  box-shadow: inherit;
}
.kl-skin--dark legend {
  color: #b3b3b3;
  border-bottom-color: #3b3b3b;
}
.clear:after,
.clear:before,
.fixclear:after,
.fixclear:before,
.site-footer .menu:after,
.site-footer .menu:before {
  display: table;
  content: " ";
}
.clear:after,
.fixclear:after,
.site-footer .menu:after {
  clear: both;
}
.kl-input-text-dark {
  box-shadow: 0 1px 0 hsla(0, 0%, 100%, 0.1),
    inset 0 1px 7px 0 rgba(0, 0, 0, 0.8);
  background: #202020;
  background-color: rgba(0, 0, 0, 0.3);
}
ul[class*="list-style"] {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
ul[class*="list-style"] li:before {
  margin-right: 10px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.list-style1 li:before {
  content: "\e072";
  font-size: 8px;
  opacity: 0.7;
}
ul.list-style2 li:before {
  content: "\e013";
  opacity: 0.6;
}
ul.list-style3 li:before {
  content: "\e029";
  opacity: 0.6;
}
ul.list-style4 li:before {
  content: "\e080";
  opacity: 0.6;
}
ul.list-style5 li:before {
  content: "\e081";
  opacity: 0.6;
}
ul.list-style6 li:before {
  content: "\e158";
  opacity: 0.6;
}
ul.colored-list li:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .zn_col_eq_first {
    padding-left: calc((100vw - 750px) / 2);
  }
  .zn_col_eq_last {
    padding-right: calc((100vw - 750px) / 2);
  }
}
@media (min-width: 992px) {
  .zn_col_eq_first {
    padding-left: calc((100vw - 970px) / 2);
  }
  .zn_col_eq_last {
    padding-right: calc((100vw - 970px) / 2);
  }
}
@media (min-width: 1200px) {
  .zn_col_eq_first {
    padding-left: calc((100vw - 1170px) / 2);
  }
  .zn_col_eq_last {
    padding-right: calc((100vw - 1170px) / 2);
  }
}
body.boxed .zn_col_eq_first {
  padding-left: 0;
}
body.boxed .zn_col_eq_last {
  padding-right: 0;
}
.col-lg-1-5,
.col-lg-24,
.col-md-1-5,
.col-md-24,
.col-sm-1-5,
.col-sm-24,
.col-xs-1-5,
.col-xs-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5,
  .col-sm-24 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5,
  .col-md-24 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5,
  .col-lg-24 {
    width: 20%;
    float: left;
  }
}
.row.gutter-lg {
  margin-right: -40px;
  margin-left: -40px;
}
.row.gutter-lg > [class*="col-"] {
  padding-right: 40px;
  padding-left: 40px;
}
.row.gutter-md {
  margin-right: -25px;
  margin-left: -25px;
}
.row.gutter-md > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.row.gutter-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.gutter-sm > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.gutter-xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row.gutter-xs > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.gutter-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.gutter-0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.flex-vcenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.stronger[data-rel="tooltip"] {
  font-weight: 600;
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.5);
  padding-bottom: 2px;
  cursor: help;
}
#sidebar ul.menu li a,
.u-trans-all-2s,
[id*="sidebar-widget-"] ul.menu li a,
div.widget ul.menu li a {
  transition: all 0.2s ease-out;
}
.zn_ovhidden {
  overflow: hidden;
}
.zn_ovauto {
  overflow: auto;
  overflow-x: hidden;
}
.round-corners {
  border-radius: 3px;
}
.circled-icon {
  display: inline-block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  box-sizing: content-box;
  text-align: center;
  position: relative;
  border: 2px solid currentColor;
}
.circled-icon,
.circled-icon:before {
  line-height: 46px;
  vertical-align: middle;
}
.circled-icon:before {
  display: block;
}
.circled-icon.ci-xsmall {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.circled-icon.ci-xsmall:before {
  line-height: 23px;
}
.circled-icon.ci-small {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.circled-icon.ci-small:before {
  line-height: 36px;
}
.circled-icon.ci-medium {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.circled-icon.ci-medium:before {
  line-height: 56px;
}
.circled-icon.ci-large {
  width: 76px;
  height: 76px;
  line-height: 76px;
}
.circled-icon.ci-large:before {
  line-height: 76px;
}
.circled-icon.ci-faded {
  border-color: hsla(0, 0%, 100%, 0.5);
}
.circled-icon--light {
  color: #fff;
}
.bg-video-mobile-modal {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
  color: #fff;
  border: 2px solid currentColor;
  border-top: 0;
  padding: 0 10px;
  border-radius: 0 0 5px 5px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 10px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
.bg-video-mobile-modal:after {
  content: attr(data-text);
  display: inline-block;
  margin-left: 10px;
}
.bg-video-mobile-modal:focus,
.bg-video-mobile-modal:hover {
  color: #fff;
}
.fw-thin {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-extrabold {
  font-weight: 800 !important;
}
.fs-smaller {
  font-size: 70% !important;
}
.fs-small {
  font-size: 90% !important;
}
.fs-big {
  font-size: 110% !important;
}
.fs-bigger {
  font-size: 140% !important;
}
.fs-large {
  font-size: 200% !important;
}
.lt-spacing-1 {
  letter-spacing: 1px !important;
}
.lt-spacing-2 {
  letter-spacing: 2px !important;
}
.lt-spacing-3 {
  letter-spacing: 3px !important;
}
.lt-spacing-5 {
  letter-spacing: 5px !important;
}
.lt-spacing-10 {
  letter-spacing: 10px !important;
}
.lt-spacing-neg-1 {
  letter-spacing: -1px !important;
}
.lt-spacing-neg-2 {
  letter-spacing: -2px !important;
}
.lt-spacing-neg-3 {
  letter-spacing: -3px !important;
}
.lt-spacing-neg-5 {
  letter-spacing: -5px !important;
}
.lt-spacing-neg-10 {
  letter-spacing: -10px !important;
}
.hov-opacity0:hover,
.opacity0 {
  opacity: 0 !important;
}
.hov-opacity1:hover,
.opacity1 {
  opacity: 0.1 !important;
}
.hov-opacity2:hover,
.opacity2 {
  opacity: 0.2 !important;
}
.hov-opacity3:hover,
.opacity3 {
  opacity: 0.3 !important;
}
.hov-opacity4:hover,
.opacity4 {
  opacity: 0.4 !important;
}
.hov-opacity5:hover,
.opacity5 {
  opacity: 0.5 !important;
}
.hov-opacity6:hover,
.opacity6 {
  opacity: 0.6 !important;
}
.hov-opacity7:hover,
.opacity7 {
  opacity: 0.7 !important;
}
.hov-opacity8:hover,
.opacity8 {
  opacity: 0.8 !important;
}
.hov-opacity9:hover,
.opacity9 {
  opacity: 0.9 !important;
}
.hov-opacity10:hover,
.opacity10 {
  opacity: 1 !important;
}
.kl-icon-white {
  color: #fff;
}
.uppercase {
  text-transform: uppercase;
}
.flipX-icon:before {
  transform: scaleX(-1);
  display: inline-block;
}
.flipY-icon:before {
  transform: scaleY(-1);
  display: inline-block;
}
.u-v-mid {
  vertical-align: middle;
}
.u-v-top {
  vertical-align: top;
}
.u-v-bottom {
  vertical-align: bottom;
}
.u-clear-right {
  clear: right;
}
.u-clear-left {
  clear: left;
}
.u-clear-none {
  clear: none;
}
.visible-xxs {
  display: none !important;
}
.hidden-xxs {
  display: block !important;
}
@media (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
  .hidden-xxs {
    display: none !important;
  }
}
.u-zindex-1,
.u-zindex-2,
.u-zindex-3,
.u-zindex-5,
.u-zindex-10 {
  position: relative;
}
.u-zindex-1 {
  z-index: 1;
}
.u-zindex-2 {
  z-index: 2;
}
.u-zindex-3 {
  z-index: 3;
}
.u-zindex-5 {
  z-index: 5;
}
.u-zindex-10 {
  z-index: 10;
}
.cover-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.cover-fit-img-fallback {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.cover-fit-img-fallback > img {
  opacity: 0 !important;
}
.contain-fit-img {
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
}
.contain-fit-img-fallback {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.contain-fit-img-fallback > img {
  opacity: 0 !important;
}
.zn-shadow-lifted {
  box-shadow: 0 40px 20px -25px rgba(0, 0, 0, 0.25);
}
.animateme {
  will-change: transform;
}
[data-zniconfam],
[data-zniconfam]:before {
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reset-line-height {
  line-height: 1;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.align-center,
.textcenter {
  text-align: center;
}
.align-right,
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.znBoxShadow-1,
.znBoxShadow--hov-1:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.znBoxShadow-2,
.znBoxShadow--hov-2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.znBoxShadow-3,
.znBoxShadow--hov-3:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.znBoxShadow-4,
.znBoxShadow--hov-4:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.znBoxShadow-5,
.znBoxShadow--hov-5:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.znBoxShadow-6,
.znBoxShadow--hov-6:hover {
  box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
}
.znBoxShadow-7,
.znBoxShadow--hov-7:hover {
  box-shadow: 0 15px 75px 0 rgba(0, 0, 0, 0.06);
}
[class*="znBoxShadow-"] {
  z-index: 1;
}
[class*="znBoxShadow--hov-"] {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-content iframe {
  max-width: 100%;
}
.site-content .fb-like iframe {
  max-width: none;
}
.fb-like iframe {
  max-width: inherit;
}
.fb-comments,
.fb-comments iframe,
.fb-comments span {
  width: 100% !important;
  max-width: inherit;
}
body[class*="span"] {
  float: none;
  margin-left: 0;
}
.parallax-mirror,
.parallax-mirror .parallax-slider {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.th-spacer {
  height: 30px;
}
#page_wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 0;
}
#page-loading {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.preloader-pulsating-circle {
  width: 42px;
  height: 42px;
  border: 2px solid currentColor;
  border-radius: 30px;
  opacity: 0;
  animation: a 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes a {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
.preloader-material-svg {
  animation: b 1.4s linear infinite;
}
@keyframes b {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(270deg);
  }
}
.preloader-material-circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: d 1.4s ease-in-out infinite, c 5.6s ease-in-out infinite;
  color: #cd2122;
}
@keyframes c {
  0% {
    stroke: #000;
  }
  25% {
    stroke: currentColor;
  }
  50% {
    stroke: #000;
  }
  75% {
    stroke: currentColor;
  }
  to {
    stroke: #000;
  }
}
@keyframes d {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  to {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.kl-pageLoading--yes_persp {
  perspective: 120;
}
.preloader-perspective-anim {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: e 1.2s infinite ease-in-out;
  border-radius: 3px;
}
@keyframes e {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(-180.1deg) rotateY(0deg);
  }
  to {
    transform: rotateX(-180deg) rotateY(-179.9deg);
  }
}
.kl-pageLoading--yes_img_persp {
  perspective: 250;
}
.preloader-perspective-img {
  animation: f 2s infinite ease-in-out;
}
@keyframes f {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(1turn);
  }
}
.preloader-breath-img {
  animation-name: g;
  animation-duration: 1.8s;
  animation-delay: 0.2s;
  animation-timing-function: cubic-bezier(0.73, 0.005, 0.42, 1.005);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes g {
  0% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
body.boxed #page_wrapper {
  width: 1000px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 0 auto;
  background: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.boxed .site-header {
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.boxed #page_wrapper {
    width: 100%;
    border: 0;
  }
}
@media screen and (min-width: 992px) {
  body.boxed.res960 #page_wrapper {
    width: 1000px;
  }
  body.boxed.res960 .site-header.header--sticky,
  body.boxed .site-header.header--sticky {
    width: 994px;
  }
}
@media screen and (min-width: 1200px) {
  body.boxed #page_wrapper {
    width: 1200px;
  }
  body.boxed .site-header.header--sticky {
    width: 1194px;
  }
}
.site-content {
  position: relative;
  margin-top: 60px;
}
.site-header.site-header--absolute + .site-content {
  padding-top: 200px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .site-header.site-header--absolute + .site-content {
    padding-top: 80px;
  }
}
#th-content-page {
  padding-bottom: 60px;
}
.page-title,
.subtitle {
  line-height: 1.4;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.page-title {
  font-size: 26px;
  margin-top: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.subtitle {
  font-size: 36px;
  font-weight: 300;
}
.kl-skin--light .page-title,
.kl-skin--light .subtitle {
  border-bottom-color: #cbcbcb;
}
.kl-skin--light .page-title {
  color: #050505;
}
.kl-skin--light .subtitle {
  color: #595959;
}
.kl-skin--dark .page-title,
.kl-skin--dark .subtitle {
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
}
.kl-skin--dark .page-title {
  color: #dedede;
}
.kl-skin--dark .subtitle {
  color: #989898;
}
.m_title {
  margin-top: 0;
  color: #cd2122;
}
.m_title_ext {
  font-size: 18px;
  line-height: 1.4;
}
.hoverBorder:hover img,
.hoverBorder h6 {
  transition: all 0.2s ease-out;
}
.hoverBorder {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.hoverBorder h6 {
  position: relative;
  z-index: 1;
}
.hoverBorder img {
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  position: relative;
}
.hoverBorder:hover img {
  border-radius: 2px;
  opacity: 0.8;
}
.hoverBorder:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 3px;
  box-shadow: inset 0 0 0 3px hsla(0, 0%, 100%, 0.15);
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease-out;
}
.hoverBorder:hover:after {
  box-shadow: inset 0 0 0 5px #cd2122;
}
.plus.hoverBorder:before {
  content: "\002b";
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  transition: opacity 0.2s ease-out;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  color: #fff;
  font-size: 22px;
}
.plus.hoverBorder:hover:after {
  background-color: rgba(35, 35, 35, 0.5);
}
.plus.hoverBorder:hover:before {
  opacity: 1;
}
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: inherit;
}
.cf--dark .form-control:focus {
  border-color: hsla(0, 0%, 100%, 0.26);
}
textarea.form-control {
  width: 100%;
  max-width: 100%;
}
.kl-radio-group-wrapper.is-inline > .kl-material-form-label {
  display: block;
  margin-bottom: 10px;
}
.kl-radio-field-group {
  margin-bottom: 15px;
  vertical-align: middle;
}
.kl-radio-group-wrapper.is-inline .kl-radio-field-group {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
}
.kl-radio-field-group input {
  margin-right: 8px;
  vertical-align: middle;
}
.kl-radio-field-group label {
  margin: 2px 0 0;
  vertical-align: middle;
}
.kl-fancy-form {
  position: relative;
}
.kl-fancy-form-label {
  color: #969696;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  left: 16px;
  cursor: text;
  transition: all 0.25s ease;
}
.kl-fancy-form-input:focus + .kl-fancy-form-label,
.kl-fancy-form-textarea:focus + .kl-fancy-form-label {
  color: silver;
}
.kl-fancy-form .form-control {
  padding: 26px 16px 6px;
  height: auto;
}
.kl-fancy-form.zn_cf_radio .kl-fancy-form-label {
  position: static;
  margin-bottom: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .kl-fancy-form-select {
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: calc(100% - 10px) 50%;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
  }
}
.kl-fancy-form-input::-webkit-input-placeholder {
  color: #bababa;
}
.kl-fancy-form-input::-moz-placeholder {
  color: #bababa;
}
.kl-fancy-form-input:-ms-input-placeholder,
.kl-fancy-form-input::-ms-input-placeholder {
  color: #bababa;
}
.kl-fancy-form-input::placeholder {
  color: #bababa;
}
.kl-fancy-form-input:focus::-webkit-input-placeholder {
  color: #d7d7d7;
}
.kl-fancy-form-input:focus::-moz-placeholder {
  color: #d7d7d7;
}
.kl-fancy-form-input:focus:-ms-input-placeholder,
.kl-fancy-form-input:focus::-ms-input-placeholder {
  color: #d7d7d7;
}
.kl-fancy-form-input:focus::placeholder {
  color: #d7d7d7;
}
.cf--dark .kl-fancy-form-input::-webkit-input-placeholder {
  color: #ababab;
}
.cf--dark .kl-fancy-form-input::-moz-placeholder {
  color: #ababab;
}
.cf--dark .kl-fancy-form-input:-ms-input-placeholder,
.cf--dark .kl-fancy-form-input::-ms-input-placeholder {
  color: #ababab;
}
.cf--dark .kl-fancy-form-input::placeholder {
  color: #ababab;
}
.cf--dark .kl-fancy-form-input:focus::-webkit-input-placeholder {
  color: #cecece;
}
.cf--dark .kl-fancy-form-input:focus::-moz-placeholder {
  color: #cecece;
}
.cf--dark .kl-fancy-form-input:focus:-ms-input-placeholder,
.cf--dark .kl-fancy-form-input:focus::-ms-input-placeholder {
  color: #cecece;
}
.cf--dark .kl-fancy-form-input:focus::placeholder {
  color: #cecece;
}
.kl-material-form {
  position: relative;
  margin-bottom: 5px;
}
.kl-material-form-label {
  position: absolute;
  top: 10px;
  left: 15px;
  cursor: text;
  font-weight: 400;
  transition: all 0.25s ease;
}
.kl-material-form-input.input-has-content + .kl-material-form-label,
.kl-material-form-input:focus + .kl-material-form-label,
.kl-material-form-textarea.input-has-content + .kl-material-form-label,
.kl-material-form-textarea:focus + .kl-material-form-label,
.kl-material-form.zn_cf_select label {
  top: -10px;
  font-size: 10px;
  font-weight: 700;
}
.kl-material-form .form-control {
  padding: 15px 10px 5px;
  height: auto;
  background-color: transparent;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 0;
}
.kl-material-form .form-control:focus {
  border-bottom-width: 2px;
  margin-top: -1px;
}
.kl-material-form.zn_cf_radio .kl-material-form-label {
  position: static;
  margin-bottom: 15px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .kl-material-form-select {
    height: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: calc(100% - 10px) 50%;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
  }
}
.kl-material-form.zn_cf_radio input[type="radio"] + label {
  pointer-events: all;
}
.kl-material-form.zn_cf_radio input[type="radio"] {
  display: none;
}
.kl-material-form.zn_cf_radio input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.kl-material-form.zn_cf_radio input[type="radio"] + label:after,
.kl-material-form.zn_cf_radio input[type="radio"] + label:before {
  transition: all 0.2s ease;
  content: "";
  position: absolute;
}
.kl-material-form.zn_cf_radio input[type="radio"] + label:before {
  content: "";
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 1px solid #b9b9ba;
  border-radius: 50%;
}
.kl-material-form.zn_cf_radio input[type="radio"] + label:after {
  font-size: 9px;
  color: #fff;
  background: #232323;
  transform: scale(0);
  width: 6px;
  height: 6px;
  left: 4px;
  top: 8px;
  border-radius: 50%;
}
.kl-material-form.zn_cf_radio input[type="radio"]:checked + label:before {
  border: 1px solid #232323;
}
.kl-material-form.zn_cf_radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.kl-material-form.zn_cf_checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  display: none;
}
.kl-material-form.zn_cf_checkbox input[type="checkbox"] + label {
  padding-left: 25px;
  position: relative;
}
.kl-material-form.zn_cf_checkbox input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  line-height: 17px;
  background: #fff;
  position: absolute;
  border: 1px solid #b9b9ba;
  left: 0;
  top: 4px;
  border-radius: 3px;
  text-align: center;
  color: #ececec;
  padding-left: 1px;
}
.kl-material-form.zn_cf_checkbox input[type="checkbox"] + label:hover:before {
  border-color: #aaa;
}
.kl-material-form.zn_cf_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  background: #232323;
  border-color: #232323;
}
.kl-material-form.zn_cf_checkbox input[type="checkbox"] + label:after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaWQ9IkxheWVyXzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkY7fQo8L3N0eWxlPjxnPjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNDM0LjgsNDkgMTc0LjIsMzA5LjcgNzYuOCwyMTIuMyAwLDI4OS4yIDE3NC4xLDQ2My4zIDE5Ni42LDQ0MC45IDE5Ni42LDQ0MC45IDUxMS43LDEyNS44IDQzNC44LDQ5Ii8+PC9nPjwvc3ZnPg==);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  transition: 0.2s ease-out;
  transform: scale(0.1);
  content: "";
  opacity: 0;
}
.kl-material-form.zn_cf_checkbox input[type="checkbox"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.kl-material-form.zn_cf_radio input[type="radio"] + label:after {
  background: #dcdcdc;
}
.kl-material-form.zn_cf_radio input[type="radio"]:checked + label:before {
  border: 1px solid #dcdcdc;
}
.cf--dark
  .kl-material-form.zn_cf_checkbox
  input[type="checkbox"]
  + label:before {
  background: transparent;
}
.cf--dark
  .kl-material-form.zn_cf_checkbox
  input[type="checkbox"]:checked
  + label:before {
  border-color: #dcdcdc;
}
.kl-blog-post-pagelink,
.kl-pagination {
  margin: 10px 0 20px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.6;
  color: #888;
  list-style-type: none;
  padding: 10px 0;
}
.kl-blog-post-pagelink > a,
.kl-blog-post-pagelink > span,
.pagination-item {
  display: inline-block;
  margin: 0 5px;
}
.pagination-item-link,
.pagination-item-link:focus,
.pagination-item-link:hover,
.pagination-item-span,
.pagination-item-span:focus,
.pagination-item-span:hover {
  border: 0;
  background: none;
  text-shadow: none;
}
.kl-blog-post-pagelink > a,
.kl-blog-post-pagelink > span,
.pagination-item-link,
.pagination-item-span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  float: none;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 3px;
}
.kl-blog-post-pagelink > a,
.kl-blog-post-pagelink > span {
  padding-left: 5px;
  padding-right: 5px;
}
.pagination-item-prev {
  margin-right: 50px;
}
.pagination-item-next {
  margin-left: 50px;
}
.pagination-item-span-next,
.pagination-item-span-prev {
  display: none;
}
.pagination-item-next .zn_icon,
.pagination-item-prev .zn_icon {
  line-height: 40px;
}
.pagination-item-link:hover,
.pagination-item-next-link:hover:before,
.pagination-item-prev-link:hover:before {
  color: rgba(0, 0, 0, 0.5);
}
.kl-blog-post-pagelink > span,
.pagination-item-active-link,
.pagination-item-active-link:focus,
.pagination-item-active-link:hover,
.pagination-item-active-span,
.pagination-item-active-span:focus,
.pagination-item-active-span:hover {
  color: rgba(0, 0, 0, 0.5);
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.18);
  height: 40px;
  line-height: 38px;
  width: 40px;
  cursor: default;
}
.pagination--dark .kl-pagination {
  color: #c1c1c1;
}
.pagination--dark .pagination-item-link,
.pagination--dark .pagination-item-span {
  color: hsla(0, 0%, 100%, 0.85);
}
.pagination--dark .pagination-item-link:hover,
.pagination--dark .pagination-item-next-link:hover:before,
.pagination--dark .pagination-item-prev-link:hover:before {
  color: hsla(0, 0%, 100%, 0.5);
}
.pagination--dark .pagination-item-active-link,
.pagination--dark .pagination-item-active-link:focus,
.pagination--dark .pagination-item-active-link:hover,
.pagination--dark .pagination-item-active-span,
.pagination--dark .pagination-item-active-span:focus,
.pagination--dark .pagination-item-active-span:hover {
  color: hsla(0, 0%, 100%, 0.5);
  border: 2px solid hsla(0, 0%, 100%, 0.18);
}
.gensearch__form {
  position: relative;
}
.gensearch__input {
  height: 42px;
  width: 100%;
  padding-left: 20px;
  padding-right: 52px;
  outline: none;
  border: 1px solid #ddd;
}
.gensearch__submit {
  position: absolute;
  right: 0;
  border: 0;
  color: #bbb;
  background-color: transparent;
  outline: none;
  height: 100%;
  padding: 0 20px;
  font-size: 12px;
  transition: color 0.2s ease-in-out;
}
.screen-reader-text ~ .gensearch__submit {
  height: 42px;
  top: auto;
  bottom: 0;
}
.gensearch__submit:hover {
  color: #131313;
}
.gensearch__submit:after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #ddd;
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.kl-gensearch--dark .gensearch__submit,
.kl-sidebar--dark .gensearch__submit {
  color: #999;
}
.kl-gensearch--dark .gensearch__submit:hover,
.kl-sidebar--dark .gensearch__submit:hover {
  color: #eee;
}
.kl-gensearch--dark .gensearch__submit:after,
.kl-sidebar--dark .gensearch__submit:after {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.kl-gensearch--dark .gensearch__input,
.kl-sidebar--dark .gensearch__input {
  border: 1px solid #252525;
  background-color: #111;
}
@media (max-width: 991px) {
  .btn {
    white-space: normal;
  }
}
.btn-lined {
  background: none;
  color: #fff;
  text-shadow: none;
  padding: 7px 20px;
  line-height: 1.6;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border: 2px solid #fff;
  transition: all 0.1s ease-in-out;
}
.btn-lined:focus,
.btn-lined:hover {
  border-color: hsla(0, 0%, 100%, 0.7);
  color: #fff;
}
.btn-lined.btn-skewed {
  border: 0;
  background: none;
  position: relative;
}
.btn-lined.btn-skewed:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-8deg);
}
.btn-lined.btn-skewed:hover:before {
  border-color: hsla(0, 0%, 100%, 0.7);
}
.btn-lined.lined-dark {
  color: #242424;
  border-color: #242424;
}
.btn-lined.lined-dark:focus,
.btn-lined.lined-dark:hover {
  color: #343434;
}
.btn-lined.lined-dark.btn-skewed {
  border: 0;
  background: none;
  position: relative;
}
.btn-lined.lined-dark.btn-skewed:before {
  content: "";
  border: 2px solid #242424;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-8deg);
}
.btn-lined.lined-dark.btn-skewed:hover:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.btn-lined.lined-gray {
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.btn-lined.lined-gray:focus,
.btn-lined.lined-gray:hover {
  color: #454545;
}
.btn-lined.lined-gray.btn-skewed {
  border: 0;
  background: none;
  position: relative;
}
.btn-lined.lined-gray.btn-skewed:before {
  content: "";
  border: 2px solid #8e8e8e;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-8deg);
}
.btn-lined.lined-gray.btn-skewed:hover:before {
  border-color: rgba(0, 0, 0, 0.4);
}
.btn-lined.lined-full-light {
  color: #242424;
  border-color: #fff;
  background: hsla(0, 0%, 100%, 0.8);
}
.btn-lined.lined-full-light:focus,
.btn-lined.lined-full-light:hover {
  color: #343434;
  background-color: #fff;
}
.btn-lined.lined-full-dark {
  color: #e0e0e0;
  border-color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.btn-lined.lined-full-dark:focus,
.btn-lined.lined-full-dark:hover {
  color: #f9f9f9;
  background-color: #000;
}
.btn.btn-bordered {
  border: 3px double #cd2122;
  background-clip: padding-box;
}
.btn.btn--rounded {
  border-radius: 3px !important;
}
.btn.btn--round {
  border-radius: 50px !important;
}
.btn.btn--square {
  border-radius: 0 !important;
}
.btn.btn-fullblack,
.btn.btn-fullcolor,
.btn.btn-fullwhite {
  border-width: 0;
}
.btn.btn-danger,
.btn.btn-default,
.btn.btn-fullblack,
.btn.btn-fullcolor,
.btn.btn-fullwhite,
.btn.btn-info,
.btn.btn-link,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-warning {
  text-shadow: none;
  padding: 10px 20px;
  line-height: 1.6;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  border-style: solid;
  border-radius: 3px;
  transition: background-color 0.15s ease-out;
}
.btn.btn-fullcolor,
.btn.btn-fullcolor:focus {
  background-color: #cd2122;
  color: #fff;
}
.btn.btn-fullcolor:hover {
  color: #fff;
}
.btn.btn-fullwhite {
  background-color: #fff;
  color: #242424 !important;
}
.btn.btn-fullwhite:hover {
  color: #353535 !important;
  background-color: hsla(0, 0%, 100%, 0.85);
}
.btn.btn-fullblack {
  background-color: #090909;
  color: #f9f9f9 !important;
}
.btn.btn-fullblack:hover {
  color: #eee !important;
  background-color: rgba(0, 0, 0, 0.85);
}
.btn.btn-fullblack.btn-skewed,
.btn.btn-fullblack.btn-skewed:hover,
.btn.btn-fullcolor.btn-skewed,
.btn.btn-fullcolor.btn-skewed:hover,
.btn.btn-fullwhite.btn-skewed,
.btn.btn-fullwhite.btn-skewed:hover {
  border: 0;
  background: none;
  position: relative;
  z-index: 0;
}
.btn.btn-fullblack.btn-skewed:before,
.btn.btn-fullcolor.btn-skewed:before,
.btn.btn-fullwhite.btn-skewed:before {
  content: "";
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewX(-8deg);
  transition: background-color 0.2s ease-in-out;
  z-index: -1;
}
.btn.btn-fullcolor.btn-skewed:before {
  background-color: #cd2122;
}
.btn.btn-fullwhite.btn-skewed:before {
  background-color: #fff;
}
.btn.btn-fullwhite.btn-skewed:hover:before {
  background-color: hsla(0, 0%, 100%, 0.85);
}
.btn.btn-fullblack.btn-skewed:before {
  background-color: #090909;
}
.btn.btn-fullblack.btn-skewed:hover:before {
  background-color: rgba(0, 0, 0, 0.85);
}
.btn.btn-text {
  padding: 0;
}
.btn.btn-underline > span {
  border-bottom: 1px solid currentColor;
}
.btn.btn-underline.btn-underline--thin > span {
  border-bottom-width: 1px;
}
.btn.btn-underline.btn-underline--thick > span {
  border-bottom-width: 2px;
}
.btn.btn-underline:active {
  outline: 0;
  box-shadow: none;
}
.btn-group-lg > .btn,
.btn.btn-lg {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.3333333;
}
.btn-group-lg > .btn.btn-lined,
.btn.btn-lg.btn-lined {
  padding: 18px 30px;
}
.btn-group-md > .btn,
.btn.btn-md {
  padding: 16px 25px;
  font-size: 14px;
  line-height: 1.3333333;
}
.btn-group-md > .btn.btn-lined,
.btn.btn-md.btn-lined {
  padding: 14px 25px;
}
.btn-group-sm > .btn,
.btn.btn-sm {
  padding: 5px 10px 4px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}
.btn-group-sm > .btn.btn-lined,
.btn.btn-sm.btn-lined {
  padding: 3px 10px;
}
.btn-group-xs > .btn,
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
}
.btn-group-xs > .btn.btn-lined,
.btn.btn-xs.btn-lined {
  padding: 1px 5px;
}
@media screen and (min-width: 1200px) {
  .btn.btn-fullwidth {
    width: 100%;
  }
  .btn.btn-halfwidth {
    width: 50%;
    white-space: normal;
  }
  .btn.btn-third {
    width: 33.33%;
    white-space: normal;
  }
  .btn.btn-forth {
    width: 25%;
    white-space: normal;
  }
}
.social-icons {
  margin-left: 10px;
  margin-bottom: 0;
  z-index: 1;
}
.social-icons-li {
  display: inline-block;
  margin: 5px;
  margin-left: 10px;
  margin-right: 0;
  vertical-align: top;
}
.social-icons-item {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 3px;
  text-align: center;
  transition: all 0.2s ease-out;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
.social-icons-item:before {
  line-height: 30px;
}
.social-icons-item:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.social-icons.sc--normal .social-icons-item {
  background-color: #111;
}
.social-icons.sc--normal .social-icons-item:hover {
  background-color: #cd2122;
  color: #fff;
}
.social-icons.sc--colored .social-icons-item:hover,
.social-icons.sc--colored_hov .social-icons-item:not(:hover) {
  background-color: #121212;
  color: #fff;
}
.social-icons.sc--colored_hov .social-icons-item:hover {
  color: #fff;
}
.social-icons.sc--clean .social-icons-li {
  margin-left: 0;
  margin-right: 0;
}
.social-icons.sc--clean .social-icons-item {
  background: none;
  box-shadow: none;
  font-size: 14px;
}
.social-icons.sc--clean .social-icons-item:hover {
  background: none;
  box-shadow: none;
}
.zn_sidebar {
  padding: 20px 15px;
  border-radius: 3px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}
.zn_sidebar select {
  max-width: 100%;
}
.kl-sidebar--dark {
  background: #121212;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.45);
}
.zn-sidebar-widget {
  margin-bottom: 35px;
}
.widgettitle {
  color: #050505;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding-bottom: 20px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}
.widgettitle:after {
  width: 50px;
  border-bottom: 1px solid #cd2122;
}
.widgettitle:after,
.widgettitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 0;
}
.widgettitle:before {
  width: 100%;
  border-bottom: 1px solid #ececec;
}
.element-scheme--dark .widgettitle:before {
  border-bottom-color: #2d2d2d;
}
div.widget.widget_meta > ul,
div.widget.widget_pages > ul,
div.widget ul.menu,
div.widget ul.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.widget.widget_meta > ul li,
div.widget.widget_pages > ul li,
div.widget ul.menu li,
div.widget ul.pagenav li {
  margin-bottom: 0;
}
div.widget.widget_meta > ul a,
div.widget.widget_pages > ul a,
div.widget ul.menu li a,
div.widget ul.pagenav li a {
  color: #747474;
  display: block;
  padding: 5px 0;
  position: relative;
  border-radius: 2px;
}
.element-scheme--dark .widget_meta > ul a,
.element-scheme--dark .widget_pages > ul a,
.element-scheme--dark div.widget ul.menu li a,
.element-scheme--dark div.widget ul.pagenav li a {
  color: #ababab;
}
div.widget.widget_meta > ul a:before,
div.widget.widget_pages > ul a:before,
div.widget ul.menu li a:before,
div.widget ul.pagenav li a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 8px;
  height: 2px;
  background: #e1e1e1;
  vertical-align: middle;
  transition: all 0.15s ease-out;
}
.element-scheme--dark .widget_meta > ul a:before,
.element-scheme--dark .widget_pages > ul a:before,
.element-scheme--dark div.widget ul.menu li a:before,
.element-scheme--dark div.widget ul.pagenav li a:before {
  background: #454545;
}
div.widget.widget_meta > ul a:hover,
div.widget.widget_pages > ul a:hover,
div.widget ul.menu li.active > a,
div.widget ul.menu li.current-cat > a,
div.widget ul.menu li > a:hover,
div.widget ul.pagenav li.active a,
div.widget ul.pagenav li.current-cat > a,
div.widget ul.pagenav li a:hover {
  color: #000;
}
.element-scheme--dark .widget ul.menu li > a:hover,
.element-scheme--dark .widget ul.pagenav li a:hover,
.element-scheme--dark div.widget.widget_meta > ul a:hover,
.element-scheme--dark div.widget.widget_pages > ul a:hover {
  color: #eee;
}
div.widget.widget_meta > ul a:hover:before,
div.widget.widget_pages > ul a:hover:before,
div.widget ul.menu li a:hover:before,
div.widget ul.pagenav li a:hover:before {
  width: 12px;
  margin-right: 8px;
}
.fake-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  pointer-events: none;
  animation: h 0.4s ease-in 2s 1 normal forwards;
}
.fake-loading.fl--nobg {
  background: none;
}
.fake-loading.loading-1s {
  animation-delay: 1s;
}
.fake-loading.loading-2s {
  animation-delay: 2s;
}
.fake-loading.loading-4s {
  animation-delay: 4s;
}
.fake-loading.loading-8s {
  animation-delay: 8s;
}
.fake-loading.loading-10s {
  animation-delay: 10s;
}
.fake-loading:after {
  content: "";
  border: 2px solid rgba(205, 33, 34, 0.16);
  border-top-color: #cd2122;
  border-right-color: #cd2122;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  animation: i 0.5s infinite linear;
}
@keyframes h {
  0% {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.admin-bar .mfp-wrap {
  top: 32px;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader:after {
  content: "";
  border: 2px solid hsla(0, 0%, 100%, 0.16);
  border-top-color: #bfbfbf;
  border-right-color: #bfbfbf;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  animation: i 0.5s infinite linear;
}
@keyframes i {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-fade.mfp-bg {
  background: #333;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.94;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#totop {
  height: 9px;
  opacity: 0;
  position: fixed;
  right: -60px;
  width: 49px;
  z-index: 999;
  display: block;
  top: 85%;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-color: #404040;
  font-size: 9px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  padding: 28px 0 21px;
}
#totop:before {
  position: absolute;
  content: "\e080";
  top: 10px;
  left: 50%;
  margin-left: -6px;
  font-size: 11px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(-90deg);
}
.on--totop#totop {
  right: 10px;
  opacity: 0.7;
}
#totop:hover {
  opacity: 1;
}
.tonext-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  color: #fff;
  display: block;
  z-index: 101;
  text-decoration: none;
}
.tonext-btn.has-nav {
  bottom: 70px;
}
.mouse-anim-icon {
  width: 24px;
  height: 40px;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.1);
  transition: background-color 0.2s ease-out;
  position: relative;
  display: block;
}
.mouse-anim-icon:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 9px;
  background-color: rgba(0, 0, 0, 0.25);
  left: 50%;
  margin-left: -1px;
  animation-duration: 1s;
  animation-name: j;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
.mouse-anim-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.mouse-anim-icon:hover:after {
  top: 24px;
}
@keyframes j {
  0% {
    top: 8px;
  }
  to {
    top: 24px;
  }
}
.kl-counter {
  margin: 0 0 50px;
}
.kl-counter-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kl-counter-li {
  display: inline-block;
  margin: 0 10px 20px;
  font-size: 28px;
  font-weight: 700;
  padding: 15px 0;
  width: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.kl-counter-unit {
  display: block;
  font-size: 13px;
  margin-top: 17px;
  line-height: 1;
}
.kl-counter-launch {
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 80px;
  height: 80px;
  margin: 0 20px 18px 22px;
}
.is-safari .cdwn-grad li.kl-counter-li {
  color: #9f9;
  -webkit-text-fill-color: initial;
}
.zn_image_gallery .gallery_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  padding: 10px 15px;
  transition: bottom 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.4));
}
.zn_image_gallery .gallery_caption:empty {
  display: none;
}
.zn_image_gallery .hoverBorder {
  overflow: hidden;
}
.zn_image_gallery .hoverBorder:hover .gallery_caption {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
}
.playVideo {
  display: block;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto;
  transform: scale(0.95) translateZ(0);
  transition: transform 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 76px;
  font-size: 18px;
}
.playVideo:before {
  content: "\e072";
  font-family: Glyphicons Halflings;
}
.playVideo:focus,
.playVideo:hover {
  transform: scale(1);
  color: #fff;
}
.playVideo.playvideo-size--xs {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 10px;
}
.playVideo.playvideo-size--sm {
  width: 52px;
  height: 52px;
  line-height: 50px;
  font-size: 14px;
}
.playVideo.playvideo-size--md {
  width: 80px;
  height: 80px;
  line-height: 76px;
  font-size: 18px;
}
.playVideo.playvideo-size--lg {
  width: 100px;
  height: 100px;
  line-height: 96px;
  font-size: 20px;
}
.playVideo.playvideo-size--xl {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 26px;
}
.circleanim-svg {
  width: 108px;
  height: 108px;
  display: inline-block;
}
.circleanim-svg__circle-back,
.circleanim-svg__circle-front {
  fill: none;
  stroke: #fff;
}
.circleanim-svg__circle-front {
  stroke-dasharray: 60 1000;
  stroke-width: 5px;
  stroke-opacity: 0.5;
  stroke-dashoffset: 0;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s,
    stroke-opacity 1s;
}
.circleanim-svg:hover .circleanim-svg__circle-front {
  stroke-dasharray: 340;
  stroke-width: 2px;
  stroke-opacity: 1;
}
.circleanim-svg.circleanim-svg-size--xs {
  width: 30px;
  height: 30px;
}
.circleanim-svg.circleanim-svg-size--sm {
  width: 52px;
  height: 52px;
}
.circleanim-svg.circleanim-svg-size--md {
  width: 80px;
  height: 80px;
}
.circleanim-svg.circleanim-svg-size--xl {
  width: 140px;
  height: 140px;
}
.kl-bg-source,
.kl-bg-source__bgimage,
.zn-bgSource-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.kl-bg-source__bgimage {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.zn-bgSource-overlay {
  pointer-events: none;
}
.kl-overlay-fadeout .zn-bgSource-overlay,
.kl-overlay-fadeto .zn-bgSource-overlay {
  transition: opacity 0.2s ease-out;
}
.kl-overlay-fadeout:hover .zn-bgSource-overlay {
  opacity: 0;
}
.no-csspointerevents .fake-loading {
  display: none;
}
.kl-bg-source__iframe-wrapper,
.kl-bg-source__iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kl-bg-source__iframe-poster {
  display: none;
}
.kl-bg-source__iframe {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.kl-bg-source__iframe iframe {
  border: 0;
}
@media (min-width: 768px) {
  .kl-bg-source__iframe.iframe-valign {
    top: 50% !important;
    transform: translateY(-50%);
  }
  .kl-bg-source__iframe.iframe-halign {
    left: 50% !important;
    transform: translateX(-50%) scale(1.002);
  }
  .kl-bg-source__iframe.iframe-halign.iframe-valign {
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%) scale(1.002);
  }
}
@media (max-width: 767px) {
  .kl-bg-source__iframe {
    height: auto;
    padding: 0;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .kl-bg-source__iframe > iframe:not(:only-child) {
    display: none;
  }
  .kl-bg-source__iframe-poster {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
}
.kl-bg-source__parallax {
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  will-change: transform;
}
.kl-bg-source__parallax,
.kl-bg-source__parallax .kl-bg-source__bgimage {
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
}
.kl-bg-source__parallax .kl-bg-source__bgimage {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}
.kl-bg-source__parallax.is-fixed {
  left: -100vw;
  position: fixed;
  display: none;
}
.kl-bg-source__parallax.is-fixed.is-visible {
  left: 0;
  display: block;
}
.kl-bg-source__parallax.is-fixed .kl-bg-source__bgimage {
  background-attachment: fixed;
  height: 100vh;
}
.zn-elmScroll {
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  position: absolute;
}
.zn-elmScroll,
.zn-elmScroll .zn-elmScroll-inner {
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000px;
  will-change: transform;
}
.zn-elmScroll .zn-elmScroll-inner {
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .admin-bar .zn-elmScroll .zn-elmScroll-inner {
    min-height: calc(100% + 32px);
  }
}
.zn-elmScroll.is-fixed {
  left: -100vw;
  position: fixed;
}
.zn-elmScroll.is-fixed.is-visible {
  left: 0;
}
.prt-hover-fadein,
.prt-hover-fadeout {
  transition: opacity 0.2s ease-out;
}
.prt-hover-fadein {
  opacity: 0;
}
@media (max-width: 991px) {
  .touchevents .prt-hover-fadein {
    opacity: 1;
  }
}
.prt-hover-slidein,
.prt-hover-slideout {
  transition: all 0.2s ease-out;
}
.prt-hover-slideout {
  overflow: hidden;
  max-height: 200px;
}
.prt-hover-slidein {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .touchevents .prt-hover-slidein {
    opacity: 1;
    max-height: none;
  }
}
.zn_pb_editor_enabled .prt-hover-fadein,
.zn_pb_editor_enabled .prt-hover-fadeout,
.zn_pb_editor_enabled .prt-hover-slidein,
.zn_pb_editor_enabled .prt-hover-slideout {
  opacity: 1;
}
.zn_pb_editor_enabled .prt-hover-slidein,
.zn_pb_editor_enabled .prt-hover-slideout {
  max-height: 200px;
}
.fxb,
.fxb-row {
  display: -ms-flexbox;
  display: flex;
}
.fxb-row-col {
  -ms-flex-direction: column;
  flex-direction: column;
}
.fxb-col {
  -ms-flex: 1;
  flex: 1;
}
.fxb {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fxb-start-y {
  -ms-flex-align: start;
  align-items: flex-start;
}
.fxb-center-y {
  -ms-flex-align: center;
  align-items: center;
}
.fxb-end-y {
  -ms-flex-align: end;
  align-items: flex-end;
}
.fxb-start-x {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.fxb-center-x {
  -ms-flex-pack: center;
  justify-content: center;
}
.fxb-end-x {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.fxb-basis-auto {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.fxb-basis-20 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.fxb-basis-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.fxb-basis-0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.fxb-grow-0 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.fxb-shrink-0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fxb-row-col-md {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fxb-md-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .fxb-md-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fxb-md-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .fxb-row-col-sm {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fxb-sm-half {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .fxb-sm-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fxb-sm-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.no-flexbox .fxb-row {
  display: table;
  width: 100%;
}
.no-flexbox [class*="fxb-col-"] {
  display: table-cell;
  vertical-align: middle;
}
.no-flexbox .fxb-end-x {
  text-align: right;
}
.no-flexbox .fxb-center-x {
  text-align: center;
}
.no-flexbox .sh-component {
  display: inline-block;
  vertical-align: middle;
  text-align: start;
}
.no-flexbox .site-header-main-right-ext {
  display: table-row;
}
@media (min-width: 768px) {
  .no-flexbox .header--oldstyles > .fxb-row > .fxb-col,
  .no-flexbox .site-header-bottom-center,
  .no-flexbox .site-header-bottom-left,
  .no-flexbox .site-header-bottom-right,
  .no-flexbox .site-header-main-center,
  .no-flexbox .site-header-main-left,
  .no-flexbox .site-header-main-right,
  .no-flexbox .site-header-top-left,
  .no-flexbox .site-header-top-right {
    display: table-cell;
    vertical-align: middle;
  }
}
.kl-mask {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
}
.kl-topmask {
  top: 0;
}
.kl-bottommask {
  bottom: 0;
}
.fake-loading ~ .kl-mask {
  z-index: 2;
}
.kl-mask--light .bmask-bgfill {
  fill: #f5f5f5;
}
.kl-mask--dark .bmask-bgfill {
  fill: #1a1a1a;
  filter: none;
}
.maskcontainer--shadow_simple {
  border-bottom: 0 !important;
}
.kl-mask--shadow_simple {
  height: 6px;
  background: url(../images/shadow-up.png) no-repeat bottom;
  z-index: 2;
  border-bottom: 0;
  box-sizing: content-box;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(0, 0, 0, 0.3) 0,
    transparent 70%
  );
}
.kl-topmask.kl-mask--shadow_simple {
  transform: scaleY(-1);
}
.maskcontainer--shadow_simple_down {
  border-bottom: 0 !important;
}
.kl-mask--shadow_simple_down {
  bottom: -10px;
  height: 10px;
  background: url(../images/shadow-down.png) no-repeat top;
  opacity: 0.6;
  background: radial-gradient(
    ellipse at 50% 0,
    rgba(0, 0, 0, 0.3) 0,
    transparent 70%
  );
}
.kl-topmask.kl-mask--shadow_simple_down {
  transform: scaleY(-1);
}
.maskcontainer--shadow {
  border-bottom: 0 !important;
}
.kl-mask--shadow {
  height: 6px;
  background: url(../images/shadow-up.png) no-repeat bottom;
  z-index: 2;
  border-bottom: 6px solid #fff;
  box-sizing: content-box;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(0, 0, 0, 0.3) 0,
    transparent 70%
  );
}
.kl-mask--shadow:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: -6px;
}
.kl-topmask.kl-mask--shadow {
  transform: scaleY(-1);
}
.maskcontainer--shadow_ud {
  border-bottom: 0 !important;
}
.kl-mask--shadow_ud {
  height: 12px;
  background: url(../images/shadow-up.png) no-repeat bottom;
  z-index: 2;
  border-bottom: 6px solid #fff;
  background: radial-gradient(
    ellipse at 50% 100%,
    rgba(0, 0, 0, 0.3) 0,
    transparent 70%
  );
}
.kl-mask--shadow_ud:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: -6px;
}
.kl-mask--shadow_ud:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../images/shadow-down.png) no-repeat top;
  opacity: 0.6;
  background: radial-gradient(
    ellipse at 50% 0,
    rgba(0, 0, 0, 0.3) 0,
    transparent 70%
  );
}
.kl-mask--dark.kl-mask--shadow,
.kl-mask--dark.kl-mask--shadow_ud {
  border-bottom-color: #1f1f1f;
}
.kl-mask--dark.kl-mask--shadow:after,
.kl-mask--dark.kl-mask--shadow_ud:after {
  border-top-color: #1f1f1f;
}
.maskcontainer--mask1 {
  border-bottom: 0 !important;
  padding-bottom: 30px;
}
.kl-mask--mask1 {
  height: 27px;
  z-index: 99;
  background: url(../images/bottom_mask.png) no-repeat top;
}
.maskcontainer--mask2 {
  border-bottom: 0 !important;
  padding-bottom: 40px;
}
.kl-mask--mask2 {
  z-index: 99;
  height: 33px;
  background: url(../images/bottom_mask2.png) no-repeat top;
}
.maskcontainer--mask3 {
  border-bottom: 0 !important;
  padding-bottom: 35px;
}
.kl-mask--mask3 {
  height: 57px;
}
.kl-mask--mask3 .svgmask {
  bottom: 0;
  margin-bottom: -15px;
}
.kl-mask--mask3 .glyphicon,
.kl-mask--mask3 .svgmask {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.kl-mask--mask3 .glyphicon {
  bottom: 5px;
  display: block;
  width: 30px;
  text-align: center;
  font-size: 22px;
  opacity: 0.2;
  height: 15px;
  top: auto;
  margin-left: 1px;
}
.kl-mask--dark.kl-mask--mask3 .glyphicon {
  opacity: 0.5;
}
.kl-topmask.kl-mask--mask3 {
  transform: scaleY(-1);
}
.maskcontainer--mask4 {
  border-bottom: 0 !important;
  padding-bottom: 40px;
}
.kl-mask--mask4 {
  height: 27px;
}
.kl-mask--mask4 .svgmask {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.kl-topmask.kl-mask--mask4 {
  transform: scaleY(-1);
}
@media (min-width: 1200px) {
  .kl-mask--mask3 .svgmask-right,
  .kl-mask--mask3 .svgmask-right + .glyphicon,
  .kl-mask--mask4 .svgmask-right {
    transform: translateX(calc(-50% + 510px));
  }
  .kl-mask--mask3 .svgmask-left,
  .kl-mask--mask3 .svgmask-left + .glyphicon,
  .kl-mask--mask4 .svgmask-left {
    transform: translateX(calc(-50% - 510px));
  }
  .res960 .kl-mask--mask3 .svgmask-right,
  .res960 .kl-mask--mask3 .svgmask-right + .glyphicon,
  .res960 .kl-mask--mask4 .svgmask-right {
    transform: translateX(calc(-50% + 410px));
  }
  .res960 .kl-mask--mask3 .svgmask-left,
  .res960 .kl-mask--mask3 .svgmask-left + .glyphicon,
  .res960 .kl-mask--mask4 .svgmask-left {
    transform: translateX(calc(-50% - 410px));
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kl-mask--mask3 .svgmask-right,
  .kl-mask--mask3 .svgmask-right + .glyphicon,
  .kl-mask--mask4 .svgmask-right {
    transform: translateX(calc(-50% + 410px));
  }
  .kl-mask--mask3 .svgmask-left,
  .kl-mask--mask3 .svgmask-left + .glyphicon,
  .kl-mask--mask4 .svgmask-left {
    transform: translateX(calc(-50% - 410px));
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kl-mask--mask3 .svgmask-right,
  .kl-mask--mask3 .svgmask-right + .glyphicon,
  .kl-mask--mask4 .svgmask-right {
    transform: translateX(calc(-50% + 300px));
  }
  .kl-mask--mask3 .svgmask-left,
  .kl-mask--mask3 .svgmask-left + .glyphicon,
  .kl-mask--mask4 .svgmask-left {
    transform: translateX(calc(-50% - 300px));
  }
}
@media (max-width: 767px) {
  .kl-mask--mask3 .svgmask-left,
  .kl-mask--mask3 .svgmask-left + .glyphicon,
  .kl-mask--mask3 .svgmask-right,
  .kl-mask--mask3 .svgmask-right + .glyphicon,
  .kl-mask--mask4 .svgmask-left,
  .kl-mask--mask4 .svgmask-right {
    transform: translateX(-50%);
  }
}
.maskcontainer--mask5 {
  border-bottom: 0 !important;
  padding-bottom: 75px;
}
.kl-mask--mask5 {
  height: 64px;
}
.kl-mask--mask5 .svgmask {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.kl-mask--mask5 .bmask-customfill {
  transform: translateY(-1px);
}
.kl-topmask.kl-mask--mask5 {
  transform: scaleY(-1);
}
.is-safari .kl-mask--mask3 .bmask-bgfill,
.is-safari .kl-mask--mask4 .bmask-bgfill,
.is-safari .svgmask .bmask-bgfill {
  filter: none;
}
.maskcontainer--mask6 {
  border-bottom: 0 !important;
  padding-bottom: 70px;
}
.kl-mask--mask6 {
  height: 57px;
}
.kl-mask--mask6 .svgmask {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.kl-topmask.kl-mask--mask6 {
  transform: scaleY(-1);
}
.kl-mask--mask7 {
  height: 0;
  overflow: hidden;
  padding-bottom: 2.8%;
  bottom: -1px;
}
.kl-topmask.kl-mask--mask7 {
  transform: scaleY(-1);
  top: -1px;
}
.kl-mask--mask7 .skewmask-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
}
.kl-mask--mask7.mask7l .skewmask-block {
  transform-origin: 100% 0;
  transform: skewY(-1.6deg);
}
.kl-mask--mask7.mask7r .skewmask-block {
  transform-origin: 0 0;
  transform: skewY(1.6deg);
}
.kl-mask--mask7.mask7big {
  padding-bottom: 7%;
}
.kl-mask--mask7.mask7big.mask7l .skewmask-block {
  transform: skewY(-4deg);
}
.kl-mask--mask7.mask7big.mask7r .skewmask-block {
  transform: skewY(4deg);
}
.kl-mask--mask8 {
  height: 57px;
}
.kl-mask--mask8 .svgmask {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.kl-topmask.kl-mask--mask8 {
  transform: scaleY(-1);
}
.kl-mask--mask8.mask8b {
  height: 126px;
}
.zn_section {
  position: relative;
}
ul.znSlickSlider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:active,
.slick-slide:focus {
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick--showOnMouseover .znSlickNav {
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.slick--showOnMouseover:hover .znSlickNav {
  opacity: 1;
}
.znSlickNav-arr,
.znSlickNav-arr svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.znSlickNav-arr polyline {
  transition: all 0.15s ease-out;
  stroke: #141414;
}
.znSlickNav-arr:hover polyline {
  stroke-width: 35;
}
.znSlickNav-arr:active polyline {
  stroke-width: 50;
}
.znSlickNav-arr.znSlickNav-prev {
  text-align: left;
}
.znSlickNav-arr.znSlickNav-next {
  text-align: right;
}
.slick-dots,
.slick-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
}
.slick-dots li button {
  padding: 5px;
  background-color: #000;
  opacity: 0.5;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  text-indent: 200%;
  overflow: hidden;
  box-sizing: content-box;
  border: none;
  background-clip: content-box;
  transition: opacity 0.2s;
}
.slick-dots li button:active,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  opacity: 0.8;
}
.element-scheme--dark .slick-dots li button,
.znSlickNav--light .slick-dots li button {
  background-color: #fff;
}
.znSlickNav--light polyline {
  stroke: #ececec;
}
.u-slick-show1stOnly:not(.slick-slide) ~ .u-slick-show1stOnly {
  display: none;
}
.kw-gridSymbol {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.kw-gridSymbol:before {
  content: "";
  border-radius: 2px;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  box-shadow: 6px 0 0 rgba(0, 0, 0, 0.5), 12px 0 0 rgba(0, 0, 0, 0.5),
    0 6px 0 rgba(0, 0, 0, 0.5), 6px 6px 0 rgba(0, 0, 0, 0.5),
    12px 6px 0 rgba(0, 0, 0, 0.5), 0 12px 0 rgba(0, 0, 0, 0.5),
    6px 12px 0 rgba(0, 0, 0, 0.5), 12px 12px 0 rgba(0, 0, 0, 0.5);
}
.tp-caption img {
  max-width: none;
}
img[data-echo] {
  background: url(../images/ring-alt.svg) no-repeat 50% transparent;
  opacity: 0.3;
}
img.is-loaded {
  opacity: 1;
  transition: opacity 0.2s;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.site-header-top-wrapper {
  position: relative;
}
.sh-component {
  margin-left: 10px;
  margin-right: 10px;
}
.site-header .site-header-bottom-left .sh-component:first-child,
.site-header .site-header-main-left .sh-component:first-child,
.site-header .site-header-top-left .sh-component:first-child {
  margin-left: 0 !important;
}
.site-header .site-header-bottom-right .sh-component:last-child,
.site-header .site-header-main-right .sh-component:last-child,
.site-header .site-header-top-right .sh-component:last-child {
  margin-right: 0 !important;
}
.site-logo {
  width: 100%;
  margin: 0;
  display: table;
}
.site-logo-anch {
  padding: 0;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.site-logo-name {
  display: block;
}
.site-logo-img {
  max-width: 100% !important;
}
.logosize--contain .site-logo-img {
  width: auto;
  height: 100%;
  padding: 10px 0;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav > ul:after,
.main-nav > ul:before {
  display: table;
  content: " ";
}
.main-nav > ul:after {
  clear: both;
}
.main-nav ul li {
  margin-bottom: 0;
}
.main-nav ul .menu-item a {
  display: block;
  font-weight: 400;
}
.main-nav .menu-item > a[href="#"] {
  cursor: default;
}
.main-nav > ul > .logo-menu-wrapper,
.main-nav > ul > .menu-item {
  float: left;
  margin-top: 0;
  margin-left: 5px;
}
.main-nav > ul > .menu-item:not(.menu-item-mega-parent) {
  position: relative;
}
.main-nav > ul > .menu-item:first-child {
  margin-left: 0;
}
.main-nav > ul > .menu-item > a {
  position: relative;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  font-weight: 600;
  transition: padding 0.2s ease-in-out, transform 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mainnav--pointer-dash.main-nav
  > ul
  > .menu-item.menu-item-has-children
  > a:after {
  content: "";
  opacity: 1;
  position: absolute;
  height: 1px;
  width: 7px;
  bottom: 3px;
  bottom: calc(50% - 12px);
  left: 17px;
  background-color: hsla(0, 0%, 100%, 0.4);
  transition: opacity 0.2s ease-in-out;
}
.mainnav--pointer-arr.main-nav > ul > .menu-item.menu-item-has-children > a {
  padding-right: 30px;
}
.mainnav--pointer-arr.main-nav
  > ul
  > .menu-item.menu-item-has-children
  > a:after {
  content: "\e259";
  position: absolute;
  font-size: 10px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-nav.mainnav--active-bg > ul > .menu-item > a:before {
  content: "";
  opacity: 0;
  position: absolute;
  border-radius: 2px;
  height: 14px;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #cd2122;
  transform: translateY(-50%);
  transition: height 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: -1;
}
.main-nav.mainnav--active-uline > ul > .menu-item.active > a > span {
  border-bottom: 2px solid currentColor;
  padding-bottom: 3px;
}
.main-nav > ul > .menu-item.active > a,
.main-nav > ul > .menu-item:hover > a,
.main-nav > ul > .menu-item > a:hover {
  text-decoration: none;
  color: #fff;
}
.main-nav.mainnav--active-bg > ul > .menu-item.active > a:before,
.main-nav.mainnav--active-bg > ul > .menu-item:hover > a:before,
.main-nav.mainnav--active-bg > ul > .menu-item > a:hover:before {
  height: 30px;
  opacity: 1;
}
.mainnav--pointer-dash.main-nav
  > ul
  > .menu-item.active.menu-item-has-children
  > a:after,
.mainnav--pointer-dash.main-nav
  > ul
  > .menu-item.menu-item-has-children:hover
  > a:after,
.mainnav--pointer-dash.main-nav
  > ul
  > .menu-item.menu-item-has-children
  > a:hover:after {
  opacity: 0.7;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main-nav > ul > .menu-item {
    margin-left: 3px;
  }
  .main-nav > ul > .menu-item:first-child {
    margin-left: 0;
  }
  .main-nav > ul > .menu-item > a {
    font-size: 12px;
    padding: 6px;
  }
}
.main-nav ul ul.sub-menu .menu-item {
  position: relative;
}
.main-nav ul ul.sub-menu ul {
  top: 100%;
  margin-top: 0;
}
.main-nav ul ul.sub-menu .menu-item a:not(:only-child):after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 10px;
  content: "";
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.3);
  width: 10px;
  height: 2px;
}
.main-nav ul ul.sub-menu .menu-item a {
  min-width: 230px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.03);
  padding: 10px 20px;
}
.main-nav ul ul.sub-menu .menu-item.menuitem-separator > a,
.main-nav ul ul.sub-menu .menu-item a[href="#custom-separator"] {
  text-indent: -2999px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05) !important;
  background-clip: padding-box;
  height: 5px;
}
.main-nav > ul > .menuitem-v-separator > a {
  text-indent: -2999px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05) !important;
  background-clip: padding-box;
  height: 2em;
  width: 2px;
}
.main-nav > ul > .left-vertical-separator:before {
  content: "";
}
.main-nav ul ul.sub-menu .menu-item.active > a,
.main-nav ul ul.sub-menu .menu-item a:hover {
  color: #323232;
  background: rgba(0, 0, 0, 0.04);
}
.main-nav .zn_mega_container,
.main-nav ul ul.sub-menu {
  position: absolute;
  border-radius: 2px;
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  padding: 6px 0;
  background: #f5f5f5;
}
.main-nav > ul > .menu-item > ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}
.main-nav > ul > .menu-item > ul.sub-menu:after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-width: 5px;
  border-bottom-color: #f5f5f5;
}
.main-nav ul ul.sub-menu .menu-item:hover > ul {
  left: 100%;
  top: -3px;
  opacity: 1;
}
.main-nav .zn_mega_container {
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background: #f5f5f5;
  padding: 6px 0;
  background: hsla(0, 0%, 96%, 0.95);
  position: absolute;
  padding: 20px 0;
  margin-top: 10px;
}
.main-nav .zn_mega_container:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}
.main-nav .zn_mega_container .menu-item a {
  padding: 10px 0;
}
.main-nav .zn_mega_container .menu-item.active > a:not(.zn_mega_title),
.main-nav .zn_mega_container .menu-item a:not(.zn_mega_title):hover {
  color: #323232;
}
.main-nav .zn_mega_container .menu-item a:not(.zn_mega_title):before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #cd2122;
  bottom: 0;
  transition: width 0.15s cubic-bezier(0.68, 0, 0.265, 1);
}
.main-nav .zn_mega_container .menu-item.active > a:not(.zn_mega_title):before,
.main-nav .zn_mega_container .menu-item a:not(.zn_mega_title):hover:before {
  width: 100%;
}
.main-nav .zn_mega_container .zn_mega_title_hide {
  display: none;
}
.main-nav .zn_mega_container .menu-item a.zn_mega_title,
.main-nav div.zn_mega_container ul .menu-item:last-child > a.zn_mega_title {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 12px 0;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: #333;
}
.main-nav .zn_mega_container .zn_mega_row_start {
  margin-top: 20px;
}
.main-nav
  .zn_mega_container
  .menu-item:last-child
  a.zn_mega_title[href="#custom-invisible"],
.main-nav .zn_mega_container .menuitem-transparent > a,
.main-nav .zn_mega_container a.zn_mega_title[href="#custom-invisible"] {
  color: transparent !important;
}
.main-nav .zn_mega_container .menuitem-invisible > a {
  visibility: hidden;
}
.main-nav .zn_mega_container .menu-item a,
.main-nav ul ul.sub-menu .menu-item a {
  font-size: 12px;
  color: #757575;
  position: relative;
}
.nav-mm--dark.main-nav ul ul.sub-menu .menu-item a:not(:only-child):after {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.nav-mm--dark.main-nav ul ul.sub-menu .menu-item a {
  border-bottom-color: hsla(0, 0%, 100%, 0.05);
  color: #8a8a8a;
}
.nav-mm--dark.main-nav ul ul.sub-menu .menu-item.menuitem-separator > a,
.nav-mm--dark.main-nav ul ul.sub-menu .menu-item a[href="#custom-separator"] {
  background-color: hsla(0, 0%, 100%, 0.05) !important;
}
.nav-mm--dark.main-nav ul ul.sub-menu .menu-item.active > a,
.nav-mm--dark.main-nav ul ul.sub-menu .menu-item a:hover {
  color: #cdcdcd;
  background: hsla(0, 0%, 100%, 0.04);
}
.nav-mm--dark.main-nav .zn_mega_container,
.nav-mm--dark.main-nav ul ul.sub-menu {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background: #0a0a0a;
}
.nav-mm--dark.main-nav > ul > .menu-item > ul.sub-menu:after {
  border-bottom-color: #0a0a0a;
}
.nav-mm--dark.main-nav .zn_mega_container {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background: rgba(5, 5, 5, 0.95);
}
.nav-mm--dark.main-nav .zn_mega_container .menu-item a {
  color: #8a8a8a;
}
.nav-mm--dark.main-nav
  .zn_mega_container
  .menu-item.active
  > a:not(.zn_mega_title),
.nav-mm--dark.main-nav
  .zn_mega_container
  .menu-item
  a:not(.zn_mega_title):hover {
  color: #cdcdcd;
}
.nav-mm--dark.main-nav .zn_mega_container .menu-item a.zn_mega_title,
.nav-mm--dark.main-nav
  div.zn_mega_container
  ul
  .menu-item:last-child
  > a.zn_mega_title {
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
  color: #ccc;
}
.main-nav .zn_mega_container,
.main-nav ul ul.sub-menu {
  left: -9999px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, top 0.45s ease;
}
.main-nav .zn_mega_container {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
}
.main-nav ul ul.sub-menu {
  top: 120%;
}
.main-nav > ul > .menu-item > ul.sub-menu {
  transform: translateY(10px);
}
.main-nav .zn_mega_container {
  margin-top: 30px;
  transition: opacity 0.4s ease, top 0.45s ease, margin-top 0.4s ease;
}
.main-nav .zn_mega_container.zn_mega-has-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100%;
}
.main-nav ul .menu-item:hover > .zn_mega_container,
.main-nav ul .menu-item:hover > ul {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.main-nav ul .menu-item:hover > ul {
  top: 100%;
}
.main-nav ul .menu-item:hover > .zn_mega_container {
  margin-top: 10px;
}
.main-nav ul > .menu-item:hover > ul.zn_menu_on_left {
  right: 0;
  left: auto;
}
.main-nav > ul > .menu-item > ul.zn_menu_on_left.sub-menu:after {
  left: auto;
  right: 14px;
}
.main-nav ul > .menu-item:hover > ul ul.zn_menu_on_left {
  right: 100%;
  left: auto;
}
.main-nav ul ul .menu-item a {
  transition: padding-left 0.35s ease, border-right 0.35s ease;
}
.main-nav ul .zn-mega-new-item {
  position: absolute;
  line-height: 1;
  padding: 5px;
  text-transform: none;
  font-size: 10px;
  top: 50%;
  right: 3px;
  background-color: #cd2122;
  color: #fff;
  border-radius: 2px;
  transform: translateY(-50%);
}
.main-nav ul ul .zn-mega-new-item {
  left: auto;
  right: 10px;
}
.main-nav ul ul.sub-menu .menu-item a:not(:only-child) .zn-mega-new-item {
  right: 23px;
}
.main-nav .zn_mega_container ul .zn-mega-new-item {
  right: 3px;
}
.zn-res-menu-nav,
.zn-res-menuwrapper {
  display: block;
}
.zn-res-menuwrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.zn-res-menu-nav .zn-mega-new-item {
  display: none;
}
.zn-res-menu-nav,
.zn-res-menu-nav li,
.zn-res-menu-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.zn-res-menu-nav * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: rgba(0, 0, 0, 0.15);
}
.zn_res_menu_visible {
  overflow-x: hidden;
}
.zn_res_menu_visible .zn-res-menu-nav,
.zn_res_menu_visible .zn-res-menu-nav li div.zn_mega_container,
.zn_res_menu_visible .zn-res-menu-nav li ul.sub-menu {
  display: block;
}
.zn-res-menu-nav,
.zn-res-menu-nav li div.zn_mega_container,
.zn-res-menu-nav li ul.sub-menu {
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s ease;
  transform-style: preserve-3d;
  display: none;
  max-width: 100%;
}
@media (min-width: 767px) {
  .zn-res-menu-nav,
  .zn-res-menu-nav li div.zn_mega_container,
  .zn-res-menu-nav li ul.sub-menu {
    max-width: 400px;
  }
  .zn-res-menu-nav.zn-menu-visible,
  .zn-res-menu-nav li div.zn_mega_container.zn-menu-visible,
  .zn-res-menu-nav li ul.sub-menu.zn-menu-visible {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  }
}
.zn-res-menu-nav.zn-menu-visible,
.zn-res-menu-nav li div.zn-menu-visible,
.zn-res-menu-nav ul.zn-menu-visible.sub-menu {
  transform: translateZ(0);
}
.zn-res-menu-nav .zn_mega_container {
  padding-left: 0;
  padding-right: 0;
}
.zn-res-menu-nav .zn_mega_title {
  margin-right: 0;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.75);
}
.zn-res-menu-nav .zn_mega_container .zn_mega_title_hide {
  display: none;
}
.zn-res-menu-nav .zn_res_menu_go_back,
.zn-res-menu-nav li {
  position: static;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.zn-res-menu-nav li.menu-item-has-children > a.zn_mega_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.zn-res-menu-nav .zn_mega_container {
  width: 100%;
}
.zn-res-menu-nav .zn_mega_container li {
  width: 100%;
  float: none;
}
.zn-res-menu-nav li a {
  padding: 12px 28px 11px;
  display: block;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
}
.zn-res-menu-nav li .zn_res_submenu_trigger + a {
  margin-right: 49px;
}
.zn-res-menu-nav
  a[href="#custom-separator"]
  .zn-res-menu-nav
  .menuitem-separator
  > a {
  display: none;
}
.zn-res-menu-nav li.active > a,
.zn-res-menu-nav li a:hover {
  color: rgba(0, 0, 0, 0.85);
}
.zn-res-menu-nav li.active > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.zn-res-menu-nav a {
  cursor: pointer;
}
.zn-res-menu-nav .zn_res_has_submenu > span,
.zn-res-menu-nav .zn_res_menu_go_back > span {
  position: absolute;
  right: 0;
  width: 49px;
  height: 45px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  top: auto;
}
.zn-res-menu-nav .zn_res_menu_go_back > a {
  text-align: center;
  padding-right: 0;
  padding-left: 49px;
  font-size: 14px;
}
.zn-res-menu-nav .zn_res_menu_go_back > span {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.znResMenu-dark.zn-res-menu-nav * {
  border-color: hsla(0, 0%, 100%, 0.15);
}
.znResMenu-dark.zn-res-menu-nav,
.znResMenu-dark.zn-res-menu-nav li div.zn_mega_container,
.znResMenu-dark.zn-res-menu-nav li ul.sub-menu {
  background: #1b1b1b;
}
.znResMenu-dark.zn-res-menu-nav .zn_mega_title {
  color: hsla(0, 0%, 100%, 0.75);
}
.znResMenu-dark.zn-res-menu-nav .zn_res_menu_go_back,
.znResMenu-dark.zn-res-menu-nav li,
.znResMenu-dark.zn-res-menu-nav li.menu-item-has-children > a.zn_mega_title {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
.znResMenu-dark.zn-res-menu-nav li a {
  color: hsla(0, 0%, 100%, 0.45);
}
.znResMenu-dark.zn-res-menu-nav li.active > a,
.znResMenu-dark.zn-res-menu-nav li a:hover {
  color: hsla(0, 0%, 100%, 0.85);
}
.znResMenu-dark.zn-res-menu-nav li.active > a {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.znResMenu-dark.zn-res-menu-nav .zn_res_has_submenu > span,
.znResMenu-dark.zn-res-menu-nav .zn_res_menu_go_back > span {
  border-left: 1px solid hsla(0, 0%, 100%, 0.15);
  color: hsla(0, 0%, 100%, 0.45);
}
.znResMenu-dark.zn-res-menu-nav .zn_res_menu_go_back > span {
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}
.main-nav .zn_mega_container.zn-megaMenuSmartArea {
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
}
.main-nav .zn_mega_container.zn-megaMenuSmartArea .container {
  width: 100%;
}
.main-nav
  .zn_mega_container.zn-megaMenuSmartArea
  .zn-megaMenuSmartArea-content:not(:only-child) {
  margin-bottom: 30px;
}
.main-nav .zn_mega_container.zn-megaMenuSmartArea .zn_mega_row_start {
  margin-bottom: 20px;
}
.main-nav .zn_mega_container.zn-megaMenuSmartArea .zn_mega_row_start:after,
.main-nav .zn_mega_container.zn-megaMenuSmartArea .zn_mega_row_start:before {
  display: table;
  content: " ";
}
.main-nav .zn_mega_container.zn-megaMenuSmartArea .zn_mega_row_start:after {
  clear: both;
}
.zn-menuBurger {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 22px;
  margin-right: 10px;
  transform: rotate(0deg);
  transition: 0.2s ease-out;
  cursor: pointer;
  opacity: 0.8;
}
.zn-menuBurger.is-active,
.zn-menuBurger:hover {
  opacity: 1;
}
.zn-menuBurger span {
  display: block;
  position: absolute;
  width: 100%;
  background: hsla(0, 0%, 100%, 0.85);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.zn-menuBurger[class*="--1--"] span {
  height: 1px;
}
.zn-menuBurger[class*="--2--"] span {
  height: 2px;
}
.zn-menuBurger[class*="--3--"] span {
  height: 3px;
}
.zn-menuBurger[class*="--4--"] span {
  height: 4px;
}
.zn-menuBurger[class*="--s"] {
  width: 20px;
}
.zn-menuBurger[class*="--s"] span:first-child {
  top: 0;
}
.zn-menuBurger[class*="--s"] span:nth-child(2) {
  top: 6px;
}
.zn-menuBurger[class*="--s"] span:nth-child(3) {
  top: 12px;
}
.zn-menuBurger[class*="--m"] {
  width: 27px;
}
.zn-menuBurger[class*="--m"] span:first-child {
  top: 0;
}
.zn-menuBurger[class*="--m"] span:nth-child(2) {
  top: 9px;
}
.zn-menuBurger[class*="--m"] span:nth-child(3) {
  top: 18px;
}
.zn-menuBurger--anim1.is-active span:first-child {
  transform: rotate(135deg);
}
.zn-menuBurger--anim1.is-active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.zn-menuBurger--anim1.is-active span:nth-child(3) {
  transform: rotate(-135deg);
}
.zn-menuBurger--anim1.is-active[class*="--s"] span:first-child,
.zn-menuBurger--anim1.is-active[class*="--s"] span:nth-child(3) {
  top: 6px;
}
.zn-menuBurger--anim1.is-active[class*="--m"] span:first-child,
.zn-menuBurger--anim1.is-active[class*="--m"] span:nth-child(3) {
  top: 8px;
}
.zn-menuBurger--anim2 span {
  transform-origin: left center;
}
.zn-menuBurger--anim2.is-active span:first-child {
  transform: rotate(45deg) translateX(0) translateY(-1px);
}
.zn-menuBurger--anim2.is-active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.zn-menuBurger--anim2.is-active span:nth-child(3) {
  transform: rotate(-45deg) translateX(0) translateY(1px);
}
.zn-menuBurger--anim3.is-active span:first-child {
  animation: k 0.25s ease-in-out;
}
.zn-menuBurger--anim3.is-active span:nth-child(2) {
  animation: l 0.25s ease-in-out;
}
.zn-menuBurger--anim3.is-active span:nth-child(3) {
  animation: m 0.25s ease-in-out;
}
@keyframes k {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes l {
  0% {
    transform: translateY(0);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes m {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
  to {
    transform: translateY(0);
  }
}
.topnav {
  padding: 0;
  list-style: none;
  position: relative;
}
ul.topnav {
  margin-bottom: 0;
}
.topnav-li,
.topnav .menu-item {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.topnav-li:first-child {
  margin-left: 0;
}
.topnav-li:last-child {
  margin-right: 0;
}
.topnav-item,
.topnav .menu-item > a {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  display: block;
  padding: 0;
  opacity: 0.8;
}
.topnav-item:hover,
.topnav-li:hover > .topnav-item,
.topnav .menu-item > a:hover {
  opacity: 1;
}
.topnav-drop-panel {
  position: absolute;
  left: auto;
  width: auto;
  min-width: 120px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: -11px;
  right: 0;
  z-index: 101;
}
.topnav-drop-panel-inner {
  margin: 4px;
  list-style: none;
  background: #f5f5f5;
  padding: 10px 5px;
  margin-top: 5px;
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}
.topnav-drop-panel-inner:after {
  content: "";
  top: -8px;
  position: absolute;
  right: 10px;
  border: 5px solid transparent;
  border-bottom-width: 4px;
  border-bottom-color: #f5f5f5;
}
.topnav-drop:hover .topnav-drop-panel {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.nav-th--dark .topnav-drop-panel-inner {
  background: #0a0a0a;
}
.nav-th--dark .topnav-drop-panel-inner:after {
  border-bottom-color: #0a0a0a;
}
@media (max-width: 767px) {
  .topnav-li {
    margin-left: 10px;
  }
  .topnav.navRight .topnav-li:last-child {
    margin-right: 0;
  }
}
.kl-header-toptext {
  font-size: 12px;
  line-height: 24px;
  position: relative;
}
.zn_header_top_nav-wrapper {
  margin-left: 10px;
}
@media screen and (min-width: 1200px) {
  .zn_header_top_nav {
    margin-bottom: 0;
  }
  .topnav.zn_header_top_nav li {
    position: relative;
  }
  .topnav.zn_header_top_nav li a {
    font-weight: 400;
  }
  .topnav.zn_header_top_nav li ul {
    display: block;
    list-style: none;
    margin-top: 10px;
    position: absolute;
    left: -2999px;
    z-index: 11;
    top: 100%;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    padding: 8px 0 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    transition: opacity 0.25s ease-out, visibility 0.25s ease-out,
      margin-top 0.25s ease-out;
  }
  .topnav.zn_header_top_nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    left: 0;
    margin-top: 0;
  }
  .topnav.zn_header_top_nav li:hover > ul ul {
    left: 99%;
    top: 4px;
    padding-top: 0;
  }
  .topnav.zn_header_top_nav ul li {
    float: none;
    margin: 0;
  }
  .topnav.zn_header_top_nav ul li a {
    font-weight: 400;
    padding: 10px;
    font-size: 12px;
    padding: 6px 0 6px 10px;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.1s ease-out;
  }
  .sh--dark .topnav.zn_header_top_nav ul .menu-item > a,
  .sh--gray .topnav.zn_header_top_nav ul .menu-item > a,
  .sh--light .topnav.zn_header_top_nav ul .menu-item > a {
    color: #6f6b6b;
    background: #f5f5f5;
  }
  .sh--dark .topnav.zn_header_top_nav ul .menu-item.active > a,
  .sh--dark .topnav.zn_header_top_nav ul .menu-item > a:hover,
  .sh--gray .topnav.zn_header_top_nav ul .menu-item.active > a,
  .sh--gray .topnav.zn_header_top_nav ul .menu-item > a:hover,
  .sh--light .topnav.zn_header_top_nav ul .menu-item.active > a,
  .sh--light .topnav.zn_header_top_nav ul .menu-item > a:hover {
    color: #444;
    background: #fff;
  }
  .topnav.zn_header_top_nav ul li:first-child > a {
    border-radius: 2px 2px 0 0;
    border-top-width: 0;
  }
  .topnav.zn_header_top_nav ul li:last-child > a {
    border-radius: 0 0 2px 2px;
  }
}
@media screen and (max-width: 1199px) {
  .zn_header_top_nav-wrapper {
    position: relative;
  }
  .headernav-trigger {
    display: block;
    width: 18px;
    height: 14px;
    position: relative;
    cursor: pointer;
  }
  .headernav-trigger:before {
    content: "";
    display: block;
    border-radius: 2px;
    height: 2px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
    opacity: 0.7;
  }
  .topnav.zn_header_top_nav {
    display: none;
    float: none;
    margin: 0;
    list-style: none;
    margin-top: 0;
    min-width: 240px;
    background-color: #fff;
    padding: 0;
    border-radius: 2px;
    position: absolute;
    top: 25px;
    z-index: 101;
    right: -10px;
  }
  .topnav.zn_header_top_nav li,
  .topnav.zn_header_top_nav ul {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .topnav.zn_header_top_nav li a {
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    padding: 6px 10px;
    display: block;
    border-top: 1px solid #eee;
    color: #000;
  }
  .topnav.zn_header_top_nav ul a {
    padding-left: 20px;
  }
  .topnav.zn_header_top_nav ul ul a {
    padding-left: 30px;
  }
  .sh--dark .topnav.zn_header_top_nav .menu-item > a,
  .sh--gray .topnav.zn_header_top_nav .menu-item > a,
  .sh--light .topnav.zn_header_top_nav .menu-item > a {
    color: #6f6b6b;
    background: #fff;
  }
  .sh--dark .topnav.zn_header_top_nav .menu-item.active > a,
  .sh--dark .topnav.zn_header_top_nav .menu-item > a:hover,
  .sh--gray .topnav.zn_header_top_nav .menu-item.active > a,
  .sh--gray .topnav.zn_header_top_nav .menu-item > a:hover,
  .sh--light .topnav.zn_header_top_nav .menu-item.active > a,
  .sh--light .topnav.zn_header_top_nav .menu-item > a:hover {
    color: #444;
    background: #f5f5f5;
  }
  .zn_header_top_nav-wrapper.is-opened .zn_header_top_nav {
    display: block;
  }
  .zn_header_top_nav-wrapper.is-opened .headernav-trigger {
    opacity: 1;
  }
}
.kl-cta-lined,
.kl-cta-ribbon {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 10px 5px;
  border-radius: 2px;
  margin-left: 20px;
  z-index: 1;
}
.kl-cta-ribbon .trisvg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
}
.kl-cta-ribbon .trisvg path {
  fill: #cd2122;
}
.kl-cta-ribbon:focus .trisvg path,
.kl-cta-ribbon:hover .trisvg path {
  fill: #fff;
}
.kl-cta-ribbon {
  display: block;
  background: #cd2122;
}
.kl-cta-ribbon:focus,
.kl-cta-ribbon:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.kl-cta-ribbon strong {
  font-size: 17px;
  font-weight: 900;
  display: block;
}
@media (max-width: 767px) {
  .kl-cta-ribbon {
    margin-top: 3px;
  }
}
.kl-cta-lined {
  background-color: transparent;
  box-shadow: none;
  padding: 8px 20px 9px;
}
.kl-cta-custom span {
  display: inline-block;
  vertical-align: middle;
}
.kl-cta-custom.cta-icon--before [data-zniconfam] {
  margin-right: 8px;
}
.kl-cta-custom.cta-icon--after [data-zniconfam] {
  margin-left: 8px;
}
.header-search.headsearch--def {
  position: relative;
  z-index: 100;
}
.headsearch--def .header-search-container {
  display: none;
  position: absolute;
  right: -10px;
  padding: 30px;
  background: #f4f4f4;
  width: 240px;
  border-bottom: 1px solid #fff;
  z-index: 1;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.headsearch--def .header-search-container.panel-opened {
  display: block;
}
.headsearch--def .header-search-button {
  line-height: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  margin: 0;
  border-radius: 2px;
}
.headsearch--def .header-search-button:hover {
  background: rgba(0, 0, 0, 0.7);
}
.headsearch--def .header-search-button.active {
  background: #f4f4f4;
  border-radius: 2px 2px 0 0;
}
.headsearch--def .header-search-button.active .glyphicon {
  color: #000;
}
.headsearch--def .gensearch__form {
  border-bottom: 1px solid #ccc;
  margin: 0;
  position: relative;
}
.headsearch--def .gensearch__form:hover {
  border-bottom: 1px solid #b5b5b5;
}
.headsearch--def .gensearch__input {
  background: none;
  border: none;
  font-size: 12px;
  color: #999;
  padding: 5px 0;
  margin: 0;
  display: inline-block;
  box-shadow: none;
  outline: none;
  font-style: italic;
  height: auto;
  width: calc(100% - 30px);
}
.headsearch--def .gensearch__input:focus {
  font-style: normal;
  color: #565656;
}
.headsearch--def .gensearch__submit {
  width: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  outline: none;
  color: hsla(0, 0%, 42%, 0.4);
}
.headsearch--def .gensearch__submit:after,
.headsearch--def .screen-reader-text {
  display: none;
}
.header-search.headsearch--inp {
  width: 220px;
}
.headsearch--inp .header-search-container {
  padding: 0;
  position: static;
  display: block;
  box-shadow: none;
  border: 0;
  background: none;
  vertical-align: middle;
}
.headsearch--inp .header-search-button {
  display: none;
}
.headsearch--inp .gensearch__form {
  border: 0;
  margin: 0;
  position: relative;
  padding: 0;
}
.headsearch--inp .gensearch__input {
  position: relative;
  border: none;
  font-size: 12px;
  font-style: italic;
  margin: 0;
  display: inline-block;
  box-shadow: none;
  outline: none;
  width: 100%;
  padding: 2px 30px 2px 15px;
  border-radius: 3px;
  height: 34px;
  transition: all 0.15s ease-out;
}
.headsearch--inp .gensearch__submit {
  width: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  outline: none;
  z-index: 1;
}
.headsearch--inp .gensearch__submit:after {
  display: none;
}
.headsearch--inp .header-search-field-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
  transition: all 0.15s cubic-bezier(0.68, 0, 0.265, 1);
}
.headsearch--inp .gensearch__input:focus {
  font-style: normal;
}
.headsearch--inp .gensearch__input:focus ~ .kl-field-bg {
  width: 120%;
  left: -10%;
  height: 120%;
  top: -10%;
}
.sh--light .headsearch--inp .gensearch__input {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.sh--light .headsearch--inp .gensearch__input:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
}
.sh--light .headsearch--inp .gensearch__input:focus {
  color: #e3e3e3;
  background-color: hsla(0, 0%, 100%, 0.2);
  box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0.2);
}
.sh--light .headsearch--inp .gensearch__submit {
  color: hsla(0, 0%, 100%, 0.4);
}
.sh--dark .headsearch--inp .gensearch__input,
.sh--gray .headsearch--inp .gensearch__input {
  color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.sh--dark .headsearch--inp .gensearch__input:hover,
.sh--gray .headsearch--inp .gensearch__input:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.sh--dark .headsearch--inp .gensearch__input:focus,
.sh--gray .headsearch--inp .gensearch__input:focus {
  color: #141414;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.sh--dark .headsearch--inp .gensearch__submit,
.sh--gray .headsearch--inp .gensearch__submit {
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .header-search.headsearch--inp {
    width: auto;
  }
}
.headsearch--bord.header-search {
  width: 300px;
}
.headsearch--bord .header-search-button {
  display: none;
}
.headsearch--bord .gensearch__form {
  position: relative;
  padding: 0;
}
.headsearch--bord .gensearch__input {
  background: none;
  border: none;
  font-size: 12px;
  font-style: italic;
  margin: 0;
  display: inline-block;
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  height: 35px;
  padding-left: 40px;
  width: 100%;
}
.headsearch--bord .gensearch__input:focus {
  border-bottom-width: 3px;
}
.headsearch--bord .gensearch__submit {
  width: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -8px;
  outline: none;
  z-index: 1;
  color: #efefef;
}
.headsearch--bord .gensearch__submit:after {
  display: none;
}
.sh--dark .headsearch--bord .gensearch__input {
  border-bottom-color: #141414;
  color: #141414;
}
.sh--dark .headsearch--bord .gensearch__submit {
  color: #141414;
}
.sh--gray .headsearch--bord .gensearch__input {
  border-bottom-color: #898989;
  color: #898989;
}
.sh--gray .headsearch--bord .gensearch__submit {
  color: #898989;
}
.headsearch--bord2.header-search {
  width: 300px;
}
.headsearch--bord2 .header-search-button {
  display: none;
}
.headsearch--bord2 .gensearch__form {
  position: relative;
  padding: 0;
}
.headsearch--bord2 .gensearch__input {
  background: none;
  border: none;
  font-size: 12px;
  margin: 0;
  display: inline-block;
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: hsla(0, 0%, 100%, 0.9);
  height: 40px;
  padding-right: 40px;
  width: 100%;
}
.headsearch--bord2 .gensearch__submit {
  width: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  height: 100%;
  line-height: 14px;
  position: absolute;
  right: 3px;
  top: 0;
  outline: none;
  z-index: 1;
  color: hsla(0, 0%, 100%, 0.9);
  border-bottom: 1px solid currentColor;
}
.headsearch--bord2 .gensearch__submit:after {
  display: none;
}
.sh--dark .headsearch--bord2 .gensearch__input {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.sh--dark .headsearch--bord2 .gensearch__submit {
  color: rgba(0, 0, 0, 0.8);
}
.sh--gray .headsearch--bord2 .gensearch__input {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6);
}
.sh--gray .headsearch--bord2 .gensearch__submit {
  color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .header-search.headsearch--min {
    position: relative;
    z-index: 100;
  }
  .header-search.headsearch--min:after,
  .header-search.headsearch--min:before {
    content: " ";
    display: table;
  }
  .header-search.headsearch--min:after {
    clear: both;
  }
  .headsearch--min .header-search-container {
    display: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
    margin-top: -2px;
  }
  .headsearch--min .header-search-container.panel-opened {
    display: block;
    width: 200px;
  }
  .headsearch--min .header-search-button {
    display: inline-block;
    z-index: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
  }
  .headsearch--min .header-search-button.active {
    position: absolute;
    right: 3px;
    top: 0;
    opacity: 0.5;
  }
  .headsearch--min .gensearch__form {
    margin: 0 30px 0 15px;
  }
  .headsearch--min .gensearch__input {
    background: none;
    border: none;
    font-size: 12px;
    font-style: italic;
    padding: 5px 0;
    margin: 0;
    display: inline-block;
    box-shadow: none;
    outline: none;
    height: 32px;
  }
  .headsearch--min .gensearch__input:focus {
    font-style: normal;
  }
  .headsearch--min .gensearch__submit {
    display: none;
  }
  .sh--light .headsearch--min .header-search-button .glyphicon {
    color: #ccc;
  }
  .sh--light .headsearch--min .header-search-button.active .glyphicon {
    color: #fff;
  }
  .sh--light .headsearch--min .header-search-container {
    border-color: hsla(0, 0%, 100%, 0.3);
  }
  .sh--light .headsearch--min .header-search-container.panel-opened:hover {
    border-color: hsla(0, 0%, 100%, 0.4);
  }
  .sh--light .headsearch--min .gensearch__input {
    color: #666;
  }
  .sh--light .headsearch--min .gensearch__input:focus {
    color: #bbb;
  }
  .sh--dark .headsearch--min .header-search-button .glyphicon {
    color: #333;
  }
  .sh--dark .headsearch--min .header-search-button.active .glyphicon {
    color: #000;
  }
  .sh--dark .headsearch--min .header-search-container {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .sh--dark .headsearch--min .header-search-container.panel-opened:hover {
    border-color: rgba(0, 0, 0, 0.3);
  }
  .sh--dark .headsearch--min .gensearch__input {
    color: #999;
  }
  .sh--dark .headsearch--min .gensearch__input:focus {
    color: #444;
  }
}
@media (max-width: 991px) {
  .header-search {
    position: static !important;
    z-index: 100;
    width: auto !important;
  }
  .header-search .header-search-container {
    display: none;
    position: absolute;
    right: 0;
    padding: 30px;
    background: #f4f4f4;
    width: 100%;
    border-bottom: 1px solid #fff;
    z-index: 1;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  }
  .header-search .header-search-container.panel-opened {
    display: block;
  }
  .header-search .header-search-button {
    line-height: 1;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
    border-radius: 2px;
  }
  .header-search .header-search-button:hover {
    background: rgba(0, 0, 0, 0.7);
  }
  .header-search .header-search-button.active {
    background: #f4f4f4;
    border-radius: 2px 2px 0 0;
  }
  .header-search .header-search-button.active .glyphicon {
    color: #000;
  }
  .header-search .gensearch__form {
    border-bottom: 1px solid #ccc;
    margin: 0;
    position: relative;
  }
  .header-search .gensearch__form:hover {
    border-bottom: 1px solid #b5b5b5;
  }
  .header-search .gensearch__input {
    background: none !important;
    border: none;
    font-size: 12px;
    color: #444 !important;
    padding: 5px 0;
    margin: 0;
    display: inline-block;
    box-shadow: none;
    outline: none;
    font-style: italic;
    width: calc(100% - 30px);
  }
  .header-search .gensearch__input:focus {
    font-style: normal;
    color: #565656;
  }
  .header-search .gensearch__submit {
    width: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    position: absolute;
    right: 5px;
    left: auto;
    top: 50%;
    margin-top: -8px;
    outline: none;
    color: hsla(0, 0%, 42%, 0.4);
  }
  .header-search .screen-reader-text {
    display: none;
  }
}
.support-panel {
  background: #eee;
  height: auto;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.4);
}
.support-panel.is-opened {
  margin-top: 0;
  max-height: 1000px;
  transition: max-height 0.4s ease-out;
}
.support-panel-container {
  padding: 15px 0;
}
.widget.support-panel-widget {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.open-sliding-panel.active .glyphicon-info-sign,
.open-sliding-panel .glyphicon-remove-circle,
.open-sliding-panel.is-toggled .glyphicon-info-sign {
  display: none !important;
}
.open-sliding-panel.active .glyphicon-remove-circle,
.open-sliding-panel.is-toggled .glyphicon-remove-circle {
  display: inline-block !important;
}
.support-panel.is-opened:before {
  height: 20px;
  content: "";
  display: none;
}
.support-panel-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 28px;
  background: rgba(0, 0, 0, 0.07);
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: all 0.15s ease-in-out;
  transform: scale(0.1);
}
.is-opened .support-panel-close {
  transform: scale(1);
}
.support-panel-close:hover {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
.kl-skin--dark .support-panel-close {
  background: hsla(0, 0%, 100%, 0.07);
}
.kl-skin--dark .support-panel-close:hover {
  background: hsla(0, 0%, 100%, 0.15);
  box-shadow: 0 0 0 3px hsla(0, 0%, 100%, 0.15);
}
@media (max-width: 1199px) {
  .support-panel.is-opened:before {
    display: block;
  }
  .support-panel-close {
    top: 5px;
    right: 5px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .support-panel-close {
    top: 0;
    border-radius: 0;
  }
}
.how_to_shop > .row {
  font-size: 14px;
  margin-bottom: 20px;
}
.how_to_shop > p {
  font-size: 13px;
  margin-top: 15px;
}
.how_to_shop .number {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  background: #cd2122;
  text-align: center;
  margin-right: 10px;
  font-weight: 900;
  border-radius: 50%;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .how_to_shop > .row {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.kl-fw-input {
  width: 100%;
}
.auth-popup-panel {
  padding: 50px;
}
.auth-popup-title {
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  margin-bottom: 20px;
  line-height: 1.9;
  text-shadow: none;
}
.auth-popup-createacc {
  margin-right: 8px;
  background: none !important;
}
.auth-popup-createacc + .auth-popup-sep {
  margin-right: 8px;
  border-left: 1px solid #ccc;
}
.auth-popup-links {
  margin-top: 20px;
  color: #4a4a4a;
  font-size: 10px;
  font-weight: 600;
}
.auth-popup-link {
  font-size: 11px;
  font-weight: 400;
  color: #898989;
}
.auth-popup-link:hover {
  color: #585858;
}
.auth-popup-remember {
  margin: 0 0 20px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: none;
}
.auth-popup-remember-chb {
  margin: 0;
}
.mfp-bg.mfp-fade.mfp-bg-lighter {
  background: #000;
}
.mfp-bg.mfp-fade.mfp-bg-lighter.mfp-ready {
  opacity: 0.75;
}
.auth-popup .mfp-close {
  color: #828282;
}
.auth-popup {
  width: 420px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: #ededed;
  box-shadow: 0 0 20px #000;
  border-radius: 2px;
  position: relative;
}
.register-popup {
  width: 420px;
}
@media (max-width: 480px) {
  .auth-popup {
    width: 100%;
  }
}
.znhg-gdpr-label {
  font-weight: 300;
}
.zn_form_login .zn_blocked {
  background-color: #ababab !important;
  transition: all 0.2s ease-out;
  opacity: 0.5;
  pointer-events: none;
  outline: none;
}
.zn-notification,
.zn_form_login-result .woocommerce-error,
.zn_form_login-result .woocommerce-message {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
  font-size: 13px;
}
.zn-notification--error,
.zn_form_login-result .woocommerce-error {
  border: 1px solid rgba(101, 34, 34, 0.3);
  background-color: #fff2f2;
  color: #861919;
}
.zn-notification--success,
.zn_form_login-result .woocommerce-message {
  border: 1px solid rgba(32, 83, 109, 0.3);
  background-color: #f2faff;
  color: #195a86;
}
.zn-notification a {
  text-decoration: underline;
}
.form-group.fg-input-invalid label:before {
  content: "\e101";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-right: 10px;
  color: red;
  opacity: 0.8;
}
.kl-skin--dark .auth-popup {
  border-color: #000;
  background: #0b0a0a;
}
.kl-skin--dark .auth-popup-links,
.kl-skin--dark .auth-popup-title {
  color: #b5b5b5;
}
.kl-skin--dark .auth-popup-link {
  color: #767676;
}
.kl-skin--dark .auth-popup-link:hover {
  color: #a7a7a7;
}
.kl-skin--dark .auth-popup-createacc + .auth-popup-sep {
  border-left-color: #333;
}
.topnav.topnav--lang .topnav-drop-panel {
  margin-right: -10px;
}
.topnav.topnav--lang .topnav-drop-panel-inner {
  padding-left: 0;
  padding-right: 0;
}
.topnav.topnav--lang .topnav-drop-panel-inner:after {
  display: none;
}
.toplang-anchor {
  font-size: 10px;
  color: #444;
  padding: 0 5px 0 10px;
  display: block;
  text-transform: uppercase;
  margin-top: 1px;
  padding-right: 10px !important;
}
.toplang--alt .toplang-flag,
.toplang--def .toplang-flag {
  margin-right: 5px;
}
.toplang-anchor:hover,
.toplang-item.active .toplang-anchor {
  color: #000;
  background: rgba(0, 0, 0, 0.1);
}
.toplang-anchor .glyphicon {
  float: right;
  opacity: 0.3;
  margin-top: 5px;
}
.topnav.topnav--lang > li > .topnav-item > .glyphicon {
  margin-right: 5px;
}
.toplang--alt .toplang-flag-code {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.toplang--alt .toplang-anchor {
  font-weight: 700;
}
.toplang--flags,
.toplang--flags .topnav-li {
  margin-left: 5px;
  margin-right: 5px;
}
.toplang--text .topnav-li {
  margin-left: 5px;
}
.toplang--text .site-header-text {
  opacity: 0.8;
}
.toplang--text .topnav-li:not(:last-child) {
  margin-right: 5px;
}
.toplang--text
  .topnav-li:not(.toplang-headText):not(:last-child)
  .topnav-item:after {
  content: "/";
  padding-left: 7px;
  opacity: 0.4;
}
.nav-th--dark .toplang-anchor {
  color: #ddd;
}
.nav-th--dark .toplang-anchor:hover,
.nav-th--dark .toplang-item.active .toplang-anchor {
  background: hsla(0, 0%, 100%, 0.1);
}
.topnav-drop-panel.topnav--cart-panel {
  margin-left: 0;
  padding-top: 10px;
  min-width: 320px;
}
.kl-cart-button {
  padding-left: 10px;
}
.kl-cart-button .glyphicon.kl-cart-icon {
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.kl-cart-button .glyphicon.kl-cart-icon:after {
  content: attr(data-count);
  font-size: 9px;
  background-color: #cd2122;
  color: #fff;
  width: 16px;
  height: 16px;
  display: block;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -12px;
  font-weight: 600;
  padding-right: 0;
  font-family: sans-serif;
}
.kl-cart-button.kl-cart--icononly .kl-cart-icon {
  font-size: 16px;
}
.kl-cart-button.kl-cart--icononly .kl-cart-icon:after {
  left: -13px;
}
.logo-container.hasInfoCard:before,
.logo-container .logo-infocard {
  display: none;
}
@media (min-width: 768px) {
  .logo-container.hasInfoCard {
    position: relative;
    display: block;
  }
  .logo-container.hasInfoCard.hasHoverMe:before {
    display: block;
    content: url(../images/grid/hoverme.png);
    width: 98px;
    height: 35px;
    right: 100%;
    margin-right: 20px;
    top: 40px;
    position: absolute;
  }
  .boxed .logo-container.hasInfoCard:before {
    display: none;
  }
  .logo-container .logo-infocard {
    position: absolute;
    top: 100%;
    margin-top: 20px;
    width: 440px;
    padding: 30px 20px 25px;
    background: #cd2122;
    border-radius: 2px;
    font-size: 12px;
    display: block;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: all 0.15s ease-out;
    transition-delay: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .logo-container:hover .site-logo + .logo-infocard {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    transition-delay: 0s;
    z-index: 2;
  }
  .logo-infocard,
  .logo-infocard a {
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
  }
  .logo-infocard a:hover {
    color: hsla(0, 0%, 100%, 0.7);
  }
  .infocard-wrapper {
    margin-top: 15px;
  }
  .logo-infocard p:last-child {
    margin-bottom: 0;
  }
  .logo-infocard .social-icons {
    margin-left: 0;
    padding-left: 0;
  }
  .logo-infocard .social-icons .social-icons-li {
    margin: 0 10px;
  }
  .logo-infocard .social-icons .social-icons-li:first-child {
    margin-left: 0;
  }
  .logo-infocard .social-icons-li.title {
    margin-right: 10px;
    font-size: 15px;
  }
  .logo-infocard .social-icons-item {
    background-color: transparent;
    box-shadow: none;
  }
  .logo-infocard .social-icons-item:hover {
    opacity: 0.7;
  }
  .logo-infocard .contact-details {
    background: url(images/say_hi.png) no-repeat 100% 0;
  }
}
.site-header .topnav.social-icons .social-icons-li {
  margin: 0;
  margin-left: 10px;
}
.site-header .topnav.social-icons.sc--clean .social-icons-li,
.site-header .topnav.social-icons .social-icons-li:first-child {
  margin-left: 0;
}
.site-header .topnav.social-icons .social-icons-item {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
.scheader-icon-nocolor {
  background-color: #121212;
}
.chaser {
  display: none;
}
@media screen and (min-width: 992px) {
  .chaser {
    display: block;
    background: rgba(0, 0, 0, 0.85);
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -30px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    transition-property: opacity, visibility, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .chaser.visible {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }
  body.admin-bar > .chaser {
    margin-top: 32px;
  }
  .chaser-main-menu,
  .chaser-main-menu ul {
    float: none;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .chaser-main-menu li:not(.menu-item-mega-parent) {
    position: relative;
  }
  .chaser-main-menu li.logo-menu-wrapper {
    display: none;
  }
  .chaser-main-menu > li {
    float: left;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .chaser-main-menu > li:last-child {
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  }
  .chaser-main-menu .sub-menu,
  .chaser-main-menu .zn_mega_container {
    left: -2999px;
    position: absolute;
    transform: translateY(20px);
    opacity: 0;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  }
  .chaser-main-menu .zn_mega_container {
    left: -2999px !important;
  }
  .chaser-main-menu .zn_mega_container.zn_mega-has-image {
    background-image: none !important;
  }
  .chaser-main-menu .zn_mega_row_start:after,
  .chaser-main-menu .zn_mega_row_start:before {
    display: table;
    content: " ";
  }
  .chaser-main-menu .zn_mega_row_start:after {
    clear: both;
  }
  .chaser-main-menu li ul {
    background: rgba(0, 0, 0, 0.9);
    min-width: 200px;
    padding: 5px;
  }
  .chaser-main-menu .zn_mega_container > ul {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .chaser-main-menu .zn_mega_container > ul:first-child {
    padding-top: 20px;
  }
  .chaser-main-menu .zn_mega_container > ul:last-child {
    padding-bottom: 30px;
  }
  .chaser-main-menu .zn_mega_container ul ul {
    background: none;
    padding: 10px 0 0;
  }
  .chaser-main-menu .zn_mega_container .zn_mega_title {
    border-bottom: 1px solid #454545;
    background: none;
  }
  .chaser-main-menu .zn_mega_container .zn_mega_title_hide {
    display: none;
  }
  .chaser-main-menu li a {
    display: block;
    color: #ddd;
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 15px;
    transition: all 0.15s ease-in-out;
    position: relative;
  }
  .chaser-main-menu li:hover > a:not(:only-child) + .sub-menu,
  .chaser-main-menu li:hover > a:not(:only-child) + .zn_mega_container {
    left: 0;
    opacity: 1;
    transform: translateY(0);
  }
  .chaser-main-menu li:hover > a:not(:only-child) + .zn_mega_container {
    left: -15px !important;
  }
  .chaser-main-menu li > a:not(:only-child) {
    padding-right: 25px;
  }
  .chaser-main-menu li > a:not(:only-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -1px;
    height: 2px;
    width: 6px;
    background: #ccc;
    opacity: 0.5;
  }
  .chaser-main-menu li li:hover > a:not(:only-child) + .sub-menu {
    left: 100%;
    top: -4px;
  }
  .chaser-main-menu li:hover > a,
  .chaser-main-menu li a:hover {
    color: #fff;
    background: #000;
  }
  .chaser-main-menu li.active > a {
    background: #cd2122;
  }
  .chaser-main-menu .zn-mega-new-item {
    display: none;
  }
  .chaser-main-menu .sub-menu li.menuitem-separator > a,
  .chaser-main-menu .sub-menu li a[href="#custom-separator"] {
    text-indent: -2999px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.3) !important;
    background-clip: padding-box;
    height: 5px;
  }
  .chaser .zn-megaMenuSmartArea-content {
    display: none !important;
  }
  .chaser .zn-megaMenuSmartArea-content + ul {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .site-header.header--sticky {
    width: 100%;
    z-index: 9;
    will-change: transform;
    transform: translateZ(0);
    transition: background-color 0.2s ease-out;
  }
  .site-header.site-header--absolute.header--sticky {
    position: fixed;
  }
  .site-header.header--sticky .site-logo-anch {
    transition: height 0.1s ease-out;
  }
  .header--is-sticked.site-header.header--sticky {
    position: fixed;
  }
  .site-header.header--sticky .site-header-bottom,
  .site-header.header--sticky .site-header-main,
  .site-header.header--sticky .site-header-top {
    opacity: 1;
    transition: height 0.2s ease-out, opacity 0.2s ease-out;
  }
  .header--is-sticked.site-header.sticky-resize,
  .header--is-sticked.site-header.sticky-resize
    .logosize--contain
    .site-logo-anch {
    height: auto !important;
  }
  .header--is-sticked.site-header.sticky-resize .logosize--yes .site-logo {
    min-height: 0 !important;
  }
  .header--is-sticked.site-header.sticky-resize
    .logosize--contain
    .site-logo-img,
  .header--is-sticked.site-header.sticky-resize .site-logo-img-sticky {
    max-height: 100% !important;
    display: block;
    width: auto;
  }
  .header--is-sticked.site-header.sticky-resize
    .logosize--contain
    .site-logo-img,
  .header--is-sticked.site-header.sticky-resize
    .logosize--yes
    .logo-img-sticky
    + .site-logo-img {
    max-height: 60px !important;
  }
  .header--is-sticked.site-header.sticky-resize
    .sticky-bottom-area
    .site-header-bottom,
  .header--is-sticked.site-header.sticky-resize
    .sticky-main-area
    .site-header-main,
  .header--is-sticked.site-header.sticky-resize
    .sticky-top-area
    .site-header-top {
    opacity: 0;
    height: 0 !important;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header--is-sticked.site-header.sticky-resize
    .site-header-wrapper:not(.sticky-main-area)
    .site-header-main {
    height: 60px;
  }
  .header--is-sticked.site-header.sticky-resize
    .site-header-wrapper:not(.sticky-bottom-area)
    .site-header-bottom {
    height: 55px;
  }
  .header--is-sticked.site-header .logo-container.hasInfoCard:before,
  .header--is-sticked.site-header .site-header-separator {
    display: none;
  }
  .header--is-sticked.site-header.sticky-resize.kl-center-menu
    .main-nav
    > ul
    > li
    > a {
    line-height: 60px !important;
  }
}
.site-logo-img-sticky {
  display: none;
}
.header--sticky .site-logo-img-sticky {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(0);
  transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header--sticky .site-logo-img-sticky + .site-logo-img {
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .header--is-sticked .site-logo-img-sticky + .site-logo-img {
    opacity: 0;
  }
  .header--is-sticked .site-logo-img-sticky {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header--sticky .site-logo-img-sticky {
    display: none;
  }
}
.site-header.kl-center-menu .logo-container.hasInfoCard:before {
  display: none;
}
.site-header.kl-center-menu .main-nav > ul > li {
  margin-left: 3px;
  margin-right: 3px;
}
.site-header.kl-center-menu .main-nav > ul > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.kl-center-menu .main-nav .logo-menu-wrapper {
  margin-left: 0;
  margin-right: 0;
  transform: scale(0);
  width: auto;
  max-width: 0;
  opacity: 0;
}
.site-header.kl-center-menu .main-nav .logo-menu-wrapper.is-loaded {
  max-width: 1000px;
  margin-left: 20px;
  margin-right: 20px;
  transform: scale(1);
  opacity: 1;
  transition: all 0.15s ease-out;
}
.site-header.kl-center-menu .main-nav .site-logo-anch {
  display: table-cell;
}
.site-header.kl-center-menu .zn-original-logo {
  margin-left: auto;
  margin-right: auto;
}
.site-header.kl-center-menu .zn-original-logo,
.zn-res-menu-nav li.logo-menu-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .site-header.kl-center-menu .zn-original-logo {
    width: auto;
    margin-left: 0;
  }
}
.site-header-bottom-center .logo-container .logo-infocard,
.site-header-main-center .logo-container .logo-infocard,
.site-header-top-center .logo-container .logo-infocard {
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.site-header {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
@media (max-width: 767px) {
  .site-header {
    position: relative;
    height: auto;
  }
  .site-header .xs-icon {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    opacity: 1;
  }
}
.siteheader-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.site-header.site-header--absolute {
  position: absolute;
}
.site-header.site-header--relative {
  position: relative;
}
@media (min-width: 768px) {
  .site-header.header--fixed,
  .site-header.site-header--absolute.header--fixed,
  .site-header.site-header--relative.header--fixed {
    position: fixed;
    left: 0;
  }
}
@media (max-width: 767px) {
  #site-header-FixedRelativeFix {
    display: none;
  }
}
.site-header-separator {
  height: 1px;
  opacity: 0.2;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 100%;
}
.siteheader-container.topbar-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.topbar-full .site-header-top .site-header-top-left {
  padding-left: 20px;
}
.topbar-full .site-header-top .site-header-top-right {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .topbar-full .site-header-top .site-header-top-left,
  .topbar-full .site-header-top .site-header-top-right {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.sh--gray .topnav-li .glyphicon,
.sh--gray .topnav-no-sc .topnav-item,
.sh--gray .topnav .menu-item > a,
.sh--gray .topnav.sc--clean .topnav-item {
  color: #878787;
}
.sh--gray .topnav-item:hover .glyphicon,
.sh--gray .topnav-no-sc .topnav-item:hover,
.sh--gray .topnav .menu-item > a:hover,
.sh--gray .topnav.sc--clean .topnav-item:hover {
  color: #676767;
}
.sh--gray .main-nav > ul > li > a {
  color: #8c8c8c;
}
.sh--gray .main-nav > ul > li.menu-item-has-children > a:after {
  background-color: hsla(0, 0%, 47%, 0.4);
}
.sh--gray .kl-cta-lined {
  color: #8c8c8c;
  border-color: #8c8c8c;
}
.sh--gray .kl-cta-lined:hover {
  opacity: 0.8;
}
.sh--gray .kl-header-toptext,
.sh--gray .kl-header-toptext a,
.sh--gray .site-header-text,
.sh--gray .site-header-text a {
  color: #878787;
}
.sh--gray .headernav-trigger:before {
  background-color: #878787;
  box-shadow: 0 6px 0 #878787, 0 12px 0 #878787;
}
.sh--gray .site-header-separator {
  background: #878787;
}
.sh--gray .zn-menuBurger span {
  background: rgba(0, 0, 0, 0.5);
}
.sh--gray .kl-cart-button .svg-cart.kl-cart-icon .svg-cart-icon {
  fill: #fff;
}
@media (max-width: 767px) {
  .sheader-sh--gray {
    background-color: #8c8c8c;
  }
}
.sh--light .topnav-li .glyphicon,
.sh--light .topnav-no-sc .topnav-item,
.sh--light .topnav .menu-item > a,
.sh--light .topnav.sc--clean .topnav-item {
  color: #fff;
}
.sh--light .topnav-item:hover .glyphicon,
.sh--light .topnav-no-sc .topnav-item:hover,
.sh--light .topnav .menu-item > a:hover,
.sh--light .topnav.sc--clean .topnav-item:hover {
  color: #fff;
  opacity: 0.9;
}
.sh--light .main-nav > ul > li > a {
  color: #f5f5f5;
}
.sh--light .kl-cta-lined {
  color: hsla(0, 0%, 100%, 0.8);
  border-color: hsla(0, 0%, 100%, 0.8);
}
.sh--light .kl-cta-lined:hover {
  opacity: 0.8;
}
.sh--light .kl-header-toptext,
.sh--light .kl-header-toptext a,
.sh--light .site-header-text,
.sh--light .site-header-text a {
  color: #fff;
}
.sh--light .headernav-trigger:before {
  background-color: #fff;
  box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
}
.sh--light .site-header-separator {
  background: #fff;
}
.sh--light .zn-menuBurger span {
  background: hsla(0, 0%, 100%, 0.85);
}
.sh--light .kl-cart-button .svg-cart.kl-cart-icon .svg-cart-icon {
  fill: #fff;
}
.sh--light .kl-cta-custom.btn-lined.lined-dark {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 767px) {
  .sheader-sh--light {
    background-color: #333;
  }
}
.sh--dark .topnav-li .glyphicon,
.sh--dark .topnav-no-sc .topnav-item,
.sh--dark .topnav .menu-item > a,
.sh--dark .topnav.sc--clean .topnav-item {
  color: #333;
}
.sh--dark .topnav-item:hover .glyphicon,
.sh--dark .topnav-no-sc .topnav-item:hover,
.sh--dark .topnav .menu-item > a:hover,
.sh--dark .topnav.sc--clean .topnav-item:hover {
  color: #111;
}
.sh--dark .main-nav > ul > li > a {
  color: #252525;
}
.sh--dark .main-nav > ul > li.menu-item-has-children > a:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.sh--dark .main-nav > ul > li.active > a,
.sh--dark .main-nav > ul > li:hover > a,
.sh--dark .main-nav > ul > li > a:hover {
  color: #111;
}
.sh--dark .main-nav.mainnav--active-bg > ul > li.active > a,
.sh--dark .main-nav.mainnav--active-bg > ul > li:hover > a,
.sh--dark .main-nav.mainnav--active-bg > ul > li > a:hover {
  color: #fff;
}
.sh--dark .kl-cta-lined {
  color: #252525;
  border-color: #252525;
}
.sh--dark .kl-cta-lined:hover {
  opacity: 0.8;
}
.sh--dark .kl-header-toptext,
.sh--dark .kl-header-toptext a,
.sh--dark .site-header-text,
.sh--dark .site-header-text a {
  color: #333;
}
.sh--dark .headernav-trigger:before {
  background-color: #333;
  box-shadow: 0 6px 0 #333, 0 12px 0 #333;
}
.sh--dark .site-header-separator {
  background: #333;
}
.sh--dark .zn-menuBurger span {
  background: rgba(0, 0, 0, 0.75);
}
.sh--dark .kl-cart-button .svg-cart.kl-cart-icon .svg-cart-icon {
  fill: #333;
}
@media (max-width: 767px) {
  .sheader-sh--dark {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .site-header-xs-color-scheme--gray
    .site-header-xs-color-scheme--gray
    .topnav-no-sc
    .topnav-item,
  .site-header-xs-color-scheme--gray .topnav-li .glyphicon,
  .site-header-xs-color-scheme--gray .topnav .menu-item > a,
  .site-header-xs-color-scheme--gray .topnav.sc--clean .topnav-item {
    color: #878787;
  }
  .site-header-xs-color-scheme--gray .topnav-item:hover .glyphicon,
  .site-header-xs-color-scheme--gray .topnav-no-sc .topnav-item:hover,
  .site-header-xs-color-scheme--gray .topnav .menu-item > a:hover,
  .site-header-xs-color-scheme--gray .topnav.sc--clean .topnav-item:hover {
    color: #676767;
  }
  .site-header-xs-color-scheme--gray .main-nav > ul > li > a {
    color: #8c8c8c;
  }
  .site-header-xs-color-scheme--gray
    .main-nav
    > ul
    > li.menu-item-has-children
    > a:after {
    background-color: hsla(0, 0%, 47%, 0.4);
  }
  .site-header-xs-color-scheme--gray .kl-cta-lined {
    color: #8c8c8c;
    border-color: #8c8c8c;
  }
  .site-header-xs-color-scheme--gray .kl-cta-lined:hover {
    opacity: 0.8;
  }
  .site-header-xs-color-scheme--gray .kl-header-toptext,
  .site-header-xs-color-scheme--gray .kl-header-toptext a,
  .site-header-xs-color-scheme--gray .site-header-text,
  .site-header-xs-color-scheme--gray .site-header-text a {
    color: #878787;
  }
  .site-header-xs-color-scheme--gray .headernav-trigger:before {
    background-color: #878787;
    box-shadow: 0 6px 0 #878787, 0 12px 0 #878787;
  }
  .site-header-xs-color-scheme--gray .site-header-separator {
    background: #878787;
  }
  .site-header-xs-color-scheme--gray .zn-menuBurger span {
    background: rgba(0, 0, 0, 0.5);
  }
  .site-header-xs-color-scheme--gray
    .kl-cart-button
    .svg-cart.kl-cart-icon
    .svg-cart-icon {
    fill: #fff;
  }
}
@media (max-width: 767px) {
  .site-header-xs-color-scheme--light .topnav-li .glyphicon,
  .site-header-xs-color-scheme--light .topnav-no-sc .topnav-item,
  .site-header-xs-color-scheme--light .topnav .menu-item > a,
  .site-header-xs-color-scheme--light .topnav.sc--clean .topnav-item {
    color: #fff;
  }
  .site-header-xs-color-scheme--light .topnav-item:hover .glyphicon,
  .site-header-xs-color-scheme--light .topnav-no-sc .topnav-item:hover,
  .site-header-xs-color-scheme--light .topnav .menu-item > a:hover,
  .site-header-xs-color-scheme--light .topnav.sc--clean .topnav-item:hover {
    color: #fff;
    opacity: 0.9;
  }
  .site-header-xs-color-scheme--light .main-nav > ul > li > a {
    color: #f5f5f5;
  }
  .site-header-xs-color-scheme--light .kl-cta-lined {
    color: hsla(0, 0%, 100%, 0.8);
    border-color: hsla(0, 0%, 100%, 0.8);
  }
  .site-header-xs-color-scheme--light .kl-cta-lined:hover {
    opacity: 0.8;
  }
  .site-header-xs-color-scheme--light .kl-header-toptext,
  .site-header-xs-color-scheme--light .kl-header-toptext a,
  .site-header-xs-color-scheme--light .site-header-text,
  .site-header-xs-color-scheme--light .site-header-text a {
    color: #fff;
  }
  .site-header-xs-color-scheme--light .headernav-trigger:before {
    background-color: #fff;
    box-shadow: 0 6px 0 #fff, 0 12px 0 #fff;
  }
  .site-header-xs-color-scheme--light .site-header-separator {
    background: #fff;
  }
  .site-header-xs-color-scheme--light .zn-menuBurger span {
    background: hsla(0, 0%, 100%, 0.85);
  }
  .site-header-xs-color-scheme--light
    .kl-cart-button
    .svg-cart.kl-cart-icon
    .svg-cart-icon {
    fill: #fff;
  }
  .site-header-xs-color-scheme--light .kl-cta-custom.btn-lined.lined-dark {
    color: #fff;
    border-color: #fff;
  }
}
@media (max-width: 767px) {
  .site-header-xs-color-scheme--dark .topnav-li .glyphicon,
  .site-header-xs-color-scheme--dark .topnav-no-sc .topnav-item,
  .site-header-xs-color-scheme--dark .topnav .menu-item > a,
  .site-header-xs-color-scheme--dark .topnav.sc--clean .topnav-item {
    color: #333;
  }
  .site-header-xs-color-scheme--dark .topnav-item:hover .glyphicon,
  .site-header-xs-color-scheme--dark .topnav-no-sc .topnav-item:hover,
  .site-header-xs-color-scheme--dark .topnav .menu-item > a:hover,
  .site-header-xs-color-scheme--dark .topnav.sc--clean .topnav-item:hover {
    color: #111;
  }
  .site-header-xs-color-scheme--dark .main-nav > ul > li > a {
    color: #252525;
  }
  .site-header-xs-color-scheme--dark
    .main-nav
    > ul
    > li.menu-item-has-children
    > a:after {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .site-header-xs-color-scheme--dark .main-nav > ul > li.active > a,
  .site-header-xs-color-scheme--dark .main-nav > ul > li:hover > a,
  .site-header-xs-color-scheme--dark .main-nav > ul > li > a:hover {
    color: #111;
  }
  .site-header-xs-color-scheme--dark
    .main-nav.mainnav--active-bg
    > ul
    > li.active
    > a,
  .site-header-xs-color-scheme--dark
    .main-nav.mainnav--active-bg
    > ul
    > li:hover
    > a,
  .site-header-xs-color-scheme--dark
    .main-nav.mainnav--active-bg
    > ul
    > li
    > a:hover {
    color: #fff;
  }
  .site-header-xs-color-scheme--dark .kl-cta-lined {
    color: #252525;
    border-color: #252525;
  }
  .site-header-xs-color-scheme--dark .kl-cta-lined:hover {
    opacity: 0.8;
  }
  .site-header-xs-color-scheme--dark .kl-header-toptext,
  .site-header-xs-color-scheme--dark .kl-header-toptext a,
  .site-header-xs-color-scheme--dark .site-header-text,
  .site-header-xs-color-scheme--dark .site-header-text a {
    color: #333;
  }
  .site-header-xs-color-scheme--dark .headernav-trigger:before {
    background-color: #333;
    box-shadow: 0 6px 0 #333, 0 12px 0 #333;
  }
  .site-header-xs-color-scheme--dark .site-header-separator {
    background: #333;
  }
  .site-header-xs-color-scheme--dark .zn-menuBurger span {
    background: rgba(0, 0, 0, 0.75);
  }
  .site-header-xs-color-scheme--dark
    .kl-cart-button
    .svg-cart.kl-cart-icon
    .svg-cart-icon {
    fill: #333;
  }
}
.site-header .site-header-col-left .topnav-drop .topnav-drop-panel {
  left: 0;
  right: auto;
}
.site-header .site-header-col-left .topnav-drop-panel-inner:after {
  left: 10px;
  right: auto;
}
.site-header .site-header-col-left .headsearch--def .header-search-container {
  left: -10px;
  right: auto;
}
.site-header .site-header-col-left .topnav.zn_header_top_nav {
  right: auto;
  left: -5px;
}
.siteheader-classic .logo-container {
  width: 100%;
}
.siteheader-classic .kl-cta-ribbon {
  margin-bottom: -5px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.siteheader-classic .site-header-top-left .sh-component:first-child {
  margin-left: 10px;
}
.site-header.siteheader-classic,
.site-header.siteheader-classic .logosize--contain .site-logo-anch {
  height: 105px;
}
.site-header.siteheader-classic .logosize--contain .site-logo-img,
.site-header.siteheader-classic .logosize--contain .site-logo-img-sticky {
  max-height: 105px;
}
.site-header.siteheader-classic .logosize--yes .site-logo {
  min-height: 105px;
}
.site-header.siteheader-classic .site-header-top {
  height: 54px;
}
.site-header.siteheader-classic .site-header-main {
  height: 46px;
}
.site-header.siteheader-classic .header-no-top .site-header-main {
  height: 100px;
}
.site-header.style1 {
  border-bottom: 2px solid #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-top: 3px solid #cd2122;
}
.site-header.style1:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -2px;
  border: 5px solid transparent;
  border-top-width: 5px;
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.7);
}
.site-header.style2 .site-logo-anch {
  background: rgba(0, 0, 0, 0.3);
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 2px solid #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-top-width: 3px;
  border-top-style: solid;
}
@media (max-width: 767px) {
  .site-header.style2 .site-logo-anch {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-header.style2 .site-logo-anch:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -3px;
  border: 5px solid transparent;
  border-top-width: 5px;
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .site-header.style3.headerstyle--default {
    background: none;
  }
  .header--is-sticked.site-header.style3.headerstyle--default {
    background: rgba(0, 0, 0, 0.5);
  }
}
.site-header.style3 .site-logo-anch {
  background: rgba(0, 0, 0, 0.3);
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 2px solid #000;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  border-top: 3px solid #cd2122;
}
.site-header.style3 .site-logo-anch:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -11px;
  margin-left: -3px;
  border: 5px solid transparent;
  border-top-width: 5px;
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.7);
}
.site-header.style3 .main-nav {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .header--not-sticked.site-header.style5.headerstyle--default.header--sticky,
  .site-header.style5.headerstyle--default.header--no-stick {
    background: none;
  }
}
.site-header.style5 .topnav-no-sc .topnav-li {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  padding-left: 20px;
}
.site-header.style5 .topnav-no-sc:last-of-type .topnav-li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.site-header.style5 .topnav-no-sc .topnav-item,
.site-header.style5 .topnav .menu-item a {
  line-height: 18px;
}
.site-header.style5 .site-logo-anch {
  padding-left: 0;
  padding-right: 0;
}
.site-header.style5 .siteheader-container > .site-header-separator {
  height: 2px;
}
@media (max-width: 767px) {
  .site-header.style5 .topnav-no-sc .topnav-li {
    border: 0;
    padding-left: 0;
  }
  .site-header.style5 .siteheader-container > .site-header-separator {
    display: none;
  }
}
.site-header.style6 {
  border-top: 3px solid #cd2122;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.site-header.style6.headerstyle--default {
  background: hsla(0, 0%, 100%, 0.95);
}
.site-header.style6 .kl-cta-lined {
  color: #747474;
  border-color: #747474;
}
@media (max-width: 767px) {
  .site-header.siteheader-classic-normal .zn_header_top_nav-wrapper {
    -ms-flex-order: -1;
    order: -1;
    margin-right: auto !important;
    margin-left: 0;
  }
  .site-header.siteheader-classic-normal .topnav.zn_header_top_nav {
    right: auto;
    left: -5px;
  }
}
@media (min-width: 768px) {
  .site-header.style7.headerstyle--default {
    background: none;
  }
}
.site-header.style7 {
  height: 122px;
}
.site-header.style7 .logosize--contain .site-logo-anch {
  height: 69px;
}
.site-header.style7 .logosize--contain .site-logo-img,
.site-header.style7 .logosize--contain .site-logo-img-sticky {
  max-height: 69px;
}
.site-header.style7 .logosize--yes .site-logo {
  min-height: 69px;
}
.site-header.style7 .site-header-top {
  height: 46px;
}
.site-header.style7 .site-header-main {
  height: 69px;
}
.site-header.style7 .header-no-top .site-header-main {
  height: 122px;
}
.site-header.style7 .main-nav,
.site-header.style7 .zn-res-menuwrapper {
  margin-left: 20px;
  margin-right: auto;
}
.site-header.style7 .logosize--contain .site-logo-img {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.style7 .kl-cta-ribbon {
  margin-bottom: -5px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.site-header.style7 .kl-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170%;
  opacity: 0.6;
  pointer-events: none;
  background: linear-gradient(180deg, #000 0, transparent);
}
.site-header.style7.headerstyle--image_color .kl-header-bg {
  display: none;
}
.site-header.style7.sheader-sh--dark .kl-header-bg {
  opacity: 0.7;
  background: linear-gradient(180deg, #fff 0, hsla(0, 0%, 100%, 0));
}
@media (max-width: 767px) {
  .site-header.style7 .site-header-top {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .site-header.style7 .site-header-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header.style7 .site-logo-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .site-header.style7 .site-header-main-center {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-header.style7 .main-nav,
  .site-header.style7 .zn-res-menuwrapper {
    margin-left: 0;
  }
  .site-header.style7.headerstyle-xs--image_color .kl-header-bg {
    display: none;
  }
}
.site-header.style8 {
  background: none;
}
.site-header.style8 .site-header-bottom-wrapper {
  border-bottom: 3px solid #cd2122;
}
.site-header.style8 {
  height: 125px;
}
.site-header.style8 .logosize--contain .site-logo-anch {
  height: 80px;
}
.site-header.style8 .logosize--contain .site-logo-img,
.site-header.style8 .logosize--contain .site-logo-img-sticky {
  max-height: 80px;
}
.site-header.style8 .logosize--yes .site-logo {
  min-height: 80px;
}
.site-header.style8 .site-header-main {
  height: 80px;
}
.site-header.style8 .site-header-bottom {
  height: 42px;
}
.site-header.style8 .site-header-main-right-ext {
  width: 100%;
}
.site-header.style8.headerstyle--default .site-header-main-wrapper {
  background: rgba(0, 0, 0, 0.7);
}
.site-header.style8.headerstyle--default .site-header-bottom-wrapper {
  background: rgba(0, 0, 0, 0.6);
}
.site-header.style8 .site-header-bottom-wrapper .kl-cta-lined {
  margin-bottom: -8px;
  margin-top: -3px;
  font-size: 90%;
  padding: 14px 10px;
  color: #fff;
  border: 0;
  background: #000;
}
.site-header.style8 .site-header-bottom-wrapper .kl-cta-lined:hover {
  color: #343434;
  background-color: #fff;
}
.site-header.style8 .main-nav > ul > li.active > a:before,
.site-header.style8 .main-nav > ul > li:hover > a:before,
.site-header.style8 .main-nav > ul > li > a:hover:before {
  height: calc(100% + 23px);
  margin-bottom: -23px;
  margin-top: 3px;
}
.site-header.style8 .site-header-bottom.sh--dark .kl-cta-lined:hover {
  color: #f9f9f9;
  background-color: #000;
}
@media (max-width: 767px) {
  .site-header.style8 .site-header-main {
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header.style8 .site-header-main-right-top {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .site-header.style8 .site-header-main-right-ext {
    margin-bottom: 10px;
  }
}
.site-header.style9 {
  border-bottom: 3px solid #ababab;
}
.site-header.style9.headerstyle--default {
  background: hsla(0, 0%, 100%, 0.9);
}
@media (min-width: 768px) {
  .site-header.style9 {
    height: 160px;
  }
  .site-header.style9 .logosize--contain .site-logo-anch {
    height: 64px;
  }
  .site-header.style9 .logosize--contain .site-logo-img,
  .site-header.style9 .logosize--contain .site-logo-img-sticky {
    max-height: 64px;
  }
  .site-header.style9 .logosize--yes .site-logo {
    min-height: 64px;
  }
  .site-header.style9 .site-header-top {
    height: 36px;
  }
  .site-header.style9 .site-header-bottom {
    height: 46px;
  }
  .site-header.style9 .site-header-main {
    height: 64px;
  }
  .site-header.style9 .header-no-top .site-header-main {
    height: 103px;
  }
  .site-header.style9 .header-no-top.header-no-bottom .site-header-main {
    height: 160px;
  }
}
.site-header.style9 .logosize--contain .site-logo-img {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.style9 .site-header-main {
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-header.style9 .main-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.site-header.style9 .ctabutton {
  margin-right: 0;
}
.site-header.style9 .zn-res-menuwrapper {
  margin-left: 0;
  margin-right: auto;
}
.site-header.style9 .kl-cta-ribbon {
  margin-top: -5px;
}
.site-header.style9 .kl-cta-lined {
  margin-top: -3px;
  font-size: 90%;
  padding: 17px;
  color: #fff;
  border: 0;
  background: #000;
}
.site-header.style9 .kl-cta-lined:hover {
  color: #f9f9f9;
  background-color: #000;
}
.site-header.style9 .kl-header-toptext {
  margin-left: 20px;
}
.site-header.style9.site-header--absolute
  ~ .zn_pb_wrapper
  > .kl-slideshow:first-child
  .kl-slideshow-safepadding,
.site-header.style9.site-header--absolute
  ~ .zn_pb_wrapper
  > .zn_pb_el_container:first-child
  > .kl-slideshow
  .kl-slideshow-safepadding {
  padding-top: 160px;
}
.no-flexbox .site-header.style9 .site-header-main {
  table-layout: fixed;
}
.no-flexbox .site-header.style9 .kl-cta-ribbon {
  float: right;
}
.site-header.style10.headerstyle--default {
  background: #fff;
}
@media (min-width: 992px) {
  .site-header.style10 .sh-component {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 768px) {
  .site-header.style10 {
    height: 170px;
  }
  .site-header.style10 .logosize--contain .site-logo-anch {
    height: 70px;
  }
  .site-header.style10 .logosize--contain .site-logo-img,
  .site-header.style10 .logosize--contain .site-logo-img-sticky {
    max-height: 70px;
  }
  .site-header.style10 .logosize--yes .site-logo {
    min-height: 70px;
  }
  .site-header.style10 .site-header-bottom,
  .site-header.style10 .site-header-top {
    height: 50px;
  }
  .site-header.style10 .site-header-main {
    height: 70px;
  }
  .site-header.style10 .header-no-top .site-header-main {
    height: 130px;
  }
  .site-header.style10 .header-no-top.header-no-bottom .site-header-main {
    height: 170px;
  }
}
.site-header.style10 .headsearch--bord.header-search {
  width: 100%;
}
.site-header.style10 .main-nav .zn_mega_container li a,
.site-header.style10 .main-nav ul ul.sub-menu li a {
  font-size: 12px;
}
@media (max-width: 767px) {
  .site-header.style10 .header-search {
    margin-left: 0;
    margin-right: auto;
  }
  .site-header.style10 .header-search .header-search-container {
    left: -10px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .site-header.style11 {
    height: 120px;
  }
  .site-header.style11 .logosize--contain .site-logo-anch {
    height: 70px;
  }
  .site-header.style11 .logosize--contain .site-logo-img,
  .site-header.style11 .logosize--contain .site-logo-img-sticky {
    max-height: 70px;
  }
  .site-header.style11 .logosize--yes .site-logo {
    min-height: 70px;
  }
  .site-header.style11 .site-header-top {
    height: 50px;
  }
  .site-header.style11 .site-header-main {
    height: 70px;
  }
  .site-header.style11.kl-center-menu .main-nav > ul > li > a {
    line-height: 70px;
  }
  .site-header.style11 .header-no-top .site-header-main {
    height: 120px;
  }
}
.site-header.style12.headerstyle--default {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .site-header.style12 .logosize--contain .site-logo-anch {
    height: 100px;
  }
  .site-header.style12 .logosize--contain .site-logo-img,
  .site-header.style12 .logosize--contain .site-logo-img-sticky {
    max-height: 100px;
  }
  .site-header.style12 .logosize--yes .site-logo {
    min-height: 100px;
  }
  .site-header.style12 .site-header-top {
    height: 50px;
  }
  .site-header.style12 .site-header-main {
    height: 100px;
  }
  .site-header-main-right .sh-component {
    margin-left: 20px;
    margin-right: 20px;
  }
  .site-header.style12.kl-center-menu .main-nav > ul > li > a {
    line-height: 100px;
  }
  .site-header.style12 .header-no-top .site-header-main {
    height: 100px;
  }
}
.site-header.style13.headerstyle--default .site-header-top {
  background-color: #fff;
}
.site-header.style13 .main-menu-wrapper {
  -ms-flex-item-align: normal;
  align-self: normal;
}
@media (min-width: 768px) {
  .site-header.style13 {
    height: 120px;
  }
  .site-header.style13.headerstyle--default {
    background-color: transparent;
  }
  .site-header.style13 .logosize--contain .site-logo-anch {
    height: 70px;
  }
  .site-header.style13 .logosize--contain .site-logo-img,
  .site-header.style13 .logosize--contain .site-logo-img-sticky {
    max-height: 70px;
  }
  .site-header.style13 .logosize--yes .site-logo {
    min-height: 70px;
  }
  .site-header.style13 .site-header-top {
    height: 50px;
  }
  .site-header.style13 .site-header-main {
    height: 70px;
  }
  .site-header.style13.kl-center-menu .main-nav > ul > li > a {
    line-height: 70px;
  }
  .site-header.style13 .header-no-top .site-header-main {
    height: 120px;
  }
  .site-header.style13.header--is-sticked.sticky-resize
    .site-header-wrapper:not(.sticky-main-area)
    .site-header-main {
    height: auto;
  }
}
.zn_res_menu_visible .style13 .main-menu-wrapper {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (min-width: 768px) {
  .site-header.style14.headerstyle--default {
    background: #343434;
  }
  .site-header.style14 .site-header-top-wrapper {
    background: #1b1b1b;
  }
  .site-header.style14 .logo-container {
    padding-left: 3999px;
    margin-left: -3999px;
    padding-right: 60px;
    background: #fff;
  }
}
.site-header.style14 {
  height: 120px;
}
.site-header.style14 .logo-container,
.site-header.style14 .logo-container .site-logo {
  height: 100%;
}
.site-header.style14 .logo-container .site-logo-img,
.site-header.style14 .logo-container .site-logo-img-sticky {
  max-height: 70px;
}
.site-header.style14 .site-header-top {
  height: 50px;
}
.site-header.style14 .site-header-main {
  height: 70px;
}
.site-header.style14 .header-no-top .site-header-main {
  height: 120px;
}
.site-header.style14 .main-nav,
.site-header.style14 .zn-res-menuwrapper {
  margin-left: 20px;
  margin-right: auto;
}
.site-header.style14 .zn_header_top_nav > li {
  margin-left: 0;
}
.site-header.style14 .zn_header_top_nav > li:not(:first-child) > a:before {
  content: "|";
  padding-right: 10px;
}
@media (min-width: 992px) {
  .site-header.style14 .site-header-top .sh-component {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .site-header.style14 .site-header-top {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .site-header.style14 .site-header-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
  .site-header.style14 .site-logo-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .site-header.style14 .site-header-main-center {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .site-header.style14 .main-menu-wrapper,
  .site-header.style14 .main-nav,
  .site-header.style14 .zn-res-menuwrapper {
    margin-left: 0;
  }
}
.site-header.style15.headerstyle--default {
  background: hsla(0, 0%, 100%, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.site-header.style15 .logo-container.hasInfoCard.hasHoverMe:before {
  display: none;
}
@media (min-width: 768px) {
  .site-header.style15 .logosize--contain .site-logo-anch {
    height: 100px;
  }
  .site-header.style15 .logosize--contain .site-logo-img,
  .site-header.style15 .logosize--contain .site-logo-img-sticky {
    max-height: 100px;
  }
  .site-header.style15 .logosize--yes .site-logo {
    min-height: 100px;
  }
  .site-header.style15 .site-header-top {
    height: 50px;
  }
  .site-header.style15 .header-no-top .site-header-main,
  .site-header.style15 .site-header-main {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .site-header.style15 .site-header-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header.style15 .site-header-main-center {
    -ms-flex-order: 0;
    order: 0;
  }
  .site-header.style15 .site-header-main-left {
    -ms-flex-order: 1;
    order: 1;
  }
  .site-header.style15 .site-header-main-right {
    -ms-flex-order: 2;
    order: 2;
  }
}
.site-header.style16 {
  position: relative;
}
.site-header.style16.headerstyle--default {
  background: #fff;
}
.site-header.style16 .logo-container.hasInfoCard.hasHoverMe:before {
  display: none;
}
.site-header.style16 .site-logo-desc {
  display: block;
  font-size: 18px;
  font-style: italic;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .site-header.style16 .site-logo-anch {
    text-decoration: none;
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    color: #000;
  }
}
@media (min-width: 768px) {
  .site-header.style16 .logosize--contain .site-logo-anch {
    height: 180px;
  }
  .site-header.style16 .logosize--contain .site-logo-img,
  .site-header.style16 .logosize--contain .site-logo-img-sticky {
    max-height: 180px;
  }
  .site-header.style16 .logosize--yes .site-logo {
    min-height: 180px;
  }
  .site-header.style16 .site-header-top {
    height: 50px;
  }
  .site-header.style16 .header-no-top .site-header-main,
  .site-header.style16 .site-header-main {
    height: 180px;
  }
  .site-header.style16 .main-nav > ul > .menu-item {
    min-width: 40%;
    max-width: 50%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .site-header.style16 .site-header-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header.style16 .site-header-main-center {
    -ms-flex-order: 0;
    order: 0;
  }
  .site-header.style16 .site-header-main-left {
    -ms-flex-order: 1;
    order: 1;
  }
  .site-header.style16 .site-header-main-right {
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .site-header {
    position: relative !important;
  }
  .site-header--absolute-xs {
    position: absolute !important;
    background-color: transparent;
  }
  .site-header .sh-component {
    margin-left: 13px;
    margin-right: 13px;
  }
  .site-header,
  .site-header .site-header-bottom,
  .site-header .site-header-main,
  .site-header .site-header-top {
    height: auto !important;
    position: relative;
  }
  .site-header .logo-container {
    width: 100%;
    text-align: center;
  }
  .site-header .site-logo {
    width: 100%;
    height: auto;
    min-height: 0 !important;
    max-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .site-logo-anch {
    background: none !important;
    border: none !important;
    padding: 0 !important;
  }
  .site-header .site-logo-anch:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .site-header .sh-component {
    margin: 10px;
  }
}
.kl-slideshow-inner {
  position: relative;
  z-index: 1;
}
.kl-slideshow .bgback {
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.kl-slideshow {
  margin-bottom: 0;
}
.kl-slideshow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-content .kl-slideshow {
  background: none transparent;
  clear: both;
  display: block;
}
.kl-slideshow .kl-slideshow-safepadding {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 480px) {
  .zn_pb_wrapper > .kl-slideshow:first-child .kl-slideshow-safepadding,
  .zn_pb_wrapper
    > .zn_pb_el_container:first-child
    > .kl-slideshow
    .kl-slideshow-safepadding {
    padding-top: 150px;
    padding-bottom: 45px;
  }
  .site-header--relative
    ~ .zn_pb_wrapper
    > .kl-slideshow:first-child
    .kl-slideshow-safepadding,
  .site-header--relative
    ~ .zn_pb_wrapper
    > .zn_pb_el_container:first-child
    > .kl-slideshow
    .kl-slideshow-safepadding {
    padding-top: 50px;
  }
}
.page-subheader {
  min-height: 300px;
  background-color: #066fd9;
}
.page-subheader[class*="maskcontainer--"] {
  min-height: 330px;
}
.page-subheader .container {
  padding: 0 15px;
  z-index: 1;
  position: relative;
}
.page-subheader > .shadowUP:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-left: -6px;
}
.page-subheader .bgback {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50%;
}
.ph-content-wrap {
  padding-bottom: 50px;
  padding-top: 170px;
}
.page-subheader.psubhead-stheader--relative {
  min-height: 100px;
}
.page-subheader.psubhead-stheader--relative .ph-content-wrap {
  padding-top: 50px;
}
.kl-slideshow.gradient,
.page-subheader.gradient {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.5));
}
.kl-slideshow,
.page-subheader {
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
}
.sh-titles--right .subheader-titles,
.subheader-titles {
  text-align: right;
  margin-top: -7px;
}
.sh-titles--center .subheader-titles {
  text-align: center;
}
.sh-titles--left .subheader-titles {
  text-align: left;
}
.subheader-maintitle {
  line-height: 1.3;
  margin: 0 0 5px;
}
.subheader-subtitle {
  display: inline-block;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}
.sh-tcolor-- .subheader-maintitle,
.sh-tcolor-- .subheader-subtitle,
.sh-tcolor--light .subheader-maintitle,
.sh-tcolor--light .subheader-subtitle,
.subheader-maintitle,
.subheader-subtitle {
  color: #fff;
}
.sh-tcolor--dark .subheader-maintitle,
.sh-tcolor--dark .subheader-subtitle {
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 991px) {
  .subheader-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .subheader-titles {
    text-align: start;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .subheader-maintitle {
    font-size: 22px;
  }
}
.subheader-currentdate {
  font: 10px Arial, Helvetica, sans-serif;
  float: left;
  padding: 3px 10px;
  line-height: 1;
  clear: left;
  border-radius: 2px;
}
.sh-tcolor-- .subheader-currentdate,
.sh-tcolor--light .subheader-currentdate,
.subheader-currentdate {
  color: #383838;
  background: hsla(0, 0%, 100%, 0.5);
}
.sh-tcolor--dark .subheader-currentdate {
  color: hsla(0, 0%, 100%, 0.6);
  background: rgba(0, 0, 0, 0.5);
}
.breadcrumbs {
  margin: 0 0 10px;
  list-style: none;
  float: left;
  padding: 0;
}
.breadcrumbs li {
  float: left;
  position: relative;
  text-transform: uppercase;
}
.breadcrumbs.bread-style--black li {
  color: #eee;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 5px 6px;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 2px;
}
.breadcrumbs.bread-style--black li:first-child {
  padding-left: 15px;
}
.breadcrumbs.bread-style--black li:last-child {
  padding-right: 15px;
}
.breadcrumbs.bread-style--black li a {
  color: #fff;
}
.breadcrumbs.bread-style--black li:before {
  border: 4px solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  display: inline-block;
  border-left-color: #fff;
  margin: 0 5px;
}
.breadcrumbs.bread-style--black li:first-child:before {
  display: none;
}
@media (max-width: 767px) {
  .breadcrumbs.bread-style--black {
    padding: 3px 6px 2px;
    margin-bottom: 20px;
  }
  .breadcrumbs.bread-style--black li {
    font-weight: 400;
    font-size: 12px;
  }
}
.breadcrumbs.bread-style--minimal li {
  font-size: 11px;
}
.breadcrumbs.bread-style--minimal li:before {
  content: "/";
  display: inline-block;
  margin: 0 7px;
}
.breadcrumbs.bread-style--minimal li:first-child:before {
  display: none;
}
.sh-tcolor-- .breadcrumbs.bread-style--minimal li,
.sh-tcolor--light .breadcrumbs.bread-style--minimal li {
  color: hsla(0, 0%, 100%, 0.5);
}
.sh-tcolor-- .breadcrumbs.bread-style--minimal li a,
.sh-tcolor--light .breadcrumbs.bread-style--minimal li a {
  color: hsla(0, 0%, 100%, 0.85);
}
.sh-tcolor-- .breadcrumbs.bread-style--minimal li a:hover,
.sh-tcolor--light .breadcrumbs.bread-style--minimal li a:hover {
  color: #fff;
}
.sh-tcolor--dark .breadcrumbs.bread-style--minimal li {
  color: rgba(0, 0, 0, 0.5);
}
.sh-tcolor--dark .breadcrumbs.bread-style--minimal li a {
  color: rgba(0, 0, 0, 0.8);
}
.sh-tcolor--dark .breadcrumbs.bread-style--minimal li a:hover {
  color: #000;
}
.static-content__slideshow[class*="maskcontainer--"] {
  padding-bottom: 0;
}
.static-content__slideshow[class*="maskcontainer--"] .kl-slideshow-inner {
  padding-bottom: 60px;
}
.kl-revolution-slider[class*="maskcontainer--"],
.portfolio-slider__sideshow[class*="maskcontainer--"] {
  padding-bottom: 0;
}
#sparkles,
.th-sparkles {
  display: none;
}
.th-sparkles-visible .th-sparkles {
  display: block;
}
.th-sparkles > span {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background: radial-gradient(
    ellipse at center,
    #fff 0,
    hsla(0, 0%, 100%, 0) 60%
  );
}
.shiny-spark1 {
  width: 20px;
  height: 20px;
  opacity: 0.4;
}
.shiny-spark2 {
  width: 10px;
  height: 10px;
  opacity: 0.7;
}
.shiny-spark3 {
  width: 30px;
  height: 30px;
  opacity: 0.1;
}
.shiny-spark4 {
  width: 3px;
  height: 3px;
  opacity: 0.9;
}
.shiny-spark5 {
  width: 15px;
  height: 15px;
  opacity: 0.3;
}
.shiny-spark6 {
  width: 25px;
  height: 25px;
  opacity: 0.5;
}
.widget {
  margin-bottom: 30px;
}
.social-share {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.social-share-item {
  display: inline-block;
  margin-left: 10px;
  width: 90px;
  max-height: 20px;
  vertical-align: top;
}
.social-share-item.sc-gplus {
  width: 70px;
}
.social-share-item.sc-pinterest > a {
  width: 40px !important;
  margin-left: -40px !important;
  vertical-align: top !important;
}
@media (max-width: 991px) {
  .social-share-item {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .social-share-item {
    margin-bottom: 10px;
  }
}
.widget_tp_widget_recent_tweets .twitter-feed > iframe {
  max-height: 20px;
}
.widget_tp_widget_recent_tweets .twitter-feed-wrapper {
  background: url(../images/grid/twitter-bird.png) no-repeat 15px #444;
  color: #fff;
  padding: 15px 15px 15px 60px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
}
.widget_tp_widget_recent_tweets .twitter-feed a {
  color: #fff;
}
.widget_tp_widget_recent_tweets .twitter-feed a:hover {
  opacity: 0.8;
}
.widget_tp_widget_recent_tweets .twitter-feed-wrapper:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  border: 5px solid transparent;
  border-top-color: #444;
}
.widget_tp_widget_recent_tweets .twitter-feed-tweets {
  font-size: 12px;
  color: #fff;
  font-style: italic;
  overflow: hidden;
}
.widget_tp_widget_recent_tweets .twitter-feed-tweet {
  position: relative;
  padding-right: 45px;
}
.widget_tp_widget_recent_tweets .twitter-feed-tweet-time {
  display: inline-block;
  color: #9d9d9d;
  padding-left: 10px;
  border-left: 1px solid #707070;
  font-size: 11px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45px;
  vertical-align: middle;
  line-height: 1.3;
}
.zn_sidebar .twitter-feed-wrapper {
  background-position: 15px 15px;
  padding: 60px 15px 15px;
}
.zn_sidebar .twitter-feed-tweet {
  padding-right: 0;
}
.zn_sidebar .twitter-feed-tweet-time {
  position: static;
  display: block;
  width: auto;
  margin-bottom: 15px;
}
.flickrfeed.loading:after {
  content: "Loading..";
}
.flickrfeed-list {
  margin: 0 0 0 -20px;
  padding: 0;
  list-style: none;
  position: relative;
}
.flickrfeed-item {
  float: left;
  margin: 0 0 20px 20px;
}
.flickrfeed-link {
  display: block;
  width: 75px;
  position: relative;
  margin-bottom: 0;
}
.flickrfeed-list[data-size="small"] .flickrfeed-link {
  width: 60px;
}
@media (max-width: 991px) {
  .flickrfeed-link {
    width: 65px;
  }
  .flickrfeed-list[data-size="small"] .flickrfeed-link {
    width: 50px;
  }
}
#recentcomments {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#recentcomments li {
  padding-left: 10px;
  position: relative;
  margin-bottom: 0;
}
#recentcomments li:before {
  content: "\201C";
  width: 3px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #ddd;
}
.widget_zn_recent_entries .zn_recent_posts.style1 .blog_type {
  width: 40px;
  height: 40px;
  background: #666;
  line-height: 40px;
  text-align: center;
  float: left;
  margin: 0 10px 10px 0;
}
.widget_zn_recent_entries .zn_recent_posts.style1 .zn_rc_info {
  float: left;
  padding-top: 2px;
  width: 122px;
}
.widget_zn_recent_entries .zn_recent_posts.style1 .zn_rc_info a {
  display: block;
}
.widget_zn_recent_entries .zn_recent_posts.style1 .zn_rc_info span {
  font-size: 90%;
}
.widget_zn_recent_entries .post_thumb_container {
  float: left;
  margin-right: 10px;
}
.widget_zn_recent_entries .post_thumb_container img {
  width: auto;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #888;
}
#wp-calendar tbody td {
  background: #262626;
  border: 1px solid #323232;
  padding: 8px;
  text-align: center;
}
#wp-calendar tbody td:hover {
  background: #313131;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  padding-top: 10px;
  text-transform: uppercase;
}
.kl-newsletter {
  margin-bottom: 0;
}
.kl-newsletter-field,
.kl-newsletter-submit {
  vertical-align: top;
  margin-bottom: 10px;
}
.kl-newsletter-field {
  color: #4d4d4d;
  background: #efefef;
  border: 1px solid #a3a3a3;
  box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 40px;
  width: calc(90% - 130px);
  float: left;
}
.kl-newsletter-submit {
  margin-left: 10px;
  width: 120px;
  float: left;
}
.kl-newsletter-submit.is-submitting {
  opacity: 0.4;
  pointer-events: none;
}
.kl-newsletter-submit:hover {
  background: #000;
}
.kl-newsletter-result {
  display: inline-block;
  margin-bottom: 10px;
}
.kl-newsletter-result:empty {
  display: inline;
}
.kl-newsletter .znhg-gdpr-label {
  display: block;
  clear: both;
}
.has-error .kl-newsletter-field {
  color: red;
  border-color: currentColor;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px currentColor;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer .kl-newsletter-field {
    width: calc(90% - 130px);
  }
  .site-footer .kl-newsletter-submit {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .site-footer .kl-newsletter-field {
    width: calc(100% - 80px);
  }
  .site-footer .kl-newsletter-submit {
    width: 70px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .kl-newsletter-field,
  .site-footer .kl-newsletter-submit {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.zn_sidebar .kl-newsletter-field,
.zn_sidebar .kl-newsletter-submit {
  width: 100%;
  margin-left: 0;
}
.latest_posts-wgt {
  position: relative;
}
.latest_posts-wgt-elm-title {
  margin-bottom: 20px;
}
.latest_posts-wgt-thumb {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 0;
}
.latest_posts-wgt-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.latest_posts-wgt-post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
.latest_posts-wgt-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.latest_posts-wgt-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px;
  padding: 0;
  vertical-align: middle;
}
.latest_posts-wgt-coments {
  color: #bababa;
}
.latest_posts-wgt-thumb ~ .latest_posts-wgt-coments,
.latest_posts-wgt-thumb ~ .latest_posts-wgt-text {
  margin-left: 74px;
}
.latest_posts-wgt-thumb + .latest_posts-wgt-title {
  overflow: hidden;
}
.widget_recent_entries .latest_posts-wgt-thumb img {
  max-width: 54px;
}
.element-scheme--dark .latest_posts-wgt-post {
  border-bottom-color: #252525;
}
.zn_sbs {
  zoom: 1;
}
.zn_sbs:after,
.zn_sbs:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.zn_sbs:after {
  clear: both;
}
.zn_sbs .menu > li {
  float: left;
  width: 50%;
  zoom: 1;
}
.zn_sbs .menu > li:after,
.zn_sbs .menu > li:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.zn_sbs .menu > li:after {
  clear: both;
}
@media (max-width: 767px) {
  .zn_sbs .menu > li {
    float: none;
  }
}
.site-footer {
  background: #2f2f2f;
  padding: 60px 0 20px;
  color: #d5d5d5;
  border-top: 4px solid #fff;
  position: relative;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #d5d5d5;
}
.site-footer .widgettitle {
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  margin: 0 0 10px;
  padding-bottom: 0;
  text-transform: none;
}
.site-footer .widgettitle:after,
.site-footer .widgettitle:before {
  display: none;
}
.element-scheme--dark .widgettitle {
  color: #fafafa;
}
.site-footer div.widget.widget_meta > ul a,
.site-footer div.widget.widget_pages > ul a,
.site-footer div.widget ul.menu li a,
.site-footer div.widget ul.pagenav li a {
  color: #fff;
  display: block;
  line-height: 1.6;
  padding: 0 10px 0 0;
  margin-bottom: 4px;
}
.site-footer .element-scheme--dark .widget_meta > ul a,
.site-footer .element-scheme--dark .widget_pages > ul a,
.site-footer .element-scheme--dark div.widget ul.menu li a,
.site-footer .element-scheme--dark div.widget ul.pagenav li a {
  color: #232323;
}
.site-footer div.widget.widget_meta > ul a:before,
.site-footer div.widget.widget_pages > ul a:before,
.site-footer div.widget ul.menu li a:before,
.site-footer div.widget ul.pagenav li a:before {
  display: none;
}
.site-footer div.widget.widget_meta > ul a:hover,
.site-footer div.widget.widget_pages > ul a:hover,
.site-footer div.widget ul.menu li.active > a,
.site-footer div.widget ul.menu li.current-cat > a,
.site-footer div.widget ul.menu li > a:hover,
.site-footer div.widget ul.pagenav li.active a,
.site-footer div.widget ul.pagenav li.current-cat > a,
.site-footer div.widget ul.pagenav li a:hover {
  color: #d5d5d5;
}
.site-footer .element-scheme--dark .widget_meta > ul a:hover,
.site-footer .element-scheme--dark .widget_pages > ul a:hover,
.site-footer .element-scheme--dark .widget ul.menu li > a:hover,
.site-footer .element-scheme--dark .widget ul.pagenav li a:hover {
  color: #000;
}
.site-footer div.widget.widget_meta > ul a:hover:before,
.site-footer div.widget.widget_pages > ul a:hover:before,
.site-footer div.widget ul.menu li a:hover:before,
.site-footer div.widget ul.pagenav li a:hover:before {
  display: none;
}
.site-footer .latest_posts-wgt-post {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}
.site-footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.site-footer .menu a {
  padding-right: 10px;
}
.site-footer .menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.map-link > span {
  margin-top: 2px;
}
.site-footer-bottom {
  padding-top: 30px;
  border-top: 5px solid #484848;
  color: #8b8c8d;
}
.footer-copyright-img {
  float: left;
  margin-right: 20px;
}
.scfooter-icon-nocolor {
  background-color: #121212;
}
.site-footer .social-icons {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}
.site-footer .social-icons-li.title {
  line-height: 30px;
}
.site-footer .social-icons-li {
  margin: 0 0 0 10px;
}
.site-footer .social-icons-li:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .site-footer .social-icons {
    float: right;
  }
}
.site-footer .contact-details {
  min-height: 64px;
  background-image: url(../images/grid/say_hi_smaller.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
@media (min-width: 1200px) {
  .site-footer .contact-details {
    background-image: url(../images/grid/say_hi.png);
  }
}
.zn_footer_nav-wrapper {
  float: right;
}
.footer_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.footer_nav > li {
  float: left;
  margin-left: 25px;
  position: relative;
}
.footer_nav li a {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 24px;
  display: block;
  padding: 0;
  border-radius: 2px;
  opacity: 0.8;
}
.footer_nav li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_nav li ul a {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  padding: 0;
  border-radius: 2px;
  opacity: 0.8;
}
.footer_nav li ul a:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
  opacity: 0.2;
}
@media (max-width: 767px) {
  .zn_footer_nav-wrapper {
    float: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .footer_nav {
    float: left;
  }
  .footer_nav li:first-child {
    margin-left: 0;
  }
}
.kl-blog-item-category-icon,
.kl-blog-item-dateicon,
.kl-blog-item-tags-icon,
.kl-blog-post-category-icon,
.kl-blog-post-date-icon {
  margin: 0 5px 0 0;
  padding: 0;
}
.kl-blog-item-body,
.kl-blog-post-body {
  line-height: 1.8;
}
.kl-blog-post-body,
.kl-blog-taxonomy-description {
  margin-bottom: 50px;
}
.kl-blog-post-tags {
  margin: 0 0 20px;
}
.kl-blog--layout-def_classic .kl-blog-tag,
.tagcloud a {
  padding: 4px 10px;
  background-color: #eaeaea;
  margin-right: 5px;
  color: #9b9b9b;
  display: inline-block;
  margin-bottom: 5px;
}
.kl-blog--style-dark.kl-blog--layout-def_classic .kl-blog-tag,
.kl-skin--dark .tagcloud a {
  background-color: #000;
  color: #6d6d6d;
}
.kl-blog--layout-def_classic .kl-blog-tag:before,
.tagcloud a:before {
  font-family: Glyphicons Halflings;
  content: "\e041";
  margin-right: 5px;
  vertical-align: middle;
  color: #d2d2d2;
}
.kl-blog--style-dark.kl-blog--layout-def_classic .kl-blog-tag:before,
.kl-skin--dark .tagcloud a:before {
  color: #646464;
}
.kl-blog-list-wrapper {
  margin-bottom: 35px;
}
.kl-blog-item-title {
  margin: 0 0 10px;
}
.kl-blog-item-container {
  margin-bottom: 35px;
  padding: 30px 30px 15px;
  position: relative;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
}
.kl-blog--style-dark .kl-blog-item-container {
  background: #121212;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
}
.kl-blog-item-container:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  content: "";
}
.kl-blog--style-dark .kl-blog-item-container:after {
  border-bottom-color: #292929 !important;
}
.kl-blog-item-details {
  font-size: 11px;
  color: #9a9a9a;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  transition: opacity 0.15s ease-in;
}
.kl-blog--style-dark .kl-blog-item-details {
  color: #9a9a9a;
}
.kl-blog-item-bottom {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.kl-blog--style-dark .kl-blog-item-bottom {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.04);
}
.kl-blog-item-more {
  font-size: 14px;
  font-weight: 700;
}
.kl-blog-item-links {
  float: left;
  list-style: none !important;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.kl-blog--style-dark .kl-blog-item-links {
  color: #aaa;
}
.kl-blog-item-comments {
  float: right;
}
.kl-blog-item-comments-link {
  font-size: 10px;
  text-transform: uppercase;
}
.kl-blog-item-category {
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.kl-blog-item-date {
  padding-left: 0;
}
.kl-blog-item-tags {
  padding-left: 0;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
}
.kl-blog--default .kl-blog-item-tags {
  float: left;
}
.kl-blog-item-more {
  float: right;
}
.kl-quote-post {
  padding-top: 0;
}
.kl-quote-post-blockquote {
  margin: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.6;
  padding: 50px 0 0;
  position: relative;
}
.kl-quote-post-blockquote:before {
  content: "\201C";
  font-size: 90px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  color: #000;
}
.kl-quote-post-title {
  font-size: 18px;
}
.element-scheme--dark .kl-quote-post-blockquote {
  border: 0;
}
.element-scheme--dark .kl-quote-post-blockquote:before {
  color: #fff;
}
.kl-blog--normal-post.format-link .kl-blog-item-details {
  margin-bottom: 0;
}
.kl-link-post {
  font-size: 24px;
  line-height: 1.4;
}
.kl-link-post-icon {
  opacity: 0.6;
  font-size: 20px;
  vertical-align: middle;
  top: 0;
  margin-right: 5px;
}
.kl-link-post-url {
  text-decoration: underline;
}
.zn_post_media_container {
  margin-bottom: 30px;
}
.kl-blog--default .zn_post_media_container {
  margin: -30px -30px 30px;
}
.kl-blog--columns .zn_post_media_container {
  margin-bottom: 0;
}
.znPostGallery {
  margin-bottom: 50px;
  position: relative;
}
.znPostGallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.znPostGallery-navigationPagination {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 0 35px;
  transform: translateX(-50%);
}
.znPostGallery .znSlickNav-arr {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.znPostGallery .znSlickNav-next {
  left: auto;
  right: 0;
}
.znPostGallery.slick--showOnMouseover .znPostGallery-pagination {
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.znPostGallery.slick--showOnMouseover:hover .znPostGallery-pagination {
  opacity: 1;
}
.znPostGallery .znPostGallery-pagination polyline {
  stroke: #fff;
}
.znPostGallery .znPostGallery-pagination {
  height: 18px;
  line-height: 18px;
  display: inline-block;
}
.znPostGallery .znPostGallery-pagination button {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.znPostGallery .znPostGallery-pagination li.slick-active button {
  background-color: #fff;
}
.kl-blog--default .znPostGallery {
  margin: -30px -30px 50px;
}
.wp-video {
  width: auto !important;
}
audio,
canvas,
video {
  max-width: 100%;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: transparent !important;
}
.kl-blog--featured-post {
  position: relative;
  padding: 0;
}
.kl-blog--featured-post:after {
  content: none;
}
.kl-blog--featured-post .kl-blog-full-image {
  position: relative;
  border-bottom: none;
  min-height: 220px;
}
.kl-blog--featured-post .kl-blog-full-image-img {
  width: 100%;
}
.kl-blog--featured-post .kl-blog-sticky-noimg {
  min-height: 400px;
  background-color: #333;
}
.kl-blog-featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 1;
}
.kl-blog-featured-content:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  opacity: 0;
  visibility: hidden;
  animation: n 0.4s ease-in 0.7s 1 normal forwards running;
}
@keyframes n {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.kl-blog-featured-inner {
  position: relative;
}
.kl-blog-featured-content .kl-blog-item-header {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.kl-blog-featured-content .kl-blog-item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 15px;
}
.kl-blog-featured-content .kl-blog-item-details {
  color: hsla(0, 0%, 100%, 0.7);
  padding: 0;
  margin: 0;
}
.kl-blog-featured-content .kl-blog-item-details:before {
  content: none;
}
.kl-blog-featured-content .kl-blog-item-links {
  color: hsla(0, 0%, 100%, 0.7);
}
.kl-blog--featured-post .kl-blog-featured-content a,
.kl-blog--featured-post .kl-blog-featured-content a:hover {
  color: #fff;
}
.kl-blog-featured-content a:hover {
  opacity: 0.75;
}
@media (max-width: 480px) {
  .kl-blog--featured-post .kl-blog-sticky-noimg {
    min-height: 200px;
  }
  .kl-blog-featured-content {
    padding: 10px 15px;
  }
  .kl-blog-featured-content .kl-blog-item-title {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 10px;
  }
  .kl-blog-featured-content .kl-blog-item-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.kl-blog--layout-def_modern .kl-blog-item-container {
  box-shadow: none;
  transition: box-shadow 0.15s ease-out;
  padding: 60px 60px 45px;
  margin-bottom: 50px;
}
.kl-blog--layout-def_modern .kl-blog-item-container:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
}
.kl-blog--layout-def_modern .kl-blog-item-actions {
  float: right;
  list-style: none;
  position: relative;
  padding: 20px 0 0;
  z-index: 1;
}
.kl-blog--layout-def_modern .kl-blog-item-actions li {
  display: inline-block;
  margin: 0 5px;
}
.kl-blog--layout-def_modern .kl-blog-item-actions li:last-child {
  margin-right: 0;
}
.kl-blog--layout-def_modern .kl-blog-item-comments-link {
  display: block;
}
.kl-blog--layout-def_modern .kl-blog-item-comments-link span {
  vertical-align: middle;
}
.kl-blog--layout-def_modern .kl-blog-item-comments-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.kl-blog--layout-def_modern .kl-blog-item-comments-link path {
  transition: stroke-width 0.2s;
}
.kl-blog--layout-def_modern .kl-blog-item-comments-link:hover {
  color: #000;
}
.kl-blog--layout-def_modern .kl-blog-item-comments-link:hover path {
  stroke-width: 3px;
}
.kl-blog--layout-def_modern .kl-blog-item-details {
  padding-top: 0;
}
.kl-blog--layout-def_modern .kl-blog-item-author-avatar {
  float: left;
  margin-right: 20px;
}
.kl-blog--layout-def_modern .kl-blog-item-author-avatar .avatar.photo {
  border-radius: 50%;
}
.kl-blog--layout-def_modern .kl-blog-item-author {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
  text-transform: none;
}
.kl-blog--layout-def_modern .kl-blog-item-meta {
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}
.kl-blog--layout-def_modern .kl-blog-item-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.kl-blog--layout-def_modern .kl-blog-item-content {
  font-size: 15px;
  line-height: 1.6;
}
.kl-blog--layout-def_modern .kl-blog-item-more {
  margin: 0 0 10px 30px;
}
.kl-blog--layout-def_modern .kl-blog-item-more-btn .svg-more-bg,
.kl-blog--layout-def_modern .kl-blog-item-more-btn .svg-more-l1,
.kl-blog--layout-def_modern .kl-blog-item-more-btn .svg-more-l2,
.kl-blog--layout-def_modern .kl-blog-item-more-btn .svg-more-l3 {
  transition: all 0.15s ease-out;
}
.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-bg {
  stroke-width: 4px;
  stroke: rgba(0, 0, 0, 0.2);
}
.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-l1 {
  width: 8px;
}
.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-l2 {
  width: 22px;
}
.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-l3 {
  width: 11px;
}
.kl-blog--layout-def_modern .kl-blog-fixedimg .kl-blog-item-more {
  margin: 20px 0 0;
  float: none;
}
.kl-blog--layout-def_modern .kl-blog-item-head-wrapper {
  position: relative;
  margin: -60px -60px 20px;
}
.kl-blog--layout-def_modern .kl-blog-item-head-wrapper .kl-blog-item-details {
  margin-bottom: 0;
  padding-bottom: 0;
}
.kl-blog--layout-def_modern .kl-blog-item-head-wrapper .kl-blog-item-header {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 60px 30px;
  right: 0;
  z-index: 1;
}
.kl-blog--layout-def_modern .kl-blog-item-head-wrapper .kl-blog-item-header a {
  color: #fff;
}
.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-comments-link:hover,
.kl-blog--layout-def_modern .kl-blog-item-head-wrapper .kl-blog-item-details,
.kl-blog--layout-def_modern .kl-blog-item-head-wrapper .kl-blog-item-header,
.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-header
  a:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-comments-link
  path {
  stroke: #fff;
}
.kl-blog--layout-def_modern .kl-blog-full-image {
  position: relative;
  margin-bottom: 40px;
}
.kl-blog--layout-def_modern .kl-blog-full-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.4;
  transition: all 0.15s ease-out;
  pointer-events: none;
}
.kl-blog--layout-def_modern .kl-blog-full-image:hover:after {
  opacity: 0.1;
}
.kl-blog--layout-def_modern .kl-blog-full-image-link {
  border-bottom: 0;
  position: relative;
  margin-bottom: 0;
}
.kl-blog--layout-def_modern .kl-blog-full-image-link.hoverBorder:hover img {
  opacity: 1;
}
.kl-blog--layout-def_modern .kl-blog-full-image-link.hoverBorder:after {
  display: none;
}
.kl-blog--layout-def_modern .kl-blog-post-image-link {
  border-bottom: 0;
  position: relative;
  margin-bottom: 0;
}
.kl-blog--layout-def_modern .kl-blog-post-image-link.hoverBorder:after {
  display: none;
}
.kl-blog--layout-def_modern .kl-blog-item-bottom {
  margin-top: 20px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.kl-blog--layout-def_modern .kl-blog-item-tags:before {
  font-family: Glyphicons Halflings;
  content: "\e041";
  margin-right: 5px;
  vertical-align: middle;
  opacity: 0.4;
}
.kl-blog--layout-def_modern .kl-blog-tag {
  display: inline-block;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.kl-blog--layout-def_modern .kl-blog-tag:hover {
  color: #000;
}
.kl-blog--layout-def_modern .kl-blog-tag:after {
  content: ",";
}
.kl-blog--layout-def_modern .kl-blog-tag:last-child:after {
  content: "";
}
.kl-blog--layout-def_modern .kl-quote-post-blockquote {
  font-size: 26px;
  line-height: 1.4;
  font-style: italic;
  font-family: Georgia;
  font-weight: 400;
}
.kl-blog--default.kl-blog--layout-def_modern .zn_post_media_container,
.kl-blog--default.kl-blog--layout-def_modern .znPostGallery {
  margin: -60px -60px 30px;
}
.kl-blog--layout-def_modern .kl-blog--featured-post {
  padding: 0;
}
.kl-blog--layout-def_modern .kl-blog-featured-content:before {
  display: none;
}
.kl-blog--layout-def_modern .kl-blog-featured-content {
  padding: 60px 60px 45px;
}
.kl-blog--layout-def_modern .kl-blog-featured-content .kl-blog-item-title {
  margin-bottom: 20px;
  text-transform: none;
}
.kl-blog--layout-def_modern .kl-blog-featured-content .kl-blog-item-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.kl-blog--layout-def_modern .kl-blog-featured-content .kl-blog-item-header a {
  color: #fff;
}
.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-comments-link:hover,
.kl-blog--layout-def_modern .kl-blog-featured-content .kl-blog-item-details,
.kl-blog--layout-def_modern .kl-blog-featured-content .kl-blog-item-header,
.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-header
  a:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-comments-link
  path {
  stroke: #fff;
}
.kl-blog--style-dark.kl-blog--layout-def_modern .kl-blog-item-container:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-comments-link:hover {
  color: #fff;
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-comments-link
  path {
  stroke: #fff;
}
.kl-blog--style-dark.kl-blog--layout-def_modern .kl-blog-item-more-btn path,
.kl-blog--style-dark.kl-blog--layout-def_modern .kl-blog-item-more-btn rect {
  fill: hsla(0, 0%, 100%, 0.5);
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-more-btn
  .svg-more-bg {
  stroke: hsla(0, 0%, 100%, 0.5);
  fill: none;
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-header
  a {
  color: #000;
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-comments-link:hover,
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-details,
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-header,
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-header
  a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-item-head-wrapper
  .kl-blog-item-comments-link
  path {
  stroke: #000;
}
.kl-blog--style-dark.kl-blog--layout-def_modern .kl-blog-full-image:after {
  background: #000;
}
.kl-blog--style-dark.kl-blog--layout-def_modern .kl-blog-tag {
  color: hsla(0, 0%, 100%, 0.5);
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-header
  a,
.kl-blog--style-dark.kl-blog--layout-def_modern .kl-blog-tag:hover {
  color: #fff;
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-comments-link:hover,
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-details,
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-header,
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-header
  a:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.kl-blog--style-dark.kl-blog--layout-def_modern
  .kl-blog-featured-content
  .kl-blog-item-comments-link
  path {
  stroke: #fff;
}
.kl-blog-column {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .kl-blog-column {
    width: 50%;
  }
}
.kl-blog-item-container.zn_columns {
  padding: 0 0 20px;
}
.kl-blog-item-container.zn_columns .kl-blog-item-body,
.kl-blog-item-container.zn_columns .kl-blog-item-header,
.kl-blog-item-container.zn_columns .kl-blog-item-links,
.kl-blog-item-container.zn_columns .kl-blog-item-tags {
  padding: 0 25px;
}
.kl-blog-item-container.zn_columns .kl-blog-item-content {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #f5f5f5;
}
.kl-blog-item-container.zn_columns .kl-blog-full-image,
.kl-blog-item-container.zn_columns .kl-blog-post-image {
  float: none !important;
  margin: 0;
}
.kl-blog-item-container.zn_columns .kl-blog-full-image-link,
.kl-blog-item-container.zn_columns .kl-blog-post-image-link {
  border-bottom: 0;
}
.kl-blog-item-container.zn_columns .kl-blog-full-image-link.hoverBorder,
.kl-blog-item-container.zn_columns .kl-blog-post-image-link.hoverBorder {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  float: none !important;
}
.kl-blog-item-container.zn_columns .kl-blog-full-image-link.hoverBorder:after,
.kl-blog-item-container.zn_columns .kl-blog-post-image-link.hoverBorder:after {
  display: none;
}
.kl-blog--style-dark .kl-blog-item-container.zn_columns .kl-blog-item-content {
  border-bottom: 1px solid #000;
}
.kl-blog-item-container.zn_columns .kl-blog-item-overlay-more {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.kl-blog-item-container.zn_columns .kl-blog-item-title {
  line-height: 1.6;
  font-size: 16px;
  padding: 25px 0 0;
}
.kl-blog-item-container.zn_columns.zn_columns3 .kl-blog-item-overlay-more,
.kl-blog-item-container.zn_columns.zn_columns4 .kl-blog-item-overlay-more {
  font-size: 13px;
}
.kl-blog-item-thumbnail {
  position: relative;
  display: inline-block;
}
.kl-blog-item-thumbnail-img {
  display: block;
  width: 100%;
  height: auto;
}
.kl-blog-item-thumbnail-link {
  display: block;
}
.kl-blog-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.kl-blog-item-container.zn_columns:hover .kl-blog-item-overlay {
  opacity: 1;
  visibility: visible;
}
.kl-blog-item-overlay-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  display: block;
  border: 2px solid currentColor;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #fff;
  line-height: 46px;
  transition: all 0.3s ease-in-out;
}
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover {
  width: 120px;
  background: #cd2122;
  border-color: #cd2122;
}
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:before {
  content: "+";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover:before {
  opacity: 0;
}
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:after {
  content: attr(data-readmore);
  color: #fff;
  opacity: 0;
  font-size: 11px;
  transition: opacity 0.25s ease-in-out;
}
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover:after {
  opacity: 1;
}
.kl-blog-page-image {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 35px;
}
.kl-blog-item-container.zn_columns.format-link {
  padding-top: 20px;
}
.kl-blog-item-container.zn_columns.format-link .kl-blog-item-details {
  margin-bottom: 0;
}
.kl-blog-item-container.zn_columns.format-quote {
  padding-top: 20px;
}
.kl-blog-item-container.zn_columns.format-quote .kl-blog-item-details {
  margin-bottom: 0;
}
.kl-blog-post-title {
  padding-bottom: 0;
  border-bottom: 0 !important;
}
.kl-blog-post-details {
  font-size: 11px;
  color: #9a9a9a;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding: 10px 0;
  position: relative;
  transition: opacity 0.15s ease-in;
}
.kl-blog--style-dark .kl-blog-post-details {
  color: #9a9a9a;
}
.kl-blog-post-details:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 60px;
  height: 1px;
  background-color: #ddd;
}
.kl-blog--style-dark .kl-blog-post-details:before {
  background-color: #3b3b3b;
}
.kl-blog-post-details-sep {
  display: inline-block;
  margin: 0 5px;
}
.kl-blog-post-img.pull-left {
  margin-right: 20px;
  margin-bottom: 15px;
}
.kl-blog-post-img.pull-right {
  margin-left: 20px;
  margin-bottom: 15px;
}
.kl-blog-post-img.full-width {
  margin-bottom: 25px;
}
.kl-blog-post-socsharing {
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
.kl-blog-post-socsharing li {
  float: left;
  margin-right: 20px;
  width: 70px;
}
.blog-item-share {
  display: inline-block;
}
.blog-item-share:before {
  content: attr(data-share-title);
  font-size: 12px;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  color: #8a8a8a;
}
.blog-item-share-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: #e2e2e2;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border: 0;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  line-height: 30px;
}
.portfolio-cat--dark .blog-item-share-link,
.portfolio-item--dark .blog-item-share-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.blog-item-share-link:hover {
  color: #fff;
}
.blog-item-share .blog-item-share-twitter {
  font-size: 13px;
}
.blog-item-share-twitter:hover {
  background: #55acee;
}
.blog-item-share-facebook:hover {
  background: #3b5998;
}
.blog-item-share-gplus:hover {
  background: #cc3732;
}
.blog-item-share-pinterest:hover {
  background: #cc2127;
}
.blog-item-share-mail:hover {
  background: #565656;
}
.kl-blog-post-tags {
  padding-left: 0;
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
}
.kl-blog-cols-2 {
  column-count: 2;
  column-gap: 30px;
}
.kl-blog-cols-2 blockquote {
  margin-left: 0;
  margin-right: 0;
}
.kl-blog-cols-2 .kl-blog-post-img.full-width {
  column-span: all;
  display: block;
  float: none !important;
}
.kl-blog-cols-2 div {
  column-span: all;
}
.kl-blog-full-image {
  margin-bottom: 20px;
  text-align: center;
}
.kl-blog-post-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.kl-blog-full-image-link,
.kl-blog-post-image-link {
  border-bottom: 5px solid #cd2122;
}
@media (max-width: 991px) {
  .kl-blog-cols-2 {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .kl-blog-post-image,
  .kl-blog-post-img.pull-left {
    margin-right: 0;
    width: 100%;
  }
}
.kl-blog-post-author {
  color: #535353;
  margin-bottom: 50px;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 30px 0;
}
.kl-blog--style-dark .kl-blog-post-author {
  color: #c5c5c5;
  border-top: 1px solid hsla(0, 0%, 91%, 0.1);
  border-bottom: 1px solid hsla(0, 0%, 91%, 0.1);
}
.kl-blog-post-author-avatar {
  float: left;
  width: 100px;
  margin-right: 20px;
}
.kl-blog-post-author-avatar img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.kl-blog-post-author-title,
.kl-blog-related-title {
  text-transform: uppercase;
}
.kl-blog-related-title {
  font-size: 14px;
  text-align: center;
  margin: 0 0 20px;
}
.kl-blog-related-post-link {
  display: inline-block;
  position: relative;
}
.kl-blog-related-post-link:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #cd2122;
  transition: height 0.25s ease-in-out;
}
.kl-blog-related-post:hover .kl-blog-related-post-link:after {
  height: 8px;
}
.kl-blog-related-post-title {
  text-transform: uppercase;
}
.kl-single-layout--modern .kl-blog-list-wrapper {
  margin-bottom: 0;
}
.kl-single-layout--modern .kl-blog-post {
  padding: 60px;
  background: #fff;
}
@media (max-width: 767px) {
  .kl-single-layout--modern .kl-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.kl-single-layout--modern .kl-blog-post-img.full-width {
  margin: 0;
  border-bottom: 0;
  position: relative;
  float: none !important;
}
.kl-single-layout--modern .kl-blog-post-img.full-width img {
  opacity: 1;
  border-radius: 0;
}
.kl-single-layout--modern .kl-blog-post-img.full-width:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.4;
  transition: all 0.15s ease-out;
  pointer-events: none;
  box-shadow: none;
  border-radius: 0;
}
.kl-single-layout--modern .kl-blog-post-img.full-width:hover:after {
  opacity: 0.1;
}
.kl-single-layout--modern .kl-blog-post--default-view {
  border-bottom: 0;
  position: relative;
  margin-bottom: 0;
}
.kl-single-layout--modern .kl-blog-post--default-view.hoverBorder:after {
  display: none;
}
.kl-single-layout--modern .kl-blog-post-details {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.kl-single-layout--modern .kl-blog-post-details:before {
  display: none;
}
.kl-single-layout--modern .kl-blog-single-head-wrapper .kl-blog-post-details {
  margin-bottom: 0;
}
.kl-single-layout--modern .kl-blog-single-head-wrapper {
  position: relative;
  margin: -60px -60px 40px;
  min-height: 100px;
}
.kl-single-layout--modern .kl-blog-single-head-wrapper .kl-blog-post-header {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 60px 40px;
  right: 0;
  z-index: 1;
}
.kl-single-layout--modern .kl-blog-single-head-wrapper .kl-blog-post-header a {
  color: #fff;
}
.kl-single-layout--modern .kl-blog-single-head-wrapper .kl-blog-post-details,
.kl-single-layout--modern .kl-blog-single-head-wrapper .kl-blog-post-header,
.kl-single-layout--modern
  .kl-blog-single-head-wrapper
  .kl-blog-post-header
  a:hover {
  color: hsla(0, 0%, 100%, 0.7);
}
.kl-single-layout--modern .kl-blog-post-author-avatar {
  float: left;
  margin-right: 20px;
  width: auto;
}
.kl-single-layout--modern .kl-blog-post-author-avatar .avatar.photo {
  border-radius: 50%;
}
.kl-single-layout--modern .kl-blog-post-author-link {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 4px;
  text-transform: none;
}
.kl-single-layout--modern .kl-blog-post-meta {
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}
.kl-single-layout--modern .kl-blog-post-body {
  font-size: 16px;
}
.kl-single-layout--modern .blog-sg-footer {
  margin-bottom: 40px;
}
.kl-single-layout--modern .kl-blog-related-title {
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  text-align: start;
}
.kl-single-layout--modern .kl-blog-related-post-title {
  text-transform: none;
}
.kl-single-layout--modern .kl-blog-post-tags {
  margin: 0;
  float: right;
  text-align: right;
}
.kl-single-layout--modern .kl-blog-post-tags-text {
  display: block;
}
.kl-single-layout--modern .zn_post_media_container {
  margin: 0;
}
.kl-single-layout--modern.format-video .kl-blog-post {
  padding-top: 30px;
}
.kl-single-layout--modern.format-gallery .znPostGallery {
  margin-bottom: 0;
}
.kl-single-layout--modern .kl-blog--style-dark .kl-blog-post {
  background: #000;
}
.kl-single-layout--modern
  .kl-blog--style-dark
  .kl-blog-post-img.full-width:after {
  background: #fff;
}
.kl-single-layout--modern
  .kl-blog--style-dark
  .kl-blog-single-head-wrapper
  .kl-blog-post-header
  a {
  color: #000;
}
.kl-single-layout--modern
  .kl-blog--style-dark
  .kl-blog-single-head-wrapper
  .kl-blog-post-details,
.kl-single-layout--modern
  .kl-blog--style-dark
  .kl-blog-single-head-wrapper
  .kl-blog-post-header,
.kl-single-layout--modern
  .kl-blog--style-dark
  .kl-blog-single-head-wrapper
  .kl-blog-post-header
  a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.kl-comments {
  margin-top: 20px;
}
.kl-comments label {
  display: block;
  margin-bottom: 5px;
}
.kl-comments .form-control {
  width: 100%;
}
.kl-comments-list {
  margin-left: 0;
  list-style-type: none;
  padding-left: 0;
}
.kl-comment__wrapper {
  position: relative;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.kl-comment {
  margin-bottom: 15px;
}
.kl-comment > .children {
  margin-bottom: 0;
  margin-top: 15px;
}
.kl-comment__author .avatar {
  display: block;
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  padding: 2px;
  border: 1px solid #ddd;
  line-height: 0;
  border-radius: 2px;
}
.kl-comment__author {
  font-size: 13px;
  font-weight: 700;
}
.kl-comment__meta {
  font-size: 11px;
  font-style: normal;
  margin-bottom: 5px;
  color: #999;
}
.kl-comment__meta-link {
  color: #999;
}
.kl-comment__meta .comment-edit-link {
  float: right;
  margin-right: 52px;
  position: relative;
  top: -20px;
}
.kl-comment__text {
  padding-left: 80px;
  margin: 4px 0 10px;
}
.kl-comment .reply {
  position: absolute;
  right: 0;
  top: 0;
}
.kl-comment .comment-reply-link {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 700;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  border-radius: 0 4px 0 4px;
  text-transform: uppercase;
}
.kl-comment .comment-reply-link:hover {
  color: #222;
}
.kl-comment .reply .comment-reply-link {
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
}
.kl-comment .reply .comment-reply-link:hover {
  text-decoration: none;
}
.kl-comment .comment-body {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.kl-comments-list .children {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 50px;
  border-left: 1px solid #fff;
}
.kl-comments-list .children li {
  margin-bottom: 0;
  list-style: none;
}
.kl-comments-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
.kl-comments-title span {
  font-style: italic;
}
.kl-comments-sep {
  *zoom: 1;
}
.kl-comments-sep:after,
.kl-comments-sep:before {
  display: table;
  content: "";
  line-height: 0;
}
.kl-commlayout-modern {
  padding: 20px 60px 40px;
  background: #fff;
  margin-top: 1px;
  margin-bottom: 50px;
}
.kl-commlayout-modern .kl-comment__wrapper {
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.kl-commlayout-modern .kl-comment__author .avatar {
  border-radius: 50%;
  padding: 0;
  border: 0;
  width: 46px;
  height: 46px;
}
.kl-commlayout-modern .kl-comment__author {
  font-weight: 400;
}
.kl-commlayout-modern .kl-comment__author .fn {
  font-style: normal;
}
.kl-commlayout-modern .kl-comment__meta {
  font-size: 10px;
  line-height: 1.5;
}
.kl-commlayout-modern .kl-comment .comment-reply-link {
  background-color: transparent;
  border: 0;
  color: #333;
  padding: 0;
}
.kl-commlayout-modern .kl-comment .comment-reply-link:hover {
  color: #000;
}
.kl-commlayout-modern .kl-comment__text {
  border-bottom: 1px solid #eaeaea;
}
.kl-commlayout-modern .kl-comments-sep:after {
  clear: both;
}
.kl-skin--dark .kl-commlayout-modern {
  background: #000;
}
.kl-skin--dark .kl-commlayout-modern .kl-comment .comment-reply-link {
  color: #ccc;
}
.kl-skin--dark .kl-commlayout-modern .kl-comment .comment-reply-link:hover {
  color: #fff;
}
.kl-skin--dark .kl-commlayout-modern .kl-comment__text {
  border-bottom: 1px solid #151515;
}
.kl-skin--dark .kl-commlayout-modern .btn.btn-lined {
  color: #fff;
  border-color: #fff;
}
.comment-respond {
  padding: 15px 0;
  position: relative;
  margin-top: 15px;
}
.kl-comment .comment-respond {
  padding: 15px 20px;
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 15px;
}
.kl-comment .comment-respond:after {
  content: "";
  position: absolute;
  left: 35px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom-color: #f8f8f8;
}
.kl-comment .comment-respond:before {
  content: "";
  position: absolute;
  left: 34px;
  top: -18px;
  border: 9px solid transparent;
  border-bottom-color: #ccc;
}
.comment-respond .row {
  margin-bottom: 10px;
}
.comment-respond .zn_com_title {
  margin-top: 0;
}
.comment-respond #cancel-comment-reply-link {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 10px 15px;
  font-size: 10px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 0 4px;
  text-transform: uppercase;
  font-family: inherit;
  color: #9da0a4;
}
.comment-respond #cancel-comment-reply-link:hover {
  color: #222;
}
.comment-respond p {
  margin-bottom: 5px;
  padding-left: 0 !important;
}
.comment-respond .comment-notes .required {
  position: static;
}
.comment-respond input[type="text"] {
  margin-bottom: 0;
}
.comment-respond .form-allowed-tags code {
  margin-top: 10px;
}
.hg-portfolio-item {
  position: relative;
}
.portfolio-item-title {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 400;
}
.portfolio-item-desc {
  margin-bottom: 30px;
}
.portfolio-item-desc-inner-compacted {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
.portfolio-item-desc-inner-compacted:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, hsla(0, 0%, 96%, 0) 0, #f5f5f5);
}
.kl-skin--dark .portfolio-item-desc-inner-compacted:after {
  background: linear-gradient(180deg, transparent 0, #1a1a1a);
}
.portfolio-item-more-toggle {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
}
.portfolio-item-more-toggle .glyphicon {
  font-size: 11px;
  margin-right: 4px;
}
.portfolio-item-more-toggle:after {
  content: attr(data-more-text);
}
.portfolio-item-desc.is-opened .portfolio-item-desc-inner {
  max-height: none;
  overflow: hidden;
}
.portfolio-item-desc.is-opened .portfolio-item-desc-inner:after {
  display: none;
}
.portfolio-item-desc.is-opened .portfolio-item-more-toggle:after {
  content: attr(data-less-text);
}
.portfolio-item-desc.is-opened .portfolio-item-more-toggle .glyphicon:before {
  content: "\e260";
}
.portfolio-item-desc.no-toggle .portfolio-item-desc-inner {
  max-height: none;
  overflow: hidden;
}
.portfolio-item-desc.no-toggle .portfolio-item-desc-inner:after,
.portfolio-item-desc.no-toggle .portfolio-item-more-toggle {
  display: none;
}
.portfolio-item-content.affixcontent
  .portfolio-item-desc.is-opened:not(.no-toggle)
  .portfolio-item-desc-inner {
  max-height: 35vh;
  overflow: auto;
}
.portfolio-item-details {
  margin: 0 0 40px;
  list-style: none;
  padding: 0;
}
.portfolio-item-details li {
  margin-bottom: 15px;
}
.portfolio-item-details-label {
  min-width: 100px;
  font-weight: 300;
  color: #ababab;
  float: left;
}
.portfolio-item-details-item {
  float: left;
  overflow: hidden;
}
.portfolio-item-extraimages {
  margin-top: 20px;
}
.portfolio-item-extraimg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.portfolio-item-otherdetails {
  margin-bottom: 30px;
}
.portfolio-item-livelink {
  display: inline-block;
  margin-right: 10px;
  float: right;
  margin-top: 5px;
}
.portfolio-item-share,
.zn-shareIcons {
  display: inline-block;
}
.zn-shareIcons:before {
  content: attr(data-share-title);
  font-size: 12px;
  font-weight: 600;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  color: #8a8a8a;
}
.zn-shareIcons .zn-shareIcons-item {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -5px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: #e2e2e2;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border: 0;
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  line-height: 30px;
}
.zn-shareIcons .zn-shareIcons-item:hover {
  color: #fff;
}
.zn-shareIcons .zn-shareIcons-item--twitter {
  font-size: 13px;
}
.zn-shareIcons .zn-shareIcons-item--twitter:hover {
  background: #55acee;
}
.zn-shareIcons .zn-shareIcons-item--facebook:hover {
  background: #3b5998;
}
.zn-shareIcons .zn-shareIcons-item--gplus:hover {
  background: #cc3732;
}
.zn-shareIcons .zn-shareIcons-item--pinterest:hover {
  background: #cc2127;
}
.zn-shareIcons .zn-shareIcons-item--mail:hover {
  background: #565656;
}
.portfolio-cat--dark .zn-shareIcons-item,
.portfolio-item--dark .zn-shareIcons-item {
  color: hsla(0, 0%, 100%, 0.5);
}
.hg-portfolio-item .portfolio-item-right {
  margin-bottom: 20px;
}
.portfolio-item {
  margin-bottom: 50px;
}
.stickit {
  position: absolute;
  padding-right: 15px;
}
.portfolio-item-content.affixcontent {
  transition: top 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.zn_portfolio_related_title {
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-title.portfolio-item-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 991px) {
  .page-title.portfolio-item-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .portfolio-item-details-label {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .portfolio-item-details-item {
    float: none;
    display: block;
  }
  .portfolio-item-livelink {
    float: none;
    margin-top: 20px;
  }
  .portfolio-item-details {
    margin: 0 0 20px;
  }
}
.portfolio-item-overlay-imgintro {
  position: relative;
  z-index: 0;
}
.portfolio-item-overlay-imgintro > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.portfolio-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(31, 34, 37, 0.25);
  transition: all 0.3s ease-in-out;
}
.portfolio-item-overlay-imgintro:hover .portfolio-item-overlay {
  opacity: 1;
  visibility: visible;
  box-shadow: inset 0 -8px 0 0 #cd2122;
}
.kl-ptfcarousel .portfolio-item-overlay-imgintro:hover .portfolio-item-overlay {
  box-shadow: none;
}
.portfolio-item-overlay-inner {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.portfolio-item-overlay-icon {
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 58px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 50%;
  transform: scale(0.9);
  transition: transform 0.3s ease-in-out;
}
.portfolio-item-overlay-imgintro:hover .portfolio-item-overlay-icon {
  transform: scale(1);
}
.kl-ptf-catlist-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.6;
}
.kl-ptf-catlist-desc {
  line-height: 1.8;
}
.kl-ptf-catlist-img {
  width: 100%;
}
.kl-ptfcarousel-item:after,
.kl-ptfcarousel-item:before {
  content: " ";
  display: table;
}
.kl-ptfcarousel-item:after {
  clear: both;
}
.kl-ptfcarousel-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
}
.portfolio-crsl--dark .kl-ptfcarousel-item {
  border-bottom-color: hsla(0, 0%, 100%, 0.1);
}
.kl-ptfcarousel-item:last-child {
  padding-bottom: 0;
  margin-bottom: 50px;
  border: 0;
}
.kl-ptfcarousel-item-desc {
  margin-bottom: 30px;
}
.kl-ptfcarousel-item-details,
.kl-ptfcarousel-item-links {
  margin-bottom: 20px;
}
.kl-ptfcarousel-item-links .btn:first-child {
  margin-right: 10px;
}
.kl-ptfcarousel-item-links {
  margin-top: 20px;
}
.kl-ptfcarousel-img {
  width: 100%;
}
.kl-ptfcarousel-item-title {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.kl-ptfcarousel-cols--2 .kl-ptfcarousel-item-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.kl-ptfcarousel-cols--3 .kl-ptfcarousel-item-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.kl-ptfcarousel-frame--classic {
  position: relative;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #ddd, 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.kl-ptfcarousel-frame--classic:after {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ddd;
  z-index: 1;
}
.kl-ptfcarousel-frame--classic:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 13px solid #fff;
  z-index: 2;
}
.portfolio-crsl--dark .kl-ptfcarousel-frame--classic {
  border-color: #111;
  box-shadow: 0 0 0 2px #000, 0 0 6px #000;
}
.portfolio-crsl--dark .kl-ptfcarousel-frame--classic:after {
  border-right-color: #000;
}
.portfolio-crsl--dark .kl-ptfcarousel-frame--classic:before {
  border-right-color: #111;
}
.kl-ptfcarousel-frame--modern {
  position: relative;
  padding-top: 30px;
  padding-bottom: 0;
  border-radius: 4px 4px 2px 2px;
  background-color: #dcdee7;
  border: 1px solid hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 16px 10px -11px rgba(0, 0, 0, 0.12);
}
.kl-ptfcarousel-frame--modern:before {
  content: "";
  position: absolute;
  top: 12px;
  margin-top: 0;
  left: 25px;
  display: block;
  background: #ababab;
  border-radius: 30px;
  width: 7px;
  height: 7px;
  box-shadow: -12px 0 0 #ababab, 12px 0 0 #ababab;
}
.portfolio-crsl--dark .kl-ptfcarousel-frame--modern {
  border-color: rgba(0, 0, 0, 0.8);
}
.kl-ptfcarousel-frame--minimal {
  position: relative;
}
.kl-ptfcarousel-carousel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.kl-ptfcarousel-carousel-item {
  float: left;
}
.kl-ptfcarousel-carousel .znSlickNav-arr {
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.2);
  margin: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 2px;
  opacity: 0;
}
.kl-ptfcarousel-carousel .znSlickNav-arr svg {
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.kl-ptfcarousel-carousel .znSlickNav-arr polyline {
  stroke: #fff;
}
.kl-ptfcarousel-carousel .znSlickNav-arr.znSlickNav-next {
  left: auto;
  right: 15px;
}
.kl-ptfcarousel-carousel:hover .znSlickNav-arr {
  opacity: 1;
}
.kl-ptfsortable-img {
  width: 100%;
}
.kl-ptfsortable-sorting {
  float: right;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px 10px;
  color: #888;
  border-radius: 2px;
  margin-top: 10px;
}
.kl-ptfsortable-sorting-title {
  line-height: 1;
}
.kl-ptfsortable-sorting-lists {
  display: inline-block;
  margin: 0 25px 0 0;
  padding: 0;
  list-style: none;
}
.kl-ptfsortable-sorting-dir {
  margin-right: 0 !important;
}
.kl-ptfsortable-sorting-li {
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  margin-bottom: 0;
}
.kl-ptfsortable-sorting-link {
  color: #b7b7b7;
  line-height: 1;
}
.kl-ptfsortable-sorting-link.selected {
  color: #131313;
}
.portfolio-sort--dark .kl-ptfsortable-sorting {
  color: #adadad;
}
.portfolio-sort--dark .kl-ptfsortable-sorting-link {
  color: #969595;
}
.portfolio-sort--dark .kl-ptfsortable-sorting-link.selected {
  color: #fff;
}
.kl-ptfsortable-toolbar-right .kl-ptfsortable-sorting {
  float: left;
}
.kl-ptfsortable-toolbar-center .kl-ptfsortable-sorting {
  float: none;
  text-align: center;
  margin-bottom: 30px;
}
.kl-ptfsortable-nav {
  margin: 5px 0 40px;
  padding: 0;
  list-style: none;
  float: left;
}
.kl-ptfsortable-nav-item {
  float: left;
  margin-bottom: 10px;
}
.kl-ptfsortable-nav-link {
  background: #fff;
  color: #888;
  padding: 15px;
  line-height: 1;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 0;
  transition: all 0.2s ease-in-out;
}
.portfolio-sort--dark .kl-ptfsortable-nav-link {
  background: #000;
  color: #9e9e9e;
}
.kl-ptfsortable-nav-item.current .kl-ptfsortable-nav-link,
.kl-ptfsortable-nav-link:hover {
  background: #cd2122;
  color: #fff;
}
.portfolio-sort--dark .kl-ptfsortable-nav-item.current .kl-ptfsortable-nav-link,
.portfolio-sort--dark .kl-ptfsortable-nav-link:hover {
  color: #fff;
}
.kl-ptfsortable .portfolio-item-overlay-imgintro:hover .portfolio-item-overlay {
  box-shadow: none;
}
.kl-ptfsortable-toolbar-right .kl-ptfsortable-nav {
  float: right;
}
.kl-ptfsortable-toolbar-center .kl-ptfsortable-nav {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.kl-ptfsortable-items {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.kl-ptfsortable-item {
  width: 100%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.kl-ptfsortable-items[data-columns="2"] .kl-ptfsortable-item {
  width: 50%;
}
.kl-ptfsortable-items[data-columns="3"] .kl-ptfsortable-item {
  width: 33.3333%;
}
.kl-ptfsortable-items[data-columns="4"] .kl-ptfsortable-item {
  width: 25%;
}
.kl-ptfsortable-items[data-columns="5"] .kl-ptfsortable-item {
  width: 20%;
}
.kl-ptfsortable-items[data-columns="6"] .kl-ptfsortable-item {
  width: 16.6666%;
}
@media (max-width: 992px) {
  .kl-ptfsortable-item {
    width: 33.333% !important;
  }
}
@media (max-width: 768px) {
  .kl-ptfsortable-item {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .kl-ptfsortable-item {
    width: 100% !important;
  }
}
.kl-ptfsortable-item-inner {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
  background: #fff;
  transition: all 0.3s ease;
  opacity: 0.9;
}
.kl-ptfsortable-item-inner:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.kl-ptfsortable-item-title {
  display: block;
  line-height: 1.6;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.17);
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
}
.kl-ptfsortable-item-desc {
  font-size: 12px;
  color: #777;
  padding: 0 15px 15px;
  margin: 15px 0 0;
  display: block;
}
.kl-ptfsortable-item-desc p {
  margin-bottom: 10px;
}
.kl-ptfsortable-item.isotope-item {
  z-index: 2;
}
.kl-ptfsortable-item.isotope-hidden {
  z-index: 1;
}
.kl-ptfsortable-item-inner iframe {
  display: block;
}
.portfolio-sort--dark .kl-ptfsortable-item-inner {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.85);
  background: #000;
}
.portfolio-sort--dark .kl-ptfsortable-item-inner:hover {
  box-shadow: 0 10px 10px -10px #000;
}
.portfolio-sort--dark .kl-ptfsortable-item-title {
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.17);
}
.portfolio-sort--dark .kl-ptfsortable-item-desc {
  color: #c3c3c3;
}
.kl-ptfsortable-loadmore {
  display: block;
  max-width: 380px;
  text-align: center;
  margin: 30px auto;
  padding: 13px 0;
  text-transform: uppercase;
  font-weight: 600;
  transition: opacity 0.15s ease-out;
}
.kl-ptfsortable-loadmore--loading {
  opacity: 0.5;
  pointer-events: none;
}
.kl-ptfsortable-loadmore.zn_loadmore_disabled.btn {
  opacity: 0.3;
  pointer-events: none;
  color: #777;
  border-color: #777;
}
.wpcf7-form-group {
  margin-bottom: 20px;
}
.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio) {
  font-size: 13px;
  padding: 14px;
  height: auto;
  outline: none;
  box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #d9d9d9;
  width: 100%;
}
.wpcf7-form-label {
  text-transform: uppercase;
  font-size: 11px;
  color: #969696;
  font-weight: 400;
}
.wpcf7-submit {
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  border-style: solid;
  border-radius: 3px;
  transition: background-color 0.15s ease-out;
}
div.wpcf7-response-output {
  margin: 0 !important;
  padding: 10px 20px !important;
}
.plhg-love-action {
  display: block;
}
.woocommerce ul.products {
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin: 0 0 30px;
  padding: 0 15px;
  width: 25%;
}
.woocommerce .left_sidebar ul.products li.product,
.woocommerce.left_sidebar ul.products li.product,
.woocommerce .right_sidebar ul.products li.product {
  width: 33.3333%;
}
@media (max-width: 991px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50%;
  }
  .woocommerce .left_sidebar ul.products li.product,
  .woocommerce-page .left_sidebar ul.products li.product,
  .woocommerce .right_sidebar ul.products li.product,
  .woocommerce-page .right_sidebar ul.products li.product {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
  }
  .woocommerce .left_sidebar ul.products li.product,
  .woocommerce-page .left_sidebar ul.products li.product,
  .woocommerce .right_sidebar ul.products li.product,
  .woocommerce-page .right_sidebar ul.products li.product {
    width: 100%;
  }
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images {
  width: 100%;
}
.woocommerce.kl-wc-single ul.products li.product {
  width: 100%;
}
.zn-wc-pages-classic a.button,
.zn-wc-pages-classic #page_wrapper button.button,
.zn-wc-pages-classic #page_wrapper button.button.alt,
.zn-wc-pages-classic #page_wrapper input.button,
.zn-wc-pages-classic #page_wrapper input#button,
.zn-wc-pages-classic #page_wrapper #review_form #submit,
.add_to_cart_inline .kw-actions a {
  background: #cd2122;
  font-size: 13px !important;
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  position: relative;
  border: 0;
}
.zn-wc-pages-classic #page_wrapper a.button:hover,
.zn-wc-pages-classic #page_wrapper button.button:hover,
.zn-wc-pages-classic #page_wrapper button.button.alt:hover,
.zn-wc-pages-classic #page_wrapper input.button:hover,
.zn-wc-pages-classic #page_wrapper input#button:hover,
.zn-wc-pages-classic #page_wrapper #review_form #submit:hover,
.add_to_cart_inline .kw-actions a:hover {
  background: #343434;
  color: #fff;
}
.zn-wc-pages-classic #respond input#submit.alt,
.zn-wc-pages-classic a.button.alt,
.zn-wc-pages-classic button.button.alt,
.zn-wc-pages-classic input.button.alt,
.add_to_cart_inline .kw-actions .actions-moreinfo {
  background: #000;
  font-weight: 600;
  color: #fff !important;
}
.zn-wc-pages-classic #respond input#submit.alt:hover,
.zn-wc-pages-classic a.button.alt:hover,
.zn-wc-pages-classic button.button.alt:hover,
.zn-wc-pages-classic input.button.alt:hover,
.add_to_cart_inline .kw-actions .actions-moreinfo:hover {
  background: #232323;
}
.zn-wc-pages-style2 .woocommerce a.button,
.zn-wc-pages-style2 .woocommerce button.button,
.zn-wc-pages-style2 .woocommerce input.button,
.zn-wc-pages-style2 .woocommerce input#button,
.zn-wc-pages-style2 .woocommerce #review_form #submit {
  font-weight: 700;
  font-size: 14px;
  padding: 17px 35px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  position: relative;
}
.zn-wc-pages-style2 .woocommerce #respond input#submit,
.zn-wc-pages-style2 .woocommerce a.button,
.zn-wc-pages-style2 .woocommerce button.button,
.zn-wc-pages-style2 .woocommerce input.button {
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}
.zn-wc-pages-style2 .woocommerce #respond input#submit:hover,
.zn-wc-pages-style2 .woocommerce a.button:hover,
.zn-wc-pages-style2 .woocommerce button.button:hover,
.zn-wc-pages-style2 .woocommerce input.button:hover {
  background: 0 0;
  opacity: 0.8;
}
.kl-skin--dark.zn-wc-pages-style2 #respond input#submit,
.kl-skin--dark.zn-wc-pages-style2 a.button,
.kl-skin--dark.zn-wc-pages-style2 button.button,
.kl-skin--dark.zn-wc-pages-style2 input.button {
  border-color: rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.zn-wc-pages-style2 #respond input#submit.alt,
.zn-wc-pages-style2 a.button.alt,
.zn-wc-pages-style2 button.button.alt,
.zn-wc-pages-style2 input.button.alt {
  background: #cd2122;
  border: 0;
  padding: 19px 35px;
}
.zn-wc-pages-style2 #respond input#submit.alt:hover,
.zn-wc-pages-style2 a.button.alt:hover,
.zn-wc-pages-style2 button.button.alt:hover,
.zn-wc-pages-style2 input.button.alt:hover {
  background: #232323;
}
.zn-wc-pages-style2 a.button.view {
  padding: 6px 15px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #b5b5b5;
}
.woocommerce.widget {
  margin-bottom: 50px;
}
.woocommerce.widget_product_categories .product-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce.widget_product_categories .cat-item {
  margin: 10px 0;
}
.woocommerce.widget_product_categories .cat-item a {
  font-weight: 400;
  font-size: 14px;
  color: #484848;
  padding: 10px 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.woocommerce.widget_product_categories .cat-item a:hover {
  color: #111;
}
.woocommerce.widget_product_categories .cat-item a:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 8px;
  height: 2px;
  background: #e1e1e1;
  vertical-align: middle;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.woocommerce.widget_product_categories .cat-item.current-cat > a {
  font-weight: 600;
  color: #181818;
}
.woocommerce.widget_product_categories .cat-item.current-cat > a:before {
  background: #bbb;
}
.woocommerce.widget_product_categories .cat-item .count {
  opacity: 0.5;
}
.woocommerce.widget_product_categories .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}
.kl-skin--dark .widget_product_categories .cat-item a {
  color: #b7b7b7;
}
.kl-skin--dark .widget_product_categories .cat-item a:hover {
  color: #eee;
}
.kl-skin--dark .widget_product_categories .cat-item a:before {
  background: #1e1e1e;
}
.kl-skin--dark .widget_product_categories .cat-item.current-cat > a {
  color: #e7e7e7;
}
.kl-skin--dark .widget_product_categories .cat-item.current-cat > a:before {
  background: #444;
}
.woocommerce.widget_price_filter .price_slider_amount .button {
  padding: 10px;
}
.woocommerce.widget_price_filter .price_label {
  font-size: 14px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  background-color: #c8c8c8;
  width: 10px;
  height: 10px;
  top: -4px;
}
.woocommerce.widget_price_filter:hover .ui-slider .ui-slider-handle {
  background-color: #898989;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #c8c8c8;
}
.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #9d9d9d;
  margin-bottom: 30px;
  margin-top: 30px;
}
.woocommerce.widget_price_filter .ui-slider-horizontal {
  height: 3px;
}
.kl-skin--dark .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #373737;
}
.kl-skin--dark .widget_price_filter:hover .ui-slider .ui-slider-handle {
  background-color: #767676;
}
.kl-skin--dark .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #373737;
}
.kl-skin--dark .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #626262;
}
.woocommerce.widget ul.product_list_widget li {
  margin-bottom: 20px;
  padding: 0;
}
.woocommerce.widget ul.product_list_widget li a {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: 400;
}
.woocommerce.widget ul.product_list_widget li img {
  width: 58px;
}
.woocommerce.widget ul.product_list_widget li > .amount {
  font-weight: 300;
}
.woocommerce.widget ul.product_list_widget li .star-rating {
  font-size: 10px;
  margin-bottom: 10px;
}
.woocommerce.widget:last-child {
  margin-bottom: 0;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  margin: 0 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0;
  padding: 10px 0;
}
.woocommerce.columns-4
  ul.products
  li.product-category
  .woocommerce-loop-category__title {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 0 5px;
  padding-bottom: 20px;
}
.woocommerce
  ul.products
  li.product-category
  .woocommerce-loop-category__title
  mark {
  background: 0 0;
  font-weight: 400;
}
.woocommerce ul.cart_list li a {
  font-size: 14px;
}
.woocommerce.widget .widget_shopping_cart_content .mini_cart_item {
  margin-left: 25px;
}
.woocommerce.widget .widget_shopping_cart_content .remove {
  margin-left: -25px;
  margin-top: 10px;
}
.woocommerce.widget .widget_shopping_cart_content .buttons .button {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  font-size: 16px;
  border-top-style: solid;
  padding-top: 15px;
}
.kl-cart-button .svg-cart.kl-cart-icon {
  position: relative;
  top: 2px;
  margin-right: 7px;
  display: block;
}
.kl-cart-button .svg-cart.kl-cart-icon .svg-cart-icon {
  fill: #fff;
}
.kl-cart-button .svg-cart.kl-cart-icon:after {
  content: attr(data-count);
  font-size: 9px;
  background-color: #f66;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -9px;
  font-weight: 600;
  padding-right: 1px;
}
.cart-container > .widget_shopping_cart_content {
  display: block;
  font-size: 11px;
}
.cart-container {
  margin: 0;
  background: #f5f5f5;
  padding: 15px;
}
.cart-container .cart_list {
  margin: 0 0 15px;
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 0;
  max-height: 410px;
  overflow-y: auto;
}
.cart-container .cart_list:only-child {
  margin-bottom: 0;
  border: 0;
}
.cart-container .cart_list a:hover {
  background-color: transparent;
}
.cart-container .mini_cart_item {
  overflow: hidden;
  margin: 0 0 15px;
  color: #535353;
}
.cart-container .mini_cart_item:first-child {
  margin-top: 10px;
}
.cart-container .mini_cart_item.empty {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.cart-container .mini_cart_item a:not(.remove) {
  font-size: 11px;
  font-weight: 400;
  padding: 0 30px 0 0;
}
.cart-container .cart_list .remove {
  float: right;
  font-size: 16px;
  color: #c3c3c3;
  padding: 0;
}
.cart-container .cart_list .remove:hover {
  color: #7f7f7f;
}
#header .cart-container .mini_cart_item img {
  float: left;
  margin-right: 15px;
  margin-left: 0;
  width: 60px;
}
.cart-container .mini_cart_item .variation,
.cart-container .mini_cart_item .variation p {
  margin: 0;
}
.cart-container .mini_cart_item .variation {
  overflow: hidden;
  border: 0;
  padding: 0;
}
.cart-container .mini_cart_item .variation-Color {
  display: inline-block;
  padding: 0;
  margin: 0;
  clear: none;
}
.cart-container .mini_cart_item .variationr:before,
.cart-container .mini_cart_item .variation:after {
  content: none;
}
.cart-container .cart_list .quantity {
  display: block;
}
.cart-container .total .amount {
  float: right;
  font-weight: 700;
  font-size: 15px;
}
.cart-container .total {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  margin: 15px 0;
}
.cart-container .buttons {
  overflow: hidden;
  margin: 0;
}
.cart-container .buttons:before,
.cart-container .buttons:after {
  content: " ";
  display: table;
}
.cart-container .buttons:after {
  clear: both;
}
.cart-container .buttons .button {
  width: calc(50% - 6px);
  float: left;
  padding: 6px 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-shadow: none;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 3px;
}
.cart-container .buttons .button {
  background-color: #cd2122;
  color: #fff;
  padding: 10px 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.cart-container .buttons .button.checkout {
  color: #242424 !important;
  border-color: #242424;
  border-width: 2px;
  background: 0 0;
  padding: 9px 0;
  border-style: solid;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-left: 12px;
  background-color: transparent !important;
}
.cart-container .buttons .button.checkout:hover,
.cart-container .buttons .button.checkout:focus {
  color: #000;
  border-color: #000;
}
.nav-th--dark .cart-container {
  background: #0a0a0a;
}
.nav-th--dark .cart-container .cart_list {
  border-bottom-color: #222;
}
.nav-th--dark .cart-container .cart_list a:hover {
  background-color: transparent;
}
.nav-th--dark .cart-container .mini_cart_item {
  color: #acacac;
}
.nav-th--dark .cart-container .cart_list .remove {
  color: #3c3c3c;
}
.nav-th--dark .cart-container .cart_list .remove:hover {
  color: gray;
}
.nav-th--dark .cart-container .total {
  border-bottom-color: #222;
}
.nav-th--dark .cart-container .buttons .button.checkout {
  color: #dbdbdb !important;
  border-color: #dbdbdb;
}
.nav-th--dark .cart-container .buttons .button.checkout:hover,
.nav-th--dark .cart-container .buttons .button.checkout:focus {
  color: #fff;
  border-color: #fff;
}
@media (max-height: 600px) {
  .cart-container .cart_list {
    max-height: 180px;
    overflow-x: hidden;
  }
}
@media (max-width: 480px) {
  .topnav--cart,
  .topnav--cart .topnav-drop {
    position: static;
  }
  .topnav-drop-panel.topnav--cart-panel {
    right: 10px;
    left: 10px;
  }
  .topnav-drop-panel-inner:after {
    content: none;
  }
}
.woocommerce .page-title {
  color: #343434;
}
.kl-skin--dark .page-title {
  color: #cbcbcb;
}
.zn_sidebar .woocommerce-product-search.gensearch__form .screen-reader-text {
  display: none;
}
.woocommerce .woocommerce-ordering select,
.products-per-page select {
  padding-right: 25px;
  height: 34px;
  font-size: 11px;
  font-weight: 600;
  outline: none;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  background-image: url(../../../../themes/kallyas/images/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: calc(100% - 10px) center;
  background-position-y: center;
  background-position-x: calc(100% - 10px);
  text-transform: uppercase;
  padding-left: 10px;
  color: #909090;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus,
.products-per-page select:hover,
.products-per-page select:focus {
  border: 1px solid #bababa;
  color: #787878;
}
.woocommerce .woocommerce-result-count {
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #838383;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0 0 20px;
}
.kl-skin--dark .woocommerce-ordering select,
.kl-skin--dark .products-per-page select {
  border: 1px solid #262626;
  background-image: url(//demo.kallyas.net/freelancer/wp-content/themes/kallyas/css/plugins/../../images/select-arrow-dark.svg);
  background-color: #1d1d1d;
}
.kl-skin--dark .woocommerce-ordering select:hover,
.kl-skin--dark .woocommerce-ordering select:focus,
.kl-skin--dark .products-per-page select:hover,
.kl-skin--dark .products-per-page select:focus {
  border: 1px solid #454545;
  color: #878787;
}
.kl-skin--dark .woocommerce-result-count {
  color: #7c7c7c;
}
.woocommerce form .form-row {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce input.input-text,
.woocommerce textarea.input-text,
.woocommerce form .form-row select,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 7px 10px;
  box-shadow: inset 2px 2px 0 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
.woocommerce input.input-text:hover,
.woocommerce textarea.input-text:hover,
.woocommerce form .form-row select:hover,
.woocommerce input.input-text:focus,
.woocommerce textarea.input-text:focus,
.woocommerce form .form-row select:focus {
  border: 1px solid #bababa;
  color: #787878;
}
.woocommerce form .form-row select {
  height: 34px;
}
.woocommerce input.input-text,
.woocommerce textarea.input-text,
.woocommerce .login .input-text {
  border: 1px solid #d8d8d8;
}
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  box-shadow: inset 3px 0 0 #e2401c;
}
.woocommerce .woocommerce form .form-row label {
  font-weight: 400;
}
.form-row + fieldset {
  margin-top: 20px;
}
.kl-skin--dark input.input-text,
.kl-skin--dark textarea.input-text,
.kl-skin--dark form .form-row select,
.kl-skin--dark table.cart td.actions .coupon .input-text,
.kl-skin--dark-cart table.cart td.actions .coupon .input-text {
  box-shadow: inset 2px 2px 0 0px rgba(255, 255, 255, 0.05);
  border: 1px solid #262626;
}
.kl-skin--dark input.input-text:hover,
.kl-skin--dark textarea.input-text:hover,
.kl-skin--dark form .form-row select:hover,
.kl-skin--dark input.input-text:focus,
.kl-skin--dark textarea.input-text:focus,
.kl-skin--dark form .form-row select:focus {
  border: 1px solid #454545;
  color: #878787;
}
.kl-skin--dark input.input-text,
.kl-skin--dark textarea.input-text,
.kl-skin--dark .login .input-text {
  border: 1px solid #272727;
  background-color: #111;
}
.zn-wc-pages-style2 input.input-text,
.zn-wc-pages-style2 textarea.input-text,
.zn-wc-pages-style2 form .form-row input.input-text,
.zn-wc-pages-style2 form .form-row textarea,
.zn-wc-pages-style2 form .form-row select,
.woocommerce-cart.zn-wc-pages-style2 table.cart td.actions .coupon .input-text,
.zn-wc-pages-style2 .woocommerce form .form-row .select2-container,
.woocommerce div.product.prodpage-style3 form.cart div.quantity .qty,
.woocommerce
  div.product.prodpage-style3
  form.cart
  .single_variation_wrap
  .variations_button
  div.quantity
  .qty {
  height: 52px;
  box-shadow: none;
}
.zn-wc-pages-style2 .select2-container .select2-choice {
  height: 52px;
  line-height: 52px;
}
.zn-wc-pages-style2 textarea.input-text,
.zn-wc-pages-style2 form .form-row textarea {
  height: auto;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-message:before {
  color: #fff;
  line-height: 30px;
  border-top: 0;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-left: 0.618em solid rgba(0, 0, 0, 0.15);
}
.woocommerce .woocommerce-error a:not(.button),
.woocommerce .woocommerce-info a:not(.button),
.woocommerce .woocommerce-message a:not(.button) {
  color: #fff;
  margin-left: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce .woocommerce-error a:not(.button):hover,
.woocommerce .woocommerce-info a:not(.button):hover,
.woocommerce .woocommerce-message a:not(.button):hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.woocommerce .woocommerce-info {
  background-color: #a7b9c3;
}
.woocommerce .woocommerce-error {
  background-color: #faac9b;
}
.woocommerce .woocommerce-message {
  background-color: #b4d3c5;
}
.woocommerce .woocommerce-message .button.wc-forward {
  background: 0 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.woocommerce .woocommerce-message .button.wc-forward:hover {
  background: 0 0;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.woocommerce .zn-cartpage-classic table.shop_table {
  border: 0;
  border-radius: 0;
  background-color: #fff;
}
.woocommerce .zn-cartpage-classic table.shop_table thead {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
}
.woocommerce .zn-cartpage-classic table.shop_table thead th {
  background-color: #ccc;
  color: #454545;
  font-weight: 600;
}
.woocommerce .zn-cartpage-classic table.shop_table thead th:first-child {
  border-radius: 3px 0 0;
}
.woocommerce .zn-cartpage-classic table.shop_table thead th:last-child {
  border-radius: 0 3px 0 0;
}
.woocommerce .zn-cartpage-classic table.shop_table thead th,
.woocommerce .zn-cartpage-classic table.shop_table td {
  padding: 15px;
}
.woocommerce-cart .zn-cartpage-classic table.cart .product-remove .remove {
  display: inline-block;
  margin: 0 auto;
}
.woocommerce-cart .zn-cartpage-classic table.cart .product-thumbnail {
  width: 52px;
  padding: 0;
}
.woocommerce-cart .zn-cartpage-classic table.cart .product-thumbnail img {
  width: 42px;
  box-shadow: none;
}
.woocommerce-cart
  #page_wrapper
  .zn-cartpage-classic
  table.cart
  td.actions
  .coupon
  .input-text {
  width: auto;
  height: auto;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .woocommerce
    #page_wrapper
    .zn-cartpage-classic
    table.cart
    td.actions
    .coupon
    + .button {
    margin: 30px auto 20px;
    display: block;
  }
}
.zn-cartpage-classic .shipping-calculator-button {
  background-color: #d4d4d4;
  padding: 6px 10px;
  border-radius: 2px;
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
}
.zn-cartpage-classic .shipping-calculator-button:hover {
  background-color: #ccc;
}
.kl-skin--dark .zn-cartpage-classic table.shop_table,
.kl-skin--dark .zn-cartpage-classic table.shop_table {
  background-color: #000;
}
.kl-skin--dark .zn-cartpage-classic table.shop_table thead,
.kl-skin--dark .zn-cartpage-classic table.shop_table thead {
  color: #000;
}
.kl-skin--dark .zn-cartpage-classic table.shop_table thead th,
.kl-skin--dark .zn-cartpage-classic table.shop_table thead th {
  background-color: #333;
  color: #bababa;
}
.kl-skin--dark .zn-cartpage-classic .shipping-calculator-button,
.kl-skin--dark .zn-cartpage-classic .shipping-calculator-button {
  background-color: #2b2b2b;
}
.kl-skin--dark .zn-cartpage-classic .shipping-calculator-button:hover,
.kl-skin--dark .zn-cartpage-classic .shipping-calculator-button:hover {
  background-color: #333;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals {
  width: 50%;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals > h2 {
  text-transform: uppercase;
  color: #888;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals .order-total {
  background-color: #eee;
  font-size: 16px;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals table th {
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals table td,
.woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals table th {
  padding: 10px;
}
.woocommerce
  .zn-cartpage-classic
  .cart-collaterals
  ul.products
  li.product
  .product-list-item
  .kw-prodimage {
  line-height: 180px;
  height: 180px;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cross-sells {
  width: 50%;
}
.woocommerce .zn-cartpage-classic .cart-collaterals .cross-sells > h2 {
  font-size: 22px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.woocommerce .zn-cartpage-classic .wc-proceed-to-checkout {
  display: inline-block;
}
.kl-skin--dark .zn-cartpage-classic .cart-collaterals .cart_totals > h2 {
  color: #777;
}
.kl-skin--dark
  .zn-cartpage-classic
  .cart-collaterals
  .cart_totals
  .order-total {
  background-color: #111;
}
.kl-skin--dark .zn-cartpage-classic .cart-collaterals .cart_totals table td,
.kl-skin--dark .zn-cartpage-classic .cart-collaterals .cart_totals table th {
  border-top-color: #252525;
}
.kl-skin--dark .zn-cartpage-classic .woocommerce-checkout #payment {
  background: #292929;
}
.kl-skin--dark
  .zn-cartpage-classic
  .woocommerce-checkout
  #payment
  ul.payment_methods {
  border-bottom: 1px solid #353535;
}
@media screen and (max-width: 767px) {
  .woocommerce .zn-cartpage-classic .cart-collaterals .cross-sells,
  .woocommerce .zn-cartpage-classic .cart-collaterals .cart_totals {
    width: 100%;
  }
}
.woocommerce .zn-cartpage-style2 {
  background-color: #fff;
}
.woocommerce .zn-cartpage-style2 table.cart {
  border: 0;
  border-radius: 0;
}
.woocommerce .zn-cartpage-style2 table.cart thead {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 0;
}
.woocommerce .zn-cartpage-style2 table.cart thead th {
  background-color: #fafafa;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  padding-top: 30px;
  height: 90px;
}
.woocommerce .zn-cartpage-style2 table.cart td {
  padding: 25px;
}
.woocommerce .zn-cartpage-style2 table.cart tr:before {
  content: "";
  display: table-cell;
  width: 50px;
}
.woocommerce .zn-cartpage-style2 table.cart tr:after {
  content: "";
  display: table-cell;
  width: 50px;
}
.woocommerce .zn-cartpage-style2 table.cart thead tr:before,
.woocommerce .zn-cartpage-style2 table.cart thead tr:after {
  background-color: #fafafa;
}
.woocommerce .zn-cartpage-style2 table.cart .cart_item td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce .zn-cartpage-style2 table.cart .cart_item:first-child td {
  border-top: 0;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-remove .remove {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 28px;
  height: 28px;
  line-height: 30px;
  background: #f99;
  text-indent: -9999px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce-cart
  .zn-cartpage-style2
  table.cart
  td.product-remove
  .remove:hover {
  background: #000;
}
.woocommerce-cart
  .zn-cartpage-style2
  table.cart
  td.product-remove
  .remove:before,
.woocommerce-cart
  .zn-cartpage-style2
  table.cart
  td.product-remove
  .remove:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
  margin: -1px 0 0 -6px;
}
.woocommerce-cart
  .zn-cartpage-style2
  table.cart
  td.product-remove
  .remove:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail {
  width: 72px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-thumbnail img {
  width: 72px;
  box-shadow: none;
  border: 3px solid #edefed;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-name {
  font-weight: 700;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-name .variation {
  font-weight: 400;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-price {
  font-size: 14px;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-quantity input.qty {
  width: 100px;
}
.woocommerce-cart .zn-cartpage-style2 table.cart td.product-subtotal {
  font-size: 18px;
}
.woocommerce .zn-cartpage-style2 table.cart .product-price,
.woocommerce .zn-cartpage-style2 table.cart .product-quantity,
.woocommerce .zn-cartpage-style2 table.cart .product-subtotal {
  text-align: end;
}
.woocommerce-cart #page_wrapper .zn-cartpage-style2 table.cart td.actions {
  height: 110px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  .input-text {
  width: auto;
  min-width: 300px;
  line-height: normal;
  color: #000;
  font-size: 14px;
}
.woocommerce-cart
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  .input-text:focus {
  border-color: #ccc;
}
.woocommerce-cart
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  input[type="submit"] {
  background-color: transparent;
  border: 2px solid #eee;
  color: #ccc !important;
  margin-left: 20px;
}
.woocommerce-cart
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  input[type="submit"]:hover {
  border-color: #ccc;
  color: #999 !important;
}
.woocommerce-cart
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  > input.button {
  margin-left: 20px;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals {
  width: 50%;
  padding: 70px 50px;
  background-color: #fafafa;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals:only-child {
  margin-left: auto;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cross-sells + .cart_totals {
  width: 40%;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  color: #000;
  margin-top: 0;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals .shop_table {
  width: 100%;
  border: 0;
  border-radius: 0;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals .shop_table td,
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals .shop_table th {
  padding: 10px;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals .shop_table th {
  text-transform: uppercase;
  font-weight: 600;
  width: 35%;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
}
.woocommerce .zn-cartpage-style2 .shipping-calculator-button {
  background-color: transparent;
  padding: 10px 0;
  width: 100%;
  border-radius: 2px;
  line-height: 1;
  margin-top: 20px;
  display: inline-block;
  border: 2px solid #f99;
  color: #f99;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
.woocommerce .zn-cartpage-style2 .shipping-calculator-button:hover {
  opacity: 0.8;
}
.woocommerce-cart
  .zn-cartpage-style2
  .cart-collaterals
  .cart_totals
  .shipping-calculator-form
  select,
.woocommerce-cart
  .zn-cartpage-style2
  .cart-collaterals
  .cart_totals
  .shipping-calculator-form
  input[type="text"],
.woocommerce-cart
  .zn-cartpage-style2
  .cart-collaterals
  .cart_totals
  .shipping-calculator-form
  button[type="submit"] {
  box-shadow: none;
  margin-bottom: 10px;
}
.woocommerce-cart
  .zn-cartpage-style2
  .cart-collaterals
  .cart_totals
  .shipping-calculator-form
  button[type="submit"] {
  width: 100%;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals .order-total {
  background-color: transparent;
  color: #000;
  font-size: 16px;
}
.woocommerce-cart
  .zn-cartpage-style2
  .wc-proceed-to-checkout
  a.checkout-button {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce-cart
    .zn-cartpage-style2
    .wc-proceed-to-checkout
    a.checkout-button {
    white-space: inherit;
  }
}
.woocommerce .zn-cartpage-style2 > form {
  min-height: 0.01%;
  overflow-x: auto;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cross-sells {
  width: 60%;
  padding: 70px 50px;
}
.woocommerce .zn-cartpage-style2 .cart-collaterals .cross-sells > h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce .zn-cartpage-style2 .cart-collaterals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce .zn-cartpage-style2 .cart-collaterals .cross-sells,
  .woocommerce .zn-cartpage-style2 .cart-collaterals .cart_totals,
  .woocommerce
    .zn-cartpage-style2
    .cart-collaterals
    .cross-sells
    + .cart_totals {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce
    #page_wrapper
    .zn-cartpage-style2
    table.cart
    td.actions
    .coupon
    + .button {
    margin: 30px auto 20px;
    display: block;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 100%;
  }
  .woocommerce .zn-cartpage-style2 > form {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .woocommerce .zn-cartpage-style2 table.cart .cart_item td {
    padding: 25px;
  }
  .woocommerce-cart #page_wrapper .zn-cartpage-style2 table.cart td.actions {
    padding: 25px;
  }
  .woocommerce #content .zn-cartpage-style2 table.cart td.actions .coupon,
  .woocommerce .zn-cartpage-style2 table.cart td.actions .coupon,
  .woocommerce-page #content .zn-cartpage-style2 table.cart td.actions .coupon,
  .woocommerce-page .zn-cartpage-style2 table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0;
  }
  .woocommerce-cart
    #page_wrapper
    .zn-cartpage-style2
    table.cart
    td.actions
    .coupon
    input[type="submit"] {
    float: none;
    width: auto;
  }
  .woocommerce-cart
    #page_wrapper
    .zn-cartpage-style2
    table.cart
    td.actions
    > input.button {
    float: none;
    clear: left;
    width: auto;
    margin-top: 30px;
    margin-left: 0;
  }
}
.kl-skin--dark .zn-cartpage-style2 {
  background-color: #000;
}
.kl-skin--dark .zn-cartpage-style2 table.cart thead {
  color: #000;
}
.kl-skin--dark .zn-cartpage-style2 table.cart thead th {
  background-color: #131313;
  color: #fff;
}
.kl-skin--dark .zn-cartpage-style2 table.cart thead tr:before,
.kl-skin--dark .zn-cartpage-style2 table.cart thead tr:after {
  background-color: #131313;
}
.kl-skin--dark .zn-cartpage-style2 table.cart td.product-remove .remove:hover {
  background: #fff;
}
.kl-skin--dark .zn-cartpage-style2 table.cart td.product-remove .remove:before,
.kl-skin--dark .zn-cartpage-style2 table.cart td.product-remove .remove:after {
  background-color: #000;
}
.kl-skin--dark .zn-cartpage-style2 table.cart td.product-thumbnail img {
  border-color: #121012;
}
.kl-skin--dark
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  .input-text {
  color: #fff;
}
.kl-skin--dark
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  .input-text:focus {
  border-color: #333;
}
.kl-skin--dark
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  input[type="submit"] {
  border: 2px solid #111;
  color: #333 !important;
}
.kl-skin--dark
  #page_wrapper
  .zn-cartpage-style2
  table.cart
  td.actions
  .coupon
  input[type="submit"]:hover {
  border-color: #333;
  color: #666 !important;
}
.kl-skin--dark .zn-cartpage-style2 .cart-collaterals .cart_totals {
  background-color: #050505;
}
.kl-skin--dark .zn-cartpage-style2 .cart-collaterals .cart_totals > h2 {
  color: #fff;
}
.kl-skin--dark .zn-cartpage-style2 .cart-collaterals .cart_totals .order-total {
  color: #fff;
}
.kl-skin--dark .zn-cartpage-style2 .cart-collaterals .cross-sells > h2 {
  color: #fff;
}
.kl-skin--dark .zn-cartpage-style2 .cart-collaterals .cart_totals tr td,
.kl-skin--dark .zn-cartpage-style2 .cart-collaterals .cart_totals tr th {
  border-top-color: #444;
}
.zn-wc-pages-classic
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  h3 {
  margin-top: 10px;
}
.zn-wc-pages-classic
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  h3
  label {
  font-weight: 400;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
.zn-wc-pages-classic .woocommerce-checkout-review-order .product-name {
  width: 35%;
}
.zn-wc-pages-classic table.shop_table tbody th,
.zn-wc-pages-classic table.shop_table tfoot td,
.zn-wc-pages-classic table.shop_table tfoot th {
  font-weight: 600;
}
.zn-wc-pages-classic table.shop_table .order-total {
  background-color: #eee;
  font-size: 16px;
}
.zn-wc-pages-classic table.woocommerce-checkout-review-order-table {
  border-bottom: 1px solid #ccc;
}
.kl-skin--dark.zn-wc-pages-classic table.shop_table .order-total {
  background-color: #111;
}
.kl-skin--dark.zn-wc-pages-classic
  table.woocommerce-checkout-review-order-table {
  border-bottom-color: #333;
}
.woocommerce-checkout.zn-wc-pages-style2 .woocommerce > .woocommerce-info {
  padding: 35px 65px 25px !important;
  background: #fafafa;
  border: 0;
  margin-top: 20px !important;
}
.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout.zn-wc-pages-style2 .woocommerce > .woocommerce-info,
.woocommerce-checkout.zn-wc-pages-style2 .woocommerce > .woocommerce-info a,
.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showcoupon,
.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showlogin {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.woocommerce-checkout.zn-wc-pages-style2 .woocommerce > .woocommerce-info {
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showcoupon,
.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showlogin {
  text-transform: none;
  margin-left: 30px;
  opacity: 0.4;
  text-decoration: underline;
}
.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showcoupon:hover,
.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showlogin:hover {
  opacity: 1;
}
.zn-wc-pages-style2 .woocommerce form.login {
  background-color: #fff;
  padding: 45px 65px 35px;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.zn-wc-pages-style2 .woocommerce form.login .button {
  margin-right: 20px;
}
.zn-wc-pages-style2 .woocommerce form.login label {
  color: #000;
}
.zn-wc-pages-style2 .woocommerce form.login .lost_password a {
  opacity: 0.6;
  text-decoration: underline;
}
.zn-wc-pages-style2 .woocommerce form.login .lost_password a:hover {
  opacity: 1;
}
.zn-wc-pages-style2 .woocommerce .checkout_coupon {
  background-color: #fff;
  padding: 35px 65px 35px;
  border: 0;
  border-radius: 0;
  margin: 0;
}
.zn-wc-pages-style2 .woocommerce .checkout_coupon .form-row {
  padding-right: 0;
  padding-left: 0;
}
.zn-wc-pages-style2 .woocommerce .checkout_coupon .form-row-first {
  width: calc(75% - 20px);
}
.zn-wc-pages-style2 .woocommerce .checkout_coupon .form-row-last {
  width: 25%;
  margin-left: 20px;
}
.zn-wc-pages-style2 .woocommerce .checkout_coupon .button {
  width: 100%;
}
.zn-wc-pages-style2 .woocommerce form.login label {
  color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .zn-wc-pages-style2 .woocommerce .checkout_coupon .form-row-first,
  .zn-wc-pages-style2 .woocommerce .checkout_coupon .form-row-last {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .zn-wc-pages-style2 .woocommerce .checkout_coupon .form-row-first,
  .zn-wc-pages-style2 .woocommerce .checkout_coupon .form-row-last {
    width: 100%;
  }
}
.zn-wc-pages-style2 .checkout.woocommerce-checkout {
  background-color: #fff;
  padding: 45px 65px 45px;
  margin-top: 20px;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-billing-fields
  h3 {
  font-weight: 900;
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-billing-fields
  label {
  color: #000;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  h3 {
  font-weight: 700;
  color: #000;
  font-family: inherit;
  margin-top: 0;
  margin-bottom: 20px;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  h3
  label {
  font-weight: 400;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  label {
  color: #000;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  .notes
  textarea {
  min-height: 90px;
}
.zn-wc-pages-style2 .checkout.woocommerce-checkout #order_review_heading {
  font-weight: 900;
  color: #000;
  margin: 40px 0 20px;
  padding-top: 40px;
  position: relative;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #order_review_heading:before {
  content: "";
  border-top: 3px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: -65px;
  right: -65px;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table {
  border: 0;
  color: #000;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  th {
  text-transform: uppercase;
  padding: 15px 0;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  td {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .product-total,
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .cart-subtotal
  td,
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .shipping
  td,
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .order-total
  td,
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .tax-rate
  td {
  text-align: right;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .order-total {
  background: 0 0;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .order-total
  th,
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .order-total
  td {
  background: 0 0;
  border-top: 2px solid #ccc;
}
.zn-wc-pages-style2 .checkout.woocommerce-checkout #payment {
  background: 0 0;
  padding: 0;
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
}
.zn-wc-pages-style2 .checkout.woocommerce-checkout #payment:before {
  content: "";
  border-top: 3px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: -65px;
  right: -65px;
}
.zn-wc-pages-style2 .checkout.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #payment
  ul.payment_methods
  li {
  margin-bottom: 10px;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  label {
  text-transform: uppercase;
  color: #000;
}
.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #payment
  .payment_method_paypal
  .about_paypal {
  line-height: 32px;
  margin-left: 10px;
  opacity: 0.6;
}
.zn-wc-pages-style2 .checkout.woocommerce-checkout #place_order {
  padding-left: 40px;
  padding-right: 40px;
}
.kl-skin--dark.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info {
  background: #050505;
}
.kl-skin--dark.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info,
.kl-skin--dark.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a,
.kl-skin--dark.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showcoupon,
.kl-skin--dark.woocommerce-checkout.zn-wc-pages-style2
  .woocommerce
  > .woocommerce-info
  a.showlogin {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2 .woocommerce form.login {
  background-color: #000;
}
.kl-skin--dark.zn-wc-pages-style2 .woocommerce form.login label {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2 .woocommerce .checkout_coupon {
  background-color: #000;
}
.kl-skin--dark.zn-wc-pages-style2 .woocommerce form.login label {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2 .checkout.woocommerce-checkout {
  background-color: #000;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-billing-fields
  h3 {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-billing-fields
  label {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  h3 {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-shipping-fields
  label {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #order_review_heading {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #order_review_heading:before {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  td {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .order-total
  th,
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .order-total
  td {
  border-top-color: #333;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #payment:before {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  label {
  color: #fff;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #payment
  ul.payment_methods
  .payment_box {
  background-color: #202321;
  color: #999;
}
.kl-skin--dark.zn-wc-pages-style2
  .checkout.woocommerce-checkout
  #payment
  ul.payment_methods
  .payment_box:before {
  border-bottom-color: #202321;
}
.woocommerce table.my_account_orders th.order-total,
.woocommerce table.my_account_orders td.order-total {
  background-color: #ccc;
  font-size: 13px;
}
.woocommerce table.my_account_orders td.order-total {
  background-color: transparent;
}
.woocommerce .addresses .title {
  overflow: hidden;
}
.woocommerce .addresses .title h3 {
  float: left;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
}
.woocommerce .addresses .title .edit,
.woocommerce ul.digital-downloads li .count {
  float: right;
  padding: 7px 10px 6px;
  background-color: #dedede;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #676767;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
}
.woocommerce .addresses .title .edit:hover,
.woocommerce ul.digital-downloads li .count:hover {
  background-color: #ccc;
}
.woocommerce .woocommerce > form .form-row {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce > form fieldset {
  clear: both;
  margin-top: 30px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce > form legend {
  clear: both;
  padding-bottom: 10px;
}
.woocommerce .myaccount_user {
  font-size: 14px;
  line-height: 1.7;
}
.woocommerce .myaccount_user a {
  text-decoration: underline;
}
.woocommerce .myaccount_user ~ h2,
.woocommerce .order-info ~ h2,
.woocommerce .order-info ~ header h2,
.woocommerce .woocommerce > h2 {
  text-transform: uppercase;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #e9e9e9;
  padding: 10px 20px;
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  margin-bottom: 10px;
}
.woocommerce form.login .form-row .button + label,
.woocommerce form.register .form-row .button + label {
  margin-left: 10px;
}
.woocommerce form.edit-account .button {
  margin-top: 20px;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
.kl-skin--dark table.my_account_orders th.order-total,
.kl-skin--dark table.my_account_orders td.order-total {
  background-color: #333;
}
.kl-skin--dark .addresses .title .edit,
.kl-skin--dark ul.digital-downloads li .count {
  background-color: #212121;
  color: #989898;
}
.kl-skin--dark .addresses .title .edit:hover,
.kl-skin--dark ul.digital-downloads li .count:hover {
  background-color: #333;
}
.kl-skin--dark form.checkout_coupon,
.kl-skin--dark form.login,
.kl-skin--dark form.register {
  border: 1px solid #161616;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.kl-skin--dark .woocommerce-MyAccount-navigation ul li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.woocommerce-MyAccount-navigation ul a {
  display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}
.woocommerce-Address-title .edit {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.zn-wc-pages-style2 .woocommerce-thankyou-order-received {
  font-size: 16px;
  margin-bottom: 30px;
}
.zn-wc-pages-style2 .woocommerce-thankyou-order-details {
  padding-left: 0;
}
.zn-wc-pages-style2 .woocommerce-thankyou-order-details li {
  margin-bottom: 20px;
}
.zn-wc-pages-style2 table.shop_table.order_details,
.zn-wc-pages-style2 table.shop_table.customer_details {
  margin-top: 20px;
  background: #fff;
  border: 0;
  border-radius: 0;
}
.zn-wc-pages-style2 table.shop_table.order_details td,
.zn-wc-pages-style2 table.shop_table.order_details th,
.zn-wc-pages-style2 table.shop_table.customer_details td,
.zn-wc-pages-style2 table.shop_table.customer_details th {
  padding: 15px 20px;
}
.kl-skin--dark.zn-wc-pages-style2 table.shop_table.order_details,
.kl-skin--dark.zn-wc-pages-style2 table.shop_table.customer_details {
  background: #000;
}
.woocommerce .product-page {
  margin-bottom: 30px;
}
.woocommerce div.product .product_title {
  line-height: 1.4;
}
.woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  display: inline-block;
  font-size: 0px;
  text-indent: inherit;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:before {
  content: "\e003";
  border: none;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: 13px;
  left: auto;
  width: auto;
  height: auto;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:after {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:focus {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.woocommerce-product-gallery__trigger .glyphicon {
  vertical-align: middle;
  top: -1px;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper:before,
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper:after {
  content: " ";
  display: table;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__wrapper:after {
  clear: both;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  margin-bottom: 20px;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:first-child {
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  display: block;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image:nth-child(n + 2)
  a
  img {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__image
  a:hover
  img {
  opacity: 1;
}
.woocommerce div.product .single_product_main_image div.flex-viewport {
  margin: 0 0 20px;
}
.woocommerce
  div.product
  .single_product_main_image
  div.flex-viewport
  .woocommerce-product-gallery__image {
  margin: 0;
  padding: 0;
  width: 100%;
}
.woocommerce
  div.product
  .single_product_main_image
  div.flex-viewport
  .woocommerce-product-gallery__image
  a
  img {
  opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce .zn-wooGalleryThumbs-summary {
  list-style: none;
  margin: 0 -10px 20px;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs:before,
.woocommerce div.product div.images .flex-control-thumbs:after {
  content: " ";
  display: table;
}
.woocommerce div.product div.images .flex-control-thumbs:after {
  clear: both;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.woocommerce-product-gallery__thumb {
  width: 25%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-product-gallery__thumb {
  display: block;
  height: 100%;
}
.woocommerce .pswp__bg {
  background: #333;
  opacity: 0.94;
}
.woocommerce.single-product div.product p.price,
.woocommerce.single-product div.product span.price {
  font-size: 24px;
  color: #282828;
}
.woocommerce.single-product div.product p.price .amount,
.woocommerce.single-product div.product span.price .amount {
  margin: 0 5px;
}
.woocommerce.single-product div.product p.price del,
.woocommerce.single-product div.product span.price del {
  opacity: 0.8;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  display: inline-block;
}
.woocommerce.single-product div.product p.price del .amount,
.woocommerce.single-product div.product span.price del .amount {
  text-decoration: line-through;
}
.woocommerce.single-product div.product p.price ins,
.woocommerce.single-product div.product span.price ins {
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.woocommerce.single-product div.product .kw-details-desc {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}
.woocommerce div.product form.cart div.quantity .qty {
  height: 34px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  padding: 2px;
}
.woocommerce div.product form.cart .variations td.label {
  display: table-cell;
  padding: 0;
  font-size: 100%;
  text-align: start;
  vertical-align: top;
  padding-top: 10px;
}
.woocommerce div.product form.cart .variations label {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-right: 20px;
}
.woocommerce div.product form.cart .variations select {
  height: 34px;
  font-size: 11px;
  font-weight: 600;
  outline: none;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  background-image: url(images/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position-y: center;
  background-position-x: calc(100% - 10px);
  text-transform: uppercase;
  padding-left: 10px;
  color: #909090;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 640px) {
  .woocommerce div.product form.cart .variations td.label,
  .woocommerce div.product form.cart .variations td.value {
    display: list-item;
    width: 100%;
    list-style: none;
  }
  .woocommerce div.product form.cart .variations td.value select {
    width: 100%;
  }
}
.woocommerce div.product form.cart .variations select:hover,
.woocommerce div.product form.cart .variations select:focus {
  border: 1px solid #bababa;
  color: #787878;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
.woocommerce div.product form.cart .single_variation_wrap {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce div.product form.cart .single_variation_wrap:before,
.woocommerce div.product form.cart .single_variation_wrap:after {
  display: table;
  content: " ";
}
.woocommerce div.product form.cart .single_variation_wrap:after {
  clear: both;
}
.woocommerce div.product form.cart .single_variation_wrap .single_variation {
  margin-bottom: 15px;
}
.woocommerce
  div.product
  form.cart
  .single_variation_wrap
  .single_variation
  .price {
  font-size: 32px;
  color: #444;
  line-height: 1;
}
.woocommerce
  div.product
  form.cart
  .single_variation_wrap
  .single_variation
  .price:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
}
.woocommerce
  div.product
  form.cart
  .single_variation_wrap
  .variations_button:before,
.woocommerce
  div.product
  form.cart
  .single_variation_wrap
  .variations_button:after {
  display: table;
  content: " ";
}
.woocommerce
  div.product
  form.cart
  .single_variation_wrap
  .variations_button:after {
  clear: both;
}
.woocommerce
  div.product
  form.cart
  .single_variation_wrap
  .variations_button
  div.quantity {
  margin-right: 10px;
}
.woocommerce
  div.product
  form.cart
  .single_variation_wrap
  .variations_button
  div.quantity
  .qty {
  height: 33px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.woocommerce .product_meta {
  margin-bottom: 10px;
}
.woocommerce .product_meta > span {
  display: block;
}
.woocommerce .product_meta span a {
  font-weight: 400;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 5px 5px 10px;
  float: left;
  color: #cd2122;
}
.woocommerce #comments .star-rating {
  margin-bottom: 10px;
  float: right;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  margin: 10px;
}
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  box-shadow: none;
  background: 0 0;
  padding: 0;
  border: none;
  float: left;
  display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  padding: 15px 20px;
  line-height: 18px;
  color: #343434;
  display: block;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  width: 100%;
  padding: 10px 15px 15px;
  border: 1px solid #ececec;
  background: #fff;
}
.woocommerce div.product .woocommerce-tabs h2,
.upsells.products h2,
.related.products h2 {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
div.product p.stock,
.site-content div.product p.stock {
  font-size: 11px;
  color: #535353;
}
.kl-skin--dark.single-product div.product p.price,
.kl-skin--dark.single-product div.product span.price {
  color: #d7d7d7;
}
.kl-skin--dark.single-product div.product p.price del:before,
.kl-skin--dark.single-product div.product span.price del:before {
  color: #777;
}
.kl-skin--dark div.product form.cart div.quantity .qty {
  border: 1px solid #262626;
  background: #111;
}
.kl-skin--dark div.product form.cart .variations label {
  color: #000;
}
.kl-skin--dark div.product form.cart .variations select {
  border: 1px solid #262626;
  background-image: url(//demo.kallyas.net/freelancer/wp-content/themes/kallyas/css/plugins/../../images/select-arrow-dark.svg);
  color: #6f6f6f;
}
.kl-skin--dark div.product form.cart .variations select:hover,
.kl-skin--dark div.product form.cart .variations select:focus {
  border: 1px solid #454545;
  color: #878787;
}
.kl-skin--dark div.product form.cart .reset_variations {
  color: rgba(255, 255, 255, 0.8);
}
.kl-skin--dark div.product form.cart .single_variation_wrap {
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}
.kl-skin--dark
  div.product
  form.cart
  .single_variation_wrap
  .single_variation
  .price {
  color: #bbb;
}
.kl-skin--dark
  div.product
  form.cart
  .single_variation_wrap
  .single_variation
  .price:before {
  background: #333;
}
.kl-skin--dark
  div.product
  form.cart
  .single_variation_wrap
  .variations_button
  div.quantity
  .qty {
  border: 1px solid #d9d9d9;
}
.kl-skin--dark div.product .woocommerce-tabs ul.tabs li a {
  color: #cbcbcb;
}
.kl-skin--dark div.product .woocommerce-tabs ul.tabs li.active a {
  background: #000;
  border: 1px solid #131313;
}
.kl-skin--dark div.product .woocommerce-tabs .panel {
  border: 1px solid #131313;
  background: #000;
}
.kl-skin--dark div.product p.stock,
.kl-skin--dark .site-content div.product p.stock {
  color: #acacac;
}
.kl-skin--dark div.product .woocommerce-tabs ul.tabs li.active {
  background: #000;
}
.kl-skin--dark .commentlist li.comment > div[id*="comment-"] {
  background-color: #161616;
  border: 1px solid #444;
}
.woocommerce.single-product div.product.prodpage-classic p.price del:before,
.woocommerce.single-product div.product.prodpage-classic span.price del:before,
.woocommerce.single-product div.product.prodpage-classic p.price ins:before,
.woocommerce.single-product div.product.prodpage-classic span.price ins:before {
  text-decoration: none;
  font-size: 10px;
  display: block;
  line-height: 1.4;
  margin-left: 5px;
  font-weight: 700;
}
.woocommerce.single-product div.product.prodpage-classic p.price del:before,
.woocommerce.single-product div.product.prodpage-classic span.price del:before {
  content: attr(data-was);
  color: #888;
}
.woocommerce.single-product
  div.product.prodpage-classic
  p.price
  del
  + ins:before,
.woocommerce.single-product
  div.product.prodpage-classic
  span.price
  del
  + ins:before {
  content: attr(data-now);
  color: #cd2122;
}
.woocommerce div.product.prodpage-style2 .product_title {
  color: #000;
}
.woocommerce div.product.prodpage-style2 .product-page {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  padding: 50px;
}
.woocommerce div.product.prodpage-style2 .single_product_main_image {
  padding-left: 0;
  padding-right: 30px;
}
.woocommerce.single-product div.product.prodpage-style2 .kw-details-desc {
  color: #000;
  font-size: 14px;
}
.woocommerce.single-product div.product.prodpage-style2 p.price,
.woocommerce.single-product div.product.prodpage-style2 span.price {
  color: #000;
  margin-bottom: 40px;
}
.woocommerce.single-product div.product.prodpage-style2 p.price del,
.woocommerce.single-product div.product.prodpage-style2 span.price del {
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce.single-product div.product.prodpage-style2 p.price ins,
.woocommerce.single-product div.product.prodpage-style2 span.price ins {
  display: block;
  font-size: 30px;
}
.woocommerce div.product.prodpage-style2 form.cart div.quantity .qty {
  width: 100px;
  height: 52px;
}
.woocommerce div.product.prodpage-style2 form.cart .single_add_to_cart_button {
  text-transform: uppercase;
  padding: 19px 35px;
}
.woocommerce.single-product div.product.prodpage-style2 .product_meta {
  font-weight: 700;
}
.woocommerce.single-product div.product.prodpage-style2 .product_meta span span,
.woocommerce.single-product div.product.prodpage-style2 .product_meta span a {
  font-weight: 400;
}
.woocommerce
  div.product.prodpage-style2
  .woocommerce-product-rating
  .star-rating {
  color: #c2c2c2;
}
.woocommerce div.product.prodpage-style2 .woocommerce-tabs ul.tabs {
  margin-bottom: -1px;
  border-bottom: none;
}
.woocommerce div.product.prodpage-style2 .woocommerce-tabs ul.tabs:before {
  border: 0;
}
.woocommerce div.product.prodpage-style2 .woocommerce-tabs ul.tabs li {
  background: 0 0;
  border: 0;
  margin-right: 2px;
  border-radius: 0;
}
.woocommerce div.product.prodpage-style2 .woocommerce-tabs ul.tabs li a {
  font-weight: 700;
  color: #000;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.woocommerce div.product.prodpage-style2 .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product.prodpage-style2 .woocommerce-tabs ul.tabs li.active a {
  border: 0;
  opacity: 1;
}
.woocommerce div.product.prodpage-style2 .woocommerce-tabs .panel {
  border: 0;
  padding: 40px;
}
.woocommerce div.product.prodpage-style2 .woocommerce-tabs h2 {
  font-family: inherit;
}
.woocommerce div.product.prodpage-style2 #reviews #comments h2 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.woocommerce
  div.product.prodpage-style2
  #reviews
  #comments
  ol.commentlist
  li
  img.avatar {
  border-radius: 50%;
}
.woocommerce
  div.product.prodpage-style2
  #reviews
  #comments
  ol.commentlist
  .comment_container {
  border: 0;
  background-color: transparent;
}
.woocommerce
  div.product.prodpage-style2
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce
  div.product.prodpage-style2
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta {
  font-size: 14px;
}
.woocommerce
  div.product.prodpage-style2
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta
  strong {
  color: #000;
}
.woocommerce div.product.prodpage-style2 #reviews #comments .star-rating {
  color: #c2c2c2;
  font-size: 12px;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title:before {
  content: "+";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #000;
  -webkit-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
}
.woocommerce
  div.product.prodpage-style2
  #reviews
  .comment-respond
  .comment-reply-title.opened-form:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce
  div.product.prodpage-style2
  #reviews
  .comment-respond
  .comment-reply-title:hover:before {
  border: 1px solid #aaa;
}
.woocommerce div.product.prodpage-style2 #reviews .comment-form {
  display: none;
}
.woocommerce div.product.prodpage-style2 #reviews .comment-form.show-form {
  display: block;
}
div.product.prodpage-style2 .upsells.products h2,
div.product.prodpage-style2 .related.products h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}
.kl-skin--dark div.product.prodpage-style2 .product_title {
  color: #fff;
}
.kl-skin--dark div.product.prodpage-style2 .product-page {
  background-color: #000;
}
.kl-skin--dark.single-product div.product.prodpage-style2 .kw-details-desc {
  color: #fff;
}
.kl-skin--dark.single-product div.product.prodpage-style2 p.price,
.kl-skin--dark.single-product div.product.prodpage-style2 span.price {
  color: #fff;
}
.kl-skin--dark
  div.product.prodpage-style2
  .woocommerce-product-rating
  .star-rating {
  color: #3d3d3d;
}
.kl-skin--dark div.product.prodpage-style2 .woocommerce-tabs ul.tabs li a {
  color: #fff;
  background: #000;
}
.kl-skin--dark
  div.product.prodpage-style2
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta
  strong {
  color: #fff;
}
.kl-skin--dark
  div.product.prodpage-style2
  #reviews
  .comment-respond
  .comment-reply-title:before {
  border: 1px solid #222;
  color: #fff;
}
.kl-skin--dark
  div.product.prodpage-style2
  #reviews
  .comment-respond
  .comment-reply-title:hover:before {
  border: 1px solid #555;
}
.kl-skin--dark div.product.prodpage-style2 .upsells.products h2,
.kl-skin--dark div.product.prodpage-style2 .related.products h2 {
  color: #fff;
}
.woocommerce div.product.prodpage-style3 .product_title {
  color: #000;
  font-weight: 700;
}
.woocommerce div.product.prodpage-style3 .product-page {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  margin-bottom: 0;
}
.woocommerce div.product.prodpage-style3 .main-data {
  padding-right: 0;
  padding-left: 20px;
}
.woocommerce div.product.prodpage-style3 .summary {
  padding-top: 110px;
  padding-left: 70px;
  padding-bottom: 40px;
  padding-right: calc((100vw - 1170px) / 2);
}
.woocommerce.boxed
  div.product.prodpage-style3
  .single_product_main_image
  .woocommerce-product-gallery {
  max-width: 100%;
}
.woocommerce.boxed div.product.prodpage-style3 .summary {
  padding-right: 70px;
}
.woocommerce #content div.product.prodpage-style3 .single_product_main_image,
.woocommerce div.product.prodpage-style3 .single_product_main_image {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  position: relative;
  max-width: 50%;
}
@media (max-width: 767px) {
  .woocommerce #content div.product.prodpage-style3 .single_product_main_image,
  .woocommerce div.product.prodpage-style3 .single_product_main_image {
    max-width: 100%;
  }
}
.woocommerce
  #content
  div.product.prodpage-style3
  .single_product_main_image:after,
.woocommerce div.product.prodpage-style3 .single_product_main_image:after {
  content: "";
  position: absolute;
  background-color: rgba(142, 142, 142, 0.05);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.no-csspointerevents
  .woocommerce
  #content
  div.product.prodpage-style3
  .single_product_main_image:after,
.no-csspointerevents
  .woocommerce
  div.product.prodpage-style3
  .single_product_main_image:after {
  display: none;
}
.woocommerce
  div.product.prodpage-style3
  .single_product_main_image
  .woocommerce-product-gallery {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 60%;
  float: none;
  width: auto;
  margin: 0 auto;
  background-color: transparent;
}
.is-ie11
  div.product.prodpage-style3
  .single_product_main_image
  .woocommerce-product-gallery {
  max-width: 70%;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .woocommerce
    div.product.prodpage-style3
    .single_product_main_image
    .woocommerce-product-gallery {
    max-width: 100%;
  }
}
.woocommerce
  div.product.prodpage-style3
  div.zn-wooSlickGallery
  .woocommerce-product-gallery__image:not(.slick-slide)
  ~ .woocommerce-product-gallery__image {
  display: none;
}
.woocommerce
  div.product
  div.zn-wooSlickGallery
  .woocommerce-product-gallery__wrapper:before,
.woocommerce
  div.product
  div.zn-wooSlickGallery
  .woocommerce-product-gallery__wrapper:after {
  display: none;
}
.woocommerce div.product.prodpage-style3 .zn-wooGalleryThumbs-summary {
  margin: 0 -10px 20px;
}
.woocommerce div.product.prodpage-style3 .zn-wooGalleryThumbs-summary:before,
.woocommerce div.product.prodpage-style3 .zn-wooGalleryThumbs-summary:after {
  content: " ";
  display: table;
}
.woocommerce div.product.prodpage-style3 .zn-wooGalleryThumbs-summary:after {
  clear: both;
}
.woocommerce
  div.product.prodpage-style3
  .zn-wooGalleryThumbs-summary.woocommerce-product-gallery--columns-5
  .zn-wooSlickGallery-dots,
.zn-wooGalleryThumbs-summary .woocommerce-product-gallery__image {
  float: left;
  width: 20%;
  max-width: 90px;
  max-height: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce
  div.product.prodpage-style3
  .zn-wooGalleryThumbs-summary
  .woocommerce-product-gallery__image
  img {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out, border-color 0.2s ease-out;
  transition: opacity 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #efefef;
  padding: 0;
}
.woocommerce
  div.product.prodpage-style3
  .zn-wooGalleryThumbs-summary
  .woocommerce-product-gallery__image
  img:hover {
  border-color: #000;
}
.woocommerce div.product.prodpage-style3 .flex-control-nav.flex-control-thumbs {
  display: none;
}
.woocommerce div.product.prodpage-style3 .flex-control-nav {
  margin: 0;
  padding: 0;
}
.zn-wooGalleryThumbs-summary .zn-wooSlickGallery-dots {
  list-style: none;
  margin: 0 10px 20px;
  padding: 0;
}
.zn-wooGalleryThumbs-summary .zn-wooSlickGallery-dots li,
.zn-wooGalleryThumbs-summary .woocommerce-product-gallery__image {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.zn-wooGalleryThumbs-summary .zn-wooSlickGallery-dots img,
.zn-wooGalleryThumbs-summary .woocommerce-product-gallery__image img {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out, border-color 0.2s ease-out;
  transition: opacity 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid #efefef;
  padding: 0;
}
.zn-wooGalleryThumbs-summary .zn-wooSlickGallery-dots.slick-active img,
.woocommerce
  div.product.prodpage-style3
  .zn-wooGalleryThumbs-summary
  .woocommerce-product-gallery__image
  img:hover,
.woocommerce
  div.product.prodpage-style3
  .zn-wooGalleryThumbs-summary
  .zn-wooSlickGallery-dots
  img:hover {
  border-color: #000;
  opacity: 1;
}
.zn-wooGalleryThumbs-summary .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce
  div.product.prodpage-style3
  .single_product_main_image
  .zn_badge_container {
  top: 35px;
}
.woocommerce
  div.product.prodpage-style3
  .single_product_main_image
  .zn_badge_sale,
.woocommerce
  div.product.prodpage-style3
  .single_product_main_image
  .zn_badge_new {
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 700;
}
.woocommerce.single-product div.product.prodpage-style3 .kw-details-desc {
  color: #000;
  font-size: 14px;
}
.woocommerce.single-product div.product.prodpage-style3 p.price,
.woocommerce.single-product div.product.prodpage-style3 span.price {
  color: #000;
  margin-bottom: 40px;
}
.woocommerce.single-product div.product.prodpage-style3 p.price del,
.woocommerce.single-product div.product.prodpage-style3 span.price del {
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce.single-product div.product.prodpage-style3 p.price ins,
.woocommerce.single-product div.product.prodpage-style3 span.price ins {
  display: block;
  font-size: 30px;
}
.woocommerce div.product.prodpage-style3 form.cart div.quantity .qty,
.woocommerce
  div.product.prodpage-style3
  form.cart
  .single_variation_wrap
  .variations_button
  div.quantity
  .qty {
  width: 100px;
}
.woocommerce div.product.prodpage-style3 form.cart .single_add_to_cart_button {
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
}
.woocommerce.single-product div.product.prodpage-style3 .product_meta {
  font-weight: 700;
}
.woocommerce.single-product div.product.prodpage-style3 .product_meta span span,
.woocommerce.single-product div.product.prodpage-style3 .product_meta span a {
  font-weight: 400;
}
.woocommerce
  div.product.prodpage-style3
  .woocommerce-product-rating
  .star-rating {
  color: #c2c2c2;
  font-size: 12px;
  vertical-align: middle;
  margin: 0;
  float: none;
  display: inline-block;
}
.woocommerce
  div.product.prodpage-style3
  .woocommerce-product-rating
  .woocommerce-review-link {
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
}
.woocommerce div.product.prodpage-style3 .wc-related-upsells-section {
  background-color: #fcfcfc;
  padding-top: 80px;
  padding-bottom: 90px;
}
.woocommerce div.product.prodpage-style3 .wc-tabs-section {
  padding-top: 80px;
  padding-bottom: 100px;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs,
.woocommerce div.product.prodpage-style3 .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs {
  margin-bottom: -1px;
  border-bottom: none;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs:before {
  border: 0;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs li {
  background: 0 0;
  border: 0;
  margin-right: 2px;
  border-radius: 0;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs li a {
  font-weight: 700;
  color: #000;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product.prodpage-style3 .woocommerce-tabs ul.tabs li.active a {
  border: 0;
  opacity: 1;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs .panel {
  border: 0;
  padding: 40px;
}
.woocommerce div.product.prodpage-style3 .woocommerce-tabs h2 {
  font-family: inherit;
}
.woocommerce div.product.prodpage-style3 #reviews #comments h2 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  #comments
  ol.commentlist
  li
  img.avatar {
  border-radius: 50%;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  #comments
  ol.commentlist
  .comment_container {
  border: 0;
  background-color: transparent;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta {
  font-size: 14px;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta
  strong {
  color: #000;
}
.woocommerce div.product.prodpage-style3 #reviews #comments .star-rating {
  color: #c2c2c2;
  font-size: 12px;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title {
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title:before {
  content: "+";
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #000;
  -webkit-transition: border-color 0.1s ease-out;
  transition: border-color 0.1s ease-out;
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title.opened-form:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title:hover:before {
  border: 1px solid #aaa;
}
.woocommerce div.product.prodpage-style3 #reviews .comment-form {
  display: none;
}
.woocommerce div.product.prodpage-style3 #reviews .comment-form.show-form {
  display: block;
}
div.product.prodpage-style3 .upsells.products h2,
div.product.prodpage-style3 .related.products h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .woocommerce
    #content
    div.product.prodpage-style3
    .single_product_main_image
    .images,
  .woocommerce div.product.prodpage-style3 .single_product_main_image .images {
    max-width: 90%;
    padding-top: 30px;
  }
  .woocommerce div.product.prodpage-style3 .summary {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
.kl-skin--dark div.product.prodpage-style3 .product_title {
  color: #fff;
}
.kl-skin--dark.single-product div.product.prodpage-style3 .kw-details-desc {
  color: #fff;
}
.kl-skin--dark.single-product div.product.prodpage-style3 p.price,
.kl-skin--dark.single-product div.product.prodpage-style3 span.price {
  color: #fff;
}
.kl-skin--dark
  div.product.prodpage-style3
  .woocommerce-product-rating
  .star-rating {
  color: #3d3d3d;
}
.kl-skin--dark div.product.prodpage-style3 .woocommerce-tabs ul.tabs li a {
  color: #fff;
  background: #000;
}
.kl-skin--dark
  div.product.prodpage-style3
  #reviews
  #comments
  ol.commentlist
  li
  .comment-text
  p.meta
  strong {
  color: #fff;
}
.kl-skin--dark
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title:before {
  border: 1px solid #222;
  color: #fff;
}
.kl-skin--dark
  div.product.prodpage-style3
  #reviews
  .comment-respond
  .comment-reply-title:hover:before {
  border: 1px solid #555;
}
.kl-skin--dark div.product.prodpage-style3 .upsells.products h2,
.kl-skin--dark div.product.prodpage-style3 .related.products h2 {
  color: #fff;
}
.zn_badge_container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.product-page .zn_badge_container {
  left: 35px;
}
.zn_badge_container .zn_badge_sale:not(:only-child) {
  margin-bottom: -1px;
}
.zn_badge_container .zn_badge_sale:not(:only-child):after {
  display: none;
}
.zn_badge_sale,
.zn_badge_new,
.zn_badge_soldout {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 8px 12px 7px;
  position: relative;
  display: block;
  margin-bottom: 11px;
  border-radius: 2px;
  text-align: center;
}
.zn_badge_soldout {
  background: #d3d3d3;
  font-weight: 700;
  color: #1e1e1e;
}
.zn_badge_sale {
  background: #c51212;
}
.zn_badge_sale:after,
.zn_badge_new:after,
.zn_badge_soldout:after {
  position: absolute;
  bottom: -3px;
  content: "";
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}
.zn_badge_sale:after {
  z-index: 1;
  background-color: #cd2122;
  left: 5px;
}
.zn_badge_new {
  background-color: #12a1c5;
}
.zn_badge_new:after {
  background-color: #12a1c5;
  z-index: 1;
  left: 5px;
}
.zn_badge_soldout:after {
  z-index: 1;
  background-color: #d3d3d3;
  left: 5px;
}
.zn_woo_cat_page {
  position: relative;
}
.woocommerce_ordering {
  float: right;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
form .form-row input.input-text,
form .form-row textarea {
  height: auto;
  min-height: 30px;
}
#payment ul.payment_methods li label {
  display: inline-block;
}
.popupaddcart {
  z-index: 1000;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #cecece;
  border: 3px solid #999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  color: #333;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -125px;
}
.zn_loop_row {
  clear: both;
  height: 1px;
}
.woocommerce #reviews h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  position: relative;
  margin-right: 15px;
}
.zn_product_subcategory {
  text-align: center;
}
.kl-skin--dark .select2-container .select2-choice {
  border: 1px solid #353535;
  background-color: #141414;
  color: #cdcdcd;
}
.kl-skin--dark .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #333;
}
.kl-skin--dark .select2-drop-mask {
  background-color: #000;
}
.kl-skin--dark .select2-drop {
  background: #000;
  color: #fff;
  border: 1px solid #333;
}
.kl-skin--dark .select2-drop.select2-drop-above {
  border-top: 1px solid #333;
}
.kl-skin--dark .select2-drop-active {
  border: 1px solid #999;
}
.kl-skin--dark .select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #999;
}
.kl-skin--dark .select2-drop-auto-width {
  border-top: 1px solid #333;
}
.kl-skin--dark .select2-container .select2-choice .select2-arrow b:after {
  border-top-color: #999;
}
.kl-skin--dark .select2-search input {
  border: 1px solid #333;
  background-color: #000;
}
html[dir="rtl"] .kl-skin--dark .select2-search input {
  background-color: #000;
}
.kl-skin--dark .select2-search input.select2-active {
  background-color: #000;
}
.kl-skin--dark .select2-container-active .select2-choice,
.kl-skin--dark .select2-container-active .select2-choices {
  border: 1px solid #999;
}
.kl-skin--dark .select2-dropdown-open .select2-choice {
  box-shadow: 0 1px 0 #000 inset;
}
.kl-skin--dark .select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-bottom-color: #999;
}
.kl-skin--dark .select2-dropdown-open.select2-drop-above .select2-choice,
.kl-skin--dark .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #999;
}
.kl-skin--dark .select2-results {
  background: #050505;
}
.kl-skin--dark .select2-results .select2-highlighted {
  background: #0e0e0e;
  color: #fff;
}
.kl-skin--dark .select2-results li em {
  background: #010021;
}
.kl-skin--dark .select2-results .select2-highlighted ul {
  background: #000;
  color: #fff;
}
.kl-skin--dark .select2-results .select2-ajax-error,
.kl-skin--dark .select2-results .select2-no-results,
.kl-skin--dark .select2-results .select2-searching,
.kl-skin--dark .select2-results .select2-selection-limit {
  background: #0b0b0b;
}
.kl-skin--dark .select2-results .select2-disabled.select2-highlighted {
  color: #999;
  background: #0b0b0b;
}
.kl-skin--dark .select2-results .select2-disabled {
  background: #0b0b0b;
}
.kl-skin--dark .select2-more-results.select2-active {
  background-color: #0b0b0b;
}
.kl-skin--dark .select2-more-results {
  background: #0b0b0b;
}
.kl-skin--dark .select2-container.select2-container-disabled .select2-choice {
  background-color: #0b0b0b;
  border: 1px solid #222;
}
.kl-skin--dark
  .select2-container.select2-container-disabled
  .select2-choice
  .select2-arrow {
  background-color: #0b0b0b;
}
.kl-skin--dark .select2-container-multi .select2-choices {
  border: 1px solid #333;
  background-color: #000;
}
.kl-skin--dark
  .select2-container-multi.select2-container-active
  .select2-choices {
  border: 1px solid #999;
}
.kl-skin--dark
  .select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background-color: #000 !important;
}
.kl-skin--dark .select2-default {
  color: #999 !important;
}
.kl-skin--dark
  .select2-container-multi
  .select2-choices
  .select2-search-choice {
  color: #ccc;
  background-color: #1b1b1b;
}
.kl-skin--dark
  .select2-container-multi
  .select2-choices
  .select2-search-choice-focus {
  background: #2b2b2b;
}
.kl-skin--dark
  .select2-container-multi.select2-container-disabled
  .select2-choices {
  background-color: #0b0b0b;
  border: 1px solid #222;
}
.kl-skin--dark
  .select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  border: 1px solid #222;
  background-color: #0b0b0b;
}
.zn_woo_archive_elemenent {
  width: 100%;
}
.woocommerce .widget_layered_nav ul li {
  margin-bottom: 5px;
}
.woocommerce .widget_layered_nav ul li a {
  font-weight: 600;
  color: #45474d;
  line-height: 1.4;
  padding: 7px 0;
  text-decoration: none;
}
.woocommerce .widget_layered_nav ul li:not(.chosen) a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #cbcbcb;
  margin-right: 11px;
  border-radius: 2px;
}
.woocommerce .widget_layered_nav .count {
  font-size: 100%;
  opacity: 0.5;
}
.woocommerce .widget_layered_nav .count:before {
  content: "(";
}
.woocommerce .widget_layered_nav .count:after {
  content: ")";
}
.kl-addedtocart {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.kl-addedtocart-container {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 540px;
  background: #fff;
  padding: 80px 20px;
  text-align: center;
  color: #000;
}
.kl-addedtocart-image {
  margin-bottom: 20px;
}
.kl-addedtocart-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.kl-addedtocart-desc {
  font-size: 16px;
  margin-bottom: 20px;
}
.kl-addedtocart-price {
  font-size: 22px;
  font-weight: 700;
}
.kl-addedtocart-checkout {
  margin-top: 50px;
}
.kl-addedtocart-close {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.kl-addedtocart-close:before,
.kl-addedtocart-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.kl-addedtocart-close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.kl-skin--dark .kl-addedtocart {
  background: rgba(255, 255, 255, 0.2);
}
.kl-skin--dark .kl-addedtocart-container {
  background: #000;
  color: #fff;
}
.kl-skin--dark .kl-addedtocart-close:before,
.kl-skin--dark .kl-addedtocart-close:after {
  background-color: #fff;
}
@media (max-width: 540px) {
  .kl-addedtocart-container {
    width: 95%;
  }
}
.woocommerce ul.products li.product .product-list-item > a {
  display: block;
  position: relative;
}
.woocommerce ul.products li.product .product-list-item .kw-prodimage {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: block;
}
.woocommerce ul.products li.product .product-list-item .kw-prodimage-img,
.woocommerce ul.products li.product .product-list-item .kw-prodimage-img {
  margin-bottom: 0;
  width: auto;
  margin: 0 auto;
  vertical-align: middle;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .product-list-item .star-rating {
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 18px;
  height: 1em;
  line-height: 1;
  font-size: 10px;
  width: 5.4em;
  color: #cacaca;
  font-family: star;
}
.woocommerce ul.products li.product .product-list-item .star-rating:before {
  content: "\73\73\73\73\73";
  color: #e0e0e0;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce ul.products li.product .product-list-item .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce
  ul.products
  li.product
  .product-list-item
  .star-rating
  span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce
  ul.products
  li.product
  .product-list-item
  .kw-prodimage-img:not(:only-child) {
  position: relative;
  z-index: 1;
}
.woocommerce
  ul.products
  li.product
  .product-list-item
  .kw-prodimage-img-secondary {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}
.woocommerce
  ul.products
  li.product
  .product-list-item:hover
  .kw-prodimage-img-secondary {
  opacity: 1;
  z-index: 1;
}
.woocommerce
  ul.products
  li.product
  .product-list-item:hover
  .kw-prodimage-img:not(:only-child) {
  opacity: 0;
}
.woocommerce
  ul.products
  li.product
  .product-list-item
  .kw-prodimage-img[data-src] {
  opacity: 0;
}
ul.product_list_widget li .kw-prodimage .kw-prodimage-img-secondary {
  display: none;
}
.woocommerce ul.products li.product .product-list-item.prod-layout-classic {
  display: block;
  position: relative;
  background: #fff;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(61%, #fff),
    color-stop(100%, #ededed)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #fff 61%,
    #ededed 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse,
    #fff 0%,
    #fff 50%,
    #ededed 100%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    #fff 0%,
    #fff 50%,
    #ededed 100%
  );
  background: radial-gradient(
    ellipse at center,
    #fff 0%,
    #fff 50%,
    #ededed 100%
  );
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 2px #e8e8e8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.no-csspointerevents
  .woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic:before {
  display: none;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details {
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-title {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 300;
  min-height: 40px;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-title,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-title
  a {
  color: #2f2f2f;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-desc {
  font-size: 12px;
  color: #939393;
  line-height: 1.4;
  margin-bottom: 10px;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-desc {
  display: block;
  clear: both;
  position: relative;
  height: 60px;
  overflow: hidden;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-desc
  p {
  display: inline;
}
.is-safari .product-list-item.prod-layout-classic .kw-details-desc {
  color: #939393;
}
.no-backgroundcliptext
  .woocommerce
  ul.products
  li.product
  .prod-layout-classic.product-list-item
  .kw-details-desc {
  background: 0 0;
}
.no-backgroundcliptext
  .product-list-item.prod-layout-classic
  .kw-details-desc:after,
.is-safari .product-list-item.prod-layout-classic .kw-details-desc:after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -10px;
  height: 75%;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.no-backgroundcliptext
  .product-list-item.prod-layout-classic:hover
  .kw-details-desc:after,
.is-safari .product-list-item.prod-layout-classic:hover .kw-details-desc:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #edecec)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #edecec 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #edecec 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #edecec 100%
  );
}
.kw-actions {
  display: inline-block;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: auto;
  overflow: hidden;
  line-height: 1;
  z-index: 0;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a {
  text-transform: uppercase;
  display: inline-block;
  background: #cd2122;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 6px 10px;
  white-space: nowrap;
  margin-bottom: 3px;
  position: relative;
  float: right;
  clear: right;
  font-weight: 600;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover
  .kw-actions
  a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a:hover {
  background: #333;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a.loading:before {
  background: url(//demo.kallyas.net/freelancer/wp-content/themes/kallyas/css/plugins/../../images/ajax-loader.gif)
    no-repeat scroll center center rgba(255, 255, 255, 0.65);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price
  ins {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-decoration: none;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price
  del {
  font-weight: 400;
  display: inline-block;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price
  del
  span {
  position: relative;
  color: #000;
  margin-right: 5px;
  text-decoration: line-through;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price
  del,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price
  ins {
  font-size: 80%;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover:before {
  box-shadow: inset 0 0 0 4px #9c9c9c;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover
  .kw-details {
  background: #edecec;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover
  .kw-details-title {
  color: #cd2122;
}
.kl-skin--dark ul.products li.product .product-list-item.prod-layout-classic {
  background: #000;
  background: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(61%, #000),
    color-stop(100%, #121212)
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #000 61%,
    #121212 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse,
    #000 0%,
    #000 50%,
    #121212 100%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    #000 0%,
    #000 50%,
    #121212 100%
  );
  background: radial-gradient(
    ellipse at center,
    #000 0%,
    #000 50%,
    #121212 100%
  );
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic:before {
  box-shadow: inset 0 0 0 2px #171717;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details {
  background: #000;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-title,
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-title
  a {
  color: #d0d0d0;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-desc {
  color: #6c6c6c;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-details-desc:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, #000)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover
  .kw-details-desc:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, #121313)
  );
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #121313 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #121313 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #121313 100%);
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a {
  color: #000;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5);
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a:hover {
  background: #ccc;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a.loading:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price,
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price
  ins {
  color: #d7d7d7;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .price
  del
  span {
  color: #fff;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .star-rating {
  color: #353535;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .star-rating:before {
  color: #1f1f1f;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover:before {
  box-shadow: inset 0 0 0 4px #636363;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover
  .kw-details {
  background: #121313;
}
.woocommerce ul.products li.product .product-list-item.prod-layout-style2 {
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2:hover {
  box-shadow: 8px 15px 40px rgba(0, 0, 0, 0.15);
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details {
  padding: 25px 30px 60px;
  position: relative;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details-title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700;
  min-height: 40px;
  font-family: inherit;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details-title,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details-title
  a {
  color: #2f2f2f;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details-desc {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  margin-bottom: 10px;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: auto;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  a {
  width: 40px;
  height: 50px;
  display: block;
  float: left;
  line-height: 45px;
  text-align: center;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  svg {
  vertical-align: middle;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .svg-moreIcon
  circle {
  fill: transparent;
  stroke: #141414;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  a:hover
  .svg-moreIcon
  circle,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .woocommerce-LoopProduct-link:hover
  ~ .kw-actions
  .svg-moreIcon
  circle {
  fill: #000;
  stroke: #000;
  stroke-width: 2px;
}
.woocommerce
  ul.products
  li.product.product-type-variable
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart,
.woocommerce
  ul.products
  li.product.outofstock
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart {
  position: relative;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart
  path {
  fill: #141414;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart:hover
  path {
  fill: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart:hover
  .addtocart_circle,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart:hover
  .addtocart_plus,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart.added
  .addtocart_circle,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart.added
  .addtocart_plus {
  fill: #7ed321;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .added_to_cart.wc-forward {
  display: none;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  a.loading:before {
  background: url(//demo.kallyas.net/freelancer/wp-content/themes/kallyas/css/plugins/../../images/ajax-loader.gif)
    no-repeat scroll center center rgba(255, 255, 255, 0.9);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price
  ins {
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-decoration: none;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price
  del {
  font-weight: 400;
  display: inline-block;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price
  del
  span {
  position: relative;
  color: #000;
  margin-right: 5px;
  text-decoration: line-through;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price
  del,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price
  ins {
  font-size: 80%;
}
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .star-rating {
  right: auto;
  left: 30px;
}
.kl-skin--dark ul.products li.product .product-list-item.prod-layout-style2 {
  background: #000;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details-title,
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details-title
  a {
  color: #d0d0d0;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-details-desc {
  color: #999;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .svg-moreIcon
  circle {
  stroke: #cecece;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  a:hover
  .svg-moreIcon
  circle,
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .woocommerce-LoopProduct-link:hover
  ~ .kw-actions
  .svg-moreIcon
  circle {
  fill: #fff;
  stroke: #fff;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart
  path {
  fill: #cecece;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  .actions-addtocart:hover
  path {
  fill: #fff;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .kw-actions
  a.loading:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price,
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price
  ins {
  color: #d7d7d7;
}
.kl-skin--dark
  ul.products
  li.product
  .product-list-item.prod-layout-style2
  .price
  del
  span {
  color: #fff;
}
.add_to_cart_inline .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
}
.add_to_cart_inline .kw-actions {
  vertical-align: middle;
}
.add_to_cart_inline .kw-actions a {
  margin-left: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 12px !important;
}
.woocommerce .kallyas-wc-cols--1 ul.products li.product {
  width: 100%;
}
.woocommerce .kallyas-wc-cols--2 ul.products li.product {
  width: 50%;
}
.woocommerce .kallyas-wc-cols--3 ul.products li.product {
  width: 33.3333%;
}
.woocommerce .kallyas-wc-cols--4 ul.products li.product {
  width: 25%;
}
.woocommerce .kallyas-wc-cols--5 ul.products li.product {
  width: 20%;
}
.woocommerce .kallyas-wc-cols--6 ul.products li.product {
  width: 16.666%;
}
@media (max-width: 1199px) {
  .woocommerce .kallyas-wc-cols--5 ul.products li.product,
  .woocommerce .kallyas-wc-cols--6 ul.products li.product {
    width: 25%;
  }
  .woocommerce .kallyas-wc-cols--5 ul.products li.product.first,
  .woocommerce .kallyas-wc-cols--6 ul.products li.product.first {
    clear: none !important;
  }
}
@media (max-width: 991px) {
  .woocommerce
    .kallyas-productlist-wrapper:not(.kallyas-wc-cols--2):not(
      .kallyas-wc-cols--1
    )
    ul.products
    li.product {
    width: 50%;
  }
  .woocommerce
    .kallyas-productlist-wrapper:not(.kallyas-wc-cols--2):not(
      .kallyas-wc-cols--1
    )
    ul.products
    li.product.first {
    clear: none !important;
  }
  .woocommerce .kallyas-wc-cols--4 ul.products li.product.first,
  .woocommerce .kallyas-wc-cols--2 ul.products li.product.first {
    clear: none !important;
  }
}
@media (max-width: 767px) {
  .woocommerce
    .kallyas-productlist-wrapper:not(.kallyas-wc-cols--2):not(
      .kallyas-wc-cols--1
    )
    ul.products
    li.product {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .woocommerce .kallyas-productlist-wrapper ul.products li.product {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce
    .kallyas-productlist-wrapper:not(.kallyas-wc-cols--3)
    ul.products
    li.product:nth-child(4n + 1) {
    clear: both !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce
    .kallyas-productlist-wrapper:not(.kallyas-wc-cols--2)
    ul.products
    li.product:nth-child(2n + 1) {
    clear: both !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce
    .kallyas-productlist-wrapper
    ul.products
    li.product:nth-child(2n + 1) {
    clear: both !important;
  }
}
@media (min-width: 1200px) {
  .woocommerce
    .kallyas-wc-cols--5
    ul.products
    li.product
    .prod-layout-classic
    .star-rating,
  .woocommerce
    .kallyas-wc-cols--6
    ul.products
    li.product
    .prod-layout-classic
    .star-rating {
    position: relative;
    right: auto;
    bottom: 10px;
  }
}
.zn-wc-pages-style2 .zn_option_container button.button {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: initial;
  line-height: 26px;
  height: 28px;
  padding: 0 10px 1px;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  color: #555;
  background: #f7f7f7;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
  text-transform: initial;
  margin-right: 5px;
  margin-bottom: 4px;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.znBoxShadow-1,
.znBoxShadow--hov-1:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.znBoxShadow-2,
.znBoxShadow--hov-2:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.znBoxShadow-3,
.znBoxShadow--hov-3:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.znBoxShadow-4,
.znBoxShadow--hov-4:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.znBoxShadow-5,
.znBoxShadow--hov-5:hover {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3),
    0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.znBoxShadow-6,
.znBoxShadow--hov-6:hover {
  -webkit-box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
  box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
}
[class*="znBoxShadow-"] {
  z-index: 1;
}
[class*="znBoxShadow--hov-"] {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.zn-trans-zoomin,
.zn-trans-zoomout {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zn-trans-zoomin:active,
.zn-trans-zoomin:focus,
.zn-trans-zoomin:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.zn-trans-zoomout:active,
.zn-trans-zoomout:focus,
.zn-trans-zoomout:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.zn-trans-fadein {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.7;
}
.zn-trans-fadein:active,
.zn-trans-fadein:focus,
.zn-trans-fadein:hover {
  opacity: 1;
}
.zn-trans-fadeout {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.zn-trans-fadeout:active,
.zn-trans-fadeout:focus,
.zn-trans-fadeout:hover {
  opacity: 0.7;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.btn.btn--rounded {
  border-radius: 3px !important;
}
.btn.btn--round {
  border-radius: 50px !important;
}
.btn.btn--square {
  border-radius: 0 !important;
}
.btn-lined {
  border-width: 2px;
  background: 0 0;
  color: #fff;
  text-shadow: none;
  padding: 7px 20px;
  line-height: 1.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  border-style: solid;
  border-radius: 3px;
  border-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn-lined:hover,
.btn-lined:focus {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
.btn-lined.btn-skewed {
  border: 0;
  background: 0 0;
  position: relative;
}
.btn-lined.btn-skewed:before {
  content: "";
  border: 2px solid #fff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
.btn-lined.btn-skewed:hover:before {
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-lined.lined-dark {
  color: #242424;
  border-color: #242424;
}
.btn-lined.lined-dark:hover,
.btn-lined.lined-dark:focus {
  color: #343434;
}
.btn-lined.lined-dark.btn-skewed {
  border: 0;
  background: 0 0;
  position: relative;
}
.btn-lined.lined-dark.btn-skewed:before {
  content: "";
  border: 2px solid #242424;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
.btn-lined.lined-dark.btn-skewed:hover:before {
  border-color: rgba(0, 0, 0, 0.7);
}
.btn-lined.lined-gray {
  color: #8e8e8e;
  border-color: #8e8e8e;
}
.btn-lined.lined-gray:hover,
.btn-lined.lined-gray:focus {
  color: #454545;
}
.btn-lined.lined-gray.btn-skewed {
  border: 0;
  background: 0 0;
  position: relative;
}
.btn-lined.lined-gray.btn-skewed:before {
  content: "";
  border: 2px solid #8e8e8e;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}
.btn-lined.lined-gray.btn-skewed:hover:before {
  border-color: rgba(0, 0, 0, 0.4);
}
.btn-lined.lined-full-light {
  color: #242424;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.8);
}
.btn-lined.lined-full-light:hover,
.btn-lined.lined-full-light:focus {
  color: #343434;
  background-color: #fff;
}
.btn-lined.lined-full-dark {
  color: #e0e0e0;
  border-color: #000;
  background: rgba(0, 0, 0, 0.8);
}
.btn-lined.lined-full-dark:hover,
.btn-lined.lined-full-dark:focus {
  color: #f9f9f9;
  background-color: #000;
}
.btn.btn-bordered {
  border-width: 3px;
  border-color: #cd2122;
  border-style: double;
  background-clip: padding-box;
}
.btn.btn--rounded {
  border-radius: 3px !important;
}
.btn.btn--round {
  border-radius: 50px !important;
}
.btn.btn--square {
  border-radius: 0 !important;
}
.btn.btn-fullwhite,
.btn.btn-fullblack,
.btn.btn-fullcolor {
  border-width: 0;
}
.btn.btn-fullwhite,
.btn.btn-fullblack,
.btn.btn-fullcolor,
.btn.btn-default,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-link {
  text-shadow: none;
  padding: 10px 20px;
  line-height: 1.6;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  border-style: solid;
  border-radius: 3px;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.btn.btn-fullcolor,
.btn.btn-fullcolor:focus {
  background-color: #cd2122;
  color: #fff;
}
.btn.btn-fullcolor:hover {
  color: #fff;
}
.btn.btn-fullwhite {
  background-color: #fff;
  color: #242424 !important;
}
.btn.btn-fullwhite:hover {
  color: #353535 !important;
  background-color: rgba(255, 255, 255, 0.85);
}
.btn.btn-fullblack {
  background-color: #090909;
  color: #f9f9f9 !important;
}
.btn.btn-fullblack:hover {
  color: #eee !important;
  background-color: rgba(0, 0, 0, 0.85);
}
.btn.btn-fullwhite.btn-skewed,
.btn.btn-fullblack.btn-skewed,
.btn.btn-fullcolor.btn-skewed,
.btn.btn-fullwhite.btn-skewed:hover,
.btn.btn-fullblack.btn-skewed:hover,
.btn.btn-fullcolor.btn-skewed:hover {
  border: 0;
  background: 0 0;
  position: relative;
  z-index: 0;
}
.btn.btn-fullwhite.btn-skewed:before,
.btn.btn-fullblack.btn-skewed:before,
.btn.btn-fullcolor.btn-skewed:before {
  content: "";
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  z-index: -1;
}
.btn.btn-fullcolor.btn-skewed:before {
  background-color: #cd2122;
}
.btn.btn-fullwhite.btn-skewed:before {
  background-color: #fff;
}
.btn.btn-fullwhite.btn-skewed:hover:before {
  background-color: rgba(255, 255, 255, 0.85);
}
.btn.btn-fullblack.btn-skewed:before {
  background-color: #090909;
}
.btn.btn-fullblack.btn-skewed:hover:before {
  background-color: rgba(0, 0, 0, 0.85);
}
.btn.btn-text {
  padding: 0;
}
.btn.btn-underline > span {
  border-bottom: 1px solid currentColor;
}
.btn.btn-underline.btn-underline--thin > span {
  border-bottom-width: 1px;
}
.btn.btn-underline.btn-underline--thick > span {
  border-bottom-width: 2px;
}
.btn.btn-underline:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.col-sm-1-5,
.col-xs-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-sm-24,
.col-xs-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5,
  .col-sm-24 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5,
  .col-md-24 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5,
  .col-lg-24 {
    width: 20%;
    float: left;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after {
  clear: both;
}
.is-animating {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.is-animating.zn-anim-duration--500 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.is-animating.zn-anim-duration--1000 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.is-animating.zn-anim-duration--2000 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zn-anim-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zn-anim-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zn-anim-fadeIn {
  -webkit-animation-name: zn-anim-fadeIn;
  animation-name: zn-anim-fadeIn;
}
@-webkit-keyframes zn-anim-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes zn-anim-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.zn-anim-fadeInDown {
  -webkit-animation-name: zn-anim-fadeInDown;
  animation-name: zn-anim-fadeInDown;
}
@-webkit-keyframes zn-anim-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes zn-anim-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.zn-anim-fadeInLeft {
  -webkit-animation-name: zn-anim-fadeInLeft;
  animation-name: zn-anim-fadeInLeft;
}
@-webkit-keyframes zn-anim-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes zn-anim-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.zn-anim-fadeInRight {
  -webkit-animation-name: zn-anim-fadeInRight;
  animation-name: zn-anim-fadeInRight;
}
@-webkit-keyframes zn-anim-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes zn-anim-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.zn-anim-fadeInUp {
  -webkit-animation-name: zn-anim-fadeInUp;
  animation-name: zn-anim-fadeInUp;
}
@-webkit-keyframes zn-anim-bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zn-anim-bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.zn-anim-bounceIn {
  -webkit-animation-name: zn-anim-bounceIn;
  animation-name: zn-anim-bounceIn;
}
@-webkit-keyframes zn-anim-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zn-anim-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zn-anim-zoomIn {
  -webkit-animation-name: zn-anim-zoomIn;
  animation-name: zn-anim-zoomIn;
}
@-webkit-keyframes zn-anim-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes zn-anim-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.zn-anim-flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: zn-anim-flipInX;
  animation-name: zn-anim-flipInX;
}
@-webkit-keyframes zn-anim-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes zn-anim-flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.zn-anim-flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: zn-anim-flipInY;
  animation-name: zn-anim-flipInY;
}
.zn-animateInViewport {
  visibility: hidden;
  -webkit-animation-name: none;
  animation-name: none;
}
.zn-spIcon--animFloat .zn-iconIco {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: floatingAnim;
  animation-name: floatingAnim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes floatingAnim {
  from {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes floatingAnim {
  from {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.zn-bgSource,
.zn-bgSource-overlay,
.zn-bgSource-image,
.zn-bgSource-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zn-bgSource-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.zn-bgSource-overlay {
  pointer-events: none;
}
@media (max-width: 767px) {
  .zn-bgSource-iframe > iframe:not(:only-child) {
    display: none;
  }
}
.zn-bgSource-overlayGloss {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -43%;
  background-color: #fff;
  width: 100%;
  -webkit-transform: skewX(-55deg);
  transform: skewX(-55deg);
  height: 100%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 0.08;
}
.zn-videoBg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.zn-videoBg video,
.zn-videoBg iframe {
  display: block;
  max-width: none;
}
.zn-videoBg video {
  width: auto !important;
  height: auto !important;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .zn-videoBg:not(:only-child) {
    display: none;
  }
}
.zn-videoBg--embed iframe {
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.002);
  transform: translateY(-50%) translateX(-50%) scale(1.002);
}
.zn-bgSource-video .zn-videoBg--fadeIn .evb-video-holder {
  opacity: 0;
}
.zn-bgSource-video .zn-videoBg--fadeIn.is-loaded .evb-video-holder {
  -webkit-animation: revealVideo 1s;
  animation: revealVideo 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes revealVideo {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes revealVideo {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zn-videoBg-gridOverlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}
.zn-videoBg-gridOverlay.zn-videoBg-gridOverlay--1:after {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(33%, transparent),
    color-stop(33%, #000),
    color-stop(66%, #000),
    color-stop(66%, transparent)
  );
  background-image: linear-gradient(
    to right top,
    transparent 33%,
    #000 33%,
    #000 66%,
    transparent 66%
  );
  background-size: 3px 3px;
}
.zn-videoBg-gridOverlay.zn-videoBg-gridOverlay--2:after {
  background-image: radial-gradient(circle, #000 25%, transparent 0%);
  background-size: 4px 4px;
  opacity: 0.1;
}
.zn-videoBg-gridOverlay.zn-videoBg-gridOverlay--3:after {
  opacity: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    to(transparent)
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 100%
  );
}
.no-csspointerevents .zn-videoBg-gridOverlay:after,
.no-video-overlay .zn-videoBg-gridOverlay:after {
  display: none !important;
}
.zn-bgSource-poster {
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .zn-bgSource-poster {
    display: block;
  }
}
.zn-videoBg-controls {
  display: none;
}
@media (min-width: 992px) {
  .zn-videoBg-controls {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 3;
    width: 50px;
    opacity: 0.1;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
  .zn-videoBg-controls[data-position="top-left"] {
    right: auto;
    left: 50px;
  }
  .zn-videoBg-controls[data-position="top-center"] {
    right: auto;
    left: 50%;
    margin-left: -25px;
  }
  .zn-videoBg-controls[data-position="bottom-right"] {
    top: auto;
    right: 20px;
    bottom: 5px;
  }
  .zn-videoBg-controls[data-position="bottom-left"] {
    top: auto;
    right: auto;
    left: 50px;
    bottom: 5px;
  }
  .zn-videoBg-controls[data-position="bottom-center"] {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 5px;
    margin-left: -25px;
  }
  .zn-videoBg-controls[data-position="middle-right"] {
    top: 50%;
    margin-top: -25px;
  }
  .zn-videoBg-controls[data-position="middle-left"] {
    left: 50px;
    right: auto;
    top: 50%;
    margin-top: -25px;
  }
  .zn-videoBg-controls[data-position="middle-center"] {
    left: 50%;
    right: auto;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
  }
  .zn-videoBg:hover .zn-videoBg-controls,
  #page-header:hover .zn-videoBg-controls {
    opacity: 1;
  }
  .zn-videoBg-controls a {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.5;
  }
  .zn-videoBg-controls .btn-audio {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .zn-videoBg-controls:hover .btn-audio {
    opacity: 0.7;
    visibility: visible;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .zn-videoBg-controls .btn-toggleplay {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .zn-videoBg-controls .btn-toggleplay .paused:before {
    content: "\e073";
  }
  .zn-videoBg-controls:hover .btn-toggleplay {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .zn-videoBg-controls a:hover {
    opacity: 1;
  }
  .zn-videoBg-controls .btn-audio .kl-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .zn-videoBg-controls .btn-audio .kl-icon:before {
    line-height: 29px;
  }
  .zn-videoBg-controls .btn-audio .mute:before {
    content: "\e036";
  }
}
.zn-bgSource-imageParallax {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  will-change: transform;
}
.zn-bgSource-imageParallax .zn-bgSource-image {
  top: 0;
  left: 0;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-attachment: initial;
}
.zn-bgSource-imageParallax.is-fixed {
  left: -100vw;
  position: fixed;
}
.zn-bgSource-imageParallax.is-fixed.is-visible {
  left: 0;
}
.zn-bgSource-imageParallax.is-fixed .zn-bgSource-image {
  height: 100vh;
}
.zn-bgSource-videoModal {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
  color: #fff;
  border: 2px solid currentColor;
  border-top: 0;
  padding: 0 10px;
  border-radius: 0 0 3px 3px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 10px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  vertical-align: middle;
}
.zn-bgSource-videoModal:after {
  content: attr(data-text);
  display: inline-block;
  margin-left: 10px;
}
.zn-bgSource-videoModal:hover,
.zn-bgSource-videoModal:focus {
  color: #fff;
}
.zn-objParallax {
  position: relative;
}
.zn-objParallax[class*="zn-objParallax--ease"] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.zn-objParallax--ease-linear {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.zn-objParallax--ease-quad {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.zn-objParallax--ease-cubic {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zn-objParallax--ease-quart {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.zn-objParallax--ease-quint {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.object-fit__cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fit__fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.object-fit__contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-fit__none {
  -o-object-fit: none;
  object-fit: none;
}
.object-fit__scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.znb-icon {
  display: inline-block;
  fill: currentColor;
  stroke-width: 0;
  stroke: currentColor;
  height: 1em;
  position: relative;
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
@media (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}
.kl-title-block {
  padding-top: 0;
  padding-bottom: 35px;
}
.tbk__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
.tbk__subtitle {
  margin-top: 0;
  font-size: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
}
.tbk__text {
  margin-top: 0;
  line-height: 1.6;
}
.tbk__symbol {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}
.tbk-symbol--line .tbk__symbol span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #ccc;
}
.tbk--text-dark.tbk-symbol--line .tbk__symbol span {
  background-color: #333;
}
.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
  margin-bottom: 20px;
  margin-top: -5px;
}
.tbk-symbol--border .tbk__symbol,
.tbk-symbol--border2 .tbk__symbol {
  margin-bottom: 20px;
}
.tbk-symbol--border .tbk__symbol span,
.tbk-symbol--border2 .tbk__symbol span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.tbk--text-dark.tbk-symbol--border2 .tbk__symbol span {
  background-color: #333;
}
.tbk-symbol--border.tbk-icon-pos--after-text .tbk__symbol {
  margin-top: 30px;
}
.tbk-symbol--border2.tbk-icon-pos--after-title .tbk__border-helper {
  border-bottom: 3px solid #d2d2d2;
  padding-bottom: 15px;
  margin-bottom: -12px;
  display: inline-block;
}
.tbk--text-dark.tbk-symbol--border2.tbk-icon-pos--after-title
  .tbk__border-helper {
  border-bottom-color: #2d2d2d;
}
.tbk-symbol--line_border .tbk__symbol span {
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #ccc;
  margin-right: 25px;
  margin-left: 25px;
  vertical-align: middle;
}
.tbk-symbol--line_border .tbk__symbol:before,
.tbk-symbol--line_border .tbk__symbol:after {
  content: "";
  display: inline-block;
  width: calc(50% - 50px);
  height: 1px;
  background-color: #ccc;
  vertical-align: middle;
}
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:before,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol:after,
.tbk--text-dark.tbk-symbol--line_border .tbk__symbol span {
  background-color: #333;
}
.tbk--left.tbk-symbol--line_border .tbk__symbol span {
  margin-left: 0;
}
.tbk--left.tbk-symbol--line_border .tbk__symbol:before {
  display: none;
}
.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
  content: "";
  display: inline-block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #ccc;
}
.tbk--text-dark.tbk--left.tbk-symbol--line_border .tbk__symbol:after {
  background-color: #333;
}
.tbk--right.tbk-symbol--line_border .tbk__symbol span {
  margin-right: 0;
}
.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
  content: "";
  display: inline-block;
  width: calc(100% - 75px);
  height: 1px;
  background-color: #ccc;
}
.tbk--text-dark.tbk--right.tbk-symbol--line_border .tbk__symbol:before {
  background-color: #333;
}
.tbk--right.tbk-symbol--line_border .tbk__symbol:after {
  display: none;
}
.tbk-symbol--line_border.tbk-icon-pos--after-subtitle .tbk__subtitle {
  margin-bottom: 20px;
}
.tbk-symbol--line_border.tbk-icon-pos--after-text .tbk__text {
  margin-bottom: 25px;
}
.tbk-symbol--icon.tbk-icon-pos--after-text .tbk__text {
  margin-bottom: 25px;
}
.tbk__title .tbk__symbol {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.tbk__title .tbk__icon {
  vertical-align: middle;
}
.tbk--colored.tbk-symbol--line .tbk__symbol span,
.tbk--colored.tbk-symbol--line_border .tbk__symbol span,
.tbk--colored.tbk-symbol--border .tbk__symbol span {
  background-color: #cd2122;
}
.tbk--colored.tbk-symbol--icon .tbk__icon {
  color: #cd2122;
}
.tbk--colored.tbk-symbol--border2 .tbk__border-helper {
  border-bottom-color: #cd2122;
}

/*about*/
.znColumnElement-innerWrapper {
  width: 100%;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center,
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--halign-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-center
  .znColumnElement-innerContent {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
}
.znColumnElement-innerWrapper.znColumnElement-innerWrapper--valign-bottom
  .znColumnElement-innerContent {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.znColumnElement-innerContent {
  width: 100%;
}

.elm-social-icons {
  margin-left: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.elm-social-icons-item {
  display: inline-block;
  margin: 5px;
  margin-left: 3px;
  margin-right: 3px;
}
.elm-social-icons .elm-sc-link {
  display: block;
}
.elm-social-icons .elm-sc-icon {
  display: inline-block;
  color: #fff;
  width: auto;
  height: auto;
  padding: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  vertical-align: middle;
}
.elm-social-icons .elm-sc-icon:before {
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  top: 50%;
  left: 50%;
}
.elm-social-icons.sc--normal .elm-sc-icon {
  background-color: #111;
}
.elm-social-icons.sc--normal .elm-sc-link:hover .elm-sc-icon {
  background-color: #cd2122;
}
.elm-social-icons.sc--colored .elm-sc-icon {
  background-color: rgba(0, 0, 0, 0.05);
}
.elm-social-icons.sc--colored .elm-sc-link:hover .elm-sc-icon {
  background-color: #111;
}
.elm-social-icons.sc--colored_hov .elm-sc-icon {
  background-color: #111;
}
.elm-social-icons.sc--colored_hov .elm-sc-link:hover .elm-sc-icon {
  background-color: rgba(0, 0, 0, 0.05);
}
.elm-social-icons.sc--clean .elm-sc-icon {
  background: 0 0 !important;
}
.elm-social-icons.sc--clean .elm-sc-link:hover .elm-sc-icon {
  background: 0 0 !important;
  box-shadow: none;
}
.elm-social-icons.sh--rounded .elm-sc-icon {
  border-radius: 3px;
}
.elm-social-icons.sh--circle .elm-sc-icon {
  border-radius: 50%;
}
.elm-social-icons.sh--special1 .elm-sc-icon:before {
  top: 75%;
  left: 75%;
}
.elm-social-icons.sc-lay--vlist .elm-social-icons-item {
  display: block;
}
.elm-social-icons.sc-lay--vlisttitle .elm-social-icons-item {
  display: block;
}
.elm-social-icons.sc-lay--vlisttitle .elm-sc-title {
  vertical-align: middle;
  display: inline-block;
  margin-left: 1em;
}
@media (max-width: 991px) {
  .elm-social-icons.sc-lay--vlisttitle .elm-sc-title {
    font-size: 11px;
  }
}
.elm-socialicons.sc-icon--right .elm-sc-link {
  direction: rtl;
}
.elm-socialicons.sc-icon--right .sc-lay--vlisttitle .elm-sc-title {
  margin-left: 0;
  margin-right: 1em;
}
.znDemosPanel {
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  z-index: 999;
  background: #fff;
  color: #000;
}
.znDemosPanel.is-expanded {
  width: 80%;
}
.znDemosPanel.is-expanded .simplebar-scroll-content {
  width: 100% !important;
}
.znDemosPanel.is-teaser {
  -webkit-transform: translateX(98%);
  transform: translateX(98%);
}
@media (max-width: 1199px) {
  .znDemosPanel {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .znDemosPanel {
    width: 100%;
  }
}
.znDemosPanel,
.znDemosPanel h1,
.znDemosPanel h2,
.znDemosPanel h3,
.znDemosPanel h4,
.znDemosPanel h5,
.znDemosPanel h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.znDemosPanel.is-opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.znDemosPanel-overlay {
  transition: all 0.3s ease-out;
}
.znDemosPanel.is-opened + .znDemosPanel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  opacity: 0.8;
}
.znDemosPanel-content {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 113px;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.znDemosPanel-contentLogo {
  display: block;
  margin: 50px auto 30px;
}
@media (max-width: 767px) {
  .znDemosPanel-contentLogo {
    margin-top: 30px;
  }
}
.znDemosPanel-contentTitle {
  margin: 0 60px;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.4;
}
.znDemosPanel-contentDesc {
  margin: 0 60px;
  font-size: 13px;
  color: #999;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .znDemosPanel-contentDesc {
    margin-bottom: 25px;
  }
}
.znDemosPanel-gallery {
  list-style: none;
  margin: 0 10px 20px;
  padding: 0;
}
.znDemosPanel-gallery:after,
.znDemosPanel-gallery:before {
  content: " ";
  display: table;
}
.znDemosPanel-gallery:after {
  clear: both;
}
.znDemosPanel-galleryItem {
  float: left;
  margin: 10px;
  width: calc(33.3333% - 20px);
}
.znDemosPanel.is-expanded .znDemosPanel-galleryItem {
  width: calc(25% - 20px);
}
.znDemosPanel-galleryBox {
  display: block;
  position: relative;
  background: #000;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
.znhg_kallyas_lazy_image:before {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  border: 2px solid #ccc;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.5;
  animation: preloader 1.4s linear infinite;
}
.znDemosPanel-galleryBox.is-loaded:before {
  display: none;
}
@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.znDemosPanel-galleryBox:hover {
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.3);
}
.znDemosPanel-galleryBoxImg {
  opacity: 0.7;
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .znDemosPanel-galleryBoxImg {
    width: 100%;
  }
}
.znDemosPanel-galleryBoxTitle {
  width: 100%;
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 18px;
  min-height: 36px;
}
.znDemosPanel-galleryBoxType {
  font-weight: 300;
  font-size: 12px;
  display: block;
}
.znDemosPanel-galleryBox:hover .znDemosPanel-galleryBoxImg {
  opacity: 1;
}
.znDemosPanel-galleryBox.znDemosPanel-galleryBox--soon {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.14);
}
.znDemosPanel-galleryBox.znDemosPanel-galleryBox--soon
  .znDemosPanel-galleryBoxImg {
  opacity: 0.4;
}
.znDemosPanel-galleryBox.znDemosPanel-galleryBox--soon
  + .znDemosPanel-galleryBoxTitle {
  opacity: 0.2;
}
.znDemosPanel-galleryBox.znDemosPanel-galleryBox--more {
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.znDemosPanel-galleryBox.znDemosPanel-galleryBox--more
  .znDemosPanel-galleryBoxTitle {
  opacity: 1;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.znDemosPanel-galleryBox.znDemosPanel-galleryBox--more
  .znDemosPanel-galleryBoxTitle:after {
  content: "\00b7\00b7\00b7";
  display: block;
  color: #000;
  opacity: 0.3;
  font-size: 30px;
  line-height: 0.6;
}
.znDemosPanel-purchase {
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.znDemosPanel-purchaseBtn {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  padding: 20px 35px;
  background: #6c6;
  border-radius: 3px;
  display: inline-block;
  margin: 30px 0;
}
.znDemosPanel-purchaseBtn span {
  vertical-align: middle;
}
.znDemosPanel-purchaseBtn:hover,
.znDemosPanel-purchaseBtn:focus {
  color: #fff;
}
@media (max-width: 767px) {
  .znDemosPanel-purchaseBtn {
    font-size: 12px;
    padding: 15px 20px;
    margin: 20px 0;
  }
}
.znDemosPanel-purchaseBtn:hover {
  background: #519e51;
}
.znDemosPanel-close {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40px;
  right: 23px;
  cursor: pointer;
  z-index: 1;
}
.znDemosPanel-close:hover circle {
  fill: #ccc;
}
.znDemosPanel.is-opened .znDemosPanel-close {
  display: block;
}
.znDemosPanel-settings {
  width: 58px;
  height: 40px;
  background: #fff;
  border-radius: 3px 0 0 3px;
  position: absolute;
  right: 100%;
  top: 170px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 13px 0 7px;
  box-sizing: content-box;
  z-index: 0;
}
@media (max-width: 767px) {
  .znDemosPanel-settings {
    width: 48px;
    height: 45px;
  }
}
.znDemosPanel-settings:hover {
  background: #efefef;
}
.znDemosPanel.is-opened .znDemosPanel-settings {
  opacity: 0;
  visibility: hidden;
}
.znDemosPanel-fixedBtn {
  position: fixed;
  z-index: 8;
  bottom: 10px;
  right: 0;
  -webkit-transform: translateX(46px);
  transform: translateX(46px);
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
  padding-left: 20px;
}
.znDemosPanel-fixedBtn:hover,
.znDemosPanel-fixedBtn.is-discounted {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.znDemosPanel-fixedBtn.is-closed {
  -webkit-transform: translateX(calc(100% - 20px));
  transform: translateX(calc(100% - 20px));
}
.znDemosPanel-fixedBtn-close {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 2px 0 0 2px;
}
.znDemosPanel-fixedBtn-close:before {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCA4IDE1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0MSAoMzUzMjYpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPlNoYXBlPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjMuNTQyNTU4OCAxMC42MjgwMTQxIDAgNy4wODU0MDk3MiAzLjU0Mjc0OTEgMy41NDI3MDUxOCA3LjA4NTQ5ODIgMCA3LjU0Mjc0OTEgMC40NTc1OTA2NzEgOCAwLjkxNTE4MTAxNiA0LjkwOTgzMjIxIDQuMDA1NDAwMzcgMS44MTk2NjI3OSA3LjA5NTYxOTA2IDQuOTA0OTE4NjUgMTAuMTgwOTI1MyA3Ljk5MDE3NDUgMTMuMjY2MjMxNiA3LjUzNzY0Njg3IDEzLjcxODQyNDIgNy4wODUxMTkyMyAxNC4xNzA2MTY4IDMuNTQyNTU4OCAxMC42MjgwMTQxIj48L3BvbHlnb24+CiAgICA8L2c+Cjwvc3ZnPg==)
    no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.znDemosPanel-fixedBtn-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
.znDemosPanel-fixedBtn.is-closed .znDemosPanel-fixedBtn-close:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.znDemosPanel-fixedBtn .znDemosPanel-purchaseBtn {
  margin: 0;
  border-radius: 0;
  padding: 10px 17px;
  font-size: 12px;
  font-weight: 500;
}
.znDemosPanel-fixedBtn.is-discounted .znDemosPanel-purchaseBtn {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
}
.znDemosPanel-fixedBtn.is-discounted
  .znDemosPanel-purchaseBtn
  .znDemosPanel-purchaseBtn-price {
  font-weight: 700;
}
.znDemosPanel-fixedBtn .znDemosPanel-purchaseBtn-sep {
  opacity: 0.5;
  display: inline-block;
  border-left: 1px solid #fff;
  width: 1px;
  margin: 0 5px;
  height: 20px;
  vertical-align: middle;
}
.is-opened + .znDemosPanel-fixedBtn {
  opacity: 0;
}
#totop {
  top: auto;
  bottom: 100px;
  z-index: 9;
}
.znDemosPanel-expandBtn {
  display: none;
  width: 95px;
  height: 30px;
  position: absolute;
  top: 40px;
  left: 23px;
  cursor: pointer;
  background: #ededed;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
  line-height: 30px;
  border-radius: 30px;
  z-index: 1;
}
.znDemosPanel-expandBtn svg {
  display: inline-block;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  vertical-align: middle;
  margin-top: -2px;
}
.znDemosPanel-expandBtn:hover {
  background: #ccc;
}
.znDemosPanel.is-opened .znDemosPanel-expandBtn {
  display: block;
}
.znDemosPanel.is-opened.is-expanded .znDemosPanel-expandBtn {
  display: none;
}
span.arrotate {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-align: center;
  animation: float 6s ease-in-out infinite;
  margin-top: 5px;
}
span.arrotate svg {
  transform: rotate(90deg);
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@media (min-width: 768px) {
  .site-header.style12 {
    height: 140px;
  }
  .site-header.style12 .logosize--contain .site-logo-anch {
    height: 93px;
  }
  .site-header.style12 .logosize--contain .site-logo-img,
  .site-header.style12 .logosize--contain .site-logo-img-sticky {
    max-height: 93px;
  }
  .site-header.style12 .logosize--yes .site-logo {
    min-height: 93px;
  }
  .site-header.style12.kl-center-menu .main-nav > ul > li > a {
    line-height: 93px;
  }
  .site-header.style12 .site-header-top {
    height: 47px;
  }
  .site-header.style12 .site-header-main {
    height: 93px;
  }
  .site-header.style12 .header-no-top .site-header-main {
    height: 140px;
  }
  .site-header.style12 .header-no-bottom .site-header-main {
    height: 93px;
  }
  .site-header.style12 .header-no-top.header-no-bottom .site-header-main {
    height: 140px;
  }
}
h1,
.page-title,
.h1-typography {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  font-style: normal;
}
h2,
.page-subtitle,
.subtitle,
.h2-typography {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 56px;
  line-height: 68px;
  font-weight: 700;
  font-style: normal;
}
h3,
.h3-typography {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
}
h4,
.h4-typography {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}
h5,
.h5-typography {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}
h6,
.h6-typography {
  font-family: "", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 34px;
  color: #191919;
}
.site-footer {
  font-size: 13px;
  line-height: 19px;
}
a:focus,
a:hover {
  color: #1922a8;
}
.element-scheme--light {
  color: #535353;
}
.element-scheme--light a {
  color: #000;
}
.element-scheme--light a:hover,
.element-scheme--light .element-scheme__linkhv:hover {
  color: #1922a8;
}
.element-scheme--light .element-scheme__hdg1 {
  color: #323232;
}
.element-scheme--light .element-scheme__hdg2 {
  color: #4b4b4b;
}
.element-scheme--light .element-scheme__faded {
  color: rgba(83, 83, 83, 0.7);
}
.element-scheme--dark {
  color: #dcdcdc;
}
.element-scheme--dark a {
  color: #fff;
}
.element-scheme--dark a:hover,
.element-scheme--dark .element-scheme__linkhv:hover {
  color: #eee;
}
.element-scheme--dark .element-scheme__hdg1 {
  color: #fff;
}
.element-scheme--dark .element-scheme__hdg2 {
  color: #f2f2f2;
}
.element-scheme--dark .element-scheme__faded {
  color: rgba(220, 220, 220, 0.7);
}
body #page_wrapper,
body.boxed #page_wrapper {
  background-color: #fff;
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
}
.ios-fixed-position-scr ~ .zn_section {
  background-color: #fff;
}
.kl-mask .bmask-bgfill {
  fill: #fff;
}
@media (min-width: 1270px) {
  .container {
    width: 1240px;
  }
  body.boxed #page_wrapper {
    width: 1270px;
  }
  .zn_col_eq_first {
    padding-left: calc((100vw - 1240px) / 2);
  }
  .zn_col_eq_last {
    padding-right: calc((100vw - 1240px) / 2);
  }
  .woocommerce div.product.prodpage-style3 .summary {
    padding-right: calc((100vw - 1240px) / 2);
  }
  .process_steps--style2 .process_steps__container:before {
    padding-left: calc(((100vw - 1240px) / 2) + 60px);
  }
  .kl-contentmaps__panel {
    left: calc((100vw - 1240px) / 2);
  }
  .kl-ios-selectors-block.thumbs {
    width: 1240px;
    margin-left: -620px;
  }
  .klios-imageboxes {
    right: calc((100vw - 1240px) / 2);
  }
  .klios-imageboxes.klios-alignright,
  .klios-imageboxes.fromright {
    left: calc((100vw - 1240px) / 2);
  }
  .process_steps--style2 .process_steps__container {
    padding-right: calc(((100vw - 1240px) / 2) + 15px);
  }
  .process_steps--style2 .process_steps__container:before {
    padding-right: calc(((100vw - 1240px) / 2) + 60px);
  }
  .process_steps--style2 .process_steps__intro {
    padding-left: calc(((100vw - 1240px) / 2) + 15px);
  }
  .th-wowslider {
    max-width: 1240px;
  }
  .zn_section_size.full_width .recentwork_carousel__left {
    padding-left: calc((100vw - 1225px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1269px) {
  .container {
    width: 100%;
  }
  .iosSlider .kl-iosslide-caption {
    width: 1170px;
  }
  .zn_col_eq_first {
    padding-left: 15px;
  }
  .zn_col_eq_last {
    padding-right: 15px;
  }
  .woocommerce div.product.prodpage-style3 .summary {
    padding-right: 15px;
  }
  .process_steps--style2 .process_steps__container:before {
    padding-left: 15px;
  }
  .kl-contentmaps__panel {
    left: 15px;
  }
  .kl-ios-selectors-block.thumbs {
    width: 100vw;
    margin-left: calc(100vw / 2);
  }
  .klios-imageboxes {
    right: 15px;
  }
  .klios-imageboxes.klios-alignright,
  .klios-imageboxes.fromright {
    left: 15px;
  }
  .process_steps--style2 .process_steps__container {
    padding-right: 15px;
  }
  .process_steps--style2 .process_steps__container:before {
    padding-right: 15px;
  }
  .process_steps--style2 .process_steps__intro {
    padding-left: 15px;
  }
  .th-wowslider {
    max-width: 100%;
  }
  .zn_section_size.full_width .recentwork_carousel__left {
    padding-left: 15px;
  }
}
@media (max-width: 992px) {
  #main-menu,
  .zn-megaMenuSmartArea-content {
    display: none !important;
  }
  .site-header.style7 .main-menu-wrapper {
    margin-right: auto;
  }
  .site-header.kl-center-menu .zn-original-logo {
    display: block;
  }
  .site-header.kl-center-menu .main-menu-wrapper {
    margin-right: 0;
  }
}
@media (min-width: 993px) {
  .zn-res-menuwrapper {
    display: none;
  }
}
.site-header .siteheader-container {
  width: 1800px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .siteheader-container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .siteheader-container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-header .siteheader-container {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1799px) {
  .site-header .siteheader-container {
    width: 100%;
  }
}
.site-logo-img {
  max-width: none;
  height: 57px;
}
.uh_zn_def_header_style,
.zn_def_header_style,
.page-subheader.zn_def_header_style,
.kl-slideshow.zn_def_header_style,
.page-subheader.uh_zn_def_header_style,
.kl-slideshow.uh_zn_def_header_style {
  background-color: #aaa;
}
.page-subheader.zn_def_header_style,
.page-subheader.uh_zn_def_header_style {
  min-height: 300px;
}
.page-subheader.zn_def_header_style,
.page-subheader.uh_zn_def_header_style {
  height: 300px;
}
.page-subheader.zn_def_header_style .ph-content-wrap,
.page-subheader.uh_zn_def_header_style .ph-content-wrap {
  padding-top: 170px;
}
.page-subheader.zn_def_header_style,
.kl-slideshow.zn_def_header_style,
.page-subheader.uh_zn_def_header_style,
.kl-slideshow.uh_zn_def_header_style {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, transparent),
    color-stop(100%, rgba(0, 0, 0, 0.5))
  );
  background-image: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.m_title,
.text-custom,
.text-custom-hover:hover,
.text-custom-after:after,
.text-custom-before:before,
.text-custom-parent .text-custom-child,
.text-custom-parent .text-custom-child-hov:hover,
.text-custom-parent-hov:hover .text-custom-child,
.text-custom-parent-act.active .text-custom-active,
.text-custom-a > a,
.btn-lined.lined-custom,
.latest_posts--4.default-style .latest_posts-link:hover .latest_posts-readon,
.grid-ibx__item:hover .grid-ibx__icon,
.site-header
  .site-header
  .main-nav.mainnav--active-text
  > ul
  > .menu-item.active
  > a,
.site-header
  .site-header
  .main-nav.mainnav--active-text
  > ul
  > .menu-item:hover
  > a,
.site-header
  .site-header
  .main-nav.mainnav--active-text
  > ul
  > .menu-item
  > a:hover,
.preloader-pulsating-circle,
.preloader-material-circle,
ul.colored-list[class*="list-style"] li:before,
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #1922a8;
}
.btn-lined.lined-custom:hover,
#header .main-nav > ul > .menu-item.menuitem-highlight > a {
  color: #141b86;
}
.kl-main-bgcolor,
.kl-main-bgcolor-after:after,
.kl-main-bgcolor-before:before,
.kl-main-bgcolor-hover:hover,
.kl-main-bgcolor-parenthover:hover .kl-main-bgcolor-child {
  background-color: #1922a8;
}
.main-nav.mainnav--active-bg > ul > .menu-item > a:before,
.main-nav .zn_mega_container .menu-item a:not(.zn_mega_title):before,
.main-nav ul .zn-mega-new-item,
.social-icons.sc--normal .social-icons-item:hover,
.kl-cart-button .glyphicon:after,
.site-header.style7 .kl-cart-button .glyphicon:after,
.site-header.style8 .site-header-bottom-wrapper .kl-cta-lined,
.site-header.style9 .kl-cta-lined,
.kl-cta-ribbon,
.cart-container .buttons .button.wc-forward,
.chaser-main-menu li.active > a {
  background-color: #1922a8;
}
.action_box,
.action_box.style3:before,
.action_box.style3 .action_box-inner:before,
.btn.btn-fullcolor,
.btn.btn-fullcolor:focus,
.btn.btn-fullcolor.btn-skewed:before,
.circle-text-box.style3 .wpk-circle-span,
.circle-text-box.style2 .wpk-circle-span:before,
.circle-text-box:not(.style3) .wpk-circle-span:after,
.elm-social-icons.sc--normal .elm-sc-icon:hover,
.elm-searchbox--normal .elm-searchbox__submit,
.elm-searchbox--transparent .elm-searchbox__submit,
.hover-box:hover,
.how_to_shop .number,
.image-boxes.image-boxes--4 .image-boxes-title:after,
.kl-flex--classic .zn_simple_carousel-arr:hover,
.kl-flex--modern .flex-underbar,
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover,
.kl-blog-related-post-link:after,
.kl-ioscaption--style1 .more:before,
.kl-ioscaption--style1 .more:after,
.kl-ioscaption--style2 .more,
.kl-ioscaption--style3.s3ext .main_title:before,
.kl-ios-selectors-block.bullets2 .item.selected:before,
.kl-ioscaption--style5 .klios-separator-line span,
.zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:before,
.zn-iosSl-caption.zn-iosSl-caption--style1 .zn-iosSl-more:after,
.zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-more,
.zn-iosSl-caption.zn-iosSl-caption--style3.s3ext .zn-iosSl-mainTitle:before,
.zn-iosSl-caption.zn-iosSl-caption--style5 .zn-iosSl-separatorLine span,
.kl-ptfcarousel-carousel-arr:hover,
.kl-ptfsortable-nav-link:hover,
.kl-ptfsortable-nav-item.current .kl-ptfsortable-nav-link,
.latest_posts3-post-date,
.latest_posts--style4.kl-style-2 .latest_posts-elm-titlew,
.latest_posts--style4.kl-style-2 .latest_posts-title:after,
.latest_posts--style4.default-style .latest_posts-readon,
.slick-active .slickBtn,
.woocommerce ul.products.lt-offers-carousel .product-list-item:after,
.media-container__link--style-borderanim1 > i,
.nivo-directionNav a:hover,
.pricing-table-element .plan-column.featured .subscription-price .inner-cell,
.process_steps--style1 .process_steps__intro,
.process_steps--style2 .process_steps__intro,
.process_steps--style2 .process_steps__intro:before,
.recentwork_carousel--1 .recentwork_carousel__bg,
.recentwork_carousel--2 .recentwork_carousel__title:after,
.recentwork_carousel--2 .recentwork_carousel__cat,
.recentwork_carousel_v2 .recentwork_carousel__plus,
.recentwork_carousel_v3 .btn:before,
.recentwork_carousel_v3 .recentwork_carousel__cat,
.timeline-box:hover .timeline-box-icon,
.title_circle,
.title_circle:before,
.services_box--classic:hover .services_box__icon,
.stepbox2-box--ok:before,
.stepbox2-box--ok:after,
.stepbox2-box--ok,
.stepbox3-content:before,
.stepbox4-number:before,
.tbk--color-theme.tbk-symbol--line .tbk__symbol span,
.tbk--color-theme.tbk-symbol--line_border .tbk__symbol span,
.th-wowslider a.ws_next:hover,
.th-wowslider a.ws_prev:hover,
.zn-acc--style4 .acc-title,
.zn-acc--style4 .acc-tgg-button .acc-icon:before,
.zn-acc--style3 .acc-tgg-button:before,
.zn_badge_sale,
.zn_badge_sale:after,
.elm-cmlist.elm-cmlist--v2 a:before,
.elm-cmlist.elm-cmlist--v3ext a:before,
.elm-custommenu--dd .elm-custommenu-pick,
.shop-features .shop-feature:hover,
.feature_box.style3 .box:hover,
.services_box_element:hover .box .icon,
.elm-social-icons.sc--normal .elm-sc-link:hover .elm-sc-icon {
  background-color: #1922a8;
}
.kl-ioscaption--style4 .more:before,
.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:before {
  background: rgba(25, 34, 168, 0.7);
}
.kl-ioscaption--style4 .more:hover:before,
.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:hover:before {
  background: rgba(25, 34, 168, 0.9);
}
.zn-wc-pages-classic #page_wrapper a.button:not(.checkout),
.zn-wc-pages-classic #page_wrapper button.button,
.zn-wc-pages-classic #page_wrapper button.button.alt,
.zn-wc-pages-classic #page_wrapper input.button,
.zn-wc-pages-classic #page_wrapper input#button,
.zn-wc-pages-classic #page_wrapper #respond input#submit,
.add_to_cart_inline .kw-actions a,
.zn-wc-pages-style2 #page_wrapper #respond input#submit.alt,
.zn-wc-pages-style2 #page_wrapper a.button.alt,
.zn-wc-pages-style2 #page_wrapper button.button.alt,
.zn-wc-pages-style2 #page_wrapper input.button.alt,
.product-list-item.prod-layout-classic .kw-actions a,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a,
#bbpress-forums div.bbp-search-form input[type="submit"],
#bbpress-forums .bbp-submit-wrapper button,
#bbpress-forums #bbp-your-profile fieldset.submit button {
  background-color: #1922a8;
}
.btn.btn-fullcolor:hover,
.btn.btn-fullcolor.btn-skewed:hover:before,
.cart-container .buttons .button.wc-forward:hover,
.zn-wc-pages-classic #page_wrapper a.button:not(.checkout):hover,
.zn-wc-pages-classic #page_wrapper button.button:hover,
.zn-wc-pages-classic #page_wrapper button.button.alt:hover,
.zn-wc-pages-classic #page_wrapper input.button:hover,
.zn-wc-pages-classic #page_wrapper input#button:hover,
.zn-wc-pages-classic #page_wrapper #respond input#submit:hover,
.add_to_cart_inline .kw-actions a:hover,
.zn-wc-pages-style2 #page_wrapper #respond input#submit.alt:hover,
.zn-wc-pages-style2 #page_wrapper a.button.alt:hover,
.zn-wc-pages-style2 #page_wrapper button.button.alt:hover,
.zn-wc-pages-style2 #page_wrapper input.button.alt:hover {
  background-color: #141b86;
}
.border-custom,
.border-custom-after:after,
.border-custom-before:before,
.kl-blog-item-overlay-inner .kl-blog-item-overlay-more:hover,
.acc--style4,
.acc--style4 .acc-tgg-button .acc-icon,
.kl-ioscaption--style4 .more:before,
.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more:before,
.btn-lined.lined-custom,
.btn.btn-bordered {
  border-color: #1922a8;
}
.fake-loading:after {
  border-color: rgba(25, 34, 168, 0.15);
}
.action_box:before,
.action_box:after,
.site-header.style1,
.site-header.style2 .site-logo-anch,
.site-header.style3 .site-logo-anch,
.site-header.style6,
.tabs_style1 > ul.nav > li.active > a,
.offline-page-container:after,
.latest_posts3-post-date:after,
.fake-loading:after {
  border-top-color: #1922a8;
}
.stepbox3-box[data-align="right"] .stepbox3-content:after,
.vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link,
.kl-ioscaption--style2.klios-alignright .title_big,
.kl-ioscaption--style2.klios-alignright .title_small,
.zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right
  .zn-iosSl-bigTitle,
.zn-iosSl-caption.zn-iosSl-caption--style2.zn-iosSl-caption--hAlign-right
  .zn-iosSl-smallTitle,
.fake-loading:after {
  border-right-color: #1922a8;
}
.image-boxes.image-boxes--4.kl-title_style_bottom .imgboxes-border-helper,
.image-boxes.image-boxes--4.kl-title_style_bottom:hover .imgboxes-border-helper,
.kl-blog-full-image-link,
.kl-blog-post-image-link,
.site-header.style8 .site-header-bottom-wrapper,
.site-header.style9,
.statistic-box__line,
.zn-sidebar-widget-title:after,
.tabs_style5 > ul.nav > li.active > a,
.offline-page-container,
.keywordbox.keywordbox-2,
.keywordbox.keywordbox-3 {
  border-bottom-color: #1922a8;
}
.breadcrumbs.bread-style--black li:before,
.infobox2-inner,
.kl-flex--classic .flex-caption,
.ls--laptop .ls__item-caption,
.nivo-caption,
.process_steps--style1 .process_steps__intro:after,
.stepbox3-box[data-align="left"] .stepbox3-content:after,
.th-wowslider .ws-title,
.kl-ioscaption--style2 .title_big,
.kl-ioscaption--style2 .title_small,
.zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-bigTitle,
.zn-iosSl-caption.zn-iosSl-caption--style2 .zn-iosSl-smallTitle,
html[dir="rtl"] .vr-tabs-kl-style-1 .vr-tabs-nav-item.active .vr-tabs-nav-link {
  border-left-color: #1922a8;
}
.kl-cta-ribbon .trisvg path,
.kl-mask .bmask-customfill,
.kl-slideshow .kl-loader svg path,
.kl-slideshow.kl-loadersvg rect,
.kl-diagram circle {
  fill: #1922a8;
}
.borderanim2-svg__shape,
.kl-blog--layout-def_modern .kl-blog-item-comments-link:hover path,
.kl-blog--layout-def_modern .kl-blog-item-more-btn:hover .svg-more-bg {
  stroke: #1922a8;
}
.hoverBorder:hover:after {
  box-shadow: 0 0 0 5px #1922a8 inset;
}
.services_box--modern .services_box__icon {
  box-shadow: inset 0 0 0 2px #1922a8;
}
.services_box--modern:hover .services_box__icon {
  box-shadow: inset 0 0 0 40px #1922a8;
}
.services_box--modern .services_box__list li:before {
  box-shadow: 0 0 0 2px #1922a8;
}
.services_box--modern .services_box__list li:hover:before {
  box-shadow: 0 0 0 3px #1922a8;
}
.portfolio-item-overlay-imgintro:hover .portfolio-item-overlay {
  box-shadow: inset 0 -8px 0 0 #1922a8;
}
.main-nav.mainnav--active-bg > ul > .menu-item.active > a,
.main-nav.mainnav--active-bg > ul > .menu-item > a:hover,
.main-nav.mainnav--active-bg > ul > .menu-item:hover > a,
.chaser-main-menu li.active > a,
.kl-cart-button .glyphicon:after,
.kl-ptfsortable-nav-link:hover,
.kl-ptfsortable-nav-item.current .kl-ptfsortable-nav-link,
.circlehover,
.imgboxes_style1 .hoverBorder h6 {
  color: #fff !important;
}
.btn-flat,
.zn-wc-pages-classic #page_wrapper a.button:not(.checkout),
.zn-wc-pages-classic #page_wrapper button.button,
.zn-wc-pages-classic #page_wrapper button.button.alt,
.zn-wc-pages-classic #page_wrapper input.button,
.zn-wc-pages-classic #page_wrapper input#button,
.zn-wc-pages-classic #page_wrapper #respond input#submit,
.zn-wc-pages-style2 #page_wrapper #respond input#submit.alt,
.zn-wc-pages-style2 #page_wrapper a.button.alt,
.zn-wc-pages-style2 #page_wrapper button.button.alt,
.zn-wc-pages-style2 #page_wrapper input.button.alt,
.product-list-item.prod-layout-classic .kw-actions a,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic
  .kw-actions
  a {
  color: #fff !important;
}
.latest-posts-crs-readon,
.latest_posts--4.default-style .latest_posts-readon,
.latest_posts--4.kl-style-2 .latest_posts-elm-title,
.latest_posts3-post-date,
.action_box-text,
.recentwork_carousel__link:hover .recentwork_carousel__crsl-title,
.recentwork_carousel__link:hover .recentwork_carousel__cat,
.stepbox2-box--ok:before,
.stepbox2-box--ok:after,
.stepbox2-box--ok,
.stepbox2-box--ok .stepbox2-title,
.kl-ioscaption--style4 .more,
.zn-iosSl-caption.zn-iosSl-caption--style4 .zn-iosSl-more,
.image-boxes.image-boxes--1 .image-boxes-readon,
.acc--style3 .acc-tgg-button:not(.collapsed):before {
  color: #fff;
}
#bbpress-forums .bbp-topics li.bbp-body .bbp-topic-title > a,
.product-list-item.prod-layout-classic:hover .kw-details-title,
.woocommerce
  ul.products
  li.product
  .product-list-item.prod-layout-classic:hover
  .kw-details-title,
.woocommerce ul.product_list_widget li .star-rating,
.woocommerce .prodpage-classic .woocommerce-product-rating .star-rating,
.widget.buddypress div.item-options a.selected,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.activity-meta a,
#buddypress div.activity-meta a:hover,
#buddypress .acomment-options a {
  color: #1922a8;
}
#buddypress form#whats-new-form p.activity-greeting:after {
  border-top-color: #1922a8;
}
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress .activity-list li.load-more a {
  background: #1922a8;
}
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
  border-top: 2px solid #1922a8;
}
#buddypress form#whats-new-form p.activity-greeting,
.widget.buddypress ul.item-list li:hover {
  background-color: #1922a8;
}
.kl-cta-ribbon {
  background-color: #cd2122;
}
.kl-cta-ribbon .trisvg path {
  fill: #cd2122;
}
.site-header .kl-cta-lined {
  color: #fff;
  border-color: #cd2122;
}
.btn.btn-custom-color.cta-button-0 {
  background-color: #2325bf;
}
.btn.btn-custom-color.cta-button-0:hover {
  background-color: #1c1e99;
}
.btn.kl-cta-custom.cta-button-0 {
  font-size: 10px;
  font-weight: 700;
}
.logo-container .logo-infocard {
  background: #cd2122;
}
.logo-infocard,
.logo-infocard a,
.logo-infocard .social-icons-item,
.logo-infocard .glyphicon {
  color: #fff;
}
.support-panel {
  background: #f0f0f0;
}
.support-panel,
.support-panel * {
  color: #000;
}
@media (min-width: 768px) {
  .site-header {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    background-repeat: repeat;
    background-position: left top;
    background-attachment: scroll;
  }
}
.site-header.style8 .site-header-main-wrapper {
  background: rgba(255, 255, 255, 0);
}
.site-header.style8 .site-header-bottom-wrapper {
  background: rgba(255, 255, 255, 0);
}
.site-footer {
  border-top-color: #fff;
}
.site-footer-bottom {
  border-top-color: #484848;
}
.main-nav > ul > .menu-item > a {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  line-height: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
}
.main-nav > ul > .menu-item > a {
  font-size: 10px;
}
.main-nav.mainnav--active-bg > ul > .menu-item > a:before {
  height: 10px;
}
.main-nav.mainnav--active-bg > ul > .menu-item.active > a:before,
.main-nav.mainnav--active-bg > ul > .menu-item > a:hover:before,
.main-nav.mainnav--active-bg > ul > .menu-item:hover > a:before {
  height: calc(10 + 16px);
}
.mainnav--pointer-dash.main-nav > ul > li.menu-item-has-children > a:after {
  bottom: calc(52% - 8px);
}
.site-header .site-header-row .main-nav > ul > .menu-item > a {
  color: #000;
}
.site-header .site-header-row .main-nav > ul > .menu-item:hover > a {
  color: #8c8c8c;
}
.site-header .main-nav.mainnav--active-text > ul > .menu-item.active > a,
.site-header .main-nav.mainnav--active-text > ul > .menu-item > a:hover,
.site-header .main-nav.mainnav--active-text > ul > .menu-item:hover > a {
  color: #8c8c8c;
}
.main-nav.mainnav--active-bg > ul > .menu-item.active > a:before,
.main-nav.mainnav--active-bg > ul > .menu-item > a:hover:before,
.main-nav.mainnav--active-bg > ul > .menu-item:hover > a:before {
  background-color: #8c8c8c;
}
.main-nav ul ul.sub-menu .menu-item a,
.main-nav .zn_mega_container .menu-item a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
}
.main-nav .zn_mega_container .menu-item a.zn_mega_title,
.main-nav div.zn_mega_container ul .menu-item:last-child > a.zn_mega_title {
  font-size: 14px;
}
.ff-poppins {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sc__fade-mask,
.portfolio-item-desc-inner:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    #fff 100%
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.ls-source__mask-front {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0.6)),
    color-stop(50%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.6) 0%,
    #fff 50%
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, #fff 50%);
}

#page-loading {
  background-color: #fff;
}
@font-face {
  font-family: "glyphicons_halflingsregular";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/glyphicons_halflingsregular.eot");
  src: url("../fonts/glyphicons_halflingsregular.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons_halflingsregular.woff") format("woff"),
    url("../fonts/glyphicons_halflingsregular.ttf") format("truetype"),
    url("../fonts/glyphicons_halflingsregular.svg#glyphicons_halflingsregular")
      format("svg");
}
[data-zniconfam="glyphicons_halflingsregular"]:before,
[data-zniconfam="glyphicons_halflingsregular"] {
  font-family: "glyphicons_halflingsregular" !important;
}
[data-zn_icon]:before {
  content: attr(data-zn_icon);
}
@font-face {
  font-family: "kl-social-icons";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/kl-social-icons.eot");
  src: url("../fonts/kl-social-icons.eot#iefix") format("embedded-opentype"),
    url("../fonts/kl-social-icons.woff") format("woff"),
    url("../fonts/kl-social-icons.ttf") format("truetype"),
    url("../fonts/kl-social-icons.svg#kl-social-icons") format("svg");
}
[data-zniconfam="kl-social-icons"]:before,
[data-zniconfam="kl-social-icons"] {
  font-family: "kl-social-icons" !important;
}
[data-zn_icon]:before {
  content: attr(data-zn_icon);
}
@font-face {
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.svg#icomoon") format("svg");
}
[data-zniconfam="icomoon"]:before,
[data-zniconfam="icomoon"] {
  font-family: "icomoon" !important;
}
[data-zn_icon]:before {
  content: attr(data-zn_icon);
}
.kl-ptfsortable-item-inner {
  opacity: 1;
}
.kl-ptfsortable-item-inner,
.kl-ptfsortable-item-inner:hover {
  box-shadow: none;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.zn_section--inlinemodal {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
  right: -5px;
  top: -45px;
}
@media (max-width: 767px) {
  .mfp-close-btn-in .zn_section--inlinemodal {
    padding-top: 30px !important;
  }
  .mfp-close-btn-in .zn_section--inlinemodal .mfp-close {
    top: -5px;
  }
}
.zn_pb_editor_enabled .zn_section--inlinemodal.mfp-hide {
  display: block !important;
}
.zn_section--stretch-container {
  padding-left: 20px;
  padding-right: 20px;
}
.zn_section--stretch-container > .container {
  width: 100%;
}
.zn_section-modalOverlay {
  background: rgba(143, 43, 162, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.modal-overlay-hidden ~ .zn_section-modalOverlay {
  display: none;
}
.zn_section-modalInfo {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 3;
  width: 70px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.zn_section-modalInfo-title {
  display: block;
  margin-bottom: 20px;
}
.zn_section-modalInfo-tip {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.zn_section-modalInfo a {
  color: #000;
}
.zn_section-modalInfo a:hover,
.zn_section-modalInfo a:focus {
  color: rgba(0, 0, 0, 0.65);
}
.zn_section-modalInfo-bubble {
  display: none;
  width: 230px;
  right: 100%;
  position: absolute;
  top: -10px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.15);
  padding: 10px 10px 10px 15px;
  line-height: 1.5;
  text-align: start;
  border-radius: 3px;
}
.zn_section-modalInfo-bubble:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 15px;
  border: 5px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.zn_section-modalInfo-tip:hover .zn_section-modalInfo-bubble {
  display: block;
}
.zn_section-modalInfo-toggleVisible {
  display: block;
  cursor: pointer;
}
.modal-overlay-hidden + .zn_section-modalInfo .dashicons-visibility:before {
  content: "\f530";
}
@media (min-width: 768px) {
  .zn-section-content_algn--middle,
  .zn-section-content_algn--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .zn-section-content_algn--middle > .row,
  .zn-section-content_algn--bottom > .row {
    width: 100%;
  }
  .zn-section-content_algn--middle > .row {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .zn-section-content_algn--bottom > .row {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .is-ie11 .zn_section_size.zn-section-content_algn--middle {
    display: table;
  }
  .is-ie11 .zn_section_size.zn-section-content_algn--middle > .row {
    display: table-cell;
    vertical-align: middle;
  }
}
.zn_section.section--skewed,
.zn_section.section--skewed-flipped {
  z-index: 1;
  background-color: transparent !important;
}
.zn_section.section--skewed .kl-bg-source:not(:empty) {
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed .kl-bg-source__bgimage {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed .kl-bg-source__overlay {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed-flipped .kl-bg-source:not(:empty) {
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed-flipped .kl-bg-source__bgimage {
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn_section.section--skewed-flipped .kl-bg-source__overlay {
  -webkit-transform: skewY(3deg);
  transform: skewY(3deg);
  margin: -100px 0;
  -webkit-backface-visibility: hidden;
}
.zn-prLayer {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.zn-prLayer.zn-prLayer--align-top-left {
  top: 0;
  left: 0;
}
.zn-prLayer.zn-prLayer--align-top-center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zn-prLayer.zn-prLayer--align-top-right {
  top: 0;
  right: 0;
}
.zn-prLayer.zn-prLayer--align-center-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zn-prLayer.zn-prLayer--align-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zn-prLayer.zn-prLayer--align-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zn-prLayer.zn-prLayer--align-bottom-left {
  bottom: 0;
  left: 0;
}
.zn-prLayer.zn-prLayer--align-bottom-center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zn-prLayer.zn-prLayer--align-bottom-right {
  bottom: 0;
  right: 0;
}
.zn-prLayer.zn-prLayer--over {
  z-index: 1;
}
.zn-prLayer.zn-prLayer--blur-simple {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.zn-prLayer.zn-prLayer--blur-deep {
  -webkit-filter: blur(7px);
  filter: blur(7px);
}
.zn-prLayer.zn-prLayer--blur-deeper {
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
.zn_section {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
}
.zn_section--masked {
  padding-bottom: 55px;
}
.zn_section__source + .zn_section_size {
  position: relative;
}
.kl-bg-source + .zn_section_size {
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-sidemargins .zn_section_size.full_width {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.ios-fixed-position-scr ~ .zn_section {
  position: relative;
}